@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
/*$boxed-bg-color:    #475e8d;*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/* line 9, bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 45, bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 57, bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 78, bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 109, bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 118, bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 126, bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 135, bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 144, bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 153, bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 162, bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 184, bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 192, bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 203, bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 211, bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 221, bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 256, bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 266, bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 278, bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 303, bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 312, bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 322, bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 335, bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 347, bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 357, bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 371, bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 11, bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 19, bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 23, bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 27, bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 34, bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  /* line 39, bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 44, bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 49, bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 53, bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 59, bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 65, bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 73, bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 78, bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 83, bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 95, bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 101, bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @jankovarik
 *
 */
/* line 10, bootstrap/_glyphicons.scss */
html, html .halflings {
  -webkit-font-smoothing: antialiased !important;
}

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

/* line 27, bootstrap/_glyphicons.scss */
[class^="glyphicon-"],
[class*=" glyphicon-"] {
  font-family: 'Glyphicons';
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: 15px;
  vertical-align: middle;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}

/* line 47, bootstrap/_glyphicons.scss */
[class^="glyphicon-"]:before,
[class*=" glyphicon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* line 55, bootstrap/_glyphicons.scss */
a [class^="glyphicon-"],
a [class*=" glyphicon-"] {
  display: inline-block;
}

/* line 62, bootstrap/_glyphicons.scss */
li [class^="glyphicon-"],
li [class*=" glyphicon-"], .nav li [class^="glyphicon-"],
.nav li [class*=" glyphicon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* line 70, bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 71, bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e002";
}

/* line 72, bootstrap/_glyphicons.scss */
.glyphicon-dog:before {
  content: "\e003";
}

/* line 73, bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e004";
}

/* line 74, bootstrap/_glyphicons.scss */
.glyphicon-girl:before {
  content: "\e005";
}

/* line 75, bootstrap/_glyphicons.scss */
.glyphicon-car:before {
  content: "\e006";
}

/* line 76, bootstrap/_glyphicons.scss */
.glyphicon-user-add:before {
  content: "\e007";
}

/* line 77, bootstrap/_glyphicons.scss */
.glyphicon-user-remove:before {
  content: "\e008";
}

/* line 78, bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 79, bootstrap/_glyphicons.scss */
.glyphicon-magic:before {
  content: "\e010";
}

/* line 80, bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 81, bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e011";
}

/* line 82, bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e013";
}

/* line 83, bootstrap/_glyphicons.scss */
.glyphicon-beach-umbrella:before {
  content: "\e014";
}

/* line 84, bootstrap/_glyphicons.scss */
.glyphicon-train:before {
  content: "\e015";
}

/* line 85, bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e016";
}

/* line 86, bootstrap/_glyphicons.scss */
.glyphicon-bin:before {
  content: "\e017";
}

/* line 87, bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e018";
}

/* line 88, bootstrap/_glyphicons.scss */
.glyphicon-note:before {
  content: "\e019";
}

/* line 89, bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e020";
}

/* line 90, bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 91, bootstrap/_glyphicons.scss */
.glyphicon-snowflake:before {
  content: "\2744";
}

/* line 92, bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e023";
}

/* line 93, bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e024";
}

/* line 94, bootstrap/_glyphicons.scss */
.glyphicon-parents:before {
  content: "\e025";
}

/* line 95, bootstrap/_glyphicons.scss */
.glyphicon-binoculars:before {
  content: "\e026";
}

/* line 96, bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e027";
}

/* line 97, bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e028";
}

/* line 98, bootstrap/_glyphicons.scss */
.glyphicon-cars:before {
  content: "\e029";
}

/* line 99, bootstrap/_glyphicons.scss */
.glyphicon-notes-2:before {
  content: "\e030";
}

/* line 100, bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270F";
}

/* line 101, bootstrap/_glyphicons.scss */
.glyphicon-bus:before {
  content: "\e032";
}

/* line 102, bootstrap/_glyphicons.scss */
.glyphicon-wifi-alt:before {
  content: "\e033";
}

/* line 103, bootstrap/_glyphicons.scss */
.glyphicon-luggage:before {
  content: "\e034";
}

/* line 104, bootstrap/_glyphicons.scss */
.glyphicon-old-man:before {
  content: "\e035";
}

/* line 105, bootstrap/_glyphicons.scss */
.glyphicon-woman:before {
  content: "\e036";
}

/* line 106, bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e037";
}

/* line 107, bootstrap/_glyphicons.scss */
.glyphicon-coins:before {
  content: "\e038";
}

/* line 108, bootstrap/_glyphicons.scss */
.glyphicon-airplane:before {
  content: "\2708";
}

/* line 109, bootstrap/_glyphicons.scss */
.glyphicon-notes:before {
  content: "\e040";
}

/* line 110, bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e041";
}

/* line 111, bootstrap/_glyphicons.scss */
.glyphicon-charts:before {
  content: "\e042";
}

/* line 112, bootstrap/_glyphicons.scss */
.glyphicon-pie-chart:before {
  content: "\e043";
}

/* line 113, bootstrap/_glyphicons.scss */
.glyphicon-group:before {
  content: "\e044";
}

/* line 114, bootstrap/_glyphicons.scss */
.glyphicon-keys:before {
  content: "\e045";
}

/* line 115, bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e046";
}

/* line 116, bootstrap/_glyphicons.scss */
.glyphicon-router:before {
  content: "\e047";
}

/* line 117, bootstrap/_glyphicons.scss */
.glyphicon-camera-small:before {
  content: "\e048";
}

/* line 118, bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e049";
}

/* line 119, bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e050";
}

/* line 120, bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e051";
}

/* line 121, bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e052";
}

/* line 122, bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e053";
}

/* line 123, bootstrap/_glyphicons.scss */
.glyphicon-alarm:before {
  content: "\e054";
}

/* line 124, bootstrap/_glyphicons.scss */
.glyphicon-clock:before {
  content: "\e055";
}

/* line 125, bootstrap/_glyphicons.scss */
.glyphicon-stopwatch:before {
  content: "\e056";
}

/* line 126, bootstrap/_glyphicons.scss */
.glyphicon-projector:before {
  content: "\e057";
}

/* line 127, bootstrap/_glyphicons.scss */
.glyphicon-history:before {
  content: "\e058";
}

/* line 128, bootstrap/_glyphicons.scss */
.glyphicon-truck:before {
  content: "\e059";
}

/* line 129, bootstrap/_glyphicons.scss */
.glyphicon-cargo:before {
  content: "\e060";
}

/* line 130, bootstrap/_glyphicons.scss */
.glyphicon-compass:before {
  content: "\e061";
}

/* line 131, bootstrap/_glyphicons.scss */
.glyphicon-keynote:before {
  content: "\e062";
}

/* line 132, bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e063";
}

/* line 133, bootstrap/_glyphicons.scss */
.glyphicon-power:before {
  content: "\e064";
}

/* line 134, bootstrap/_glyphicons.scss */
.glyphicon-lightbulb:before {
  content: "\e065";
}

/* line 135, bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e066";
}

/* line 136, bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e067";
}

/* line 137, bootstrap/_glyphicons.scss */
.glyphicon-cleaning:before {
  content: "\e068";
}

/* line 138, bootstrap/_glyphicons.scss */
.glyphicon-ruler:before {
  content: "\e069";
}

/* line 139, bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e070";
}

/* line 140, bootstrap/_glyphicons.scss */
.glyphicon-umbrella:before {
  content: "\2602";
}

/* line 141, bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e072";
}

/* line 142, bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e073";
}

/* line 143, bootstrap/_glyphicons.scss */
.glyphicon-wifi:before {
  content: "\e074";
}

/* line 144, bootstrap/_glyphicons.scss */
.glyphicon-cup:before {
  content: "\e075";
}

/* line 145, bootstrap/_glyphicons.scss */
.glyphicon-stroller:before {
  content: "\e076";
}

/* line 146, bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e077";
}

/* line 147, bootstrap/_glyphicons.scss */
.glyphicon-headset:before {
  content: "\e078";
}

/* line 148, bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e079";
}

/* line 149, bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e080";
}

/* line 150, bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e081";
}

/* line 151, bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e082";
}

/* line 152, bootstrap/_glyphicons.scss */
.glyphicon-roundabout:before {
  content: "\e083";
}

/* line 153, bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e084";
}

/* line 154, bootstrap/_glyphicons.scss */
.glyphicon-heat:before {
  content: "\e085";
}

/* line 155, bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e086";
}

/* line 156, bootstrap/_glyphicons.scss */
.glyphicon-display:before {
  content: "\e087";
}

/* line 157, bootstrap/_glyphicons.scss */
.glyphicon-log-book:before {
  content: "\e088";
}

/* line 158, bootstrap/_glyphicons.scss */
.glyphicon-address-book:before {
  content: "\e089";
}

/* line 159, bootstrap/_glyphicons.scss */
.glyphicon-building:before {
  content: "\e090";
}

/* line 160, bootstrap/_glyphicons.scss */
.glyphicon-eyedropper:before {
  content: "\e091";
}

/* line 161, bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e092";
}

/* line 162, bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e093";
}

/* line 163, bootstrap/_glyphicons.scss */
.glyphicon-crop:before {
  content: "\e094";
}

/* line 164, bootstrap/_glyphicons.scss */
.glyphicon-vector-path-square:before {
  content: "\e095";
}

/* line 165, bootstrap/_glyphicons.scss */
.glyphicon-vector-path-circle:before {
  content: "\e096";
}

/* line 166, bootstrap/_glyphicons.scss */
.glyphicon-vector-path-polygon:before {
  content: "\e097";
}

/* line 167, bootstrap/_glyphicons.scss */
.glyphicon-vector-path-line:before {
  content: "\e098";
}

/* line 168, bootstrap/_glyphicons.scss */
.glyphicon-vector-path-curve:before {
  content: "\e099";
}

/* line 169, bootstrap/_glyphicons.scss */
.glyphicon-vector-path-all:before {
  content: "\e100";
}

/* line 170, bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e101";
}

/* line 171, bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e102";
}

/* line 172, bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e103";
}

/* line 173, bootstrap/_glyphicons.scss */
.glyphicon-text-underline:before {
  content: "\e104";
}

/* line 174, bootstrap/_glyphicons.scss */
.glyphicon-text-strike:before {
  content: "\e105";
}

/* line 175, bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e106";
}

/* line 176, bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e107";
}

/* line 177, bootstrap/_glyphicons.scss */
.glyphicon-text-resize:before {
  content: "\e108";
}

/* line 178, bootstrap/_glyphicons.scss */
.glyphicon-left-indent:before {
  content: "\e109";
}

/* line 179, bootstrap/_glyphicons.scss */
.glyphicon-right-indent:before {
  content: "\e110";
}

/* line 180, bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e111";
}

/* line 181, bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e112";
}

/* line 182, bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e113";
}

/* line 183, bootstrap/_glyphicons.scss */
.glyphicon-justify:before {
  content: "\e114";
}

/* line 184, bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e115";
}

/* line 185, bootstrap/_glyphicons.scss */
.glyphicon-text-smaller:before {
  content: "\e116";
}

/* line 186, bootstrap/_glyphicons.scss */
.glyphicon-text-bigger:before {
  content: "\e117";
}

/* line 187, bootstrap/_glyphicons.scss */
.glyphicon-embed:before {
  content: "\e118";
}

/* line 188, bootstrap/_glyphicons.scss */
.glyphicon-embed-close:before {
  content: "\e119";
}

/* line 189, bootstrap/_glyphicons.scss */
.glyphicon-table:before {
  content: "\e120";
}

/* line 190, bootstrap/_glyphicons.scss */
.glyphicon-message-full:before {
  content: "\e121";
}

/* line 191, bootstrap/_glyphicons.scss */
.glyphicon-message-empty:before {
  content: "\e122";
}

/* line 192, bootstrap/_glyphicons.scss */
.glyphicon-message-in:before {
  content: "\e123";
}

/* line 193, bootstrap/_glyphicons.scss */
.glyphicon-message-out:before {
  content: "\e124";
}

/* line 194, bootstrap/_glyphicons.scss */
.glyphicon-message-plus:before {
  content: "\e125";
}

/* line 195, bootstrap/_glyphicons.scss */
.glyphicon-message-minus:before {
  content: "\e126";
}

/* line 196, bootstrap/_glyphicons.scss */
.glyphicon-message-ban:before {
  content: "\e127";
}

/* line 197, bootstrap/_glyphicons.scss */
.glyphicon-message-flag:before {
  content: "\e128";
}

/* line 198, bootstrap/_glyphicons.scss */
.glyphicon-message-lock:before {
  content: "\e129";
}

/* line 199, bootstrap/_glyphicons.scss */
.glyphicon-message-new:before {
  content: "\e130";
}

/* line 200, bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e131";
}

/* line 201, bootstrap/_glyphicons.scss */
.glyphicon-inbox-plus:before {
  content: "\e132";
}

/* line 202, bootstrap/_glyphicons.scss */
.glyphicon-inbox-minus:before {
  content: "\e133";
}

/* line 203, bootstrap/_glyphicons.scss */
.glyphicon-inbox-lock:before {
  content: "\e134";
}

/* line 204, bootstrap/_glyphicons.scss */
.glyphicon-inbox-in:before {
  content: "\e135";
}

/* line 205, bootstrap/_glyphicons.scss */
.glyphicon-inbox-out:before {
  content: "\e136";
}

/* line 206, bootstrap/_glyphicons.scss */
.glyphicon-cogwheel:before {
  content: "\e137";
}

/* line 207, bootstrap/_glyphicons.scss */
.glyphicon-cogwheels:before {
  content: "\e138";
}

/* line 208, bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e139";
}

/* line 209, bootstrap/_glyphicons.scss */
.glyphicon-adjust-alt:before {
  content: "\e140";
}

/* line 210, bootstrap/_glyphicons.scss */
.glyphicon-database-lock:before {
  content: "\e141";
}

/* line 211, bootstrap/_glyphicons.scss */
.glyphicon-database-plus:before {
  content: "\e142";
}

/* line 212, bootstrap/_glyphicons.scss */
.glyphicon-database-minus:before {
  content: "\e143";
}

/* line 213, bootstrap/_glyphicons.scss */
.glyphicon-database-ban:before {
  content: "\e144";
}

/* line 214, bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e145";
}

/* line 215, bootstrap/_glyphicons.scss */
.glyphicon-folder-plus:before {
  content: "\e146";
}

/* line 216, bootstrap/_glyphicons.scss */
.glyphicon-folder-minus:before {
  content: "\e147";
}

/* line 217, bootstrap/_glyphicons.scss */
.glyphicon-folder-lock:before {
  content: "\e148";
}

/* line 218, bootstrap/_glyphicons.scss */
.glyphicon-folder-flag:before {
  content: "\e149";
}

/* line 219, bootstrap/_glyphicons.scss */
.glyphicon-folder-new:before {
  content: "\e150";
}

/* line 220, bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e151";
}

/* line 221, bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e152";
}

/* line 222, bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e153";
}

/* line 223, bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e154";
}

/* line 224, bootstrap/_glyphicons.scss */
.glyphicon-more-windows:before {
  content: "\e155";
}

/* line 225, bootstrap/_glyphicons.scss */
.glyphicon-show-big-thumbnails:before {
  content: "\e156";
}

/* line 226, bootstrap/_glyphicons.scss */
.glyphicon-show-thumbnails:before {
  content: "\e157";
}

/* line 227, bootstrap/_glyphicons.scss */
.glyphicon-show-thumbnails-with-lines:before {
  content: "\e158";
}

/* line 228, bootstrap/_glyphicons.scss */
.glyphicon-show-lines:before {
  content: "\e159";
}

/* line 229, bootstrap/_glyphicons.scss */
.glyphicon-playlist:before {
  content: "\e160";
}

/* line 230, bootstrap/_glyphicons.scss */
.glyphicon-imac:before {
  content: "\e161";
}

/* line 231, bootstrap/_glyphicons.scss */
.glyphicon-macbook:before {
  content: "\e162";
}

/* line 232, bootstrap/_glyphicons.scss */
.glyphicon-ipad:before {
  content: "\e163";
}

/* line 233, bootstrap/_glyphicons.scss */
.glyphicon-iphone:before {
  content: "\e164";
}

/* line 234, bootstrap/_glyphicons.scss */
.glyphicon-iphone-transfer:before {
  content: "\e165";
}

/* line 235, bootstrap/_glyphicons.scss */
.glyphicon-iphone-exchange:before {
  content: "\e166";
}

/* line 236, bootstrap/_glyphicons.scss */
.glyphicon-ipod:before {
  content: "\e167";
}

/* line 237, bootstrap/_glyphicons.scss */
.glyphicon-ipod-shuffle:before {
  content: "\e168";
}

/* line 238, bootstrap/_glyphicons.scss */
.glyphicon-ear-plugs:before {
  content: "\e169";
}

/* line 239, bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e170";
}

/* line 240, bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e171";
}

/* line 241, bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e172";
}

/* line 242, bootstrap/_glyphicons.scss */
.glyphicon-rewind:before {
  content: "\e173";
}

/* line 243, bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e174";
}

/* line 244, bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e175";
}

/* line 245, bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e176";
}

/* line 246, bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e177";
}

/* line 247, bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e178";
}

/* line 248, bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e179";
}

/* line 249, bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e180";
}

/* line 250, bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e181";
}

/* line 251, bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e182";
}

/* line 252, bootstrap/_glyphicons.scss */
.glyphicon-mute:before {
  content: "\e183";
}

/* line 253, bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e184";
}

/* line 254, bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e185";
}

/* line 255, bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e186";
}

/* line 256, bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e187";
}

/* line 257, bootstrap/_glyphicons.scss */
.glyphicon-more:before {
  content: "\e188";
}

/* line 258, bootstrap/_glyphicons.scss */
.glyphicon-brightness-reduce:before {
  content: "\e189";
}

/* line 259, bootstrap/_glyphicons.scss */
.glyphicon-brightness-increase:before {
  content: "\e190";
}

/* line 260, bootstrap/_glyphicons.scss */
.glyphicon-circle-plus:before {
  content: "\e191";
}

/* line 261, bootstrap/_glyphicons.scss */
.glyphicon-circle-minus:before {
  content: "\e192";
}

/* line 262, bootstrap/_glyphicons.scss */
.glyphicon-circle-remove:before {
  content: "\e193";
}

/* line 263, bootstrap/_glyphicons.scss */
.glyphicon-circle-ok:before {
  content: "\e194";
}

/* line 264, bootstrap/_glyphicons.scss */
.glyphicon-circle-question-mark:before {
  content: "\e195";
}

/* line 265, bootstrap/_glyphicons.scss */
.glyphicon-circle-info:before {
  content: "\e196";
}

/* line 266, bootstrap/_glyphicons.scss */
.glyphicon-circle-exclamation-mark:before {
  content: "\e197";
}

/* line 267, bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e198";
}

/* line 268, bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e199";
}

/* line 269, bootstrap/_glyphicons.scss */
.glyphicon-ban:before {
  content: "\e200";
}

/* line 270, bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e201";
}

/* line 271, bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e202";
}

/* line 272, bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e203";
}

/* line 273, bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e204";
}

/* line 274, bootstrap/_glyphicons.scss */
.glyphicon-unlock:before {
  content: "\e205";
}

/* line 275, bootstrap/_glyphicons.scss */
.glyphicon-electricity:before {
  content: "\e206";
}

/* line 276, bootstrap/_glyphicons.scss */
.glyphicon-ok-2:before {
  content: "\e207";
}

/* line 277, bootstrap/_glyphicons.scss */
.glyphicon-remove-2:before {
  content: "\e208";
}

/* line 278, bootstrap/_glyphicons.scss */
.glyphicon-cart-out:before {
  content: "\e209";
}

/* line 279, bootstrap/_glyphicons.scss */
.glyphicon-cart-in:before {
  content: "\e210";
}

/* line 280, bootstrap/_glyphicons.scss */
.glyphicon-left-arrow:before {
  content: "\e211";
}

/* line 281, bootstrap/_glyphicons.scss */
.glyphicon-right-arrow:before {
  content: "\e212";
}

/* line 282, bootstrap/_glyphicons.scss */
.glyphicon-down-arrow:before {
  content: "\e213";
}

/* line 283, bootstrap/_glyphicons.scss */
.glyphicon-up-arrow:before {
  content: "\e214";
}

/* line 284, bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e215";
}

/* line 285, bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e216";
}

/* line 286, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e217";
}

/* line 287, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e218";
}

/* line 288, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-top:before {
  content: "\e219";
}

/* line 289, bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e220";
}

/* line 290, bootstrap/_glyphicons.scss */
.glyphicon-play-button:before {
  content: "\e221";
}

/* line 291, bootstrap/_glyphicons.scss */
.glyphicon-unshare:before {
  content: "\e222";
}

/* line 292, bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e223";
}

/* line 293, bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e224";
}

/* line 294, bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e225";
}

/* line 295, bootstrap/_glyphicons.scss */
.glyphicon-bluetooth:before {
  content: "\e226";
}

/* line 296, bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20AC";
}

/* line 297, bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e228";
}

/* line 298, bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e229";
}

/* line 299, bootstrap/_glyphicons.scss */
.glyphicon-retweet-2:before {
  content: "\e230";
}

/* line 300, bootstrap/_glyphicons.scss */
.glyphicon-moon:before {
  content: "\e231";
}

/* line 301, bootstrap/_glyphicons.scss */
.glyphicon-sun:before {
  content: "\2609";
}

/* line 302, bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 303, bootstrap/_glyphicons.scss */
.glyphicon-direction:before {
  content: "\e234";
}

/* line 304, bootstrap/_glyphicons.scss */
.glyphicon-brush:before {
  content: "\e235";
}

/* line 305, bootstrap/_glyphicons.scss */
.glyphicon-pen:before {
  content: "\e236";
}

/* line 306, bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e237";
}

/* line 307, bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e238";
}

/* line 308, bootstrap/_glyphicons.scss */
.glyphicon-pin:before {
  content: "\e239";
}

/* line 309, bootstrap/_glyphicons.scss */
.glyphicon-albums:before {
  content: "\e240";
}

/* line 310, bootstrap/_glyphicons.scss */
.glyphicon-rotation-lock:before {
  content: "\e241";
}

/* line 311, bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e242";
}

/* line 312, bootstrap/_glyphicons.scss */
.glyphicon-google-maps:before {
  content: "\e243";
}

/* line 313, bootstrap/_glyphicons.scss */
.glyphicon-anchor:before {
  content: "\2693";
}

/* line 314, bootstrap/_glyphicons.scss */
.glyphicon-conversation:before {
  content: "\e245";
}

/* line 315, bootstrap/_glyphicons.scss */
.glyphicon-chat:before {
  content: "\e246";
}

/* line 316, bootstrap/_glyphicons.scss */
.glyphicon-male:before {
  content: "\e247";
}

/* line 317, bootstrap/_glyphicons.scss */
.glyphicon-female:before {
  content: "\e248";
}

/* line 318, bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002A";
}

/* line 319, bootstrap/_glyphicons.scss */
.glyphicon-divide:before {
  content: "\00F7";
}

/* line 320, bootstrap/_glyphicons.scss */
.glyphicon-snorkel-diving:before {
  content: "\e251";
}

/* line 321, bootstrap/_glyphicons.scss */
.glyphicon-scuba-diving:before {
  content: "\e252";
}

/* line 322, bootstrap/_glyphicons.scss */
.glyphicon-oxygen-bottle:before {
  content: "\e253";
}

/* line 323, bootstrap/_glyphicons.scss */
.glyphicon-fins:before {
  content: "\e254";
}

/* line 324, bootstrap/_glyphicons.scss */
.glyphicon-fishes:before {
  content: "\e255";
}

/* line 325, bootstrap/_glyphicons.scss */
.glyphicon-boat:before {
  content: "\e256";
}

/* line 326, bootstrap/_glyphicons.scss */
.glyphicon-delete:before {
  content: "\e257";
}

/* line 327, bootstrap/_glyphicons.scss */
.glyphicon-sheriffs-star:before {
  content: "\e258";
}

/* line 328, bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e259";
}

/* line 329, bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e260";
}

/* line 330, bootstrap/_glyphicons.scss */
.glyphicon-pool:before {
  content: "\e261";
}

/* line 331, bootstrap/_glyphicons.scss */
.glyphicon-buoy:before {
  content: "\e262";
}

/* line 332, bootstrap/_glyphicons.scss */
.glyphicon-spade:before {
  content: "\e263";
}

/* line 333, bootstrap/_glyphicons.scss */
.glyphicon-bank:before {
  content: "\e264";
}

/* line 334, bootstrap/_glyphicons.scss */
.glyphicon-vcard:before {
  content: "\e265";
}

/* line 335, bootstrap/_glyphicons.scss */
.glyphicon-electrical-plug:before {
  content: "\e266";
}

/* line 336, bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e267";
}

/* line 337, bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e268";
}

/* line 338, bootstrap/_glyphicons.scss */
.glyphicon-keyboard-wireless:before {
  content: "\e269";
}

/* line 339, bootstrap/_glyphicons.scss */
.glyphicon-keyboard-wired:before {
  content: "\e270";
}

/* line 340, bootstrap/_glyphicons.scss */
.glyphicon-shield:before {
  content: "\e271";
}

/* line 341, bootstrap/_glyphicons.scss */
.glyphicon-ring:before {
  content: "\02DA";
}

/* line 342, bootstrap/_glyphicons.scss */
.glyphicon-cake:before {
  content: "\e273";
}

/* line 343, bootstrap/_glyphicons.scss */
.glyphicon-drink:before {
  content: "\e274";
}

/* line 344, bootstrap/_glyphicons.scss */
.glyphicon-beer:before {
  content: "\e275";
}

/* line 345, bootstrap/_glyphicons.scss */
.glyphicon-fast-food:before {
  content: "\e276";
}

/* line 346, bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e277";
}

/* line 347, bootstrap/_glyphicons.scss */
.glyphicon-pizza:before {
  content: "\e278";
}

/* line 348, bootstrap/_glyphicons.scss */
.glyphicon-birthday-cake:before {
  content: "\e279";
}

/* line 349, bootstrap/_glyphicons.scss */
.glyphicon-tablet:before {
  content: "\e280";
}

/* line 350, bootstrap/_glyphicons.scss */
.glyphicon-settings:before {
  content: "\e281";
}

/* line 351, bootstrap/_glyphicons.scss */
.glyphicon-bullets:before {
  content: "\e282";
}

/* line 352, bootstrap/_glyphicons.scss */
.glyphicon-cardio:before {
  content: "\e283";
}

/* line 353, bootstrap/_glyphicons.scss */
.glyphicon-t-shirt:before {
  content: "\e284";
}

/* line 354, bootstrap/_glyphicons.scss */
.glyphicon-pants:before {
  content: "\e285";
}

/* line 355, bootstrap/_glyphicons.scss */
.glyphicon-sweater:before {
  content: "\e286";
}

/* line 356, bootstrap/_glyphicons.scss */
.glyphicon-fabric:before {
  content: "\e287";
}

/* line 357, bootstrap/_glyphicons.scss */
.glyphicon-leather:before {
  content: "\e288";
}

/* line 358, bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e289";
}

/* line 359, bootstrap/_glyphicons.scss */
.glyphicon-bomb:before {
  content: "\e290";
}

/* line 360, bootstrap/_glyphicons.scss */
.glyphicon-skull:before {
  content: "\e291";
}

/* line 361, bootstrap/_glyphicons.scss */
.glyphicon-celebration:before {
  content: "\e292";
}

/* line 362, bootstrap/_glyphicons.scss */
.glyphicon-tea-kettle:before {
  content: "\e293";
}

/* line 363, bootstrap/_glyphicons.scss */
.glyphicon-french-press:before {
  content: "\e294";
}

/* line 364, bootstrap/_glyphicons.scss */
.glyphicon-coffee-cup:before {
  content: "\e295";
}

/* line 365, bootstrap/_glyphicons.scss */
.glyphicon-pot:before {
  content: "\e296";
}

/* line 366, bootstrap/_glyphicons.scss */
.glyphicon-grater:before {
  content: "\e297";
}

/* line 367, bootstrap/_glyphicons.scss */
.glyphicon-kettle:before {
  content: "\e298";
}

/* line 368, bootstrap/_glyphicons.scss */
.glyphicon-hospital:before {
  content: "\e299";
}

/* line 369, bootstrap/_glyphicons.scss */
.glyphicon-hospital-h:before {
  content: "\e300";
}

/* line 370, bootstrap/_glyphicons.scss */
.glyphicon-microphone:before {
  content: "\e301";
}

/* line 371, bootstrap/_glyphicons.scss */
.glyphicon-webcam:before {
  content: "\e302";
}

/* line 372, bootstrap/_glyphicons.scss */
.glyphicon-temple-christianity-church:before {
  content: "\e303";
}

/* line 373, bootstrap/_glyphicons.scss */
.glyphicon-temple-islam:before {
  content: "\e304";
}

/* line 374, bootstrap/_glyphicons.scss */
.glyphicon-temple-hindu:before {
  content: "\e305";
}

/* line 375, bootstrap/_glyphicons.scss */
.glyphicon-temple-buddhist:before {
  content: "\e306";
}

/* line 376, bootstrap/_glyphicons.scss */
.glyphicon-bicycle:before {
  content: "\e307";
}

/* line 377, bootstrap/_glyphicons.scss */
.glyphicon-life-preserver:before {
  content: "\e308";
}

/* line 378, bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e309";
}

/* line 379, bootstrap/_glyphicons.scss */
.glyphicon-comments:before {
  content: "\e310";
}

/* line 380, bootstrap/_glyphicons.scss */
.glyphicon-flower:before {
  content: "\2698";
}

/* line 381, bootstrap/_glyphicons.scss */
.glyphicon-baseball:before {
  content: "\26BE";
}

/* line 382, bootstrap/_glyphicons.scss */
.glyphicon-rugby:before {
  content: "\e313";
}

/* line 383, bootstrap/_glyphicons.scss */
.glyphicon-ax:before {
  content: "\e314";
}

/* line 384, bootstrap/_glyphicons.scss */
.glyphicon-table-tennis:before {
  content: "\e315";
}

/* line 385, bootstrap/_glyphicons.scss */
.glyphicon-bowling:before {
  content: "\e316";
}

/* line 386, bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e317";
}

/* line 387, bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e318";
}

/* line 388, bootstrap/_glyphicons.scss */
.glyphicon-more-items:before {
  content: "\e319";
}

/* line 389, bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e320";
}

/* line 390, bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e321";
}

/* line 391, bootstrap/_glyphicons.scss */
.glyphicon-gamepad:before {
  content: "\e322";
}

/* line 392, bootstrap/_glyphicons.scss */
.glyphicon-playing-dices:before {
  content: "\e323";
}

/* line 393, bootstrap/_glyphicons.scss */
.glyphicon-calculator:before {
  content: "\e324";
}

/* line 394, bootstrap/_glyphicons.scss */
.glyphicon-tie:before {
  content: "\e325";
}

/* line 395, bootstrap/_glyphicons.scss */
.glyphicon-wallet:before {
  content: "\e326";
}

/* line 396, bootstrap/_glyphicons.scss */
.glyphicon-piano:before {
  content: "\e327";
}

/* line 397, bootstrap/_glyphicons.scss */
.glyphicon-sampler:before {
  content: "\e328";
}

/* line 398, bootstrap/_glyphicons.scss */
.glyphicon-podium:before {
  content: "\e329";
}

/* line 399, bootstrap/_glyphicons.scss */
.glyphicon-soccer-ball:before {
  content: "\e330";
}

/* line 400, bootstrap/_glyphicons.scss */
.glyphicon-blog:before {
  content: "\e331";
}

/* line 401, bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e332";
}

/* line 402, bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e333";
}

/* line 403, bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e334";
}

/* line 404, bootstrap/_glyphicons.scss */
.glyphicon-candle:before {
  content: "\e335";
}

/* line 405, bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e336";
}

/* line 406, bootstrap/_glyphicons.scss */
.glyphicon-iphone-shake:before {
  content: "\e337";
}

/* line 407, bootstrap/_glyphicons.scss */
.glyphicon-pin-flag:before {
  content: "\e338";
}

/* line 408, bootstrap/_glyphicons.scss */
.glyphicon-turtle:before {
  content: "\e339";
}

/* line 409, bootstrap/_glyphicons.scss */
.glyphicon-rabbit:before {
  content: "\e340";
}

/* line 410, bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e341";
}

/* line 411, bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e342";
}

/* line 412, bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e343";
}

/* line 413, bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e344";
}

/* line 414, bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e345";
}

/* line 415, bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e346";
}

/* line 416, bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e347";
}

/* line 417, bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e348";
}

/* line 418, bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e349";
}

/* line 419, bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e350";
}

/* line 420, bootstrap/_glyphicons.scss */
.glyphicon-shopping-bag:before {
  content: "\e351";
}

/* line 421, bootstrap/_glyphicons.scss */
.glyphicon-book-open:before {
  content: "\e352";
}

/* line 422, bootstrap/_glyphicons.scss */
.glyphicon-nameplate:before {
  content: "\e353";
}

/* line 423, bootstrap/_glyphicons.scss */
.glyphicon-nameplate-alt:before {
  content: "\e354";
}

/* line 424, bootstrap/_glyphicons.scss */
.glyphicon-vases:before {
  content: "\e355";
}

/* line 425, bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e356";
}

/* line 426, bootstrap/_glyphicons.scss */
.glyphicon-dumbbell:before {
  content: "\e357";
}

/* line 427, bootstrap/_glyphicons.scss */
.glyphicon-suitcase:before {
  content: "\e358";
}

/* line 428, bootstrap/_glyphicons.scss */
.glyphicon-file-import:before {
  content: "\e359";
}

/* line 429, bootstrap/_glyphicons.scss */
.glyphicon-file-export:before {
  content: "\e360";
}

/* line 430, bootstrap/_glyphicons.scss */
.glyphicon-bug:before {
  content: "\e361";
}

/* line 431, bootstrap/_glyphicons.scss */
.glyphicon-crown:before {
  content: "\e362";
}

/* line 432, bootstrap/_glyphicons.scss */
.glyphicon-smoking:before {
  content: "\e363";
}

/* line 433, bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e364";
}

/* line 434, bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e365";
}

/* line 435, bootstrap/_glyphicons.scss */
.glyphicon-restart:before {
  content: "\e366";
}

/* line 436, bootstrap/_glyphicons.scss */
.glyphicon-security-camera:before {
  content: "\e367";
}

/* line 437, bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e368";
}

/* line 438, bootstrap/_glyphicons.scss */
.glyphicon-collapse:before {
  content: "\e369";
}

/* line 439, bootstrap/_glyphicons.scss */
.glyphicon-collapse-top:before {
  content: "\e370";
}

/* line 440, bootstrap/_glyphicons.scss */
.glyphicon-globe-af:before {
  content: "\e371";
}

/* line 441, bootstrap/_glyphicons.scss */
.glyphicon-global:before {
  content: "\e372";
}

/* line 442, bootstrap/_glyphicons.scss */
.glyphicon-spray:before {
  content: "\e373";
}

/* line 443, bootstrap/_glyphicons.scss */
.glyphicon-nails:before {
  content: "\e374";
}

/* line 444, bootstrap/_glyphicons.scss */
.glyphicon-claw-hammer:before {
  content: "\e375";
}

/* line 445, bootstrap/_glyphicons.scss */
.glyphicon-classic-hammer:before {
  content: "\e376";
}

/* line 446, bootstrap/_glyphicons.scss */
.glyphicon-hand-saw:before {
  content: "\e377";
}

/* line 447, bootstrap/_glyphicons.scss */
.glyphicon-riflescope:before {
  content: "\e378";
}

/* line 448, bootstrap/_glyphicons.scss */
.glyphicon-electrical-socket-eu:before {
  content: "\e379";
}

/* line 449, bootstrap/_glyphicons.scss */
.glyphicon-electrical-socket-us:before {
  content: "\e380";
}

/* line 450, bootstrap/_glyphicons.scss */
.glyphicon-message-forward:before {
  content: "\e381";
}

/* line 451, bootstrap/_glyphicons.scss */
.glyphicon-coat-hanger:before {
  content: "\e382";
}

/* line 452, bootstrap/_glyphicons.scss */
.glyphicon-dress:before {
  content: "\e383";
}

/* line 453, bootstrap/_glyphicons.scss */
.glyphicon-bathrobe:before {
  content: "\e384";
}

/* line 454, bootstrap/_glyphicons.scss */
.glyphicon-shirt:before {
  content: "\e385";
}

/* line 455, bootstrap/_glyphicons.scss */
.glyphicon-underwear:before {
  content: "\e386";
}

/* line 456, bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e387";
}

/* line 457, bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e388";
}

/* line 458, bootstrap/_glyphicons.scss */
.glyphicon-exit:before {
  content: "\e389";
}

/* line 459, bootstrap/_glyphicons.scss */
.glyphicon-new-window-alt:before {
  content: "\e390";
}

/* line 460, bootstrap/_glyphicons.scss */
.glyphicon-video-sd:before {
  content: "\e391";
}

/* line 461, bootstrap/_glyphicons.scss */
.glyphicon-video-hd:before {
  content: "\e392";
}

/* line 462, bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e393";
}

/* line 463, bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e394";
}

/* line 464, bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e395";
}

/* line 465, bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e396";
}

/* line 466, bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e397";
}

/* line 467, bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e398";
}

/* line 468, bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e399";
}

/* line 469, bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e400";
}

/* line 470, bootstrap/_glyphicons.scss */
.glyphicon-radar:before {
  content: "\e401";
}

/* line 471, bootstrap/_glyphicons.scss */
.glyphicon-skateboard:before {
  content: "\e402";
}

/* line 472, bootstrap/_glyphicons.scss */
.glyphicon-golf-course:before {
  content: "\e403";
}

/* line 473, bootstrap/_glyphicons.scss */
.glyphicon-sorting:before {
  content: "\e404";
}

/* line 474, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e405";
}

/* line 475, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e406";
}

/* line 476, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e407";
}

/* line 477, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e408";
}

/* line 478, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e409";
}

/* line 479, bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e410";
}

/* line 480, bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e411";
}

/* line 481, bootstrap/_glyphicons.scss */
.glyphicon-package:before {
  content: "\e412";
}

/* line 482, bootstrap/_glyphicons.scss */
.glyphicon-cloud-plus:before {
  content: "\e413";
}

/* line 483, bootstrap/_glyphicons.scss */
.glyphicon-cloud-minus:before {
  content: "\e414";
}

/* line 484, bootstrap/_glyphicons.scss */
.glyphicon-disk-save:before {
  content: "\e415";
}

/* line 485, bootstrap/_glyphicons.scss */
.glyphicon-disk-open:before {
  content: "\e416";
}

/* line 486, bootstrap/_glyphicons.scss */
.glyphicon-disk-saved:before {
  content: "\e417";
}

/* line 487, bootstrap/_glyphicons.scss */
.glyphicon-disk-remove:before {
  content: "\e418";
}

/* line 488, bootstrap/_glyphicons.scss */
.glyphicon-disk-import:before {
  content: "\e419";
}

/* line 489, bootstrap/_glyphicons.scss */
.glyphicon-disk-export:before {
  content: "\e420";
}

/* line 490, bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e421";
}

/* line 491, bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e422";
}

/* line 492, bootstrap/_glyphicons.scss */
.glyphicon-git-branch:before {
  content: "\e423";
}

/* line 493, bootstrap/_glyphicons.scss */
.glyphicon-git-create:before {
  content: "\e424";
}

/* line 494, bootstrap/_glyphicons.scss */
.glyphicon-git-private:before {
  content: "\e425";
}

/* line 495, bootstrap/_glyphicons.scss */
.glyphicon-git-delete:before {
  content: "\e426";
}

/* line 496, bootstrap/_glyphicons.scss */
.glyphicon-git-merge:before {
  content: "\e427";
}

/* line 497, bootstrap/_glyphicons.scss */
.glyphicon-git-pull-request:before {
  content: "\e428";
}

/* line 498, bootstrap/_glyphicons.scss */
.glyphicon-git-compare:before {
  content: "\e429";
}

/* line 499, bootstrap/_glyphicons.scss */
.glyphicon-git-commit:before {
  content: "\e430";
}

/* line 500, bootstrap/_glyphicons.scss */
.glyphicon-construction-cone:before {
  content: "\e431";
}

/* line 501, bootstrap/_glyphicons.scss */
.glyphicon-shoe-steps:before {
  content: "\e432";
}

/* line 502, bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002B";
}

/* line 503, bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 504, bootstrap/_glyphicons.scss */
.glyphicon-redo:before {
  content: "\e435";
}

/* line 505, bootstrap/_glyphicons.scss */
.glyphicon-undo:before {
  content: "\e436";
}

/* line 506, bootstrap/_glyphicons.scss */
.glyphicon-golf:before {
  content: "\e437";
}

/* line 507, bootstrap/_glyphicons.scss */
.glyphicon-hockey:before {
  content: "\e438";
}

/* line 508, bootstrap/_glyphicons.scss */
.glyphicon-pipe:before {
  content: "\e439";
}

/* line 509, bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e440";
}

/* line 510, bootstrap/_glyphicons.scss */
.glyphicon-folder-closed:before {
  content: "\e441";
}

/* line 511, bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e442";
}

/* line 512, bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e443";
}

/* line 513, bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e444";
}

/* line 514, bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e445";
}

/* line 515, bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e446";
}

/* line 516, bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e447";
}

/* line 517, bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e448";
}

/* line 518, bootstrap/_glyphicons.scss */
.glyphicon-translate:before {
  content: "\e449";
}

/* line 519, bootstrap/_glyphicons.scss */
.glyphicon-fax:before {
  content: "\e450";
}

/* line 520, bootstrap/_glyphicons.scss */
.glyphicon-factory:before {
  content: "\e451";
}

/* line 521, bootstrap/_glyphicons.scss */
.glyphicon-shop-window:before {
  content: "\e452";
}

/* line 522, bootstrap/_glyphicons.scss */
.glyphicon-shop:before {
  content: "\e453";
}

/* line 523, bootstrap/_glyphicons.scss */
.glyphicon-kiosk:before {
  content: "\e454";
}

/* line 524, bootstrap/_glyphicons.scss */
.glyphicon-kiosk-wheels:before {
  content: "\e455";
}

/* line 525, bootstrap/_glyphicons.scss */
.glyphicon-kiosk-light:before {
  content: "\e456";
}

/* line 526, bootstrap/_glyphicons.scss */
.glyphicon-kiosk-food:before {
  content: "\e457";
}

/* line 527, bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e458";
}

/* line 528, bootstrap/_glyphicons.scss */
.glyphicon-money:before {
  content: "\e459";
}

/* line 529, bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e460";
}

/* line 530, bootstrap/_glyphicons.scss */
.glyphicon-blacksmith:before {
  content: "\e461";
}

/* line 531, bootstrap/_glyphicons.scss */
.glyphicon-saw-blade:before {
  content: "\e462";
}

/* line 532, bootstrap/_glyphicons.scss */
.glyphicon-basketball:before {
  content: "\e463";
}

/* line 533, bootstrap/_glyphicons.scss */
.glyphicon-server:before {
  content: "\e464";
}

/* line 534, bootstrap/_glyphicons.scss */
.glyphicon-server-plus:before {
  content: "\e465";
}

/* line 535, bootstrap/_glyphicons.scss */
.glyphicon-server-minus:before {
  content: "\e466";
}

/* line 536, bootstrap/_glyphicons.scss */
.glyphicon-server-ban:before {
  content: "\e467";
}

/* line 537, bootstrap/_glyphicons.scss */
.glyphicon-server-flag:before {
  content: "\e468";
}

/* line 538, bootstrap/_glyphicons.scss */
.glyphicon-server-lock:before {
  content: "\e469";
}

/* line 539, bootstrap/_glyphicons.scss */
.glyphicon-server-new:before {
  content: "\e470";
}

/* line 540, bootstrap/_glyphicons.scss */
.glyphicon-charging-station:before {
  content: "\F471";
}

/* line 541, bootstrap/_glyphicons.scss */
.glyphicon-gas-station:before {
  content: "\e472";
}

/* line 542, bootstrap/_glyphicons.scss */
.glyphicon-target:before {
  content: "\e473";
}

/* line 543, bootstrap/_glyphicons.scss */
.glyphicon-bed-alt:before {
  content: "\e474";
}

/* line 544, bootstrap/_glyphicons.scss */
.glyphicon-mosquito-net:before {
  content: "\e475";
}

/* line 545, bootstrap/_glyphicons.scss */
.glyphicon-dining-set:before {
  content: "\e476";
}

/* line 546, bootstrap/_glyphicons.scss */
.glyphicon-plate-of-food:before {
  content: "\e477";
}

/* line 547, bootstrap/_glyphicons.scss */
.glyphicon-hygiene-kit:before {
  content: "\e478";
}

/* line 548, bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e479";
}

/* line 549, bootstrap/_glyphicons.scss */
.glyphicon-marriage:before {
  content: "\e480";
}

/* line 550, bootstrap/_glyphicons.scss */
.glyphicon-bucket:before {
  content: "\e481";
}

/* line 551, bootstrap/_glyphicons.scss */
.glyphicon-none-color-swatch:before {
  content: "\e482";
}

/* line 552, bootstrap/_glyphicons.scss */
.glyphicon-bring-forward:before {
  content: "\e483";
}

/* line 553, bootstrap/_glyphicons.scss */
.glyphicon-bring-to-front:before {
  content: "\e484";
}

/* line 554, bootstrap/_glyphicons.scss */
.glyphicon-send-backward:before {
  content: "\e485";
}

/* line 555, bootstrap/_glyphicons.scss */
.glyphicon-send-to-back:before {
  content: "\e486";
}

/* line 556, bootstrap/_glyphicons.scss */
.glyphicon-fit-frame-to-image:before {
  content: "\e487";
}

/* line 557, bootstrap/_glyphicons.scss */
.glyphicon-fit-image-to-frame:before {
  content: "\e488";
}

/* line 558, bootstrap/_glyphicons.scss */
.glyphicon-multiple-displays:before {
  content: "\e489";
}

/* line 559, bootstrap/_glyphicons.scss */
.glyphicon-handshake:before {
  content: "\e490";
}

/* line 560, bootstrap/_glyphicons.scss */
.glyphicon-child:before {
  content: "\e491";
}

/* line 561, bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e492";
}

/* line 562, bootstrap/_glyphicons.scss */
.glyphicon-medicine:before {
  content: "\e493";
}

/* line 563, bootstrap/_glyphicons.scss */
.glyphicon-atv-vehicle:before {
  content: "\e494";
}

/* line 564, bootstrap/_glyphicons.scss */
.glyphicon-motorcycle:before {
  content: "\e495";
}

/* line 565, bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e496";
}

/* line 566, bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26FA";
}

/* line 567, bootstrap/_glyphicons.scss */
.glyphicon-glasses:before {
  content: "\e498";
}

/* line 568, bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e499";
}

/* line 569, bootstrap/_glyphicons.scss */
.glyphicon-family:before {
  content: "\e500";
}

/* line 570, bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e501";
}

/* line 571, bootstrap/_glyphicons.scss */
.glyphicon-shoes:before {
  content: "\e502";
}

/* line 572, bootstrap/_glyphicons.scss */
.glyphicon-map:before {
  content: "\e503";
}

/* line 573, bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e504";
}

/* line 574, bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e505";
}

/* line 575, bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e506";
}

/* line 576, bootstrap/_glyphicons.scss */
.glyphicon-star-half:before {
  content: "\e507";
}

/* line 577, bootstrap/_glyphicons.scss */
.glyphicon-cluster:before {
  content: "\e508";
}

/* line 578, bootstrap/_glyphicons.scss */
.glyphicon-flowchart:before {
  content: "\e509";
}

/* line 579, bootstrap/_glyphicons.scss */
.glyphicon-commodities:before {
  content: "\e510";
}

/* line 580, bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e511";
}

/* line 581, bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e512";
}

/* line 582, bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e513";
}

/* line 583, bootstrap/_glyphicons.scss */
.glyphicon-bath-bathtub:before {
  content: "\e514";
}

/* line 584, bootstrap/_glyphicons.scss */
.glyphicon-bath-shower:before {
  content: "\e515";
}

/* line 585, bootstrap/_glyphicons.scss */
.glyphicon-shower:before {
  content: "\1F6BF";
}

/* line 586, bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e517";
}

/* line 587, bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e518";
}

/* line 588, bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e519";
}

/* line 589, bootstrap/_glyphicons.scss */
.glyphicon-currency-conversion:before {
  content: "\e520";
}

/* line 590, bootstrap/_glyphicons.scss */
.glyphicon-user-ban:before {
  content: "\e521";
}

/* line 591, bootstrap/_glyphicons.scss */
.glyphicon-user-lock:before {
  content: "\e522";
}

/* line 592, bootstrap/_glyphicons.scss */
.glyphicon-user-flag:before {
  content: "\e523";
}

/* line 593, bootstrap/_glyphicons.scss */
.glyphicon-user-asterisk:before {
  content: "\e524";
}

/* line 594, bootstrap/_glyphicons.scss */
.glyphicon-user-alert:before {
  content: "\e525";
}

/* line 595, bootstrap/_glyphicons.scss */
.glyphicon-user-key:before {
  content: "\e526";
}

/* line 596, bootstrap/_glyphicons.scss */
.glyphicon-user-conversation:before {
  content: "\e527";
}

/* line 597, bootstrap/_glyphicons.scss */
.glyphicon-database:before {
  content: "\e528";
}

/* line 598, bootstrap/_glyphicons.scss */
.glyphicon-database-search:before {
  content: "\e529";
}

/* line 599, bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e530";
}

/* line 600, bootstrap/_glyphicons.scss */
.glyphicon-hazard-sign:before {
  content: "\e531";
}

/* line 601, bootstrap/_glyphicons.scss */
.glyphicon-hazard:before {
  content: "\e532";
}

/* line 602, bootstrap/_glyphicons.scss */
.glyphicon-stop-sign:before {
  content: "\e533";
}

/* line 603, bootstrap/_glyphicons.scss */
.glyphicon-lab:before {
  content: "\e534";
}

/* line 604, bootstrap/_glyphicons.scss */
.glyphicon-lab-alt:before {
  content: "\e535";
}

/* line 605, bootstrap/_glyphicons.scss */
.glyphicon-ice-cream:before {
  content: "\e536";
}

/* line 606, bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e537";
}

/* line 607, bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e538";
}

/* line 608, bootstrap/_glyphicons.scss */
.glyphicon-invoice:before {
  content: "\e539";
}

/* line 609, bootstrap/_glyphicons.scss */
.glyphicon-cart-tick:before {
  content: "\e540";
}

/* line 610, bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231B";
}

/* line 611, bootstrap/_glyphicons.scss */
.glyphicon-cat:before {
  content: "\1F408";
}

/* line 612, bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e543";
}

/* line 613, bootstrap/_glyphicons.scss */
.glyphicon-scale-classic:before {
  content: "\e544";
}

/* line 614, bootstrap/_glyphicons.scss */
.glyphicon-eye-plus:before {
  content: "\e545";
}

/* line 615, bootstrap/_glyphicons.scss */
.glyphicon-eye-minus:before {
  content: "\e546";
}

/* line 616, bootstrap/_glyphicons.scss */
.glyphicon-quote:before {
  content: "\e547";
}

/* line 617, bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e548";
}

/* line 618, bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00A5";
}

/* line 619, bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20BD";
}

/* line 620, bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e551";
}

/* line 621, bootstrap/_glyphicons.scss */
.glyphicon-podcast:before {
  content: "\e552";
}

/* line 622, bootstrap/_glyphicons.scss */
.glyphicon-firework:before {
  content: "\e553";
}

/* line 623, bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e554";
}

/* line 624, bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e555";
}

/* line 625, bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e556";
}

/* line 626, bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e557";
}

/* line 627, bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e558";
}

/* line 628, bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e559";
}

/* line 629, bootstrap/_glyphicons.scss */
.glyphicon-mic-mute:before {
  content: "\e560";
}

/* line 630, bootstrap/_glyphicons.scss */
.glyphicon-voicemail:before {
  content: "\e561";
}

/* line 631, bootstrap/_glyphicons.scss */
.glyphicon-paragraph:before {
  content: "\00B6";
}

/* line 632, bootstrap/_glyphicons.scss */
.glyphicon-person-walking:before {
  content: "\e563";
}

/* line 633, bootstrap/_glyphicons.scss */
.glyphicon-person-wheelchair:before {
  content: "\e564";
}

/* line 634, bootstrap/_glyphicons.scss */
.glyphicon-underground:before {
  content: "\e565";
}

/* line 635, bootstrap/_glyphicons.scss */
.glyphicon-car-hov:before {
  content: "\e566";
}

/* line 636, bootstrap/_glyphicons.scss */
.glyphicon-car-rental:before {
  content: "\e567";
}

/* line 637, bootstrap/_glyphicons.scss */
.glyphicon-transport:before {
  content: "\e568";
}

/* line 638, bootstrap/_glyphicons.scss */
.glyphicon-taxi:before {
  content: "\1F695";
}

/* line 639, bootstrap/_glyphicons.scss */
.glyphicon-ice-cream-no:before {
  content: "\e570";
}

/* line 640, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-u:before {
  content: "\e571";
}

/* line 641, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-pg:before {
  content: "\e572";
}

/* line 642, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-12a:before {
  content: "\e573";
}

/* line 643, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-12:before {
  content: "\e574";
}

/* line 644, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-15:before {
  content: "\e575";
}

/* line 645, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-18:before {
  content: "\e576";
}

/* line 646, bootstrap/_glyphicons.scss */
.glyphicon-uk-rat-r18:before {
  content: "\e577";
}

/* line 647, bootstrap/_glyphicons.scss */
.glyphicon-tv:before {
  content: "\e578";
}

/* line 648, bootstrap/_glyphicons.scss */
.glyphicon-sms:before {
  content: "\e579";
}

/* line 649, bootstrap/_glyphicons.scss */
.glyphicon-mms:before {
  content: "\e580";
}

/* line 650, bootstrap/_glyphicons.scss */
.glyphicon-us-rat-g:before {
  content: "\e581";
}

/* line 651, bootstrap/_glyphicons.scss */
.glyphicon-us-rat-pg:before {
  content: "\e582";
}

/* line 652, bootstrap/_glyphicons.scss */
.glyphicon-us-rat-pg-13:before {
  content: "\e583";
}

/* line 653, bootstrap/_glyphicons.scss */
.glyphicon-us-rat-restricted:before {
  content: "\e584";
}

/* line 654, bootstrap/_glyphicons.scss */
.glyphicon-us-rat-no-one-17:before {
  content: "\e585";
}

/* line 655, bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e586";
}

/* line 656, bootstrap/_glyphicons.scss */
.glyphicon-speakers:before {
  content: "\e587";
}

/* line 657, bootstrap/_glyphicons.scss */
.glyphicon-remote-control:before {
  content: "\e588";
}

/* line 658, bootstrap/_glyphicons.scss */
.glyphicon-remote-control-tv:before {
  content: "\e589";
}

/* line 659, bootstrap/_glyphicons.scss */
.glyphicon-shredder:before {
  content: "\e590";
}

/* line 660, bootstrap/_glyphicons.scss */
.glyphicon-folder-heart:before {
  content: "\e591";
}

/* line 661, bootstrap/_glyphicons.scss */
.glyphicon-person-running:before {
  content: "\e592";
}

/* line 662, bootstrap/_glyphicons.scss */
.glyphicon-person:before {
  content: "\e593";
}

/* line 663, bootstrap/_glyphicons.scss */
.glyphicon-voice:before {
  content: "\e594";
}

/* line 664, bootstrap/_glyphicons.scss */
.glyphicon-stethoscope:before {
  content: "\e595";
}

/* line 665, bootstrap/_glyphicons.scss */
.glyphicon-hotspot:before {
  content: "\e596";
}

/* line 666, bootstrap/_glyphicons.scss */
.glyphicon-activity:before {
  content: "\e597";
}

/* line 667, bootstrap/_glyphicons.scss */
.glyphicon-watch:before {
  content: "\231A";
}

/* line 668, bootstrap/_glyphicons.scss */
.glyphicon-scissors-alt:before {
  content: "\e599";
}

/* line 669, bootstrap/_glyphicons.scss */
.glyphicon-car-wheel:before {
  content: "\e600";
}

/* line 670, bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e601";
}

/* line 671, bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e602";
}

/* line 672, bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e603";
}

/* line 673, bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e604";
}

/* line 674, bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e605";
}

/* line 675, bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e606";
}

/* line 676, bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e607";
}

/* line 677, bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e608";
}

/* line 678, bootstrap/_glyphicons.scss */
.glyphicon-newspaper:before {
  content: "\1F4F0";
}

/* line 679, bootstrap/_glyphicons.scss */
.glyphicon-tractor:before {
  content: "\1F69C";
}

/* line 11, bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, bootstrap/_scaffolding.scss */
body {
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: #4d4d4d;
  background-color: white;
}

/* line 39, bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, bootstrap/_scaffolding.scss */
a {
  color: #1b75bc;
  text-decoration: none;
}
/* line 53, bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #0e3d63;
  text-decoration: underline;
}
/* line 58, bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, bootstrap/_scaffolding.scss */
hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #cccccc;
}

/* line 125, bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 142, bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 160, bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: inherit;
}
/* line 17, bootstrap/_type.scss */
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: #666666;
}

/* line 26, bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 19px;
  margin-bottom: 9.5px;
}
/* line 31, bootstrap/_type.scss */
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%;
}

/* line 37, bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 9.5px;
  margin-bottom: 9.5px;
}
/* line 42, bootstrap/_type.scss */
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%;
}

/* line 47, bootstrap/_type.scss */
h1, .h1 {
  font-size: 33px;
}

/* line 48, bootstrap/_type.scss */
h2, .h2 {
  font-size: 27px;
}

/* line 49, bootstrap/_type.scss */
h3, .h3 {
  font-size: 23px;
}

/* line 50, bootstrap/_type.scss */
h4, .h4 {
  font-size: 17px;
}

/* line 51, bootstrap/_type.scss */
h5, .h5 {
  font-size: 13px;
}

/* line 52, bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, bootstrap/_type.scss */
p {
  margin: 0 0 9.5px;
}

/* line 62, bootstrap/_type.scss */
.lead {
  margin-bottom: 19px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 800px) {
  /* line 62, bootstrap/_type.scss */
  .lead {
    font-size: 19.5px;
  }
}

/* line 79, bootstrap/_type.scss */
small,
.small {
  font-size: 92%;
}

/* line 84, bootstrap/_type.scss */
mark,
.mark {
  background-color: #ffcf9d;
  padding: .2em;
}

/* line 90, bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, bootstrap/_type.scss */
.text-muted {
  color: #cccccc;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #1b75bc;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #15598f;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #779625;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #576d1b;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #0089bc;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #006489;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #ea7800;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #b75e00;
}

/* line 5, bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #d01a24;
}

/* line 8, bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #a3141c;
}

/* line 119, bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #1b75bc;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #15598f;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #d4e79f;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c2dd76;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #70d8ff;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #3dcaff;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #ffcf9d;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #ffb66a;
}

/* line 5, bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f4a8ad;
}

/* line 8, bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #ef7b82;
}

/* line 138, bootstrap/_type.scss */
.page-header {
  padding-bottom: 8.5px;
  margin: 38px 0 19px;
  border-bottom: 1px solid #cccccc;
}

/* line 150, bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 9.5px;
}
/* line 154, bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
/* line 177, bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 19px;
}

/* line 190, bootstrap/_type.scss */
dt,
dd {
  line-height: 1.5;
}

/* line 193, bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 211, bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 231, bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}

/* line 235, bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, bootstrap/_type.scss */
blockquote {
  padding: 9.5px 19px;
  margin: 0 0 19px;
  font-size: 16.25px;
  border-left: 5px solid #cccccc;
}
/* line 250, bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 259, bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #4d4d4d;
}
/* line 265, bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
  text-align: right;
}
/* line 286, bootstrap/_type.scss */
.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: '';
}
/* line 287, bootstrap/_type.scss */
.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';
}

/* line 294, bootstrap/_type.scss */
address {
  margin-bottom: 19px;
  font-style: normal;
  line-height: 1.5;
}

/* line 10, bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #e63741;
  background-color: #e73c45;
  border-radius: 3px;
}

/* line 24, bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 41, bootstrap/_code.scss */
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  font-size: 12px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #4d4d4d;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
/* line 55, bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 10, bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

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

/* line 27, bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 800px) {
  /* line 27, bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, bootstrap/_tables.scss */
caption {
  padding-top: 8px 10px;
  padding-bottom: 8px 10px;
  color: #cccccc;
  text-align: left;
}

/* line 15, bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 19px;
}
/* line 32, bootstrap/_tables.scss */
.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 10px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #cccccc !important;
}
/* line 41, bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #cccccc !important;
}
/* line 51, bootstrap/_tables.scss */
.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;
}
/* line 57, bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #cccccc !important;
}
/* line 62, bootstrap/_tables.scss */
.table .table {
  background-color: white;
}

/* line 76, bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #cccccc !important;
}
/* line 95, bootstrap/_tables.scss */
.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 #cccccc !important;
}
/* line 102, bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}

/* line 125, bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #ededed;
}

/* line 135, bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 12, bootstrap/mixins/_table-row.scss */
.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: #ededed;
}

/* line 24, bootstrap/mixins/_table-row.scss */
.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: #e0e0e0;
}

/* line 12, bootstrap/mixins/_table-row.scss */
.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: #d4e79f;
}

/* line 24, bootstrap/mixins/_table-row.scss */
.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: #cbe28b;
}

/* line 12, bootstrap/mixins/_table-row.scss */
.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: #70d8ff;
}

/* line 24, bootstrap/mixins/_table-row.scss */
.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: #56d1ff;
}

/* line 12, bootstrap/mixins/_table-row.scss */
.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: #ffcf9d;
}

/* line 24, bootstrap/mixins/_table-row.scss */
.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: #ffc384;
}

/* line 12, bootstrap/mixins/_table-row.scss */
.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: #f4a8ad;
}

/* line 24, bootstrap/mixins/_table-row.scss */
.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: #f19297;
}

/* line 171, bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 799px) {
  /* line 171, bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #cccccc !important;
  }
  /* line 183, bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 192, bootstrap/_tables.scss */
  .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;
  }
  /* line 200, bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 209, bootstrap/_tables.scss */
  .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;
  }
  /* line 213, bootstrap/_tables.scss */
  .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;
  }
  /* line 226, bootstrap/_tables.scss */
  .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;
  }
}

/* line 10, bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 19px;
  font-size: 19.5px;
  line-height: inherit;
  color: #4d4d4d;
  border: 0;
  border-bottom: 1px solid #cccccc;
}

/* line 32, bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 72, bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 79, bootstrap/_forms.scss */
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;
}

/* line 84, bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 9px;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}

/* line 115, bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 37px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 57, bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #1b75bc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(27, 117, 188, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(27, 117, 188, 0.6);
}
/* line 103, bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
/* line 107, bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
/* line 108, bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
/* line 143, bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #ededed;
  opacity: 1;
}
/* line 149, bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 157, bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
  padding-bottom: 0;
}

/* line 170, bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 186, bootstrap/_forms.scss */
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 37px;
  }
  /* line 190, bootstrap/_forms.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  /* line 195, bootstrap/_forms.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 48px;
  }
}
/* line 207, bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 217, bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 223, bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 19px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 234, bootstrap/_forms.scss */
.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;
}

/* line 241, bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

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

/* line 257, bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 270, bootstrap/_forms.scss */
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;
}

/* line 278, bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 287, bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 299, bootstrap/_forms.scss */
.form-control-static {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 32px;
}
/* line 308, bootstrap/_forms.scss */
.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;
}

/* line 71, bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 85, bootstrap/mixins/_forms.scss */
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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, bootstrap/mixins/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 79, bootstrap/mixins/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
/* line 85, bootstrap/mixins/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
/* line 328, bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 31px;
}

/* line 71, bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 6px;
}

/* line 79, bootstrap/mixins/_forms.scss */
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: 48px;
  line-height: 48px;
}

/* line 85, bootstrap/mixins/_forms.scss */
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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 71, bootstrap/mixins/_forms.scss */
.form-group-lg .form-control {
  height: 48px;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 6px;
}
/* line 79, bootstrap/mixins/_forms.scss */
.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px;
}
/* line 85, bootstrap/mixins/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
/* line 342, bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 48px;
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  min-height: 36px;
}

/* line 356, bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 361, bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 46.25px;
}

/* line 366, bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  pointer-events: none;
}

/* line 378, bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

/* line 383, bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 17, bootstrap/mixins/_forms.scss */
.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: #779625;
}
/* line 21, bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #779625;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #576d1b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #afd34d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #afd34d;
}
/* line 31, bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #779625;
  border-color: #779625;
  background-color: #d4e79f;
}
/* line 37, bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #779625;
}

/* line 17, bootstrap/mixins/_forms.scss */
.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: #ea7800;
}
/* line 21, bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #ea7800;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #b75e00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa51;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa51;
}
/* line 31, bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #ea7800;
  border-color: #ea7800;
  background-color: #ffcf9d;
}
/* line 37, bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #ea7800;
}

/* line 17, bootstrap/mixins/_forms.scss */
.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: #d01a24;
}
/* line 21, bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #d01a24;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 24, bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #a3141c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec646c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ec646c;
}
/* line 31, bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #d01a24;
  border-color: #d01a24;
  background-color: #f4a8ad;
}
/* line 37, bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #d01a24;
}

/* line 403, bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 24px;
}
/* line 406, bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 417, bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #8c8c8c;
}

@media (min-width: 800px) {
  /* line 442, bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 449, bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 456, bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 460, bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 466, bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 472, bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 476, bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 484, bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 490, bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 495, bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 501, bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 526, bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
}
/* line 534, bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}
/* line 539, bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 546, bootstrap/_forms.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
/* line 557, bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 800px) {
  /* line 567, bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 16px;
  }
}
@media (min-width: 800px) {
  /* line 574, bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 27, bootstrap/_buttons.scss */
.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;
}
/* line 34, bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #4d4d4d;
  text-decoration: none;
}
/* line 40, bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 48, bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 60, bootstrap/_buttons.scss */
.btn-default {
  color: #4d4d4d;
  background-color: white;
  border-color: #b3b3b3;
}
/* line 16, bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-color: #949494;
}
/* line 23, bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 34, bootstrap/mixins/_buttons.scss */
.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: white;
  border-color: #b3b3b3;
}
/* line 40, bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #4d4d4d;
}

/* line 63, bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #00aeef;
  border-color: #00aeef;
}
/* line 16, bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #0089bc;
  border-color: #0081b2;
}
/* line 23, bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 34, bootstrap/mixins/_buttons.scss */
.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: #00aeef;
  border-color: #00aeef;
}
/* line 40, bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #00aeef;
  background-color: white;
}

/* line 67, bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #a6ce39;
  border-color: #a6ce39;
}
/* line 16, bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #88aa2a;
  border-color: #81a228;
}
/* line 23, bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 34, bootstrap/mixins/_buttons.scss */
.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: #a6ce39;
  border-color: #a6ce39;
}
/* line 40, bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #a6ce39;
  background-color: white;
}

/* line 71, bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #00aeef;
  border-color: #00aeef;
}
/* line 16, bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #0089bc;
  border-color: #0081b2;
}
/* line 23, bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 34, bootstrap/mixins/_buttons.scss */
.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: #00aeef;
  border-color: #00aeef;
}
/* line 40, bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #00aeef;
  background-color: white;
}

/* line 75, bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #ff911e;
  border-color: #ff911e;
}
/* line 16, bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ea7800;
  border-color: #e07200;
}
/* line 23, bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 34, bootstrap/mixins/_buttons.scss */
.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: #ff911e;
  border-color: #ff911e;
}
/* line 40, bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #ff911e;
  background-color: white;
}

/* line 79, bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #e63741;
  border-color: #e63741;
}
/* line 16, bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #d01a24;
  border-color: #c71923;
}
/* line 23, bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 34, bootstrap/mixins/_buttons.scss */
.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: #e63741;
  border-color: #e63741;
}
/* line 40, bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #e63741;
  background-color: white;
}

/* line 88, bootstrap/_buttons.scss */
.btn-link {
  color: #1b75bc;
  font-weight: normal;
  border-radius: 0;
}
/* line 97, bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 104, bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 108, bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #0e3d63;
  text-decoration: underline;
  background-color: transparent;
}
/* line 116, bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #cccccc;
  text-decoration: none;
}

/* line 127, bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 12px 20px;
  font-size: 17px;
  line-height: 1.25;
  border-radius: 6px;
}

/* line 131, bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 135, bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 149, bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 157, bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 7, bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 25, bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 30, bootstrap/_dropdowns.scss */
.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: 13px;
  text-align: left;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 53, bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 59, bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #cccccc;
}
/* line 64, bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #4d4d4d;
  white-space: nowrap;
}

/* line 78, bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #1b75bc;
}

/* line 89, bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #1b75bc;
}

/* line 104, bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #bfbfbf;
}
/* line 110, bootstrap/_dropdowns.scss */
.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;
}

/* line 122, bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #cccccc;
  white-space: nowrap;
}

/* line 162, bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 800px) {
  /* line 205, bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, bootstrap/_button-groups.scss */
.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;
}

/* line 29, bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 40, bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 45, bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 50, bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 55, bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 57, bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, bootstrap/_button-groups.scss */
.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;
}

/* line 68, bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 71, bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, bootstrap/_button-groups.scss */
.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;
}

/* line 80, bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 86, bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 104, bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 108, bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 115, bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 119, bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 126, bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 130, bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 6px 6px 0;
  border-bottom-width: 0;
}

/* line 135, bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 6px 6px;
}

/* line 146, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 156, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 164, bootstrap/_button-groups.scss */
.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;
}

/* line 171, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 174, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 178, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 183, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, bootstrap/_button-groups.scss */
.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;
}

/* line 192, bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 200, bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 206, bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 211, bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 215, bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, bootstrap/_button-groups.scss */
[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;
}

/* line 7, bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 56, bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, bootstrap/_input-groups.scss */
.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;
}

/* line 65, bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
/* line 85, bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 12px 20px;
  font-size: 17px;
  border-radius: 6px;
}
/* line 98, bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 110, bootstrap/_input-groups.scss */
.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;
}

/* line 113, bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 122, bootstrap/_input-groups.scss */
.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;
}

/* line 125, bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 148, bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 156, bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, bootstrap/_navs.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}
/* line 15, bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}
/* line 19, bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #476179;
}
/* line 31, bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #cccccc;
}
/* line 35, bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #cccccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 48, bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #476179;
  border-color: #1b75bc;
}
/* line 59, bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
/* line 78, bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
/* line 89, bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #cccccc;
}
/* line 98, bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #666666;
  background-color: white;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 3px;
}
/* line 125, bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #1b75bc;
}

/* line 144, bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
/* line 163, bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
/* line 165, bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 800px) {
  /* line 177, bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
/* line 193, bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
/* line 201, bootstrap/_navs.scss */
.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 #cccccc;
}
@media (min-width: 800px) {
  /* line 206, bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #cccccc;
    border-radius: 3px 3px 0 0;
  }
  /* line 212, bootstrap/_navs.scss */
  .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: white;
  }
}

/* line 224, bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 44px;
  border: 1px solid transparent;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 11, bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0;
  }
}

/* line 15, bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 800px) {
  /* line 30, bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 49, bootstrap/_navbar.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 58, bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 800px) {
  /* line 49, bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 67, bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 74, bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 82, bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 91, bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 91, bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 108, bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 800px) {
  /* line 108, bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 127, bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 800px) {
  /* line 127, bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 138, bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 800px) {
  /* line 138, bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 149, bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 153, bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 162, bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 12.5px 15px;
  font-size: 17px;
  line-height: 19px;
  height: 44px;
}
/* line 170, bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
/* line 174, bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}
@media (min-width: 800px) {
  /* line 180, bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 192, bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 205, bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 210, bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 216, bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 800px) {
  /* line 192, bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 231, bootstrap/_navbar.scss */
.navbar-nav {
  margin: 6.25px -15px;
}
/* line 234, bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 799px) {
  /* line 242, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 251, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 254, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 19px;
  }
  /* line 257, bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 800px) {
  /* line 231, bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 269, bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 271, bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
}

/* line 285, bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
@media (min-width: 800px) {
  /* line 442, bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 449, bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 456, bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 460, bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 466, bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 472, bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 476, bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 484, bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 490, bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 495, bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 501, bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 799px) {
  /* line 297, bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 301, bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  /* line 285, bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 326, bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 331, bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 342, bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 3.5px;
  margin-bottom: 3.5px;
}
/* line 345, bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
/* line 348, bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 11px;
  margin-bottom: 11px;
}

/* line 358, bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
@media (min-width: 800px) {
  /* line 358, bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 800px) {
  /* line 378, bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 381, bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 385, bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/* line 396, bootstrap/_navbar.scss */
.navbar-default {
  background-color: #74848a;
  border-color: #74848a;
}
/* line 400, bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: white;
}
/* line 403, bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #cccccc;
  background-color: none;
}
/* line 409, bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: white;
}
/* line 414, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: white;
}
/* line 418, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #e6e6e6;
  background-color: #5d696e;
}
/* line 426, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #e6e6e6;
  background-color: #5d696e;
}
/* line 434, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 441, bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: transparent;
}
/* line 444, bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #5d696e;
}
/* line 447, bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 453, bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #74848a;
}
/* line 463, bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #5d696e;
  color: #e6e6e6;
}
@media (max-width: 799px) {
  /* line 472, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  /* line 475, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #e6e6e6;
    background-color: #5d696e;
  }
  /* line 483, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #e6e6e6;
    background-color: #5d696e;
  }
  /* line 491, bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 505, bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: white;
}
/* line 507, bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #e6e6e6;
}
/* line 512, bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: white;
}
/* line 515, bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #e6e6e6;
}
/* line 521, bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 530, bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #ededed;
  border-color: #ededed;
}
/* line 534, bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #4d4d4d;
}
/* line 537, bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: none;
}
/* line 543, bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #4d4d4d;
}
/* line 548, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #4d4d4d;
}
/* line 552, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: #d4d4d4;
}
/* line 560, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #d4d4d4;
}
/* line 568, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
/* line 576, bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
/* line 579, bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #d4d4d4;
}
/* line 582, bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 588, bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #dbdbdb;
}
/* line 597, bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #d4d4d4;
  color: white;
}
@media (max-width: 799px) {
  /* line 606, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #ededed;
  }
  /* line 609, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #ededed;
  }
  /* line 612, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #4d4d4d;
  }
  /* line 615, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: #d4d4d4;
  }
  /* line 623, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #d4d4d4;
  }
  /* line 631, bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
/* line 640, bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #4d4d4d;
}
/* line 642, bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 647, bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #4d4d4d;
}
/* line 650, bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 656, bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #cccccc;
}

/* line 6, bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 19px;
  list-style: none;
  background-color: white;
  border-radius: 3px;
}
/* line 13, bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #1b75bc;
}
/* line 23, bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #4d4d4d;
}

/* line 4, bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 19px 0;
  border-radius: 3px;
}
/* line 10, bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #4d4d4d;
  background-color: white;
  border: 1px solid #cccccc;
  margin-left: -1px;
}
/* line 26, bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 33, bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
/* line 42, bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #4d4d4d;
  background-color: #ededed;
  border-color: #cccccc;
}
/* line 53, bootstrap/_pagination.scss */
.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: white;
  background-color: #1b75bc;
  border-color: #1b75bc;
  cursor: default;
}
/* line 68, bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: white;
  border-color: #cccccc;
  cursor: not-allowed;
}

/* line 6, bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 12px 20px;
  font-size: 17px;
}
/* line 12, bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 6, bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 12px;
  font-size: 12px;
}
/* line 12, bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 6, bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 19px 0;
  list-style: none;
  text-align: center;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}
/* line 12, bootstrap/_pager.scss */
.pager li {
  display: inline;
}
/* line 15, bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
/* line 24, bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #ededed;
}
/* line 32, bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}
/* line 39, bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}
/* line 48, bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #cccccc;
  background-color: white;
  cursor: not-allowed;
}

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

/* line 34, bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, bootstrap/_labels.scss */
.label-default {
  background-color: white;
}
/* line 8, bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #e6e6e6;
}

/* line 48, bootstrap/_labels.scss */
.label-primary {
  background-color: #1b75bc;
}
/* line 8, bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #15598f;
}

/* line 52, bootstrap/_labels.scss */
.label-success {
  background-color: #a6ce39;
}
/* line 8, bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #88aa2a;
}

/* line 56, bootstrap/_labels.scss */
.label-info {
  background-color: #00aeef;
}
/* line 8, bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #0089bc;
}

/* line 60, bootstrap/_labels.scss */
.label-warning {
  background-color: #ff911e;
}
/* line 8, bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ea7800;
}

/* line 64, bootstrap/_labels.scss */
.label-danger {
  background-color: #e63741;
}
/* line 8, bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #d01a24;
}

/* line 7, bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #e63741;
  border-radius: 10px;
}
/* line 22, bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 33, bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 42, bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #1b75bc;
  background-color: white;
}
/* line 47, bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}
/* line 51, bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
/* line 55, bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 63, bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #ededed;
}
/* line 13, bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 17, bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
/* line 23, bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d4d4d4;
}
/* line 28, bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
/* line 32, bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 800px) {
  /* line 6, bootstrap/_jumbotron.scss */
  .jumbotron {
    padding: 48px 0;
  }
  /* line 40, bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 46, bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}

/* line 7, bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 19px;
  line-height: 1.5;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
/* line 18, bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #4d4d4d;
}

/* line 36, bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1b75bc;
}

/* line 9, bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 19px;
  border: 1px solid transparent;
  border-radius: 3px;
}
/* line 16, bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 23, bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 29, bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 33, bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 43, bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 47, bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, bootstrap/_alerts.scss */
.alert-success {
  background-color: #d4e79f;
  border-color: #a6ce39;
  color: #779625;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #98be2f;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #576d1b;
}

/* line 63, bootstrap/_alerts.scss */
.alert-info {
  background-color: #70d8ff;
  border-color: #00aeef;
  color: #0089bc;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #009bd5;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #006489;
}

/* line 67, bootstrap/_alerts.scss */
.alert-warning {
  background-color: #ffcf9d;
  border-color: #ff911e;
  color: #ea7800;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #ff8504;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #b75e00;
}

/* line 71, bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f4a8ad;
  border-color: #e63741;
  color: #d01a24;
}
/* line 8, bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e3202b;
}
/* line 11, bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #a3141c;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 17, bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 26, bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 19px;
  margin-bottom: 19px;
  background-color: #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 19px;
  color: white;
  text-align: center;
  background-color: #1b75bc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 65, bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #a6ce39;
}
/* line 7, bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #00aeef;
}
/* line 7, bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #ff911e;
}
/* line 7, bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #e63741;
}
/* line 7, bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, bootstrap/_media.scss */
.media {
  margin-top: 15px;
}
/* line 5, bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 11, bootstrap/_media.scss */
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 16, bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 25, bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 30, bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 36, bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 41, bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 45, bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 50, bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 58, bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #cccccc;
}
/* line 31, bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 34, bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 46, bootstrap/_list-group.scss */
a.list-group-item {
  color: #4d4d4d;
}
/* line 49, bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #4d4d4d;
}
/* line 55, bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #4d4d4d;
  background-color: #ededed;
}

/* line 66, bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #ededed;
  color: #cccccc;
  cursor: not-allowed;
}
/* line 72, bootstrap/_list-group.scss */
.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;
}
/* line 75, bootstrap/_list-group.scss */
.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: #cccccc;
}
/* line 83, bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #4d4d4d;
  border-color: #cccccc;
}
/* line 92, bootstrap/_list-group.scss */
.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;
}
/* line 95, bootstrap/_list-group.scss */
.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: #b3b3b3;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #779625;
  background-color: #d4e79f;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #779625;
}
/* line 14, bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #779625;
  background-color: #cbe28b;
}
/* line 25, bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #779625;
  border-color: #779625;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #0089bc;
  background-color: #70d8ff;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #0089bc;
}
/* line 14, bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #0089bc;
  background-color: #56d1ff;
}
/* line 25, bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #0089bc;
  border-color: #0089bc;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #ea7800;
  background-color: #ffcf9d;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #ea7800;
}
/* line 14, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #ea7800;
  background-color: #ffc384;
}
/* line 25, bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ea7800;
  border-color: #ea7800;
}

/* line 4, bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #d01a24;
  background-color: #f4a8ad;
}

/* line 11, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #d01a24;
}
/* line 14, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #d01a24;
  background-color: #f19297;
}
/* line 25, bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #d01a24;
  border-color: #d01a24;
}

/* line 117, bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 121, bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, bootstrap/_panels.scss */
.panel {
  margin-bottom: 19px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, bootstrap/_panels.scss */
.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 27, bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
/* line 43, bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, bootstrap/_panels.scss */
.panel-footer {
  padding: 5px 15px;
  background-color: #ededed;
  border-top: 1px solid #cccccc;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}

/* line 64, bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
/* line 67, bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 74, bootstrap/_panels.scss */
.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: -1;
  border-top-left-radius: -1;
}
/* line 81, bootstrap/_panels.scss */
.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: -1;
  border-bottom-left-radius: -1;
}

/* line 90, bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 94, bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 106, bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
/* line 109, bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 116, bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
/* line 121, bootstrap/_panels.scss */
.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: -1;
  border-top-right-radius: -1;
}
/* line 126, bootstrap/_panels.scss */
.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: -1;
}
/* line 130, bootstrap/_panels.scss */
.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: -1;
}
/* line 138, bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
/* line 143, bootstrap/_panels.scss */
.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: -1;
  border-bottom-right-radius: -1;
}
/* line 148, bootstrap/_panels.scss */
.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: -1;
}
/* line 152, bootstrap/_panels.scss */
.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: -1;
}
/* line 161, bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc !important;
}
/* line 165, bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 169, bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 176, bootstrap/_panels.scss */
.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;
}
/* line 180, bootstrap/_panels.scss */
.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;
}
/* line 189, bootstrap/_panels.scss */
.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;
}
/* line 198, bootstrap/_panels.scss */
.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;
}
/* line 204, bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 216, bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 19px;
}
/* line 220, bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
/* line 224, bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 229, bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 233, bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #cccccc;
}
/* line 238, bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 240, bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}

/* line 248, bootstrap/_panels.scss */
.panel-default {
  border-color: #cccccc;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #4d4d4d;
  background-color: white;
  border-color: #cccccc;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: white;
  background-color: #4d4d4d;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}

/* line 251, bootstrap/_panels.scss */
.panel-primary {
  border-color: #1b75bc;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #1b75bc;
  border-color: #1b75bc;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #1b75bc;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #1b75bc;
  background-color: white;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #1b75bc;
}

/* line 254, bootstrap/_panels.scss */
.panel-success {
  border-color: #a6ce39;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: white;
  background-color: #d4e79f;
  border-color: #a6ce39;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a6ce39;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #d4e79f;
  background-color: white;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a6ce39;
}

/* line 257, bootstrap/_panels.scss */
.panel-info {
  border-color: #00aeef;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: white;
  background-color: #70d8ff;
  border-color: #00aeef;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #00aeef;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #70d8ff;
  background-color: white;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #00aeef;
}

/* line 260, bootstrap/_panels.scss */
.panel-warning {
  border-color: #ff911e;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: white;
  background-color: #ffcf9d;
  border-color: #ff911e;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ff911e;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #ffcf9d;
  background-color: white;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ff911e;
}

/* line 263, bootstrap/_panels.scss */
.panel-danger {
  border-color: #e63741;
}
/* line 6, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: white;
  background-color: #f4a8ad;
  border-color: #e63741;
}
/* line 11, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e63741;
}
/* line 14, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f4a8ad;
  background-color: white;
}
/* line 20, bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e63741;
}

/* line 5, bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 16, bootstrap/_responsive-embed.scss */
.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;
}

/* line 28, bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, bootstrap/_close.scss */
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, bootstrap/_close.scss */
.close:hover, .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 30, bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

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

/* line 38, bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #666666;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 73, bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #cccccc;
  min-height: 16.5px;
}

/* line 85, bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.5;
}

/* line 96, bootstrap/_modals.scss */
i + .modal-title {
  display: inline-block;
}

/* line 102, bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 20px;
}

/* line 108, bootstrap/_modals.scss */
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #cccccc;
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 115, bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 120, bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 124, bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 130, bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 800px) {
  /* line 141, bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 145, bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 150, bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 154, bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 18, bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 19, bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 7px 0;
}
/* line 20, bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 7px;
}
/* line 21, bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 7px 0;
}
/* line 22, bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 7px;
}

/* line 26, bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  border-radius: 3px;
}

/* line 37, bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 7px 7px 0;
  border-top-color: #333333;
}
/* line 53, bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #333333;
}
/* line 60, bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 7px;
  margin-bottom: -7px;
  border-width: 7px 7px 0;
  border-top-color: #333333;
}
/* line 67, bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -7px;
  border-width: 7px 7px 7px 0;
  border-right-color: #333333;
}
/* line 74, bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -7px;
  border-width: 7px 0 7px 7px;
  border-left-color: #333333;
}
/* line 81, bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #333333;
}
/* line 88, bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #333333;
}
/* line 95, bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 7px;
  margin-top: -7px;
  border-width: 0 7px 7px;
  border-bottom-color: #333333;
}

/* line 6, bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Calibri, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid #cccccc;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 31, bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 32, bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 33, bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 34, bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 37, bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 46, bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 56, bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 65, bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 68, bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 74, bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: fadein(#cccccc, 5%);
  bottom: -11px;
}
/* line 81, bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 89, bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: fadein(#cccccc, 5%);
}
/* line 96, bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 104, bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: fadein(#cccccc, 5%);
  top: -11px;
}
/* line 111, bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 120, bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: fadein(#cccccc, 5%);
}
/* line 127, bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  /* line 35, bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 40, bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 46, bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
/* line 55, bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 59, bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 64, bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 70, bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 73, bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 77, bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 81, bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 84, bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

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

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

/* line 217, bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 228, bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 800px) {
  /* line 242, bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 249, bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 253, bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 259, bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 266, bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

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

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 45, bootstrap/_responsive-utilities.scss */
.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: 799px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 799px) {
  /* line 52, bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 799px) {
  /* line 57, bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 799px) {
  /* line 62, bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  /* line 71, bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  /* line 76, bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  /* line 81, bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 109, bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 799px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 153, bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 153, bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 160, bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 167, bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
/* line 13, themes/_bootswatch_inspinia.scss */
.navbar[class*="-inverse"] .badge {
  background-color: #fff;
  color: #1b75bc;
}

/* line 24, themes/_bootswatch_inspinia.scss */
body {
  -webkit-font-smoothing: antialiased;
}

/* line 29, themes/_bootswatch_inspinia.scss */
.text-primary,
.text-primary:hover {
  color: #1b75bc;
}

/* line 34, themes/_bootswatch_inspinia.scss */
.text-success,
.text-success:hover {
  color: #a6ce39;
}

/* line 39, themes/_bootswatch_inspinia.scss */
.text-danger,
.text-danger:hover {
  color: #e63741;
}

/* line 44, themes/_bootswatch_inspinia.scss */
.text-warning,
.text-warning:hover {
  color: #ff911e;
}

/* line 49, themes/_bootswatch_inspinia.scss */
.text-info,
.text-info:hover {
  color: #00aeef;
}

/* line 58, themes/_bootswatch_inspinia.scss */
table a:not(.btn),
.table a:not(.btn) {
  text-decoration: underline;
}
/* line 62, themes/_bootswatch_inspinia.scss */
table .dropdown-menu a,
.table .dropdown-menu a {
  text-decoration: none;
}
/* line 69, themes/_bootswatch_inspinia.scss */
table .success,
table .warning,
table .danger,
table .info,
.table .success,
.table .warning,
.table .danger,
.table .info {
  color: #fff;
}
/* line 72, themes/_bootswatch_inspinia.scss */
table .success a,
table .warning a,
table .danger a,
table .info a,
.table .success a,
.table .warning a,
.table .danger a,
.table .info a {
  color: #fff;
}

/* line 84, themes/_bootswatch_inspinia.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .form-control-feedback {
  color: #ff911e;
}
/* line 90, themes/_bootswatch_inspinia.scss */
.has-warning .form-control,
.has-warning .form-control:focus,
.has-warning .input-group-addon {
  border: 1px solid #ff911e;
}

/* line 98, themes/_bootswatch_inspinia.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .form-control-feedback {
  color: #e63741;
}
/* line 104, themes/_bootswatch_inspinia.scss */
.has-error .form-control,
.has-error .form-control:focus,
.has-error .input-group-addon {
  border: 1px solid #e63741;
}

/* line 112, themes/_bootswatch_inspinia.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .form-control-feedback {
  color: #a6ce39;
}
/* line 118, themes/_bootswatch_inspinia.scss */
.has-success .form-control,
.has-success .form-control:focus,
.has-success .input-group-addon {
  border: 1px solid #a6ce39;
}

/* line 127, themes/_bootswatch_inspinia.scss */
.nav-pills > li > a {
  border-radius: 0;
}

/* line 135, themes/_bootswatch_inspinia.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-image: none;
}

/* line 142, themes/_bootswatch_inspinia.scss */
.close {
  text-decoration: none;
  text-shadow: none;
  opacity: 0.4;
}
/* line 148, themes/_bootswatch_inspinia.scss */
.close:hover, .close:focus {
  opacity: 1;
}

/* line 153, themes/_bootswatch_inspinia.scss */
.alert {
  border: none;
}
/* line 156, themes/_bootswatch_inspinia.scss */
.alert .alert-link {
  text-decoration: underline;
  color: #fff;
}

/* line 162, themes/_bootswatch_inspinia.scss */
.label {
  /* border-radius: 0; */
}

/* line 168, themes/_bootswatch_inspinia.scss */
.progress {
  height: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 171, themes/_bootswatch_inspinia.scss */
.progress .progress-bar {
  font-size: 8px;
  line-height: 8px;
}

/* line 181, themes/_bootswatch_inspinia.scss */
.panel[class*="-heading"], .panel[class*="-footer"] {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 187, themes/_bootswatch_inspinia.scss */
.panel[class*="-default"] .close {
  color: #4d4d4d;
}

/* line 196, themes/_bootswatch_inspinia.scss */
a.list-group-item[class*="-success"].active {
  background-color: #d4e79f;
}
/* line 201, themes/_bootswatch_inspinia.scss */
a.list-group-item[class*="-success"].active:hover, a.list-group-item[class*="-success"].active:focus {
  background-color: #cbe28b;
}
/* line 207, themes/_bootswatch_inspinia.scss */
a.list-group-item[class*="-warning"].active {
  background-color: #ffcf9d;
}
/* line 212, themes/_bootswatch_inspinia.scss */
a.list-group-item[class*="-warning"].active:hover, a.list-group-item[class*="-warning"].active:focus {
  background-color: #ffc384;
}
/* line 218, themes/_bootswatch_inspinia.scss */
a.list-group-item[class*="-danger"].active {
  background-color: #f4a8ad;
}
/* line 223, themes/_bootswatch_inspinia.scss */
a.list-group-item[class*="-danger"].active:hover, a.list-group-item[class*="-danger"].active:focus {
  background-color: #f19297;
}

/* line 230, themes/_bootswatch_inspinia.scss */
.modal .close {
  color: #4d4d4d;
}

/* line 235, themes/_bootswatch_inspinia.scss */
.popover {
  color: #4d4d4d;
}

/* line 5, accent/_library.scss */
.library #rightColumn .panel-heading {
  padding: 0 15px;
}
/* line 8, accent/_library.scss */
.library #rightColumn .panel-heading div[class*='col-'] {
  margin: 3px 0;
  padding: 0 5px;
}
/* line 12, accent/_library.scss */
.library #rightColumn .panel-heading div[class*='col-'] .btn-group {
  margin-left: 20px;
}
/* line 19, accent/_library.scss */
.library .library-tree-control {
  color: #4d4d4d;
  padding: 5px 4px 9px 0;
  text-decoration: none;
  cursor: pointer;
  width: 17px;
  display: inline-block;
  border-right: 1px solid #cccccc;
}
/* line 28, accent/_library.scss */
.library .library-tree-control i {
  font-weight: bold;
  position: relative;
  top: 2px;
}
/* line 41, accent/_library.scss */
.library .tree-group {
  padding-left: 15px;
}
/* line 45, accent/_library.scss */
.library .tree-item {
  display: block;
  position: relative;
  padding: 8px 5px;
  color: #4d4d4d;
}
/* line 52, accent/_library.scss */
.library .tree-icon {
  padding-right: 5px;
  font-size: 15px;
}
/* line 60, accent/_library.scss */
.library .file-icon input {
  float: left;
}
/* line 64, accent/_library.scss */
.library .file-menu {
  position: absolute;
  top: 5px;
  left: 5px;
}
/* line 69, accent/_library.scss */
.library .file-menu .btn {
  opacity: 0.5;
  display: none;
}
/* line 74, accent/_library.scss */
.library .file-menu .btn.incart, .library .file-menu .btn.selected {
  opacity: 1.0 !important;
  display: inline !important;
}
/* line 83, accent/_library.scss */
.library a:hover .file-menu .btn {
  display: inline;
}

/* line 91, accent/_library.scss */
a .hover-menu {
  position: absolute;
  top: 0;
  left: 15px;
  display: none;
}

/* line 100, accent/_library.scss */
a:hover .hover-menu {
  display: inline;
  opacity: 0.7;
}

/* line 108, accent/_library.scss */
.cart-item .cart-item-heading {
  padding: 0 5px 5px 5px !important;
  cursor: move;
}
/* line 113, accent/_library.scss */
.cart-item .cart-item-image {
  height: 170px;
  overflow-y: hidden;
}
/* line 118, accent/_library.scss */
.cart-item .cart-item-name {
  height: 65px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 129, accent/_library.scss */
.file-item {
  float: left;
  position: relative;
}
/* line 133, accent/_library.scss */
.file-item .attachment-menu {
  position: absolute;
  right: 5px;
}

/* line 140, accent/_library.scss */
.library-lg .library-files {
  padding-left: 7px;
  padding-top: 7px;
  height: 100%;
  overflow: hidden;
}
/* line 147, accent/_library.scss */
.library-lg .library-files-row {
  height: calc(100% - 41px);
}
/* line 151, accent/_library.scss */
.library-lg .file-icon {
  width: 35px;
}
/* line 155, accent/_library.scss */
.library-lg .file-detail-item {
  position: relative;
}
/* line 159, accent/_library.scss */
.library-lg .file-item {
  width: 175px;
  height: 195px;
  margin: 5px;
  padding: 4px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #cccccc;
  list-style: none;
  overflow: hidden;
}
/* line 170, accent/_library.scss */
.library-lg .file-item .file-menu {
  width: 165px;
}
/* line 174, accent/_library.scss */
.library-lg .file-item .file-thumbnail {
  display: block;
  width: 165px;
  height: 150px;
  overflow-y: hidden;
}
/* line 180, accent/_library.scss */
.library-lg .file-item .file-thumbnail .thumbnail {
  width: 165px;
}
/* line 184, accent/_library.scss */
.library-lg .file-item .file-thumbnail a {
  margin-left: auto;
  margin-right: auto;
  color: #4d4d4d;
}
/* line 190, accent/_library.scss */
.library-lg .file-item .file-thumbnail img {
  width: 165px !important;
  margin-left: auto;
  margin-right: auto;
}
/* line 197, accent/_library.scss */
.library-lg .file-item .file-name {
  margin-top: 5px;
  text-align: center;
  line-height: 15px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 30px;
  overflow: hidden;
  color: #4d4d4d;
}
/* line 210, accent/_library.scss */
.library-lg .file-item a:hover .file-thumbnail {
  overflow: visible;
}
/* line 214, accent/_library.scss */
.library-lg .file-item a:hover .file-name {
  display: none;
}

/* line 222, accent/_library.scss */
.library-sm .library-files {
  padding-left: 7px;
  padding-top: 7px;
}
/* line 226, accent/_library.scss */
.library-sm .library-files .file-name {
  max-width: 240px;
  width: 160px;
}
/* line 232, accent/_library.scss */
.library-sm .file-icon {
  width: 24px;
}
/* line 236, accent/_library.scss */
.library-sm .file-item {
  width: 115px;
  height: 125px;
  margin: 8px;
  padding: 5px;
  text-align: center;
}
/* line 243, accent/_library.scss */
.library-sm .file-item .file-image {
  height: 100px;
  overflow: hidden;
}
/* line 248, accent/_library.scss */
.library-sm .file-item .file-name {
  width: 110px;
  font-size: x-small;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  opacity: 0.5;
}
/* line 260, accent/_library.scss */
.library-sm .library-file-name {
  width: 100px;
  max-width: 150px;
}
/* line 265, accent/_library.scss */
.library-sm .modal-body {
  height: 600px;
}

/* line 271, accent/_library.scss */
.library-xs .library-files {
  padding-left: 7px;
  padding-top: 7px;
}
/* line 275, accent/_library.scss */
.library-xs .library-files .file-name {
  max-width: 240px;
  width: 160px;
}
/* line 281, accent/_library.scss */
.library-xs .file-icon {
  width: 20px;
}
/* line 285, accent/_library.scss */
.library-xs .file-item {
  width: 75px;
  height: 85px;
  border: 1px solid #cccccc !important;
  margin: 8px;
  padding: 5px;
  text-align: center;
}
/* line 293, accent/_library.scss */
.library-xs .file-item .file-image {
  height: 62px;
  overflow: hidden;
}
/* line 298, accent/_library.scss */
.library-xs .file-item .file-name {
  width: 68px;
  font-size: x-small;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  opacity: 0.5;
}
/* line 310, accent/_library.scss */
.library-xs .library-file-name {
  width: 100px;
  max-width: 150px;
}
/* line 315, accent/_library.scss */
.library-xs .modal-body {
  height: 600px;
}

/* line 320, accent/_library.scss */
.modal.modal-wide .modal-dialog {
  width: 800px;
  margin-bottom: 80px;
}

/* line 325, accent/_library.scss */
.modal-wide .modal-body {
  overflow-y: auto;
}

/* line 329, accent/_library.scss */
.z-top {
  z-index: 40000;
}

/* line 338, accent/_library.scss */
.session-activity-list .panel-body .timeline-item {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 350, accent/_library.scss */
.Homepage .topic-list-item > a {
  width: calc(100% - 50px);
  display: inline-block;
}

/* line 359, accent/_library.scss */
.GetWizard div[id^=wizard-] > ul.nav {
  padding-left: 15px;
}

@media (max-width: 768px) {
  /* line 3, base/_bootstrap_ext.scss */
  .col-sm-0 {
    display: none;
    visibility: hidden;
  }

  /* line 6, base/_bootstrap_ext.scss */
  .row-sm-0 {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 992px) {
  /* line 12, base/_bootstrap_ext.scss */
  .col-md-0 {
    display: none;
    visibility: hidden;
  }

  /* line 15, base/_bootstrap_ext.scss */
  .row-md-0 {
    display: none;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  /* line 21, base/_bootstrap_ext.scss */
  .col-lg-0 {
    display: none;
    visibility: hidden;
  }

  /* line 24, base/_bootstrap_ext.scss */
  .row-md-0 {
    display: none;
    visibility: hidden;
  }
}
/* line 1, base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
}

/* line 5, base/_typography.scss */
h1 {
  font-size: 30px;
}

/* line 9, base/_typography.scss */
h2 {
  font-size: 24px;
}

/* line 13, base/_typography.scss */
h3 {
  font-size: 16px;
}

/* line 17, base/_typography.scss */
h4 {
  font-size: 14px;
}

/* line 21, base/_typography.scss */
h5 {
  font-size: 12px;
}

/* line 25, base/_typography.scss */
h6 {
  font-size: 10px;
}

/* line 29, base/_typography.scss */
h3, h4, h5 {
  margin-top: 5px;
  font-weight: 600;
}

/* line 3, base/_nav_left.scss */
#nav-left i {
  font-size: larger;
  margin-right: 5px;
}
/* line 9, base/_nav_left.scss */
#nav-left #side-menu li {
  width: 100%;
  border-left-width: 2px;
  border-left-style: solid;
  border-left-color: transparent;
}
/* line 15, base/_nav_left.scss */
#nav-left #side-menu li.active {
  border-left-color: #e6e6e6;
}
/* line 19, base/_nav_left.scss */
#nav-left #side-menu li > a {
  padding: 14px 20px 14px 23px;
}
/* line 25, base/_nav_left.scss */
#nav-left .arrow {
  float: right;
}
/* line 29, base/_nav_left.scss */
#nav-left .fa.arrow:before {
  content: "\f104";
}
/* line 33, base/_nav_left.scss */
#nav-left .active > a > .fa.arrow:before {
  content: "\f107";
}

/* line 39, base/_nav_left.scss */
body.std-navbar .logo-element {
  width: 170px;
  height: 77px;
  background-image: url(../Images/Connect_Logo_170.png);
}
/* line 45, base/_nav_left.scss */
body.std-navbar .nav-second-level {
  background-color: #6d7c82;
}
/* line 48, base/_nav_left.scss */
body.std-navbar .nav-second-level li a {
  padding: 7px 10px 7px 57px !important;
}

/* line 55, base/_nav_left.scss */
body.mini-navbar #page-wrapper {
  margin: 0 0 0 70px;
}
/* line 59, base/_nav_left.scss */
body.mini-navbar .navbar-static-side {
  width: 70px;
}
/* line 64, base/_nav_left.scss */
body.mini-navbar #nav-left #side-menu {
  margin-top: 10px;
}
/* line 68, base/_nav_left.scss */
body.mini-navbar #nav-left .nav-label, body.mini-navbar #nav-left .arrow {
  display: none;
}
/* line 71, base/_nav_left.scss */
body.mini-navbar #nav-left .nav-label .navbar-default .nav > li > .nav-second-level li a, body.mini-navbar #nav-left .arrow .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
/* line 77, base/_nav_left.scss */
body.mini-navbar #nav-left .nav-second-level {
  position: absolute;
  left: 68px;
  top: 0;
  background: #6d7c82;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
  white-space: nowrap;
}
/* line 86, base/_nav_left.scss */
body.mini-navbar #nav-left .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
/* line 91, base/_nav_left.scss */
body.mini-navbar #nav-left .nav-second-level.visible {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}
/* line 98, base/_nav_left.scss */
body.mini-navbar #nav-left .logo-element {
  width: 32px;
  height: 32px;
  background-image: url(../Images/Connect_Logo_32.png);
  margin-left: 17px;
  margin-bottom: 15px;
  border-radius: 50%;
}

/* line 109, base/_nav_left.scss */
.nav.nav-second-level > li.active {
  border: none;
}

/* line 113, base/_nav_left.scss */
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}

/* line 118, base/_nav_left.scss */
.nav-second-level li,
.nav-third-level li {
  border-bottom: none !important;
}

/* line 122, base/_nav_left.scss */
.nav-third-level li a {
  padding-left: 67px;
}

/* line 126, base/_nav_left.scss */
body.mini-navbar:not(.fixed-sidebar):not(.canvas-menu) .nav-second-level {
  display: none;
}

/* line 130, base/_nav_left.scss */
.pace-done .navbar-static-side, .pace-done .nav-header, .pace-done li.active, .pace-done #page-wrapper, .pace-done .footer {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Unused


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

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

.canvas-menu.mini-navbar .nav-second-level {
  background: darken($navbar-default-bg, 3%);
}

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

body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}

body.mini-navbar .logo-element {
  display: block;
}

body.canvas-menu .logo-element {
  display: none;
}

body.mini-navbar .nav-header {
  padding: 0;
  background-color: $brand-primary;
}

body.canvas-menu .nav-header {
  padding: 33px 25px;
}

body.fixed-sidebar.mini-navbar .footer,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0 !important;
}

body.canvas-menu.mini-navbar #page-wrapper,
body.canvas-menu.mini-navbar .footer {
  margin: 0 0 0 0;
}

body.fixed-sidebar .navbar-static-side,
body.canvas-menu .navbar-static-side {
  position: fixed;
  width: $sidebar-width;
  z-index: 2001;
  height: 100%;
}

body.fixed-sidebar.mini-navbar .navbar-static-side {
  width: 0px;
}

.fixed-sidebar.mini-navbar .nav li:focus > .nav-second-level,
.canvas-menu.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  height: auto;
}

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

.fixed-sidebar.mini-navbar .nav-second-level li a,
.canvas-menu.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  position: relative;
  padding: 0;
  font-size: 13px;
}

.fixed-sidebar.mini-navbar li.active .nav-second-level,
.canvas-menu.mini-navbar li.active .nav-second-level {
  left: 0px
}

body.fixed-sidebar.mini-navbar .navbar-default .nav > li > a,
body.canvas-menu.mini-navbar .navbar-default .nav > li > a {
  font-size: 13px;
}

body.fixed-sidebar.mini-navbar .nav-label,
body.fixed-sidebar.mini-navbar .navbar-default .nav li a span,
body.canvas-menu.mini-navbar .nav-label,
body.canvas-menu.mini-navbar .navbar-default .nav li a span {
  display: inline;
}

body.canvas-menu.mini-navbar .navbar-default .nav li .profile-element a span {
  display: block;
}

.canvas-menu.mini-navbar .nav-second-level li a,
.fixed-sidebar.mini-navbar .nav-second-level li a {
  padding: 7px 10px 7px 52px
}

.fixed-sidebar.mini-navbar .nav-second-level,
.canvas-menu.mini-navbar .nav-second-level {
  left: 0px
}

body.canvas-menu nav.navbar-static-side {
  z-index: 2001;
  //background: $nav-bg;
  height: 100%;
  position: fixed;
  display: none;
}

body.canvas-menu.mini-navbar nav.navbar-static-side {
  display: block;
  width: 220px;
}

body.mini-navbar .footer.fixed,
body.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 70px;
}

body.mini-navbar.canvas-menu .footer.fixed,
body.canvas-menu .footer.fixed {
    margin: 0 !important;
}

body.fixed-sidebar.body-small.mini-navbar .footer.fixed {
    margin: 0 0 0 $sidebar-width;
}

body.body-small .footer.fixed {
    margin-left: 0px;
}

.navbar-fixed-top {
  background: white;
  transition-duration: 0.5s;
  border-bottom: 1px solid #e7eaec !important;
  z-index: 2030;
}

.navbar-fixed-top, .navbar-static-top {
  //background: $body-bg;
}

.fixed-nav #wrapper {
  margin-top: 60px;
}

.fixed-nav .minimalize-styl-2 {
  margin: 14px 5px 5px 15px;
}

.body-small .navbar-fixed-top {
  margin-left: 0px;
}

body.canvas-menu .profile-element {
  display: block;
}



*/
/* line 4, base/_nav_top.scss */
#nav-top .nav > li {
  border: 0 !important;
  position: relative !important;
}
/* line 8, base/_nav_top.scss */
#nav-top .nav > li i {
  font-size: large !important;
}
/* line 12, base/_nav_top.scss */
#nav-top .nav > li .label {
  font-size: smaller !important;
  position: absolute !important;
  padding: 0 5px !important;
  right: 5px !important;
  top: 8px !important;
}
/* line 20, base/_nav_top.scss */
#nav-top .nav > li .dropdown-menu > li > a {
  padding: 4px 20px !important;
}
/* line 25, base/_nav_top.scss */
#nav-top .navbar-header h3, #nav-top .navbar-header h4, #nav-top .navbar-header h5 {
  color: white;
}

/* CHOSEN PLUGIN */
/* line 3, base/_chosen.scss */
.chosen-container-single .chosen-single {
  background: white;
  box-shadow: none;
  -moz-box-sizing: border-box;
  background-color: white;
  border: 1px solid #cbd5dd;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  margin: 0;
  min-height: 30px;
  overflow: hidden;
  padding: 4px 12px;
  position: relative;
  width: 100%;
}

/* line 20, base/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  background: #f1f1f1;
  border: 1px solid #ededed;
  border-radius: 2px;
  box-shadow: none;
  color: #333333;
  cursor: default;
  line-height: 13px;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  position: relative;
}

/* LIST GROUP */
/* line 3, base/_listgroup.scss */
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  background-color: #1b75bc;
  border-color: #1b75bc;
  color: white;
  z-index: 2;
}

/* line 10, base/_listgroup.scss */
.list-group-item-heading {
  margin-top: 10px;
}

/* line 14, base/_listgroup.scss */
.list-group-item-text {
  margin: 0 0 10px;
  color: inherit;
  font-size: 12px;
  line-height: inherit;
}

/* line 21, base/_listgroup.scss */
.no-padding .list-group-item {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

/* line 27, base/_listgroup.scss */
.no-padding .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-top: none;
}

/* line 34, base/_listgroup.scss */
.no-padding .list-group {
  margin-bottom: 0;
}

/* line 38, base/_listgroup.scss */
.list-group-item {
  background-color: inherit;
  border: 1px solid #cccccc !important;
  display: block;
  margin-bottom: -1px;
  padding: 10px 15px;
  position: relative;
}

/* line 47, base/_listgroup.scss */
.elements-list .list-group-item {
  border-left: none;
  border-right: none;
  padding: 15px 25px;
}

/* line 54, base/_listgroup.scss */
.elements-list .list-group-item:first-child {
  border-left: none;
  border-right: none;
  border-top: none !important;
}

/* line 60, base/_listgroup.scss */
.elements-list .list-group {
  margin-bottom: 0;
}

/* line 64, base/_listgroup.scss */
.elements-list a {
  color: inherit;
}

/* line 69, base/_listgroup.scss */
.elements-list .list-group-item.active,
.elements-list .list-group-item:hover {
  background: #666666;
  color: inherit;
  border-color: #cccccc !important;
  border-radius: 0;
}

/* line 76, base/_listgroup.scss */
.elements-list li.active {
  transition: none;
}

/* line 80, base/_listgroup.scss */
.element-detail-box {
  padding: 25px;
}

/* line 2, base/_sidebar.scss */
.sidebard-panel {
  width: 220px;
  background: #5e5e5e;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

/* line 10, base/_sidebar.scss */
.sidebard-panel .feed-element img.img-circle {
  width: 32px;
  height: 32px;
}

/* line 15, base/_sidebar.scss */
.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
  font-size: 12px;
}

/* line 19, base/_sidebar.scss */
.sidebard-panel .feed-element {
  margin-top: 20px;
  padding-bottom: 0;
}

/* line 24, base/_sidebar.scss */
.sidebard-panel .list-group {
  margin-bottom: 10px;
}

/* line 28, base/_sidebar.scss */
.sidebard-panel .list-group .list-group-item {
  padding: 5px 0;
  font-size: 12px;
  border: 0;
}

/* line 34, base/_sidebar.scss */
.sidebar-content .wrapper {
  padding-right: 230px;
}

/* line 38, base/_sidebar.scss */
.sidebar-content .wrapper, .wrapper.sidebar-content {
  padding-right: 230px !important;
}

/* line 42, base/_sidebar.scss */
.body-small .sidebar-content .wrapper, .body-small .wrapper.sidebar-content {
  padding-right: 20px !important;
}

/* line 48, base/_sidebar.scss */
#right-sidebar {
  background-color: #fff;
  border-left: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  overflow: hidden;
  position: fixed;
  top: 60px;
  width: 260px !important;
  z-index: 1009;
  bottom: 0;
  right: -260px;
}

/* line 61, base/_sidebar.scss */
.sidebar-container {
  /*padding: 10px;*/
}

/* line 66, base/_sidebar.scss */
#right-sidebar.sidebar-open {
  right: 0;
}

/* line 70, base/_sidebar.scss */
#right-sidebar.sidebar-open.sidebar-top {
  top: 0;
  border-top: none;
}

/* line 77, base/_sidebar.scss */
.sidebar-container ul.nav-tabs {
  border: none;
}
/* line 81, base/_sidebar.scss */
.sidebar-container ul.nav-tabs.navs-4 li {
  width: 25%;
}
/* line 84, base/_sidebar.scss */
.sidebar-container ul.nav-tabs.navs-3 li {
  width: 33.3333%;
}
/* line 87, base/_sidebar.scss */
.sidebar-container ul.nav-tabs.navs-2 li {
  width: 50%;
}
/* line 91, base/_sidebar.scss */
.sidebar-container ul.nav-tabs li {
  border: none;
}
/* line 95, base/_sidebar.scss */
.sidebar-container ul.nav-tabs li a {
  border: none;
  padding: 12px 10px;
  margin: 0;
  border-radius: 0;
  background: #00aeef;
  color: #fff;
  text-align: center;
  border-right: 1px solid #00b5f9;
}
/* line 107, base/_sidebar.scss */
.sidebar-container ul.nav-tabs li.active a {
  border: none;
  background: #f9f9f9;
  color: #4d4d4d;
  font-weight: bold;
}
/* line 116, base/_sidebar.scss */
.sidebar-container .nav-tabs > li.active > a:hover,
.sidebar-container .nav-tabs > li.active > a:focus {
  border: none;
}
/* line 122, base/_sidebar.scss */
.sidebar-container ul.sidebar-list {
  margin: 0;
  padding: 0;
}
/* line 127, base/_sidebar.scss */
.sidebar-container ul.sidebar-list li {
  border-bottom: 1px solid #cccccc !important;
  padding: 15px 20px;
  list-style: none;
  font-size: 12px;
}
/* line 135, base/_sidebar.scss */
.sidebar-container .sidebar-message:nth-child(2n+2) {
  background: #f9f9f9;
}
/* line 139, base/_sidebar.scss */
.sidebar-container ul.sidebar-list li a {
  text-decoration: none;
  color: inherit;
}
/* line 144, base/_sidebar.scss */
.sidebar-container .sidebar-content {
  padding: 15px 20px;
  font-size: 12px;
}
/* line 149, base/_sidebar.scss */
.sidebar-container .sidebar-title {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid #cccccc !important;
}
/* line 155, base/_sidebar.scss */
.sidebar-container .sidebar-title h3 {
  margin-bottom: 3px;
  padding-left: 2px;
}
/* line 163, base/_sidebar.scss */
.sidebar-container .tab-content h4 {
  margin-bottom: 5px;
}
/* line 169, base/_sidebar.scss */
.sidebar-container .sidebar-message > a > .pull-left {
  margin-right: 10px;
}
/* line 173, base/_sidebar.scss */
.sidebar-container .sidebar-message > a {
  text-decoration: none;
  color: inherit;
}
/* line 178, base/_sidebar.scss */
.sidebar-container .sidebar-message {
  padding: 15px 20px;
}
/* line 182, base/_sidebar.scss */
.sidebar-container .sidebar-message .message-avatar {
  height: 38px;
  width: 38px;
  border-radius: 50%;
}
/* line 188, base/_sidebar.scss */
.sidebar-container .setings-item {
  padding: 15px 20px;
  border-bottom: 1px solid #cccccc !important;
}

/* line 1, base/_base.scss */
body {
  overflow-x: hidden;
}

/* line 5, base/_base.scss */
html, body {
  height: 100%;
}

/* line 10, base/_base.scss */
body.full-height-layout #wrapper,
body.full-height-layout #page-wrapper {
  height: 100%;
}

/* line 14, base/_base.scss */
#page-wrapper {
  background-color: white;
  position: relative !important;
  height: 100%;
  padding: 0;
}

/* line 22, base/_base.scss */
body.boxed-layout #wrapper {
  /*background-color: $nav-bg;*/
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

/* line 32, base/_base.scss */
.top-navigation.boxed-layout #wrapper,
.boxed-layout #wrapper.top-navigation {
  max-width: 1300px !important;
}

/* line 36, base/_base.scss */
.block {
  display: block;
}

/* line 40, base/_base.scss */
.clear {
  display: block;
  overflow: hidden;
}

/* line 45, base/_base.scss */
a {
  cursor: pointer;
}

/* line 49, base/_base.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 53, base/_base.scss */
.border-bottom {
  border-bottom: 1px solid !important;
}

/* line 57, base/_base.scss */
.font-bold {
  font-weight: 600;
}

/* line 61, base/_base.scss */
.font-noraml {
  font-weight: 400;
}

/* line 65, base/_base.scss */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* line 73, base/_base.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 77, base/_base.scss */
.b-r {
  border-right: 1px solid;
}

/* line 81, base/_base.scss */
.hr-line-dashed {
  border-top: 1px dashed;
  color: #ffffff;
  background-color: #ffffff;
  height: 1px;
  margin: 20px 0;
}

/* line 89, base/_base.scss */
.hr-line-solid {
  border-bottom: 1px solid;
  background-color: rgba(0, 0, 0, 0);
  border-style: solid !important;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* line 97, base/_base.scss */
video {
  width: 100% !important;
  height: auto !important;
}

/* GALLERY */
/* line 103, base/_base.scss */
.gallery > .row > div {
  margin-bottom: 15px;
}

/* line 107, base/_base.scss */
.fancybox img {
  margin-bottom: 5px;
  /* Only for demo */
  width: 24%;
}

/* Summernote text editor  */
/* line 114, base/_base.scss */
.note-editor {
  height: auto;
  min-height: 300px;
}

/* MODAL */
/* line 120, base/_base.scss */
.modal-content {
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0 none;
  position: relative;
}

/* line 131, base/_base.scss */
.modal-dialog {
  z-index: 1200;
}

/* line 135, base/_base.scss */
.modal-body {
  padding: 20px 30px 30px 30px;
}

/*.inmodal .modal-body {
    background: #f8fafb;
}

.inmodal .modal-header {
    padding: 30px 15px;
    text-align: center;
}*/
/* line 149, base/_base.scss */
.animated.modal.fade .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -moz-transform: none;
  transform: none;
}

/*.inmodal .modal-title {
    font-size: 26px;
}

.inmodal .modal-icon {
    font-size: 84px;
    color: #e2e3e3;
}

.modal-footer {
    margin-top: 0;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}*/
/* WRAPPERS */
/* line 178, base/_base.scss */
#wrapper {
  width: 100%;
  overflow-x: hidden;
  height: 100%;
}

/* line 184, base/_base.scss */
.wrapper {
  padding: 0 20px;
}

/* line 188, base/_base.scss */
.wrapper-content {
  padding: 0 20px;
}

/* line 192, base/_base.scss */
#page-scroller {
  padding: 0;
}
/* line 195, base/_base.scss */
#page-scroller > .nano-content {
  width: 100%;
}
/* line 198, base/_base.scss */
#page-scroller > .nano-content > .row {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  /* line 206, base/_base.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 240px;
  }
}
/* line 213, base/_base.scss */
.title-action {
  text-align: right;
  padding-top: 30px;
}

/* line 219, base/_base.scss */
.ibox-content h1, .ibox-content h2, .ibox-content h3, .ibox-content h4, .ibox-content h5,
.ibox-title h1, .ibox-title h2, .ibox-title h3, .ibox-title h4, .ibox-title h5 {
  margin-top: 5px;
}

/* line 223, base/_base.scss */
ul.unstyled, ol.unstyled {
  list-style: none outside none;
  margin-left: 0;
}

/* line 228, base/_base.scss */
.big-icon {
  font-size: 160px;
}

/* FOOTER */
/* line 235, base/_base.scss */
.footer {
  background: none repeat scroll 0 0 white;
  border-top: 1px solid;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}

/* line 245, base/_base.scss */
.footer.fixed_full {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid;
}

/* line 256, base/_base.scss */
.footer.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 20px;
  background: white;
  border-top: 1px solid;
  margin-left: 220px;
}

/* PANELS */
/* line 270, base/_base.scss */
.panel-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}
/* line 277, base/_base.scss */
.panel-tools a {
  cursor: pointer;
  margin-left: 5px;
}

/*
.page-heading {
    border-top: 0;
    padding: 0px 10px 10px 10px;
}

.panel-heading h1, .panel-heading h2 {
    margin-bottom: 5px;
}*/
/* TABLES */
/*.table-bordered {
    border: 1px solid #EBEBEB;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    background-color: #F5F5F6;
    border-bottom-width: 1px;
}

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

.table > thead > tr > th {
    border-bottom: 1px solid #DDDDDD;
    vertical-align: bottom;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid ;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}*/
/* PANELS */
/* line 321, base/_base.scss */
.panel-heading .panel-collapse-link:after {
  font-family: 'Glyphicons';
  content: "\e224";
  float: right;
}

/* line 327, base/_base.scss */
.panel-heading .panel-collapse-link.collapsed:after {
  content: "\e602 ";
}

/* GLOBAL  */
/* line 333, base/_base.scss */
.no-padding {
  padding: 0 !important;
}

/* line 337, base/_base.scss */
.no-borders {
  border: none !important;
}

/* line 341, base/_base.scss */
.no-margins {
  margin: 0 !important;
}

/* line 345, base/_base.scss */
.no-top-border {
  border-top: 0 !important;
}

/* line 349, base/_base.scss */
.ibox-content.text-box {
  padding-bottom: 0px;
  padding-top: 15px;
}

/* line 354, base/_base.scss */
.border-left-right {
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: none;
  border-bottom: none;
}

/* line 361, base/_base.scss */
.border-left {
  border-left: 1px solid;
  border-right: none;
  border-top: none;
  border-bottom: none;
}

/* line 368, base/_base.scss */
.border-right {
  border-left: none;
  border-right: 1px solid;
  border-top: none;
  border-bottom: none;
}

/* line 375, base/_base.scss */
.full-width {
  width: 100% !important;
}

/* line 379, base/_base.scss */
.link-block {
  font-size: 12px;
  padding: 10px;
}

/*.nav.navbar-top-links .link-block a {
    font-size: 12px;
}*/
/* line 388, base/_base.scss */
.link-block a {
  font-size: 10px;
  color: inherit;
}

/* line 393, base/_base.scss */
body.mini-navbar .branding {
  display: none;
}

/* line 397, base/_base.scss */
img.circle-border {
  border: 6px solid #FFFFFF;
  border-radius: 50%;
}

/* line 402, base/_base.scss */
.branding {
  float: left;
  font-size: 18px;
  font-weight: 600;
  padding: 17px 20px;
  text-align: center;
}

/* line 410, base/_base.scss */
.login-panel {
  margin-top: 25%;
}

/* line 414, base/_base.scss */
.icons-box h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 419, base/_base.scss */
.icons-box .infont a i {
  font-size: 25px;
  display: block;
}

/* line 424, base/_base.scss */
.icons-box .infont a {
  color: #a6a8a9;
  padding: 10px;
  margin: 1px;
  display: block;
}

/* line 431, base/_base.scss */
.ui-draggable .ibox-title {
  cursor: move;
}

/* line 435, base/_base.scss */
.ui-draggable-disabled .ibox-title {
  cursor: default !important;
}

/* line 439, base/_base.scss */
code {
  background-color: #F9F2F4;
  border-radius: 4px;
  color: #ca4440;
  font-size: 90%;
  padding: 2px 4px;
  white-space: nowrap;
}

/* line 448, base/_base.scss */
.ibox {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
}

/* line 455, base/_base.scss */
.ibox.collapsed .ibox-content {
  display: none;
}

/* line 459, base/_base.scss */
.ibox.collapsed .fa.fa-chevron-up:before {
  content: "\f078";
}

/* line 463, base/_base.scss */
.ibox.collapsed .fa.fa-chevron-down:before {
  content: "\f077";
}

/* line 467, base/_base.scss */
.ibox:after, .ibox:before {
  display: table;
}

/* line 471, base/_base.scss */
.ibox-title {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0px 0;
  border-color: #cccccc;
  color: #4d4d4d;
  margin-bottom: 0;
  padding: 14px 15px 7px;
  min-height: 48px;
  background-color: white;
}

/* line 487, base/_base.scss */
.ibox-content {
  color: #4d4d4d;
  padding: 15px 20px 20px 20px;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0px;
  border-color: #cccccc;
  background-color: white;
  clear: both;
}

/* line 501, base/_base.scss */
table.table-mail tr td {
  padding: 12px;
}
/* line 504, base/_base.scss */
table.table-mail tr td a {
  text-decoration: none !important;
}

/* line 509, base/_base.scss */
.table-mail .check-mail {
  padding-left: 20px;
}

/* line 513, base/_base.scss */
.table-mail .mail-date {
  padding-right: 20px;
}

/* line 517, base/_base.scss */
.star-mail, .check-mail {
  width: 40px;
}

/* line 521, base/_base.scss */
.unread td a, .unread td {
  font-weight: 600;
  color: inherit;
}

/* line 526, base/_base.scss */
.read td a, .read td {
  font-weight: normal;
  color: inherit;
}

/* line 534, base/_base.scss */
.ibox-heading {
  border-bottom: none;
}

/* line 538, base/_base.scss */
.ibox-heading h3 {
  font-weight: 200;
  font-size: 24px;
}

/* line 543, base/_base.scss */
.ibox-title h5 {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
}

/* line 554, base/_base.scss */
.ibox-title .label {
  float: left;
  margin-left: 4px;
}

/* line 559, base/_base.scss */
.ibox-tools {
  display: inline-block;
  float: right;
  margin-top: 0;
  position: relative;
  padding: 0;
}

/* line 567, base/_base.scss */
.ibox-tools a {
  cursor: pointer;
  margin-left: 5px;
}

/* line 575, base/_base.scss */
.ibox-tools .dropdown-menu > li > a {
  padding: 4px 10px;
  font-size: 12px;
}

/* line 580, base/_base.scss */
.ibox .open > .dropdown-menu {
  left: auto;
  right: 0;
}

/* BACKGROUNDS */
/*.navy-bg {
    background-color: $brand-primary;
    color: #ffffff;
}

.blue-bg {
    background-color: $brand-success;
    color: #ffffff;
}

.lazur-bg {
    background-color: $brand-info;
    color: #ffffff;
}

.yellow-bg {
    background-color: $brand-warning;
    color: #ffffff;
}

.red-bg {
    background-color: $brand-danger;
    color: #ffffff;
}

.black-bg {
    background-color: #262626;
}*/
/* line 616, base/_base.scss */
.panel-primary {
  border-color: #1b75bc;
}

/* line 620, base/_base.scss */
.panel-primary > .panel-heading {
  background-color: #1b75bc;
  border-color: #1b75bc;
}

/* line 625, base/_base.scss */
.panel-success {
  border-color: #a6ce39;
}

/* line 629, base/_base.scss */
.panel-success > .panel-heading {
  background-color: #a6ce39;
  border-color: #a6ce39;
}

/* line 634, base/_base.scss */
.panel-info {
  border-color: #00aeef;
}

/* line 638, base/_base.scss */
.panel-info > .panel-heading {
  background-color: #00aeef;
  border-color: #00aeef;
}

/* line 643, base/_base.scss */
.panel-warning {
  border-color: #ff911e;
}

/* line 647, base/_base.scss */
.panel-warning > .panel-heading {
  background-color: #ff911e;
  border-color: #ff911e;
}

/* line 652, base/_base.scss */
.panel-danger {
  border-color: #e63741;
}

/* line 656, base/_base.scss */
.panel-danger > .panel-heading {
  background-color: #e63741;
  border-color: #e63741;
}

/* line 661, base/_base.scss */
.progress-bar {
  background-color: #1b75bc;
}

/* line 665, base/_base.scss */
.progress-small, .progress-small .progress-bar {
  height: 10px;
}

/* line 669, base/_base.scss */
.progress-small, .progress-mini {
  margin-top: 5px;
}

/* line 673, base/_base.scss */
.progress-mini, .progress-mini .progress-bar {
  height: 5px;
  margin-bottom: 0px;
}

/* line 678, base/_base.scss */
.progress-bar-success {
  background-color: #a6ce39;
}

/* line 682, base/_base.scss */
.progress-bar-info {
  background-color: #00aeef;
}

/* line 686, base/_base.scss */
.progress-bar-warning {
  background-color: #ff911e;
}

/* line 690, base/_base.scss */
.progress-bar-danger {
  background-color: #e63741;
}

/* line 694, base/_base.scss */
.panel-title {
  font-size: inherit;
  display: inline-block;
}

/* line 699, base/_base.scss */
.jumbotron {
  border-radius: 6px;
  padding: 40px;
}

/* line 704, base/_base.scss */
.jumbotron h1 {
  margin-top: 0;
}

/* COLORS */
/* line 710, base/_base.scss */
.text-navy {
  color: #1b75bc;
}

/* line 714, base/_base.scss */
.text-primary {
  color: inherit;
}

/* line 718, base/_base.scss */
.text-success {
  color: #a6ce39;
}

/* line 722, base/_base.scss */
.text-info {
  color: #00aeef;
}

/* line 726, base/_base.scss */
.text-warning {
  color: #ff911e;
}

/* line 730, base/_base.scss */
.text-danger {
  color: #e63741;
}

/* line 734, base/_base.scss */
.text-muted {
  color: #888888;
}

/* line 738, base/_base.scss */
.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: inherit;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block;
}

/* line 750, base/_base.scss */
.img-shadow {
  -webkit-box-shadow: 0px 0px 3px 0px #919191;
  -moz-box-shadow: 0px 0px 3px 0px #919191;
  box-shadow: 0px 0px 3px 0px #919191;
}

/* line 757, base/_base.scss */
a.close-canvas-menu {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1011;
}

/* FULL HEIGHT */
/* line 770, base/_base.scss */
.full-height {
  height: 100%;
}

/* line 774, base/_base.scss */
.fh-breadcrumb {
  height: calc(100% - 196px);
  margin: 0 -15px;
  position: relative;
}

/* line 780, base/_base.scss */
.fh-no-breadcrumb {
  height: calc(100% - 99px);
  margin: 0 -15px;
  position: relative;
}

/* line 786, base/_base.scss */
.fh-column {
  background: #fff;
  height: 100%;
  width: 240px;
  float: left;
}

/* line 793, base/_base.scss */
.modal-backdrop {
  z-index: 2040 !important;
}

/* line 797, base/_base.scss */
.modal {
  z-index: 2050 !important;
}

/* line 801, base/_base.scss */
.spiner-example {
  height: 200px;
  padding-top: 70px;
}

/* MARGINS & PADDINGS */
/* line 808, base/_base.scss */
.p-xxs {
  padding: 5px;
}

/* line 812, base/_base.scss */
.p-xs {
  padding: 10px;
}

/* line 816, base/_base.scss */
.p-sm {
  padding: 15px;
}

/* line 820, base/_base.scss */
.p-m {
  padding: 20px;
}

/* line 824, base/_base.scss */
.p-md {
  padding: 25px;
}

/* line 828, base/_base.scss */
.p-lg {
  padding: 30px;
}

/* line 832, base/_base.scss */
.p-xl {
  padding: 40px;
}

/* line 836, base/_base.scss */
.m-xxs {
  margin: 2px 4px;
}

/* line 840, base/_base.scss */
.m-xs {
  margin: 5px;
}

/* line 844, base/_base.scss */
.m-sm {
  margin: 10px;
}

/* line 848, base/_base.scss */
.m {
  margin: 15px;
}

/* line 852, base/_base.scss */
.m-md {
  margin: 20px;
}

/* line 856, base/_base.scss */
.m-lg {
  margin: 30px;
}

/* line 860, base/_base.scss */
.m-xl {
  margin: 50px;
}

/* line 864, base/_base.scss */
.m-n {
  margin: 0 !important;
}

/* line 868, base/_base.scss */
.m-l-none {
  margin-left: 0;
}

/* line 872, base/_base.scss */
.m-l-xs {
  margin-left: 5px;
}

/* line 876, base/_base.scss */
.m-l-sm {
  margin-left: 10px;
}

/* line 880, base/_base.scss */
.m-l {
  margin-left: 15px;
}

/* line 884, base/_base.scss */
.m-l-md {
  margin-left: 20px;
}

/* line 888, base/_base.scss */
.m-l-lg {
  margin-left: 30px;
}

/* line 892, base/_base.scss */
.m-l-xl {
  margin-left: 40px;
}

/* line 896, base/_base.scss */
.m-l-n-xxs {
  margin-left: -1px;
}

/* line 900, base/_base.scss */
.m-l-n-xs {
  margin-left: -5px;
}

/* line 904, base/_base.scss */
.m-l-n-sm {
  margin-left: -10px;
}

/* line 908, base/_base.scss */
.m-l-n {
  margin-left: -15px;
}

/* line 912, base/_base.scss */
.m-l-n-md {
  margin-left: -20px;
}

/* line 916, base/_base.scss */
.m-l-n-lg {
  margin-left: -30px;
}

/* line 920, base/_base.scss */
.m-l-n-xl {
  margin-left: -40px;
}

/* line 924, base/_base.scss */
.m-t-none {
  margin-top: 0;
}

/* line 928, base/_base.scss */
.m-t-xxs {
  margin-top: 1px;
}

/* line 932, base/_base.scss */
.m-t-xs {
  margin-top: 5px;
}

/* line 936, base/_base.scss */
.m-t-sm {
  margin-top: 10px;
}

/* line 940, base/_base.scss */
.m-t {
  margin-top: 15px;
}

/* line 944, base/_base.scss */
.m-t-md {
  margin-top: 20px;
}

/* line 948, base/_base.scss */
.m-t-lg {
  margin-top: 30px;
}

/* line 952, base/_base.scss */
.m-t-xl {
  margin-top: 40px;
}

/* line 956, base/_base.scss */
.m-t-n-xxs {
  margin-top: -1px;
}

/* line 960, base/_base.scss */
.m-t-n-xs {
  margin-top: -5px;
}

/* line 964, base/_base.scss */
.m-t-n-sm {
  margin-top: -10px;
}

/* line 968, base/_base.scss */
.m-t-n {
  margin-top: -15px;
}

/* line 972, base/_base.scss */
.m-t-n-md {
  margin-top: -20px;
}

/* line 976, base/_base.scss */
.m-t-n-lg {
  margin-top: -30px;
}

/* line 980, base/_base.scss */
.m-t-n-xl {
  margin-top: -40px;
}

/* line 984, base/_base.scss */
.m-r-none {
  margin-right: 0;
}

/* line 988, base/_base.scss */
.m-r-xxs {
  margin-right: 1px;
}

/* line 992, base/_base.scss */
.m-r-xs {
  margin-right: 5px;
}

/* line 996, base/_base.scss */
.m-r-sm {
  margin-right: 10px;
}

/* line 1000, base/_base.scss */
.m-r {
  margin-right: 15px;
}

/* line 1004, base/_base.scss */
.m-r-md {
  margin-right: 20px;
}

/* line 1008, base/_base.scss */
.m-r-lg {
  margin-right: 30px;
}

/* line 1012, base/_base.scss */
.m-r-xl {
  margin-right: 40px;
}

/* line 1016, base/_base.scss */
.m-r-n-xxs {
  margin-right: -1px;
}

/* line 1020, base/_base.scss */
.m-r-n-xs {
  margin-right: -5px;
}

/* line 1024, base/_base.scss */
.m-r-n-sm {
  margin-right: -10px;
}

/* line 1028, base/_base.scss */
.m-r-n {
  margin-right: -15px;
}

/* line 1032, base/_base.scss */
.m-r-n-md {
  margin-right: -20px;
}

/* line 1036, base/_base.scss */
.m-r-n-lg {
  margin-right: -30px;
}

/* line 1040, base/_base.scss */
.m-r-n-xl {
  margin-right: -40px;
}

/* line 1044, base/_base.scss */
.m-b-none {
  margin-bottom: 0;
}

/* line 1048, base/_base.scss */
.m-b-xxs {
  margin-bottom: 1px;
}

/* line 1052, base/_base.scss */
.m-b-xs {
  margin-bottom: 5px;
}

/* line 1056, base/_base.scss */
.m-b-sm {
  margin-bottom: 10px;
}

/* line 1060, base/_base.scss */
.m-b {
  margin-bottom: 15px;
}

/* line 1064, base/_base.scss */
.m-b-md {
  margin-bottom: 20px;
}

/* line 1068, base/_base.scss */
.m-b-lg {
  margin-bottom: 30px;
}

/* line 1072, base/_base.scss */
.m-b-xl {
  margin-bottom: 40px;
}

/* line 1076, base/_base.scss */
.m-b-n-xxs {
  margin-bottom: -1px;
}

/* line 1080, base/_base.scss */
.m-b-n-xs {
  margin-bottom: -5px;
}

/* line 1084, base/_base.scss */
.m-b-n-sm {
  margin-bottom: -10px;
}

/* line 1088, base/_base.scss */
.m-b-n {
  margin-bottom: -15px;
}

/* line 1092, base/_base.scss */
.m-b-n-md {
  margin-bottom: -20px;
}

/* line 1096, base/_base.scss */
.m-b-n-lg {
  margin-bottom: -30px;
}

/* line 1100, base/_base.scss */
.m-b-n-xl {
  margin-bottom: -40px;
}

/* line 1104, base/_base.scss */
.space-15 {
  margin: 15px 0;
}

/* line 1108, base/_base.scss */
.space-20 {
  margin: 20px 0;
}

/* line 1112, base/_base.scss */
.space-25 {
  margin: 25px 0;
}

/* line 1116, base/_base.scss */
.space-30 {
  margin: 30px 0;
}

/* line 1122, base/_base.scss */
body.modal-open {
  padding-right: inherit !important;
}

/* Style correction for Vector Map */
/* line 1127, base/_base.scss */
.jvectormap-zoomin, .jvectormap-zoomout {
  width: 15px;
  height: 15px;
  background: #1ab394;
}

/* line 1133, base/_base.scss */
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 1140, base/_base.scss */
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}

/* line 1145, base/_base.scss */
.loginscreen.middle-box {
  width: 300px;
}

/* line 1149, base/_base.scss */
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 1155, base/_base.scss */
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 1161, base/_base.scss */
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}

/* line 1169, base/_base.scss */
.middle-box h1 {
  font-size: 170px;
}

/* line 1173, base/_base.scss */
.wrapper .middle-box {
  margin-top: 140px;
}

/* line 1177, base/_base.scss */
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}

/* line 1185, base/_base.scss */
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}

/* line 1192, base/_base.scss */
.lock-word .first-word {
  margin-right: 160px;
}

/* SEARCH PAGE */
/* line 3, base/_pages.scss */
.search-form {
  margin-top: 10px;
}

/* line 7, base/_pages.scss */
.search-result h3 {
  margin-bottom: 0;
  color: #1e0fbe;
}

/* line 12, base/_pages.scss */
.search-result .search-link {
  color: #006621;
}

/* line 16, base/_pages.scss */
.search-result p {
  font-size: 12px;
  margin-top: 5px;
}

/* CONTACTS */
/* line 23, base/_pages.scss */
.contact-box {
  background-color: white;
  border: 1px solid #cccccc !important;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 30, base/_pages.scss */
.contact-box a {
  color: inherit;
}

/* INVOICE */
/* line 36, base/_pages.scss */
.invoice-table tbody > tr > td:last-child, .invoice-table tbody > tr > td:nth-child(4), .invoice-table tbody > tr > td:nth-child(3), .invoice-table tbody > tr > td:nth-child(2) {
  text-align: right;
}

/* line 40, base/_pages.scss */
.invoice-table thead > tr > th:last-child, .invoice-table thead > tr > th:nth-child(4), .invoice-table thead > tr > th:nth-child(3), .invoice-table thead > tr > th:nth-child(2) {
  text-align: right;
}

/* line 44, base/_pages.scss */
.invoice-total > tbody > tr > td:first-child {
  text-align: right;
}

/* line 48, base/_pages.scss */
.invoice-total > tbody > tr > td {
  border: 0 none;
}

/* line 52, base/_pages.scss */
.invoice-total > tbody > tr > td:last-child {
  border-bottom: 1px solid #dddddd;
  text-align: right;
  width: 15%;
}

/* ERROR & LOGIN & LOCKSCREEN */
/* line 60, base/_pages.scss */
.middle-box {
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

/* line 67, base/_pages.scss */
.lockscreen.middle-box {
  width: 200px;
  padding-top: 110px;
}

/* line 72, base/_pages.scss */
.loginscreen.middle-box {
  width: 300px;
}

/* line 76, base/_pages.scss */
.loginColumns {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 82, base/_pages.scss */
.passwordBox {
  max-width: 460px;
  margin: 0 auto;
  padding: 100px 20px 20px 20px;
}

/* line 88, base/_pages.scss */
.logo-name {
  color: #e6e6e6;
  font-size: 180px;
  font-weight: 800;
  letter-spacing: -10px;
  margin-bottom: 0px;
}

/* line 96, base/_pages.scss */
.middle-box h1 {
  font-size: 170px;
}

/* line 100, base/_pages.scss */
.wrapper .middle-box {
  margin-top: 140px;
}

/* line 104, base/_pages.scss */
.lock-word {
  z-index: 10;
  position: absolute;
  top: 110px;
  left: 50%;
  margin-left: -470px;
}

/* line 112, base/_pages.scss */
.lock-word span {
  font-size: 100px;
  font-weight: 600;
  color: #e9e9e9;
  display: inline-block;
}

/* line 119, base/_pages.scss */
.lock-word .first-word {
  margin-right: 160px;
}

/* DASBOARD */
/* line 125, base/_pages.scss */
.dashboard-header {
  border-top: 0;
  padding: 20px 20px 20px 20px;
}

/* line 130, base/_pages.scss */
.dashboard-header h2 {
  margin-top: 10px;
  font-size: 26px;
}

/* line 135, base/_pages.scss */
.fist-item {
  border-top: none !important;
}

/* line 139, base/_pages.scss */
.statistic-box {
  margin-top: 40px;
}

/* line 143, base/_pages.scss */
.dashboard-header .list-group-item span.label {
  margin-right: 10px;
}

/* line 147, base/_pages.scss */
.list-group.clear-list .list-group-item {
  border-top: 1px solid #cccccc !important;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  padding: 10px 0;
}

/* line 155, base/_pages.scss */
ul.clear-list:first-child {
  border-top: none !important;
}

/* Intimeline */
/* line 161, base/_pages.scss */
.timeline-item .date i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  width: 30px;
  text-align: center;
  border-top: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
  background: #f8f8f8;
}

/* line 174, base/_pages.scss */
.timeline-item .date {
  text-align: right;
  width: 110px;
  position: relative;
  padding-top: 30px;
}

/* line 181, base/_pages.scss */
.timeline-item .content {
  border-left: 1px solid #cccccc !important;
  border-top: 1px solid #cccccc !important;
  padding-top: 10px;
  min-height: 80px;
}

/* line 188, base/_pages.scss */
.timeline-item .content:hover {
  background: #f6f6f6;
}

/* PIN BOARD */
/* line 193, base/_pages.scss */
ul.notes li, ul.tag-list li {
  list-style: none;
}

/* line 197, base/_pages.scss */
ul.notes li h4 {
  margin-top: 20px;
  font-size: 16px;
}

/* line 202, base/_pages.scss */
ul.notes li div {
  text-decoration: none;
  color: black;
  background: #ffffcc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  position: relative;
}

/* line 213, base/_pages.scss */
ul.notes li div small {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
}

/* line 220, base/_pages.scss */
ul.notes li div a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: inherit;
}

/* line 227, base/_pages.scss */
ul.notes li {
  margin: 10px 40px 50px 0px;
  float: left;
}

/* line 232, base/_pages.scss */
ul.notes li div p {
  font-size: 12px;
}

/* line 236, base/_pages.scss */
ul.notes li div {
  text-decoration: none;
  color: black;
  background: #ffffcc;
  display: block;
  height: 140px;
  width: 140px;
  padding: 1em;
  /* Firefox */
  -moz-box-shadow: 5px 5px 2px #212121;
  /* Safari+Chrome */
  -webkit-box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
  /* Opera */
  box-shadow: 5px 5px 2px rgba(33, 33, 33, 0.7);
}

/* line 252, base/_pages.scss */
ul.notes li div {
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
}

/* line 258, base/_pages.scss */
ul.notes li:nth-child(even) div {
  -o-transform: rotate(4deg);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  position: relative;
  top: 5px;
}

/* line 266, base/_pages.scss */
ul.notes li:nth-child(3n) div {
  -o-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  position: relative;
  top: -5px;
}

/* line 274, base/_pages.scss */
ul.notes li:nth-child(5n) div {
  -o-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  position: relative;
  top: -10px;
}

/* line 282, base/_pages.scss */
ul.notes li div:hover, ul.notes li div:focus {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  position: relative;
  z-index: 5;
}

/* line 290, base/_pages.scss */
ul.notes li div {
  text-decoration: none;
  color: black;
  background: #ffffcc;
  display: block;
  height: 210px;
  width: 210px;
  padding: 1em;
  -moz-box-shadow: 5px 5px 7px #212121;
  -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.7);
  -moz-transition: -moz-transform 0.15s linear;
  -o-transition: -o-transform 0.15s linear;
  -webkit-transition: -webkit-transform 0.15s linear;
}

/* FILE MANAGER */
/* line 308, base/_pages.scss */
.file-box {
  float: left;
  width: 220px;
}

/* line 313, base/_pages.scss */
.file-manager h5 {
  text-transform: uppercase;
}

/* line 317, base/_pages.scss */
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

/* line 323, base/_pages.scss */
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

/* line 329, base/_pages.scss */
.folder-list li {
  border-bottom: 1px solid #cccccc !important;
  display: block;
}

/* line 334, base/_pages.scss */
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

/*.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}

.category-list li {
  display: block;
}

.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}

.category-list li a .text-navy {
  color: $brand-primary;
}

.category-list li a .text-primary {
  color: $brand-success;
}

.category-list li a .text-info {
  color: $brand-info;
}

.category-list li a .text-danger {
  color: #ef5352;
}

.category-list li a .text-warning {
  color: #f8ac59;
}

.file-manager h5.tag-title {
  margin-top: 20px;
}

.tag-list li {
  float: left;
}

.tag-list li a {
  font-size: 10px;
  background-color: $body-bg;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid $border-color;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

.file {
  border: 1px solid $border-color;
  padding: 0;
  background-color: white;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}

.file-manager .hr-line-dashed {
  margin: 15px 0;
}

.file .icon, .file .image {
  height: 100px;
  overflow: hidden;
}

.file .icon {
  padding: 15px 10px;
  text-align: center;
}

.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}

.file-control.active {
  text-decoration: underline;
}

.file .icon i {
  font-size: 70px;
  color: #dadada;
}

.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid $border-color;
}

.file-name small {
  color: $text-color;
}

.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}

a.compose-mail {
  padding: 8px 10px;
}

.mail-search {
  max-width: 300px;
}*/
/* PROFILE */
/* line 465, base/_pages.scss */
.profile-content {
  border-top: none !important;
}

/* line 469, base/_pages.scss */
.feed-activity-list .feed-element {
  border-bottom: 1px solid #cccccc !important;
}

/* line 473, base/_pages.scss */
.feed-element:first-child {
  margin-top: 0;
}

/* line 477, base/_pages.scss */
.feed-element {
  padding-bottom: 15px;
}

/* line 481, base/_pages.scss */
.feed-element, .feed-element .media {
  margin-top: 15px;
}

/* line 485, base/_pages.scss */
.feed-element, .media-body {
  overflow: hidden;
}

/* line 489, base/_pages.scss */
.feed-element > .pull-left {
  margin-right: 10px;
}

/* line 493, base/_pages.scss */
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
  width: 38px;
  height: 38px;
}

/* line 498, base/_pages.scss */
.feed-element .well {
  border: 1px solid #cccccc !important;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 11px;
  line-height: 16px;
}

/* line 508, base/_pages.scss */
.feed-element .actions {
  margin-top: 10px;
}

/* line 512, base/_pages.scss */
.feed-element .photos {
  margin: 10px 0;
}

/* line 516, base/_pages.scss */
.feed-photo {
  max-height: 180px;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 524, base/_pages.scss */
.feed-title, .feed-date {
  padding: 0;
}

/* PROJECTS */
/* line 531, base/_pages.scss */
.project-people, .project-actions {
  text-align: right;
  vertical-align: middle;
}

/* line 536, base/_pages.scss */
dd.project-people {
  text-align: left;
  margin-top: 5px;
}

/* line 541, base/_pages.scss */
.project-people img {
  width: 32px;
  height: 32px;
}

/* line 546, base/_pages.scss */
.project-title a {
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 600;
}

/* line 552, base/_pages.scss */
.project-list table tr td {
  border-top: none;
  border-bottom: 1px solid #cccccc !important;
  padding: 15px 10px;
  vertical-align: middle;
}

/* line 559, base/_pages.scss */
.project-manager .tag-list li a {
  font-size: 10px;
  background-color: white;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #cccccc !important;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}

/* line 571, base/_pages.scss */
.project-files li a {
  font-size: 11px;
  color: #4d4d4d;
  margin-left: 10px;
  line-height: 22px;
}

/* FAQ */
/* line 580, base/_pages.scss */
.faq-item {
  padding: 20px;
  margin-bottom: 2px;
  background: white;
}

/* line 586, base/_pages.scss */
.faq-question {
  font-size: 18px;
  font-weight: 600;
  color: #1b75bc;
  display: block;
}

/* line 593, base/_pages.scss */
.faq-question:hover {
  color: #1867a6;
}

/* line 597, base/_pages.scss */
.faq-answer {
  margin-top: 10px;
  background: white;
  border: 1px solid #cccccc !important;
  border-radius: 3px;
  padding: 15px;
}

/* line 605, base/_pages.scss */
.faq-item .tag-item {
  background: white;
  padding: 2px 6px;
  font-size: 10px;
  text-transform: uppercase;
}

/* Chat view */
/* line 614, base/_pages.scss */
.message-input {
  height: 90px !important;
}

/* line 618, base/_pages.scss */
.chat-avatar {
  white: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}

/* line 625, base/_pages.scss */
.chat-user-name {
  padding: 10px;
}

/* line 629, base/_pages.scss */
.chat-user {
  padding: 8px 10px;
  border-bottom: 1px solid #e7eaec;
}

/* line 634, base/_pages.scss */
.chat-user a {
  color: inherit;
}

/* line 638, base/_pages.scss */
.chat-view {
  z-index: 20012;
}

/* line 642, base/_pages.scss */
.chat-users, .chat-statistic {
  margin-left: -30px;
}

@media (max-width: 992px) {
  /* line 647, base/_pages.scss */
  .chat-users, .chat-statistic {
    margin-left: 0px;
  }
}
/* line 651, base/_pages.scss */
.chat-view .ibox-content {
  padding: 0;
}

/* line 655, base/_pages.scss */
.chat-message {
  padding: 10px 20px;
}

/* line 659, base/_pages.scss */
.message-avatar {
  height: 48px;
  width: 48px;
  border: 1px solid #e7eaec;
  border-radius: 4px;
  margin-top: 1px;
}

/* line 667, base/_pages.scss */
.chat-discussion .chat-message:nth-child(2n+1) .message-avatar {
  float: left;
  margin-right: 10px;
}

/* line 672, base/_pages.scss */
.chat-discussion .chat-message:nth-child(2n) .message-avatar {
  float: right;
  margin-left: 10px;
}

/* line 677, base/_pages.scss */
.message {
  background-color: #fff;
  border: 1px solid #e7eaec;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
}

/* line 687, base/_pages.scss */
.chat-discussion .chat-message:nth-child(2n+1) .message-date {
  float: right;
}

/* line 691, base/_pages.scss */
.chat-discussion .chat-message:nth-child(2n) .message-date {
  float: left;
}

/* line 695, base/_pages.scss */
.chat-discussion .chat-message:nth-child(2n+1) .message {
  text-align: left;
  margin-left: 55px;
}

/* line 700, base/_pages.scss */
.chat-discussion .chat-message:nth-child(2n) .message {
  text-align: right;
  margin-right: 55px;
}

/* line 705, base/_pages.scss */
.message-date {
  font-size: 10px;
  color: #888888;
}

/* line 710, base/_pages.scss */
.message-content {
  display: block;
}

/* line 714, base/_pages.scss */
.chat-discussion {
  background: #eee;
  padding: 15px;
  height: 400px;
  overflow-y: auto;
}

/* line 721, base/_pages.scss */
.chat-users {
  overflow-y: auto;
  height: 400px;
}

/* line 726, base/_pages.scss */
.chat-message-form .form-group {
  margin-bottom: 0;
}

/* jsTree */
/* line 731, base/_pages.scss */
.jstree-open > .jstree-anchor > .fa-folder:before {
  content: "\f07c";
}

/* line 735, base/_pages.scss */
.jstree-default .jstree-icon.none {
  width: 0;
}

/* CLIENTS */
/* line 741, base/_pages.scss */
.clients-list {
  margin-top: 20px;
}

/* line 745, base/_pages.scss */
.clients-list .tab-pane {
  position: relative;
  height: 600px;
}

/* line 750, base/_pages.scss */
.client-detail {
  position: relative;
  height: 620px;
}

/* line 755, base/_pages.scss */
.clients-list table tr td {
  height: 46px;
  vertical-align: middle;
  border: none;
}

/* line 761, base/_pages.scss */
.client-link {
  font-weight: 600;
  color: inherit;
}

/* line 766, base/_pages.scss */
.client-link:hover {
  color: inherit;
}

/* line 770, base/_pages.scss */
.client-avatar {
  width: 42px;
}

/* line 774, base/_pages.scss */
.client-avatar img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

/* line 780, base/_pages.scss */
.contact-type {
  width: 20px;
  color: #a6a6a6;
}

/* line 785, base/_pages.scss */
.client-status {
  text-align: left;
}

/* line 789, base/_pages.scss */
.client-detail .vertical-timeline-content p {
  margin: 0;
}

/* line 793, base/_pages.scss */
.client-detail .vertical-timeline-icon.gray-bg {
  color: #8c8c8c;
}

/* line 798, base/_pages.scss */
.clients-list .nav-tabs > li.active > a, .clients-list .nav-tabs > li.active > a:hover, .clients-list .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #fff;
}

/* BLOG ARTICLE */
/* line 804, base/_pages.scss */
.blog h2 {
  font-weight: 700;
}

/* line 808, base/_pages.scss */
.blog h5 {
  margin: 0 0 5px 0;
}

/* line 812, base/_pages.scss */
.blog .btn {
  margin: 0 0 5px 0;
}

/* line 816, base/_pages.scss */
.article h1 {
  font-size: 48px;
  font-weight: 700;
  color: #2F4050;
}

/* line 822, base/_pages.scss */
.article p {
  font-size: 15px;
  line-height: 26px;
}

/* line 827, base/_pages.scss */
.article-title {
  text-align: center;
  margin: 40px 0 100px 0;
}

/* line 832, base/_pages.scss */
.article .ibox-content {
  padding: 40px;
}

/* ISSUE TRACKER */
/* line 838, base/_pages.scss */
.issue-tracker .btn-link {
  color: #1b75bc;
}

/* line 842, base/_pages.scss */
table.issue-tracker tbody tr td {
  vertical-align: middle;
  height: 50px;
}

/* line 847, base/_pages.scss */
.issue-info {
  width: 50%;
}

/* line 851, base/_pages.scss */
.issue-info a {
  font-weight: 600;
  color: #4d4d4d;
}

/* line 856, base/_pages.scss */
.issue-info small {
  display: block;
}

/* TEAMS */
/* line 861, base/_pages.scss */
.team-members {
  margin: 10px 0;
}

/* line 865, base/_pages.scss */
.team-members img.img-circle {
  width: 42px;
  height: 42px;
  margin-bottom: 5px;
}

/* AGILE BOARD */
/* line 873, base/_pages.scss */
.sortable-list {
  padding: 10px 0;
}

/* line 877, base/_pages.scss */
.agile-list {
  list-style: none;
  margin: 0;
}

/* line 882, base/_pages.scss */
.agile-list li {
  background: #FAFAFB;
  border: 1px solid #e7eaec;
  margin: 0px 0 10px 0;
  padding: 10px;
  border-radius: 2px;
}

/* line 891, base/_pages.scss */
.agile-list li:hover {
  cursor: pointer;
  background: #fff;
}

/* line 896, base/_pages.scss */
.agile-list li.warning-element {
  border-left: 3px solid #ff911e;
}

/* line 900, base/_pages.scss */
.agile-list li.danger-element {
  border-left: 3px solid #e63741;
}

/* line 904, base/_pages.scss */
.agile-list li.info-element {
  border-left: 3px solid #a6ce39;
}

/* line 908, base/_pages.scss */
.agile-list li.success-element {
  border-left: 3px solid #1b75bc;
}

/* line 912, base/_pages.scss */
.agile-detail {
  margin-top: 5px;
  font-size: 12px;
}

/* DIFF */
/* line 918, base/_pages.scss */
ins {
  background-color: #c6ffc6;
  text-decoration: none;
}

/* line 923, base/_pages.scss */
del {
  background-color: #ffc6c6;
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-rotating-plane"></div>
 *
 */
/* line 8, base/_spinners.scss */
.sk-spinner-rotating-plane.sk-spinner {
  width: 30px;
  height: 30px;
  background-color: #1b75bc;
  margin: 0 5px;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
  /* line 18, base/_spinners.scss */
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  /* line 23, base/_spinners.scss */
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  /* line 28, base/_spinners.scss */
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes sk-rotatePlane {
  /* line 35, base/_spinners.scss */
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  /* line 40, base/_spinners.scss */
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  /* line 45, base/_spinners.scss */
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-double-bounce">
 *      <div class="sk-double-bounce1"></div>
 *      <div class="sk-double-bounce2"></div>
 *    </div>
 *
 */
/* line 60, base/_spinners.scss */
.sk-spinner-double-bounce.sk-spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 5px;
}

/* line 67, base/_spinners.scss */
.sk-spinner-double-bounce .sk-double-bounce1, .sk-spinner-double-bounce .sk-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #1b75bc;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

/* line 80, base/_spinners.scss */
.sk-spinner-double-bounce .sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-doubleBounce {
  /* line 86, base/_spinners.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 91, base/_spinners.scss */
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-doubleBounce {
  /* line 98, base/_spinners.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 103, base/_spinners.scss */
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wave">
 *      <div class="sk-rect1"></div>
 *      <div class="sk-rect2"></div>
 *      <div class="sk-rect3"></div>
 *      <div class="sk-rect4"></div>
 *      <div class="sk-rect5"></div>
 *    </div>
 *
 */
/* line 121, base/_spinners.scss */
.sk-spinner-wave.sk-spinner {
  margin: 0 5px;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

/* line 129, base/_spinners.scss */
.sk-spinner-wave div {
  background-color: #1b75bc;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

/* line 138, base/_spinners.scss */
.sk-spinner-wave .sk-rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 143, base/_spinners.scss */
.sk-spinner-wave .sk-rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 148, base/_spinners.scss */
.sk-spinner-wave .sk-rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 153, base/_spinners.scss */
.sk-spinner-wave .sk-rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {
  /* line 159, base/_spinners.scss */
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  /* line 164, base/_spinners.scss */
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes sk-waveStretchDelay {
  /* line 171, base/_spinners.scss */
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }

  /* line 176, base/_spinners.scss */
  20% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wandering-cubes">
 *      <div class="sk-cube1"></div>
 *      <div class="sk-cube2"></div>
 *    </div>
 *
 */
/* line 191, base/_spinners.scss */
.sk-spinner-wandering-cubes.sk-spinner {
  margin: 0 5px;
  width: 32px;
  height: 32px;
  position: relative;
}

/* line 198, base/_spinners.scss */
.sk-spinner-wandering-cubes .sk-cube1, .sk-spinner-wandering-cubes .sk-cube2 {
  background-color: #1b75bc;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
  animation: sk-wanderingCubeMove 1.8s infinite ease-in-out;
}

/* line 209, base/_spinners.scss */
.sk-spinner-wandering-cubes .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-wanderingCubeMove {
  /* line 215, base/_spinners.scss */
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  /* line 220, base/_spinners.scss */
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  /* line 226, base/_spinners.scss */
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  /* line 231, base/_spinners.scss */
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  /* line 236, base/_spinners.scss */
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes sk-wanderingCubeMove {
  /* line 243, base/_spinners.scss */
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  /* line 248, base/_spinners.scss */
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  /* line 254, base/_spinners.scss */
  50.1% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  /* line 259, base/_spinners.scss */
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  /* line 264, base/_spinners.scss */
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
/* line 276, base/_spinners.scss */
.sk-spinner-pulse.sk-spinner {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  background-color: #1b75bc;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
  /* line 287, base/_spinners.scss */
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 292, base/_spinners.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-pulseScaleOut {
  /* line 300, base/_spinners.scss */
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 305, base/_spinners.scss */
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-chasing-dots">
 *      <div class="sk-dot1"></div>
 *      <div class="sk-dot2"></div>
 *    </div>
 *
 */
/* line 321, base/_spinners.scss */
.sk-spinner-chasing-dots.sk-spinner {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-chasingDotsRotate 2s infinite linear;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

/* line 331, base/_spinners.scss */
.sk-spinner-chasing-dots .sk-dot1, .sk-spinner-chasing-dots .sk-dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #1b75bc;
  border-radius: 100%;
  -webkit-animation: sk-chasingDotsBounce 2s infinite ease-in-out;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

/* line 343, base/_spinners.scss */
.sk-spinner-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-chasingDotsRotate {
  /* line 351, base/_spinners.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-chasingDotsRotate {
  /* line 358, base/_spinners.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-chasingDotsBounce {
  /* line 365, base/_spinners.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 370, base/_spinners.scss */
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-chasingDotsBounce {
  /* line 377, base/_spinners.scss */
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 382, base/_spinners.scss */
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-three-bounce">
 *      <div class="sk-bounce1"></div>
 *      <div class="sk-bounce2"></div>
 *      <div class="sk-bounce3"></div>
 *    </div>
 *
 */
/* line 398, base/_spinners.scss */
.sk-spinner-three-bounce.sk-spinner {
  margin: 0 5px;
  width: 70px;
  text-align: center;
}

/* line 404, base/_spinners.scss */
.sk-spinner-three-bounce div {
  width: 18px;
  height: 18px;
  background-color: #1b75bc;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  animation: sk-threeBounceDelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 417, base/_spinners.scss */
.sk-spinner-three-bounce .sk-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

/* line 422, base/_spinners.scss */
.sk-spinner-three-bounce .sk-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-threeBounceDelay {
  /* line 428, base/_spinners.scss */
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 433, base/_spinners.scss */
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-threeBounceDelay {
  /* line 440, base/_spinners.scss */
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 445, base/_spinners.scss */
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
/* line 470, base/_spinners.scss */
.sk-spinner-circle.sk-spinner {
  margin: 0 5px;
  width: 22px;
  height: 22px;
  position: relative;
}

/* line 477, base/_spinners.scss */
.sk-spinner-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 485, base/_spinners.scss */
.sk-spinner-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 5px;
  width: 20%;
  height: 20%;
  background-color: #1b75bc;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 500, base/_spinners.scss */
.sk-spinner-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 506, base/_spinners.scss */
.sk-spinner-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 512, base/_spinners.scss */
.sk-spinner-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 518, base/_spinners.scss */
.sk-spinner-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 524, base/_spinners.scss */
.sk-spinner-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 530, base/_spinners.scss */
.sk-spinner-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 536, base/_spinners.scss */
.sk-spinner-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 542, base/_spinners.scss */
.sk-spinner-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 548, base/_spinners.scss */
.sk-spinner-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 554, base/_spinners.scss */
.sk-spinner-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 560, base/_spinners.scss */
.sk-spinner-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 566, base/_spinners.scss */
.sk-spinner-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 571, base/_spinners.scss */
.sk-spinner-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 576, base/_spinners.scss */
.sk-spinner-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 581, base/_spinners.scss */
.sk-spinner-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 586, base/_spinners.scss */
.sk-spinner-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 591, base/_spinners.scss */
.sk-spinner-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 596, base/_spinners.scss */
.sk-spinner-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 601, base/_spinners.scss */
.sk-spinner-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 606, base/_spinners.scss */
.sk-spinner-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 611, base/_spinners.scss */
.sk-spinner-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 616, base/_spinners.scss */
.sk-spinner-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  /* line 622, base/_spinners.scss */
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 627, base/_spinners.scss */
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  /* line 634, base/_spinners.scss */
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  /* line 639, base/_spinners.scss */
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-cube-grid">
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *      <div class="sk-cube"></div>
 *    </div>
 *
 */
/* line 661, base/_spinners.scss */
.sk-spinner-cube-grid {
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

/* line 670, base/_spinners.scss */
.sk-spinner-cube-grid.sk-spinner {
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

/* line 676, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #1b75bc;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

/* line 685, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 690, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 695, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

/* line 700, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 705, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

/* line 710, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/* line 715, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

/* line 720, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

/* line 725, base/_spinners.scss */
.sk-spinner-cube-grid .sk-cube:nth-child(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  /* line 731, base/_spinners.scss */
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  /* line 736, base/_spinners.scss */
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  /* line 743, base/_spinners.scss */
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  /* line 748, base/_spinners.scss */
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-wordpress">
 *      <span class="sk-inner-circle"></span>
 *    </div>
 *
 */
/* line 762, base/_spinners.scss */
.sk-spinner-wordpress.sk-spinner {
  background-color: #1b75bc;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  position: relative;
  margin: 0 5px;
  -webkit-animation: sk-innerCircle 1s linear infinite;
  animation: sk-innerCircle 1s linear infinite;
}

/* line 773, base/_spinners.scss */
.sk-spinner-wordpress .sk-inner-circle {
  display: block;
  background-color: #fff;
  width: 8px;
  height: 8px;
  position: absolute;
  border-radius: 8px;
  top: 5px;
  left: 5px;
}

@-webkit-keyframes sk-innerCircle {
  /* line 785, base/_spinners.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* line 790, base/_spinners.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes sk-innerCircle {
  /* line 797, base/_spinners.scss */
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  /* line 802, base/_spinners.scss */
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*
 *  Usage:
 *
 *    <div class="sk-spinner sk-spinner-fading-circle">
 *      <div class="sk-circle1 sk-circle"></div>
 *      <div class="sk-circle2 sk-circle"></div>
 *      <div class="sk-circle3 sk-circle"></div>
 *      <div class="sk-circle4 sk-circle"></div>
 *      <div class="sk-circle5 sk-circle"></div>
 *      <div class="sk-circle6 sk-circle"></div>
 *      <div class="sk-circle7 sk-circle"></div>
 *      <div class="sk-circle8 sk-circle"></div>
 *      <div class="sk-circle9 sk-circle"></div>
 *      <div class="sk-circle10 sk-circle"></div>
 *      <div class="sk-circle11 sk-circle"></div>
 *      <div class="sk-circle12 sk-circle"></div>
 *    </div>
 *
 */
/* line 827, base/_spinners.scss */
.sk-spinner-fading-circle.sk-spinner {
  margin: 0 5px;
  width: 22px;
  height: 22px;
  position: relative;
}

/* line 834, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 842, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 5px;
  width: 18%;
  height: 18%;
  background-color: #1b75bc;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 857, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 863, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* line 869, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 875, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

/* line 881, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

/* line 887, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 893, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

/* line 899, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

/* line 905, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 911, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

/* line 917, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

/* line 923, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

/* line 928, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

/* line 933, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

/* line 938, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

/* line 943, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

/* line 948, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

/* line 953, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* line 958, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

/* line 963, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

/* line 968, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

/* line 973, base/_spinners.scss */
.sk-spinner-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  /* line 979, base/_spinners.scss */
  0%, 39%, 100% {
    opacity: 0;
  }

  /* line 983, base/_spinners.scss */
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  /* line 989, base/_spinners.scss */
  0%, 39%, 100% {
    opacity: 0;
  }

  /* line 993, base/_spinners.scss */
  40% {
    opacity: 1;
  }
}

/* MAILBOX */
/* line 5, base/_mail.scss */
.NewEmail .mail-attachment .border-bottom {
  border: 1px solid #cccccc !important !important;
}
/* line 9, base/_mail.scss */
.NewEmail .mail-attachment .ibox-tools {
  margin-top: -10px;
}

/*
.mail-box {
  border: 1px solid ;
  border-top: 0;
  padding: 0px;
  margin-bottom: 20px;
}

.mail-box-header {
  border: 1px solid ;
  border-bottom: 0;
  padding: 30px 20px 20px 20px;
}

.mail-box-header h2 {
  margin-top: 0px;
}

.mailbox-content .tag-list li a {
  background: white;
}

.mail-body {
  border-top: 1px solid ;
  padding: 20px;
}

.mail-text {
  border-top: 1px solid ;
}

.mail-text .note-toolbar {
  padding: 10px 15px;
}

.mail-body .form-group {
  margin-bottom: 5px;
}

.mail-text .note-editor .note-toolbar {
}

.mail-attachment {
  border-top: 1px solid ;
  padding: 20px;
  font-size: 12px;
}

.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
}

.mail-icon {
  width: 25px;
}

.mail-contact {
  width: 23%;
}

.mail-date {
    font-size: small;
}

.mail-subject a {
}

.mail-folders {
    li a {
      display: block;
      padding: 5px 0;
      color: $text-color !important;
    }
    li {
      border-bottom: 1px solid ;
      display: block;
    }
    li i {
      margin-right: 8px;
    }
    li.active > a, li.active > a:hover, li.active > a:focus {
      font-weight: bold;
    }
}

.mail-tooltip + .tooltip > .tooltip-inner {
    max-width: 150px;
    width: 150px; 
}

.mail-list {
    a {
    }
}

.mail-time {
    font-size: small;
    white-space: nowrap;
}

*/
/* line 3, base/_social.scss */
.social-board .topic-profile img {
  height: 42px;
  width: 42px;
  border-radius: 50%;
}
/* line 9, base/_social.scss */
.social-board .topic-profile h1 {
  height: 42px;
  width: 42px;
  text-align: center;
}
/* line 15, base/_social.scss */
.social-board .topic-profile h5 {
  margin-top: 5px;
  margin-bottom: 0;
}
/* line 21, base/_social.scss */
.social-board .social-form {
  margin: 10px 0;
}
/* line 24, base/_social.scss */
.social-board .social-form input {
  font-size: 12px;
  padding: 2px 12px;
  height: 30px;
}
/* line 30, base/_social.scss */
.social-board .social-form textarea {
  font-size: 12px;
  padding: 2px 12px;
  height: 76px;
  width: 100%;
}
/* line 39, base/_social.scss */
.social-board .social-profile h1 {
  margin-top: 10px;
}
/* line 44, base/_social.scss */
.social-board .social-content {
  margin: 10px;
  white-space: pre-wrap;
}
/* line 48, base/_social.scss */
.social-board .social-content .file-item {
  white-space: normal;
}

/* line 54, base/_social.scss */
.social-talk {
  margin-bottom: 10px;
}
/* line 57, base/_social.scss */
.social-talk .text-muted {
  color: #aaacae;
}
/* line 61, base/_social.scss */
.social-talk .social-content {
  margin-top: 2px;
  white-space: pre-wrap;
}
/* line 65, base/_social.scss */
.social-talk .social-content .file-item {
  white-space: normal;
}
/* line 71, base/_social.scss */
.social-talk .topic-profile img {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
/* line 77, base/_social.scss */
.social-talk .topic-profile h2 {
  height: 32px;
  width: 32px;
  text-align: center;
  margin-top: 0;
}

/* line 87, base/_social.scss */
.social-talk .ibox-title, #messageForm .ibox-title {
  min-height: 28px;
  border-width: 2px 0 0;
  padding: 7px 7px 3px;
}
/* line 92, base/_social.scss */
.social-talk .ibox-title h5, #messageForm .ibox-title h5 {
  font-size: 12px;
}
/* line 97, base/_social.scss */
.social-talk .ibox-title .ibox-tools a, #messageForm .ibox-title .ibox-tools a {
  font-size: 10px;
  bottom: 3px;
  position: relative;
}

/* SWITCHES */
/* line 3, base/_switches.scss */
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 11, base/_switches.scss */
.onoffswitch-checkbox {
  display: none;
}

/* line 15, base/_switches.scss */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #0089bc;
  border-radius: 3px;
}

/* line 23, base/_switches.scss */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

/* line 33, base/_switches.scss */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 16px;
  padding: 0;
  line-height: 16px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 49, base/_switches.scss */
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #00aeef;
  color: white;
}

/* line 56, base/_switches.scss */
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 7px;
  background-color: #00aeef;
  color: white;
  text-align: right;
}

/* line 64, base/_switches.scss */
.onoffswitch-switch {
  display: block;
  width: 18px;
  margin: 0px;
  background: white;
  border: 2px solid #0089bc;
  border-radius: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 36px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

/* line 81, base/_switches.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 85, base/_switches.scss */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}

/* line 1, base/_tabs.scss */
.nav-tabs {
  border-bottom: 1px solid #e4e5e7;
}
/* line 5, base/_tabs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #ddd #ddd #f3f3f4;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #555555;
  cursor: default;
}
/* line 23, base/_tabs.scss */
.nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}

/* line 29, base/_tabs.scss */
.tab-pane .panel-body {
  border-top: none;
}

/* line 34, base/_tabs.scss */
.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #e4e5e7;
}
/* line 38, base/_tabs.scss */
.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  width: 20%;
}
/* line 41, base/_tabs.scss */
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}
/* line 44, base/_tabs.scss */
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 53, base/_tabs.scss */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 57, base/_tabs.scss */
.tabs-left .panel-body {
  position: static;
  width: 80%;
  margin-left: 20%;
}

/* line 63, base/_tabs.scss */
.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

/* line 68, base/_tabs.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

/* line 72, base/_tabs.scss */
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* line 77, base/_tabs.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #e4e5e7;
}
/* line 80, base/_tabs.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 84, base/_tabs.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 89, base/_tabs.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #e4e5e7;
  border-bottom-color: transparent;
}

/* line 99, base/_tabs.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
/* line 103, base/_tabs.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 111, base/_tabs.scss */
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
  *border-right-color: #fff;
}

/* line 120, base/_tabs.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
}
/* line 125, base/_tabs.scss */
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
  *border-left-color: #fff;
  z-index: 1;
}
/* line 132, base/_tabs.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 138, base/_tabs.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}

/* Custom Vertical Tab */
/* line 148, base/_tabs.scss */
.menu-list > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 153, base/_tabs.scss */
.menu-list > ul > li {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
/* line 157, base/_tabs.scss */
.menu-list > ul > li:last-child {
  border-bottom: 0;
}
/* line 161, base/_tabs.scss */
.menu-list > ul > li > a {
  display: block;
  padding: 10px;
}
/* line 165, base/_tabs.scss */
.menu-list > ul > li > a:hover {
  text-decoration: none;
  background: #FFF;
}
/* line 169, base/_tabs.scss */
.menu-list > ul > li > a:hover > i.fa-chevron-right {
  display: inline-block;
}
/* line 174, base/_tabs.scss */
.menu-list > ul > li > a.active {
  background: #FFF;
}
/* line 177, base/_tabs.scss */
.menu-list > ul > li > a.active:hover > i.fa-chevron-right {
  display: none;
}
/* line 184, base/_tabs.scss */
.menu-list > ul > li > a > i.sign {
  display: inline-block;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}
/* line 196, base/_tabs.scss */
.menu-list > ul > li > a > i.fa-chevron-right {
  line-height: 40px;
  color: #515151;
  display: none;
}

/* line 1, base/_userprofile.scss */
.user-photo {
  position: relative;
}

/* line 5, base/_userprofile.scss */
.user-photo-bubble,
.user-photo:hover .user-photo-bubble {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

/* line 11, base/_userprofile.scss */
.user-photo-bubble {
  position: absolute;
  bottom: 11px;
  left: 11px;
  right: 11px;
  width: inherit;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-weight: 300;
  opacity: 0;
}

/* line 27, base/_userprofile.scss */
.user-photo-bubble a {
  display: block;
  color: #eee;
}
/* line 32, base/_userprofile.scss */
.user-photo-bubble a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 38, base/_userprofile.scss */
.user-photo:hover .user-photo-bubble {
  opacity: 1;
}

/* line 42, base/_userprofile.scss */
.bottom-15 {
  margin-bottom: 15px;
}

/* line 46, base/_userprofile.scss */
.form-group .note-editor {
  min-height: 7em;
}

/* line 5, base/_collaboration.scss */
.topic-thread .social-form textarea {
  width: calc(100% - 50px);
}
/* line 9, base/_collaboration.scss */
.topic-thread .social-form .cancel-button, .topic-thread .social-form .add-button {
  width: 50px;
  display: inline-block;
  padding: 10px 0;
}

/* line 18, base/_collaboration.scss */
.topic-profile img {
  max-height: 100px;
  max-width: 125px;
}

/* line 24, base/_collaboration.scss */
.topic-button-menu {
  display: inline;
}
/* line 27, base/_collaboration.scss */
.topic-button-menu h3, .topic-button-menu h4 {
  display: inline-block;
}
/* line 31, base/_collaboration.scss */
.topic-button-menu .topic-buttons {
  display: none;
}
/* line 34, base/_collaboration.scss */
.topic-button-menu .topic-buttons i {
  font-size: 12px;
  color: #999;
  cursor: pointer;
}
/* line 39, base/_collaboration.scss */
.topic-button-menu .topic-buttons i:first-child {
  margin-left: 3px;
}
/* line 45, base/_collaboration.scss */
.topic-button-menu:hover .topic-buttons {
  display: inline-block;
}

/* Variable */
/* File List */
/* line 7, base/_dashboard.scss */
.short-list .file-icon {
  width: 35px;
}
/* line 12, base/_dashboard.scss */
.short-list table.borderless td, .short-list table.borderless th {
  border: none !important;
}

/* line 18, base/_dashboard.scss */
.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
  border: none;
}

/* Featured Content Carousel */
/* line 24, base/_dashboard.scss */
.featured-content-wrapper {
  height: 100%;
}
/* line 27, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel {
  height: 100%;
}
/* line 30, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer {
  height: 85%;
}
/* line 33, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper {
  height: 100%;
}
/* line 36, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%;
}
/* line 39, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item {
  width: 100%;
  margin: 0;
  height: 100%;
}
/* line 44, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-thumbnail {
  width: auto;
  height: 100%;
}
/* line 48, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-thumbnail .thumbnail {
  width: auto;
  height: 100%;
}
/* line 52, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-thumbnail .thumbnail img {
  width: auto !important;
  max-height: 100%;
}
/* line 59, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .file-item .file-name {
  position: absolute;
  bottom: 0;
  padding: 5px 0 3px 0;
  width: 95%;
  height: 38px;
  background-color: white;
}
/* line 72, base/_dashboard.scss */
.featured-content-wrapper .owl-carousel .owl-controls {
  height: 15%;
}

/* Links Module */
/* line 81, base/_dashboard.scss */
.links-wrapper li.ui-draggable {
  cursor: move;
}

/* Stat Module */
/* line 89, base/_dashboard.scss */
div[class*='col-'].hidden + .stat-value {
  width: 100%;
}

/* line 93, base/_dashboard.scss */
.stat-wrapper.widget {
  border-radius: 5px;
  padding: 15px 20px;
  background: #00aeef;
  color: white;
  text-align: center;
}

/* line 101, base/_dashboard.scss */
.dashboard-section.edit-mode {
  min-height: 10em;
}

/* line 105, base/_dashboard.scss */
.dashboard-edit-btn {
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0 0 20px;
  margin-bottom: 2px;
  font-size: 16px;
  width: 40px;
  color: #FFF;
  cursor: pointer;
}

/* line 116, base/_dashboard.scss */
.grid-stack .panel-heading {
  min-height: 40px;
}
/* line 120, base/_dashboard.scss */
.grid-stack .ui-state-disabled, .grid-stack .ui-widget-content .ui-state-disabled, .grid-stack .ui-widget-header .ui-state-disabled {
  opacity: 1;
}
/* line 125, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel {
  margin-bottom: 0;
  height: 100%;
}
/* line 129, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body {
  height: 100%;
  overflow: auto;
  padding-right: 3px;
}
/* line 135, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body .short-list .nano {
  width: auto !important;
}
/* line 139, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body .short-list li {
  margin-bottom: 3px;
}
/* line 151, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body .short-list,
.grid-stack .grid-stack-item-content .panel .panel-body .send-email-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .topics-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .html-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .category-content-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .top-rated-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .recent-files-wrapper,
.grid-stack .grid-stack-item-content .panel .panel-body .most-popular-wrapper {
  height: 100%;
}
/* line 156, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body .feed-activity-list .nano-content {
  width: 100%;
  height: 100%;
}
/* line 162, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body .nano-content {
  padding-right: 5px;
}
/* line 165, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-body .nano-content canvas {
  width: 100% !important;
}
/* line 171, base/_dashboard.scss */
.grid-stack .grid-stack-item-content .panel .panel-heading:not(.hidden) + .panel-body {
  height: calc(100% - 40px);
}
/* line 177, base/_dashboard.scss */
.grid-stack .ui-icon, .grid-stack .ui-widget-content .ui-icon {
  background: none;
}
/* line 181, base/_dashboard.scss */
.grid-stack.dashboard-edit .panel-heading {
  cursor: move;
}
/* line 185, base/_dashboard.scss */
.grid-stack textarea {
  resize: none;
}

/* line 191, base/_dashboard.scss */
.panel-body .row {
  margin-left: auto;
  margin-right: auto;
}

/* Helper Classes */
/* line 199, base/_dashboard.scss */
.m-r-5 {
  margin-right: 5px;
}

/* line 203, base/_dashboard.scss */
.vertical-align {
  display: flex;
  align-items: center;
}

/* line 6, base/_workspace.scss */
.Workspace .library .panel-body {
  padding-top: 0;
}
/* line 10, base/_workspace.scss */
.Workspace .library .panel-options {
  position: relative;
}
/* line 14, base/_workspace.scss */
.Workspace .library .upload-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 24, base/_workspace.scss */
.Workspace .library .content-results td i.fa {
  font-size: 16px;
  padding-right: 8px;
  color: #a6ce39;
}
/* line 29, base/_workspace.scss */
.Workspace .library .content-results td i.fa:hover {
  color: #1b75bc;
}
/* line 34, base/_workspace.scss */
.Workspace .library .content-results td i.fa-trash {
  padding-right: 15px;
  cursor: pointer;
}

/* line 2, base/_document_viewer.scss */
#file-preview-container {
  height: 100%;
  z-index: 2;
}
/* line 6, base/_document_viewer.scss */
#file-preview-container #file-preview {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
  float: right;
}
/* line 12, base/_document_viewer.scss */
#file-preview-container #file-preview div.indicator {
  right: auto;
  left: auto;
  margin: 0 15px;
  height: 85px;
  width: -moz-calc(100% - 30px);
  width: -webkit-calc(100% - 30px);
  width: -o-calc(100% - 30px);
  width: calc(100% - 30px);
  box-sizing: border-box;
  background-color: rgba(51, 51, 51, 0.25);
}
/* line 23, base/_document_viewer.scss */
#file-preview-container #file-preview div.indicator .slide-item {
  cursor: pointer;
  opacity: 0.5;
}
/* line 27, base/_document_viewer.scss */
#file-preview-container #file-preview div.indicator .slide-item.active {
  opacity: 1;
}
/* line 33, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel {
  height: 100%;
}
/* line 36, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer {
  height: 100%;
}
/* line 39, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper {
  height: 100%;
}
/* line 42, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  height: 100%;
}
/* line 45, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slide-item {
  height: 100%;
  width: 100%;
  padding: 5px 0;
}
/* line 50, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slide-item a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 55, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slide-item a img {
  max-width: 100%;
  max-height: 100%;
}
/* line 60, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slide-item a .file-menu {
  width: 100%;
  top: 0;
  left: 0;
}
/* line 65, base/_document_viewer.scss */
#file-preview-container #file-preview .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .slide-item a .file-menu .btn {
  float: left;
}

/* line 82, base/_document_viewer.scss */
.slide-info-panel {
  background-color: #0C0C0C;
  padding-top: 50px;
  height: 100%;
  z-index: 2;
}
/* line 89, base/_document_viewer.scss */
.slide-info-panel ul.nav-tabs > li {
  background-color: #0C0C0C;
}
/* line 91, base/_document_viewer.scss */
.slide-info-panel ul.nav-tabs > li > a {
  color: #555555;
}
/* line 95, base/_document_viewer.scss */
.slide-info-panel ul.nav-tabs > li.active > a, .slide-info-panel ul.nav-tabs > li:hover > a {
  color: rgba(255, 255, 255, 0.8);
  font-weight: bold;
}
/* line 102, base/_document_viewer.scss */
.slide-info-panel .tab-content {
  height: calc(100% - 50px);
  height: -moz-calc(100% - 50px);
  height: -webkit-calc(100% - 50px);
  height: -o-calc(100% - 50px);
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 111, base/_document_viewer.scss */
.slide-info-panel .info-section {
  margin-top: 10px;
}
/* line 114, base/_document_viewer.scss */
.slide-info-panel .info-section .metadata-label {
  text-align: left;
  margin-bottom: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: bold;
}
/* line 122, base/_document_viewer.scss */
.slide-info-panel .info-section .metadata-value {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 129, base/_document_viewer.scss */
.file-preview-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 17px;
  outline: 0;
  height: 100%;
  background-color: black;
  color: rgba(255, 255, 255, 0.8);
}
/* line 144, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer {
  position: relative;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1200;
  height: 100%;
}
/* line 154, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .download, .file-preview-wrapper .document-viewer > .add-to-cart, .file-preview-wrapper .document-viewer > .close, .file-preview-wrapper .document-viewer > .share-content {
  position: absolute;
  top: 0;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
  padding: 10px;
  left: auto;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  float: right;
  font-weight: bold;
  z-index: 3;
  background-color: rgba(51, 51, 51, 0.25);
  width: 35px;
}
/* line 174, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .download {
  right: 35px;
}
/* line 178, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .add-to-cart {
  right: 70px;
}
/* line 182, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .add-to-cart.incart i {
  color: #a6ce39;
}
/* line 188, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .share-content {
  right: 105px;
}
/* line 192, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .close {
  right: 0;
}
/* line 196, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > .download:hover, .file-preview-wrapper .document-viewer > .add-to-cart:hover, .file-preview-wrapper .document-viewer > .close:hover, .file-preview-wrapper .document-viewer > .share-content:hover {
  opacity: 1;
}
/* line 201, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > div.animate {
  -webkit-transition: width 0.3s ease, margin 0.3s ease;
  -moz-transition: width 0.3s ease, margin 0.3s ease;
  -o-transition: width 0.3s ease, margin 0.3s ease;
  transition: width 0.3s ease, margin 0.3s ease;
}
/* line 208, base/_document_viewer.scss */
.file-preview-wrapper .document-viewer > div.col-hidden {
  margin: 0;
  width: 0;
  padding: 0;
  float: left;
}

/* line 219, base/_document_viewer.scss */
.blueimp-gallery {
  position: absolute;
}
/* line 222, base/_document_viewer.scss */
.blueimp-gallery > .info-panel-control {
  position: absolute;
  top: 25%;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none;
  padding: 15px 0 15px 15px;
  left: auto;
  right: 0;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  float: right;
  font-weight: bold;
  width: 40px;
  text-align: right;
}
/* line 241, base/_document_viewer.scss */
.blueimp-gallery > .info-panel-control:hover {
  opacity: 1;
}
/* line 247, base/_document_viewer.scss */
.blueimp-gallery > .slides > .slide > .video-content > video {
  height: 100% !important;
}

/* line 256, base/_document_viewer.scss */
.blueimp-gallery-controls .title {
  padding: 10px;
  background-color: rgba(51, 51, 51, 0.25);
  top: 0;
}
/* line 262, base/_document_viewer.scss */
.blueimp-gallery-controls > .download, .blueimp-gallery-controls > .add-to-cart, .blueimp-gallery-controls > .info-panel-control {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 276, base/_document_viewer.scss */
.blueimp-gallery-controls .owl-carousel {
  opacity: 1;
  display: block;
}
/* line 281, base/_document_viewer.scss */
.blueimp-gallery-controls > .indicator {
  display: block;
}

/*
 *   This is style for skin config
 *   Use only in demo theme
 */
/* line 6, base/_theme-config.scss */
.theme-config {
  position: absolute;
  top: 90px;
  right: 0px;
  overflow: hidden;
}

/* line 13, base/_theme-config.scss */
.theme-config-box {
  margin-right: -220px;
  position: relative;
  z-index: 2000;
  transition-duration: 0.8s;
}

/* line 20, base/_theme-config.scss */
.theme-config-box.show {
  margin-right: 0px;
}

/* line 24, base/_theme-config.scss */
.spin-icon {
  background: #1b75bc;
  position: absolute;
  padding: 7px 10px 7px 13px;
  border-radius: 20px 0px 0px 20px;
  font-size: 16px;
  top: 0;
  left: 0px;
  width: 40px;
  color: white;
  cursor: pointer;
}

/* line 37, base/_theme-config.scss */
.skin-setttings {
  width: 220px;
  margin-left: 40px;
  background: white;
}

/* line 43, base/_theme-config.scss */
.skin-setttings .title {
  background: #efefef;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  padding: 10px 15px;
  font-size: 12px;
}

/* line 53, base/_theme-config.scss */
.setings-item {
  padding: 10px 30px;
}

/* line 57, base/_theme-config.scss */
.setings-item.skin {
  text-align: center;
}

/* line 61, base/_theme-config.scss */
.setings-item .switch {
  float: right;
}

/* line 65, base/_theme-config.scss */
.skin-name a {
  text-transform: uppercase;
}

/* line 69, base/_theme-config.scss */
.setings-item a {
  color: white;
}

/* line 73, base/_theme-config.scss */
.default-skin, .blue-skin, .ultra-skin, .yellow-skin {
  text-align: center;
}

/* line 77, base/_theme-config.scss */
.default-skin {
  font-weight: 600;
  background: #1ab394;
}

/* line 82, base/_theme-config.scss */
.default-skin:hover {
  background: #199d82;
}

/* line 86, base/_theme-config.scss */
.blue-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-1.png") repeat scroll 0 0;
}

/* line 91, base/_theme-config.scss */
.blue-skin:hover {
  background: #0d8ddb;
}

/* line 95, base/_theme-config.scss */
.yellow-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-3.png") repeat scroll 0 100%;
}

/* line 100, base/_theme-config.scss */
.yellow-skin:hover {
  background: #ce8735;
}

/* line 104, base/_theme-config.scss */
.ultra-skin {
  font-weight: 600;
  background: url("patterns/header-profile-skin-2.png") repeat scroll 0 0;
}

/* line 109, base/_theme-config.scss */
.ultra-skin:hover {
  background: #1a2d40;
}

@media (min-width: 768px) {
  /* line 2, base/_media.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 220px;
  }

  /* line 6, base/_media.scss */
  .navbar-static-side {
    z-index: 2001;
    position: absolute;
    width: 220px;
    height: 100%;
  }

  /* line 14, base/_media.scss */
  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  /* line 20, base/_media.scss */
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 0px;
  }

  /* line 24, base/_media.scss */
  .body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: absolute;
    width: 70px;
  }

  /* line 30, base/_media.scss */
  .body-small.mini-navbar .navbar-static-side {
    display: block;
  }

  /* line 33, base/_media.scss */
  .lock-word {
    display: none;
  }

  /* line 36, base/_media.scss */
  .navbar-form-custom {
    display: none;
  }

  /* line 39, base/_media.scss */
  .navbar-header {
    display: inline;
    float: left;
  }

  /* line 43, base/_media.scss */
  .sidebard-panel {
    z-index: 2;
    position: relative;
    width: auto;
    min-height: 100% !important;
  }

  /* line 49, base/_media.scss */
  .sidebar-content .wrapper {
    padding-right: 0px;
    z-index: 1;
  }

  /* line 53, base/_media.scss */
  .fixed-sidebar.body-small .navbar-static-side {
    display: none;
    z-index: 2001;
    position: fixed;
    width: 220px;
  }

  /* line 59, base/_media.scss */
  .fixed-sidebar.body-small.mini-navbar .navbar-static-side {
    display: block;
  }

  /* line 63, base/_media.scss */
  .ibox-tools {
    float: none;
    text-align: right;
    display: block;
  }
}
@media (max-width: 350px) {
  /* line 71, base/_media.scss */
  .timeline-item .date {
    text-align: left;
    width: 110px;
    position: relative;
    padding-top: 30px;
  }

  /* line 77, base/_media.scss */
  .timeline-item .date i {
    position: absolute;
    top: 0;
    left: 15px;
    padding: 5px;
    width: 30px;
    text-align: center;
    border: 1px solid #cccccc !important;
    background: #f8f8f8;
  }

  /* line 87, base/_media.scss */
  .timeline-item .content {
    border-left: none;
    border-top: 1px solid #cccccc !important;
    padding-top: 10px;
    min-height: 100px;
  }

  /* line 93, base/_media.scss */
  .nav.navbar-top-links li.dropdown {
    display: none;
  }

  /* line 97, base/_media.scss */
  .ibox-tools {
    float: none;
    text-align: left;
    display: inline-block;
  }
}
/* line 4, base/_custom-inspinia.scss */
body {
  background-color: #ededed;
}

/* line 9, base/_custom-inspinia.scss */
a {
  outline: medium none !important;
}

/* line 14, base/_custom-inspinia.scss */
.navbar-brand .btn-info {
  color: #4d4d4d;
  background-color: #ededed;
  border-color: #ededed;
}

/* line 21, base/_custom-inspinia.scss */
.row h2 {
  margin-top: 10px;
}

/* line 26, base/_custom-inspinia.scss */
.breadcrumb {
  padding: 0;
  margin-bottom: 20;
}

/* line 32, base/_custom-inspinia.scss */
.wrapper-content {
  background-color: white;
  padding-top: 10px;
  padding-bottom: 20px;
  min-height: 100%;
}

/* line 40, base/_custom-inspinia.scss */
.library .tree-item {
  padding: 6px 5px;
}

/* line 43, base/_custom-inspinia.scss */
.library .tree-item .glyphicon {
  color: #00aeef;
}

/* line 46, base/_custom-inspinia.scss */
.library #rightColumn .panel-heading {
  padding-top: 16px;
}

/* line 49, base/_custom-inspinia.scss */
.file-detail-item.list-group-item {
  border: 0 !important;
}

/* line 52, base/_custom-inspinia.scss */
li.file-detail-item.list-group-item.p-sm a:hover {
  background-color: #ededed;
}

/*.input-group {
	padding-right: 12px;
}*/
/* line 61, base/_custom-inspinia.scss */
.nav-tabs {
  border-bottom: 1px solid #cccccc;
}
/* line 65, base/_custom-inspinia.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: #cccccc #cccccc white;
  -moz-border-image: none;
  -o-border-image: none;
  -webkit-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  color: #4d4d4d;
  cursor: default;
}
/* line 83, base/_custom-inspinia.scss */
.nav-tabs > li a:hover {
  background: transparent;
  border-color: transparent;
}

/* line 89, base/_custom-inspinia.scss */
.tab-pane .panel-body {
  border-top: none;
}

/* line 94, base/_custom-inspinia.scss */
.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
  border-top: 1px solid #cccccc;
}
/* line 98, base/_custom-inspinia.scss */
.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
  width: 20%;
}
/* line 101, base/_custom-inspinia.scss */
.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
  float: none;
}
/* line 104, base/_custom-inspinia.scss */
.tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

/* line 113, base/_custom-inspinia.scss */
.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
  border-bottom: 0;
}

/* line 117, base/_custom-inspinia.scss */
.tabs-left .panel-body {
  position: static;
  width: 80%;
  margin-left: 20%;
}

/* line 123, base/_custom-inspinia.scss */
.tabs-right .panel-body {
  width: 80%;
  margin-right: 20%;
}

/* line 128, base/_custom-inspinia.scss */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

/* line 132, base/_custom-inspinia.scss */
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* line 137, base/_custom-inspinia.scss */
.tabs-below > .nav-tabs {
  border-top: 1px solid #cccccc;
}
/* line 140, base/_custom-inspinia.scss */
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
/* line 144, base/_custom-inspinia.scss */
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
/* line 149, base/_custom-inspinia.scss */
.tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #cccccc;
  border-bottom-color: transparent;
}

/* line 159, base/_custom-inspinia.scss */
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 15px;
}
/* line 163, base/_custom-inspinia.scss */
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
/* line 171, base/_custom-inspinia.scss */
.tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
  border-color: #cccccc transparent #cccccc #cccccc;
  *border-right-color: white;
}

/* line 180, base/_custom-inspinia.scss */
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 15px;
}
/* line 185, base/_custom-inspinia.scss */
.tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
  border-color: #cccccc #cccccc #cccccc transparent;
  *border-left-color: white;
  z-index: 1;
}
/* line 192, base/_custom-inspinia.scss */
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
/* line 198, base/_custom-inspinia.scss */
.tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
  border-color: #cccccc #cccccc #cccccc white;
}

/* .nav-tabs {
	
    border-bottom: 1px solid $gray-light;
}
.nav-tabs > li > a {
	padding: 5px 10px;
}
.nav-tabs > li.active > a {
	border-top: 4px solid $gray-light;
	border-right: 1px solid $gray-light;
	border-left: 1px solid $gray-light;
	border-bottom: 1px solid $gray-lightest;
}
.nav-tabs > li > a {
  padding: 10px 16px; // base/_base.scss line 340
}
*/
/* line 224, base/_custom-inspinia.scss */
.onoffswitch-label {
  border: 1px solid #cccccc;
}

/* line 227, base/_custom-inspinia.scss */
.onoffswitch-inner:before {
  background-color: #a6ce39;
}

/* line 230, base/_custom-inspinia.scss */
.onoffswitch-switch {
  border: 1px solid #cccccc;
}

/* line 235, base/_custom-inspinia.scss */
.navbar-default {
  background-image: url(../Images/Accent_NavPattern_W1.png);
}

/* line 241, base/_custom-inspinia.scss */
body.std-navbar .logo-element {
  margin: 4px auto 6px;
  width: 180px;
  height: 75px;
  background-image: url(../Images/Connect_Logo_180.png);
}
/* line 247, base/_custom-inspinia.scss */
body.std-navbar .nav-second-level {
  background-color: #88989e;
}

/* line 255, base/_custom-inspinia.scss */
body.mini-navbar #nav-left .logo-element {
  width: 48px;
  height: 48px;
  background-image: url(../Images/Accent_Icon_Reversed_48.png);
  margin: -5px auto 7px;
  border-radius: 0;
}
/* line 262, base/_custom-inspinia.scss */
body.mini-navbar #nav-left .nav-second-level {
  background-color: #88989e;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 273, base/_custom-inspinia.scss */
#nav-left #side-menu li {
  border-left-width: 0;
}

/* line 282, base/_custom-inspinia.scss */
body.mini-navbar #nav-left .nav-second-level {
  padding: 0;
}

/* line 290, base/_custom-inspinia.scss */
.table a:not(.btn) {
  text-decoration: none;
}

/* line 293, base/_custom-inspinia.scss */
.table {
  margin-top: 22px;
}

/* line 298, base/_custom-inspinia.scss */
body.boxed-layout #wrapper {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
}

/* line 305, base/_custom-inspinia.scss */
.grid-stack-item-content .panel .panel-body {
  padding-right: 14px !important;
}

/* line 310, base/_custom-inspinia.scss */
label {
  font-weight: 400;
}

/* line 315, base/_custom-inspinia.scss */
a.list-group-item.active {
  background-color: #00aeef;
}

/* line 320, base/_custom-inspinia.scss */
legend {
  border: 0;
}

/* line 325, base/_custom-inspinia.scss */
.stat-value {
  margin-left: -22px;
}

/* line 328, base/_custom-inspinia.scss */
.font-bold {
  padding-left: 0;
  font-size: 52px;
  font-weight: 300;
}

/* line 333, base/_custom-inspinia.scss */
.stat-wrapper.widget {
  background-color: #A6CE39;
}

/* line 336, base/_custom-inspinia.scss */
strong {
  font-weight: 400;
}

/* line 339, base/_custom-inspinia.scss */
div.media {
  margin-bottom: -36px !important;
}

/* line 344, base/_custom-inspinia.scss */
.list-group-nav {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.175);
}

/* line 348, base/_custom-inspinia.scss */
.list-group-item {
  background-color: white;
}

/* line 353, base/_custom-inspinia.scss */
.badge-primary {
  color: #fff !important;
  background-color: #1b75bc !important;
}

/* line 357, base/_custom-inspinia.scss */
.badge-info {
  color: #fff !important;
  background-color: #00aeef !important;
}

/* line 361, base/_custom-inspinia.scss */
.badge-danger {
  color: #fff !important;
  background-color: #e63741 !important;
}

/* line 365, base/_custom-inspinia.scss */
.badge-warning {
  color: #fff !important;
  background-color: #ff911e !important;
}

/* line 369, base/_custom-inspinia.scss */
.badge-success {
  color: #fff !important;
  background-color: #a6ce39 !important;
}

/* line 373, base/_custom-inspinia.scss */
.badge-neutral {
  color: #fff !important;
  background-color: #4d4d4d !important;
}

/* line 377, base/_custom-inspinia.scss */
.badge-muted {
  color: #fff !important;
  background-color: #cccccc !important;
}

/* line 382, base/_custom-inspinia.scss */
.border-bottom {
  /* A hack */
  border-bottom: 0 !important;
}

/* line 387, base/_custom-inspinia.scss */
.profile {
  padding: 15px;
  min-width: 100px;
}

/* line 391, base/_custom-inspinia.scss */
.media-body {
  padding: 15px;
}

/* line 394, base/_custom-inspinia.scss */
.profile .label {
  display: inline-block;
  position: relative;
  top: -10px;
}

/* line 399, base/_custom-inspinia.scss */
.h-label-down {
  position: relative;
  top: 0 !important;
}

/* line 403, base/_custom-inspinia.scss */
.green-top {
  border-top: 4px solid #A6CE39;
}

/* line 406, base/_custom-inspinia.scss */
.topic-profile h5 {
  margin-top: 2px;
}

/* line 409, base/_custom-inspinia.scss */
.fixed-height-35 {
  height: 35px;
  overflow: hidden;
}

/* line 413, base/_custom-inspinia.scss */
.sub {
  background-color: #f2f2f2;
  text-indent: 10px;
}

/* line 417, base/_custom-inspinia.scss */
a.list-group-item.sub .badge {
  text-indent: 0;
}

/* line 423, base/_custom-inspinia.scss */
.panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

/* line 431, base/_custom-inspinia.scss */
.panel-default {
  background-color: white;
  border: 1px solid #cccccc;
}

/* line 435, base/_custom-inspinia.scss */
.panel-heading {
  background-color: white;
  border-top: 4px solid #cccccc;
}

/* line 440, base/_custom-inspinia.scss */
.panel-title {
  font-size: 16px;
  font-weight: 400;
}

/* line 447, base/_custom-inspinia.scss */
.panel-footer {
  background-color: white;
  border-top: 0;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 456, base/_custom-inspinia.scss */
.panel-border-top {
  border-top: 4px solid #cccccc;
}

/* line 460, base/_custom-inspinia.scss */
.progress-label {
  float: left;
  margin-right: 1em;
}

@media screen and (max-width: 800px) {
  /* line 467, base/_custom-inspinia.scss */
  body.mini-navbar #page-wrapper {
    margin: 0;
  }
}
@media screen and (max-width: 420px) {
  /* line 472, base/_custom-inspinia.scss */
  .profile {
    width: 280px;
    display: block;
    margin: 0 auto -20px;
  }

  /* line 477, base/_custom-inspinia.scss */
  .label-down {
    position: relative;
    top: 0 !important;
  }

  /* line 481, base/_custom-inspinia.scss */
  .hidden-mobile {
    display: none;
  }

  /* line 484, base/_custom-inspinia.scss */
  .visible-mobile-block {
    display: block !important;
  }

  /* line 487, base/_custom-inspinia.scss */
  .center-xxs {
    text-align: center;
  }

  /* line 491, base/_custom-inspinia.scss */
  .form-fix {
    display: block;
    padding: 10px;
    margin-left: -135px;
  }
}
/* line 499, base/_custom-inspinia.scss */
.activity-list dl {
  margin-bottom: 0;
}

/* line 502, base/_custom-inspinia.scss */
.activity-list dt {
  float: left;
  clear: left;
  text-align: right;
}

/* line 507, base/_custom-inspinia.scss */
.activity-list dd {
  margin-left: 27px;
  padding-top: 0px;
  padding-bottom: 10px;
}

/* line 512, base/_custom-inspinia.scss */
.contact-footer {
  padding: 0;
  border: 0;
}

/* line 518, base/_custom-inspinia.scss */
.container {
  margin: 22px -15px 0 -25px;
  padding: 0;
  float: left;
  height: 100px;
  width: 150px;
}

/* line 526, base/_custom-inspinia.scss */
.vertical {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
  border-radius: 0;
}

/* line 534, base/_custom-inspinia.scss */
.progress-bar {
  border-radius: 0 !important;
}
