@charset "UTF-8";
/* Project settings
   ========================================================================== */
/* ==========================================================================
  Colors
  Only define colors here.
    * Try to describe your color, for example soft-yellow, mid-blue
    * Don't use sass color functions, stick to hex values, or the colors
      component in styleguide won't regenerate automatically anymore
 ========================================================================== */
/* Grays
 ========================================================================== */
/* Brand colors
 ========================================================================== */
/* Functional colors
 ========================================================================== */
/* Pastel colors
 ========================================================================== */
/* ==========================================================================
  Overrides to Bootstrap
   ========================================================================== */
/* ==========================================================================
  Overrides to custom components
   ========================================================================== */
html {
  height: 100%; }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

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

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

body {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #637C86;
  background-color: #fff; }

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

a {
  color: #2BB4EB;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1188b8;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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 #E7EDEF; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #35464C; }
  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: #DFE5E7; }

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

.text-primary {
  color: #0080B3; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #0080B3; }

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

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

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 #DFE5E7; }

.initialism {
  font-size: 90%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-13 {
  width: 81.25%; }

.col-xs-14 {
  width: 87.5%; }

.col-xs-15 {
  width: 93.75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-13 {
  right: 81.25%; }

.col-xs-pull-14 {
  right: 87.5%; }

.col-xs-pull-15 {
  right: 93.75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-13 {
  left: 81.25%; }

.col-xs-push-14 {
  left: 87.5%; }

.col-xs-push-15 {
  left: 93.75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-16 {
  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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16 {
    float: left; }
  .col-sm-1 {
    width: 6.25%; }
  .col-sm-2 {
    width: 12.5%; }
  .col-sm-3 {
    width: 18.75%; }
  .col-sm-4 {
    width: 25%; }
  .col-sm-5 {
    width: 31.25%; }
  .col-sm-6 {
    width: 37.5%; }
  .col-sm-7 {
    width: 43.75%; }
  .col-sm-8 {
    width: 50%; }
  .col-sm-9 {
    width: 56.25%; }
  .col-sm-10 {
    width: 62.5%; }
  .col-sm-11 {
    width: 68.75%; }
  .col-sm-12 {
    width: 75%; }
  .col-sm-13 {
    width: 81.25%; }
  .col-sm-14 {
    width: 87.5%; }
  .col-sm-15 {
    width: 93.75%; }
  .col-sm-16 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 6.25%; }
  .col-sm-pull-2 {
    right: 12.5%; }
  .col-sm-pull-3 {
    right: 18.75%; }
  .col-sm-pull-4 {
    right: 25%; }
  .col-sm-pull-5 {
    right: 31.25%; }
  .col-sm-pull-6 {
    right: 37.5%; }
  .col-sm-pull-7 {
    right: 43.75%; }
  .col-sm-pull-8 {
    right: 50%; }
  .col-sm-pull-9 {
    right: 56.25%; }
  .col-sm-pull-10 {
    right: 62.5%; }
  .col-sm-pull-11 {
    right: 68.75%; }
  .col-sm-pull-12 {
    right: 75%; }
  .col-sm-pull-13 {
    right: 81.25%; }
  .col-sm-pull-14 {
    right: 87.5%; }
  .col-sm-pull-15 {
    right: 93.75%; }
  .col-sm-pull-16 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 6.25%; }
  .col-sm-push-2 {
    left: 12.5%; }
  .col-sm-push-3 {
    left: 18.75%; }
  .col-sm-push-4 {
    left: 25%; }
  .col-sm-push-5 {
    left: 31.25%; }
  .col-sm-push-6 {
    left: 37.5%; }
  .col-sm-push-7 {
    left: 43.75%; }
  .col-sm-push-8 {
    left: 50%; }
  .col-sm-push-9 {
    left: 56.25%; }
  .col-sm-push-10 {
    left: 62.5%; }
  .col-sm-push-11 {
    left: 68.75%; }
  .col-sm-push-12 {
    left: 75%; }
  .col-sm-push-13 {
    left: 81.25%; }
  .col-sm-push-14 {
    left: 87.5%; }
  .col-sm-push-15 {
    left: 93.75%; }
  .col-sm-push-16 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 6.25%; }
  .col-sm-offset-2 {
    margin-left: 12.5%; }
  .col-sm-offset-3 {
    margin-left: 18.75%; }
  .col-sm-offset-4 {
    margin-left: 25%; }
  .col-sm-offset-5 {
    margin-left: 31.25%; }
  .col-sm-offset-6 {
    margin-left: 37.5%; }
  .col-sm-offset-7 {
    margin-left: 43.75%; }
  .col-sm-offset-8 {
    margin-left: 50%; }
  .col-sm-offset-9 {
    margin-left: 56.25%; }
  .col-sm-offset-10 {
    margin-left: 62.5%; }
  .col-sm-offset-11 {
    margin-left: 68.75%; }
  .col-sm-offset-12 {
    margin-left: 75%; }
  .col-sm-offset-13 {
    margin-left: 81.25%; }
  .col-sm-offset-14 {
    margin-left: 87.5%; }
  .col-sm-offset-15 {
    margin-left: 93.75%; }
  .col-sm-offset-16 {
    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, .col-md-13, .col-md-14, .col-md-15, .col-md-16 {
    float: left; }
  .col-md-1 {
    width: 6.25%; }
  .col-md-2 {
    width: 12.5%; }
  .col-md-3 {
    width: 18.75%; }
  .col-md-4 {
    width: 25%; }
  .col-md-5 {
    width: 31.25%; }
  .col-md-6 {
    width: 37.5%; }
  .col-md-7 {
    width: 43.75%; }
  .col-md-8 {
    width: 50%; }
  .col-md-9 {
    width: 56.25%; }
  .col-md-10 {
    width: 62.5%; }
  .col-md-11 {
    width: 68.75%; }
  .col-md-12 {
    width: 75%; }
  .col-md-13 {
    width: 81.25%; }
  .col-md-14 {
    width: 87.5%; }
  .col-md-15 {
    width: 93.75%; }
  .col-md-16 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 6.25%; }
  .col-md-pull-2 {
    right: 12.5%; }
  .col-md-pull-3 {
    right: 18.75%; }
  .col-md-pull-4 {
    right: 25%; }
  .col-md-pull-5 {
    right: 31.25%; }
  .col-md-pull-6 {
    right: 37.5%; }
  .col-md-pull-7 {
    right: 43.75%; }
  .col-md-pull-8 {
    right: 50%; }
  .col-md-pull-9 {
    right: 56.25%; }
  .col-md-pull-10 {
    right: 62.5%; }
  .col-md-pull-11 {
    right: 68.75%; }
  .col-md-pull-12 {
    right: 75%; }
  .col-md-pull-13 {
    right: 81.25%; }
  .col-md-pull-14 {
    right: 87.5%; }
  .col-md-pull-15 {
    right: 93.75%; }
  .col-md-pull-16 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 6.25%; }
  .col-md-push-2 {
    left: 12.5%; }
  .col-md-push-3 {
    left: 18.75%; }
  .col-md-push-4 {
    left: 25%; }
  .col-md-push-5 {
    left: 31.25%; }
  .col-md-push-6 {
    left: 37.5%; }
  .col-md-push-7 {
    left: 43.75%; }
  .col-md-push-8 {
    left: 50%; }
  .col-md-push-9 {
    left: 56.25%; }
  .col-md-push-10 {
    left: 62.5%; }
  .col-md-push-11 {
    left: 68.75%; }
  .col-md-push-12 {
    left: 75%; }
  .col-md-push-13 {
    left: 81.25%; }
  .col-md-push-14 {
    left: 87.5%; }
  .col-md-push-15 {
    left: 93.75%; }
  .col-md-push-16 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 6.25%; }
  .col-md-offset-2 {
    margin-left: 12.5%; }
  .col-md-offset-3 {
    margin-left: 18.75%; }
  .col-md-offset-4 {
    margin-left: 25%; }
  .col-md-offset-5 {
    margin-left: 31.25%; }
  .col-md-offset-6 {
    margin-left: 37.5%; }
  .col-md-offset-7 {
    margin-left: 43.75%; }
  .col-md-offset-8 {
    margin-left: 50%; }
  .col-md-offset-9 {
    margin-left: 56.25%; }
  .col-md-offset-10 {
    margin-left: 62.5%; }
  .col-md-offset-11 {
    margin-left: 68.75%; }
  .col-md-offset-12 {
    margin-left: 75%; }
  .col-md-offset-13 {
    margin-left: 81.25%; }
  .col-md-offset-14 {
    margin-left: 87.5%; }
  .col-md-offset-15 {
    margin-left: 93.75%; }
  .col-md-offset-16 {
    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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16 {
    float: left; }
  .col-lg-1 {
    width: 6.25%; }
  .col-lg-2 {
    width: 12.5%; }
  .col-lg-3 {
    width: 18.75%; }
  .col-lg-4 {
    width: 25%; }
  .col-lg-5 {
    width: 31.25%; }
  .col-lg-6 {
    width: 37.5%; }
  .col-lg-7 {
    width: 43.75%; }
  .col-lg-8 {
    width: 50%; }
  .col-lg-9 {
    width: 56.25%; }
  .col-lg-10 {
    width: 62.5%; }
  .col-lg-11 {
    width: 68.75%; }
  .col-lg-12 {
    width: 75%; }
  .col-lg-13 {
    width: 81.25%; }
  .col-lg-14 {
    width: 87.5%; }
  .col-lg-15 {
    width: 93.75%; }
  .col-lg-16 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 6.25%; }
  .col-lg-pull-2 {
    right: 12.5%; }
  .col-lg-pull-3 {
    right: 18.75%; }
  .col-lg-pull-4 {
    right: 25%; }
  .col-lg-pull-5 {
    right: 31.25%; }
  .col-lg-pull-6 {
    right: 37.5%; }
  .col-lg-pull-7 {
    right: 43.75%; }
  .col-lg-pull-8 {
    right: 50%; }
  .col-lg-pull-9 {
    right: 56.25%; }
  .col-lg-pull-10 {
    right: 62.5%; }
  .col-lg-pull-11 {
    right: 68.75%; }
  .col-lg-pull-12 {
    right: 75%; }
  .col-lg-pull-13 {
    right: 81.25%; }
  .col-lg-pull-14 {
    right: 87.5%; }
  .col-lg-pull-15 {
    right: 93.75%; }
  .col-lg-pull-16 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 6.25%; }
  .col-lg-push-2 {
    left: 12.5%; }
  .col-lg-push-3 {
    left: 18.75%; }
  .col-lg-push-4 {
    left: 25%; }
  .col-lg-push-5 {
    left: 31.25%; }
  .col-lg-push-6 {
    left: 37.5%; }
  .col-lg-push-7 {
    left: 43.75%; }
  .col-lg-push-8 {
    left: 50%; }
  .col-lg-push-9 {
    left: 56.25%; }
  .col-lg-push-10 {
    left: 62.5%; }
  .col-lg-push-11 {
    left: 68.75%; }
  .col-lg-push-12 {
    left: 75%; }
  .col-lg-push-13 {
    left: 81.25%; }
  .col-lg-push-14 {
    left: 87.5%; }
  .col-lg-push-15 {
    left: 93.75%; }
  .col-lg-push-16 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 6.25%; }
  .col-lg-offset-2 {
    margin-left: 12.5%; }
  .col-lg-offset-3 {
    margin-left: 18.75%; }
  .col-lg-offset-4 {
    margin-left: 25%; }
  .col-lg-offset-5 {
    margin-left: 31.25%; }
  .col-lg-offset-6 {
    margin-left: 37.5%; }
  .col-lg-offset-7 {
    margin-left: 43.75%; }
  .col-lg-offset-8 {
    margin-left: 50%; }
  .col-lg-offset-9 {
    margin-left: 56.25%; }
  .col-lg-offset-10 {
    margin-left: 62.5%; }
  .col-lg-offset-11 {
    margin-left: 68.75%; }
  .col-lg-offset-12 {
    margin-left: 75%; }
  .col-lg-offset-13 {
    margin-left: 81.25%; }
  .col-lg-offset-14 {
    margin-left: 87.5%; }
  .col-lg-offset-15 {
    margin-left: 93.75%; }
  .col-lg-offset-16 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

.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: #35464C;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    background-color: #E7EDEF;
    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: 27px; }
  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: 15px; }

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

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

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

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

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

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

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

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

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

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: 27px;
  padding: 3px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

.form-group-sm .form-control-static {
  height: 27px;
  min-height: 33px;
  padding: 4px 5px;
  font-size: 13px;
  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: 27px;
  height: 27px;
  line-height: 27px; }

.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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

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

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

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

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

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

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

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

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

@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: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

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

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    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);
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .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: #0080B3;
  border-color: #006e9a; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #005c80;
    border-color: #00131a; }
  .btn-primary:hover {
    color: #fff;
    background-color: #005c80;
    border-color: #00425c; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005c80;
    border-color: #00425c; }
    .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: #00425c;
      border-color: #00131a; }
  .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: #0080B3;
    border-color: #006e9a; }
  .btn-primary .badge {
    color: #0080B3;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #38BEA4;
  border-color: #32aa93; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2c9782;
    border-color: #15483e; }
  .btn-success:hover {
    color: #fff;
    background-color: #2c9782;
    border-color: #247b6a; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2c9782;
    border-color: #247b6a; }
    .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: #247b6a;
      border-color: #15483e; }
  .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: #38BEA4;
    border-color: #32aa93; }
  .btn-success .badge {
    color: #38BEA4;
    background-color: #fff; }

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

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .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: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

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

.btn-link {
  color: #2BB4EB;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #1188b8;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #DFE5E7;
    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: 3px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 2px 5px;
  font-size: 13px;
  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;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #35464C;
    white-space: nowrap; }

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

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

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

.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: 13px;
  line-height: 1.42857;
  color: #8C9FA7;
  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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #E7EDEF;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 3px 5px;
    font-size: 13px;
    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: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #E7EDEF; }
    .nav > li.disabled > a {
      color: #DFE5E7; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #DFE5E7;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #E7EDEF;
    border-color: #2BB4EB; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

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

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

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

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

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

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

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

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

.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: #2BB4EB;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #1188b8;
    background-color: #E7EDEF;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #0080B3;
    border-color: #0080B3;
    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: #DFE5E7;
    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: 3px 5px;
  font-size: 13px;
  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; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #DFE5E7;
  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: #2BB4EB;
    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; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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: #637C86; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2BB4EB; }

.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: #38bea4;
  border-color: #32aa93;
  color: #ffffff; }
  .alert-success hr {
    border-top-color: #32aa93; }
  .alert-success .alert-link {
    color: #ffffff; }

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

.alert-fatal {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .alert-warning hr {
    border-top-color: #000000; }
  .alert-warning .alert-link {
    color: #e6e6e6; }

.alert-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff; }
.alert-danger hr {
  border-top-color: #f0ad4e; }
.alert-danger .alert-link {
  color: #e6e6e6; }

.alert-danger {
  background-color: #DD5B5B;
  border-color: #d43131;
  color: #fff; }
.alert-fatal hr {
  border-top-color: #c32828; }
.alert-fatal .alert-link {
  color: #e6e6e6; }

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

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

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

.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite; }

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

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

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

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: 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); }

.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: #E7EDEF;
  color: #DFE5E7;
  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: #DFE5E7; }

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

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

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

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

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

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

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

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

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

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

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

.panel {
  margin-bottom: 20px;
  background-color: #F3F6F7;
  border: 1px solid transparent;
  border-radius: 4px;
  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: #D5DFE2; }
  .panel-default > .panel-heading {
    color: #035373;
    background-color: #F3F6F7;
    border-color: #D5DFE2; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D5DFE2; }
    .panel-default > .panel-heading .badge {
      color: #F3F6F7;
      background-color: #035373; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D5DFE2; }

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

.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: #f0ad4e; }
  .panel-warning > .panel-heading {
    color: #f0ad4e;
    background-color: #f0ad4e;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #f0ad4e; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #F3F6F7;
  border: 1px solid #D5DFE2;
  border-radius: 4px;
  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 {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    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;
  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;
  min-height: 16.42857px; }

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

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

.modal-body {
  position: relative;
  padding: 15px;
  max-height: calc(100vh - 150px);
  overflow-y: auto;
}

.modal-body-no-scrol {
  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 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Additions to Bootstrap components
   ========================================================================== */
/* ==========================================================================
  Additions to bootstrap/table
   ========================================================================== */
/* Background
   ========================================================================== */
.table thead tr:first-child th {
  border-bottom: 2px solid #DFE5E7; }

.table thead tr th {
  border-bottom: 0; }

/* Tables with small fonts
   ========================================================================== */
.table.table-font-size-s td, .table.table-font-size-s th {
  font-size: 13px; }

/* White cells
   ========================================================================== */
.table.table-cells-white tbody tr td {
  background-color: #fff; }

/* Align middle
   ========================================================================== */
.table.table-align-middle td {
  vertical-align: middle; }

/* Specific columns
   ========================================================================== */
.table-actions-column .btn-toolbar {
  float: right; }

.table-actions-column .btn-toolbar-min-width-2-buttons {
  min-width: 74px; }

.table-actions-column .btn-toolbar-min-width-4-xs-buttons {
  min-width: 120px; }

/* No first border on first row
   ========================================================================== */
.table.table-no-first-border tr:first-child td,
.table.table-no-first-border tr:first-child th {
  border-top: none; }

/* Tables where the left side is the "label"
   ========================================================================== */
.table-left-labels tbody th {
  width: 100px; }

.table-left-labels-medium tbody th {
  width: 150px; }

.table-left-labels-long tbody th {
  width: 200px; }

/* Table cell background colors
   ========================================================================== */
.table td.table-cell-color-1 {
  background-color: #FDDFDF; }

.table td.table-cell-color-2 {
  background-color: #F9EAD1; }

.table td.table-cell-color-3 {
  background-color: #FDF7E0; }

.table td.table-cell-color-4 {
  background-color: #D7F6E5; }

.table td.table-cell-color-5 {
  background-color: #DCECFA; }

.table td.table-cell-color-6 {
  background-color: #F3DEFD; }

.table td.table-cell-color-7 {
  background-color: #FFEAF6; }

.table td.table-cell-color-8 {
  background-color: #DFE5E7; }

/* ==========================================================================
  Additions to bootstrap/dropdowns
   ========================================================================== */
/* Spacing tweak
   ========================================================================== */
.dropdown-toggle .caret {
  margin-left: 3px; }

/* Checkboxes in dropdowns
   ========================================================================== */
.dropdown-menu li > .checkbox {
  margin: 0;
  padding: 0 5px; }
  .dropdown-menu li > .checkbox label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px; }

/* Icons in dropdown menu
   ========================================================================== */
.dropdown-menu > li > .dropdown-menu-item-has-icon {
  padding-left: 20px; }
  .dropdown-menu > li > .dropdown-menu-item-has-icon .glyphicon {
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 3px; }

/* Full width dropdown menu
   ========================================================================== */
.dropdown-block .btn {
  display: block;
  position: relative;
  text-align: left;
  width: 100%; }
  .dropdown-block .btn .caret {
    position: absolute;
    right: 10px;
    top: 14px; }

.dropdown-block .dropdown-menu {
  width: 100%; }

/* Dropdown submenu
   ========================================================================== */
/* Remove borders from regular Bootstrap dropdown menu in favor of inset shadows
   Reason: if we hover over the 1px border that is not a link we would not get the child dropdown
   ========================================================================== */
.dropdown-menu {
  border: none;
  box-shadow: inset 0 0 0 1px #CCC, 0 6px 12px rgba(0, 0, 0, 0.175); }
  .dropdown-menu a {
    box-shadow: inset -1px 0 0 0 #CCC, inset 1px 0 0 0 #CCC; }

/* Override base width depending on where the dropdown originates from
   ========================================================================== */
.bc-navbar-medium.bc-navbar-gray-lighter .dropdown-menu {
  min-width: 340px; }

.dropdown-submenu {
  position: relative;
  width: 340px; }
  .dropdown-submenu .dropdown-menu {
    width: 340px; }

.dropdown-menu-scroll {
  width: 340px;
  max-height: 400px;
  overflow: scroll; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px; }

.dropdown-submenu.pull-right > .dropdown-menu {
  left: -341px;
  float: right; }

.dropdown-submenu.pull-right .dropdown-menu,
.dropdown-submenu.pull-right .dropdown-submenu {
  float: right !important; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  border-left-color: #555555;
  margin-top: 6px;
  margin-right: -10px; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 6px 0 6px 6px; }

/* ==========================================================================
  Additions to bootstrap/buttons
   ========================================================================== */
.btn {
  max-height: 32px; }
  .btn.auto-height {
    max-height: none; }

.btn .glyphicon:before {
  font-size: 16px;
  position: relative;
  bottom: 1px; }

.btn-xs .glyphicon:before, .btn-group-xs > .btn .glyphicon:before,
.btn-icon-sm .glyphicon:before {
  font-size: 13px;
  position: relative;
  top: 0; }

.btn .glyphicon {
  float: left;
  margin: 2px 4px 0 0; }

.btn.btn-icon-right .glyphicon {
  float: right;
  margin: 2px 0 0 2px; }

.btn-xs .glyphicon, .btn-group-xs > .btn .glyphicon {
  margin: 1px 4px 0 0; }

.btn-xs.btn-icon-right .glyphicon, .btn-group-xs > .btn-icon-right.btn .glyphicon {
  margin: 1px 0 0 4px; }

.btn[disabled] .glyphicon,
.btn.disabled .glyphicon {
  opacity: 0.5; }

/* Icon buttons
   ========================================================================== */
.btn-icon {
  padding: 0;
  line-height: 32px;
  text-align: center;
  height: 32px;
  min-width: 32px;
  max-width: 32px; }
  .btn-icon .glyphicon {
    margin: 8px 0 0 7px;
    max-height: 28px; }
  .btn-icon.btn-xs, .btn-group-xs > .btn-icon.btn {
    height: 24px;
    min-width: 24px;
    max-width: 24px;
    line-height: 24px;
    padding: 0; }
    .btn-icon.btn-xs .glyphicon, .btn-group-xs > .btn-icon.btn .glyphicon {
      margin: 3px 0 0 4px; }
  .btn-icon img {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-height: 16px;
    margin: 0 auto;
    display: inline-block; }

button.btn .glyphicon {
  margin-top: 2px; }

/* Buttons with svg icons in them (as svg tag)
   ========================================================================== */
.btn svg {
  position: relative;
  top: 2px;
  margin-bottom: -2px; }

.btn img {
  position: relative;
  bottom: 2px; }

/*  Buttons with svg icons in them (as svg background, 16px by 16px)
   ========================================================================== */
.btn-svg-icon {
  padding: 0 12px;
  overflow: hidden; }
  .btn-svg-icon [class^="icon-"],
  .btn-svg-icon [class*=" icon-"] {
    width: 16px;
    height: 16px;
    margin-top: 8px;
    margin-right: 2px; }
  .btn-svg-icon [class^="icon-"],
  .btn-svg-icon [class*=" icon-"],
  .btn-svg-icon .label {
    display: block;
    float: left;
    line-height: 32px; }
  .btn-svg-icon.btn-icon [class^="icon-"],
  .btn-svg-icon.btn-icon [class*=" icon-"] {
    position: relative;
    right: 2px; }

/* Link buttons
   ========================================================================== */
.btn-link {
  text-decoration: none;
  color: #8C9FA7; }
  .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active {
    text-decoration: none;
    color: #555555;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px; }

/* Loading buttons
   Dependencies: _spinner.scss (custom)
   ========================================================================== */
.btn-loading {
  content: " ";
  position: relative;
  pointer-events: none;
  cursor: not-allowed; }

.btn-loading:not(.btn-icon) {
  padding-left: 28px; }

.btn-loading .bc-spinner {
  content: " ";
  margin: 0 auto;
  position: absolute;
  top: 7px;
  left: 7px; }

.btn-icon-right.btn-loading:not(.btn-icon) {
  padding-left: 12px;
  padding-right: 28px; }

.btn-icon-right.btn-loading .bc-spinner {
  top: 7px;
  right: 7px;
  left: auto; }

/* Button block additions
   ========================================================================== */
.btn-block-left {
  text-align: left; }

/* ==========================================================================
  Additions to bootstrap/forms
   ========================================================================== */
/* General
   ========================================================================== */
label {
  font-weight: 500; }

.help-block {
  font-size: 13px; }

/* Textarea sizes
   ========================================================================== */
textarea.form-control-height-s {
  height: 150px; }

textarea.form-control-height-m {
  height: 200px; }

textarea.form-control-height-l {
  height: 250px; }

/* Block level labels
   ========================================================================== */
.form-group-block-labels .checkbox,
.form-group-block-labels .radio {
  margin: 0; }
  .form-group-block-labels .checkbox label,
  .form-group-block-labels .radio label {
    display: block;
    padding: 5px;
    padding-left: 30px;
    margin-left: -5px;
    border-radius: 2px; }
    .form-group-block-labels .checkbox label:hover,
    .form-group-block-labels .radio label:hover {
      background-color: #E7EDEF; }
    .form-group-block-labels .checkbox label input[type="checkbox"],
    .form-group-block-labels .checkbox label input[type="radio"],
    .form-group-block-labels .radio label input[type="checkbox"],
    .form-group-block-labels .radio label input[type="radio"] {
      margin-left: -20px; }

/* Disabled radio buttons and checkboxes
   ========================================================================== */
.radio-disabled,
.checkbox-disabled {
  color: #8C9FA7; }

/* Button aligned with form group input
   ========================================================================== */
.btn-aligned-with-form-group-input {
  margin-top: 25px; }

/* Read only inputs
   ========================================================================== */
input[readonly] {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  border: 1px solid transparent; }

/* Monetary values 
   ========================================================================== */
.monetary-value input,
.monetary-value {
  text-align: right;
  width: 100%; }

/* Input group with icon 
   ========================================================================== */
.input-with-icon {
  position: relative; }
  .input-with-icon.focus .input-icon-text,
  .input-with-icon.focus .glyphicon {
    opacity: 1;
    color: #35464C; }
  .input-with-icon .input-icon-text,
  .input-with-icon .glyphicon {
    position: absolute;
    left: 8px;
    top: 10px;
    z-index: 4;
    opacity: 0.5; }
  .input-with-icon .input-icon-text {
    left: 10px; }
  .input-with-icon .form-control {
    border-radius: 4px;
    padding-left: 24px; }

/* Widths for specific inputs
   ========================================================================== */
.form-control-date {
  width: 102px; }

.form-control-time {
  width: 66px; }

/* Widths for counting characters
   !important because this is at lowest level and we
   don't want to add other dependencies for CSS specifity
   ========================================================================== */
.form-control-1char, .form-control-1chars {
  width: 36px !important; }

.form-control-2chars {
  width: 44px !important; }

.form-control-3chars {
  width: 52px !important; }

.form-control-4chars {
  width: 60px !important; }

.form-control-5chars {
  width: 68px !important; }

.form-control-6chars {
  width: 76px !important; }

.form-control-7chars {
  width: 84px !important; }

.form-control-8chars {
  width: 92px !important; }

.form-control-9chars {
  width: 100px !important; }

.input-with-icon .form-control-1char, .input-with-icon .form-control-1chars {
  width: 46px !important; }

.input-with-icon .form-control-2chars {
  width: 54px !important; }

.input-with-icon .form-control-3chars {
  width: 62px !important; }

.input-with-icon .form-control-4chars {
  width: 70px !important; }

.input-with-icon .form-control-5chars {
  width: 78px !important; }

.input-with-icon .form-control-6chars {
  width: 86px !important; }

.input-with-icon .form-control-7chars {
  width: 94px !important; }

.input-with-icon .form-control-8chars {
  width: 102px !important; }

.input-with-icon .form-control-9chars {
  width: 110px !important; }

/* Inline form-control
   ========================================================================== */
.form-control-inline {
  min-width: 0;
  width: auto;
  display: inline; }

/*
  FORMS necessary override because bootstrap puts height of multiple selects on auto, 
  but Richfaces adds size="1" for single selects
*/
select[size='1'].form-control {
  height: 34px; }

select[size='1'].form-control.input-sm, .input-group-sm > select[size='1'].form-control,
.input-group-sm > .input-group-btn > select.btn[size='1'].form-control {
  height: 27px; }

/* Form group min-height
   ========================================================================== */
.form-group {
  min-height: 58px; }

/* ==========================================================================
  Additions to bootstrap/panels
   ========================================================================== */
/* Panel controls
   ========================================================================== */
.panel-heading:before, .panel-heading:after,
.panel-footer:before,
.panel-footer:after {
  content: " ";
  display: table; }

.panel-heading:after,
.panel-footer:after {
  clear: both; }

.panel-title {
  font-size: 17px;
  font-weight: 500; }

.panel-body-no-spacing {
  padding: 0; }

/* Panel
   ========================================================================== */
.panel-body + .panel-body {
  border-top: 1px solid #ddd; }

/* Block lists in panels
   ========================================================================== */
.panel > .bc-block-list {
  margin-bottom: 0; }

.panel .bc-block-list-item:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.panel .bc-block-list-item:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

/* Default panel overrides
   ========================================================================== */
.panel-white {
  background: #FFF;
  border-color: #D5DFE2; }
  .panel-white > .panel-heading {
    color: #035373;
    background-color: #F3F6F7;
    border-color: #D5DFE2; }
    .panel-white > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #D5DFE2; }
    .panel-white > .panel-heading .badge {
      color: #F3F6F7;
      background-color: #035373; }
  .panel-white > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #D5DFE2; }
  .panel-white .panel-heading {
    background: #FFF; }
  .panel-white .panel-footer {
    background: #FFF; }

/* Collapsable panels
   ========================================================================== */
.panel-heading a[data-toggle="collapse"] {
  color: inherit; }
  .panel-heading a[data-toggle="collapse"] .glyphicon {
    color: #8C9FA7;
    margin-right: 15px;
    transition: transform .2s ease-in-out; }
  .panel-heading a[data-toggle="collapse"].collapsed .glyphicon {
    transform: rotate(-90deg); }

/* Tables in panels
   ========================================================================== */
.panel-body .table th:first-child,
.panel-body .table td:first-child {
  padding-left: 15px; }

.panel-body .table th:last-child,
.panel-body .table td:last-child {
  padding-right: 15px; }

/* ==========================================================================
  Additions to bootstrap/modals
   ========================================================================== */
.modal-body + .modal-body {
  border-top: 1px solid #DFE5E7; }

.modal-body-bg-alt {
  background: #E7EDEF; }

.modal-title {
  font-size: 16px; }

.modal-header.collapsed,
.modal-footer.collapsed,
.modal-body.collapsed {
  padding: 0; }

/* Centered modal
   ========================================================================== */
.centered-modal {
  text-align: center; }
  .centered-modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle; }

@media screen and (min-width: 768px) {
  .centered-modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%; } }

/* Nice alert modal variant
   ========================================================================== */
.modal-nice-alert .modal-footer {
  padding: 10px 15px; }
  .modal-nice-alert .modal-footer.collapsed {
    padding: 0; }

.modal-nice-alert-title {
  color: #035373;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px; }

/* Dual pane modal
   ========================================================================== */
.modal-body-dual-pane {
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  .modal-body-dual-pane:before, .modal-body-dual-pane:after {
    content: " ";
    display: table; }
  .modal-body-dual-pane:after {
    clear: both; }
  .modal-body-dual-pane .modal-body-pane {
    width: 50%; }

.modal-body-pane {
  float: left; }
  .modal-body-pane.modal-body-pane-padded {
    padding: 15px; }

/* Full screen modal
   Modal sizes are normally controlled on .modal-dialog stretched modal class has to be on .modal
   ========================================================================== */
.modal-stretch .modal-dialog {
  margin: 25px auto;
  height: calc(100% - 50px); }
  .modal-stretch .modal-dialog .modal-content {
    height: 100%;
    position: relative; }
  .modal-stretch .modal-dialog .modal-header,
  .modal-stretch .modal-dialog .modal-footer {
    z-index: 2; }
  .modal-stretch .modal-dialog .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .modal-stretch .modal-dialog .modal-body-holder {
    overflow: auto;
    position: absolute;
    top: 51px;
    bottom: 51px;
    left: 0;
    right: 0;
    padding: 0 15px; }
    .modal-stretch .modal-dialog .modal-body-holder.modal-pdf-container,
    .modal-stretch .modal-dialog .modal-body-holder.modal-pdf-container .modal-body {
      padding: 0;
      overflow: hidden; }
    .modal-stretch .modal-dialog .modal-body-holder.modal-pdf-container .modal-body,
    .modal-stretch .modal-dialog .modal-body-holder.modal-pdf-container iframe {
      height: 100%;
      width: 100%; }
    .modal-stretch .modal-dialog .modal-body-holder.modal-pdf-container iframe {
      border: 0; }
    .modal-stretch .modal-dialog .modal-body-holder .modal-body {
      padding: 15px 0; }
  .modal-stretch .modal-dialog .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.modal-stretch-maximize-width .modal-dialog {
  width: calc(100% - 50px);
  max-width: calc(100% - 50px); }

/* Full screen modal docked on the right side
   ========================================================================== */
.modal-dock-right {
  padding-right: 0 !important; }

.modal-dock-right .modal-dialog {
  margin: 0;
  float: right;
  height: 100%; }
  .modal-dock-right .modal-dialog .modal-content {
    height: 100%;
    position: relative;
    border: none;
    border-radius: 0; }
  .modal-dock-right .modal-dialog .modal-header,
  .modal-dock-right .modal-dialog .modal-footer {
    z-index: 2; }
  .modal-dock-right .modal-dialog .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .modal-dock-right .modal-dialog .modal-body-holder {
    overflow: auto;
    position: absolute;
    top: 51px;
    bottom: 51px;
    left: 0;
    right: 0;
    padding: 0 15px; }
    .modal-dock-right .modal-dialog .modal-body-holder .modal-body {
      padding: 15px 0; }
  .modal-dock-right .modal-dialog .modal-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

/* ==========================================================================
  Additions to bootstrap/alerts
   ========================================================================== */
/* Alerts in panels
   ========================================================================== */
.modal-dialog .alert,
.panel .alert {
  border-radius: 0;
  margin: 0; }

/* Floating alert
   ========================================================================== */
.alert-floating {
  max-width: 350px;
  min-width: 100px;
  display: inline-block;
  margin: 0;
  background-color: rgba(3, 83, 115, 0.8);
  color: #fff;
  border-color: transparent; }
  .alert-floating .glyphicon {
    font-size: 18px; }

.alert-floating-container {
  position: fixed;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 3000;
  text-align: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity .2s; }
  .alert-floating-container.visible {
    opacity: 1;
    pointer-events: all; }

.alert-floating-inner {
  position: relative; }
  .alert-floating-inner p {
    margin: 0; }
  .alert-floating-inner .btn {
    position: absolute;
    right: 0;
    top: -4px; }

/* ==========================================================================
  Additions to bootstrap/grid
   ========================================================================== */
/* Space out grid gutter evenly with side gutter
   ========================================================================== */
@media (min-width: 768px) {
  .grid-space-rows-evenly .row > [class^="col-"]:first-child,
  .grid-space-rows-evenly .row > [class*="col-"]:first-child {
    padding-right: 7.5px;
    padding-left: 15px; }
  .grid-space-rows-evenly .row > [class^="col-"]:last-child,
  .grid-space-rows-evenly .row > [class*="col-"]:last-child {
    padding-right: 15px;
    padding-left: 7.5px; } }

/* Start using horizontal scroll instead of reflowing page below 1024px
   ========================================================================== */
@media (max-width: 1024px) {
  .bc-container {
    width: 1024px; } }

@media (min-width: 1440px) {
  .col-hg-1, .col-hg-2, .col-hg-3, .col-hg-4, .col-hg-5, .col-hg-6, .col-hg-7, .col-hg-8, .col-hg-9, .col-hg-10, .col-hg-11, .col-hg-12, .col-hg-13, .col-hg-14, .col-hg-15, .col-hg-16 {
    float: left; }
  .col-hg-1 {
    width: 6.25%; }
  .col-hg-2 {
    width: 12.5%; }
  .col-hg-3 {
    width: 18.75%; }
  .col-hg-4 {
    width: 25%; }
  .col-hg-5 {
    width: 31.25%; }
  .col-hg-6 {
    width: 37.5%; }
  .col-hg-7 {
    width: 43.75%; }
  .col-hg-8 {
    width: 50%; }
  .col-hg-9 {
    width: 56.25%; }
  .col-hg-10 {
    width: 62.5%; }
  .col-hg-11 {
    width: 68.75%; }
  .col-hg-12 {
    width: 75%; }
  .col-hg-13 {
    width: 81.25%; }
  .col-hg-14 {
    width: 87.5%; }
  .col-hg-15 {
    width: 93.75%; }
  .col-hg-16 {
    width: 100%; }
  .col-hg-pull-0 {
    right: auto; }
  .col-hg-pull-1 {
    right: 6.25%; }
  .col-hg-pull-2 {
    right: 12.5%; }
  .col-hg-pull-3 {
    right: 18.75%; }
  .col-hg-pull-4 {
    right: 25%; }
  .col-hg-pull-5 {
    right: 31.25%; }
  .col-hg-pull-6 {
    right: 37.5%; }
  .col-hg-pull-7 {
    right: 43.75%; }
  .col-hg-pull-8 {
    right: 50%; }
  .col-hg-pull-9 {
    right: 56.25%; }
  .col-hg-pull-10 {
    right: 62.5%; }
  .col-hg-pull-11 {
    right: 68.75%; }
  .col-hg-pull-12 {
    right: 75%; }
  .col-hg-pull-13 {
    right: 81.25%; }
  .col-hg-pull-14 {
    right: 87.5%; }
  .col-hg-pull-15 {
    right: 93.75%; }
  .col-hg-pull-16 {
    right: 100%; }
  .col-hg-push-0 {
    left: auto; }
  .col-hg-push-1 {
    left: 6.25%; }
  .col-hg-push-2 {
    left: 12.5%; }
  .col-hg-push-3 {
    left: 18.75%; }
  .col-hg-push-4 {
    left: 25%; }
  .col-hg-push-5 {
    left: 31.25%; }
  .col-hg-push-6 {
    left: 37.5%; }
  .col-hg-push-7 {
    left: 43.75%; }
  .col-hg-push-8 {
    left: 50%; }
  .col-hg-push-9 {
    left: 56.25%; }
  .col-hg-push-10 {
    left: 62.5%; }
  .col-hg-push-11 {
    left: 68.75%; }
  .col-hg-push-12 {
    left: 75%; }
  .col-hg-push-13 {
    left: 81.25%; }
  .col-hg-push-14 {
    left: 87.5%; }
  .col-hg-push-15 {
    left: 93.75%; }
  .col-hg-push-16 {
    left: 100%; }
  .col-hg-offset-0 {
    margin-left: 0%; }
  .col-hg-offset-1 {
    margin-left: 6.25%; }
  .col-hg-offset-2 {
    margin-left: 12.5%; }
  .col-hg-offset-3 {
    margin-left: 18.75%; }
  .col-hg-offset-4 {
    margin-left: 25%; }
  .col-hg-offset-5 {
    margin-left: 31.25%; }
  .col-hg-offset-6 {
    margin-left: 37.5%; }
  .col-hg-offset-7 {
    margin-left: 43.75%; }
  .col-hg-offset-8 {
    margin-left: 50%; }
  .col-hg-offset-9 {
    margin-left: 56.25%; }
  .col-hg-offset-10 {
    margin-left: 62.5%; }
  .col-hg-offset-11 {
    margin-left: 68.75%; }
  .col-hg-offset-12 {
    margin-left: 75%; }
  .col-hg-offset-13 {
    margin-left: 81.25%; }
  .col-hg-offset-14 {
    margin-left: 87.5%; }
  .col-hg-offset-15 {
    margin-left: 93.75%; }
  .col-hg-offset-16 {
    margin-left: 100%; } }

/* ==========================================================================
  Additions to bootstrap/table
   ========================================================================== */
/* Background
   ========================================================================== */
.table thead tr:first-child th {
  border-bottom: 2px solid #DFE5E7; }

.table thead tr th {
  border-bottom: 0; }

/* Tables with small fonts
   ========================================================================== */
.table.table-font-size-s td, .table.table-font-size-s th {
  font-size: 13px; }

/* White cells
   ========================================================================== */
.table.table-cells-white tbody tr td {
  background-color: #fff; }

/* Align middle
   ========================================================================== */
.table.table-align-middle td {
  vertical-align: middle; }

/* Specific columns
   ========================================================================== */
.table-actions-column .btn-toolbar {
  float: right; }

.table-actions-column .btn-toolbar-min-width-2-buttons {
  min-width: 74px; }

.table-actions-column .btn-toolbar-min-width-4-xs-buttons {
  min-width: 120px; }

/* No first border on first row
   ========================================================================== */
.table.table-no-first-border tr:first-child td,
.table.table-no-first-border tr:first-child th {
  border-top: none; }

/* Tables where the left side is the "label"
   ========================================================================== */
.table-left-labels tbody th {
  width: 100px; }

.table-left-labels-medium tbody th {
  width: 150px; }

.table-left-labels-long tbody th {
  width: 200px; }

/* Table cell background colors
   ========================================================================== */
.table td.table-cell-color-1 {
  background-color: #FDDFDF; }

.table td.table-cell-color-2 {
  background-color: #F9EAD1; }

.table td.table-cell-color-3 {
  background-color: #FDF7E0; }

.table td.table-cell-color-4 {
  background-color: #D7F6E5; }

.table td.table-cell-color-5 {
  background-color: #DCECFA; }

.table td.table-cell-color-6 {
  background-color: #F3DEFD; }

.table td.table-cell-color-7 {
  background-color: #FFEAF6; }

.table td.table-cell-color-8 {
  background-color: #DFE5E7; }

/* ==========================================================================
  Additions to bootstrap/type
   ========================================================================== */
/* Colored text
   ========================================================================== */
.text-success {
  color: #38BEA4; }

.text-danger {
  color: #DD5B5B; }

/* Muted text
   ========================================================================== */
.text-muted a {
  color: #8C9FA7;
  text-decoration: none;
  border-bottom: 1px solid rgba(140, 159, 167, 0.33); }
  .text-muted a:hover {
    color: #0080B3;
    border-color: #0080B3; }

/* Truncate
   ========================================================================== */
.truncated,
.truncated * {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* ==========================================================================
  Additions to bootstrap/popovers
   ========================================================================== */
.popover {
  max-width: 400px; }

.popover-header {
  border-bottom: 1px solid #D1DBE0; }

.popover-footer {
  border-top: 1px solid #D1DBE0; }

.popover-content {
  padding: 0; }
  .popover-content .popover-content {
    padding: 14px; }
    .popover-content .popover-content p:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }

/* ==========================================================================
  Additions to bootstrap/wells
   ========================================================================== */
.well {
  box-shadow: none; }

input[type="date"],
input[type="time"] {
  display: -ms-flexbox;
  display: flex;
  -webkit-appearance: none; }

/* Third-party CSS
   ========================================================================== */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#eeeeee', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='white', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/* Styling for custom Select2 dropdown results
   ========================================================================== */
.select2-result:before, .select2-result:after {
  content: " ";
  display: table; }

.select2-result:after {
  clear: both; }

.select2-result .thumb {
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px; }

.select2-result .subtitle {
  font-size: 12px;
  color: #999; }

.select2-results__option--highlighted .select2-result .subtitle {
  color: #fff; }

/*! Select2 Bootstrap Theme v0.1.0-beta.4 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
  display: block;
  /*------------------------------------*\
            #COMMON STYLES
    \*------------------------------------*/
  /**
     * Search field in the Select2 dropdown.
     */
  /**
     * No outline for all search fields - in the dropdown
     * and inline in multi Select2s.
     */
  /**
     * Adjust Select2's choices hover and selected styles to match
     * Bootstrap 3's default dropdown styles.
     *
     * @see http://getbootstrap.com/components/#dropdowns
     */
  /**
     * Clear the selection.
     */
  /**
     * Address disabled Select2 styles.
     *
     * @see https://select2.github.io/examples.html#disabled
     * @see http://getbootstrap.com/css/#forms-control-disabled
     */
  /*------------------------------------*\
            #DROPDOWN
    \*------------------------------------*/
  /**
     * Dropdown border color and box-shadow.
     */
  /**
     * Limit the dropdown height.
     */
  /*------------------------------------*\
            #SINGLE SELECT2
    \*------------------------------------*/
  /*------------------------------------*\
        #MULTIPLE SELECT2
    \*------------------------------------*/
  /**
     * Address Bootstrap control sizing classes
     *
     * 1. Reset Bootstrap defaults.
     * 2. Adjust the dropdown arrow button icon position.
     *
     * @see http://getbootstrap.com/css/#forms-control-sizes
     */
  /* 1 */
  /*------------------------------------*\
        #RTL SUPPORT
    \*------------------------------------*/ }
  .select2-container--bootstrap .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 14px;
    outline: 0; }
  .select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555555;
    font-family: "Ubuntu", Arial, sans-serif;
    font-size: 14px; }
  .select2-container--bootstrap .select2-search__field {
    outline: 0;
    /* Firefox 18- */
    /**
         * Firefox 19+
         *
         * @see http://stackoverflow.com/questions/24236240/color-for-styled-placeholder-text-is-muted-in-firefox
         */ }
    .select2-container--bootstrap .select2-search__field::-webkit-input-placeholder {
      color: #999; }
    .select2-container--bootstrap .select2-search__field:-moz-placeholder {
      color: #999; }
    .select2-container--bootstrap .select2-search__field::-moz-placeholder {
      color: #999;
      opacity: 1; }
    .select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
      color: #999; }
  .select2-container--bootstrap .select2-results__option {
    /**
         * Disabled results.
         *
         * @see https://select2.github.io/examples.html#disabled-results
         */
    /**
         * Hover state.
         */
    /**
         * Selected state.
         */ }
    .select2-container--bootstrap .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--bootstrap .select2-results__option[aria-disabled=true] {
      color: #DFE5E7;
      cursor: not-allowed; }
    .select2-container--bootstrap .select2-results__option[aria-selected=true] {
      background-color: #f5f5f5;
      color: #2b383d; }
    .select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
      background-color: #0080B3;
      color: #fff; }
    .select2-container--bootstrap .select2-results__option .select2-results__option {
      padding: 6px 12px; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -12px;
        padding-left: 24px; }
        .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -24px;
          padding-left: 36px; }
          .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -36px;
            padding-left: 48px; }
            .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -48px;
              padding-left: 60px; }
              .select2-container--bootstrap .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -60px;
                padding-left: 72px; }
  .select2-container--bootstrap .select2-results__group {
    color: #8C9FA7;
    display: block;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857;
    white-space: nowrap; }
  .select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    border-color: #66afe9; }
  .select2-container--bootstrap.select2-container--open {
    /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */
    /**
         * Handle border radii of the container when the dropdown is showing.
         */ }
    .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 4px 4px 4px; }
    .select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-color: transparent; }
    .select2-container--bootstrap.select2-container--open.select2-container--above .select2-selection {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-top-color: transparent; }
  .select2-container--bootstrap .select2-selection__clear {
    color: #999;
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
    .select2-container--bootstrap .select2-selection__clear:hover {
      color: #333; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection {
    border-color: #ccc;
    box-shadow: none; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-search__field {
    cursor: not-allowed; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
    background-color: #E7EDEF; }
  .select2-container--bootstrap.select2-container--disabled .select2-selection__clear,
  .select2-container--bootstrap.select2-container--disabled .select2-selection--multiple .select2-selection__choice__remove {
    display: none; }
  .select2-container--bootstrap .select2-dropdown {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-color: #66afe9;
    overflow-x: hidden;
    margin-top: -1px; }
    .select2-container--bootstrap .select2-dropdown--above {
      margin-top: 1px; }
  .select2-container--bootstrap .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }
  .select2-container--bootstrap .select2-selection--single {
    height: 34px;
    line-height: 1.42857;
    padding: 6px 24px 6px 12px;
    /**
         * Adjust the single Select2's dropdown arrow button appearance.
         */ }
    .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      position: absolute;
      bottom: 0;
      right: 12px;
      top: 0;
      width: 4px; }
      .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-color: #999 transparent transparent transparent;
        border-style: solid;
        border-width: 4px 4px 0 4px;
        height: 0;
        left: 0;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
      color: #555555;
      padding: 0; }
    .select2-container--bootstrap .select2-selection--single .select2-selection__placeholder {
      color: #999; }
  .select2-container--bootstrap .select2-selection--multiple {
    min-height: 34px;
    /**
         * Make Multi Select2's choices match Bootstrap 3's default button styles.
         */
    /**
         * Minus 2px borders.
         */
    /**
         * Clear the selection.
         */ }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
      box-sizing: border-box;
      display: block;
      line-height: 1.42857;
      list-style: none;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      float: left;
      margin-top: 5px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      color: #555555;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      cursor: default;
      float: left;
      margin: 5px 0 0 6px;
      padding: 0 6px; }
    .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      background: transparent;
      padding: 0 12px;
      height: 32px;
      line-height: 1.42857;
      margin-top: 0;
      min-width: 5em; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 3px; }
      .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
    .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 6px; }
  .select2-container--bootstrap.input-sm, .input-group-sm > .select2-container--bootstrap.form-control,
  .input-group-sm > .select2-container--bootstrap.input-group-addon,
  .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn, .select2-container--bootstrap.input-lg, .input-group-lg > .select2-container--bootstrap.form-control,
  .input-group-lg > .select2-container--bootstrap.input-group-addon,
  .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn {
    border-radius: 0;
    font-size: 12px;
    height: auto;
    line-height: 1;
    padding: 0; }
  .select2-container--bootstrap.input-sm .select2-selection--single, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single, .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single, .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
  .input-group-sm .select2-container--bootstrap .select2-selection--single,
  .form-group-sm .select2-container--bootstrap .select2-selection--single {
    border-radius: 3px;
    font-size: 13px;
    height: 27px;
    line-height: 1.5;
    padding: 3px 17px 3px 5px;
    /* 2 */ }
    .select2-container--bootstrap.input-sm .select2-selection--single .select2-selection__arrow b, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b, .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b, .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
    .input-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
    .form-group-sm .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
      margin-left: -3px; }
  .select2-container--bootstrap.input-sm .select2-selection--multiple, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple, .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple, .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
  .input-group-sm .select2-container--bootstrap .select2-selection--multiple,
  .form-group-sm .select2-container--bootstrap .select2-selection--multiple {
    min-height: 27px; }
    .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__choice, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice, .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice, .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 13px;
      line-height: 1.5;
      margin: 2px 0 0 2.5px;
      padding: 0 3px; }
    .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 5px;
      font-size: 13px;
      height: 25px;
      line-height: 1.5; }
    .select2-container--bootstrap.input-sm .select2-selection--multiple .select2-selection__clear, .input-group-sm > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear, .input-group-sm > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear, .input-group-sm > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
    .input-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-sm .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 3px; }
  .select2-container--bootstrap.input-lg .select2-selection--single, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single,
  .input-group-lg .select2-container--bootstrap .select2-selection--single,
  .form-group-lg .select2-container--bootstrap .select2-selection--single {
    border-radius: 6px;
    font-size: 18px;
    height: 46px;
    line-height: 1.33333;
    padding: 10px 31px 10px 16px;
    /* 1 */ }
    .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow,
    .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow,
    .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
      width: 5px; }
      .select2-container--bootstrap.input-lg .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--single .select2-selection__arrow b, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--single .select2-selection__arrow b,
      .input-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
      .form-group-lg .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px;
        margin-left: -5px;
        margin-left: -10px;
        margin-top: -2.5px; }
  .select2-container--bootstrap.input-lg .select2-selection--multiple, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple,
  .input-group-lg .select2-container--bootstrap .select2-selection--multiple,
  .form-group-lg .select2-container--bootstrap .select2-selection--multiple {
    min-height: 46px; }
    .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__choice, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__choice, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__choice, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__choice,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
      font-size: 18px;
      line-height: 1.33333;
      border-radius: 4px;
      margin: 9px 0 0 8px;
      padding: 0 10px; }
    .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-search--inline .select2-search__field, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-search--inline .select2-search__field,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-search--inline .select2-search__field {
      padding: 0 16px;
      font-size: 18px;
      height: 44px;
      line-height: 1.33333; }
    .select2-container--bootstrap.input-lg .select2-selection--multiple .select2-selection__clear, .input-group-lg > .select2-container--bootstrap.form-control .select2-selection--multiple .select2-selection__clear, .input-group-lg > .select2-container--bootstrap.input-group-addon .select2-selection--multiple .select2-selection__clear, .input-group-lg > .input-group-btn > .select2-container--bootstrap.btn .select2-selection--multiple .select2-selection__clear,
    .input-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear,
    .form-group-lg .select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
      margin-top: 10px; }
  .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single, .input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single, .input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single, .input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single {
    /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */ }
    .select2-container--bootstrap.input-lg.select2-container--open .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.select2-container--open.form-control .select2-selection--single .select2-selection__arrow b, .input-group-lg > .select2-container--bootstrap.select2-container--open.input-group-addon .select2-selection--single .select2-selection__arrow b, .input-group-lg > .input-group-btn > .select2-container--bootstrap.select2-container--open.btn .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 5px 5px 5px; }
  .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single {
    /**
         * Make the dropdown arrow point up while the dropdown is visible.
         */ }
    .input-group-lg .select2-container--bootstrap.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #999 transparent;
      border-width: 0 5px 5px 5px; }
  .select2-container--bootstrap[dir="rtl"] {
    /**
         * Single Select2
         *
         * 1. Makes sure that .select2-selection__placeholder is positioned
         *    correctly.
         */
    /**
         * Multiple Select2
         */ }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--single {
      padding-left: 24px;
      padding-right: 12px; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__rendered {
        padding-right: 0;
        padding-left: 0;
        text-align: right;
        /* 1 */ }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__clear {
        float: left; }
      .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow {
        left: 12px;
        right: auto; }
        .select2-container--bootstrap[dir="rtl"] .select2-selection--single .select2-selection__arrow b {
          margin-left: 0; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
      float: right; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
      margin-left: 0;
      margin-right: 6px; }
    .select2-container--bootstrap[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
      margin-left: 2px;
      margin-right: auto; }

/*------------------------------------*\
    #ADDITIONAL GOODIES
\*------------------------------------*/
/**
 * Address Bootstrap's validation states
 *
 * If a Select2 widget parent has one of Bootstrap's validation state modifier
 * classes, adjust Select2's border colors and focus states accordingly.
 * You may apply said classes to the Select2 dropdown (body > .select2-container)
 * via JavaScript match Bootstraps' to make its styles match.
 *
 * @see http://getbootstrap.com/css/#forms-control-validation
 */
.has-warning .select2-dropdown,
.has-warning .select2-selection {
  border-color: #8a6d3b; }

.has-warning .select2-container--focus .select2-selection,
.has-warning .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  border-color: #66512c; }

.has-warning.select2-drop-active {
  border-color: #66512c; }
  .has-warning.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #66512c; }

.has-error .select2-dropdown,
.has-error .select2-selection {
  border-color: #a94442; }

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  border-color: #843534; }

.has-error.select2-drop-active {
  border-color: #843534; }
  .has-error.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #843534; }

.has-success .select2-dropdown,
.has-success .select2-selection {
  border-color: #3c763d; }

.has-success .select2-container--focus .select2-selection,
.has-success .select2-container--open .select2-selection {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  border-color: #2b542c; }

.has-success.select2-drop-active {
  border-color: #2b542c; }
  .has-success.select2-drop-active.select2-drop.select2-drop-above {
    border-top-color: #2b542c; }

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstraps
 * "Input Group" component, we don't want specific edges of the Select2
 * container to have a border-radius.
 *
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on
 * a Bootstrap 3 .input-group to let the contained Select2 widget know which
 * edges should not be rounded as they are directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
/**
 * Mimick Bootstraps .input-group .form-control styles.
 *
 * @see https://github.com/twbs/bootstrap/blob/master/less/input-groups.less
 */
.input-group .select2-container--bootstrap {
  display: table;
  table-layout: fixed;
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group.select2-bootstrap-prepend .select2-container--bootstrap .select2-selection {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group.select2-bootstrap-append .select2-container--bootstrap .select2-selection {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

/**
 * Adjust alignment of Bootstrap buttons in Bootstrap Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grow taller than its initial size.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.select2-bootstrap-append .select2-container--bootstrap,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container--bootstrap,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top; }

/**
 * Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
 *
 * Provides `!important` for certain properties of the class applied to the
 * original `<select>` element to hide it.
 *
 * @see https://github.com/select2/select2/pull/3301
 * @see https://github.com/fk/select2/commit/31830c7b32cb3d8e1b12d5b434dee40a6e753ada
 */
.form-control.select2-hidden-accessible {
  position: absolute !important;
  width: 1px !important; }

/**
 * Display override for inline forms
*/
.form-inline .select2-container--bootstrap {
  display: inline-block; }

/* ==========================================================================
  Select 2 overrides
   ========================================================================== */
.select2-container--bootstrap .select2-results__options .select2-results__option.select2-results__option[aria-selected=true] {
  background: #005c80;
  color: #FFF; }

.select2-container--bootstrap .select2-results__options .select2-results__option.select2-results__option--highlighted[aria-selected=true] {
  background: #0080B3; }

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/summernote.eot?ad8d7e2d177d2473aecd9b35d16211fb");
  src: url("../fonts/summernote.eot?#iefix") format("embedded-opentype"), url("../fonts/summernote.woff?ad8d7e2d177d2473aecd9b35d16211fb") format("woff"), url("../fonts/summernote.ttf?ad8d7e2d177d2473aecd9b35d16211fb") format("truetype"); }

[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale; }

.note-icon-align-center:before {
  content: "\f101"; }

.note-icon-align-indent:before {
  content: "\f102"; }

.note-icon-align-justify:before {
  content: "\f103"; }

.note-icon-align-left:before {
  content: "\f104"; }

.note-icon-align-outdent:before {
  content: "\f105"; }

.note-icon-align-right:before {
  content: "\f106"; }

.note-icon-align:before {
  content: "\f107"; }

.note-icon-arrows-alt:before {
  content: "\f108"; }

.note-icon-bold:before {
  content: "\f109"; }

.note-icon-caret:before {
  content: "\f10a"; }

.note-icon-chain-broken:before {
  content: "\f10b"; }

.note-icon-circle:before {
  content: "\f10c"; }

.note-icon-close:before {
  content: "\f10d"; }

.note-icon-code:before {
  content: "\f10e"; }

.note-icon-eraser:before {
  content: "\f10f"; }

.note-icon-font:before {
  content: "\f110"; }

.note-icon-frame:before {
  content: "\f111"; }

.note-icon-italic:before {
  content: "\f112"; }

.note-icon-link:before {
  content: "\f113"; }

.note-icon-magic:before {
  content: "\f114"; }

.note-icon-menu-check:before {
  content: "\f115"; }

.note-icon-minus:before {
  content: "\f116"; }

.note-icon-orderedlist:before {
  content: "\f117"; }

.note-icon-pencil:before {
  content: "\f118"; }

.note-icon-picture:before {
  content: "\f119"; }

.note-icon-question:before {
  content: "\f11a"; }

.note-icon-redo:before {
  content: "\f11b"; }

.note-icon-special-character:before {
  content: "\f11c"; }

.note-icon-square:before {
  content: "\f11d"; }

.note-icon-strikethrough:before {
  content: "\f11e"; }

.note-icon-subscript:before {
  content: "\f11f"; }

.note-icon-summernote:before {
  content: "\f120"; }

.note-icon-superscript:before {
  content: "\f121"; }

.note-icon-table:before {
  content: "\f122"; }

.note-icon-text-height:before {
  content: "\f123"; }

.note-icon-trash:before {
  content: "\f124"; }

.note-icon-underline:before {
  content: "\f125"; }

.note-icon-undo:before {
  content: "\f126"; }

.note-icon-unorderedlist:before {
  content: "\f127"; }

.note-icon-video:before {
  content: "\f128"; }

.note-editor {
  position: relative; }

.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: white;
  opacity: .95;
  pointer-event: none; }

.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle; }

.note-editor .note-dropzone.hover {
  color: #098ddf; }

.note-editor.dragover .note-dropzone {
  display: table; }

.note-editor .note-editing-area {
  position: relative; }

.note-editor .note-editing-area .note-editable {
  outline: 0; }

.note-editor .note-editing-area .note-editable sup {
  vertical-align: super; }

.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub; }

.note-editor.note-frame {
  border: 1px solid #a9a9a9; }

.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none; }

.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block; }

.note-editor.note-frame .note-editing-area {
  overflow: hidden; }

.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  background-color: #fff; }

.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5; }

.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none; }

.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%; }

.note-editor.note-frame.fullscreen .note-editable {
  background-color: white; }

.note-editor.note-frame.fullscreen .note-resizebar {
  display: none; }

.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  padding-top: 1px;
  cursor: ns-resize; }

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9; }

.note-editor.note-frame .note-placeholder {
  padding: 10px; }

.note-popover.popover {
  max-width: none; }

.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle; }

.note-popover.popover .arrow {
  left: 20px !important; }

.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0; }

.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0; }

.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat; }

.note-popover .popover-content .note-style h1, .panel-heading.note-toolbar .note-style h1, .note-popover .popover-content .note-style h2, .panel-heading.note-toolbar .note-style h2, .note-popover .popover-content .note-style h3, .panel-heading.note-toolbar .note-style h3, .note-popover .popover-content .note-style h4, .panel-heading.note-toolbar .note-style h4, .note-popover .popover-content .note-style h5, .panel-heading.note-toolbar .note-style h5, .note-popover .popover-content .note-style h6, .panel-heading.note-toolbar .note-style h6, .note-popover .popover-content .note-style blockquote, .panel-heading.note-toolbar .note-style blockquote {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px; }

.note-popover .popover-content .note-color .dropdown-menu, .panel-heading.note-toolbar .note-color .dropdown-menu {
  min-width: 340px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  border-radius: 5px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px; }

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee; }

.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px; }

.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px; }

.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px; }

.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto; }

.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important; }

.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden; }

.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible; }

.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px; }

.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1; }

.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff; }

.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000; }

.note-dialog > div {
  display: none; }

.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0; }

.note-dialog .note-modal-form {
  margin: 0; }

.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray; }

@-moz-document url-prefix() {
  .note-image-input {
    height: auto; } }

.note-placeholder {
  position: absolute;
  display: none;
  color: gray; }

.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black; }

.note-handle .note-control-selection > div {
  position: absolute; }

.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30); }

.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black; }

.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0; }

.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0; }

.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize; }

.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none; }

.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70); }

.note-hint-popover {
  min-width: 100px;
  padding: 2px; }

.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px; }

.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Ubuntu", Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #33aaff;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #33aaff;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

/* DATASCROLLER OVERRIDE - PAGINATION AS IN BOOTSTRAP*/
.rich-datascr td:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px; }

.rich-datascr td:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px; }

.rich-datascr-inact, .rich-datascr-act, .rich-datascr-button {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #2BB4EB;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
  cursor: pointer; }

.rich-datascr-act {
  z-index: 2;
  color: #fff;
  background-color: #0080B3;
  border-color: #0080B3;
  cursor: default; }

.rich-datascr td:empty {
  display: none; }

/* EXTENDED DATATABLES STYLE OVERRIDE - MAKE SURE HEIGHT IS SET AUTOMATICALLY */
.rich-extdt-maindiv {
  height: auto !important; }

.rich-extdt-maindiv, .extdt-innerdiv {
  position: relative !important; }

.extdt-outerdiv {
  height: auto !important;
  overflow: visible !important; }

.extdt-content {
  height: auto !important; }

/* EXTENDED DATATABLE COLUMN RESIZE */
.extdt-hsep {
  background-position: center;
  background-repeat: repeat-y;
  cursor: e-resize;
  display: block;
  font-size: 1px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 6px;
  z-index: 60; }

.extdt-hsep {
  border-right: solid 1px #dddddd; }

.extdt-hsplit {
  border-right: 1px dashed;
  cursor: e-resize;
  width: 1px;
  z-index: 100; }

/* EXTENDED DATATABLE DRAG AND DROP */
.extdt-hdrop {
  cursor: pointer;
  font-size: 1px;
  width: 10px;
  height: 13px;
  top: 0;
  position: absolute;
  display: block;
  white-space: nowrap;
  z-index: 61; }

.extdt-hdrop-top {
  background-repeat: no-repeat;
  display: block;
  height: 50%;
  position: relative;
  top: -9px;
  width: 100%; }

.extdt-hdrop-top-left {
  background-position: top left;
  left: -5px; }

.extdt-hdrop-top-right {
  background-position: top right;
  right: -4px; }

.extdt-hdrop-bottom {
  background-repeat: no-repeat;
  display: block;
  height: 50%;
  position: relative;
  top: 9px;
  width: 100%; }

.extdt-hdrop-bottom-left {
  background-position: bottom left;
  left: -5px; }

.extdt-hdrop-bottom-right {
  background-position: bottom right;
  right: -4px; }

.extdt-hdrop-top {
  background-image: url("../images/col-move-top.gif"); }

.extdt-hdrop-bottom {
  background-image: url("../images/col-move-bottom.gif"); }

/* Make sure there is enough padding for header cell with regard to resize */
.extdt-headercell {
  border-bottom: solid 0;
  border-right: solid 0;
  padding: 4px 4px 4px 4px;
  text-align: center; }

/* FILE UPLOAD */
.rich-fileupload-list-overflow {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto; }

.rich-fileupload-name {
  height: 58px;
  padding: 2px 10px 2px 10px;
  width: 100%; }

.rich-fileupload-del {
  padding-bottom: 3px;
  padding-top: 3px;
  text-align: center;
  width: 90px; }

.rich-fileupload-scroll {
  text-align: center;
  width: 10px; }

.rich-fileupload-bold-label {
  font-weight: bold; }

.rich-fileupload-button-content {
  padding: 2px 6px 2px 3px;
  text-align: left;
  white-space: nowrap;
  bottom: 2px; }

.rich-fileupload-ico {
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 19px;
  vertical-align: middle; }

.rich-fileupload-button-dis {
  background-repeat: repeat-x;
  cursor: pointer;
  padding: 2px; }

.rich-fileupload-button-content {
  display: block;
  text-decoration: none; }

.rich-fileupload-ico-add {
  /*background-image: url('../images/upload/ico_add.gif');*/
  background-image: url("../images/glyphicons/plus@2x.png");
  background-size: 16px; }

.rich-fileupload-ico-add-dis {
  background-image: url("../images/upload/ico_add_dis.gif"); }

.rich-fileupload-ico-start {
  background-image: url("../images/upload/ico_start.gif"); }

.rich-fileupload-ico-start-dis {
  background-image: url("../images/upload/ico_start_dis.gif"); }

.rich-fileupload-ico-stop {
  background-image: url("../images/upload/ico_stop.gif"); }

.rich-fileupload-ico-clear {
  background-image: url("../images/upload/ico_clear.gif"); }

.rich-fileupload-ico-clear-dis {
  background-image: url("../images/upload/ico_clear_dis.gif"); }

/* PROGRESS BAR */
.rich-progress-bar-completed {
  background-color: #337ab7; }

.rich-progress-bar-height {
  height: 20px; }

.rich-progress-bar-width {
  width: 100%; }

.rich-progress-bar-block {
  white-space: nowrap; }

.rich-progress-bar-uploaded {
  background-repeat: repeat-x; }

.rich-progress-bar-uploaded-dig {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0; }

.rich-progress-bar-shell {
  margin-bottom: 2px; }

.rich-progress-bar-shell-dig {
  margin-bottom: 2px;
  overflow: hidden;
  position: relative; }

.rich-progress-bar-padding {
  padding: 0; }

.rich-progress-bar-uploaded {
  background-color: #337ab7; }

/* SUGGESTIONBOX OVERRIDE */
.rich-sb-common-container {
  position: absolute;
  text-align: left;
  background-color: inherit; }

.rich-sb-ext-decor-1 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2; }

.rich-sb-ext-decor-2 {
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  height: 100%;
  width: 100%;
  background-color: #ffffff; }

.rich-sb-ext-decor-3 {
  height: 100%;
  width: 100%; }

.rich-sb-overflow {
  overflow: auto; }

.rich-sb-int-decor-table {
  width: 100%; }

.rich-sb-int-sel {
  cursor: default;
  background-position: left top;
  background-repeat: repeat-x; }

.rich-sb-cell-padding {
  padding: 1px 3px 1px 5px; }

.rich-sb-int {
  cursor: pointer;
  font-size: 14px;
  color: #000;
  font-family: "Source Sans Pro", sans-serif; }

.rich-sb-int-sel {
  background-color: #0080B3;
  font-size: 14px;
  color: #fff;
  font-family: "Source Sans Pro", sans-serif; }

/*-- Chart --*/
.c3 svg {
  font: 14px Ubuntu;
  -webkit-tap-highlight-color: transparent; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  fill: #d9534f;
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: .1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: .1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Title --*/
.c3-title {
  font: 14px sans-serif; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }

.c3 .tick {
  font-size: 12px;
  fill: #596c74; }

/* Custom components (based on Bootstrap variables)
   ========================================================================== */
/* ==========================================================================
  bc-bg
  Background colors
   ========================================================================== */
.bc-bg-gray-light {
  background: #DFE5E7; }

.bc-bg-gray-lighter {
  background: #E7EDEF; }

.bc-bg-gray-lightest {
  background: #F3F6F7; }

.bc-bg-gray-custom {
  background: #000; }

/* ==========================================================================
  Bordered list
   ========================================================================== */
/* ==========================================================================
  Component variables
  Requires Bootstrap variables
   ========================================================================== */
/* Bordered list
   ========================================================================== */
.bc-bordered-list-title {
  font-weight: 500;
  padding: 4px; }

.bc-bordered-list-title-inverse {
  color: #FFF; }

.bc-bordered-list {
  margin: 0;
  padding: 0 0 15px; }
  .bc-bordered-list li {
    padding: 4px;
    display: block;
    border-bottom: 1px solid #DFE5E7; }
    .bc-bordered-list li:last-child {
      border: none; }

/* Bordered list links
   Support for <nav><a>... as wel ass <ul><li><a> markup patterns
   ========================================================================== */
.bc-bordered-list-links {
  margin: 0;
  padding: 0; }
  .bc-bordered-list-links > a,
  .bc-bordered-list-links > .label,
  .bc-bordered-list-links li > a,
  .bc-bordered-list-links li > .label {
    color: #35464C;
    padding: 4px;
    display: block;
    border-bottom: 1px solid #DFE5E7; }
  .bc-bordered-list-links > a:hover, .bc-bordered-list-links > a:active, .bc-bordered-list-links > a:focus,
  .bc-bordered-list-links li > a:hover,
  .bc-bordered-list-links li > a:active,
  .bc-bordered-list-links li > a:focus {
    transition: 0.2s background ease-in-out, 0.2s color ease-in-out;
    text-decoration: none;
    background: #0080B3;
    border-color: #0080B3;
    color: #FFF; }
  .bc-bordered-list-links > a.active,
  .bc-bordered-list-links li > a.active {
    text-decoration: none;
    background: #0080B3;
    border-color: #0080B3;
    color: #FFF; }
  .bc-bordered-list-links > a:last-child {
    border: none; }
  .bc-bordered-list-links li {
    list-style: none; }
    .bc-bordered-list-links li:last-child > a,
    .bc-bordered-list-links li:last-child > .label {
      border: none; }
  .bc-bordered-list-links ul, .bc-bordered-list-links ol {
    padding-left: 15px; }

.bc-bordered-list-links-inverse > a,
.bc-bordered-list-links-inverse li > a {
  color: #DFE5E7;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33); }

/* Variants 
   ========================================================================== */
.bc-bordered-list-links-spaced {
  margin-bottom: 15px; }

.bc-bordered-list-links-subtle-icons .glyphicon {
  color: rgba(0, 128, 179, 0.5); }

.bc-bordered-list-links-text-color-neutral > a,
.bc-bordered-list-links-text-color-neutral li > a {
  color: rgba(0, 128, 179, 0.75); }
  .bc-bordered-list-links-text-color-neutral > a:hover, .bc-bordered-list-links-text-color-neutral > a:active, .bc-bordered-list-links-text-color-neutral > a:focus,
  .bc-bordered-list-links-text-color-neutral li > a:hover,
  .bc-bordered-list-links-text-color-neutral li > a:active,
  .bc-bordered-list-links-text-color-neutral li > a:focus {
    color: #FFF;
    background: rgba(0, 128, 179, 0.75);
    border-color: rgba(0, 128, 179, 0.75); }
    .bc-bordered-list-links-text-color-neutral > a:hover .glyphicon, .bc-bordered-list-links-text-color-neutral > a:active .glyphicon, .bc-bordered-list-links-text-color-neutral > a:focus .glyphicon,
    .bc-bordered-list-links-text-color-neutral li > a:hover .glyphicon,
    .bc-bordered-list-links-text-color-neutral li > a:active .glyphicon,
    .bc-bordered-list-links-text-color-neutral li > a:focus .glyphicon {
      color: #FFF; }
  .bc-bordered-list-links-text-color-neutral > a.active,
  .bc-bordered-list-links-text-color-neutral li > a.active {
    color: #FFF;
    background: rgba(0, 164, 230, 0.75);
    border-color: rgba(0, 164, 230, 0.75); }
    .bc-bordered-list-links-text-color-neutral > a.active .glyphicon,
    .bc-bordered-list-links-text-color-neutral li > a.active .glyphicon {
      color: #FFF; }
  .bc-bordered-list-links-text-color-neutral > a.active,
  .bc-bordered-list-links-text-color-neutral li > a.active {
    cursor: default; }

.bc-bordered-list-links-text-color-neutral li li > a.active {
  background: rgba(0, 128, 179, 0.5);
  border-color: rgba(0, 128, 179, 0.5); }

/* Horizontal version
   ========================================================================== */
.bc-bordered-list-horizontal {
  margin: 0;
  padding: 0;
  vertical-align: middle; }
  .bc-bordered-list-horizontal li {
    padding: 2px 6px;
    display: inline-block;
    border: none;
    border-right: 1px solid #DFE5E7; }
    .bc-bordered-list-horizontal li:first-child {
      padding-left: 0; }
    .bc-bordered-list-horizontal li:last-child {
      border: none; }

.bc-bordered-list-horizontal-centered {
  text-align: center; }

/* ==========================================================================
  Block list
   ========================================================================== */
/* Block list item
   ========================================================================== */
.bc-block-list {
  margin: 0;
  padding: 0; }

/* Colors
   ========================================================================== */
.bc-block-list-item-info-text {
  color: #555555; }

.bc-block-list-item-info-text-big,
.bc-block-list-item-info-text-bold {
  color: #35464C; }

.bc-block-list-item-info-text-mini {
  color: #8C9FA7; }

/* Block list item
   ========================================================================== */
.bc-block-list-item {
  border-bottom: 1px solid #DFE5E7;
  background: #FFF;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.bc-block-list-item:last-child {
  border-bottom: 0; }

/*
  Sometimes a block list item is a list item, with a contained <a>; sometimes it
  is directly an <a> element.We support both situations for interactive lists (go to a link)
  or non interactive lists.
*/
.bc-block-list-item {
  padding: 15px 15px; }

a.bc-block-list-item,
.bc-block-list-item a {
  text-decoration: none; }
  a.bc-block-list-item:hover, a.bc-block-list-item:active, a.bc-block-list-item:focus,
  .bc-block-list-item a:hover,
  .bc-block-list-item a:active,
  .bc-block-list-item a:focus {
    background: #FFF; }

.bc-block-list-item-active {
  background: #FFF; }

/*
  This class needs to be applied to list items that don't contain links to switch over the padding
  from the <a> element to the list element
*/
.bc-block-list-item-no-link {
  padding: 15px 15px; }

/* Block item new
   ========================================================================== */
.bc-block-list-item-new {
  background: #FFC; }

/* Block item new
   ========================================================================== */
.bc-block-list-item-has-image .c-image-holder {
  margin-right: 12px; }

/* Icon on the left side
   ========================================================================== */
.bc-block-list-item-icon {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: none;
      flex: none;
  margin-right: 12px;
  width: auto; }

/* Disclosure arrow on right side
   ========================================================================== */
.bc-block-list-item-disclosure {
  -ms-flex: none;
      flex: none;
  margin: auto;
  color: #35464C;
  width: auto; }

.bc-block-list-item-info {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  min-width: 0; }
  .bc-block-list-item-info .c-avatar {
    margin-right: 12px; }

/* Inner text
   ========================================================================== */
.bc-block-list-item-info-text-holder {
  max-width: 100%; }

.bc-block-list-item-info-text-big {
  font-size: 15px;
  font-weight: 500; }

.bc-block-list-item-info-text-medium {
  font-size: 13px;
  line-height: 21px; }

.bc-block-list-item-info-text-mini {
  color: #8C9FA7;
  font-size: 12px; }

.bc-block-list-item-info-text-bold {
  font-weight: 500; }

.bc-block-list-item-info-label {
  line-height: 1.3; }

/* Block list - light
   ========================================================================== */
.bc-block-list-light .bc-block-list-item {
  background: #FFF; }

.bc-block-list-light a.bc-block-list-item:hover, .bc-block-list-light a.bc-block-list-item:active, .bc-block-list-light a.bc-block-list-item:focus,
.bc-block-list-light .bc-block-list-item a:hover,
.bc-block-list-light .bc-block-list-item a:active,
.bc-block-list-light .bc-block-list-item a:focus {
  background: #E7EDEF; }

.bc-block-list-light .bc-block-list-item-active {
  background: #E7EDEF; }

/* Block list - small
   ========================================================================== */
.bc-block-list-small a.bc-block-list-item,
.bc-block-list-small .bc-block-list-item a {
  padding: 7.5px 15px; }

/* Arrow list line
   ========================================================================== */
.bc-block-list-item-info-arrow-list {
  display: -ms-flexbox;
  display: flex;
  max-width: 100%; }

.bc-block-list-item-info-arrow-list-item {
  -ms-flex: none;
      flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 21px;
  color: #555555; }
  .bc-block-list-item-info-arrow-list-item:not(:first-child):before {
    content: '→';
    color: #8C9FA7;
    margin: 0 5px; }
  .bc-block-list-item-info-arrow-list-item:last-child {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }

/* ==========================================================================
  bc-document-preview
   ========================================================================== */
.bc-document-preview {
  background-color: #DFE5E7;
  width: 100%;
  padding: 20px;
  padding-top: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex; }

.bc-document-preview-hint {
  position: absolute;
  top: 10px;
  text-transform: uppercase;
  font-size: 13px;
  opacity: 0.5; }

.bc-document-preview-file {
  background-color: #FFF;
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25); }

/* bc-form-flex
   Kind of a replacement for inline forms to flex elements so they actually take up full available width
   ========================================================================== */
.flexbox .bc-form-flex {
  display: -ms-flexbox;
  display: flex; }
  .flexbox .bc-form-flex * {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .flexbox .bc-form-flex .btn {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .flexbox .bc-form-flex label {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.no-flexbox .bc-form-flex * {
  display: inline-block; }

.no-flexbox .bc-form-flex label {
  display: inline-block; }

.no-flexbox .bc-form-flex input {
  width: 190px; }

.form-horizontal .bc-form-flex label {
  margin: 0;
  padding: 0;
  line-height: 34px; }

.bc-form-flex > *:first-child {
  margin-right: 4px;
  margin-left: 0; }

.bc-form-flex > * {
  margin: 0 4px; }

.bc-form-flex > *:last-child {
  margin-left: 4px;
  margin-right: 0; }

.bc-form-flex .form-control-static {
  margin-top: 24px; }

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

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

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

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

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

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

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

/* bc-label
   ========================================================================== */
.bc-label {
  background: #555555;
  color: #FFF;
  padding: 3px 6px;
  border-radius: 3px;
  text-align: center;
  display: inline; }

.bc-label-danger {
  background: #d9534f;
  color: #FFF; }

.bc-label-warning {
  background: #f0ad4e;
  color: #FFF; }

.bc-label-blue {
  background: #0080B3;
  color: #FFF; }

/* bc-color-label
   A square color indication
   ========================================================================== */
.bc-color-label {
  height: 14px;
  width: 14px;
  display: inline-block;
  text-indent: -9000px;
  border-radius: 3px; }

.bc-color-label-1 {
  background: #035373; }

.bc-color-label-2 {
  background: #F6AB2D; }

.bc-color-label-3 {
  background: #85529B; }

.bc-color-label-4 {
  background: #38BEA4; }

.bc-color-label-5 {
  background: #DD5B5B; }

/* ==========================================================================
  bc-min-width
  Introduce min widths (at certain breakpoints)
  Meant to be used in conjunction with flexbox
   ========================================================================== */
@media (min-width: 992px) {
  .bc-min-width-screen-at-md {
    min-width: 992px; } }

/* ==========================================================================
   bc-navbar
   Navigation bar that can be:
    * Static, containing controls
    * Fixed, with a scrollable area below it (in combination with .bc-scroll-context)
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Mixins
   ========================================================================== */
/* ==========================================================================
   Navbars
   ========================================================================== */
.bc-navbar {
  position: relative;
  min-height: 49px; }
  .bc-navbar:before, .bc-navbar:after {
    content: " ";
    display: table; }
  .bc-navbar:after {
    clear: both; }

.bc-navbar-small {
  min-height: 32px; }

.bc-navbar-medium {
  min-height: 49px; }

.bc-navbar-large {
  min-height: 78px; }

.bc-navbar-padded {
  padding: 20px 0; }

.bc-navbar-fixed-top,
.bc-navbar-fixed-bottom {
  position: absolute;
  width: 100%; }

.bc-navbar-fixed-top {
  top: 0; }

.bc-navbar-fixed-bottom {
  bottom: 0; }

.bc-navbar-top {
  border-bottom: 1px solid #DFE5E7; }

.bc-navbar-bottom {
  border-top: 1px solid #DFE5E7; }

/* Navbar variants
  @mixin bc-navbar-variant($bg,$border)
   ========================================================================== */
.bc-navbar-white {
  background-color: #FFF;
  border-color: #c2cdd1; }
  .bc-navbar-white .bc-toolbar-element-bordered {
    border-color: #c2cdd1; }

.bc-navbar-gray-lighter {
  background-color: #E7EDEF;
  border-color: #DFE5E7; }
  .bc-navbar-gray-lighter .bc-toolbar-element-bordered {
    border-color: #DFE5E7; }

.bc-navbar-gray-light {
  background-color: #DFE5E7;
  border-color: #c2cdd1; }
  .bc-navbar-gray-light .bc-toolbar-element-bordered {
    border-color: #c2cdd1; }

.bc-navbar-blue {
  background-color: #0080B3;
  border-color: #006e9a; }
  .bc-navbar-blue .bc-toolbar-element-bordered {
    border-color: #006e9a; }
  .bc-navbar-blue .bc-toolbar-text,
  .bc-navbar-blue .bc-toolbar-title {
    color: #FFF; }

/* ==========================================================================
  bc-scroll-context 
   ========================================================================== */
/* Variables 
   ========================================================================== */
/* Basic setup
   ========================================================================== */
.bc-scroll-context {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bc-scroll-context-content {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

.bc-scroll-context > .bc-navbar-fixed-top {
  position: absolute;
  width: 100%;
  top: 0; }

/* Content layouts
   ========================================================================== */
.bc-scroll-context-content-layout-default {
  padding: 24px 0;
  height: calc(100% - 48px); }

.bc-scroll-context-content-layout-fullscreen {
  padding: 0;
  height: 100%; }

/* Calculate scrollable areas for different navbar layouts
   ========================================================================== */
.bc-scroll-context > .bc-navbar {
  top: 0; }

.bc-scroll-context > .bc-navbar + .bc-navbar {
  top: 51px; }

.bc-scroll-context > .bc-navbar + .bc-navbar-small + .bc-navbar {
  top: 83px; }

.bc-scroll-context > .bc-navbar + .bc-scroll-context-content {
  top: 51px;
  height: calc(100% - 51px); }

.bc-scroll-context > .bc-navbar + .bc-navbar-small + .bc-scroll-context-content {
  top: 83px;
  height: calc(100% - 83px); }

.bc-scroll-context > .bc-navbar + .bc-navbar-small + .bc-navbar + .bc-scroll-context-content {
  top: 134px;
  height: calc(100% - 134px); }

/* Z-indexes 
   ========================================================================== */
.bc-scroll-context > .bc-navbar:nth-child(2) {
  z-index: 4; }

.bc-scroll-context > .bc-navbar:nth-child(3) {
  z-index: 3; }

/* bc-navbar-nav
   Exactly the same as bootstrap's .navbar-nav, just scoped to .bc-navbar-nav
   ========================================================================== */
.bc-navbar-nav {
  margin: 7.5px -15px;
  float: left;
  margin: 0; }
  .bc-navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  .bc-navbar-nav > li {
    float: left; }
    .bc-navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px; }

.bc-navbar-nav > li > a {
  color: #777; }
  .bc-navbar-nav > li > a:hover, .bc-navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent; }

.bc-navbar-nav > .active > a, .bc-navbar-nav > .active > a:hover, .bc-navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7; }

/* Inversed version
   ========================================================================== */
.bc-navbar-nav-inverse > li > a {
  color: #FFF;
  transition: background 0.18s ease-in-out; }
  .bc-navbar-nav-inverse > li > a:hover, .bc-navbar-nav-inverse > li > a:focus {
    color: #FFF;
    background: rgba(0, 0, 0, 0.1); }

.bc-navbar-nav-inverse > .active > a, .bc-navbar-nav-inverse > .active > a:hover, .bc-navbar-nav-inverse > .active > a:focus {
  color: #FFF;
  background: rgba(0, 0, 0, 0.1); }

.bc-navbar-nav-inverse.nav .open > a,
.bc-navbar-nav-inverse.nav .open > a:hover,
.bc-navbar-nav-inverse.nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1); }

/* ==========================================================================
  bc-toolbar
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Reset padding in common elements
   ========================================================================== */
.panel-has-bc-toolbar > .panel-heading {
  padding: 0; }

.modal-has-bc-toolbar .modal-header,
.modal-has-bc-toolbar .modal-footer {
  padding: 0; }

.alert-has-bc-toolbar {
  padding: 0; }

/* Component
   ========================================================================== */
.bc-toolbar {
  width: 100%;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .panel .bc-toolbar,
  .popover .bc-toolbar,
  .modal .bc-toolbar,
  .alert .bc-toolbar {
    padding: 0 15px; }
  .bc-toolbar button {
    margin-top: 0; }

/* Heights
   ========================================================================== */
.bc-toolbar-small {
  height: 32px; }

.bc-toolbar-large {
  height: 72px; }

/* Divider
   ========================================================================== */
.bc-toolbar-divider {
  background: #DDD;
  width: 1px;
  margin: 0 15px;
  height: 100%;
  line-height: 50px; }
  .bc-navbar-large .bc-toolbar-divider {
    height: 78px; }

/* Standard titles and text
   ========================================================================== */
.bc-toolbar-title {
  white-space: nowrap;
  font-size: 16px;
  margin: 0;
  padding: 0 !important; }

.bc-toolbar-title-small {
  font-size: 14px;
  margin: 0; }

.bc-toolbar-text {
  font-size: 14px;
  margin: 0; }

.bc-toolbar-title,
.bc-toolbar-title-small,
.bc-toolbar-text {
  line-height: 50px; }
  .bc-toolbar-small .bc-toolbar-title, .bc-toolbar-small
  .bc-toolbar-title-small, .bc-toolbar-small
  .bc-toolbar-text {
    line-height: 32px; }
  .bc-toolbar-large .bc-toolbar-title, .bc-toolbar-large
  .bc-toolbar-title-small, .bc-toolbar-large
  .bc-toolbar-text {
    line-height: 32px; }

/* Parts alignment
   A toolbar can have a left, right and center part
   ========================================================================== */
.bc-toolbar-left {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.bc-toolbar-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.bc-toolbar-center {
  position: absolute;
  left: 50%; }

.bc-toolbar-center-inner {
  margin-left: -50%; }

/* Truncated elements
   Using this modifier class, a toolbar element will truncate content inside of it with an ellipsis.
   ========================================================================== */
.bc-toolbar-truncated {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

/* Button groups
   If you have multiple buttons in one toolbar element, group them together with this modifier class
   to control the spacing.
   ========================================================================== */
.bc-toolbar-btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .bc-toolbar-btn-group .btn {
    margin-right: 5px; }
    .bc-toolbar-btn-group .btn:last-child {
      margin-right: 0; }

/* Component alignment
   Within the toolbar-left, toolbar-center or toolbar-right part, there are toolbar-item divs,
  these are flexed to position the elements
   ========================================================================== */
.bc-toolbar-left,
.bc-toolbar-right,
.bc-toolbar-center-inner {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .bc-toolbar-left.bc-toolbar-shrink,
  .bc-toolbar-right.bc-toolbar-shrink,
  .bc-toolbar-center-inner.bc-toolbar-shrink {
    -ms-flex: 0 auto;
        flex: 0 auto; }

.bc-toolbar-left .bc-toolbar-element {
  padding: 0;
  padding-right: 15px; }

.bc-toolbar-right .bc-toolbar-element {
  padding: 0;
  padding-left: 15px; }

/* Bottom toolbar (mobile)
   ========================================================================== */
.bc-toolbar-bottom {
  background-color: #FFF;
  border-top: 1px solid #DFE5E7;
  padding: 9px; }

/* ==========================================================================
   bc-navbar-brand
   Text meant to be used in a navbar to signify e.g. the title of a page
   ========================================================================== */
/* Component
   ========================================================================== */
.bc-navbar-brand {
  display: block;
  color: #35464C;
  font-size: 17px;
  margin: 0;
  padding: 4px 0 0;
  font-weight: 500; }
  .bc-navbar-medium .bc-navbar-brand {
    margin-top: 10px; }
  .bc-toolbar-element .bc-navbar-brand {
    margin-top: 0; }

/* Password strength meter
   ========================================================================== */
.bc-password-strength-meter {
  font-size: 12px; }
  .bc-password-strength-meter .bc-password-strength-level.strong {
    color: #38BEA4; }
  .bc-password-strength-meter .bc-password-strength-level.weak {
    color: #d9534f; }

/* ==========================================================================
  Spinner
   ========================================================================== */
/* Variables
   ========================================================================== */
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

/* Component
   ========================================================================== */
.bc-spinner {
  height: 12px;
  width: 12px;
  display: inline-block;
  position: relative;
  animation: rotation 1s infinite linear;
  border: 2px solid #34c5ff;
  border-radius: 100%; }
  .bc-spinner, .bc-spinner:before, .bc-spinner:after {
    box-sizing: content-box !important; }
  .bc-spinner:before {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    height: 100%;
    width: 100%;
    border-top: 2px solid #0080B3;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 100%; }

.bc-spinner-big {
  height: 24px;
  width: 24px;
  border: 3px solid #34c5ff; }
  .bc-spinner-big:before {
    left: -3px;
    top: -3px;
    border-top: 3px solid #0080B3;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent; }

/* Light spinner variant
   ========================================================================== */
.bc-spinner-light {
  border-color: rgba(255, 255, 255, 0.6); }
  .bc-spinner-light:before {
    border-top: 3px solid #FFF; }

/* Spinner in floating alert
   ========================================================================== */
.alert-floating-inner .bc-spinner {
  position: relative;
  top: 3px; }

/* When buttons meet spinners
   ========================================================================== */
.btn-default .bc-spinner {
  border-color: rgba(0, 0, 0, 0.33); }
  .btn-default .bc-spinner:before {
    border-top-color: #35464C; }

.btn-primary .bc-spinner,
.btn-danger .bc-spinner,
.btn-warning .bc-spinner,
.btn-success .bc-spinner {
  border-color: rgba(255, 255, 255, 0.33); }
  .btn-primary .bc-spinner:before,
  .btn-danger .bc-spinner:before,
  .btn-warning .bc-spinner:before,
  .btn-success .bc-spinner:before {
    border-top-color: #FFF; }

.bc-spinner-message-holder .bc-spinner {
  float: left;
  margin-right: 4px;
  position: relative;
  top: 2px; }

.bc-spinner-message-holder-centered {
  margin: 20px;
  text-align: center;
  color: #8C9FA7; }
  .bc-spinner-message-holder-centered .bc-spinner {
    margin-top: 2px; }

.bc-spinner-container {
  text-align: center; }
  .bc-spinner-container .bc-spinner-container-text {
    margin-top: 10px; }

/* ==========================================================================
  bc-table-sortable
   ========================================================================== */
/* Component 
   ========================================================================== */
.bc-table-sortable .sortable-label {
  padding-right: 12px; }

.bc-table-sortable tbody {
  background: #FFF; }

.bc-table-sortable th {
  color: #5f7d88;
  padding: 0;
  font-weight: 500; }

.bc-table-sortable th.unsortable,
.bc-table-sortable .checkbox-holder {
  padding: 8px; }

.bc-table-sortable .caret.flipped {
  border-bottom: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 0 dotted; }

.bc-table-sortable .sort-indicator {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 12px;
  display: inline-block;
  height: 10px;
  white-space: nowrap; }
  .bc-table-sortable .sort-indicator .caret {
    opacity: 0.3;
    filter: alpha(opacity=30);
    position: absolute;
    top: auto;
    bottom: 0; }
  .bc-table-sortable .sort-indicator .caret.flipped {
    top: 0; }

.bc-table-sortable .sortable a {
  position: relative;
  white-space: nowrap;
  display: block;
  color: #35464C; }

.bc-table-sortable .sorted-asc a,
.bc-table-sortable .sorted-desc a,
.bc-table-sortable .sortable a {
  text-decoration: none; }

.bc-table-sortable .sortable:hover {
  background: #aaaaaa;
  border-bottom-color: #919191; }
  .bc-table-sortable .sortable:hover a {
    color: #FFF; }

.bc-table-sortable .sorted-asc, .bc-table-sortable .sorted-asc:hover,
.bc-table-sortable .sorted-desc,
.bc-table-sortable .sorted-desc:hover {
  background: #f7f7f7;
  border-bottom-color: #c4c4c4; }
  .bc-table-sortable .sorted-asc a, .bc-table-sortable .sorted-asc:hover a,
  .bc-table-sortable .sorted-desc a,
  .bc-table-sortable .sorted-desc:hover a {
    color: #35464C; }

.bc-table-sortable .sorted-asc a {
  cursor: s-resize; }

.bc-table-sortable .sorted-desc a {
  cursor: n-resize; }

.bc-table-sortable .sorted-asc .sort-indicator .caret {
  opacity: 1;
  filter: alpha(opacity=100); }

.bc-table-sortable .sorted-asc .sort-indicator .caret.flipped {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.bc-table-sortable .sorted-desc .sort-indicator .caret {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.bc-table-sortable .sorted-desc .sort-indicator .caret.flipped {
  opacity: 1;
  filter: alpha(opacity=100); }

/* ==========================================================================
  bc-top-controls
   ========================================================================== */
.bc-top-controls {
  background-color: #DFE5E7;
  padding: 20px 0;
  margin-bottom: 20px;
  display: block; }
  .bc-top-controls .btn-link .glyphicon-cross {
    color: rgba(85, 85, 85, 0.5); }

.bc-top-controls-header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

.bc-top-controls-actions {
  text-align: right;
  margin-right: -15px; }

.bc-top-controls-title {
  -ms-flex: 1;
      flex: 1;
  color: #035373;
  font-size: 18px; }

/* ==========================================================================
  bc-recent-items
   ========================================================================== */
.bc-recent-items > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space: nowrap; }
  .bc-recent-items > ul:before, .bc-recent-items > ul:after {
    content: " ";
    display: table; }
  .bc-recent-items > ul:after {
    clear: both; }

.bc-recent-items .dropdown-toggle {
  color: #FFF;
  font-size: 12px;
  padding: 7px 3px;
  display: inline-block;
  margin-left: 5px; }
  .bc-recent-items .dropdown-toggle:focus {
    background: rgba(0, 0, 0, 0.2); }

.bc-recent-items .dropdown-menu.pull-right {
  right: -30px; }

.bc-recent-items > ul > li {
  float: left; }

.bc-recent-items-item-desc {
  padding-top: 7px;
  color: #BDF1FF;
  font-weight: 500;
  font-size: 12px; }

.bc-recent-items-item {
  float: left;
  list-style: none;
  padding-right: 1px;
  margin-right: 1px;
  position: relative; }
  .bc-recent-items-item:after {
    content: " ";
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    right: 0; }

.bc-recent-items-item > a {
  display: block;
  color: #fff;
  padding: 7px;
  font-size: 12px; }
  .bc-recent-items-item > a:hover, .bc-recent-items-item > a:active, .bc-recent-items-item > a:focus {
    color: #fff; }
  .bc-recent-items-item > a:focus {
    background: rgba(0, 0, 0, 0.2); }

/* ==========================================================================
  bc-progress-bar
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Component
   ========================================================================== */
.bc-progress-bar-complete .bc-progress-bar-container-value {
  background-color: #38BEA4; }

.bc-progress-bar-complete .bc-progress-bar-label {
  color: #38BEA4; }

.bc-progress-bar-generic .bc-progress-bar-container-value {
  background-color: #0080B3; }

.bc-progress-bar-empty .bc-progress-bar-container-background {
  background-color: #f0b9b8; }

.bc-progress-bar-empty .bc-progress-bar-label {
  color: #d9534f; }

.bc-progress-bar-container {
  width: 120px;
  height: 4px;
  position: relative; }

.bc-progress-bar-container-auto {
  width: auto; }

.bc-progress-bar-container-background {
  background-color: #DFE5E7;
  width: 100%;
  height: 100%; }

.bc-progress-bar-container-value {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(85, 85, 85, 0.6); }

.bc-progress-bar-label {
  font-size: 12px; }

/* ==========================================================================
  bc-task-popover
   ========================================================================== */
/* Component
   ========================================================================== */
.bc-task-popover {
  background-color: #F3F6F7;
  border: 1px solid #D5DFE2;
  border-bottom: 0;
  bottom: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  border-radius: 4px 4px 0 0;
  position: fixed;
  transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s, width 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  width: 480px; }

.bc-task-popover.is-collapsed {
  transition: transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22), width 0.15s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
  transform: translateY(calc(100% - 34px));
  width: 200px; }

.bc-task-popover-header {
  -ms-flex-align: center;
      align-items: center;
  background-color: #0080B3;
  border-radius: 4px 4px 0 0;
  color: #FFF;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  margin: -1px -1px 0 -1px;
  padding: 0 10px; }
  .bc-task-popover-header .btn-link {
    color: #FFF; }

.bc-task-popover-title,
.bc-task-popover-title:hover,
.bc-task-popover-title:focus {
  color: #FFF;
  font-weight: bold; }

.bc-task-popover-subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-left: 5px; }

.bc-task-popover-controls {
  margin-left: auto; }

.bc-task-popover-content {
  max-height: 300px;
  overflow-y: auto; }

.bc-task-popover-row {
  -ms-flex-align: center;
      align-items: center;
  color: #35464C;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  padding: 8px 10px; }
  .bc-task-popover-row:not(:last-child) {
    border-bottom: 1px solid #D5DFE2; }
  .bc-task-popover-row:hover {
    background-color: #FFF; }

.bc-task-popover-row-timing {
  padding: 0 10px;
  width: 70px; }

.bc-task-popover-row-meta {
  padding: 0 10px; }

.bc-task-popover-row-title {
  color: #35464C;
  font-weight: bold; }

.bc-task-popover-row-connection {
  color: #637C86;
  font-size: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.bc-task-popover-row-controls {
  -ms-flex: none;
      flex: none;
  margin-left: auto;
  text-align: right;
  width: 50px; }

.bc-task-popover-row-stop {
  visibility: hidden; }
  .bc-task-popover-row:hover .bc-task-popover-row-stop {
    visibility: visible; }

/* Objects
   ========================================================================== */
/* ==========================================================================
   Flexbox object
   ========================================================================== */
/* Settings
   ========================================================================== */
/* Basic containers
   ========================================================================== */
.o-flex {
  display: -ms-flexbox;
  display: flex; }

.o-flex--vertical {
  -ms-flex-direction: column;
      flex-direction: column; }

.o-flex--vertical-center {
  -ms-flex-align: center;
      align-items: center; }

.o-flex--horizontal-center {
  -ms-flex-pack: center;
      justify-content: center; }

.o-flex--center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.o-flex--justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.o-flex--spaced *:not(:last-child) {
  margin-right: 1.6rem; }

/* Flexbox item
   ========================================================================== */
.o-flex__item {
  -ms-flex: 1;
      flex: 1; }

/* Flex Columns
   ========================================================================== */
.o-flex-1-of-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-2-of-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-3 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.o-flex-2-of-3 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%; }

.o-flex-3-of-3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.o-flex-2-of-4 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-3-of-4 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.o-flex-4-of-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.o-flex-2-of-5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.o-flex-3-of-5 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.o-flex-4-of-5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.o-flex-5-of-5 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-6 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%; }

.o-flex-2-of-6 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.o-flex-3-of-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-4-of-6 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%; }

.o-flex-5-of-6 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%; }

.o-flex-6-of-6 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (min-width: 60em) {
  .o-flex-1-of-2-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-2-of-2-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-3-bp1 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-2-of-3-bp1 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-3-of-3-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-4-bp1 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .o-flex-2-of-4-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-3-of-4-bp1 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .o-flex-4-of-4-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-5-bp1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .o-flex-2-of-5-bp1 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .o-flex-3-of-5-bp1 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .o-flex-4-of-5-bp1 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .o-flex-5-of-5-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-6-bp1 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .o-flex-2-of-6-bp1 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-3-of-6-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-4-of-6-bp1 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-5-of-6-bp1 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .o-flex-6-of-6-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (min-width: 80em) {
  .o-flex-1-of-2-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-2-of-2-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-3-bp2 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-2-of-3-bp2 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-3-of-3-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-4-bp2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .o-flex-2-of-4-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-3-of-4-bp2 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .o-flex-4-of-4-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-5-bp2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .o-flex-2-of-5-bp2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .o-flex-3-of-5-bp2 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .o-flex-4-of-5-bp2 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .o-flex-5-of-5-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-6-bp2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .o-flex-2-of-6-bp2 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-3-of-6-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-4-of-6-bp2 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-5-of-6-bp2 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .o-flex-6-of-6-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* Custom components (entirely custom components)
   ========================================================================== */
/* ==========================================================================
  c-404
   ========================================================================== */
.c-404 {
  text-align: center; }

/* ==========================================================================
  c-avatar
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Component
   ========================================================================== */
.c-avatar {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #0080B3;
  color: #fff;
  font-weight: bold; }

.c-avatar-s {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 80%; }

.c-avatar-and-text:before, .c-avatar-and-text:after {
  content: " ";
  display: table; }

.c-avatar-and-text:after {
  clear: both; }

.c-avatar-and-text .c-avatar {
  float: left;
  margin-right: 10px; }

.c-avatar-and-text .c-avatar-text {
  float: left;
  margin-top: 10px; }

.c-avatar-and-text .c-avatar-s {
  margin-right: 5px; }

.c-avatar-and-text .c-avatar-s + .c-avatar-text {
  margin-top: 3px; }

/* ==========================================================================
  c-brand-logo
   ========================================================================== */
.c-brand-logo-size-medium {
  width: 170px;
  margin: 0 auto;
  display: block; }

.bc-navbar .c-brand-logo {
  position: relative; }

/* ==========================================================================
  Content styling
   ========================================================================== */
.c-content h3:first-child {
  margin-top: 0; }

.c-content a {
  text-decoration: underline; }

.c-content p, .c-content ul {
  max-width: 50em; }

/* ==========================================================================
  External link
  Wikipedia style icon next to link to denote an external reference
   ========================================================================== */
.c-external-link {
  padding: 1px;
  position: relative;
  left: 1px; }
  .c-external-link:link, .c-external-link:visited {
    text-decoration: none; }
  .c-external-link:hover, .c-external-link:active, .c-external-link:focus {
    background-color: #F3F6F7;
    border-radius: 1px;
    transition: 0.18s background-color ease-in-out; }
  .c-external-link:after {
    background: url(../images/external-link.svg) no-repeat right center;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px; }

.panel-title .c-external-link {
  padding: 4px 6px;
  position: relative;
  left: -6px; }
  .panel-title .c-external-link:link, .panel-title .c-external-link:visited {
    text-decoration: none; }
  .panel-title .c-external-link:hover, .panel-title .c-external-link:active, .panel-title .c-external-link:focus {
    background-color: #DFE5E7;
    border-radius: 2px;
    transition: 0.18s background-color ease-in-out; }

/* ==========================================================================
   Flexbox object
   ========================================================================== */
/* Settings
   ========================================================================== */
/* Basic containers
   ========================================================================== */
.o-flex {
  display: -ms-flexbox;
  display: flex; }

.o-flex--vertical {
  -ms-flex-direction: column;
      flex-direction: column; }

.o-flex--vertical-center {
  -ms-flex-align: center;
      align-items: center; }

.o-flex--horizontal-center {
  -ms-flex-pack: center;
      justify-content: center; }

.o-flex--center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.o-flex--justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.o-flex--spaced *:not(:last-child) {
  margin-right: 1.6rem; }

/* Flexbox item
   ========================================================================== */
.o-flex__item {
  -ms-flex: 1;
      flex: 1; }

/* Flex Columns
   ========================================================================== */
.o-flex-1-of-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-2-of-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-3 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.o-flex-2-of-3 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%; }

.o-flex-3-of-3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.o-flex-2-of-4 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-3-of-4 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.o-flex-4-of-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.o-flex-2-of-5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.o-flex-3-of-5 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.o-flex-4-of-5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.o-flex-5-of-5 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-6 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%; }

.o-flex-2-of-6 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.o-flex-3-of-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-4-of-6 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%; }

.o-flex-5-of-6 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%; }

.o-flex-6-of-6 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (min-width: 60em) {
  .o-flex-1-of-2-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-2-of-2-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-3-bp1 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-2-of-3-bp1 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-3-of-3-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-4-bp1 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .o-flex-2-of-4-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-3-of-4-bp1 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .o-flex-4-of-4-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-5-bp1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .o-flex-2-of-5-bp1 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .o-flex-3-of-5-bp1 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .o-flex-4-of-5-bp1 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .o-flex-5-of-5-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-6-bp1 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .o-flex-2-of-6-bp1 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-3-of-6-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-4-of-6-bp1 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-5-of-6-bp1 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .o-flex-6-of-6-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (min-width: 80em) {
  .o-flex-1-of-2-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-2-of-2-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-3-bp2 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-2-of-3-bp2 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-3-of-3-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-4-bp2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .o-flex-2-of-4-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-3-of-4-bp2 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .o-flex-4-of-4-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-5-bp2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .o-flex-2-of-5-bp2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .o-flex-3-of-5-bp2 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .o-flex-4-of-5-bp2 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .o-flex-5-of-5-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-6-bp2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .o-flex-2-of-6-bp2 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-3-of-6-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-4-of-6-bp2 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-5-of-6-bp2 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .o-flex-6-of-6-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* ==========================================================================
  c-icon-image
   ========================================================================== */
.c-icon-image {
  display: inline;
  width: 16px;
  margin-right: 2px; }

/* ==========================================================================
  .c-input-with-icon
   ========================================================================== */
.c-input-with-icon {
  position: relative; }
  .c-input-with-icon input,
  .c-input-with-icon input.form-control {
    padding-left: 35px; }
  .c-input-with-icon .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    color: rgba(0, 0, 0, 0.4);
    left: 10px;
    font-size: 18px; }

.c-input-with-icon-small input,
.c-input-with-icon-small input.form-control {
  padding-left: 30px; }

.c-input-with-icon-small .glyphicon {
  font-size: 14px;
  margin-top: -7px; }

.bc-toolbar .c-logo-mobile {
  display: block;
  height: 50px; }
  .bc-toolbar .c-logo-mobile img {
    padding-top: 10px; }

/* Planning box
   ========================================================================== */
.p-box-holder {
  border: 1px solid #DDD;
  margin-top: 5px;
  background: #E7EDEF; }

/* Planning box
   p-box
   ========================================================================== */
.p-box {
  background: #FFF;
  border-radius: 2px;
  min-height: 30px;
  font-size: 13px;
  border: 1px solid #DDD;
  display: block;
  color: rgba(53, 70, 76, 0.8);
  text-decoration: none;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important; }

.p-box-selected {
  box-shadow: 0 0 0 1px #6dd5d2, 0 0 0 3px #a4e5e3;
  position: relative;
  z-index: 10; }

.p-box-inner {
  padding: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .p-box-inner span:last-child {
    opacity: 0.5; }
  .p-box-inner span:only-child,
  .p-box-inner span:first-child {
    opacity: 1; }

.p-box:hover {
  background: #F0F0F0;
  cursor: pointer;
  text-decoration: none;
  color: rgba(53, 70, 76, 0.8); }

.p-box-unplanned {
  border: 1px dashed #DDD; }

.p-box-planned {
  border: 1px solid #b0e8e7;
  background: #C4EEED; }

.p-box-planned:hover {
  background: #ecf9f9; }

.p-box-stretch-hours-2 {
  height: 60px; }

.p-box-stretch-hours-3 {
  height: 90px; }

.p-box-stretch-hours-4 {
  height: 120px; }

.p-box-stretch-hours-5 {
  height: 150px; }

.p-box-stretch-hours-6 {
  height: 180px; }

.p-box-stretch-hours-7 {
  height: 210px; }

.p-box-stretch-hours-8 {
  height: 240px; }

.p-box-stretch-hours-9 {
  height: 270px; }

.p-box-stretch-hours-10 {
  height: 300px; }

.p-box-stretch-hours-11 {
  height: 330px; }

.p-box-stretch-hours-12 {
  height: 360px; }

.p-box-stretch-hours-13 {
  height: 390px; }

.p-box-stretch-hours-14 {
  height: 420px; }

.p-box-stretch-hours-15 {
  height: 450px; }

.p-box-stretch-hours-16 {
  height: 480px; }

.p-box-stretch-hours-17 {
  height: 510px; }

.p-box-stretch-hours-18 {
  height: 540px; }

.p-box-stretch-hours-19 {
  height: 570px; }

.p-box-stretch-hours-20 {
  height: 600px; }

.p-box-stretch-hours-22 {
  height: 660px; }

.p-box-stretch-hours-23 {
  height: 690px; }

.p-box-stretch-hours-24 {
  height: 720px; }

.c-p-drag-box {
  position: relative; }

/* Individual planning
   ========================================================================== */
.c-p-ip-scheme-holder .c-p-ip-hours {
  width: 15%;
  float: left; }

.c-p-ip-scheme-holder .c-p-ip-scheme {
  width: 85%;
  float: right; }

.c-p-ip-scheme-holder {
  overflow: scroll;
  height: 500px; }

.c-p-ip-layer-scheme {
  height: 720px;
  width: 100%;
  background: repeating-linear-gradient(transparent 0, transparent 29px, #E7EDEF 30px); }

.c-p-ip-layer-grid-gridline {
  height: 30px;
  border-bottom: 1px solid #E7EDEF; }

.c-p-ip-hour {
  height: 30px;
  font-size: 11px;
  color: #8C9FA7; }

.c-p-ip-scheme {
  position: relative; }
  .c-p-ip-scheme .p-box {
    position: relative;
    right: 10px; }

/* Left hand side structure
   c-resource-holder
   ========================================================================== */
.c-p-resource-holder .p-box {
  margin: 7.5px 0; }

/* Planning resource
   p-res
   ========================================================================== */
.p-res-image {
  width: 32px;
  height: 32px; }

.p-res-image-placeholder {
  background: #EEE;
  border-radius: 100%;
  display: block; }

.p-res-name {
  margin-top: 10px; }

.c-p-split-dropzone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  /* business objects override */ }
  .c-p-split-dropzone .c-p-split-dropzone-left,
  .c-p-split-dropzone .c-p-split-dropzone-right {
    -ms-flex-align: center;
        align-items: center;
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    text-align: center; }
    .c-p-split-dropzone .c-p-split-dropzone-left *,
    .c-p-split-dropzone .c-p-split-dropzone-right * {
      margin: 0 auto; }
  .c-p-split-dropzone .c-p-split-dropzone-left {
    background: rgba(48, 154, 151, 0.4);
    color: #FFF; }
  .c-p-split-dropzone .c-p-split-dropzone-right {
    background: rgba(48, 154, 151, 0.6);
    color: #FFF; }
  .c-p-split-dropzone .c-side-menu-item-icon-container .c-icon-business-object {
    top: 10px; }

/* Planning table
   ========================================================================== */
.p-table tbody th {
  width: 120px; }

.p-table thead th {
  text-align: center; }

/* Planner structure
   ========================================================================== */
.c-planner-structure {
  height: 100%; }

.c-planner-structure-left {
  background: #E7EDEF;
  float: left;
  width: 240px;
  padding: 0 15px;
  height: 100%;
  overflow: scroll;
  border-right: 1px solid #DFE5E7;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2); }

.c-planner-structure-right {
  float: right;
  width: calc(100% - 260px);
  height: 100%;
  overflow: scroll; }

/* ==========================================================================
  c-side-menu
   ========================================================================== */
/* Variables
   ========================================================================== */
/* Component
   ========================================================================== */
.c-side-menu {
  float: left;
  width: 200px;
  padding: 0;
  list-style-type: none;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  color: #4A4A4A; }

.c-side-menu-item {
  position: relative;
  background-color: #F3F6F7;
  border-bottom: 1px solid #D5D5D5; }
  .c-side-menu-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  .c-side-menu-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: 0; }
  .c-side-menu-item:hover {
    background-color: #fff; }
  .c-side-menu-item a {
    display: block;
    line-height: 44px;
    color: inherit;
    text-decoration: none; }

.c-side-menu-item-is-active {
  background-color: #fff; }
  .c-side-menu-item-is-active:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: 0;
    width: 5px;
    background-color: #0080B3; }
  .c-side-menu-item-is-active:first-child:after {
    border-top-left-radius: 4px; }
  .c-side-menu-item-is-active:last-child:after {
    border-bottom-left-radius: 4px; }

.c-side-menu-item-icon-container {
  width: 38px;
  height: 44px;
  float: left;
  position: relative;
  text-align: center; }
  .c-side-menu-item-icon-container .c-icon-business-object {
    position: relative;
    top: -2px;
    left: 4px; }

.c-icon-business-object-image {
  display: block;
  padding-left: 5px; }

.c-side-menu-item-orb {
  background-color: #B2B2B2;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px; }

/* Helper component for positioning sidebar along fluid content
   ========================================================================== */
.c-content-with-side-menu:before, .c-content-with-side-menu:after {
  content: " ";
  display: table; }

.c-content-with-side-menu:after {
  clear: both; }

.c-content-with-side-menu-main-content {
  float: right;
  width: calc(100% - 200px - 30px); }

/* Help within sidenar
   ========================================================================== */
.c-side-menu-item {
  position: relative; }
  .c-side-menu-item .c-side-menu-help-link {
    position: absolute;
    top: -1px;
    right: 12px;
    display: none; }
    .js-help-active .c-side-menu-item .c-side-menu-help-link {
      display: inline-block; }

/* ==========================================================================
  c-spacer
   ========================================================================== */
.c-spacer-s {
  padding: 5px; }

.c-spacer {
  padding: 10px; }

.c-spacer-l {
  padding: 20px; }

@media (max-width: 991px) {
  .c-spacer-s-at-sm {
    padding: 5px; }
  .c-spacer-at-sm {
    padding: 10px; }
  .c-spacer-l-at-sm {
    padding: 20px; } }

.c-spacer-left-s {
  padding-left: 5px; }

.c-spacer-left {
  padding-left: 10px; }

.c-spacer-left-l {
  padding-left: 20px; }

@media (max-width: 991px) {
  .c-spacer-left-s-at-sm {
    padding-left: 5px; }
  .c-spacer-left-at-sm {
    padding-left: 10px; }
  .c-spacer-left-l-at-sm {
    padding-left: 20px; } }

@media (min-width: 992px) {
  .c-spacer-left-s-at-md {
    padding-left: 5px; }
  .c-spacer-left-at-md {
    padding-left: 10px; }
  .c-spacer-left-l-at-md {
    padding-left: 20px; } }

.c-spacer-right-mini {
  padding-right: 3px; }

.c-spacer-right-s {
  padding-right: 5px; }

.c-spacer-right {
  padding-right: 10px; }

.c-spacer-right-l {
  padding-right: 20px; }

@media (max-width: 991px) {
  .c-spacer-right-s-at-sm {
    padding-right: 5px; }
  .c-spacer-right-at-sm {
    padding-right: 10px; }
  .c-spacer-right-l-at-sm {
    padding-right: 20px; } }

@media (min-width: 992px) {
  .c-spacer-right-s-at-md {
    padding-right: 5px; }
  .c-spacer-right-at-md {
    padding-right: 10px; }
  .c-spacer-right-l-at-md {
    padding-right: 20px; } }

.c-spacer-top-s {
  padding-top: 5px; }

.c-spacer-top {
  padding-top: 10px; }

.c-spacer-top-l {
  padding-top: 20px; }

@media (max-width: 991px) {
  .c-spacer-top-s-at-sm {
    padding-top: 5px; }
  .c-spacer-top-at-sm {
    padding-top: 10px; }
  .c-spacer-top-l-at-sm {
    padding-top: 20px; } }

@media (min-width: 992px) {
  .c-spacer-top-s-at-md {
    padding-top: 5px; }
  .c-spacer-top-at-md {
    padding-top: 10px; }
  .c-spacer-top-l-at-md {
    padding-top: 20px; } }

.c-spacer-bottom-s {
  padding-bottom: 5px; }

.c-spacer-bottom {
  padding-bottom: 10px; }

.c-spacer-bottom-l {
  padding-bottom: 20px; }

@media (min-width: 768px) {
  .c-spacer-bottom-s-at-sm {
    padding-bottom: 5px; }
  .c-spacer-bottom-at-sm {
    padding-bottom: 10px; }
  .c-spacer-bottom-l-at-sm {
    padding-bottom: 20px; } }

@media (min-width: 992px) {
  .c-spacer-bottom-s-at-md {
    padding-bottom: 5px; }
  .c-spacer-bottom-at-md {
    padding-bottom: 10px; }
  .c-spacer-bottom-l-at-md {
    padding-bottom: 20px; } }

/* ==========================================================================
  c-util
  Utilities to make containers scrollable, max height etc.
   ========================================================================== */
.c-util-maximize-height {
  height: 100%; }

.c-util-disable-scroll {
  overflow: hidden; }

.c-util-is-block {
  display: block; }

.c-util-is-inline-block {
  display: inline-block; }

.c-util-no-wrap {
  white-space: nowrap; }

.c-util-is-bold {
  font-weight: bold; }

.c-util-no-opacity {
  opacity: 1; }

.c-util-relative {
  position: relative; }

.c-util-is-scrollable {
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

@media (min-width: 768px) {
  .c-util-is-scrollable-at-sm {
    overflow: scroll; } }

/* Additional utilities
   ========================================================================== */
.c-util-margin-5 {
  margin: 5px; }

.c-util-min-width-100 {
  min-width: 100px; }

.c-util-min-width-50 {
  min-width: 50px; }

.c-util-padding-bottom-10 {
  padding-bottom: 10px; }

.c-util-padding-top-10 {
  padding-top: 10px; }

/* Spacing  reset
   ========================================================================== */
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

/* Flex utility to horizontally align items
   ========================================================================== */
.flexbox .c-utility-flex {
  display: -ms-flexbox;
  display: flex; }
  .flexbox .c-utility-flex .c-utility-flex-element {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.no-flexbox .c-utility-flex .c-utility-flex-element {
  display: inline-block; }

.c-utility-flex-align-vertical-middle {
  -ms-flex-align: center;
      align-items: center; }

/* Flex utility for vertical/horizontal center
   ========================================================================== */
.flexbox .c-utility-flex-center {
  display: -ms-flexbox;
  display: flex;
  height: 100%; }
  .flexbox .c-utility-flex-center > .c-utility-flex-center-element {
    margin: auto; }

.no-flexbox .c-utility-flex-center {
  display: table;
  height: 100%;
  width: 100%; }
  .no-flexbox .c-utility-flex-center > .c-utility-flex-center-element {
    display: table-cell;
    vertical-align: middle;
    width: 100%; }

/* ==========================================================================
  c-width-limiter
   ========================================================================== */
/* Variables 
   ========================================================================== */
/* Component
   ========================================================================== */
.c-width-limiter p {
  max-width: 50em; }

/* ==========================================================================
  .c-input-with-icon
   ========================================================================== */
.c-input-with-icon {
  position: relative; }
  .c-input-with-icon input,
  .c-input-with-icon input.form-control {
    padding-left: 35px; }
  .c-input-with-icon .glyphicon {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    color: rgba(0, 0, 0, 0.4);
    left: 10px;
    font-size: 18px; }

.c-input-with-icon-small input,
.c-input-with-icon-small input.form-control {
  padding-left: 30px; }

.c-input-with-icon-small .glyphicon {
  font-size: 14px;
  margin-top: -7px; }

/* ==========================================================================
  c-404
   ========================================================================== */
.c-404 {
  text-align: center; }

/* ==========================================================================
  External link
  Wikipedia style icon next to link to denote an external reference
   ========================================================================== */
.c-external-link {
  padding: 1px;
  position: relative;
  left: 1px; }
  .c-external-link:link, .c-external-link:visited {
    text-decoration: none; }
  .c-external-link:hover, .c-external-link:active, .c-external-link:focus {
    background-color: #F3F6F7;
    border-radius: 1px;
    transition: 0.18s background-color ease-in-out; }
  .c-external-link:after {
    background: url(../images/external-link.svg) no-repeat right center;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px; }

.panel-title .c-external-link {
  padding: 4px 6px;
  position: relative;
  left: -6px; }
  .panel-title .c-external-link:link, .panel-title .c-external-link:visited {
    text-decoration: none; }
  .panel-title .c-external-link:hover, .panel-title .c-external-link:active, .panel-title .c-external-link:focus {
    background-color: #DFE5E7;
    border-radius: 2px;
    transition: 0.18s background-color ease-in-out; }

/* ==========================================================================
  c-video-wrapper
   ========================================================================== */
.c-video-wrapper {
  position: relative;
  padding-bottom: 43%;
  height: 0;
  margin-bottom: 1.2em; }
  .c-video-wrapper.c-video-wrapper-aspect-2-3 {
    padding-bottom: 66.67%;
    /* 3:2 */ }
  .c-video-wrapper.c-video-wrapper-aspect-16-9 {
    padding-bottom: 56.25%;
    /* 16:9 */ }

.c-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ==========================================================================
  Inline help
   ========================================================================== */
.js-help-active span[data-toggle="tooltip"] {
  color: #F6AB2D; }
  .js-help-active span[data-toggle="tooltip"]:after {
    background: url(../images/help.svg) no-repeat right center;
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px; }

.js-help-active .panel-title span[data-toggle="tooltip"] {
  padding: 4px 6px;
  color: #F6AB2D;
  position: relative;
  right: 6px; }
  .js-help-active .panel-title span[data-toggle="tooltip"]:link, .js-help-active .panel-title span[data-toggle="tooltip"]:visited {
    text-decoration: none; }
  .js-help-active .panel-title span[data-toggle="tooltip"]:hover, .js-help-active .panel-title span[data-toggle="tooltip"]:active, .js-help-active .panel-title span[data-toggle="tooltip"]:focus {
    background-color: #DFE5E7;
    border-radius: 2px;
    transition: 0.18s background-color ease-in-out; }

.bc-toolbar .c-logo-mobile {
  display: block;
  height: 50px; }
  .bc-toolbar .c-logo-mobile img {
    padding-top: 10px; }

/* signature pad */
.signature-pad {
  position: relative;
  width: 100%;
  height: 100%; }

.signature-pad-body {
  border: 1px solid #f4f4f4;
  margin-bottom: 60px; }

.signature-pad-body canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
  height: 300px; }

.signature-pad-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 40px; }

.signature-pad-footer .description {
  color: #C3C3C3;
  text-align: center;
  font-size: 1.2em;
  margin-top: 1.8em; }

.signature-pad-footer .button {
  position: absolute;
  bottom: 0; }

.signature-pad-footer .button.clear {
  left: 0; }

.signature-pad-footer .button.save {
  right: 0; }

@media screen and (max-width: 1024px) {
  .signature-pad {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    min-width: 250px;
    min-height: 140px;
    margin: 5%; }
  #github {
    display: none; } }

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .signature-pad {
    margin: 10%; } }

@media screen and (max-height: 320px) {
  .signature-pad-body {
    left: 0;
    right: 0;
    top: 0;
    bottom: 32px; }
  .signature-pad-footer {
    left: 20px;
    right: 20px;
    bottom: 4px;
    height: 28px; }
  .signature-pad-footer .description {
    font-size: 1em;
    margin-top: 1em; } }

.bc-toolbar .c-logo-mobile {
  display: block;
  height: 50px; }
  .bc-toolbar .c-logo-mobile img {
    padding-top: 10px; }

/* ==========================================================================
   Flexbox object
   ========================================================================== */
/* Settings
   ========================================================================== */
/* Basic containers
   ========================================================================== */
.o-flex {
  display: -ms-flexbox;
  display: flex; }

.o-flex--vertical {
  -ms-flex-direction: column;
      flex-direction: column; }

.o-flex--vertical-center {
  -ms-flex-align: center;
      align-items: center; }

.o-flex--horizontal-center {
  -ms-flex-pack: center;
      justify-content: center; }

.o-flex--center {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.o-flex--justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.o-flex--spaced *:not(:last-child) {
  margin-right: 1.6rem; }

/* Flexbox item
   ========================================================================== */
.o-flex__item {
  -ms-flex: 1;
      flex: 1; }

/* Flex Columns
   ========================================================================== */
.o-flex-1-of-2 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-2-of-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-3 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.o-flex-2-of-3 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%; }

.o-flex-3-of-3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-4 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.o-flex-2-of-4 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-3-of-4 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.o-flex-4-of-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-5 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%; }

.o-flex-2-of-5 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.o-flex-3-of-5 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.o-flex-4-of-5 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%; }

.o-flex-5-of-5 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.o-flex-1-of-6 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%; }

.o-flex-2-of-6 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%; }

.o-flex-3-of-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.o-flex-4-of-6 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%; }

.o-flex-5-of-6 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%; }

.o-flex-6-of-6 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

@media (min-width: 60em) {
  .o-flex-1-of-2-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-2-of-2-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-3-bp1 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-2-of-3-bp1 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-3-of-3-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-4-bp1 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .o-flex-2-of-4-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-3-of-4-bp1 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .o-flex-4-of-4-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-5-bp1 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .o-flex-2-of-5-bp1 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .o-flex-3-of-5-bp1 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .o-flex-4-of-5-bp1 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .o-flex-5-of-5-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-6-bp1 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .o-flex-2-of-6-bp1 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-3-of-6-bp1 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-4-of-6-bp1 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-5-of-6-bp1 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .o-flex-6-of-6-bp1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

@media (min-width: 80em) {
  .o-flex-1-of-2-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-2-of-2-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-3-bp2 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-2-of-3-bp2 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-3-of-3-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-4-bp2 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .o-flex-2-of-4-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-3-of-4-bp2 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .o-flex-4-of-4-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-5-bp2 {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .o-flex-2-of-5-bp2 {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%; }
  .o-flex-3-of-5-bp2 {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%; }
  .o-flex-4-of-5-bp2 {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%; }
  .o-flex-5-of-5-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .o-flex-1-of-6-bp2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%; }
  .o-flex-2-of-6-bp2 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }
  .o-flex-3-of-6-bp2 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .o-flex-4-of-6-bp2 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%; }
  .o-flex-5-of-6-bp2 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%; }
  .o-flex-6-of-6-bp2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; } }

/* ==========================================================================
  Side panel for two “app” layout, where a fully new column
  can appear on the right side of the actual app (for help purposes)
   ========================================================================== */
.c-side-panel {
  border-left: 1px solid #D1DBE0;
  overflow: scroll; }

.c-main-area {
  -ms-flex: 3;
      flex: 3; }

/* Additional CSS
   Not sure what to do with this remaining CSS
   ========================================================================== */
.errors {
  color: #DD5B5B;
  font-weight: bold; }

/* CSS to fix layout in implementation
   Workaround for not being able to use bc-scroll-context logic within JSF
   ========================================================================== */
.deskdrive-implementation {
  /* fixed subtitle bar */
  /* business objects override */ }
  .deskdrive-implementation .c-side-menu-item-icon-container .c-icon-business-object {
    top: 10px; }

/*# sourceMappingURL=main.css.map */
