@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-regular.eot");
  src: url("../fonts/proximanova-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-regular.svg#proxima_nova") format("svg"), url("../fonts/proximanova-regular.woff") format("woff"), url("../fonts/proximanova-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-light.eot");
  src: url("../fonts/proximanova-light.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-light.svg#proxima_nova") format("svg"), url("../fonts/proximanova-light.woff") format("woff"), url("../fonts/proximanova-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-semibold.eot");
  src: url("../fonts/proximanova-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-semibold.svg#proxima_nova") format("svg"), url("../fonts/proximanova-semibold.woff") format("woff"), url("../fonts/proximanova-semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'proxima_nova';
  src: url("../fonts/proximanova-bold.eot");
  src: url("../fonts/proximanova-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/proximanova-bold.svg#proxima_nova") format("svg"), url("../fonts/proximanova-bold.woff") format("woff"), url("../fonts/proximanova-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "proxima_nova", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #eef2f5; }

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

a {
  color: #0092FF;
  text-decoration: none; }
  a:hover, a:focus {
    color: #0066b3;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

.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: 400;
  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: #c9d1da; }

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #c9d1da; }

.text-primary {
  color: #0092FF; }

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

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

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

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

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

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

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

.text-danger {
  color: #FF4949; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0092FF; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 14px;
  border-left: 5px solid #d8dee4; }
  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: #c9d1da; }
    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 #d8dee4;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #d8dee4;
  background-color: #5f666b;
  border-radius: 4px; }

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #d8dee4;
  background-color: #5f666b;
  border: 1px solid none;
  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: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 740px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1160px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #eef2f5; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #5f666b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c9d1da;
  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: #c9d1da;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #c9d1da; }
  .form-control::-webkit-input-placeholder {
    color: #c9d1da; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #d8dee4;
    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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  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: 30px; }
  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: 46px; } }

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

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

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

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.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: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

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

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

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

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

.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,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

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

.has-success .form-control {
  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: #FF4949; }

.has-error .form-control {
  border-color: #FF4949;
  -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: #ff1616;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffafaf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffafaf; }

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    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: 27px; }

.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px; }
  .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: 10px; }

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

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

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #f2f2f2;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #e6e6e6;
      border-color: #8c8c8c; }
  .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: #0092FF;
  border-color: #0083e6; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0083e6;
    border-color: #003a66; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0083e6;
    border-color: #0060a8; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0083e6;
    border-color: #0060a8; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #0075cc;
      border-color: #003a66; }
  .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: #0092FF;
    border-color: #0083e6; }
  .btn-primary .badge {
    color: #0092FF;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #19d76e;
  border-color: #16c062; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #16c062;
    border-color: #094e28; }
  .btn-success:hover {
    color: #fff;
    background-color: #16c062;
    border-color: #108946; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #16c062;
    border-color: #108946; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #14a957;
      border-color: #094e28; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #19d76e;
    border-color: #16c062; }
  .btn-success .badge {
    color: #19d76e;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #c9d1da;
  border-color: #bac5cf; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #bac5cf;
    border-color: #6f859b; }
  .btn-info:hover {
    color: #fff;
    background-color: #bac5cf;
    border-color: #96a6b6; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #bac5cf;
    border-color: #96a6b6; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #abb8c5;
      border-color: #6f859b; }
  .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: #c9d1da;
    border-color: #bac5cf; }
  .btn-info .badge {
    color: #c9d1da;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #FF9A25;
  border-color: #ff8e0c; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ff8e0c;
    border-color: #8b4b00; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ff8e0c;
    border-color: #cd6e00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ff8e0c;
    border-color: #cd6e00; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #f18100;
      border-color: #8b4b00; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #FF9A25;
    border-color: #ff8e0c; }
  .btn-warning .badge {
    color: #FF9A25;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #FF4949;
  border-color: #ff3030; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ff3030;
    border-color: #af0000; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ff3030;
    border-color: #f10000; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff3030;
    border-color: #f10000; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ff1616;
      border-color: #af0000; }
  .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: #FF4949;
    border-color: #ff3030; }
  .btn-danger .badge {
    color: #FF4949;
    background-color: #fff; }

.btn-link {
  color: #0092FF;
  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: #0066b3;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #c9d1da;
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #c9d1da; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #5f666b;
    white-space: nowrap; }

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #0092FF;
  text-decoration: none;
  outline: 0;
  background-color: transparent; }

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:first-child,
.input-group-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 {
    z-index: 2;
    margin-left: -1px; }

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

.nav-tabs {
  border-bottom: 1px solid #c9d1da; }
  .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: #c9d1da #c9d1da #c9d1da; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #5f666b;
      background-color: #ffffff;
      border: 1px solid #c9d1da;
      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: #0092FF; }

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

.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: 70px;
  margin-bottom: 0px;
  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: 10px;
  padding-left: 10px;
  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: -10px;
  margin-left: -10px; }
  @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: 0px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 70px; }
  .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: -10px; } }

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

.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 18px;
  margin-bottom: 18px; }
  @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: 18px;
  margin-bottom: 18px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 20px;
    margin-bottom: 20px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 24px;
    margin-bottom: 24px; }

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

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

.navbar-default {
  background-color: #f4f7f9;
  border-color: #dfe7ed; }
  .navbar-default .navbar-brand {
    color: #a0adb8; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #8394a2;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #a0adb8; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #5f666b;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #0092FF;
    background-color: transparent; }
  .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: #dfe7ed; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #0092FF; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #a0adb8; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #5f666b;
        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: #0092FF;
      background-color: transparent; }
    .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: #a0adb8; }
    .navbar-default .navbar-link:hover {
      color: #5f666b; }
  .navbar-default .btn-link {
    color: #a0adb8; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #5f666b; }
    .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: #044A75;
  border-color: #022b44; }
  .navbar-inverse .navbar-brand {
    color: #a0adb8; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #f6f8f9; }
  .navbar-inverse .navbar-nav > li > a {
    color: #a0adb8; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #ffffff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent; }
  .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: #033452; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #ffffff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #022b44; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #022b44; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #a0adb8; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #ffffff;
        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: #ffffff;
      background-color: transparent; }
    .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: #a0adb8; }
    .navbar-inverse .navbar-link:hover {
      color: #ffffff; }
  .navbar-inverse .btn-link {
    color: #a0adb8; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #ffffff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #a0adb8;
      background-color: #fff;
      border: 1px solid #c9d1da;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #a0adb8;
    background-color: #d8dee4;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #a0adb8;
    background-color: #d8dee4;
    border-color: #c9d1da;
    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: #c9d1da;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

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

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

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

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

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #c9d1da;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #d8dee4; }
  .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: #c9d1da;
    background-color: #fff;
    cursor: not-allowed; }

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

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

.label-default {
  background-color: rgba(201, 209, 218, 0.05);
  border: 1px solid #c9d1da;
  color: #c9d1da;
  padding: 4px; }
  .label-default[href]:hover, .label-default[href]:focus {
    border: 1px solid #abb8c5; }

.label-primary {
  background-color: rgba(0, 146, 255, 0.05);
  border: 1px solid #0092FF;
  color: #0092FF;
  padding: 4px; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    border: 1px solid #0075cc; }

.label-success {
  background-color: rgba(25, 215, 110, 0.05);
  border: 1px solid #19d76e;
  color: #19d76e;
  padding: 4px; }
  .label-success[href]:hover, .label-success[href]:focus {
    border: 1px solid #14a957; }

.label-info {
  background-color: rgba(201, 209, 218, 0.05);
  border: 1px solid #c9d1da;
  color: #c9d1da;
  padding: 4px; }
  .label-info[href]:hover, .label-info[href]:focus {
    border: 1px solid #abb8c5; }

.label-warning {
  background-color: rgba(255, 154, 37, 0.05);
  border: 1px solid #FF9A25;
  color: #FF9A25;
  padding: 4px; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    border: 1px solid #f18100; }

.label-danger {
  background-color: rgba(255, 73, 73, 0.05);
  border: 1px solid #FF4949;
  color: #FF4949;
  padding: 4px; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    border: 1px solid #ff1616; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #c9d1da;
  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: #0092FF;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #eef2f5;
  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: #333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0092FF; }

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

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

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

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #0092FF;
  -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: #19d76e; }
  .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: #a0adb8; }
  .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: #FF9A25; }
  .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: #FF4949; }
  .progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #d8dee4;
  color: #c9d1da;
  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: #c9d1da; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0092FF;
  border-color: #0092FF; }
  .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: #cce9ff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #5f666b;
    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: #5f666b; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #c9d1da; }
  .panel-primary > .panel-heading {
    color: #5f666b;
    background-color: #ffffff;
    border-color: #c9d1da; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #c9d1da; }
    .panel-primary > .panel-heading .badge {
      color: #ffffff;
      background-color: #5f666b; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #c9d1da; }

.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: #FF4949;
    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: #FF4949; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

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

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

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

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "proxima_nova", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 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: 200px;
  padding: 3px 8px;
  color: #c9d1da;
  text-align: center;
  background-color: #282e34;
  border-radius: 4px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

.visible-xs {
  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 !important; }
  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 !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

sup {
  font-size: 12px; }

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

/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin: 0 -20px;
  padding: 0 .9375rem; }

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > * {
  display: inline;
  padding: 10px;
  height: auto;
  float: left;
  list-style: none; }
  [class*="block-grid-"] > * > .panel {
    margin-bottom: 0; }

[class*="block-grid-collapse"] > * {
  display: inline;
  padding: 0;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > * {
  width: 100%; }

.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both; }

.block-grid-xs-2 > * {
  width: 50%; }

.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both; }

.block-grid-xs-3 > * {
  width: 33.333333333333336%; }

.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both; }

.block-grid-xs-4 > * {
  width: 25%; }

.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both; }

.block-grid-xs-5 > * {
  width: 20%; }

.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both; }

.block-grid-xs-6 > * {
  width: 16.666666666666668%; }

.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both; }

.block-grid-xs-7 > * {
  width: 14.285714285714286%; }

.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both; }

.block-grid-xs-8 > * {
  width: 12.5%; }

.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both; }

.block-grid-xs-9 > * {
  width: 11.11111111111111%; }

.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both; }

.block-grid-xs-10 > * {
  width: 10%; }

.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both; }

.block-grid-xs-11 > * {
  width: 9.090909090909092%; }

.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both; }

.block-grid-xs-12 > * {
  width: 8.333333333333334%; }

.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none; }

.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both; }

@media (min-width: 768px) {
  .block-grid-sm-1 > * {
    width: 100%; }
  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-sm-2 > * {
    width: 50%; }
  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-sm-3 > * {
    width: 33.333333333333336%; }
  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-sm-4 > * {
    width: 25%; }
  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-sm-5 > * {
    width: 20%; }
  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-sm-6 > * {
    width: 16.666666666666668%; }
  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-sm-7 > * {
    width: 14.285714285714286%; }
  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-sm-8 > * {
    width: 12.5%; }
  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-sm-9 > * {
    width: 11.11111111111111%; }
  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-sm-10 > * {
    width: 10%; }
  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-sm-11 > * {
    width: 9.090909090909092%; }
  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-sm-12 > * {
    width: 8.333333333333334%; }
  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 992px) {
  .block-grid-md-1 > * {
    width: 100%; }
  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-md-2 > * {
    width: 50%; }
  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-md-3 > * {
    width: 33.333333333333336%; }
  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-md-4 > * {
    width: 25%; }
  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-md-5 > * {
    width: 20%; }
  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-md-6 > * {
    width: 16.666666666666668%; }
  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-md-7 > * {
    width: 14.285714285714286%; }
  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-md-8 > * {
    width: 12.5%; }
  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-md-9 > * {
    width: 11.11111111111111%; }
  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-md-10 > * {
    width: 10%; }
  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-md-11 > * {
    width: 9.090909090909092%; }
  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-md-12 > * {
    width: 8.333333333333334%; }
  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both; } }

@media (min-width: 1200px) {
  .block-grid-lg-1 > * {
    width: 100%; }
  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both; }
  .block-grid-lg-2 > * {
    width: 50%; }
  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both; }
  .block-grid-lg-3 > * {
    width: 33.333333333333336%; }
  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both; }
  .block-grid-lg-4 > * {
    width: 25%; }
  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both; }
  .block-grid-lg-5 > * {
    width: 20%; }
  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both; }
  .block-grid-lg-6 > * {
    width: 16.666666666666668%; }
  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both; }
  .block-grid-lg-7 > * {
    width: 14.285714285714286%; }
  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both; }
  .block-grid-lg-8 > * {
    width: 12.5%; }
  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both; }
  .block-grid-lg-9 > * {
    width: 11.11111111111111%; }
  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both; }
  .block-grid-lg-10 > * {
    width: 10%; }
  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both; }
  .block-grid-lg-11 > * {
    width: 9.090909090909092%; }
  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both; }
  .block-grid-lg-12 > * {
    width: 8.333333333333334%; }
  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none; }
  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both; } }

html {
  overflow-y: scroll; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  font-weight: 400; }
  @media (max-width: 768px) {
    body {
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; } }

#content {
  padding: 40px 80px; }
  #content:before, #content:after {
    content: " ";
    display: table; }
  #content:after {
    clear: both; }
  @media (max-width: 992px) {
    #content {
      padding: 35px 15px; } }

* {
  letter-spacing: 1px; }

aside {
  position: fixed;
  float: left;
  left: 0;
  top: 140px;
  bottom: 0px;
  width: 351px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #c9d1da;
  padding: 20px; }

a {
  cursor: pointer; }

a:not(.btn) span[class*=fa] + span, a:not(.btn) span[class*=icon] + span, a:not(.btn) span + span[class*=fa], a:not(.btn) span + span[class*=icon] {
  margin-left: 10px; }

a:not(.btn).a-back {
  position: absolute;
  margin-top: -30px; }

a:not(.btn).a-link {
  display: inline-block;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c9d1da;
  margin-bottom: 6px;
  -webkit-transition: border 100ms ease-out;
  -o-transition: border 100ms ease-out;
  transition: border 100ms ease-out;
  color: #5f666b; }
  a:not(.btn).a-link:hover, a:not(.btn).a-link.active {
    -webkit-transition: border 100ms ease-out;
    -o-transition: border 100ms ease-out;
    transition: border 100ms ease-out;
    border-bottom-color: #5f666b; }

a:not(.btn).a-inverse {
  color: #ffffff; }
  a:not(.btn).a-inverse:hover {
    color: #c9d1da; }

a:not(.btn).a-primary span[class*=icon], a:not(.btn).a-primary span[class*=fa] {
  color: #a0adb8;
  font-size: 24px;
  vertical-align: middle; }

a:not(.btn).a-primary span:not([class*=icon]):not([class*=fa]) {
  display: inline-block;
  border-bottom: 1px solid #c9d1da;
  color: #5f666b;
  vertical-align: middle; }

a:not(.btn).a-primary:hover span:not([class*=icon]), a:not(.btn).a-primary:hover span:not([class*=fa]) {
  -webkit-transition: border 100ms ease-out;
  -o-transition: border 100ms ease-out;
  transition: border 100ms ease-out;
  border-bottom-color: #5f666b; }

a:not(.btn).a-primary:hover span[class*=icon], a:not(.btn).a-primary:hover span[class*=fa] {
  color: #5f666b; }

a:not(.btn).panel {
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  color: inherit; }
  a:not(.btn).panel:hover {
    background: #eef6ff; }

b,
strong {
  font-weight: 500; }

hr.hr-sm {
  margin: 10px 0; }

@media (max-width: 992px) {
  .navbar-inverse .navbar-nav.navbar-right {
    padding-right: 0px !important;
    padding-left: 0px !important; }
  #account-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    margin-right: -100%; } }

#account-dropdown .dropdown-menu {
  z-index: 1100; }

.app-load {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #eef2f5 url(/assets/img/loader.svg) center no-repeat; }

.cursor-grab .fa, .cursor-grab [class="icon*"] {
  display: inline; }

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

.margin-collapse {
  margin-left: -26px;
  margin-right: -26px; }

html.n2g-state-edit-form-design-subscribe, html.n2g-state-edit-form-design-profile, html.n2g-state-edit-form-design-unsubscribe, html.n2g-state-edit-form-settings, html.n2g-state-edit-form-embed {
  overflow-y: auto !important; }
  html.n2g-state-edit-form-design-subscribe pre, html.n2g-state-edit-form-design-profile pre, html.n2g-state-edit-form-design-unsubscribe pre, html.n2g-state-edit-form-settings pre, html.n2g-state-edit-form-embed pre {
    -webkit-touch-callout: all;
    -webkit-user-select: all;
    -khtml-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }

.n2g-state-edit-form-design-subscribe #content,
.n2g-state-edit-form-design-profile #content,
.n2g-state-edit-form-design-unsubscribe #content {
  padding: 0;
  height: calc(100% - 142px); }

#form-editor-navbar {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  line-height: 70px;
  padding: 0;
  text-align: center; }

#form-editor-navbar-side {
  display: inline-block;
  width: 351px;
  line-height: 70px;
  text-align: center; }
  #form-editor-navbar-side.left {
    float: left; }
  #form-editor-navbar-side.right {
    float: right; }

.form-editor-pane {
  width: 351px;
  min-width: 351px;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 2; }

#form-editor-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden; }

#form-editor-components {
  position: absolute; }

#form-editor-embed {
  float: right; }

#form-editor-canvas {
  position: absolute;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  left: 351px;
  right: 0;
  z-index: 1; }

#form-editor-panel {
  position: relative;
  margin: 20px auto;
  border-radius: 5px;
  padding: 25px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid transparent;
  max-width: 500px; }

#form-editor-panel-body {
  padding: 0; }

.form-editor-media-center-icon {
  position: relative;
  top: 2px;
  left: 5px; }

.form-component-settings {
  padding: 10px 15px;
  margin: 15px 0;
  border-bottom: 1px solid #d8dee4; }

html.form-hosted-subscribe, html.form-hosted-profile, html.form-hosted-unsubscribe {
  overflow-y: auto !important; }

.form-hosted-subscribe body,
.form-hosted-profile body,
.form-hosted-unsubscribe body {
  text-align: center;
  min-width: 0px !important; }

@media only screen and (max-width: 500px) {
  .form-hosted-subscribe #content,
  .form-hosted-profile #content,
  .form-hosted-unsubscribe #content {
    min-width: 320px;
    width: 100%;
    padding: 5px;
    display: inline-block;
    text-align: left; } }

@media only screen and (min-width: 501px) {
  .form-hosted-subscribe #content,
  .form-hosted-profile #content,
  .form-hosted-unsubscribe #content {
    width: 500px;
    max-width: 500px;
    padding: 10px;
    display: inline-block;
    text-align: left; } }

.form-hosted-subscribe .panel,
.form-hosted-profile .panel,
.form-hosted-unsubscribe .panel {
  margin: 50px 0 50px 0;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff; }

.form-hosted-subscribe textarea,
.form-hosted-profile textarea,
.form-hosted-unsubscribe textarea {
  width: 100%; }

.form-hosted-subscribe input,
.form-hosted-profile input,
.form-hosted-unsubscribe input {
  width: 100%; }
  .form-hosted-subscribe input[type=checkbox], .form-hosted-subscribe input[type=radio],
  .form-hosted-profile input[type=checkbox],
  .form-hosted-profile input[type=radio],
  .form-hosted-unsubscribe input[type=checkbox],
  .form-hosted-unsubscribe input[type=radio] {
    width: auto;
    margin-right: 5px; }

.form-hosted-subscribe select,
.form-hosted-profile select,
.form-hosted-unsubscribe select {
  width: 100%; }

.form-hosted-subscribe button[type=submit],
.form-hosted-profile button[type=submit],
.form-hosted-unsubscribe button[type=submit] {
  min-width: 150px; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  padding: 0;
  margin: 0;
  letter-spacing: 0px; }
  h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
  .h1 *, .h2 *, .h3 *, .h4 *, .h5 *, .h6 * {
    letter-spacing: 0px; }
  h1 .fa-lg, h2 .fa-lg, h3 .fa-lg, h4 .fa-lg, h5 .fa-lg, h6 .fa-lg,
  .h1 .fa-lg, .h2 .fa-lg, .h3 .fa-lg, .h4 .fa-lg, .h5 .fa-lg, .h6 .fa-lg {
    vertical-align: top;
    margin-right: 10px; }
  h1.horizontal-line, h2.horizontal-line, h3.horizontal-line, h4.horizontal-line, h5.horizontal-line, h6.horizontal-line,
  .h1.horizontal-line, .h2.horizontal-line, .h3.horizontal-line, .h4.horizontal-line, .h5.horizontal-line, .h6.horizontal-line {
    overflow: hidden;
    text-align: center; }
    h1.horizontal-line:before, h1.horizontal-line:after, h2.horizontal-line:before, h2.horizontal-line:after, h3.horizontal-line:before, h3.horizontal-line:after, h4.horizontal-line:before, h4.horizontal-line:after, h5.horizontal-line:before, h5.horizontal-line:after, h6.horizontal-line:before, h6.horizontal-line:after,
    .h1.horizontal-line:before,
    .h1.horizontal-line:after, .h2.horizontal-line:before, .h2.horizontal-line:after, .h3.horizontal-line:before, .h3.horizontal-line:after, .h4.horizontal-line:before, .h4.horizontal-line:after, .h5.horizontal-line:before, .h5.horizontal-line:after, .h6.horizontal-line:before, .h6.horizontal-line:after {
      background-color: #c9d1da;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    h1.horizontal-line:before, h2.horizontal-line:before, h3.horizontal-line:before, h4.horizontal-line:before, h5.horizontal-line:before, h6.horizontal-line:before,
    .h1.horizontal-line:before, .h2.horizontal-line:before, .h3.horizontal-line:before, .h4.horizontal-line:before, .h5.horizontal-line:before, .h6.horizontal-line:before {
      right: 16px;
      margin-left: -50%; }
    h1.horizontal-line:after, h2.horizontal-line:after, h3.horizontal-line:after, h4.horizontal-line:after, h5.horizontal-line:after, h6.horizontal-line:after,
    .h1.horizontal-line:after, .h2.horizontal-line:after, .h3.horizontal-line:after, .h4.horizontal-line:after, .h5.horizontal-line:after, .h6.horizontal-line:after {
      left: 16px;
      margin-right: -50%; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
  .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    color: #a0adb8; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400; }

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

blockquote {
  font-style: italic;
  padding: 8px 16px; }
  blockquote.blockquote-info {
    border-left-color: #a0adb8;
    background-color: #d8dee4; }

* > p:first-child {
  margin-top: 0px; }

p {
  line-height: 18px;
  margin: 8px 0; }
  p > * {
    line-height: 18px !important; }

.text-gold {
  color: #E5C100; }

.text-gray {
  color: #a0adb8; }

.text-truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

.btn, .dropdown-menu li a.btn {
  -webkit-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
  border: 1px solid transparent;
  font-weight: 400;
  height: 34px;
  line-height: 32px;
  padding: 0 16px;
  vertical-align: baseline; }
  .btn span.fa, .btn [class*='icon-'], .dropdown-menu li a.btn span.fa, .dropdown-menu li a.btn [class*='icon-'] {
    font-size: 14px;
    line-height: 14px; }
    .btn span.fa + span, .btn [class*='icon-'] + span, .dropdown-menu li a.btn span.fa + span, .dropdown-menu li a.btn [class*='icon-'] + span {
      margin-left: 10px; }
  .btn:hover, .btn:active, .btn:focus, .btn:active:focus, .dropdown-menu li a.btn:hover, .dropdown-menu li a.btn:active, .dropdown-menu li a.btn:focus, .dropdown-menu li a.btn:active:focus {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
    border: 1px solid transparent;
    outline: none; }
  .btn.btn-default, .dropdown-menu li a.btn.btn-default {
    border: 1px solid #c9d1da;
    color: #5f666b; }
  .btn.btn-inverse, .dropdown-menu li a.btn.btn-inverse {
    color: #c9d1da;
    background-color: #044A75;
    border-color: #5f666b; }
    .btn.btn-inverse:focus, .btn.btn-inverse.focus, .dropdown-menu li a.btn.btn-inverse:focus, .dropdown-menu li a.btn.btn-inverse.focus {
      color: #c9d1da;
      background-color: #033a5c;
      border-color: #232627; }
    .btn.btn-inverse:hover, .dropdown-menu li a.btn.btn-inverse:hover {
      color: #c9d1da;
      background-color: #033a5c;
      border-color: #42474b; }
    .btn.btn-inverse:active, .btn.btn-inverse.active,
    .open > .btn.btn-inverse.dropdown-toggle, .dropdown-menu li a.btn.btn-inverse:active, .dropdown-menu li a.btn.btn-inverse.active,
    .open > .dropdown-menu li a.btn.btn-inverse.dropdown-toggle {
      color: #c9d1da;
      background-color: #033a5c;
      border-color: #42474b; }
      .btn.btn-inverse:active:hover, .btn.btn-inverse:active:focus, .btn.btn-inverse:active.focus, .btn.btn-inverse.active:hover, .btn.btn-inverse.active:focus, .btn.btn-inverse.active.focus,
      .open > .btn.btn-inverse.dropdown-toggle:hover,
      .open > .btn.btn-inverse.dropdown-toggle:focus,
      .open > .btn.btn-inverse.dropdown-toggle.focus, .dropdown-menu li a.btn.btn-inverse:active:hover, .dropdown-menu li a.btn.btn-inverse:active:focus, .dropdown-menu li a.btn.btn-inverse:active.focus, .dropdown-menu li a.btn.btn-inverse.active:hover, .dropdown-menu li a.btn.btn-inverse.active:focus, .dropdown-menu li a.btn.btn-inverse.active.focus,
      .open > .dropdown-menu li a.btn.btn-inverse.dropdown-toggle:hover,
      .open > .dropdown-menu li a.btn.btn-inverse.dropdown-toggle:focus,
      .open > .dropdown-menu li a.btn.btn-inverse.dropdown-toggle.focus {
        color: #c9d1da;
        background-color: #022b44;
        border-color: #232627; }
    .btn.btn-inverse:active, .btn.btn-inverse.active,
    .open > .btn.btn-inverse.dropdown-toggle, .dropdown-menu li a.btn.btn-inverse:active, .dropdown-menu li a.btn.btn-inverse.active,
    .open > .dropdown-menu li a.btn.btn-inverse.dropdown-toggle {
      background-image: none; }
    .btn.btn-inverse.disabled, .btn.btn-inverse.disabled:hover, .btn.btn-inverse.disabled:focus, .btn.btn-inverse.disabled.focus, .btn.btn-inverse.disabled:active, .btn.btn-inverse.disabled.active, .btn.btn-inverse[disabled], .btn.btn-inverse[disabled]:hover, .btn.btn-inverse[disabled]:focus, .btn.btn-inverse[disabled].focus, .btn.btn-inverse[disabled]:active, .btn.btn-inverse[disabled].active,
    fieldset[disabled] .btn.btn-inverse,
    fieldset[disabled] .btn.btn-inverse:hover,
    fieldset[disabled] .btn.btn-inverse:focus,
    fieldset[disabled] .btn.btn-inverse.focus,
    fieldset[disabled] .btn.btn-inverse:active,
    fieldset[disabled] .btn.btn-inverse.active, .dropdown-menu li a.btn.btn-inverse.disabled, .dropdown-menu li a.btn.btn-inverse.disabled:hover, .dropdown-menu li a.btn.btn-inverse.disabled:focus, .dropdown-menu li a.btn.btn-inverse.disabled.focus, .dropdown-menu li a.btn.btn-inverse.disabled:active, .dropdown-menu li a.btn.btn-inverse.disabled.active, .dropdown-menu li a.btn.btn-inverse[disabled], .dropdown-menu li a.btn.btn-inverse[disabled]:hover, .dropdown-menu li a.btn.btn-inverse[disabled]:focus, .dropdown-menu li a.btn.btn-inverse[disabled].focus, .dropdown-menu li a.btn.btn-inverse[disabled]:active, .dropdown-menu li a.btn.btn-inverse[disabled].active,
    fieldset[disabled] .dropdown-menu li a.btn.btn-inverse,
    fieldset[disabled] .dropdown-menu li a.btn.btn-inverse:hover,
    fieldset[disabled] .dropdown-menu li a.btn.btn-inverse:focus,
    fieldset[disabled] .dropdown-menu li a.btn.btn-inverse.focus,
    fieldset[disabled] .dropdown-menu li a.btn.btn-inverse:active,
    fieldset[disabled] .dropdown-menu li a.btn.btn-inverse.active {
      background-color: #044A75;
      border-color: #5f666b; }
    .btn.btn-inverse .badge, .dropdown-menu li a.btn.btn-inverse .badge {
      color: #044A75;
      background-color: #c9d1da; }
  .btn.btn-icon, .dropdown-menu li a.btn.btn-icon {
    border: none;
    padding: 0;
    margin: 0; }
    .btn.btn-icon:hover, .dropdown-menu li a.btn.btn-icon:hover {
      box-shadow: none;
      color: #0092FF; }
  .btn.btn-lg, .btn-group-lg > .btn, .dropdown-menu li a.btn.btn-lg, .dropdown-menu li .btn-group-lg > a.btn {
    padding: 0 48px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    border-radius: 4px; }
    .btn.btn-lg .glyphicon, .btn-group-lg > .btn .glyphicon, .btn.btn-lg [class*='icon-'], .btn-group-lg > .btn [class*='icon-'], .dropdown-menu li a.btn.btn-lg .glyphicon, .dropdown-menu li .btn-group-lg > a.btn .glyphicon, .dropdown-menu li a.btn.btn-lg [class*='icon-'], .dropdown-menu li .btn-group-lg > a.btn [class*='icon-'] {
      margin: 0 8px 0 -8px;
      font-size: 14px;
      line-height: 14px; }
  .btn .caret, .dropdown-menu li a.btn .caret {
    margin-left: 16px; }

.input-group input + button.btn {
  border-left: 0 none; }
  .input-group input + button.btn:hover, .input-group input + button.btn :active {
    border-left: none; }

.input-group button.btn + input {
  border-left: 0 none; }
  .input-group button.btn + input:hover, .input-group button.btn + input :active {
    border-left: none; }

a:not(.btn).a-link {
  padding-top: 0; }

a:not(.btn).a-link-hover {
  -webkit-transition: opacity 100ms ease-in-out;
  -o-transition: opacity 100ms ease-in-out;
  transition: opacity 100ms ease-in-out;
  visibility: hidden;
  opacity: 0; }

.btn-gold {
  color: #ffffff;
  background-color: #E5C100;
  border-color: #E5C100; }
  .btn-gold:focus, .btn-gold.focus {
    color: #ffffff;
    background-color: #ccac00;
    border-color: #665600; }
  .btn-gold:hover {
    color: #ffffff;
    background-color: #ccac00;
    border-color: #a88d00; }
  .btn-gold:active, .btn-gold.active,
  .open > .btn-gold.dropdown-toggle {
    color: #ffffff;
    background-color: #ccac00;
    border-color: #a88d00; }
    .btn-gold:active:hover, .btn-gold:active:focus, .btn-gold:active.focus, .btn-gold.active:hover, .btn-gold.active:focus, .btn-gold.active.focus,
    .open > .btn-gold.dropdown-toggle:hover,
    .open > .btn-gold.dropdown-toggle:focus,
    .open > .btn-gold.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #b29600;
      border-color: #665600; }
  .btn-gold:active, .btn-gold.active,
  .open > .btn-gold.dropdown-toggle {
    background-image: none; }
  .btn-gold.disabled, .btn-gold.disabled:hover, .btn-gold.disabled:focus, .btn-gold.disabled.focus, .btn-gold.disabled:active, .btn-gold.disabled.active, .btn-gold[disabled], .btn-gold[disabled]:hover, .btn-gold[disabled]:focus, .btn-gold[disabled].focus, .btn-gold[disabled]:active, .btn-gold[disabled].active,
  fieldset[disabled] .btn-gold,
  fieldset[disabled] .btn-gold:hover,
  fieldset[disabled] .btn-gold:focus,
  fieldset[disabled] .btn-gold.focus,
  fieldset[disabled] .btn-gold:active,
  fieldset[disabled] .btn-gold.active {
    background-color: #E5C100;
    border-color: #E5C100; }
  .btn-gold .badge {
    color: #E5C100;
    background-color: #ffffff; }

.btn-standard {
  color: #ffffff;
  background-color: #67809F;
  border-color: #67809F; }
  .btn-standard:focus, .btn-standard.focus {
    color: #ffffff;
    background-color: #5c7391;
    border-color: #344252; }
  .btn-standard:hover {
    color: #ffffff;
    background-color: #5c7391;
    border-color: #4e627b; }
  .btn-standard:active, .btn-standard.active,
  .open > .btn-standard.dropdown-toggle {
    color: #ffffff;
    background-color: #5c7391;
    border-color: #4e627b; }
    .btn-standard:active:hover, .btn-standard:active:focus, .btn-standard:active.focus, .btn-standard.active:hover, .btn-standard.active:focus, .btn-standard.active.focus,
    .open > .btn-standard.dropdown-toggle:hover,
    .open > .btn-standard.dropdown-toggle:focus,
    .open > .btn-standard.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #526781;
      border-color: #344252; }
  .btn-standard:active, .btn-standard.active,
  .open > .btn-standard.dropdown-toggle {
    background-image: none; }
  .btn-standard.disabled, .btn-standard.disabled:hover, .btn-standard.disabled:focus, .btn-standard.disabled.focus, .btn-standard.disabled:active, .btn-standard.disabled.active, .btn-standard[disabled], .btn-standard[disabled]:hover, .btn-standard[disabled]:focus, .btn-standard[disabled].focus, .btn-standard[disabled]:active, .btn-standard[disabled].active,
  fieldset[disabled] .btn-standard,
  fieldset[disabled] .btn-standard:hover,
  fieldset[disabled] .btn-standard:focus,
  fieldset[disabled] .btn-standard.focus,
  fieldset[disabled] .btn-standard:active,
  fieldset[disabled] .btn-standard.active {
    background-color: #67809F;
    border-color: #67809F; }
  .btn-standard .badge {
    color: #67809F;
    background-color: #ffffff; }

.btn-pink {
  color: #ffffff;
  background-color: #FF7898;
  border-color: #FF7898; }
  .btn-pink:focus, .btn-pink.focus {
    color: #ffffff;
    background-color: #ff5f85;
    border-color: #f8003b; }
  .btn-pink:hover {
    color: #ffffff;
    background-color: #ff5f85;
    border-color: #ff3b69; }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    color: #ffffff;
    background-color: #ff5f85;
    border-color: #ff3b69; }
    .btn-pink:active:hover, .btn-pink:active:focus, .btn-pink:active.focus, .btn-pink.active:hover, .btn-pink.active:focus, .btn-pink.active.focus,
    .open > .btn-pink.dropdown-toggle:hover,
    .open > .btn-pink.dropdown-toggle:focus,
    .open > .btn-pink.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #ff4571;
      border-color: #f8003b; }
  .btn-pink:active, .btn-pink.active,
  .open > .btn-pink.dropdown-toggle {
    background-image: none; }
  .btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled.focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled].focus, .btn-pink[disabled]:active, .btn-pink[disabled].active,
  fieldset[disabled] .btn-pink,
  fieldset[disabled] .btn-pink:hover,
  fieldset[disabled] .btn-pink:focus,
  fieldset[disabled] .btn-pink.focus,
  fieldset[disabled] .btn-pink:active,
  fieldset[disabled] .btn-pink.active {
    background-color: #FF7898;
    border-color: #FF7898; }
  .btn-pink .badge {
    color: #FF7898;
    background-color: #ffffff; }

.btn-purple {
  color: #ffffff;
  background-color: #774CD9;
  border-color: #774CD9; }
  .btn-purple:focus, .btn-purple.focus {
    color: #ffffff;
    background-color: #6737d5;
    border-color: #3e1d89; }
  .btn-purple:hover {
    color: #ffffff;
    background-color: #6737d5;
    border-color: #5729bf; }
  .btn-purple:active, .btn-purple.active,
  .open > .btn-purple.dropdown-toggle {
    color: #ffffff;
    background-color: #6737d5;
    border-color: #5729bf; }
    .btn-purple:active:hover, .btn-purple:active:focus, .btn-purple:active.focus, .btn-purple.active:hover, .btn-purple.active:focus, .btn-purple.active.focus,
    .open > .btn-purple.dropdown-toggle:hover,
    .open > .btn-purple.dropdown-toggle:focus,
    .open > .btn-purple.dropdown-toggle.focus {
      color: #ffffff;
      background-color: #5a2ac8;
      border-color: #3e1d89; }
  .btn-purple:active, .btn-purple.active,
  .open > .btn-purple.dropdown-toggle {
    background-image: none; }
  .btn-purple.disabled, .btn-purple.disabled:hover, .btn-purple.disabled:focus, .btn-purple.disabled.focus, .btn-purple.disabled:active, .btn-purple.disabled.active, .btn-purple[disabled], .btn-purple[disabled]:hover, .btn-purple[disabled]:focus, .btn-purple[disabled].focus, .btn-purple[disabled]:active, .btn-purple[disabled].active,
  fieldset[disabled] .btn-purple,
  fieldset[disabled] .btn-purple:hover,
  fieldset[disabled] .btn-purple:focus,
  fieldset[disabled] .btn-purple.focus,
  fieldset[disabled] .btn-purple:active,
  fieldset[disabled] .btn-purple.active {
    background-color: #774CD9;
    border-color: #774CD9; }
  .btn-purple .badge {
    color: #774CD9;
    background-color: #ffffff; }

.btn-round {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 50%; }
  .btn-round i, .btn-round span {
    font-size: 20px !important;
    display: inline-block;
    height: 100%;
    line-height: 230% !important; }
  .btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
    width: 30px;
    height: 30px;
    line-height: 30px; }
    .btn-round.btn-sm i, .btn-group-sm > .btn-round.btn i, .btn-round.btn-sm span, .btn-group-sm > .btn-round.btn span {
      font-size: 14px !important;
      display: inline-block;
      height: 100%;
      line-height: 220% !important; }

.btn-group,
.btn-group-vertical {
  vertical-align: baseline;
  height: 34px;
  line-height: 32px; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    display: inline-block;
    float: none; }

.btn-group.btn-group-sm .btn {
  line-height: 26px; }

.panel {
  margin: 0 auto 20px;
  border-radius: 5px;
  padding: 25px;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); }
  .panel[class*='col-'] {
    float: none; }
  .panel .panel-heading {
    border-bottom: none !important;
    padding: 0 0 8px 0;
    margin-bottom: 20px; }
    .panel .panel-heading > h3 {
      line-height: 32px; }
  .panel .panel-body {
    padding: 0; }
  .panel .panel-body-collapse {
    margin-left: -26px;
    margin-right: -26px; }
  .panel .panel-footer {
    border-top: none;
    padding: 20px 0 0 0;
    background: #ffffff; }
  .panel.active {
    border-color: #0092FF;
    background-color: rgba(0, 146, 255, 0.05); }
  .panel.panel-primary.panel-sm {
    min-height: 72px; }
  .panel.panel-primary.panel-md {
    min-height: 144px; }
  .panel.panel-primary .panel-body {
    min-height: 44px; }
  .panel.panel-check:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #19d76e transparent transparent; }
  .panel.panel-check:after {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 8px; }
  .panel.has-icon {
    margin-top: 30px;
    padding-top: 40px;
    position: relative; }

.panel-vertical-align {
  text-align: center;
  vertical-align: top;
  display: flex;
  align-items: center;
  justify-content: center; }

.panel-icon {
  display: block;
  position: absolute;
  text-align: center;
  padding: 5px;
  width: 50px;
  height: 50px;
  top: 0;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #d8dee4; }
  .panel-icon i, .panel-icon span {
    font-size: 20px;
    padding: 8px 0;
    display: inline-block; }
  .panel-icon img {
    width: 100%;
    border-radius: 100px; }

.panel.border-dashed .panel-icon {
  border-style: dashed; }

.panel-promo {
  padding: 0 !important;
  border: none;
  overflow: hidden; }
  .panel-promo .panel-body {
    margin: 25px; }

.panel-promo-hero {
  padding: 20px; }

.upgrade-yearly-modal .modal-body {
  padding: 25px; }

.modal-promo-hero {
  padding: 100px 40px;
  text-align: center;
  position: relative;
  background-image: url("https://www.newsletter2go.de/wp-content/uploads/sites/2/2018/12/E-Mail_Marketing_Tipps_Kleinunternehmer.jpg");
  background-size: 100% auto;
  background-position: top center; }
  .modal-promo-hero:after {
    position: absolute;
    z-index: 0;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
    /* IE6-9 */ }
  .modal-promo-hero h1 {
    position: relative;
    z-index: 1;
    color: #ffffff; }

.promo-widget-container {
  padding: 0;
  border: 0; }

.promo-widget-container > div > .panel-promo {
  margin: 0; }

input {
  height: 34px;
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #c9d1da;
  outline: none;
  color: #5f666b;
  border-radius: 4px;
  vertical-align: baseline; }

textarea {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #c9d1da;
  outline: none;
  color: #5f666b;
  border-radius: 4px;
  vertical-align: baseline;
  resize: none; }
  textarea.form-control {
    white-space: pre-wrap; }
  textarea.textarea-lg {
    overflow: auto;
    height: 102px; }

label {
  vertical-align: baseline;
  font-weight: 400;
  line-height: 32px;
  margin: 0; }

input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label {
    font-size: 14px;
    cursor: pointer;
    margin: 0; }
    input[type="checkbox"] + label.label-lg {
      font-size: 18px; }
      input[type="checkbox"] + label.label-lg:before {
        width: 18px; }
    input[type="checkbox"] + label:before {
      content: "\f096";
      color: #c9d1da;
      font-family: FontAwesome;
      width: 14px;
      display: inline-block; }
    input[type="checkbox"] + label span {
      margin-left: 4px; }
  input[type="checkbox"]:checked + label:before {
    color: #19d76e;
    content: "\f14a"; }

input[type="range"] {
  width: 100%;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  border: none;
  padding: 0; }

input[type='range'],
input[type='range']::-webkit-slider-runnable-track,
input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type='range']::-webkit-slider-runnable-track {
  width: 200px;
  height: 10px;
  background: #c9d1da;
  border-radius: 5px; }

input[type='range']::-webkit-slider-thumb {
  position: relative;
  height: 25px;
  width: 25px;
  margin-top: -8px;
  background: #0092FF;
  border-radius: 50%;
  border: 2px solid #ffffff; }

input[type='range']::-webkit-slider-thumb::before {
  position: absolute;
  content: '';
  height: 10px;
  /* equal to height of runnable track */
  width: 500px;
  /* make this bigger than the widest range input element */
  left: -502px;
  /* this should be -2px - width */
  top: 8px;
  /* don't change this */
  background: #5f666b; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + label {
    font-size: 14px;
    cursor: pointer;
    margin: 0; }
    input[type="radio"] + label.label-lg {
      font-size: 18px;
      line-height: 18px;
      height: 18px; }
      input[type="radio"] + label.label-lg:before {
        width: 18px; }
      input[type="radio"] + label.label-lg span:first-child {
        margin-left: 8px; }
    input[type="radio"] + label:before {
      content: "\f10c";
      color: #c9d1da;
      font-family: FontAwesome;
      width: 14px;
      display: inline-block;
      margin-right: 4px; }
    input[type="radio"] + label span:first-child {
      margin-left: 4px; }
  input[type="radio"]:checked + label:before {
    color: #19d76e;
    content: "\f192"; }

.radio_naked {
  position: relative; }
  .radio_naked > div {
    position: relative; }
  .radio_naked input[type="radio"] {
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

.switch-container {
  display: inline-block;
  vertical-align: text-bottom; }

input[type="checkbox"].switch {
  display: none; }
  input[type="checkbox"].switch + label {
    display: block;
    cursor: pointer;
    color: #5c6873;
    position: relative;
    min-width: 38px;
    min-height: 26px; }
    input[type="checkbox"].switch + label:after {
      content: '';
      width: 38px;
      height: 20px;
      background: #ffffff;
      display: inline-block;
      position: absolute;
      top: 0px;
      border-radius: 20px;
      z-index: 1;
      border: 1px solid #c9d1da;
      box-shadow: 0px 1px 2px 0px #c9d1da inset;
      -webkit-transition: background 1s ease;
      -o-transition: background 1s ease;
      transition: background 1s ease;
      top: 6px;
      left: 0; }
    input[type="checkbox"].switch + label:before {
      content: '';
      width: 18px;
      height: 18px;
      background: #ffffff;
      z-index: 5;
      display: inline-block;
      position: absolute;
      border-radius: 50%;
      border: 1px solid #c9d1da;
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s;
      top: 7px;
      left: 0; }
  input[type="checkbox"].switch:checked + label:after {
    background: #19d76e;
    border-color: #19d76e; }
  input[type="checkbox"].switch:checked + label:before {
    margin-left: 20px;
    border-color: #19d76e; }

.form-control {
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.03); }
  .form-control:focus {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-color: #c9d1da; }
  .form-control.inline {
    display: inline;
    min-width: 0;
    width: auto; }
  .form-control span.placeholder {
    text-transform: uppercase;
    color: #a0adb8;
    font-weight: 400;
    font-size: 12px;
    padding: 4px;
    margin: -1px 4px 0;
    position: relative;
    border: 1px solid #d8dee4;
    line-height: 12px;
    cursor: move;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; }
    .form-control span.placeholder:hover {
      background-color: #d8dee4; }
    .form-control span.placeholder.has-action {
      position: relative;
      padding-right: 25px; }

a.placeholder-action {
  line-height: 1;
  color: inherit;
  width: 14px;
  display: inline-block;
  text-align: center;
  height: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 21px;
  width: 21px;
  padding: 4px;
  border-left: 1px solid #d8dee4; }
  a.placeholder-action:hover {
    color: #0092FF; }

.form-control-personalization {
  overflow-x: auto;
  height: 100%;
  white-space: normal;
  min-height: 34px; }

.has-feedback {
  display: inline-block;
  font-size: 14px; }
  .has-feedback .form-control {
    padding-left: 40px;
    padding-right: 6px; }
  .has-feedback .form-control-feedback {
    left: 6px;
    color: #a0adb8; }

.form-control-feedback {
  line-height: 32px !important; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  font-size: 24px; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 2px 4px;
  height: auto;
  border-radius: 0; }

.datepicker-control {
  max-width: 250px; }

.input-with-icons {
  position: relative; }
  .input-with-icons input {
    padding-right: 70px; }
  .input-with-icons .input-icons {
    position: absolute;
    right: 5px;
    top: 0;
    height: 34px; }
    .input-with-icons .input-icons a {
      opacity: .5;
      line-height: 40px;
      height: 34px;
      font-size: 20px;
      color: #333;
      margin-left: 5px; }
      .input-with-icons .input-icons a:hover {
        opacity: 1; }

.caret {
  color: #c9d1da; }

.dropdown-menu {
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  position: absolute;
  margin-top: 15px;
  border: none;
  left: 50%;
  right: auto;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 10px 0;
  min-width: 50px; }
  .dropdown-menu ul {
    padding: 0;
    margin-bottom: 0; }
  .dropdown-menu li {
    line-height: 32px;
    display: block;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap; }
    .dropdown-menu li a {
      padding: 0;
      line-height: 32px;
      white-space: nowrap;
      color: #5f666b; }
      .dropdown-menu li a:hover, .dropdown-menu li a:focus {
        text-decoration: none;
        color: #0092FF;
        background-color: transparent; }
    .dropdown-menu li span {
      margin-right: 8px; }
    .dropdown-menu li label {
      margin-right: 4px; }
    .dropdown-menu li.label {
      text-transform: uppercase;
      color: #a0adb8;
      font-weight: 400;
      font-size: 12px; }
      .dropdown-menu li.label ~ li:not(.label):not(.unindent) {
        padding-left: 30px; }
  .dropdown-menu.mCustomScrollbar .mCSB_container {
    width: inherit !important; }
  .dropdown-menu:before {
    content: "▲";
    position: absolute;
    top: -20px;
    text-align: center;
    color: #ffffff;
    -webkit-transform: scaleX(2);
    -ms-transform: scaleX(2);
    -o-transform: scaleX(2);
    transform: scaleX(2);
    width: 50%;
    left: 25%;
    line-height: 32px; }
  .dropdown-menu .divider {
    padding: 0; }
  .dropdown-menu.dropdown-right {
    left: 100%;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0); }
    .dropdown-menu.dropdown-right:before {
      text-align: right; }
  .dropdown-menu.dropdown-left {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .dropdown-menu.dropdown-left:before {
      text-align: left; }

.dropdown-inverse {
  position: absolute;
  top: 70px;
  background-color: #091E3F;
  font-size: 14px; }
  .dropdown-inverse li {
    color: #a0adb8; }
    .dropdown-inverse li > a {
      padding: 0;
      color: #a0adb8; }
  .dropdown-inverse:before {
    content: " "; }
  .dropdown-inverse .divider {
    background-color: #5f666b;
    height: 1px;
    margin: 8px 0; }

.dropdown-inverse > li > a:hover, .dropdown-inverse > li > a:focus {
  text-decoration: none;
  color: #0092FF;
  background-color: transparent; }

.dropdown-inverse > .active > a, .dropdown-inverse > .active > a:hover, .dropdown-inverse > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: transparent; }

.dropdown-search {
  position: absolute;
  background-color: #ffffff;
  left: 0;
  right: 0; }
  .dropdown-search:before {
    content: " "; }

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

.dropdown-address-book {
  max-height: 300px;
  overflow-y: auto; }

.input-group {
  vertical-align: middle;
  width: 100%; }
  .input-group .input-group-addon, .input-group .input-group-btn {
    color: #a0adb8;
    height: 34px;
    line-height: initial; }
    .input-group .input-group-addon button.btn + button.btn, .input-group .input-group-btn button.btn + button.btn {
      margin-left: -2px; }
  .input-group.inline {
    display: inline-block;
    width: auto; }
    .input-group.inline > input.form-control {
      width: auto; }
    .input-group.inline > .input-group-btn {
      width: auto; }

.btn-group {
  vertical-align: top; }

ul.navbar-left > li {
  margin-right: 30px; }

.navbar-n2g-topbar {
  background-color: #044A75; }
  .navbar-n2g-topbar .container-fluid {
    padding: 0; }
  .navbar-n2g-topbar .navbar-brand {
    width: 80px;
    height: 70px;
    display: block;
    background: url("../img/logo.svg") no-repeat center center #ffffff;
    background-size: 40px auto; }
    .navbar-n2g-topbar .navbar-brand:hover, .navbar-n2g-topbar .navbar-brand:focus {
      background-color: #ffffff; }
  .navbar-n2g-topbar input {
    background-color: #5f666b;
    color: #c9d1da;
    border-color: #5f666b; }
    .navbar-n2g-topbar input:active, .navbar-n2g-topbar input:focus {
      border-color: #a0adb8; }
  .navbar-n2g-topbar .nav-bottom .nav-arrow-left {
    border-right: 1px solid #044A75;
    width: 50px;
    margin-right: 320px;
    margin-left: -20px; }
  .navbar-n2g-topbar .nav-bottom .nav-arrow-right {
    border-left: 1px solid #044A75;
    width: 50px;
    padding-left: 35px;
    padding-right: 40px; }
  .navbar-n2g-topbar .nav-bottom .nav-send {
    border-left: 1px solid #044A75;
    width: 225px;
    padding-left: 30px; }
  .navbar-n2g-topbar .navbar-nav {
    padding-left: 30px; }
    @media (max-width: 992px) {
      .navbar-n2g-topbar .navbar-nav > li {
        display: inline-block; }
        .navbar-n2g-topbar .navbar-nav > li i.visible-sm {
          padding: 10px; } }
    .navbar-n2g-topbar .navbar-nav > li > a {
      padding-top: 18px;
      padding-bottom: 18px;
      text-transform: uppercase;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 34px;
      -webkit-transition: color linear 300ms;
      -o-transition: color linear 300ms;
      transition: color linear 300ms; }
      .navbar-n2g-topbar .navbar-nav > li > a * {
        letter-spacing: inherit; }
    .navbar-n2g-topbar .navbar-nav > li > .btn {
      margin-top: 18px; }
    .navbar-n2g-topbar .navbar-nav > .open > a, .navbar-n2g-topbar .navbar-nav > .open > a:hover, .navbar-n2g-topbar .navbar-nav > .open > a:focus {
      background-color: transparent; }
    .navbar-n2g-topbar .navbar-nav > .active > a, .navbar-n2g-topbar .navbar-nav > .active > a:hover, .navbar-n2g-topbar .navbar-nav > .active > a:focus {
      -webkit-transition: color linear 300ms;
      -o-transition: color linear 300ms;
      transition: color linear 300ms; }
    .navbar-n2g-topbar .navbar-nav .primary, .navbar-n2g-topbar .navbar-nav .primary:hover, .navbar-n2g-topbar .navbar-nav .primary:focus {
      background-color: #0092FF; }
      .navbar-n2g-topbar .navbar-nav .primary a, .navbar-n2g-topbar .navbar-nav .primary:hover a, .navbar-n2g-topbar .navbar-nav .primary:focus a {
        color: #ffffff; }
    @media (min-width: 1500px) {
      .navbar-n2g-topbar .navbar-nav.navbar-right {
        padding-right: 80px; } }
    .navbar-n2g-topbar .navbar-nav.navbar-right > li {
      border-left: none; }
      .navbar-n2g-topbar .navbar-nav.navbar-right > li:hover, .navbar-n2g-topbar .navbar-nav.navbar-right > li:active, .navbar-n2g-topbar .navbar-nav.navbar-right > li.open {
        background-color: #091E3F; }
      .navbar-n2g-topbar .navbar-nav.navbar-right > li > a {
        padding: 18px 30px; }
        .navbar-n2g-topbar .navbar-nav.navbar-right > li > a.btn {
          padding: initial;
          margin-right: 30px;
          color: initial; }
      .navbar-n2g-topbar .navbar-nav.navbar-right > li:last-child > a {
        margin-right: 0; }
    .navbar-n2g-topbar .navbar-nav input[type=text], .navbar-n2g-topbar .navbar-nav input[type=number] {
      height: auto;
      line-height: 33px;
      padding: 0;
      margin-right: 20px;
      border: 0 none;
      border-bottom: 1px solid transparent;
      border-radius: 0;
      background-color: transparent;
      width: 100%;
      background-repeat: no-repeat;
      background-position: right center;
      color: #ffffff; }
      .navbar-n2g-topbar .navbar-nav input[type=text]:hover, .navbar-n2g-topbar .navbar-nav input[type=number]:hover {
        background-image: url(../img/edit.png);
        border-bottom: 1px dashed #c9d1da;
        cursor: pointer; }
      .navbar-n2g-topbar .navbar-nav input[type=text]:focus, .navbar-n2g-topbar .navbar-nav input[type=number]:focus {
        border-bottom: 1px solid #c9d1da;
        cursor: text;
        background-image: none; }

.navbar-right .dropdown-menu {
  left: 50%;
  right: auto; }

.navbar-n2g-subnav {
  padding-left: 110px;
  padding-right: 110px;
  border: 0px;
  min-height: 0px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: color linear 300ms;
  -o-transition: color linear 300ms;
  transition: color linear 300ms;
  font-weight: 500; }
  .navbar-n2g-subnav.no-padding {
    padding: 0; }
  .navbar-n2g-subnav .navbar-nav > li > .btn-group, .navbar-n2g-subnav .navbar-nav > li > .btn {
    margin-top: 18px; }
  .navbar-n2g-subnav .navbar-nav > li > a {
    padding-top: 28px;
    padding-bottom: 28px;
    line-height: 14px; }
    .navbar-n2g-subnav .navbar-nav > li > a:hover, .navbar-n2g-subnav .navbar-nav > li > a:focus {
      background-color: #f4f7f9;
      -webkit-transition: color linear 300ms;
      -o-transition: color linear 300ms;
      transition: color linear 300ms; }
  .navbar-n2g-subnav .navbar-nav > .active > a {
    border-bottom: 4px #0092FF solid;
    padding-bottom: 24px; }
  @media (max-width: 768px) {
    .navbar-n2g-subnav {
      padding-left: 10px;
      padding-right: 10px; }
      .navbar-n2g-subnav .navbar-nav {
        margin: 0; }
        .navbar-n2g-subnav .navbar-nav > li {
          display: inline-block; }
      .navbar-n2g-subnav .navbar-left {
        float: left; }
      .navbar-n2g-subnav .navbar-right {
        float: right; } }

.create-sub {
  top: 70px;
  margin-bottom: 0px;
  margin-left: -110px;
  border-bottom: 1px solid #c9d1da; }
  .create-sub .navbar-left {
    width: 331px;
    border-right: 1px solid #c9d1da; }
    .create-sub .navbar-left > li > a {
      display: inline-block;
      margin-right: 15px; }
      .create-sub .navbar-left > li > a:after {
        content: ">";
        font-weight: bold;
        color: #a0adb8;
        margin-left: 15px; }
    .create-sub .navbar-left > li:last-child > a:after {
      content: " "; }

.navbar-sm {
  min-height: auto;
  padding: 5px; }
  .navbar-sm .navbar-nav {
    padding-left: 0; }

.has-flash .profile-pic:before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #0092FF;
  content: ' '; }

.table.table-primary {
  margin-bottom: 0; }
  .table.table-primary > thead > tr > th {
    text-transform: uppercase;
    color: #a0adb8;
    font-weight: 400;
    font-size: 12px;
    border-bottom: none;
    vertical-align: middle;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent; }
  .table.table-primary > tbody {
    border: 1px solid #c9d1da; }
  .table.table-primary > tfoot {
    border-top: 3px double #c9d1da; }
    .table.table-primary > tfoot > tr {
      background-color: #e4f1ff;
      border-bottom: 1px solid #c9d1da; }
      .table.table-primary > tfoot > tr > td.caption {
        background-color: transparent;
        border-left: none;
        border-bottom: none; }
    .table.table-primary > tfoot > tr:nth-of-type(odd) {
      background-color: #eef6ff; }
  .table.table-primary > tfoot.pull-up {
    border-bottom: 3px double #c9d1da;
    border-top: 1px solid #c9d1da;
    display: table-header-group; }
  .table.table-primary > thead > tr > td,
  .table.table-primary > tbody > tr > td,
  .table.table-primary > tfoot > tr > td {
    border-top: none;
    border-right: 1px solid #c9d1da;
    border-left: 1px solid #c9d1da;
    vertical-align: middle; }
    .table.table-primary > thead > tr > td > img,
    .table.table-primary > tbody > tr > td > img,
    .table.table-primary > tfoot > tr > td > img {
      float: left;
      margin-right: 10px; }
    .table.table-primary > thead > tr > td.border-none,
    .table.table-primary > tbody > tr > td.border-none,
    .table.table-primary > tfoot > tr > td.border-none {
      border-right-color: transparent; }
    .table.table-primary > thead > tr > td.border-none + td,
    .table.table-primary > tbody > tr > td.border-none + td,
    .table.table-primary > tfoot > tr > td.border-none + td {
      border-left-color: transparent; }
  .table.table-primary > thead > tr:not(.heading) > td.highlight,
  .table.table-primary > tbody > tr:not(.heading) > td.highlight,
  .table.table-primary > tfoot > tr:not(.heading) > td.highlight {
    background-color: #eef6ff; }
  .table.table-primary > thead > tr.heading > td,
  .table.table-primary > tbody > tr.heading > td,
  .table.table-primary > tfoot > tr.heading > td {
    background-color: #e4f1ff;
    font-weight: 500; }
  .table.table-primary > thead > tr.heading ~ tr:not(.heading) > td:first-child,
  .table.table-primary > tbody > tr.heading ~ tr:not(.heading) > td:first-child,
  .table.table-primary > tfoot > tr.heading ~ tr:not(.heading) > td:first-child {
    padding-left: 16px; }

.table .table {
  background-color: #ffffff; }

.table-borderless thead td {
  padding-bottom: 20px !important;
  text-transform: uppercase;
  color: #a0adb8; }

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none; }

.modal-dialog.modal-success:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #19d76e transparent transparent;
  z-index: 1; }

.modal-dialog.modal-success:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1; }

.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 3px;
  border: 0 none;
  padding: 40px; }

.modal-header {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  border-bottom: 0 none;
  padding: 0 0 40px 0; }

.modal-body {
  padding: 0; }

.modal-footer {
  border-top: 0 none;
  padding: 40px 0 0 0; }
  .modal-footer.text-center {
    text-align: center; }
  .modal-footer a.a-link {
    margin-top: 10px; }

.modal-xl {
  width: 1000px; }

.modal-xxl {
  width: 1200px; }

.modal-full {
  width: 100vw;
  height: 100vh;
  margin: 0;
  overflow-y: scroll;
  background-color: #ffffff; }
  .modal-full .modal-inner {
    width: 800px;
    max-width: 100%;
    margin: 0 auto; }

.modal-full-render:before {
  display: none; }

.modal-groups-select .modal-body {
  text-align: left; }

.modal-groups-select .form-group {
  width: 100%; }

.modal-groups-select-list {
  max-height: 250px;
  min-height: 250px;
  overflow-y: auto; }
  .modal-groups-select-list ul {
    list-style-type: none;
    padding-left: 0; }
  .modal-groups-select-list label {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #c9d1da; }
  .modal-groups-select-list .label {
    margin-top: 7px; }

.group-label-text {
  width: 300px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: bottom; }

.group-list-wrapper {
  margin-top: 5px; }
  .group-list-wrapper .label {
    display: inline-block;
    height: auto; }
  .group-list-wrapper span {
    line-height: 1; }

body.modal-open #ui-view-main {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

.modal-no-padding > .modal-dialog > .modal-content {
  padding: 0; }

.image-editor-modal {
  background-color: #141415; }

a.thumbnail {
  height: 75px;
  position: relative;
  border-radius: 0;
  margin-left: -1px;
  margin-bottom: 0;
  margin-top: -1px; }
  a.thumbnail.thumbnail-lg {
    height: 175px; }
  a.thumbnail:hover {
    z-index: 1; }
  a.thumbnail > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 90%;
    max-height: 90%; }
  a.thumbnail.active {
    z-index: 2; }

.table.table-primary > tbody > tr > td.tn > img {
  max-width: 32px;
  max-height: 32px;
  float: none;
  margin-right: 0;
  min-height: 1px;
  min-width: 1px; }

.nav-tabs > li > a {
  color: #a0adb8;
  background: #eef2f5;
  border: 1px solid #c9d1da;
  margin-right: -1px;
  line-height: 14px;
  padding: 9px 16px; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #5f666b; }

.tab-content {
  padding-top: 20px; }
  .tab-content.panel {
    margin-top: 0;
    border-radius: 0 0 5px 5px;
    border: 1px solid #c9d1da;
    border-top: none; }

.navbar-default > ul.navbar-left > li {
  margin-right: 25px; }

.nav-pills > li {
  border: 1px solid #c9d1da;
  border-left-width: 0px;
  overflow: hidden;
  display: inline-block;
  float: none; }
  .nav-pills > li:first-child {
    border-left-width: 1px;
    border-radius: 50px 0 0 50px; }
  .nav-pills > li:last-child {
    border-radius: 0 50px 50px 0; }
  .nav-pills > li + li {
    margin-left: 0; }
  .nav-pills > li > a {
    padding: 5px 18px;
    color: #333;
    border-radius: 0; }
    .nav-pills > li > a:hover {
      background-color: #d8dee4; }

.label {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 0;
  color: #a0adb8;
  padding: 0; }
  .label .label-clickable:hover {
    color: #5f666b;
    cursor: pointer; }
  .label.label-simple {
    border: none;
    padding: 2px 4px; }

.label-default {
  border: 0;
  background: transparent; }

.label-primary {
  background-color: rgba(0, 146, 255, 0.05);
  border: 1px solid #0092FF;
  color: #0092FF;
  padding: 4px; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    border: 1px solid #0075cc; }

.label-success {
  background-color: rgba(25, 215, 110, 0.05);
  border: 1px solid #19d76e;
  color: #19d76e;
  padding: 4px; }
  .label-success[href]:hover, .label-success[href]:focus {
    border: 1px solid #14a957; }

.label-info {
  background-color: rgba(160, 173, 184, 0.05);
  border: 1px solid #a0adb8;
  color: #a0adb8;
  padding: 4px; }
  .label-info[href]:hover, .label-info[href]:focus {
    border: 1px solid #8394a2; }

.label-warning {
  background-color: rgba(255, 154, 37, 0.05);
  border: 1px solid #FF9A25;
  color: #FF9A25;
  padding: 4px; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    border: 1px solid #f18100; }

.label-danger {
  background-color: rgba(255, 73, 73, 0.05);
  border: 1px solid #FF4949;
  color: #FF4949;
  padding: 4px; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    border: 1px solid #ff1616; }

.label-pro {
  background-color: rgba(229, 193, 0, 0.05);
  border: 1px solid #E5C100;
  color: #E5C100;
  padding: 4px; }
  .label-pro[href]:hover, .label-pro[href]:focus {
    border: 1px solid #b29600; }

.badge {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  color: #a0adb8;
  white-space: nowrap;
  vertical-align: baseline; }
  .badge .badge-clickable:hover {
    color: #5f666b;
    cursor: pointer; }
  .badge.badge-simple {
    border: none;
    padding: 2px 4px; }
  .badge span {
    line-height: 12px; }
  .badge span.fa, .badge [class*='icon-'] {
    margin-right: 4px; }

.badge-default {
  border: 0;
  background: transparent; }

.badge-primary {
  background-color: rgba(0, 146, 255, 0.05);
  border: 1px solid #0092FF;
  color: #0092FF; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    border: 1px solid #0075cc; }

.badge-success {
  background-color: rgba(25, 215, 110, 0.05);
  border: 1px solid #19d76e;
  color: #19d76e; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    border: 1px solid #14a957; }

.badge-info {
  background-color: rgba(160, 173, 184, 0.05);
  border: 1px solid #a0adb8;
  color: #a0adb8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    border: 1px solid #8394a2; }

.badge-warning {
  background-color: rgba(255, 154, 37, 0.05);
  border: 1px solid #FF9A25;
  color: #FF9A25; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    border: 1px solid #f18100; }

.badge-danger {
  background-color: rgba(255, 73, 73, 0.05);
  border: 1px solid #FF4949;
  color: #FF4949; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    border: 1px solid #ff1616; }

a.badge:hover, a.badge:focus {
  color: #0092FF; }

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

.margin-bottom-0 {
  margin-bottom: 0px; }

.margin-left-0 {
  margin-left: 0px; }

.margin-right-0 {
  margin-right: 0px; }

.margin-top-5 {
  margin-top: 5px; }

.margin-bottom-5 {
  margin-bottom: 5px; }

.margin-left-5 {
  margin-left: 5px; }

.margin-right-5 {
  margin-right: 5px; }

.margin-top-10 {
  margin-top: 10px; }

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-left-10 {
  margin-left: 10px; }

.margin-right-10 {
  margin-right: 10px; }

.margin-top-15 {
  margin-top: 15px; }

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

.margin-left-15 {
  margin-left: 15px; }

.margin-right-15 {
  margin-right: 15px; }

.margin-top-20 {
  margin-top: 20px; }

.margin-bottom-20 {
  margin-bottom: 20px; }

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

.margin-right-20 {
  margin-right: 20px; }

.margin-top-25 {
  margin-top: 25px; }

.margin-bottom-25 {
  margin-bottom: 25px; }

.margin-left-25 {
  margin-left: 25px; }

.margin-right-25 {
  margin-right: 25px; }

.margin-top-30 {
  margin-top: 30px; }

.margin-bottom-30 {
  margin-bottom: 30px; }

.margin-left-30 {
  margin-left: 30px; }

.margin-right-30 {
  margin-right: 30px; }

.margin-top-35 {
  margin-top: 35px; }

.margin-bottom-35 {
  margin-bottom: 35px; }

.margin-left-35 {
  margin-left: 35px; }

.margin-right-35 {
  margin-right: 35px; }

.margin-top-40 {
  margin-top: 40px; }

.margin-bottom-40 {
  margin-bottom: 40px; }

.margin-left-40 {
  margin-left: 40px; }

.margin-right-40 {
  margin-right: 40px; }

.margin-top-45 {
  margin-top: 45px; }

.margin-bottom-45 {
  margin-bottom: 45px; }

.margin-left-45 {
  margin-left: 45px; }

.margin-right-45 {
  margin-right: 45px; }

.margin-top-50 {
  margin-top: 50px; }

.margin-bottom-50 {
  margin-bottom: 50px; }

.margin-left-50 {
  margin-left: 50px; }

.margin-right-50 {
  margin-right: 50px; }

.margin-top-55 {
  margin-top: 55px; }

.margin-bottom-55 {
  margin-bottom: 55px; }

.margin-left-55 {
  margin-left: 55px; }

.margin-right-55 {
  margin-right: 55px; }

.margin-top-60 {
  margin-top: 60px; }

.margin-bottom-60 {
  margin-bottom: 60px; }

.margin-left-60 {
  margin-left: 60px; }

.margin-right-60 {
  margin-right: 60px; }

.margin-top-65 {
  margin-top: 65px; }

.margin-bottom-65 {
  margin-bottom: 65px; }

.margin-left-65 {
  margin-left: 65px; }

.margin-right-65 {
  margin-right: 65px; }

.margin-top-70 {
  margin-top: 70px; }

.margin-bottom-70 {
  margin-bottom: 70px; }

.margin-left-70 {
  margin-left: 70px; }

.margin-right-70 {
  margin-right: 70px; }

.margin-top-75 {
  margin-top: 75px; }

.margin-bottom-75 {
  margin-bottom: 75px; }

.margin-left-75 {
  margin-left: 75px; }

.margin-right-75 {
  margin-right: 75px; }

.margin-top-80 {
  margin-top: 80px; }

.margin-bottom-80 {
  margin-bottom: 80px; }

.margin-left-80 {
  margin-left: 80px; }

.margin-right-80 {
  margin-right: 80px; }

.margin-top-85 {
  margin-top: 85px; }

.margin-bottom-85 {
  margin-bottom: 85px; }

.margin-left-85 {
  margin-left: 85px; }

.margin-right-85 {
  margin-right: 85px; }

.margin-top-90 {
  margin-top: 90px; }

.margin-bottom-90 {
  margin-bottom: 90px; }

.margin-left-90 {
  margin-left: 90px; }

.margin-right-90 {
  margin-right: 90px; }

.margin-top-95 {
  margin-top: 95px; }

.margin-bottom-95 {
  margin-bottom: 95px; }

.margin-left-95 {
  margin-left: 95px; }

.margin-right-95 {
  margin-right: 95px; }

.margin-top-100 {
  margin-top: 100px; }

.margin-bottom-100 {
  margin-bottom: 100px; }

.margin-left-100 {
  margin-left: 100px; }

.margin-right-100 {
  margin-right: 100px; }

@media (min-width: 480px) {
  .margin-xs-top-0 {
    margin-top: 0px; }
  .margin-xs-bottom-0 {
    margin-bottom: 0px; }
  .margin-xs-left-0 {
    margin-left: 0px; }
  .margin-xs-right-0 {
    margin-right: 0px; }
  .margin-xs-0 {
    margin: 0px; }
  .margin-xs-top-5 {
    margin-top: 5px; }
  .margin-xs-bottom-5 {
    margin-bottom: 5px; }
  .margin-xs-left-5 {
    margin-left: 5px; }
  .margin-xs-right-5 {
    margin-right: 5px; }
  .margin-xs-5 {
    margin: 5px; }
  .margin-xs-top-10 {
    margin-top: 10px; }
  .margin-xs-bottom-10 {
    margin-bottom: 10px; }
  .margin-xs-left-10 {
    margin-left: 10px; }
  .margin-xs-right-10 {
    margin-right: 10px; }
  .margin-xs-10 {
    margin: 10px; }
  .margin-xs-top-15 {
    margin-top: 15px; }
  .margin-xs-bottom-15 {
    margin-bottom: 15px; }
  .margin-xs-left-15 {
    margin-left: 15px; }
  .margin-xs-right-15 {
    margin-right: 15px; }
  .margin-xs-15 {
    margin: 15px; }
  .margin-xs-top-20 {
    margin-top: 20px; }
  .margin-xs-bottom-20 {
    margin-bottom: 20px; }
  .margin-xs-left-20 {
    margin-left: 20px; }
  .margin-xs-right-20 {
    margin-right: 20px; }
  .margin-xs-20 {
    margin: 20px; }
  .margin-xs-top-25 {
    margin-top: 25px; }
  .margin-xs-bottom-25 {
    margin-bottom: 25px; }
  .margin-xs-left-25 {
    margin-left: 25px; }
  .margin-xs-right-25 {
    margin-right: 25px; }
  .margin-xs-25 {
    margin: 25px; }
  .margin-xs-top-30 {
    margin-top: 30px; }
  .margin-xs-bottom-30 {
    margin-bottom: 30px; }
  .margin-xs-left-30 {
    margin-left: 30px; }
  .margin-xs-right-30 {
    margin-right: 30px; }
  .margin-xs-30 {
    margin: 30px; }
  .margin-xs-top-35 {
    margin-top: 35px; }
  .margin-xs-bottom-35 {
    margin-bottom: 35px; }
  .margin-xs-left-35 {
    margin-left: 35px; }
  .margin-xs-right-35 {
    margin-right: 35px; }
  .margin-xs-35 {
    margin: 35px; }
  .margin-xs-top-40 {
    margin-top: 40px; }
  .margin-xs-bottom-40 {
    margin-bottom: 40px; }
  .margin-xs-left-40 {
    margin-left: 40px; }
  .margin-xs-right-40 {
    margin-right: 40px; }
  .margin-xs-40 {
    margin: 40px; }
  .margin-xs-top-45 {
    margin-top: 45px; }
  .margin-xs-bottom-45 {
    margin-bottom: 45px; }
  .margin-xs-left-45 {
    margin-left: 45px; }
  .margin-xs-right-45 {
    margin-right: 45px; }
  .margin-xs-45 {
    margin: 45px; }
  .margin-xs-top-50 {
    margin-top: 50px; }
  .margin-xs-bottom-50 {
    margin-bottom: 50px; }
  .margin-xs-left-50 {
    margin-left: 50px; }
  .margin-xs-right-50 {
    margin-right: 50px; }
  .margin-xs-50 {
    margin: 50px; }
  .margin-xs-top-55 {
    margin-top: 55px; }
  .margin-xs-bottom-55 {
    margin-bottom: 55px; }
  .margin-xs-left-55 {
    margin-left: 55px; }
  .margin-xs-right-55 {
    margin-right: 55px; }
  .margin-xs-55 {
    margin: 55px; }
  .margin-xs-top-60 {
    margin-top: 60px; }
  .margin-xs-bottom-60 {
    margin-bottom: 60px; }
  .margin-xs-left-60 {
    margin-left: 60px; }
  .margin-xs-right-60 {
    margin-right: 60px; }
  .margin-xs-60 {
    margin: 60px; }
  .margin-xs-top-65 {
    margin-top: 65px; }
  .margin-xs-bottom-65 {
    margin-bottom: 65px; }
  .margin-xs-left-65 {
    margin-left: 65px; }
  .margin-xs-right-65 {
    margin-right: 65px; }
  .margin-xs-65 {
    margin: 65px; }
  .margin-xs-top-70 {
    margin-top: 70px; }
  .margin-xs-bottom-70 {
    margin-bottom: 70px; }
  .margin-xs-left-70 {
    margin-left: 70px; }
  .margin-xs-right-70 {
    margin-right: 70px; }
  .margin-xs-70 {
    margin: 70px; }
  .margin-xs-top-75 {
    margin-top: 75px; }
  .margin-xs-bottom-75 {
    margin-bottom: 75px; }
  .margin-xs-left-75 {
    margin-left: 75px; }
  .margin-xs-right-75 {
    margin-right: 75px; }
  .margin-xs-75 {
    margin: 75px; }
  .margin-xs-top-80 {
    margin-top: 80px; }
  .margin-xs-bottom-80 {
    margin-bottom: 80px; }
  .margin-xs-left-80 {
    margin-left: 80px; }
  .margin-xs-right-80 {
    margin-right: 80px; }
  .margin-xs-80 {
    margin: 80px; }
  .margin-xs-top-85 {
    margin-top: 85px; }
  .margin-xs-bottom-85 {
    margin-bottom: 85px; }
  .margin-xs-left-85 {
    margin-left: 85px; }
  .margin-xs-right-85 {
    margin-right: 85px; }
  .margin-xs-85 {
    margin: 85px; }
  .margin-xs-top-90 {
    margin-top: 90px; }
  .margin-xs-bottom-90 {
    margin-bottom: 90px; }
  .margin-xs-left-90 {
    margin-left: 90px; }
  .margin-xs-right-90 {
    margin-right: 90px; }
  .margin-xs-90 {
    margin: 90px; }
  .margin-xs-top-95 {
    margin-top: 95px; }
  .margin-xs-bottom-95 {
    margin-bottom: 95px; }
  .margin-xs-left-95 {
    margin-left: 95px; }
  .margin-xs-right-95 {
    margin-right: 95px; }
  .margin-xs-95 {
    margin: 95px; }
  .margin-xs-top-100 {
    margin-top: 100px; }
  .margin-xs-bottom-100 {
    margin-bottom: 100px; }
  .margin-xs-left-100 {
    margin-left: 100px; }
  .margin-xs-right-100 {
    margin-right: 100px; }
  .margin-xs-100 {
    margin: 100px; } }

@media (min-width: 992px) {
  .margin-md-top-0 {
    margin-top: 0px; }
  .margin-md-bottom-0 {
    margin-bottom: 0px; }
  .margin-md-left-0 {
    margin-left: 0px; }
  .margin-md-right-0 {
    margin-right: 0px; }
  .margin-md-0 {
    margin: 0px; }
  .margin-md-top-5 {
    margin-top: 5px; }
  .margin-md-bottom-5 {
    margin-bottom: 5px; }
  .margin-md-left-5 {
    margin-left: 5px; }
  .margin-md-right-5 {
    margin-right: 5px; }
  .margin-md-5 {
    margin: 5px; }
  .margin-md-top-10 {
    margin-top: 10px; }
  .margin-md-bottom-10 {
    margin-bottom: 10px; }
  .margin-md-left-10 {
    margin-left: 10px; }
  .margin-md-right-10 {
    margin-right: 10px; }
  .margin-md-10 {
    margin: 10px; }
  .margin-md-top-15 {
    margin-top: 15px; }
  .margin-md-bottom-15 {
    margin-bottom: 15px; }
  .margin-md-left-15 {
    margin-left: 15px; }
  .margin-md-right-15 {
    margin-right: 15px; }
  .margin-md-15 {
    margin: 15px; }
  .margin-md-top-20 {
    margin-top: 20px; }
  .margin-md-bottom-20 {
    margin-bottom: 20px; }
  .margin-md-left-20 {
    margin-left: 20px; }
  .margin-md-right-20 {
    margin-right: 20px; }
  .margin-md-20 {
    margin: 20px; }
  .margin-md-top-25 {
    margin-top: 25px; }
  .margin-md-bottom-25 {
    margin-bottom: 25px; }
  .margin-md-left-25 {
    margin-left: 25px; }
  .margin-md-right-25 {
    margin-right: 25px; }
  .margin-md-25 {
    margin: 25px; }
  .margin-md-top-30 {
    margin-top: 30px; }
  .margin-md-bottom-30 {
    margin-bottom: 30px; }
  .margin-md-left-30 {
    margin-left: 30px; }
  .margin-md-right-30 {
    margin-right: 30px; }
  .margin-md-30 {
    margin: 30px; }
  .margin-md-top-35 {
    margin-top: 35px; }
  .margin-md-bottom-35 {
    margin-bottom: 35px; }
  .margin-md-left-35 {
    margin-left: 35px; }
  .margin-md-right-35 {
    margin-right: 35px; }
  .margin-md-35 {
    margin: 35px; }
  .margin-md-top-40 {
    margin-top: 40px; }
  .margin-md-bottom-40 {
    margin-bottom: 40px; }
  .margin-md-left-40 {
    margin-left: 40px; }
  .margin-md-right-40 {
    margin-right: 40px; }
  .margin-md-40 {
    margin: 40px; }
  .margin-md-top-45 {
    margin-top: 45px; }
  .margin-md-bottom-45 {
    margin-bottom: 45px; }
  .margin-md-left-45 {
    margin-left: 45px; }
  .margin-md-right-45 {
    margin-right: 45px; }
  .margin-md-45 {
    margin: 45px; }
  .margin-md-top-50 {
    margin-top: 50px; }
  .margin-md-bottom-50 {
    margin-bottom: 50px; }
  .margin-md-left-50 {
    margin-left: 50px; }
  .margin-md-right-50 {
    margin-right: 50px; }
  .margin-md-50 {
    margin: 50px; }
  .margin-md-top-55 {
    margin-top: 55px; }
  .margin-md-bottom-55 {
    margin-bottom: 55px; }
  .margin-md-left-55 {
    margin-left: 55px; }
  .margin-md-right-55 {
    margin-right: 55px; }
  .margin-md-55 {
    margin: 55px; }
  .margin-md-top-60 {
    margin-top: 60px; }
  .margin-md-bottom-60 {
    margin-bottom: 60px; }
  .margin-md-left-60 {
    margin-left: 60px; }
  .margin-md-right-60 {
    margin-right: 60px; }
  .margin-md-60 {
    margin: 60px; }
  .margin-md-top-65 {
    margin-top: 65px; }
  .margin-md-bottom-65 {
    margin-bottom: 65px; }
  .margin-md-left-65 {
    margin-left: 65px; }
  .margin-md-right-65 {
    margin-right: 65px; }
  .margin-md-65 {
    margin: 65px; }
  .margin-md-top-70 {
    margin-top: 70px; }
  .margin-md-bottom-70 {
    margin-bottom: 70px; }
  .margin-md-left-70 {
    margin-left: 70px; }
  .margin-md-right-70 {
    margin-right: 70px; }
  .margin-md-70 {
    margin: 70px; }
  .margin-md-top-75 {
    margin-top: 75px; }
  .margin-md-bottom-75 {
    margin-bottom: 75px; }
  .margin-md-left-75 {
    margin-left: 75px; }
  .margin-md-right-75 {
    margin-right: 75px; }
  .margin-md-75 {
    margin: 75px; }
  .margin-md-top-80 {
    margin-top: 80px; }
  .margin-md-bottom-80 {
    margin-bottom: 80px; }
  .margin-md-left-80 {
    margin-left: 80px; }
  .margin-md-right-80 {
    margin-right: 80px; }
  .margin-md-80 {
    margin: 80px; }
  .margin-md-top-85 {
    margin-top: 85px; }
  .margin-md-bottom-85 {
    margin-bottom: 85px; }
  .margin-md-left-85 {
    margin-left: 85px; }
  .margin-md-right-85 {
    margin-right: 85px; }
  .margin-md-85 {
    margin: 85px; }
  .margin-md-top-90 {
    margin-top: 90px; }
  .margin-md-bottom-90 {
    margin-bottom: 90px; }
  .margin-md-left-90 {
    margin-left: 90px; }
  .margin-md-right-90 {
    margin-right: 90px; }
  .margin-md-90 {
    margin: 90px; }
  .margin-md-top-95 {
    margin-top: 95px; }
  .margin-md-bottom-95 {
    margin-bottom: 95px; }
  .margin-md-left-95 {
    margin-left: 95px; }
  .margin-md-right-95 {
    margin-right: 95px; }
  .margin-md-95 {
    margin: 95px; }
  .margin-md-top-100 {
    margin-top: 100px; }
  .margin-md-bottom-100 {
    margin-bottom: 100px; }
  .margin-md-left-100 {
    margin-left: 100px; }
  .margin-md-right-100 {
    margin-right: 100px; }
  .margin-md-100 {
    margin: 100px; } }

@media (min-width: 1200px) {
  .margin-lg-top-0 {
    margin-top: 0px; }
  .margin-lg-bottom-0 {
    margin-bottom: 0px; }
  .margin-lg-left-0 {
    margin-left: 0px; }
  .margin-lg-right-0 {
    margin-right: 0px; }
  .margin-lg-0 {
    margin: 0px; }
  .margin-lg-top-5 {
    margin-top: 5px; }
  .margin-lg-bottom-5 {
    margin-bottom: 5px; }
  .margin-lg-left-5 {
    margin-left: 5px; }
  .margin-lg-right-5 {
    margin-right: 5px; }
  .margin-lg-5 {
    margin: 5px; }
  .margin-lg-top-10 {
    margin-top: 10px; }
  .margin-lg-bottom-10 {
    margin-bottom: 10px; }
  .margin-lg-left-10 {
    margin-left: 10px; }
  .margin-lg-right-10 {
    margin-right: 10px; }
  .margin-lg-10 {
    margin: 10px; }
  .margin-lg-top-15 {
    margin-top: 15px; }
  .margin-lg-bottom-15 {
    margin-bottom: 15px; }
  .margin-lg-left-15 {
    margin-left: 15px; }
  .margin-lg-right-15 {
    margin-right: 15px; }
  .margin-lg-15 {
    margin: 15px; }
  .margin-lg-top-20 {
    margin-top: 20px; }
  .margin-lg-bottom-20 {
    margin-bottom: 20px; }
  .margin-lg-left-20 {
    margin-left: 20px; }
  .margin-lg-right-20 {
    margin-right: 20px; }
  .margin-lg-20 {
    margin: 20px; }
  .margin-lg-top-25 {
    margin-top: 25px; }
  .margin-lg-bottom-25 {
    margin-bottom: 25px; }
  .margin-lg-left-25 {
    margin-left: 25px; }
  .margin-lg-right-25 {
    margin-right: 25px; }
  .margin-lg-25 {
    margin: 25px; }
  .margin-lg-top-30 {
    margin-top: 30px; }
  .margin-lg-bottom-30 {
    margin-bottom: 30px; }
  .margin-lg-left-30 {
    margin-left: 30px; }
  .margin-lg-right-30 {
    margin-right: 30px; }
  .margin-lg-30 {
    margin: 30px; }
  .margin-lg-top-35 {
    margin-top: 35px; }
  .margin-lg-bottom-35 {
    margin-bottom: 35px; }
  .margin-lg-left-35 {
    margin-left: 35px; }
  .margin-lg-right-35 {
    margin-right: 35px; }
  .margin-lg-35 {
    margin: 35px; }
  .margin-lg-top-40 {
    margin-top: 40px; }
  .margin-lg-bottom-40 {
    margin-bottom: 40px; }
  .margin-lg-left-40 {
    margin-left: 40px; }
  .margin-lg-right-40 {
    margin-right: 40px; }
  .margin-lg-40 {
    margin: 40px; }
  .margin-lg-top-45 {
    margin-top: 45px; }
  .margin-lg-bottom-45 {
    margin-bottom: 45px; }
  .margin-lg-left-45 {
    margin-left: 45px; }
  .margin-lg-right-45 {
    margin-right: 45px; }
  .margin-lg-45 {
    margin: 45px; }
  .margin-lg-top-50 {
    margin-top: 50px; }
  .margin-lg-bottom-50 {
    margin-bottom: 50px; }
  .margin-lg-left-50 {
    margin-left: 50px; }
  .margin-lg-right-50 {
    margin-right: 50px; }
  .margin-lg-50 {
    margin: 50px; }
  .margin-lg-top-55 {
    margin-top: 55px; }
  .margin-lg-bottom-55 {
    margin-bottom: 55px; }
  .margin-lg-left-55 {
    margin-left: 55px; }
  .margin-lg-right-55 {
    margin-right: 55px; }
  .margin-lg-55 {
    margin: 55px; }
  .margin-lg-top-60 {
    margin-top: 60px; }
  .margin-lg-bottom-60 {
    margin-bottom: 60px; }
  .margin-lg-left-60 {
    margin-left: 60px; }
  .margin-lg-right-60 {
    margin-right: 60px; }
  .margin-lg-60 {
    margin: 60px; }
  .margin-lg-top-65 {
    margin-top: 65px; }
  .margin-lg-bottom-65 {
    margin-bottom: 65px; }
  .margin-lg-left-65 {
    margin-left: 65px; }
  .margin-lg-right-65 {
    margin-right: 65px; }
  .margin-lg-65 {
    margin: 65px; }
  .margin-lg-top-70 {
    margin-top: 70px; }
  .margin-lg-bottom-70 {
    margin-bottom: 70px; }
  .margin-lg-left-70 {
    margin-left: 70px; }
  .margin-lg-right-70 {
    margin-right: 70px; }
  .margin-lg-70 {
    margin: 70px; }
  .margin-lg-top-75 {
    margin-top: 75px; }
  .margin-lg-bottom-75 {
    margin-bottom: 75px; }
  .margin-lg-left-75 {
    margin-left: 75px; }
  .margin-lg-right-75 {
    margin-right: 75px; }
  .margin-lg-75 {
    margin: 75px; }
  .margin-lg-top-80 {
    margin-top: 80px; }
  .margin-lg-bottom-80 {
    margin-bottom: 80px; }
  .margin-lg-left-80 {
    margin-left: 80px; }
  .margin-lg-right-80 {
    margin-right: 80px; }
  .margin-lg-80 {
    margin: 80px; }
  .margin-lg-top-85 {
    margin-top: 85px; }
  .margin-lg-bottom-85 {
    margin-bottom: 85px; }
  .margin-lg-left-85 {
    margin-left: 85px; }
  .margin-lg-right-85 {
    margin-right: 85px; }
  .margin-lg-85 {
    margin: 85px; }
  .margin-lg-top-90 {
    margin-top: 90px; }
  .margin-lg-bottom-90 {
    margin-bottom: 90px; }
  .margin-lg-left-90 {
    margin-left: 90px; }
  .margin-lg-right-90 {
    margin-right: 90px; }
  .margin-lg-90 {
    margin: 90px; }
  .margin-lg-top-95 {
    margin-top: 95px; }
  .margin-lg-bottom-95 {
    margin-bottom: 95px; }
  .margin-lg-left-95 {
    margin-left: 95px; }
  .margin-lg-right-95 {
    margin-right: 95px; }
  .margin-lg-95 {
    margin: 95px; }
  .margin-lg-top-100 {
    margin-top: 100px; }
  .margin-lg-bottom-100 {
    margin-bottom: 100px; }
  .margin-lg-left-100 {
    margin-left: 100px; }
  .margin-lg-right-100 {
    margin-right: 100px; }
  .margin-lg-100 {
    margin: 100px; } }

.padding-top-0 {
  padding-top: 0px; }

.padding-bottom-0 {
  padding-bottom: 0px; }

.padding-left-0 {
  padding-left: 0px; }

.padding-right-0 {
  padding-right: 0px; }

.padding-0 {
  padding: 0px; }

.padding-top-5 {
  padding-top: 5px; }

.padding-bottom-5 {
  padding-bottom: 5px; }

.padding-left-5 {
  padding-left: 5px; }

.padding-right-5 {
  padding-right: 5px; }

.padding-5 {
  padding: 5px; }

.padding-top-10 {
  padding-top: 10px; }

.padding-bottom-10 {
  padding-bottom: 10px; }

.padding-left-10 {
  padding-left: 10px; }

.padding-right-10 {
  padding-right: 10px; }

.padding-10 {
  padding: 10px; }

.padding-top-15 {
  padding-top: 15px; }

.padding-bottom-15 {
  padding-bottom: 15px; }

.padding-left-15 {
  padding-left: 15px; }

.padding-right-15 {
  padding-right: 15px; }

.padding-15 {
  padding: 15px; }

.padding-top-20 {
  padding-top: 20px; }

.padding-bottom-20 {
  padding-bottom: 20px; }

.padding-left-20 {
  padding-left: 20px; }

.padding-right-20 {
  padding-right: 20px; }

.padding-20 {
  padding: 20px; }

.padding-top-25 {
  padding-top: 25px; }

.padding-bottom-25 {
  padding-bottom: 25px; }

.padding-left-25 {
  padding-left: 25px; }

.padding-right-25 {
  padding-right: 25px; }

.padding-25 {
  padding: 25px; }

.padding-top-30 {
  padding-top: 30px; }

.padding-bottom-30 {
  padding-bottom: 30px; }

.padding-left-30 {
  padding-left: 30px; }

.padding-right-30 {
  padding-right: 30px; }

.padding-30 {
  padding: 30px; }

.padding-top-35 {
  padding-top: 35px; }

.padding-bottom-35 {
  padding-bottom: 35px; }

.padding-left-35 {
  padding-left: 35px; }

.padding-right-35 {
  padding-right: 35px; }

.padding-35 {
  padding: 35px; }

.padding-top-40 {
  padding-top: 40px; }

.padding-bottom-40 {
  padding-bottom: 40px; }

.padding-left-40 {
  padding-left: 40px; }

.padding-right-40 {
  padding-right: 40px; }

.padding-40 {
  padding: 40px; }

.padding-top-45 {
  padding-top: 45px; }

.padding-bottom-45 {
  padding-bottom: 45px; }

.padding-left-45 {
  padding-left: 45px; }

.padding-right-45 {
  padding-right: 45px; }

.padding-45 {
  padding: 45px; }

.padding-top-50 {
  padding-top: 50px; }

.padding-bottom-50 {
  padding-bottom: 50px; }

.padding-left-50 {
  padding-left: 50px; }

.padding-right-50 {
  padding-right: 50px; }

.padding-50 {
  padding: 50px; }

.padding-top-55 {
  padding-top: 55px; }

.padding-bottom-55 {
  padding-bottom: 55px; }

.padding-left-55 {
  padding-left: 55px; }

.padding-right-55 {
  padding-right: 55px; }

.padding-55 {
  padding: 55px; }

.padding-top-60 {
  padding-top: 60px; }

.padding-bottom-60 {
  padding-bottom: 60px; }

.padding-left-60 {
  padding-left: 60px; }

.padding-right-60 {
  padding-right: 60px; }

.padding-60 {
  padding: 60px; }

.padding-top-65 {
  padding-top: 65px; }

.padding-bottom-65 {
  padding-bottom: 65px; }

.padding-left-65 {
  padding-left: 65px; }

.padding-right-65 {
  padding-right: 65px; }

.padding-65 {
  padding: 65px; }

.padding-top-70 {
  padding-top: 70px; }

.padding-bottom-70 {
  padding-bottom: 70px; }

.padding-left-70 {
  padding-left: 70px; }

.padding-right-70 {
  padding-right: 70px; }

.padding-70 {
  padding: 70px; }

.padding-top-75 {
  padding-top: 75px; }

.padding-bottom-75 {
  padding-bottom: 75px; }

.padding-left-75 {
  padding-left: 75px; }

.padding-right-75 {
  padding-right: 75px; }

.padding-75 {
  padding: 75px; }

.padding-top-80 {
  padding-top: 80px; }

.padding-bottom-80 {
  padding-bottom: 80px; }

.padding-left-80 {
  padding-left: 80px; }

.padding-right-80 {
  padding-right: 80px; }

.padding-80 {
  padding: 80px; }

.padding-top-85 {
  padding-top: 85px; }

.padding-bottom-85 {
  padding-bottom: 85px; }

.padding-left-85 {
  padding-left: 85px; }

.padding-right-85 {
  padding-right: 85px; }

.padding-85 {
  padding: 85px; }

.padding-top-90 {
  padding-top: 90px; }

.padding-bottom-90 {
  padding-bottom: 90px; }

.padding-left-90 {
  padding-left: 90px; }

.padding-right-90 {
  padding-right: 90px; }

.padding-90 {
  padding: 90px; }

.padding-top-95 {
  padding-top: 95px; }

.padding-bottom-95 {
  padding-bottom: 95px; }

.padding-left-95 {
  padding-left: 95px; }

.padding-right-95 {
  padding-right: 95px; }

.padding-95 {
  padding: 95px; }

.padding-top-100 {
  padding-top: 100px; }

.padding-bottom-100 {
  padding-bottom: 100px; }

.padding-left-100 {
  padding-left: 100px; }

.padding-right-100 {
  padding-right: 100px; }

.padding-100 {
  padding: 100px; }

@media (min-width: 480px) {
  .padding-xs-top-0 {
    padding-top: 0px; }
  .padding-xs-bottom-0 {
    padding-bottom: 0px; }
  .padding-xs-left-0 {
    padding-left: 0px; }
  .padding-xs-right-0 {
    padding-right: 0px; }
  .padding-xs-0 {
    padding: 0px; }
  .padding-xs-top-5 {
    padding-top: 5px; }
  .padding-xs-bottom-5 {
    padding-bottom: 5px; }
  .padding-xs-left-5 {
    padding-left: 5px; }
  .padding-xs-right-5 {
    padding-right: 5px; }
  .padding-xs-5 {
    padding: 5px; }
  .padding-xs-top-10 {
    padding-top: 10px; }
  .padding-xs-bottom-10 {
    padding-bottom: 10px; }
  .padding-xs-left-10 {
    padding-left: 10px; }
  .padding-xs-right-10 {
    padding-right: 10px; }
  .padding-xs-10 {
    padding: 10px; }
  .padding-xs-top-15 {
    padding-top: 15px; }
  .padding-xs-bottom-15 {
    padding-bottom: 15px; }
  .padding-xs-left-15 {
    padding-left: 15px; }
  .padding-xs-right-15 {
    padding-right: 15px; }
  .padding-xs-15 {
    padding: 15px; }
  .padding-xs-top-20 {
    padding-top: 20px; }
  .padding-xs-bottom-20 {
    padding-bottom: 20px; }
  .padding-xs-left-20 {
    padding-left: 20px; }
  .padding-xs-right-20 {
    padding-right: 20px; }
  .padding-xs-20 {
    padding: 20px; }
  .padding-xs-top-25 {
    padding-top: 25px; }
  .padding-xs-bottom-25 {
    padding-bottom: 25px; }
  .padding-xs-left-25 {
    padding-left: 25px; }
  .padding-xs-right-25 {
    padding-right: 25px; }
  .padding-xs-25 {
    padding: 25px; }
  .padding-xs-top-30 {
    padding-top: 30px; }
  .padding-xs-bottom-30 {
    padding-bottom: 30px; }
  .padding-xs-left-30 {
    padding-left: 30px; }
  .padding-xs-right-30 {
    padding-right: 30px; }
  .padding-xs-30 {
    padding: 30px; }
  .padding-xs-top-35 {
    padding-top: 35px; }
  .padding-xs-bottom-35 {
    padding-bottom: 35px; }
  .padding-xs-left-35 {
    padding-left: 35px; }
  .padding-xs-right-35 {
    padding-right: 35px; }
  .padding-xs-35 {
    padding: 35px; }
  .padding-xs-top-40 {
    padding-top: 40px; }
  .padding-xs-bottom-40 {
    padding-bottom: 40px; }
  .padding-xs-left-40 {
    padding-left: 40px; }
  .padding-xs-right-40 {
    padding-right: 40px; }
  .padding-xs-40 {
    padding: 40px; }
  .padding-xs-top-45 {
    padding-top: 45px; }
  .padding-xs-bottom-45 {
    padding-bottom: 45px; }
  .padding-xs-left-45 {
    padding-left: 45px; }
  .padding-xs-right-45 {
    padding-right: 45px; }
  .padding-xs-45 {
    padding: 45px; }
  .padding-xs-top-50 {
    padding-top: 50px; }
  .padding-xs-bottom-50 {
    padding-bottom: 50px; }
  .padding-xs-left-50 {
    padding-left: 50px; }
  .padding-xs-right-50 {
    padding-right: 50px; }
  .padding-xs-50 {
    padding: 50px; }
  .padding-xs-top-55 {
    padding-top: 55px; }
  .padding-xs-bottom-55 {
    padding-bottom: 55px; }
  .padding-xs-left-55 {
    padding-left: 55px; }
  .padding-xs-right-55 {
    padding-right: 55px; }
  .padding-xs-55 {
    padding: 55px; }
  .padding-xs-top-60 {
    padding-top: 60px; }
  .padding-xs-bottom-60 {
    padding-bottom: 60px; }
  .padding-xs-left-60 {
    padding-left: 60px; }
  .padding-xs-right-60 {
    padding-right: 60px; }
  .padding-xs-60 {
    padding: 60px; }
  .padding-xs-top-65 {
    padding-top: 65px; }
  .padding-xs-bottom-65 {
    padding-bottom: 65px; }
  .padding-xs-left-65 {
    padding-left: 65px; }
  .padding-xs-right-65 {
    padding-right: 65px; }
  .padding-xs-65 {
    padding: 65px; }
  .padding-xs-top-70 {
    padding-top: 70px; }
  .padding-xs-bottom-70 {
    padding-bottom: 70px; }
  .padding-xs-left-70 {
    padding-left: 70px; }
  .padding-xs-right-70 {
    padding-right: 70px; }
  .padding-xs-70 {
    padding: 70px; }
  .padding-xs-top-75 {
    padding-top: 75px; }
  .padding-xs-bottom-75 {
    padding-bottom: 75px; }
  .padding-xs-left-75 {
    padding-left: 75px; }
  .padding-xs-right-75 {
    padding-right: 75px; }
  .padding-xs-75 {
    padding: 75px; }
  .padding-xs-top-80 {
    padding-top: 80px; }
  .padding-xs-bottom-80 {
    padding-bottom: 80px; }
  .padding-xs-left-80 {
    padding-left: 80px; }
  .padding-xs-right-80 {
    padding-right: 80px; }
  .padding-xs-80 {
    padding: 80px; }
  .padding-xs-top-85 {
    padding-top: 85px; }
  .padding-xs-bottom-85 {
    padding-bottom: 85px; }
  .padding-xs-left-85 {
    padding-left: 85px; }
  .padding-xs-right-85 {
    padding-right: 85px; }
  .padding-xs-85 {
    padding: 85px; }
  .padding-xs-top-90 {
    padding-top: 90px; }
  .padding-xs-bottom-90 {
    padding-bottom: 90px; }
  .padding-xs-left-90 {
    padding-left: 90px; }
  .padding-xs-right-90 {
    padding-right: 90px; }
  .padding-xs-90 {
    padding: 90px; }
  .padding-xs-top-95 {
    padding-top: 95px; }
  .padding-xs-bottom-95 {
    padding-bottom: 95px; }
  .padding-xs-left-95 {
    padding-left: 95px; }
  .padding-xs-right-95 {
    padding-right: 95px; }
  .padding-xs-95 {
    padding: 95px; }
  .padding-xs-top-100 {
    padding-top: 100px; }
  .padding-xs-bottom-100 {
    padding-bottom: 100px; }
  .padding-xs-left-100 {
    padding-left: 100px; }
  .padding-xs-right-100 {
    padding-right: 100px; }
  .padding-xs-100 {
    padding: 100px; } }

@media (min-width: 992px) {
  .padding-md-top-0 {
    padding-top: 0px; }
  .padding-md-bottom-0 {
    padding-bottom: 0px; }
  .padding-md-left-0 {
    padding-left: 0px; }
  .padding-md-right-0 {
    padding-right: 0px; }
  .padding-md-0 {
    padding: 0px; }
  .padding-md-top-5 {
    padding-top: 5px; }
  .padding-md-bottom-5 {
    padding-bottom: 5px; }
  .padding-md-left-5 {
    padding-left: 5px; }
  .padding-md-right-5 {
    padding-right: 5px; }
  .padding-md-5 {
    padding: 5px; }
  .padding-md-top-10 {
    padding-top: 10px; }
  .padding-md-bottom-10 {
    padding-bottom: 10px; }
  .padding-md-left-10 {
    padding-left: 10px; }
  .padding-md-right-10 {
    padding-right: 10px; }
  .padding-md-10 {
    padding: 10px; }
  .padding-md-top-15 {
    padding-top: 15px; }
  .padding-md-bottom-15 {
    padding-bottom: 15px; }
  .padding-md-left-15 {
    padding-left: 15px; }
  .padding-md-right-15 {
    padding-right: 15px; }
  .padding-md-15 {
    padding: 15px; }
  .padding-md-top-20 {
    padding-top: 20px; }
  .padding-md-bottom-20 {
    padding-bottom: 20px; }
  .padding-md-left-20 {
    padding-left: 20px; }
  .padding-md-right-20 {
    padding-right: 20px; }
  .padding-md-20 {
    padding: 20px; }
  .padding-md-top-25 {
    padding-top: 25px; }
  .padding-md-bottom-25 {
    padding-bottom: 25px; }
  .padding-md-left-25 {
    padding-left: 25px; }
  .padding-md-right-25 {
    padding-right: 25px; }
  .padding-md-25 {
    padding: 25px; }
  .padding-md-top-30 {
    padding-top: 30px; }
  .padding-md-bottom-30 {
    padding-bottom: 30px; }
  .padding-md-left-30 {
    padding-left: 30px; }
  .padding-md-right-30 {
    padding-right: 30px; }
  .padding-md-30 {
    padding: 30px; }
  .padding-md-top-35 {
    padding-top: 35px; }
  .padding-md-bottom-35 {
    padding-bottom: 35px; }
  .padding-md-left-35 {
    padding-left: 35px; }
  .padding-md-right-35 {
    padding-right: 35px; }
  .padding-md-35 {
    padding: 35px; }
  .padding-md-top-40 {
    padding-top: 40px; }
  .padding-md-bottom-40 {
    padding-bottom: 40px; }
  .padding-md-left-40 {
    padding-left: 40px; }
  .padding-md-right-40 {
    padding-right: 40px; }
  .padding-md-40 {
    padding: 40px; }
  .padding-md-top-45 {
    padding-top: 45px; }
  .padding-md-bottom-45 {
    padding-bottom: 45px; }
  .padding-md-left-45 {
    padding-left: 45px; }
  .padding-md-right-45 {
    padding-right: 45px; }
  .padding-md-45 {
    padding: 45px; }
  .padding-md-top-50 {
    padding-top: 50px; }
  .padding-md-bottom-50 {
    padding-bottom: 50px; }
  .padding-md-left-50 {
    padding-left: 50px; }
  .padding-md-right-50 {
    padding-right: 50px; }
  .padding-md-50 {
    padding: 50px; }
  .padding-md-top-55 {
    padding-top: 55px; }
  .padding-md-bottom-55 {
    padding-bottom: 55px; }
  .padding-md-left-55 {
    padding-left: 55px; }
  .padding-md-right-55 {
    padding-right: 55px; }
  .padding-md-55 {
    padding: 55px; }
  .padding-md-top-60 {
    padding-top: 60px; }
  .padding-md-bottom-60 {
    padding-bottom: 60px; }
  .padding-md-left-60 {
    padding-left: 60px; }
  .padding-md-right-60 {
    padding-right: 60px; }
  .padding-md-60 {
    padding: 60px; }
  .padding-md-top-65 {
    padding-top: 65px; }
  .padding-md-bottom-65 {
    padding-bottom: 65px; }
  .padding-md-left-65 {
    padding-left: 65px; }
  .padding-md-right-65 {
    padding-right: 65px; }
  .padding-md-65 {
    padding: 65px; }
  .padding-md-top-70 {
    padding-top: 70px; }
  .padding-md-bottom-70 {
    padding-bottom: 70px; }
  .padding-md-left-70 {
    padding-left: 70px; }
  .padding-md-right-70 {
    padding-right: 70px; }
  .padding-md-70 {
    padding: 70px; }
  .padding-md-top-75 {
    padding-top: 75px; }
  .padding-md-bottom-75 {
    padding-bottom: 75px; }
  .padding-md-left-75 {
    padding-left: 75px; }
  .padding-md-right-75 {
    padding-right: 75px; }
  .padding-md-75 {
    padding: 75px; }
  .padding-md-top-80 {
    padding-top: 80px; }
  .padding-md-bottom-80 {
    padding-bottom: 80px; }
  .padding-md-left-80 {
    padding-left: 80px; }
  .padding-md-right-80 {
    padding-right: 80px; }
  .padding-md-80 {
    padding: 80px; }
  .padding-md-top-85 {
    padding-top: 85px; }
  .padding-md-bottom-85 {
    padding-bottom: 85px; }
  .padding-md-left-85 {
    padding-left: 85px; }
  .padding-md-right-85 {
    padding-right: 85px; }
  .padding-md-85 {
    padding: 85px; }
  .padding-md-top-90 {
    padding-top: 90px; }
  .padding-md-bottom-90 {
    padding-bottom: 90px; }
  .padding-md-left-90 {
    padding-left: 90px; }
  .padding-md-right-90 {
    padding-right: 90px; }
  .padding-md-90 {
    padding: 90px; }
  .padding-md-top-95 {
    padding-top: 95px; }
  .padding-md-bottom-95 {
    padding-bottom: 95px; }
  .padding-md-left-95 {
    padding-left: 95px; }
  .padding-md-right-95 {
    padding-right: 95px; }
  .padding-md-95 {
    padding: 95px; }
  .padding-md-top-100 {
    padding-top: 100px; }
  .padding-md-bottom-100 {
    padding-bottom: 100px; }
  .padding-md-left-100 {
    padding-left: 100px; }
  .padding-md-right-100 {
    padding-right: 100px; }
  .padding-md-100 {
    padding: 100px; } }

@media (min-width: 1200px) {
  .padding-lg-top-0 {
    padding-top: 0px; }
  .padding-lg-bottom-0 {
    padding-bottom: 0px; }
  .padding-lg-left-0 {
    padding-left: 0px; }
  .padding-lg-right-0 {
    padding-right: 0px; }
  .padding-lg-0 {
    padding: 0px; }
  .padding-lg-top-5 {
    padding-top: 5px; }
  .padding-lg-bottom-5 {
    padding-bottom: 5px; }
  .padding-lg-left-5 {
    padding-left: 5px; }
  .padding-lg-right-5 {
    padding-right: 5px; }
  .padding-lg-5 {
    padding: 5px; }
  .padding-lg-top-10 {
    padding-top: 10px; }
  .padding-lg-bottom-10 {
    padding-bottom: 10px; }
  .padding-lg-left-10 {
    padding-left: 10px; }
  .padding-lg-right-10 {
    padding-right: 10px; }
  .padding-lg-10 {
    padding: 10px; }
  .padding-lg-top-15 {
    padding-top: 15px; }
  .padding-lg-bottom-15 {
    padding-bottom: 15px; }
  .padding-lg-left-15 {
    padding-left: 15px; }
  .padding-lg-right-15 {
    padding-right: 15px; }
  .padding-lg-15 {
    padding: 15px; }
  .padding-lg-top-20 {
    padding-top: 20px; }
  .padding-lg-bottom-20 {
    padding-bottom: 20px; }
  .padding-lg-left-20 {
    padding-left: 20px; }
  .padding-lg-right-20 {
    padding-right: 20px; }
  .padding-lg-20 {
    padding: 20px; }
  .padding-lg-top-25 {
    padding-top: 25px; }
  .padding-lg-bottom-25 {
    padding-bottom: 25px; }
  .padding-lg-left-25 {
    padding-left: 25px; }
  .padding-lg-right-25 {
    padding-right: 25px; }
  .padding-lg-25 {
    padding: 25px; }
  .padding-lg-top-30 {
    padding-top: 30px; }
  .padding-lg-bottom-30 {
    padding-bottom: 30px; }
  .padding-lg-left-30 {
    padding-left: 30px; }
  .padding-lg-right-30 {
    padding-right: 30px; }
  .padding-lg-30 {
    padding: 30px; }
  .padding-lg-top-35 {
    padding-top: 35px; }
  .padding-lg-bottom-35 {
    padding-bottom: 35px; }
  .padding-lg-left-35 {
    padding-left: 35px; }
  .padding-lg-right-35 {
    padding-right: 35px; }
  .padding-lg-35 {
    padding: 35px; }
  .padding-lg-top-40 {
    padding-top: 40px; }
  .padding-lg-bottom-40 {
    padding-bottom: 40px; }
  .padding-lg-left-40 {
    padding-left: 40px; }
  .padding-lg-right-40 {
    padding-right: 40px; }
  .padding-lg-40 {
    padding: 40px; }
  .padding-lg-top-45 {
    padding-top: 45px; }
  .padding-lg-bottom-45 {
    padding-bottom: 45px; }
  .padding-lg-left-45 {
    padding-left: 45px; }
  .padding-lg-right-45 {
    padding-right: 45px; }
  .padding-lg-45 {
    padding: 45px; }
  .padding-lg-top-50 {
    padding-top: 50px; }
  .padding-lg-bottom-50 {
    padding-bottom: 50px; }
  .padding-lg-left-50 {
    padding-left: 50px; }
  .padding-lg-right-50 {
    padding-right: 50px; }
  .padding-lg-50 {
    padding: 50px; }
  .padding-lg-top-55 {
    padding-top: 55px; }
  .padding-lg-bottom-55 {
    padding-bottom: 55px; }
  .padding-lg-left-55 {
    padding-left: 55px; }
  .padding-lg-right-55 {
    padding-right: 55px; }
  .padding-lg-55 {
    padding: 55px; }
  .padding-lg-top-60 {
    padding-top: 60px; }
  .padding-lg-bottom-60 {
    padding-bottom: 60px; }
  .padding-lg-left-60 {
    padding-left: 60px; }
  .padding-lg-right-60 {
    padding-right: 60px; }
  .padding-lg-60 {
    padding: 60px; }
  .padding-lg-top-65 {
    padding-top: 65px; }
  .padding-lg-bottom-65 {
    padding-bottom: 65px; }
  .padding-lg-left-65 {
    padding-left: 65px; }
  .padding-lg-right-65 {
    padding-right: 65px; }
  .padding-lg-65 {
    padding: 65px; }
  .padding-lg-top-70 {
    padding-top: 70px; }
  .padding-lg-bottom-70 {
    padding-bottom: 70px; }
  .padding-lg-left-70 {
    padding-left: 70px; }
  .padding-lg-right-70 {
    padding-right: 70px; }
  .padding-lg-70 {
    padding: 70px; }
  .padding-lg-top-75 {
    padding-top: 75px; }
  .padding-lg-bottom-75 {
    padding-bottom: 75px; }
  .padding-lg-left-75 {
    padding-left: 75px; }
  .padding-lg-right-75 {
    padding-right: 75px; }
  .padding-lg-75 {
    padding: 75px; }
  .padding-lg-top-80 {
    padding-top: 80px; }
  .padding-lg-bottom-80 {
    padding-bottom: 80px; }
  .padding-lg-left-80 {
    padding-left: 80px; }
  .padding-lg-right-80 {
    padding-right: 80px; }
  .padding-lg-80 {
    padding: 80px; }
  .padding-lg-top-85 {
    padding-top: 85px; }
  .padding-lg-bottom-85 {
    padding-bottom: 85px; }
  .padding-lg-left-85 {
    padding-left: 85px; }
  .padding-lg-right-85 {
    padding-right: 85px; }
  .padding-lg-85 {
    padding: 85px; }
  .padding-lg-top-90 {
    padding-top: 90px; }
  .padding-lg-bottom-90 {
    padding-bottom: 90px; }
  .padding-lg-left-90 {
    padding-left: 90px; }
  .padding-lg-right-90 {
    padding-right: 90px; }
  .padding-lg-90 {
    padding: 90px; }
  .padding-lg-top-95 {
    padding-top: 95px; }
  .padding-lg-bottom-95 {
    padding-bottom: 95px; }
  .padding-lg-left-95 {
    padding-left: 95px; }
  .padding-lg-right-95 {
    padding-right: 95px; }
  .padding-lg-95 {
    padding: 95px; }
  .padding-lg-top-100 {
    padding-top: 100px; }
  .padding-lg-bottom-100 {
    padding-bottom: 100px; }
  .padding-lg-left-100 {
    padding-left: 100px; }
  .padding-lg-right-100 {
    padding-right: 100px; }
  .padding-lg-100 {
    padding: 100px; } }

.width-50 {
  width: 50px;
  max-width: 100%; }

.width-100 {
  width: 100px;
  max-width: 100%; }

.width-150 {
  width: 150px;
  max-width: 100%; }

.width-200 {
  width: 200px;
  max-width: 100%; }

.width-250 {
  width: 250px;
  max-width: 100%; }

.width-300 {
  width: 300px;
  max-width: 100%; }

.width-350 {
  width: 350px;
  max-width: 100%; }

.width-400 {
  width: 400px;
  max-width: 100%; }

.width-450 {
  width: 450px;
  max-width: 100%; }

.width-500 {
  width: 500px;
  max-width: 100%; }

.width-550 {
  width: 550px;
  max-width: 100%; }

.width-600 {
  width: 600px;
  max-width: 100%; }

.width-650 {
  width: 650px;
  max-width: 100%; }

.width-700 {
  width: 700px;
  max-width: 100%; }

.width-750 {
  width: 750px;
  max-width: 100%; }

.width-800 {
  width: 800px;
  max-width: 100%; }

.width-850 {
  width: 850px;
  max-width: 100%; }

.width-900 {
  width: 900px;
  max-width: 100%; }

.width-950 {
  width: 950px;
  max-width: 100%; }

.width-1000 {
  width: 1000px;
  max-width: 100%; }

.border-dashed, .btn.btn-default.border-dashed {
  border-style: dashed; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.font-size-enormous, span.font-size-enormous {
  font-size: 64px;
  line-height: 96px; }

.font-size-large {
  font-size: 18px; }

.font-size-small {
  font-size: 12px; }

.font-size-tiny, .fa.font-size-tiny {
  font-size: 8px; }

.bold {
  font-weight: 800; }

.color-brand-primary {
  color: #0092FF; }

.color-brand-success {
  color: #19d76e; }

.color-brand-info {
  color: #c9d1da; }

.color-brand-warning {
  color: #FF9A25; }

.color-brand-danger, li.label.color-brand-danger {
  color: #FF4949; }

.color-gray-dark {
  color: #5f666b; }

.color-gray {
  color: #a0adb8; }

.color-gray-light {
  color: #c9d1da; }

.color-gray-filter {
  filter: grayscale(100%); }

span.line-height-18, a.line-height-18, .line-height-18 {
  line-height: 18px; }

span.line-height-34, a.line-height-34, .line-height-34 {
  line-height: 34px; }

span.line-height-64, a.line-height-64, .line-height-64 {
  line-height: 64px; }

.circle {
  border-radius: 10000px; }

.border-solid-gray {
  border: 1px solid #c9d1da; }

.editable {
  cursor: pointer;
  position: relative; }
  .editable .form-control {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .editable .form-control:focus {
      -webkit-box-shadow: none;
      box-shadow: none; }
  .editable input[type=text], .editable input[type=number] {
    height: auto;
    line-height: 32px;
    padding: 0;
    margin: 0;
    border: 0 none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
    .editable input[type=text]:hover, .editable input[type=number]:hover {
      background-image: url(../img/edit.png);
      border-bottom: 1px dashed #c9d1da;
      cursor: pointer; }
    .editable input[type=text]:focus, .editable input[type=number]:focus {
      border-bottom: 1px solid #c9d1da;
      cursor: text;
      background-image: none; }
  .editable.busy input[type=text], .editable.busy input[type=number] {
    background-image: url(../img/loader.svg);
    background-size: 15px; }
  .editable.scheduled, .editable.edited, .editable.sent {
    background-position: left center;
    background-repeat: no-repeat; }
    .editable.scheduled input[type=text], .editable.scheduled input[type=number], .editable.edited input[type=text], .editable.edited input[type=number], .editable.sent input[type=text], .editable.sent input[type=number] {
      background-image: url(../img/avatar.png);
      background-size: 30px; }
  .editable.edited {
    background-image: url(../img/dot_gray.png); }
  .editable.sent {
    background-image: url(../img/dot_green.png); }
  .editable.scheduled {
    background-image: url(../img/dot_yellow.png); }
  .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group, .editable .btn-group {
    height: auto;
    line-height: 1; }
    .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:hover, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:focus, .editable .btn-group .btn, .editable .btn-group .btn:hover, .editable .btn-group .btn:focus {
      height: auto;
      line-height: 1.42857;
      padding: 0;
      margin: 0;
      border: 0;
      border-bottom: 1px solid transparent;
      border-radius: 0;
      background-color: transparent;
      width: 100%;
      -webkit-box-shadow: none;
      box-shadow: none;
      text-align: left; }
      .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:hover span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:focus span, .editable .btn-group .btn span, .editable .btn-group .btn:hover span, .editable .btn-group .btn:focus span {
        display: block;
        border-bottom: 1px solid transparent;
        padding-right: 12px; }
      .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn span.caret, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:hover span.caret, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:focus span.caret, .editable .btn-group .btn span.caret, .editable .btn-group .btn:hover span.caret, .editable .btn-group .btn:focus span.caret {
        display: none !important; }
      .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:hover span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:focus span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:hover:hover span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:hover:focus span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:focus:hover span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group .btn:focus:focus span, .editable .btn-group .btn:hover span, .editable .btn-group .btn:focus span, .editable .btn-group .btn:hover:hover span, .editable .btn-group .btn:hover:focus span, .editable .btn-group .btn:focus:hover span, .editable .btn-group .btn:focus:focus span {
        background-image: url(../img/triangle-down.png);
        background-repeat: no-repeat;
        background-position: right center;
        border-bottom: 1px dashed #c9d1da;
        cursor: pointer; }
    .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group.btn-group-icon .btn, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group.btn-group-icon .btn:hover, .editable .btn-group.btn-group-icon .btn, .editable .btn-group.btn-group-icon .btn:hover {
      text-align: center; }
      .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group.btn-group-icon .btn span, .editable .editable .btn-group.btn-group-icon.btn-group-icon .btn span .editable .btn-group.btn-group-icon .btn span.caret .btn-group.btn-group-icon .btn:hover span, .editable .btn-group.btn-group-icon .btn span, .editable .btn-group.btn-group-icon .btn:hover span {
        display: inline-block;
        padding-right: 12px;
        line-height: 32px; }

span.placeholder {
  text-transform: uppercase;
  color: #a0adb8;
  font-weight: 400;
  font-size: 12px;
  padding: 4px;
  margin: -1px 4px 0;
  transition: all 200ms ease;
  position: relative;
  border: 1px solid #d8dee4;
  line-height: 12px;
  cursor: pointer;
  display: inline-block; }
  span.placeholder:hover {
    background-color: #d8dee4;
    transition: all 200ms ease;
    color: #0092FF; }

.notification {
  position: relative; }
  .notification:after {
    width: 0px;
    height: 0px;
    background: #FF4949;
    position: absolute;
    border-radius: 100px;
    border: 2px solid #091E3F;
    content: '';
    display: none; }
  .notification.unread:after {
    -webkit-animation: popup 300ms;
    -o-animation: popup 300ms;
    animation: popup 300ms;
    width: 11px;
    height: 11px;
    left: 8px;
    top: -3px;
    display: block; }

@keyframes popup {
  0% {
    width: 0px;
    height: 0px;
    left: 13px;
    top: 2px; }
  70% {
    width: 16px;
    height: 16px;
    left: 5px;
    top: -6px; }
  100% {
    width: 11px;
    height: 11px;
    left: 8px;
    top: -3px; } }

.modal.in {
  display: block; }

.error {
  font-size: 12px;
  color: #FF4949;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0;
  position: absolute;
  bottom: -9px;
  right: 4px;
  border-radius: 0px;
  z-index: 2;
  white-space: nowrap;
  line-height: 18px; }
  .error span {
    line-height: 18px; }
  .error span[class*=icon] + span, .error span[class*=fa] + span {
    margin-left: 4px; }

.has-error {
  position: relative;
  border-color: #FF4949; }
  .has-error .form-control {
    border-color: #FF4949; }

.percentage:after {
  content: "%";
  display: inline-block;
  width: 15px; }

/***

DARKOS QUICK FIXES

**/
.loading-mask {
  position: absolute;
  z-index: 1039;
  background: rgba(255, 255, 255, 0.6); }

.modal .loading-mask {
  z-index: 2000 !important; }

.loading-mask .loading-icon-container {
  position: absolute;
  width: 100%;
  height: 100%; }

.loading-mask .loading-icon-container img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.editable.busy .dropdown {
  background-image: url(../img/loader.svg);
  background-size: 15px;
  background-position: right center;
  background-repeat: no-repeat; }

.n2g-loader {
  display: block;
  margin: auto; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.no-animate {
  -webkit-transition: none !important;
  transition: none !important; }

.show-preview .preview-button, .edit-group-btn .confirm-button {
  display: inline-block; }

.preview-button, .show-preview .confirm-button {
  display: none; }

#all-recipients [name="gender"].btn-group {
  vertical-align: middle; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.search-box-container {
  padding: 0 20px; }

.dropdown-scrollable-container {
  max-height: 400px; }

.datetimepicker {
  color: #5f666b;
  border-radius: 4px;
  direction: ltr;
  display: block;
  margin-top: 1px;
  width: 320px; }

.datetimepicker > div {
  display: none; }

.datetimepicker .hour,
.datetimepicker .minute {
  height: 34px;
  line-height: 34px;
  margin: 0;
  width: 25%; }

.datetimepicker .table {
  margin: 0; }

.datetimepicker .table td,
.datetimepicker .table th {
  border: 0;
  height: 20px;
  text-align: center;
  border-radius: 4px; }

.datetimepicker .minute:hover,
.datetimepicker .hour:hover,
.datetimepicker .day:hover,
.datetimepicker .switch:hover,
.datetimepicker .left:hover,
.datetimepicker .right:hover {
  background: #d8dee4;
  cursor: pointer; }

.datetimepicker .disabled,
.datetimepicker .disabled:hover {
  background: none;
  color: #c9d1da;
  cursor: default; }

.datetimepicker .active,
.datetimepicker .active:hover,
.datetimepicker .active.disabled,
.datetimepicker .active.disabled:hover {
  background-color: #0092FF;
  background-image: none;
  background-repeat: no-repeat;
  border-color: none;
  color: #ffffff;
  filter: none;
  text-shadow: none; }

.datetimepicker .active:hover,
.datetimepicker .active:hover:hover,
.datetimepicker .active.disabled:hover,
.datetimepicker .active.disabled:hover:hover,
.datetimepicker .active:active,
.datetimepicker .active:hover:active,
.datetimepicker .active.disabled:active,
.datetimepicker .active.disabled:hover:active,
.datetimepicker .active.active,
.datetimepicker .active:hover.active,
.datetimepicker .active.disabled.active,
.datetimepicker .active.disabled:hover.active,
.datetimepicker .active.disabled,
.datetimepicker .active:hover.disabled,
.datetimepicker .active.disabled.disabled,
.datetimepicker .active.disabled:hover.disabled,
.datetimepicker td.active[disabled],
.datetimepicker td.active:hover[disabled],
.datetimepicker td.active.disabled[disabled],
.datetimepicker td.active.disabled:hover[disabled],
.datetimepicker span.active[disabled],
.datetimepicker span.active:hover[disabled],
.datetimepicker span.active.disabled[disabled],
.datetimepicker span.active.disabled:hover[disabled] {
  background-color: #0092FF; }

.datetimepicker span {
  border-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  height: 54px;
  line-height: 54px;
  margin: 1%;
  width: 23%; }

.datetimepicker span:hover {
  background: #d8dee4; }

.datetimepicker .past,
.datetimepicker .future {
  color: #a0adb8; }

.cursor-grab {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.cursor-grab:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

.cursor-pointer {
  cursor: pointer; }

.n2g-rating {
  min-width: 95px;
  display: inline-block; }

body.dropdown.open .n2g-data-list {
  overflow: hidden; }

.ellipsis-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.preview-container {
  background: center top no-repeat;
  width: 100%;
  z-index: 2; }
  .preview-container > div {
    max-width: 82%;
    margin: 0 auto; }
  .preview-container iframe {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #a0adb8;
    height: 100%;
    z-index: 1;
    margin: auto; }
  .preview-container.tablet {
    background-image: url(../img/tablet.svg);
    height: 840px;
    padding-top: 48px; }
    .preview-container.tablet iframe {
      width: 619px;
      min-height: 738px;
      max-height: 738px; }
  .preview-container.mobile {
    background-image: url(../img/smartphone.svg);
    height: 688px;
    padding-top: 68px; }
    .preview-container.mobile iframe {
      width: 339px;
      min-height: 547px;
      max-height: 547px; }
  .preview-container.desktop {
    background-image: url(../img/laptop.svg);
    height: 724px;
    padding-top: 4.5%; }
    .preview-container.desktop iframe {
      width: 960px;
      min-height: 568px;
      max-height: 568px; }

div[contenteditable=true] span {
  line-height: 22px;
  font-size: 14px; }

.payment-icon {
  padding: 2px 10px; }

.break-word {
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  word-break: break-all;
  white-space: normal; }

.nowrap {
  white-space: nowrap; }

.sortable {
  cursor: pointer;
  white-space: nowrap;
  line-height: 32px; }
  .sortable:hover {
    color: #5f666b !important; }
  .sortable .fa.fa-sort:before {
    content: "";
    margin-left: 4px; }
  .sortable.sortable-up .fa.fa-sort:before {
    content: ""; }
  .sortable.sortable-down .fa.fa-sort:before {
    content: ""; }
  .sortable.sortable-up, .sortable.sortable-down {
    color: #5f666b !important; }

#integration-overview td.int-icon, #integration-overview th.int-icon {
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 14px;
  width: 55px; }

#integration-overview td.bg-gray {
  border: none !important;
  background-color: #c9d1da !important; }

ul.notifications-dropdown {
  width: 360px; }
  ul.notifications-dropdown li {
    white-space: normal; }

.height-equal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.height-100 {
  height: 100%; }

footer {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background-color: #0092FF;
  color: #ffffff;
  padding: 8px;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.05); }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #c9d1da; }
    footer a:visited {
      color: #ffffff; }

.inline {
  display: inline; }

.col-centered {
  float: none;
  margin: 0 auto; }

.strong {
  font-weight: 500; }

.brand {
  width: 100%;
  height: 64px;
  display: block;
  background: url("../img/logo.svg") no-repeat center center;
  background-size: auto 100%;
  margin: auto;
  opacity: 0.8; }

.brand-lg {
  height: 100px; }

.brand-xl {
  height: 140px; }

.newsletter-status {
  position: relative; }
  .newsletter-status div.label {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block; }
    .newsletter-status div.label.label-big {
      font-size: 36px; }

.bg-body {
  background-color: #eef2f5; }

.well-pink {
  background-color: #FF7898;
  color: #ffffff; }

.well-primary {
  background-color: #0092FF;
  color: #ffffff; }

.well-warning {
  background-color: #FF9A25;
  color: #ffffff; }

/**
 * timeline
 * --------------------------------------------------
 */
.timeline dl {
  position: relative;
  top: 0;
  padding: 20px 0;
  margin: 0; }

.timeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 2px;
  margin-left: -1px;
  content: '';
  background-color: #c9d1da; }

.timeline dl dt {
  position: relative;
  top: 30px;
  z-index: 200;
  width: 120px;
  padding: 3px 5px;
  margin: 0 auto 30px;
  font-weight: normal;
  color: white;
  text-align: center;
  background-color: #c9d1da;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.timeline dl dd {
  position: relative;
  z-index: 200; }

.timeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 200;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  background-color: #0092FF;
  border: 4px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; }

.timeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  display: inline-block;
  width: 100px;
  padding: 10px 20px;
  color: #0092FF; }

.timeline dl dd .events {
  position: relative;
  width: 47%;
  padding: 10px 10px 0;
  margin-top: 31px;
  background-color: white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px; }

.timeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 6px; }

.timeline dl dd .events .events-object {
  margin-right: 10px; }

.timeline dl dd .events .events-body {
  overflow: hidden;
  zoom: 1; }

.timeline dl dd .events .events-body .events-heading {
  margin: 0 0 10px;
  font-size: 14px; }

.timeline dl dd.pos-right .time {
  margin-left: -100px;
  text-align: right; }

.timeline dl dd.pos-right .events {
  float: right; }

.timeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent white transparent transparent; }

.timeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left; }

.timeline dl dd.pos-left .events {
  float: left; }

.timeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent white; }

@media screen and (max-width: 767px) {
  .timeline dl:before {
    left: 60px; }
  .timeline dl dt {
    margin: 0 0 30px; }
  .timeline dl dd .circ {
    left: 60px; }
  .timeline dl dd .time {
    left: 0; }
  .timeline dl dd.pos-left .time {
    padding: 10px 0;
    margin-left: 0;
    text-align: left; }
  .timeline dl dd.pos-left .events {
    float: right;
    width: 84%; }
  .timeline dl dd.pos-left .events:before {
    left: -12px;
    border-color: transparent white transparent transparent; }
  .timeline dl dd.pos-right .time {
    padding: 10px 0;
    margin-left: 0;
    text-align: left; }
  .timeline dl dd.pos-right .events {
    float: right;
    width: 84%; } }

.breadcrumb {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0; }
  .breadcrumb > li + li:before {
    content: "/"; }
  .breadcrumb a.active {
    color: #a0adb8;
    cursor: default; }

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

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

.media-heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  padding: 0; }

.media-body p {
  color: #a0adb8;
  padding: 0;
  margin: 0;
  line-height: 1.6; }

.media-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 1.6; }
  .media-body ul li:before {
    content: "\f067";
    font-family: "FontAwesome";
    font-size: 8px;
    margin-right: 8px;
    vertical-align: text-top;
    line-height: 14px; }

.media-body a.truncate-file-name, .media-body span.truncate-file-name {
  width: 220px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

.media-image-wrapper {
  margin: auto;
  width: 900px;
  max-width: 100%; }
  .media-image-wrapper .media-image-overlay {
    width: 100%;
    height: 100%; }
    .media-image-wrapper .media-image-overlay .media-image-overlay-header {
      background-color: white;
      padding: 10px;
      width: 100%;
      font-size: 12px;
      display: block; }
      .media-image-wrapper .media-image-overlay .media-image-overlay-header img {
        display: inline-block;
        max-width: 24px;
        border-radius: 50%;
        opacity: 0.5; }
      .media-image-wrapper .media-image-overlay .media-image-overlay-header span {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 155px;
        float: right;
        margin-top: 3px; }
  .media-image-wrapper .media-image {
    display: none;
    position: relative;
    max-width: 250px;
    overflow: hidden;
    margin: 0 8px 16px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); }
    .media-image-wrapper .media-image.loaded {
      display: block; }
    .media-image-wrapper .media-image img {
      display: block;
      width: 100%; }
    .media-image-wrapper .media-image:hover .media-image-actions {
      visibility: visible;
      opacity: 1; }
  .media-image-wrapper .media-image-actions {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.2s linear;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 24px - 10px - 10px);
    padding: 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.5+0,0.05+50,0.05+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.05) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#0d000000',GradientType=0 );
    /* IE6-9 */
    z-index: 3; }
    .media-image-wrapper .media-image-actions .media-image-action-btn-group {
      position: absolute;
      top: calc(50% - (24px / 2));
      left: 25%; }
      .media-image-wrapper .media-image-actions .media-image-action-btn-group .btn {
        margin-right: 5px; }
    .media-image-wrapper .media-image-actions .media-image-action-header {
      color: #ffffff;
      text-align: right; }
      .media-image-wrapper .media-image-actions .media-image-action-header > span.fa {
        color: #ff69b4; }

.has-state-success:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #19d76e transparent transparent; }

.has-state-success:after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px; }

.has-state-danger:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #FF4949 transparent transparent; }

.has-state-danger:after {
  content: "\f071";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px; }

.has-state-primary:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #0092FF transparent transparent; }

.has-state-primary:after {
  content: "\f062";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px; }

.has-state-warning:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50px 50px 0;
  border-color: transparent #FF9A25 transparent transparent; }

.has-state-warning:after {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px; }

.thumbs-small .media-library-thumb {
  height: 150px;
  padding: 5px; }

.thumbs-small .thumb-check {
  display: none; }

.media-library-thumb {
  position: relative;
  background-color: #f9f9f9;
  height: 300px;
  overflow: hidden;
  cursor: pointer; }
  .media-library-thumb img {
    max-width: 100%;
    max-height: 100%; }
  .media-library-thumb:hover .media-library-thumb-meta {
    bottom: 0; }
  .media-library-thumb:hover .thumb-check input[type="checkbox"] + label {
    display: inline-block; }

.media-library-thumb-name {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  background-color: rgba(31, 45, 61, 0.7);
  color: #ffffff;
  margin-bottom: 0; }

.media-library-thumb-meta {
  position: absolute;
  display: block;
  left: 0;
  bottom: -100%;
  width: 100%;
  max-height: 100%;
  padding: 10px;
  background-color: rgba(31, 45, 61, 0.7);
  color: #ffffff;
  text-align: left;
  transition: bottom .5s;
  border-radius: 4px 4px 0 0; }

.media-library-thumb-meta-img {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 35px;
  margin-right: 10px;
  vertical-align: middle; }

.media-library-thumb-meta-user {
  position: relative;
  padding-right: 25px; }
  .media-library-thumb-meta-user a {
    position: absolute;
    right: 0;
    top: 0; }

.thumb-check {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 99; }
  .thumb-check input[type="checkbox"] + label {
    font-size: 20px;
    display: none; }
  .thumb-check input[type="checkbox"]:checked + label {
    display: inline-block; }

.media:hover a:not(.btn).a-link-hover {
  opacity: 100;
  visibility: visible; }

.pagination {
  margin: 20px 0 0 0; }
  .pagination li {
    display: inline-block; }

.alert.alert-default {
  padding: 0; }
  .alert.alert-default .alert-heading {
    color: #a0adb8; }

.alert .alert-heading {
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 5px; }

.alert .alert-footer {
  padding-top: 10px;
  text-align: center; }

.alert.alert-primary {
  position: fixed;
  top: 80px;
  background: #22262c;
  padding: 16px;
  z-index: 1031;
  width: 255px;
  margin-left: -90px;
  color: #a0adb8;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.2); }
  .alert.alert-primary:before {
    content: "▲";
    position: absolute;
    top: -20px;
    text-align: center;
    color: #22262c;
    -webkit-transform: scaleX(2);
    -ms-transform: scaleX(2);
    -o-transform: scaleX(2);
    transform: scaleX(2);
    width: 50%;
    left: 25%;
    line-height: 32px; }

.alert .alert-close {
  font-size: 26px !important; }

.progress {
  position: relative;
  height: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  margin-bottom: 0; }

.progress-lg {
  height: 20px; }

.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  transition: width 1s; }
  .progress-bar.adjust-position span {
    position: absolute;
    top: 0px;
    color: #1F2D3D; }

.progress.progress-inverse {
  background-color: #a0adb8; }

.progress-bar-inverse {
  background-color: #c9d1da; }

.progress-bar-pink {
  background-color: #FF7898; }

.progress-bar-purple {
  background-color: #774CD9; }

.tooltip-inner {
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  padding: 5px 10px; }

code, pre {
  border-radius: 0;
  padding: 4px 8px;
  display: inline-block; }

pre {
  white-space: pre-wrap; }

kbd {
  -webkit-box-shadow: inset 0 1px 1px #d8dee4;
  box-shadow: inset 0 1px 1px #d8dee4;
  background-color: #c9d1da;
  border: 1px solid #a0adb8;
  color: #5f666b;
  font-size: 12px;
  padding: 4px 8px; }

button.list-group-item.text-center {
  text-align: center; }

.list-group-item.active, .list-group-item.active:hover {
  background-color: #d8dee4;
  border-color: #c9d1da;
  color: #5f666b; }

.purchased-list-item {
  position: relative;
  padding: 8px 0 8px 38px; }
  .purchased-list-item img {
    position: absolute;
    width: 25px;
    max-height: 25px;
    left: 0;
    top: 8px; }

.small-box {
  display: table;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 0px 10px 0px 60px;
  background-color: #0092FF;
  position: relative;
  overflow: hidden;
  transition: background-color .5s;
  border-radius: 4px;
  overflow: hidden;
  height: 50px;
  line-height: 50px; }
  .small-box span {
    line-height: 18px; }
  .small-box:hover {
    background-color: #0075cc; }

.small-box-title {
  vertical-align: middle;
  color: #ffffff;
  display: table-cell; }

.small-box-icon {
  position: absolute;
  border-radius: 4px 0 0 4px;
  left: 0;
  top: 0;
  display: block;
  background-color: #0075cc;
  width: 50px;
  height: 50px;
  color: #ffffff; }
  .small-box-icon:before {
    line-height: 50px; }

.first-tutorial-container {
  margin: 0 auto;
  width: 700px;
  max-width: 100%; }

.first-steps .step {
  position: relative;
  padding: 18px 18px 18px 60px; }
  .first-steps .step:nth-child(even) {
    background-color: #f9f9f9; }

.first-steps .step-text {
  font-weight: 500; }

.first-steps .step-no {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid #333;
  border-radius: 50px;
  text-align: center;
  line-height: 25px;
  display: block; }

.first-steps .step-cta {
  position: absolute;
  right: 20px;
  top: 10px; }

.step-content {
  margin-top: 20px; }

.step-header h5 {
  font-weight: 500; }

.step-template {
  width: 128px;
  height: 160px;
  background-color: #ffffff;
  padding: 5px;
  vertical-align: top;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
  color: #333;
  text-align: center; }

.step-template-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  text-align: center;
  overflow: hidden; }
  .step-template-placeholder.is_empty {
    padding: 50px 10px;
    font-size: 38px; }

.step-done .step-no {
  font-size: 24px;
  vertical-align: sub;
  margin-right: 4px;
  border: none;
  color: #19d76e; }

.first-steps-modal .modal-footer {
  text-align: center; }

.first-steps-success {
  font-size: 100px; }

.cp-template {
  position: relative;
  max-width: 250px;
  max-height: 320px;
  overflow: hidden;
  margin: 0 10px 20px;
  border: 1px solid #d8dee4;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); }
  .cp-template img {
    display: block;
    width: 100%; }
  .cp-template:hover .cp-template-actions {
    display: block; }

.cp-template-actions {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 45, 61, 0.8);
  padding: 15px;
  z-index: 3;
  display: none; }
  .cp-template-actions h4 {
    margin: 50px 0 15px;
    color: #ffffff; }
  .cp-template-actions .btn {
    position: absolute;
    bottom: 15px;
    left: 5%;
    width: 90%; }
  .cp-template-actions .btn-default {
    bottom: 60px; }

.cp-template-badge {
  color: #ffffff;
  position: absolute;
  right: -5px;
  top: 10px;
  padding: 5px 10px;
  background-color: #67809F;
  z-index: 10;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .cp-template-badge span {
    line-height: 1.6; }

.cp-template-badge-selected {
  color: #19d76e;
  position: absolute;
  right: 5px;
  top: 0px;
  z-index: 10;
  text-shadow: 0 10px 19px rgba(0, 0, 0, 0.19), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-size: 30px; }

.mal-nav {
  padding: 0;
  border: none; }
  .mal-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .mal-nav a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #eef2f5; }
    .mal-nav a:hover {
      background-color: #f0f7fc; }
  .mal-nav li.active a {
    color: #333;
    font-weight: bold;
    pointer-events: none;
    cursor: default; }
    .mal-nav li.active a:hover {
      background-color: transparent; }
  .mal-nav li:last-child a {
    border-bottom: none; }

.mal-filter {
  margin-bottom: 20px; }
  .mal-filter .dropdown-toggle {
    color: #333; }

.mal-s {
  display: block;
  position: relative;
  margin-bottom: 15px;
  min-height: 100px;
  padding-left: 100px;
  background: #ffffff;
  border: 1px solid #c9d1da;
  border-radius: 4px; }
  .mal-s.has-checkbox {
    position: relative;
    margin-left: 20px; }
  .mal-s .badge {
    line-height: 1; }
  .mal-s b, .mal-s strong {
    font-weight: 600; }
  .mal-s:hover .mal-s-image {
    transform: scale(1.2); }

.mal-s-checkbox {
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -15px; }

.mal-s-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 98px;
  height: 100%;
  overflow: hidden;
  background: #D9EFFF;
  border-radius: 4px 0 0 4px; }

.mal-s-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  -webkit-transition: transform .3s; }

.mal-s-inner {
  padding: 15px; }

.mal-s-header {
  position: relative; }

.mal-s-title {
  font-size: 20px;
  padding-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.mal-s-labels .badge {
  margin-right: 10px; }

.mal-s-info {
  font-size: 12px; }
  .mal-s-info img {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px; }
  .mal-s-info span {
    vertical-align: middle; }

.mal-s-body {
  display: block;
  margin-top: 10px;
  position: relative; }

.mal-s-cta {
  position: absolute;
  right: 0;
  bottom: 0; }

.mal-s-flag {
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0;
  border-top: 0;
  border-color: #c9d1da; }

.mal-s-settings {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px; }

.mal-s-actions {
  float: right; }

.mal-small {
  min-height: 64px;
  padding-left: 64px; }
  .mal-small .mal-s-thumb {
    width: 62px;
    height: 100%; }
  .mal-small .mal-s-inner {
    padding: 10px 16px; }
  .mal-small .mal-s-title {
    font-size: 18px; }

.n2g-progress {
  display: inline-block;
  height: 14px;
  width: 25%;
  margin-top: 9px;
  margin-bottom: 9px;
  border-radius: 3px;
  font-size: 20px; }

.n2g-progress-bar {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px; }

.n2g-progress-percentage {
  vertical-align: top;
  padding-left: 10px;
  font-size: 15px; }

.mal-s-stats {
  line-height: 14px;
  padding-top: 10px; }

@media (max-width: 768px) {
  .mal-s {
    padding-left: 0; }
    .mal-s.has-checkbox {
      margin-left: 0; }
    .mal-s .label.no-line-height {
      display: none; }
  .mal-s-inner {
    padding: 5px; }
  .mal-s-checkbox {
    display: none; }
  .mal-s-thumb {
    display: none; }
  .mal-s-info {
    display: none; }
  .mal-s-cta {
    margin-top: 10px;
    position: relative; }
    .mal-s-cta a span:last-child {
      display: none; } }

.panel-heading.has-chart {
  position: relative;
  padding-left: 100px; }
  .panel-heading.has-chart h3, .panel-heading.has-chart p {
    line-height: 1; }
  .panel-heading.has-chart .panel-heading-chart {
    position: absolute;
    left: 0;
    top: -50px; }

.report-image-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 100%;
  max-height: 200px; }
  .report-image-wrapper img {
    width: 100%; }
  .report-image-wrapper:hover:after {
    display: block;
    content: ' '; }

.highcharts-credits {
  display: none; }

.chart-rs {
  max-width: 100%;
  height: 300px; }

.chart-md {
  width: 600px;
  height: 250px; }

.chart-sm {
  width: 200px;
  height: 200px; }

.chart-xs {
  width: 100px;
  height: 100px; }

.chart-gauge-marker {
  z-index: 9999; }

.highcharts-legend span, .chart-gauge-legend {
  line-height: 18px !important; }

.chart-gauge-legend {
  display: inline-block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 25px; }

.chart-gauge-legend-dot {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  text-align: center;
  border-radius: 999px;
  width: 12px;
  height: 12px; }

@page {
  size: A4;
  margin: 1cm;
  @bottom-center {
    content: counter(page) "/" counter(pages); } }

@media print {
  html {
    overflow: visible !important; }
  body {
    font-family: sans-serif;
    min-width: 100% !important;
    height: auto;
    background-color: #fff !important;
    -webkit-print-color-adjust: exact; }
  * {
    letter-spacing: 0;
    -webkit-print-color-adjust: exact; }
  body > * {
    zoom: 0.8; }
  iframe {
    zoom: 1.25; }
  table {
    page-break-inside: avoid; }
  .table.table-primary > tbody > tr.heading > td {
    font-weight: bold; }
  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important; }
    .table-striped > tbody > tr:nth-of-type(odd) > td {
      background-color: #f9f9f9 !important; }
  .table-striped > tbody > tr.heading > td {
    background-color: #e4f1ff !important;
    font-weight: 500; }
  /* Progress bar */
  .progress {
    background-color: #c9d1da !important; }
    .progress .progress-bar-primary {
      background-color: #0092FF !important; }
    .progress .progress-bar-info {
      background-color: #a0adb8 !important; }
  .panel {
    margin: 0;
    padding: 0; }
  .padding-left-20 {
    padding-left: 0; }
  .report-image-and-overview .report-image {
    padding-right: 1cm; }
  b {
    font-weight: bold; }
  h2 {
    margin-bottom: .5cm; }
  .report-numbers-and-chart {
    page-break-before: always; }
    .report-numbers-and-chart .panel-heading {
      border-bottom-width: 0; }
    .report-numbers-and-chart .report-numbers {
      background-color: #eef2f5 !important;
      padding: .5cm;
      -webkit-print-color-adjust: exact; }
      .report-numbers-and-chart .report-numbers .media-heading {
        font-size: 22px; }
    .report-numbers-and-chart .report-chart-container {
      max-width: 300px; }
      .report-numbers-and-chart .report-chart-container .report-chart {
        background-color: #fff; }
  footer {
    display: none; } }

.report-chart-container {
  max-width: 990px; }

.report-clickmap {
  page-break-inside: avoid;
  max-width: 792px; }

.brand-print {
  height: 70px;
  display: block;
  background: url("../img/logo.svg") no-repeat center center !important;
  background-size: 40px auto;
  margin-bottom: .5cm; }

/*
                .pricing-plan
                    .pricing-plan-name
                        h3 Basic
                    .pricing-plan-price
                        h2 
                            span.currency $
                            span.price 99
                    .pricing-plan-desc
                        p Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quas quis repellendus totam aspernatur repellat expedita atque.
                    .pricing-plan-cta
                        a.btn.btn-primary.btn-block(href="#") Sign up

*/
.pricing-slider {
  background-color: transparent; }

.pricing-period {
  margin-top: 15px;
  display: inline-block; }
  .pricing-period span {
    display: inline-block;
    vertical-align: top; }
  .pricing-period .label-wrapper {
    min-height: 30px;
    min-width: 50px;
    padding-right: 45px; }

.pricing-volume span {
  font-size: 38px; }

.pricing-volume small {
  color: #333;
  font-size: 14px; }

.pricing-table-wrapper {
  padding-top: 60px; }

.pricing-plan {
  max-width: 300px;
  background-color: #ffffff;
  padding: 30px 35px;
  margin: 10px auto;
  border: 1px solid #c9d1da; }
  .pricing-plan.favorite {
    box-shadow: inset 0 8px 0px 0px #0092FF;
    padding-top: 60px;
    margin-top: -20px;
    border-top-width: 0px; }

.pricing-plan-price {
  margin-bottom: 5px;
  text-align: center; }

.pricing-plan-name {
  margin-bottom: 20px;
  text-align: center; }
  .pricing-plan-name h3 {
    font-size: 200%; }

.pricing-plan-desc {
  min-height: 140px; }

.pricing-plan-features {
  margin: 0 -35px;
  min-height: 140px; }
  .pricing-plan-features ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pricing-plan-features li {
    padding: 2px 10px;
    min-height: 25px; }
  .pricing-plan-features li:nth-child(even) {
    background-color: #F7F7F7; }

.pricing-plan-cta {
  margin-top: 25px; }
  .pricing-plan-cta a {
    text-transform: uppercase; }

.plan-downgrade {
  color: #c9d1da;
  text-decoration: underline; }

#pricing-table-details table, #pricing-table-details th:not(.text-left) {
  text-align: center; }

#pricing-table-details th, #pricing-table-details td {
  padding: 15px 5px;
  vertical-align: middle; }

#pricing-table-details .fa-check {
  color: #19d76e; }

#pricing-table-details .fa-times {
  color: #FF4949; }

.pricing-plan-annual {
  opacity: 0.5;
  margin-bottom: 15px; }

.account-plan-volume .progress {
  margin-bottom: 10px;
  height: 20px; }

.account-plan-volume .progress-bar {
  min-width: 40px;
  max-width: 100%; }

.account-plan-volume-num {
  overflow: hidden;
  min-height: 30px; }

.panel.panel-payment {
  display: block;
  max-width: 650px;
  width: 100%;
  margin-left: 0;
  padding: 0 !important; }
  .panel.panel-payment .media {
    padding: 5px 10px; }
  .panel.panel-payment img {
    max-width: 40px;
    max-height: 40px; }
  @media (max-width: 480px) {
    .panel.panel-payment .media-heading {
      float: none !important; }
    .panel.panel-payment .badge {
      float: none !important; } }

li.usernav-upgrade.is-standard {
  background-color: #67809F; }

li.usernav-upgrade.is-pro {
  background-color: #E5C100; }

li.usernav-upgrade > a {
  color: #ffffff; }
  li.usernav-upgrade > a:hover {
    color: #ffffff; }

.account-upgrade .modal-dialog {
  width: 90%;
  max-width: 1200px; }

@media (min-width: 1200px) {
  .has-banner-left .modal-content {
    padding-left: 440px;
    position: relative; } }

@media (min-width: 1200px) {
  .modal-banner-left {
    position: absolute;
    width: 400px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #333;
    padding: 40px 20px; }
    .modal-banner-left img {
      display: block;
      width: 100%;
      max-width: 100%;
      margin: 0 auto; } }

@media (max-width: 1200px) {
  .modal-banner-left {
    display: none; } }

.account-upgrade-feature-highlight {
  margin: 20px -40px;
  padding: 20px 40px;
  background-color: #FF9A25; }
  .account-upgrade-feature-highlight .lead {
    margin-bottom: 0; }

.account-upgrade-feature {
  margin: 15px 10px 0;
  padding-left: 40px;
  position: relative;
  min-height: 20px; }
  .account-upgrade-feature img {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    max-height: 100%; }
  .account-upgrade-feature.big {
    padding-left: 80px;
    min-height: 60px;
    margin: 15px 15px 15px 0; }
    .account-upgrade-feature.big .account-upgrade-feature-title {
      font-size: 20px;
      font-weight: 500; }
    .account-upgrade-feature.big img {
      width: 60px;
      padding: 10px;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.6); }

.account-upgrade-cart .list-grou-item span {
  display: block;
  float: right; }

.creditsModal .modal-body {
  text-align: left; }

.creditsModal .creditsModalRadio label {
  font-size: 24px; }

.profile-pic {
  position: relative; }
  .profile-pic .fa {
    position: absolute;
    bottom: -6px;
    right: 0px; }

.dropdown-inverse li > a.text-gold {
  color: #E5C100; }

.has-upgrade-overlay {
  position: relative;
  min-height: 600px; }

.upgrade-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(31, 45, 61, 0.5); }

.upgrade-overlay-inner {
  margin-top: 60px; }

.upgradeNotifyModal .modal-content {
  background-color: transparent;
  padding: 0; }

.upgrade-notify-slide {
  width: 100%;
  background-color: #ffffff; }
  .upgrade-notify-slide:before, .upgrade-notify-slide:after {
    content: " ";
    display: table; }
  .upgrade-notify-slide:after {
    clear: both; }

.upgrade-notify-slide-header {
  background-color: #044A75;
  padding: 40px 20px;
  text-align: center;
  color: #ffffff;
  min-height: 100px; }

.upgrade-notify-slide-content {
  padding: 20px 40px;
  min-height: 300px; }
  .upgrade-notify-slide-content:before, .upgrade-notify-slide-content:after {
    content: " ";
    display: table; }
  .upgrade-notify-slide-content:after {
    clear: both; }
  .upgrade-notify-slide-content img.upgrade-notify-icon {
    display: inline-block;
    width: 40px;
    max-height: 40px;
    margin-right: 10px;
    vertical-align: bottom; }
  .upgrade-notify-slide-content .pricing-table-wrapper {
    margin-top: -120px; }

.upgrade-notify-slide-footer {
  padding: 20px 40px; }
  .upgrade-notify-slide-footer:before, .upgrade-notify-slide-footer:after {
    content: " ";
    display: table; }
  .upgrade-notify-slide-footer:after {
    clear: both; }

.doi-forms-hr {
  margin-top: 3px;
  margin-bottom: 3px; }

.doi-forms-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.doi-forms-list {
  list-style: none;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 5px 10px 5px 10px;
  margin-top: 20px;
  vertical-align: middle;
  line-height: 3;
  font-size: 14px;
  font-weight: 400; }

.file-too-big .gray-attachment {
  color: #c9d1da; }

.file-too-big .red-attachment {
  color: #FF4949; }

.file-too-big td > img {
  filter: grayscale(100%); }

.animate-if.ng-enter, .animate-if.ng-leave {
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s; }

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0; }

.animate-if.ng-leave,
.animate-if.ng-enter.ng-enter-active {
  opacity: 1; }

.attachments-progress-bar {
  height: 20px;
  border-radius: 3px;
  margin-bottom: 12px;
  margin-top: 10px; }

.attachments-progress-size {
  line-height: 20px !important;
  font-size: 13px; }

.report-group-wrapper {
  margin-left: -2px; }
  .report-group-wrapper .label {
    display: inline-block;
    height: auto; }
  .report-group-wrapper span, .report-group-wrapper a {
    line-height: 1em; }

.crop-thumbnail {
  min-height: 300px;
  background-size: cover; }

.crop-thumbnail-overlay {
  min-height: 300px;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 20%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 20%);
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 20%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  cursor: pointer; }

.progress-segment {
  border-radius: 15px;
  height: 10px; }

.header-chart {
  width: 70px; }

.highcharts-tooltip {
  z-index: 1000; }

.newsletter-thumbnail-scroll {
  max-height: 900px;
  overflow: auto; }

.clickmap-dropdown.dropdown-menu {
  display: block;
  font-family: "proxima_nova", sans-serif;
  color: #5f666b;
  min-width: auto;
  padding-left: 10px;
  padding-right: 10px; }

.clickmap-info {
  line-height: normal;
  padding: 0px 10px 0px 10px;
  min-width: auto;
  white-space: nowrap; }

.message-with-icon {
  position: relative;
  padding-left: 100px;
  min-height: 80px; }
  .message-with-icon > i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 80px;
    width: 80px;
    height: 80px; }

.message-success i {
  color: #19d76e; }

.newsletter-send-container {
  max-width: 1400px;
  margin: 0 auto; }

.newsletter-send-panel {
  padding: 0;
  border: none; }

.newsletter-send-step {
  border-bottom: 1px solid rgba(201, 209, 218, 0.4);
  padding: 25px 45px 25px 45px;
  position: relative;
  background-color: #ffffff; }
  .newsletter-send-step .lead {
    margin-top: 0;
    margin-bottom: 0; }
  .newsletter-send-step:first-child {
    border-radius: 6px 6px 0 0; }
  .newsletter-send-step:last-child {
    border-radius: 0 0 6px 6px;
    border-bottom: none; }

.newsletter-send-step-gray {
  background-color: transparent; }

.newsletter-send-step-content {
  padding-top: 20px; }

.newsletter-send-status {
  position: absolute;
  left: 15px;
  top: 20px;
  height: 25px;
  width: 25px;
  color: #19d76e;
  text-align: center;
  font-size: 24px; }

.newsletter-send-newsletter-box {
  border: 2px solid #c9d1da;
  max-height: 480px;
  width: 300px;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden; }
  .newsletter-send-newsletter-box img {
    max-width: 100%;
    margin: 0 auto; }
  .newsletter-send-newsletter-box:hover .newsletter-send-newsletter-box-link {
    opacity: 1; }

.newsletter-send-newsletter-box-link {
  position: absolute;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background-color: rgba(31, 45, 61, 0.8);
  transition: opacity .5s;
  text-align: center;
  color: #ffffff; }
  .newsletter-send-newsletter-box-link:hover {
    color: #ffffff; }

.newsletter-send-newsletter-box-link-title {
  margin-top: 30px; }

.newsletter-send-newsletter-box-link-inner {
  position: relative;
  width: 90%;
  height: 90%;
  margin: 0 auto; }

.newsletter-send-newsletter-box-link-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%; }

.newsletter-send-feature-box {
  border: 2px solid #c9d1da;
  text-align: center;
  width: 150px;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: middle; }
  .newsletter-send-feature-box img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%; }

@media (min-width: 768px) {
  .newsletter-send-feature-box {
    float: left;
    margin-right: 15px; }
  .newsletter-send-feature-text {
    float: left;
    max-width: 300px; } }

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700; }

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #c9d1da; }

.multi-steps {
  display: block;
  text-align: center; }
  .multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: inline-block;
    width: 200px;
    position: relative;
    color: #19d76e; }
    .multi-steps > li span {
      position: relative;
      z-index: 2; }
    .multi-steps > li:before {
      content: '\f00c';
      content: '\2713;';
      content: '\10003';
      content: '\10004';
      content: '\2713';
      display: block;
      margin: 0 auto 4px;
      background-color: #19d76e;
      color: #ffffff;
      width: 36px;
      height: 36px;
      line-height: 32px;
      text-align: center;
      font-weight: bold;
      border-radius: 50%;
      position: relative;
      z-index: 2; }
    .multi-steps > li:after {
      content: '';
      height: 2px;
      width: 100%;
      background-color: #19d76e;
      position: absolute;
      top: 16px;
      left: 50%;
      z-index: 0; }
    .multi-steps > li:last-child:after {
      display: none; }
    .multi-steps > li.is-active {
      color: #333; }
      .multi-steps > li.is-active:before {
        background-color: #c9d1da;
        color: #333; }
      .multi-steps > li.is-active ~ li {
        color: #808080; }
        .multi-steps > li.is-active ~ li:before {
          background-color: #d8dee4; }

html.n2g-state-workflow-designer {
  overflow-y: auto !important; }

n2g-workflow-designer .n2g-wfd-container {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  overflow: hidden;
  display: flex; }

n2g-workflow-designer .n2g-wfd-sidebar {
  background-color: #ffffff;
  border-right: 1px solid #c9d1da;
  height: calc(100vh - 70px);
  max-width: 440px;
  overflow: auto;
  padding: 25px;
  position: relative;
  width: 50%;
  z-index: 3; }

n2g-workflow-designer .n2g-wfd-canvas {
  -webkit-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-height: calc(100vh - 70px);
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  overflow: auto;
  padding: 25px;
  position: relative;
  text-align: center;
  z-index: 2; }

n2g-workflow-designer .n2g-wfd-zoom__stage {
  text-align: center;
  padding-bottom: 40px; }

n2g-workflow-designer .n2g-wfd-tree,
n2g-workflow-designer .n2g-wfd-tree__subtree {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0; }

n2g-workflow-designer .n2g-wfd-tree__list-item {
  float: left; }

n2g-workflow-designer .n2g-wfd-tree__node {
  position: relative; }

n2g-workflow-designer .n2g-wfd-tree__node_entry .n2g-wfd-tree__step-container:before {
  display: none; }

n2g-workflow-designer .n2g-wfd-tree__step-container_inner {
  margin-right: 20px;
  margin-left: 20px; }

n2g-workflow-designer .n2g-wfd-tree__add-step {
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  position: relative;
  width: 70px; }
  n2g-workflow-designer .n2g-wfd-tree__add-step:before {
    border-left: 2px solid #d2d7df;
    content: "";
    height: 35px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  n2g-workflow-designer .n2g-wfd-tree__add-step .btn {
    transform: rotate(0deg);
    transition: transform .3s; }
    n2g-workflow-designer .n2g-wfd-tree__add-step .btn.btn-rotate {
      transform: rotate(45deg); }

n2g-workflow-designer .n2g-wfd-tree__step-container {
  display: inline-block;
  width: 280px;
  padding-top: 35px; }
  n2g-workflow-designer .n2g-wfd-tree__step-container:before {
    border-left: 2px solid #d2d7df;
    content: "";
    display: block;
    height: 35px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

n2g-workflow-designer .n2g-wfd-tree__step-container-condition {
  padding-top: 50px; }
  n2g-workflow-designer .n2g-wfd-tree__step-container-condition:after {
    background-color: #eef2f5;
    content: "";
    display: block;
    height: 35px;
    left: calc(50% - 19px);
    position: absolute;
    top: 100%;
    width: 38px;
    z-index: 1; }
  n2g-workflow-designer .n2g-wfd-tree__step-container-condition .n2g-wfd-tree__step-container_inner {
    position: relative;
    margin-bottom: 20px; }
    n2g-workflow-designer .n2g-wfd-tree__step-container-condition .n2g-wfd-tree__step-container_inner:before, n2g-workflow-designer .n2g-wfd-tree__step-container-condition .n2g-wfd-tree__step-container_inner:after {
      border-bottom: 2px solid #d2d7df;
      content: "";
      height: 35px;
      position: absolute;
      top: 100%;
      width: 20px;
      z-index: 2; }
    n2g-workflow-designer .n2g-wfd-tree__step-container-condition .n2g-wfd-tree__step-container_inner:before {
      border-bottom-right-radius: 20px;
      border-right: 2px solid #d2d7df;
      right: calc(50% - .0625rem); }
    n2g-workflow-designer .n2g-wfd-tree__step-container-condition .n2g-wfd-tree__step-container_inner:after {
      border-bottom-left-radius: 20px;
      border-left: 2px solid #d2d7df;
      left: calc(50% - .0625rem); }

n2g-workflow-designer .n2g-wfd-tree__step-container-isyesno {
  padding-top: 35px; }
  n2g-workflow-designer .n2g-wfd-tree__step-container-isyesno:before {
    border-top: 2px solid #d2d7df;
    top: 1.25rem;
    -webkit-transform: none;
    transform: none;
    width: calc(50% + .0625rem); }

n2g-workflow-designer .n2g-wfd-tree__step-container-true-path:before {
  border-top-left-radius: 20px; }

n2g-workflow-designer .n2g-wfd-tree__step-container-false-path {
  padding-top: 35px; }
  n2g-workflow-designer .n2g-wfd-tree__step-container-false-path:before {
    border-left: 0;
    border-right: 2px solid #d2d7df;
    border-top-right-radius: 20px;
    left: 0; }

n2g-workflow-designer .n2g-wfd-tree__step-container-inner {
  position: relative; }

n2g-workflow-designer .n2g-wfd-tree__step-container_warning .n2g-wfd-tree__step-node {
  border: 2px solid #FF9A25; }

n2g-workflow-designer .n2g-wfd-tree__step-container_warning .n2g-wfd-tree__step-node-icon {
  background-color: #a0adb8; }

n2g-workflow-designer .n2g-wfd-tree__step-container_danger .n2g-wfd-tree__step-node {
  border: 2px solid #FF4949; }

n2g-workflow-designer .n2g-wfd-tree__step-container_danger .n2g-wfd-tree__step-node-icon {
  background-color: #a0adb8; }

n2g-workflow-designer .n2g-wfd-tree__step-node {
  background-color: #ffffff;
  padding: 20px;
  min-width: 200px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  transition: box-shadow .5s; }
  n2g-workflow-designer .n2g-wfd-tree__step-node:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    n2g-workflow-designer .n2g-wfd-tree__step-node:hover .n2g-wfd-tree__step-node-delete {
      opacity: 1; }

n2g-workflow-designer .n2g-wfd-tree__step-node-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: #0092FF;
  padding: 5px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  border-radius: 4px; }

n2g-workflow-designer .n2g-wfd-tree__step-node_condition {
  padding-top: 35px; }
  n2g-workflow-designer .n2g-wfd-tree__step-node_condition .n2g-wfd-tree__step-node-icon {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px;
    transform: rotate(45deg);
    border-radius: 0; }
    n2g-workflow-designer .n2g-wfd-tree__step-node_condition .n2g-wfd-tree__step-node-icon span {
      transform: rotate(125deg); }

n2g-workflow-designer .n2g-wfd-tree__step-node_standard {
  padding: 0;
  padding-left: 40px; }
  n2g-workflow-designer .n2g-wfd-tree__step-node_standard .n2g-wfd-tree__step-node-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 4px 0 0 4px; }
  n2g-workflow-designer .n2g-wfd-tree__step-node_standard .n2g-wfd-tree__step-node-content {
    padding: 8px 15px;
    text-align: center; }
  n2g-workflow-designer .n2g-wfd-tree__step-node_standard.n2g-wfd-tree__step-node_exit {
    cursor: default;
    padding-right: 40px;
    padding-left: 0; }
    n2g-workflow-designer .n2g-wfd-tree__step-node_standard.n2g-wfd-tree__step-node_exit:hover {
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05); }
    n2g-workflow-designer .n2g-wfd-tree__step-node_standard.n2g-wfd-tree__step-node_exit .n2g-wfd-tree__step-node-icon {
      background-color: #1F2D3D;
      transform: rotate(180deg);
      left: auto;
      right: 0; }

n2g-workflow-designer .n2g-wfd-tree__step-node_email {
  padding: 0;
  width: 200px; }
  n2g-workflow-designer .n2g-wfd-tree__step-node_email img {
    width: 100%; }

n2g-workflow-designer .n2g-wfd-tree__step-node-content_email-name {
  padding: 10px;
  border-top: 1px solid #c9d1da; }
  n2g-workflow-designer .n2g-wfd-tree__step-node-content_email-name p {
    margin-bottom: 0; }

n2g-workflow-designer .n2g-wfd-tree__node_entry .n2g-wfd-tree__step-node {
  border: 2px solid #0092FF; }
  n2g-workflow-designer .n2g-wfd-tree__node_entry .n2g-wfd-tree__step-node .n2g-wfd-tree__step-node-icon {
    background-color: transparent;
    color: #333;
    font-size: 24px; }

n2g-workflow-designer .n2g-wfd-tree__yesno-badge {
  display: inline-block;
  padding: 2px 15px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 2px solid #c9d1da;
  position: relative;
  z-index: 10;
  border-radius: 4px;
  font-weight: bold; }

n2g-workflow-designer .n2g-wfd-tree__yesno-badge_true {
  color: #19d76e;
  border-color: #19d76e; }

n2g-workflow-designer .n2g-wfd-tree__yesno-badge_false {
  color: #FF4949;
  border-color: #FF4949; }

n2g-workflow-designer .n2g-wfd-tree__add-step-dropdown {
  min-width: 200px;
  padding: 10px; }
  n2g-workflow-designer .n2g-wfd-tree__add-step-dropdown li {
    display: block;
    padding: 5px; }
    n2g-workflow-designer .n2g-wfd-tree__add-step-dropdown li a {
      display: block; }
  n2g-workflow-designer .n2g-wfd-tree__add-step-dropdown .n2g-wfd-tree__add-step-button {
    display: block;
    padding: 8px 10px;
    background-color: #ececec;
    border-radius: 4px; }
    n2g-workflow-designer .n2g-wfd-tree__add-step-dropdown .n2g-wfd-tree__add-step-button:hover {
      background-color: #e0e0e0; }
    n2g-workflow-designer .n2g-wfd-tree__add-step-dropdown .n2g-wfd-tree__add-step-button span {
      margin-right: 0; }

n2g-workflow-designer .n2g-wfd-tree__step-node-delete {
  opacity: 0;
  position: absolute;
  right: 0;
  top: -28px;
  padding: 5px;
  font-size: 12px;
  color: #FF4949; }
  n2g-workflow-designer .n2g-wfd-tree__step-node-delete:hover {
    opacity: 1; }

n2g-workflow-designer .n2g-wfd-tree__step-node-stats {
  position: absolute;
  left: 0;
  top: -28px;
  padding: 5px;
  font-size: 12px; }

#archive-template {
  display: none; }

#archive-container-wrapper {
  width: 800px;
  max-width: 100%;
  margin: 40px auto; }

#archive-container {
  margin: 10px; }

#archive-pagination {
  text-align: right; }

.archive-item {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  background-color: #ffffff; }

.archive-item-thumbnail {
  display: block;
  height: 200px;
  overflow: hidden;
  position: relative;
  margin: 0 auto; }
  .archive-item-thumbnail img {
    width: 100%; }

.archive-item-content {
  padding: 15px;
  position: relative;
  -webkit-box-shadow: 0px -10px 16px 0px #e6e6e6;
  -moz-box-shadow: 0px -10px 16px 0px #e6e6e6;
  box-shadow: 0px -10px 16px 0px #e6e6e6; }
  .archive-item-content p {
    margin-bottom: 0; }

/*
* Font Face
*/
@font-face {
  font-family: "simple-line-icons";
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0");
  src: url("../fonts/Simple-Line-Icons.eot?v=2.4.0#iefix") format("embedded-opentype"), url("../fonts/Simple-Line-Icons.woff2?v=2.4.0") format("woff2"), url("../fonts/Simple-Line-Icons.ttf?v=2.4.0") format("truetype"), url("../fonts/Simple-Line-Icons.woff?v=2.4.0") format("woff"), url("../fonts/Simple-Line-Icons.svg?v=2.4.0#simple-line-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

/*
 Use the following code if you want to have a class per icon.
 Instead of a list of all class selectors, you can use the generic [class*="icon-"] selector,
 but it's slower.
*/
.icon-user, .icon-people, .icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-login, .icon-logout, .icon-emotsmile, .icon-phone, .icon-call-end, .icon-call-in, .icon-call-out, .icon-map, .icon-location-pin, .icon-direction, .icon-directions, .icon-compass, .icon-layers, .icon-menu, .icon-list, .icon-options-vertical, .icon-options, .icon-arrow-down, .icon-arrow-left, .icon-arrow-right, .icon-arrow-up, .icon-arrow-up-circle, .icon-arrow-left-circle, .icon-arrow-right-circle, .icon-arrow-down-circle, .icon-check, .icon-clock, .icon-plus, .icon-minus, .icon-close, .icon-event, .icon-exclamation, .icon-organization, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-mustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-disc, .icon-cursor, .icon-cursor-move, .icon-crop, .icon-chemistry, .icon-speedometer, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglass, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-folder-alt, .icon-folder, .icon-film, .icon-feed, .icon-drop, .icon-drawer, .icon-docs, .icon-doc, .icon-diamond, .icon-cup, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-frame, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-loop, .icon-home, .icon-grid, .icon-graph, .icon-microphone, .icon-music-tone-alt, .icon-music-tone, .icon-earphones-alt, .icon-earphones, .icon-equalizer, .icon-like, .icon-dislike, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-calendar, .icon-bulb, .icon-chart, .icon-ban, .icon-bubble, .icon-camrecorder, .icon-camera, .icon-cloud-download, .icon-cloud-upload, .icon-envelope, .icon-eye, .icon-flag, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-credit-card, .icon-paypal, .icon-social-tumblr, .icon-social-twitter, .icon-social-facebook, .icon-social-instagram, .icon-social-linkedin, .icon-social-pinterest, .icon-social-github, .icon-social-google, .icon-social-reddit, .icon-social-skype, .icon-social-dribbble, .icon-social-behance, .icon-social-foursqare, .icon-social-soundcloud, .icon-social-spotify, .icon-social-stumbleupon, .icon-social-youtube, .icon-social-dropbox, .icon-social-vkontakte, .icon-social-steam {
  font-family: "simple-line-icons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-user:before {
  content: "\e005"; }

.icon-people:before {
  content: "\e001"; }

.icon-user-female:before {
  content: "\e000"; }

.icon-user-follow:before {
  content: "\e002"; }

.icon-user-following:before {
  content: "\e003"; }

.icon-user-unfollow:before {
  content: "\e004"; }

.icon-login:before {
  content: "\e066"; }

.icon-logout:before {
  content: "\e065"; }

.icon-emotsmile:before {
  content: "\e021"; }

.icon-phone:before {
  content: "\e600"; }

.icon-call-end:before {
  content: "\e048"; }

.icon-call-in:before {
  content: "\e047"; }

.icon-call-out:before {
  content: "\e046"; }

.icon-map:before {
  content: "\e033"; }

.icon-location-pin:before {
  content: "\e096"; }

.icon-direction:before {
  content: "\e042"; }

.icon-directions:before {
  content: "\e041"; }

.icon-compass:before {
  content: "\e045"; }

.icon-layers:before {
  content: "\e034"; }

.icon-menu:before {
  content: "\e601"; }

.icon-list:before {
  content: "\e067"; }

.icon-options-vertical:before {
  content: "\e602"; }

.icon-options:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e604"; }

.icon-arrow-left:before {
  content: "\e605"; }

.icon-arrow-right:before {
  content: "\e606"; }

.icon-arrow-up:before {
  content: "\e607"; }

.icon-arrow-up-circle:before {
  content: "\e078"; }

.icon-arrow-left-circle:before {
  content: "\e07a"; }

.icon-arrow-right-circle:before {
  content: "\e079"; }

.icon-arrow-down-circle:before {
  content: "\e07b"; }

.icon-check:before {
  content: "\e080"; }

.icon-clock:before {
  content: "\e081"; }

.icon-plus:before {
  content: "\e095"; }

.icon-minus:before {
  content: "\e615"; }

.icon-close:before {
  content: "\e082"; }

.icon-event:before {
  content: "\e619"; }

.icon-exclamation:before {
  content: "\e617"; }

.icon-organization:before {
  content: "\e616"; }

.icon-trophy:before {
  content: "\e006"; }

.icon-screen-smartphone:before {
  content: "\e010"; }

.icon-screen-desktop:before {
  content: "\e011"; }

.icon-plane:before {
  content: "\e012"; }

.icon-notebook:before {
  content: "\e013"; }

.icon-mustache:before {
  content: "\e014"; }

.icon-mouse:before {
  content: "\e015"; }

.icon-magnet:before {
  content: "\e016"; }

.icon-energy:before {
  content: "\e020"; }

.icon-disc:before {
  content: "\e022"; }

.icon-cursor:before {
  content: "\e06e"; }

.icon-cursor-move:before {
  content: "\e023"; }

.icon-crop:before {
  content: "\e024"; }

.icon-chemistry:before {
  content: "\e026"; }

.icon-speedometer:before {
  content: "\e007"; }

.icon-shield:before {
  content: "\e00e"; }

.icon-screen-tablet:before {
  content: "\e00f"; }

.icon-magic-wand:before {
  content: "\e017"; }

.icon-hourglass:before {
  content: "\e018"; }

.icon-graduation:before {
  content: "\e019"; }

.icon-ghost:before {
  content: "\e01a"; }

.icon-game-controller:before {
  content: "\e01b"; }

.icon-fire:before {
  content: "\e01c"; }

.icon-eyeglass:before {
  content: "\e01d"; }

.icon-envelope-open:before {
  content: "\e01e"; }

.icon-envelope-letter:before {
  content: "\e01f"; }

.icon-bell:before {
  content: "\e027"; }

.icon-badge:before {
  content: "\e028"; }

.icon-anchor:before {
  content: "\e029"; }

.icon-wallet:before {
  content: "\e02a"; }

.icon-vector:before {
  content: "\e02b"; }

.icon-speech:before {
  content: "\e02c"; }

.icon-puzzle:before {
  content: "\e02d"; }

.icon-printer:before {
  content: "\e02e"; }

.icon-present:before {
  content: "\e02f"; }

.icon-playlist:before {
  content: "\e030"; }

.icon-pin:before {
  content: "\e031"; }

.icon-picture:before {
  content: "\e032"; }

.icon-handbag:before {
  content: "\e035"; }

.icon-globe-alt:before {
  content: "\e036"; }

.icon-globe:before {
  content: "\e037"; }

.icon-folder-alt:before {
  content: "\e039"; }

.icon-folder:before {
  content: "\e089"; }

.icon-film:before {
  content: "\e03a"; }

.icon-feed:before {
  content: "\e03b"; }

.icon-drop:before {
  content: "\e03e"; }

.icon-drawer:before {
  content: "\e03f"; }

.icon-docs:before {
  content: "\e040"; }

.icon-doc:before {
  content: "\e085"; }

.icon-diamond:before {
  content: "\e043"; }

.icon-cup:before {
  content: "\e044"; }

.icon-calculator:before {
  content: "\e049"; }

.icon-bubbles:before {
  content: "\e04a"; }

.icon-briefcase:before {
  content: "\e04b"; }

.icon-book-open:before {
  content: "\e04c"; }

.icon-basket-loaded:before {
  content: "\e04d"; }

.icon-basket:before {
  content: "\e04e"; }

.icon-bag:before {
  content: "\e04f"; }

.icon-action-undo:before {
  content: "\e050"; }

.icon-action-redo:before {
  content: "\e051"; }

.icon-wrench:before {
  content: "\e052"; }

.icon-umbrella:before {
  content: "\e053"; }

.icon-trash:before {
  content: "\e054"; }

.icon-tag:before {
  content: "\e055"; }

.icon-support:before {
  content: "\e056"; }

.icon-frame:before {
  content: "\e038"; }

.icon-size-fullscreen:before {
  content: "\e057"; }

.icon-size-actual:before {
  content: "\e058"; }

.icon-shuffle:before {
  content: "\e059"; }

.icon-share-alt:before {
  content: "\e05a"; }

.icon-share:before {
  content: "\e05b"; }

.icon-rocket:before {
  content: "\e05c"; }

.icon-question:before {
  content: "\e05d"; }

.icon-pie-chart:before {
  content: "\e05e"; }

.icon-pencil:before {
  content: "\e05f"; }

.icon-note:before {
  content: "\e060"; }

.icon-loop:before {
  content: "\e064"; }

.icon-home:before {
  content: "\e069"; }

.icon-grid:before {
  content: "\e06a"; }

.icon-graph:before {
  content: "\e06b"; }

.icon-microphone:before {
  content: "\e063"; }

.icon-music-tone-alt:before {
  content: "\e061"; }

.icon-music-tone:before {
  content: "\e062"; }

.icon-earphones-alt:before {
  content: "\e03c"; }

.icon-earphones:before {
  content: "\e03d"; }

.icon-equalizer:before {
  content: "\e06c"; }

.icon-like:before {
  content: "\e068"; }

.icon-dislike:before {
  content: "\e06d"; }

.icon-control-start:before {
  content: "\e06f"; }

.icon-control-rewind:before {
  content: "\e070"; }

.icon-control-play:before {
  content: "\e071"; }

.icon-control-pause:before {
  content: "\e072"; }

.icon-control-forward:before {
  content: "\e073"; }

.icon-control-end:before {
  content: "\e074"; }

.icon-volume-1:before {
  content: "\e09f"; }

.icon-volume-2:before {
  content: "\e0a0"; }

.icon-volume-off:before {
  content: "\e0a1"; }

.icon-calendar:before {
  content: "\e075"; }

.icon-bulb:before {
  content: "\e076"; }

.icon-chart:before {
  content: "\e077"; }

.icon-ban:before {
  content: "\e07c"; }

.icon-bubble:before {
  content: "\e07d"; }

.icon-camrecorder:before {
  content: "\e07e"; }

.icon-camera:before {
  content: "\e07f"; }

.icon-cloud-download:before {
  content: "\e083"; }

.icon-cloud-upload:before {
  content: "\e084"; }

.icon-envelope:before {
  content: "\e086"; }

.icon-eye:before {
  content: "\e087"; }

.icon-flag:before {
  content: "\e088"; }

.icon-heart:before {
  content: "\e08a"; }

.icon-info:before {
  content: "\e08b"; }

.icon-key:before {
  content: "\e08c"; }

.icon-link:before {
  content: "\e08d"; }

.icon-lock:before {
  content: "\e08e"; }

.icon-lock-open:before {
  content: "\e08f"; }

.icon-magnifier:before {
  content: "\e090"; }

.icon-magnifier-add:before {
  content: "\e091"; }

.icon-magnifier-remove:before {
  content: "\e092"; }

.icon-paper-clip:before {
  content: "\e093"; }

.icon-paper-plane:before {
  content: "\e094"; }

.icon-power:before {
  content: "\e097"; }

.icon-refresh:before {
  content: "\e098"; }

.icon-reload:before {
  content: "\e099"; }

.icon-settings:before {
  content: "\e09a"; }

.icon-star:before {
  content: "\e09b"; }

.icon-symbol-female:before {
  content: "\e09c"; }

.icon-symbol-male:before {
  content: "\e09d"; }

.icon-target:before {
  content: "\e09e"; }

.icon-credit-card:before {
  content: "\e025"; }

.icon-paypal:before {
  content: "\e608"; }

.icon-social-tumblr:before {
  content: "\e00a"; }

.icon-social-twitter:before {
  content: "\e009"; }

.icon-social-facebook:before {
  content: "\e00b"; }

.icon-social-instagram:before {
  content: "\e609"; }

.icon-social-linkedin:before {
  content: "\e60a"; }

.icon-social-pinterest:before {
  content: "\e60b"; }

.icon-social-github:before {
  content: "\e60c"; }

.icon-social-google:before {
  content: "\e60d"; }

.icon-social-reddit:before {
  content: "\e60e"; }

.icon-social-skype:before {
  content: "\e60f"; }

.icon-social-dribbble:before {
  content: "\e00d"; }

.icon-social-behance:before {
  content: "\e610"; }

.icon-social-foursqare:before {
  content: "\e611"; }

.icon-social-soundcloud:before {
  content: "\e612"; }

.icon-social-spotify:before {
  content: "\e613"; }

.icon-social-stumbleupon:before {
  content: "\e614"; }

.icon-social-youtube:before {
  content: "\e008"; }

.icon-social-dropbox:before {
  content: "\e00c"; }

.icon-social-vkontakte:before {
  content: "\e618"; }

.icon-social-steam:before {
  content: "\e620"; }

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

/**
 * Variables declared here can be overridden by consuming applications, with
 * the help of the `!default` flag.
 *
 * @example
 *     // overriding $hoverColor
 *     $hoverColor: rgba(red, 0.05);
 *
 *     // overriding image path
 *     $flagsImagePath: "images/";
 *
 *     // import the scss file after the overrides
 *     @import "bower_component/intl-tel-input/src/css/intlTelInput";
 */
.intl-tel-input {
  position: relative;
  display: inline-block; }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0; }
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-size: 5630px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 13px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 13px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5241px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5263px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5285px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5307px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5324px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5368px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5390px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5434px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5456px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5478px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5500px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5522px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5610px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .iti-flag {
      background-image: url("../img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }

.breadcrumb-padding-fix {
  padding-top: 8px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px; }

.remove-panel-padding .panel {
  padding: 0;
  box-shadow: none; }

.report-attachments {
  white-space: nowrap;
  display: inline-block; }

.table.table-primary > tbody > tr > td.editable .ng-invalid {
  border-bottom: 1px solid #ff0000; }

.nav-pills > li {
  border: 1px solid #c9d1da;
  border-left-width: 0px;
  overflow: hidden;
  display: inline-block;
  float: none; }
  .nav-pills > li:first-child {
    border-left-width: 1px;
    border-radius: 50px 0 0 50px; }
  .nav-pills > li:last-child {
    border-radius: 0 50px 50px 0; }
  .nav-pills > li + li {
    margin-left: 0; }
  .nav-pills > li > a {
    padding: 5px 18px;
    color: #333;
    border-radius: 0; }
    .nav-pills > li > a:hover {
      background-color: #d8dee4; }

.global-search-results {
  font-size: 14px;
  font-weight: bold; }

.ng-invalid, .ng-invalid > .dropdown > button, .ng-invalid .n2g-ui-ace .ace_scroller {
  border-color: red !important; }

.columns-list-dropdown .dropdown-menu, .scrollable-dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto; }

.dragover {
  border: 5px dashed blue; }

.file-drag-over {
  border-color: blue !important; }

.dropdown-scroll {
  max-height: 500px;
  white-space: nowrap;
  overflow: hidden; }

html {
  overflow-y: scroll; }

.scrollable-menu {
  height: auto;
  max-height: 200px;
  overflow-x: hidden; }

.zero-stars:before {
  content: ""; }

.one-stars:before {
  content: ""; }

.two-stars:before {
  content: " "; }

.three-stars:before {
  content: "  "; }

.four-stars:before {
  content: "   "; }

.five-stars:before {
  content: "    "; }

.thumb-list-display-inline-block .thumb-list-item {
  display: inline-block; }

.angular-google-map-container {
  max-width: none !important;
  background: none !important;
  height: 600px; }

.editable.busy .dropdown {
  background-image: url(../../lib/img/loader.svg);
  background-size: 15px;
  background-position: right center;
  background-repeat: no-repeat; }

.notifications-dropdown, .newsletter-versions-dropdown {
  max-height: 380px; }

.calculate-button-visible .btn.calculate, .buy-button-visible .btn.buy {
  display: inline-block; }

.calculate-button-visible .btn.buy, .buy-button-visible .btn.calculate {
  display: none; }

/**
 * For the correct positioning of the placeholder element, the n2g-dnd-list and
 * it's children must have position: relative
 */
.dashboard-container .dashboard-column[n2g-dnd-list],
.dashboard-container .dashboard-column[n2g-dnd-list] > .widget-container {
  position: relative; }

/**
 * The n2g-dnd-list should always have a min-height,
 * otherwise you can't drop to it once it's empty
 */
.dashboard-container .dashboard-column[n2g-dnd-list] {
  min-height: 160px; }

/**
 * The dndDraggingSource class will be applied to
 * the source element of a drag operation. It makes
 * sense to hide it to give the user the feeling
 * that he's actually moving it.
 */
.dashboard-container .dashboard-column[n2g-dnd-list] .dndDraggingSource {
  display: none; }

/**
 * An element with .dndPlaceholder class will be
 * added to the n2g-dnd-list while the user is dragging
 * over it.
 */
.dashboard-container .dashboard-column[n2g-dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 42px;
  margin-top: 10px;
  margin-bottom: 25px;
  border-radius: 5px; }

.dnd-placeholder-animate {
  transition: height 0.5s; }

/**
 * The n2g-dnd-lists's child elements currently MUST have
 * position: relative. Otherwise we can not determine
 * whether the mouse pointer is in the upper or lower
 * half of the element we are dragging over. In other
 * browsers we can use event.offsetY for this.
 */
.dashboard-container .dashboard-column[n2g-dnd-list] .widget-container {
  display: block; }

/**
 * Show selected elements in green
 */
.widget-container .btn-show-statistic, .widget-container .btn-download-export, .widget-container .btn-upload-finish, .widget-container .btn-integration-sync-statistic, .widget-container .btn-credits-low {
  display: none; }

.widget-container .import-notification .btn-show-statistic {
  display: inline-block; }

.widget-container .upload-notification .btn-upload-finish {
  display: inline-block; }

.widget-container .export-notification .btn-download-export {
  display: inline-block; }

.widget-container .integration_sync-notification .btn-integration-sync-statistic {
  display: inline-block; }

.widget-container .credits_low-notification .btn-credits-low {
  display: inline-block; }

.max-height-420 {
  max-height: 420px; }

.notifications-widget-container .loader {
  min-height: 30px;
  position: relative;
  bottom: 40px; }

.n2g-state-create-newsletter-editor #content, .n2g-state-newsletter-templates-edit-third-step #content {
  padding: 0;
  height: calc(100% - 70px); }

html.n2g-state-first-login {
  min-height: 100%;
  height: initial !important; }

#ui-view-main {
  height: 100%; }

div[n2g-editor-demo] {
  height: 100%; }

html, body {
  height: 100%; }

.button-busy-icon {
  display: none; }

.button-busy .button-busy-icon {
  display: inline-block; }

.angular-multi-slider {
  display: inline-block;
  position: relative;
  height: 5px;
  width: 100%;
  margin: 25px 5px 25px 5px;
  vertical-align: middle; }

.angular-multi-slider div {
  white-space: nowrap;
  position: absolute; }

.angular-multi-slider div.bar {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #999;
  overflow: hidden; }

.angular-multi-slider div.handle {
  cursor: pointer;
  width: 10px;
  height: 30px;
  top: -15px;
  background-color: #13b6ff;
  /*can override with color in slider object*/
  border: 1px solid #000;
  z-index: 2;
  border-radius: 4px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color; }

.angular-multi-slider div.handle:hover,
.angular-multi-slider div.handle:focus,
.angular-multi-slider div.handle:active,
.angular-multi-slider div.handle.active {
  -webkit-filter: brightness(70%);
  filter: brightness(70%); }

.angular-multi-slider div.handle:hover + .bubble,
.angular-multi-slider div.handle:focus + .bubble,
.angular-multi-slider div.handle.grab + .bubble,
.angular-multi-slider div.handle:hover,
.angular-multi-slider div.handle:focus,
.angular-multi-slider div.handle.grab {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 99; }

.angular-multi-slider div.handle.grab + .bubble,
.angular-multi-slider div.handle.grab {
  background-color: black; }

.angular-multi-slider div.bubble {
  display: none;
  cursor: default;
  top: -36px;
  padding: 1px 3px 1px 3px;
  font-size: 0.7em;
  font-family: sans-serif;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  -webkit-transition-property: top;
  transition-property: top;
  z-index: 100; }

.angular-multi-slider-key .key span,
.angular-multi-slider div.bubble.active {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-family: 'Arial', sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  padding: 3px 8px; }

.angular-multi-slider div.limit {
  margin-top: 12px;
  color: #000;
  font-weight: bold; }

.angular-multi-slider-key .key span {
  border: 1px solid #000; }

li.dndPlaceholder {
  background-color: #c9d1da;
  width: 100%;
  height: 43px;
  list-style-type: none; }

div.editor-left {
  display: inline-block;
  width: 351px;
  line-height: 70px;
  border-right: 1px solid #c9d1da; }

div.editor-right {
  display: inline-block;
  width: calc(100% - 351px);
  line-height: 70px; }
  div.editor-right span.pull-right .btn-group {
    margin-right: 130px;
    line-height: 70px;
    height: 55px; }

div[n2g-editor-wrapper],
div[n2g-editor-wrapper] > div {
  height: 100%;
  min-height: 100%; }

a.disabled-link,
a.disabled-link:visited,
a.disabled-link:active,
a.disabled-link:hover {
  background-color: #d9d9d9 !important;
  color: #aaa !important; }

.input-error-container {
  display: inline-block;
  position: relative; }

.no-attachments .pagination {
  display: none; }

.form-component-settings.component-settings-has-error .cursor-grab .fa {
  color: #FF4949 !important; }

.modal-body n2g-multi-type-edit {
  display: inline-block;
  vertical-align: top; }

.word-wrap-break-word {
  word-wrap: break-word; }

@media (min-width: 1280px) {
  .margin-left-25-percentage-md {
    margin-left: 25% !important; }
  .margin-left-20-md {
    margin-left: 20px; } }

.height-60 {
  height: 60px !important; }

.ng-invalid .n2g-ui-ace .ace_scroller {
  border: solid 1px; }

.n2g-ui-ace {
  min-height: 500px; }

.ace_content span {
  line-height: 0; }

.n2g-state-create-newsletter-editor .preview-container, .n2g-state-newsletter-templates-edit-third-step .preview-container {
  height: 100%;
  display: flex; }
  .n2g-state-create-newsletter-editor .preview-container iframe, .n2g-state-newsletter-templates-edit-third-step .preview-container iframe {
    border: none;
    border-top: solid 1px #c9d1da;
    width: 100%; }

.search-box-container {
  margin-bottom: 10px; }

.select-group-modal .groups-dropdown .dropdown-items li:first-child a {
  color: #0092FF; }

.long-tooltip .tooltip-inner {
  max-width: 1200px; }

.n2g-data-list > [n2g-all-recipients-data-table] {
  overflow-x: auto; }

.blink-text {
  animation: 2s blinker linear infinite;
  -webkit-animation: 2s blinker linear infinite;
  -moz-animation: 2s blinker linear infinite; }
  .blink-text:hover {
    animation: none;
    opacity: 1; }

@-moz-keyframes blinker {
  0% {
    opacity: 1.0; }
  30% {
    opacity: 0.0; }
  60% {
    opacity: 1.0; } }

@-webkit-keyframes blinker {
  0% {
    opacity: 1.0; }
  30% {
    opacity: 0.0; }
  60% {
    opacity: 1.0; } }

@keyframes blinker {
  0% {
    opacity: 1.0; }
  30% {
    opacity: 0.0; }
  60% {
    opacity: 1.0; } }

#n2g-first-steps-widget div.label.label-big {
  font-size: 36px; }

#n2g-first-steps-widget div.label {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  text-align: center;
  display: block; }

.text-decoration-line-through {
  text-decoration: line-through !important; }

.mCSB_inside > .mCSB_container {
  margin-right: 10px !important; }

.page-size-dropdown-container {
  margin-top: 20px; }

.n2g-list-dropdown-item-hidden {
  display: none !important; }

.color-black {
  color: black; }

.maintenance-mode-page {
  padding: 40px;
  min-height: 100vh;
  background-image: url("../img/logo.svg");
  background-position: bottom left;
  background-size: 100px;
  background-repeat: no-repeat; }
  .maintenance-mode-page .fa {
    font-size: 100px;
    margin-bottom: 20px; }

.maintenance-mode-content {
  width: 800px;
  margin: 150px auto 40px; }

.upgrade-overlay {
  z-index: 100; }

div[translate] span, a[translate] span {
  line-height: inherit; }

[ui-view="content"]:before, [ui-view="content"]:after {
  content: " ";
  display: table; }

[ui-view="content"]:after {
  clear: both; }

.phone-support-pin {
  font-size: 20px;
  font-weight: bold; }

.phone-support-phone {
  font-size: 20px; }

.modal-preview {
  overflow-y: auto;
  max-height: 600px; }

.no-line-height {
  line-height: 100% !important; }

.n2g-upload-file-app-overlay--hide-modal-window, .n2g-upload-file-app-overlay--hide-backdrop {
  display: none !important; }

.modal-open .n2g-upload-file-app-overlay--hide-backdrop {
  display: block !important; }

.n2g-file-drag-over .n2g-upload-file-app-overlay--hide-backdrop, .n2g-file-drag-over .n2g-upload-file-app-overlay--hide-modal-window {
  display: block !important; }

.invalid-file-uploaded-badge {
  border-color: red; }

.ignore-invalid-input-state.ng-invalid {
  border-color: inherit !important; }

.show-file-drop-zone .file-drop-zone, .file-drop-zone-has-files .file-drop-zone {
  display: block !important; }

.upload-drop-container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 20px auto; }

.n2g-show-error-temporary .error.n2g-validation-messages-container {
  display: block !important; }

.n2g-show-error-temporary input {
  border-color: red !important; }

.placeholder {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.a-no-style {
  color: #333; }
  .a-no-style:hover {
    color: #333; }

.promo-row {
  position: relative;
  padding-left: 150px;
  border-radius: 5px; }
  .promo-row.has-bg {
    background-color: #eef2f5; }

.promo-img {
  position: absolute;
  width: 140px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
  padding: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0089e8+0,00baff+100 */
  background: #0089e8;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0089e8 0%, #00baff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0089e8 0%, #00baff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0089e8 0%, #00baff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089e8', endColorstr='#00baff',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .promo-img img {
    margin: 0 auto; }

.promo-content {
  padding: 15px 10px; }

.panel-promo, .sign-odp-reminder-widget-panel {
  background-color: #ffffff; }

.sign-odp-reminder-widget-panel {
  width: 100%; }

.sign-odp-reminder-widget-row {
  position: relative;
  padding-left: 10px;
  border-radius: 5px; }
  .sign-odp-reminder-widget-row.has-bg {
    background-color: #eef2f5; }

.n2g-registraton-panel {
  padding: 0 0 0 350px;
  position: relative;
  border: none; }
  .n2g-registraton-panel .panel-body {
    min-height: 500px; }

.panel-steps {
  position: absolute;
  padding: 25px 50px;
  border-radius: 5px 0 0 5px;
  left: 0;
  top: 0;
  width: 350px;
  height: 100%;
  background: rgba(185, 185, 185, 0.1);
  /* Old browsers */ }

.panel-single-step {
  padding: 50px; }

.n2g-registraton-steps ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.n2g-registraton-steps li {
  position: relative;
  padding: 10px 0 10px 35px;
  color: #333;
  font-size: 16px; }
  .n2g-registraton-steps li a {
    color: #333;
    display: block; }
  .n2g-registraton-steps li:after {
    position: absolute;
    left: 0;
    top: 15px;
    content: '';
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #333; }
  .n2g-registraton-steps li:not(:last-child):before {
    position: absolute;
    left: 7px;
    top: 30px;
    content: '';
    height: 30px;
    border-left: 1px solid #333; }
  .n2g-registraton-steps li.active {
    font-weight: bold; }
    .n2g-registraton-steps li.active:after {
      background-color: transparent;
      box-shadow: 0 0 0 5px #333; }

@media (max-width: 992px) {
  .n2g-registraton-panel {
    padding: 0; }
  .panel-steps {
    position: relative;
    width: 100%;
    padding: 15px 10px; }
  .n2g-registraton-steps {
    text-align: center; }
    .n2g-registraton-steps li {
      position: relative;
      display: inline-block;
      padding: 5px 8px; }
      .n2g-registraton-steps li:after {
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: -15px; }
      .n2g-registraton-steps li:not(:last-child):before {
        display: none; } }

.intl-tel-input .country-list {
  z-index: 3 !important; }

.form-control.StripeElement.StripeElement--invalid {
  border-color: red; }

.modal-credit-card #creditCardDataForm .col-xs-12.col-centered {
  width: 50%; }

.form-control.card-holdername {
  font-family: Arial, Helvetica, sans-serif; }

.n2g-checkbox-with-validation .n2g-validation-messages-container {
  left: 50px !important; }

.n2g-checkbox-with-validation .tooltip {
  top: 0px !important;
  left: 60px !important; }

.sendinblue-img, .Brevo-img {
  background-color: #509a6f;
  position: absolute;
  width: 140px;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px 0 0 5px;
  padding: 20px; }
  .sendinblue-img img, .Brevo-img img {
    margin: 0 auto; }

.promotion-button, .promotion-button:focus, .promotion-button a, .dummy-promotion-template {
  background-color: #E5C100 !important; }

.dummy-promotion-template {
  text-align: center;
  height: 100%; }

.dummy-promotion-template h4, .dummy-promotion-template p {
  margin: 50px 0 15px;
  color: #ffffff; }

.dummy-promotion-template a.btn {
  bottom: 20px;
  position: absolute; }

.color-white {
  color: #FFFFFF !important; }
