/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.53846154;
  color: #3e454d;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1eaec8;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #147485;
  text-decoration: underline;
}
a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.course-card > img,
.course-card a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #dddddd;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #8f9393;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 76%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #8f9393;
}
.text-primary {
  color: #008c8d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00595a;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #f67500;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c35d00;
}
.text-danger {
  color: #ED5946;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e82f18;
}
.bg-primary {
  color: #fff;
  background-color: #008c8d;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00595a;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #fbd6d1;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f6aca3;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #dddddd;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.25px;
  border-left: 5px solid #dddddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.53846154;
  color: #8f9393;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #dddddd;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846154;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 1px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.53846154;
  color: #3e454d;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.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-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #8f9393;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fbd6d1;
}
.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: #f8c1ba;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #3e454d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #3e454d;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #3e454d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #dddddd;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 21px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 41px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 33px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 21px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-sm {
  height: 21px;
  line-height: 21px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 21px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
.form-group-sm select.form-control {
  height: 21px;
  line-height: 21px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 21px;
  min-height: 30px;
  padding: 3px 8px;
  font-size: 10px;
  line-height: 1.5;
}
.input-lg {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-lg {
  height: 41px;
  line-height: 41px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 41px;
  line-height: 41px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 41px;
  min-height: 34px;
  padding: 11px 16px;
  font-size: 14px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 41px;
  height: 41px;
  line-height: 41px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f67500;
}
.has-warning .form-control {
  border-color: #f67500;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #c35d00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa5d;
}
.has-warning .input-group-addon {
  color: #f67500;
  background-color: #fcf8e3;
  border-color: #f67500;
}
.has-warning .form-control-feedback {
  color: #f67500;
}
.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: #ED5946;
}
.has-error .form-control {
  border-color: #ED5946;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #e82f18;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6aca3;
}
.has-error .input-group-addon {
  color: #ED5946;
  background-color: #fbd6d1;
  border-color: #ED5946;
}
.has-error .form-control-feedback {
  color: #ED5946;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #788492;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 3px;
    font-size: 10px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #3e454d;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #3e454d;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #3e454d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #3e454d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #3e454d;
}
.btn-primary {
  color: #fff;
  background-color: #008c8d;
  border-color: #007374;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00595a;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00595a;
  border-color: #003636;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00595a;
  background-image: none;
  border-color: #003636;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #003636;
  border-color: #000000;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #008c8d;
  border-color: #007374;
}
.btn-primary .badge {
  color: #008c8d;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #57ca1c;
  border-color: #4db419;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d16;
  border-color: #1d4409;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d16;
  border-color: #367e11;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d16;
  background-image: none;
  border-color: #367e11;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #367e11;
  border-color: #1d4409;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #57ca1c;
  border-color: #4db419;
}
.btn-success .badge {
  color: #57ca1c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.btn-info:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.btn-info .badge {
  color: #1eaec8;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f67500;
  border-color: #dd6900;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #c35d00;
  border-color: #5d2c00;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c35d00;
  border-color: #9f4c00;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #c35d00;
  background-image: none;
  border-color: #9f4c00;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #9f4c00;
  border-color: #5d2c00;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f67500;
  border-color: #dd6900;
}
.btn-warning .badge {
  color: #f67500;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ED5946;
  border-color: #eb442f;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #e82f18;
  border-color: #8c1c0e;
}
.btn-danger:hover {
  color: #fff;
  background-color: #e82f18;
  border-color: #c92814;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e82f18;
  background-image: none;
  border-color: #c92814;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #c92814;
  border-color: #8c1c0e;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ED5946;
  border-color: #eb442f;
}
.btn-danger .badge {
  color: #ED5946;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #1eaec8;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #147485;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #8f9393;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.53846154;
  color: #3e454d;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #33383f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1eaec8;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #8f9393;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 10px;
  line-height: 1.53846154;
  color: #8f9393;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 41px;
  line-height: 41px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 21px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 21px;
  line-height: 21px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #3e454d;
  text-align: center;
  background-color: #dddddd;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 2px 8px;
  font-size: 10px;
  border-radius: 1px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 5px 14px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #8f9393;
}
.nav > li.disabled > a {
  color: #8f9393;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #8f9393;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #8f9393;
  border-color: #1eaec8;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.53846154;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #dddddd #dddddd #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #3e454d;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1eaec8;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 58px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 58px;
  padding: 19px 15px;
  font-size: 14px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 9.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 12px;
  margin-bottom: 12px;
}
.navbar-btn.btn-sm {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-text {
  margin-top: 19px;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #FFFFFF;
  border-color: #d8d9db;
}
.navbar-default .navbar-brand {
  color: #343636;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #3e454d;
}
.navbar-default .navbar-nav > li > a {
  color: #3e454d;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #343636;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3e454d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #343636;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #343636;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #d8d9db;
}
.navbar-default .navbar-link {
  color: #3e454d;
}
.navbar-default .navbar-link:hover {
  color: #343636;
}
.navbar-default .btn-link {
  color: #3e454d;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #343636;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #3e454d;
  border-color: #272c31;
}
.navbar-inverse .navbar-brand {
  color: #fff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #272c31;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #272c31;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #272c31;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #272c31;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #272c31;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #2e3339;
}
.navbar-inverse .navbar-link {
  color: #fff;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #fff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #8f9393;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #757a7a;
}
.label-primary {
  background-color: #008c8d;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #00595a;
}
.label-success {
  background-color: #57ca1c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d16;
}
.label-info {
  background-color: #1eaec8;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #17879c;
}
.label-warning {
  background-color: #f67500;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #c35d00;
}
.label-danger {
  background-color: #ED5946;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e82f18;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #8f9393;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #1eaec8;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #1eaec8;
}
.thumbnail .caption {
  padding: 9px;
  color: #3e454d;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #f67500;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #c35d00;
}
.alert-danger {
  color: #ED5946;
  background-color: #fbd6d1;
  border-color: #f8babd;
}
.alert-danger hr {
  border-top-color: #f6a3a7;
}
.alert-danger .alert-link {
  color: #e82f18;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #008c8d;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #57ca1c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #1eaec8;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f67500;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ED5946;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #8f9393;
  cursor: not-allowed;
  background-color: #dddddd;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #8f9393;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1eaec8;
  border-color: #1eaec8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #bdecf5;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #f67500;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #f67500;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #f67500;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #f67500;
  border-color: #f67500;
}
.list-group-item-danger {
  color: #ED5946;
  background-color: #fbd6d1;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #ED5946;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #ED5946;
  background-color: #f8c1ba;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ED5946;
  border-color: #ED5946;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.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: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #3e454d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3e454d;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #008c8d;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #008c8d;
  border-color: #008c8d;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #008c8d;
}
.panel-primary > .panel-heading .badge {
  color: #008c8d;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #008c8d;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #f67500;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #f67500;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #f8babd;
}
.panel-danger > .panel-heading {
  color: #ED5946;
  background-color: #fbd6d1;
  border-color: #f8babd;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f8babd;
}
.panel-danger > .panel-heading .badge {
  color: #fbd6d1;
  background-color: #ED5946;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f8babd;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 10px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.53846154;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 13px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.affix-box.affix .affix-container:before,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:before,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:before,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:before,
.affix-box.affix .affix-container:after,
.navbar-sub:before,
.navbar-sub:after,
.navbar-sub:before,
.navbar-sub:after,
.dropdown-menu.notifications-dropdown .panel-body:before,
.dropdown-menu.notifications-dropdown .panel-body:after,
.container:before,
.container:after,
.date-range-row:before,
.date-range-row:after,
.course-panel__content:before,
.course-panel__content:after,
.image-element-modal .files-content:before,
.image-element-modal .files-content:after,
.image-element-modal .files:before,
.image-element-modal .files:after,
.settings-page .progress-wrapper .progress-titles:before,
.settings-page .progress-wrapper .progress-titles:after,
.settings-page .sidenav:before,
.settings-page .sidenav:after,
.settings-page .permission-row:before,
.settings-page .permission-row:after,
#course-settings-page #cover-art-modal .cover-art-list:before,
#course-settings-page #cover-art-modal .cover-art-list:after,
.container:before,
.container:after,
.container:before,
.container:after,
.auth-page:before,
.auth-page:after,
#add-course-page .publishing-group:before,
#add-course-page .publishing-group:after,
.institution-profile:before,
.institution-profile:after,
.institution-profile:before,
.institution-profile:after,
.institution-profile:before,
.institution-profile:after,
.institution-profile:before,
.institution-profile:after,
.enrolments-container .enrolment-panel .enrolment-body:before,
.enrolments-container .enrolment-panel .enrolment-body:after,
.redactor-modal-header:before,
.redactor-modal-header:after,
.redactor-modal-footer:before,
.redactor-modal-footer:after,
.course-details__row:before,
.course-details__row:after,
.dashboard-events-card__body:before,
.dashboard-events-card__body:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.navbar-sub:after,
.navbar-sub:after,
.dropdown-menu.notifications-dropdown .panel-body:after,
.container:after,
.date-range-row:after,
.course-panel__content:after,
.image-element-modal .files-content:after,
.image-element-modal .files:after,
.settings-page .progress-wrapper .progress-titles:after,
.settings-page .sidenav:after,
.settings-page .permission-row:after,
#course-settings-page #cover-art-modal .cover-art-list:after,
.container:after,
.container:after,
.auth-page:after,
#add-course-page .publishing-group:after,
.institution-profile:after,
.institution-profile:after,
.institution-profile:after,
.institution-profile:after,
.enrolments-container .enrolment-panel .enrolment-body:after,
.redactor-modal-header:after,
.redactor-modal-footer:after,
.course-details__row:after,
.dashboard-events-card__body:after {
  clear: both;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.navbar-sub:after,
.navbar-sub:after,
.dropdown-menu.notifications-dropdown .panel-body:after,
.container:after,
.date-range-row:after,
.course-panel__content:after,
.image-element-modal .files-content:after,
.image-element-modal .files:after,
.settings-page .progress-wrapper .progress-titles:after,
.settings-page .sidenav:after,
.settings-page .permission-row:after,
#course-settings-page #cover-art-modal .cover-art-list:after,
.container:after,
.container:after,
.auth-page:after,
#add-course-page .publishing-group:after,
.institution-profile:after,
.institution-profile:after,
.institution-profile:after,
.institution-profile:after,
.enrolments-container .enrolment-panel .enrolment-body:after,
.redactor-modal-header:after,
.redactor-modal-footer:after,
.course-details__row:after,
.dashboard-events-card__body:after {
  content: "";
  display: table;
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.p-45 {
  padding: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.m-45 {
  margin: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.m-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.p-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
@media (min-width: 480px) {
  .p-xs-45 {
    padding: 45px !important;
  }
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  .pl-xs-45 {
    padding-left: 45px !important;
  }
  .pr-xs-45 {
    padding-right: 45px !important;
  }
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  .m-xs-45 {
    margin: 45px !important;
  }
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  .ml-xs-45 {
    margin-left: 45px !important;
  }
  .mr-xs-45 {
    margin-right: 45px !important;
  }
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  .p-xs-30 {
    padding: 30px !important;
  }
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  .pl-xs-30 {
    padding-left: 30px !important;
  }
  .pr-xs-30 {
    padding-right: 30px !important;
  }
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  .m-xs-30 {
    margin: 30px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .ml-xs-30 {
    margin-left: 30px !important;
  }
  .mr-xs-30 {
    margin-right: 30px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .p-xs-25 {
    padding: 25px !important;
  }
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  .pl-xs-25 {
    padding-left: 25px !important;
  }
  .pr-xs-25 {
    padding-right: 25px !important;
  }
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  .m-xs-25 {
    margin: 25px !important;
  }
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  .ml-xs-25 {
    margin-left: 25px !important;
  }
  .mr-xs-25 {
    margin-right: 25px !important;
  }
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  .p-xs-20 {
    padding: 20px !important;
  }
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  .pl-xs-20 {
    padding-left: 20px !important;
  }
  .pr-xs-20 {
    padding-right: 20px !important;
  }
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  .m-xs-20 {
    margin: 20px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .ml-xs-20 {
    margin-left: 20px !important;
  }
  .mr-xs-20 {
    margin-right: 20px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .p-xs-15 {
    padding: 15px !important;
  }
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  .pl-xs-15 {
    padding-left: 15px !important;
  }
  .pr-xs-15 {
    padding-right: 15px !important;
  }
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  .m-xs-15 {
    margin: 15px !important;
  }
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  .ml-xs-15 {
    margin-left: 15px !important;
  }
  .mr-xs-15 {
    margin-right: 15px !important;
  }
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  .p-xs-10 {
    padding: 10px !important;
  }
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  .pl-xs-10 {
    padding-left: 10px !important;
  }
  .pr-xs-10 {
    padding-right: 10px !important;
  }
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  .m-xs-10 {
    margin: 10px !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .ml-xs-10 {
    margin-left: 10px !important;
  }
  .mr-xs-10 {
    margin-right: 10px !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .p-xs-5 {
    padding: 5px !important;
  }
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  .pl-xs-5 {
    padding-left: 5px !important;
  }
  .pr-xs-5 {
    padding-right: 5px !important;
  }
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  .m-xs-5 {
    margin: 5px !important;
  }
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  .ml-xs-5 {
    margin-left: 5px !important;
  }
  .mr-xs-5 {
    margin-right: 5px !important;
  }
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  .p-xs-0 {
    padding: 0px !important;
  }
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  .pl-xs-0 {
    padding-left: 0px !important;
  }
  .pr-xs-0 {
    padding-right: 0px !important;
  }
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  .m-xs-0 {
    margin: 0px !important;
  }
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  .ml-xs-0 {
    margin-left: 0px !important;
  }
  .mr-xs-0 {
    margin-right: 0px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .p-sm-45 {
    padding: 45px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pl-sm-45 {
    padding-left: 45px !important;
  }
  .pr-sm-45 {
    padding-right: 45px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .ml-sm-45 {
    margin-left: 45px !important;
  }
  .mr-sm-45 {
    margin-right: 45px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pl-sm-30 {
    padding-left: 30px !important;
  }
  .pr-sm-30 {
    padding-right: 30px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .ml-sm-30 {
    margin-left: 30px !important;
  }
  .mr-sm-30 {
    margin-right: 30px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pl-sm-25 {
    padding-left: 25px !important;
  }
  .pr-sm-25 {
    padding-right: 25px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .ml-sm-25 {
    margin-left: 25px !important;
  }
  .mr-sm-25 {
    margin-right: 25px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pl-sm-20 {
    padding-left: 20px !important;
  }
  .pr-sm-20 {
    padding-right: 20px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .ml-sm-20 {
    margin-left: 20px !important;
  }
  .mr-sm-20 {
    margin-right: 20px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pl-sm-15 {
    padding-left: 15px !important;
  }
  .pr-sm-15 {
    padding-right: 15px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .ml-sm-15 {
    margin-left: 15px !important;
  }
  .mr-sm-15 {
    margin-right: 15px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pl-sm-10 {
    padding-left: 10px !important;
  }
  .pr-sm-10 {
    padding-right: 10px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .ml-sm-10 {
    margin-left: 10px !important;
  }
  .mr-sm-10 {
    margin-right: 10px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pl-sm-5 {
    padding-left: 5px !important;
  }
  .pr-sm-5 {
    padding-right: 5px !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .ml-sm-5 {
    margin-left: 5px !important;
  }
  .mr-sm-5 {
    margin-right: 5px !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .p-sm-0 {
    padding: 0px !important;
  }
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  .pl-sm-0 {
    padding-left: 0px !important;
  }
  .pr-sm-0 {
    padding-right: 0px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  .m-sm-0 {
    margin: 0px !important;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .ml-sm-0 {
    margin-left: 0px !important;
  }
  .mr-sm-0 {
    margin-right: 0px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 992px) {
  .p-md-45 {
    padding: 45px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pl-md-45 {
    padding-left: 45px !important;
  }
  .pr-md-45 {
    padding-right: 45px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .ml-md-45 {
    margin-left: 45px !important;
  }
  .mr-md-45 {
    margin-right: 45px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pl-md-30 {
    padding-left: 30px !important;
  }
  .pr-md-30 {
    padding-right: 30px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .ml-md-30 {
    margin-left: 30px !important;
  }
  .mr-md-30 {
    margin-right: 30px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pl-md-25 {
    padding-left: 25px !important;
  }
  .pr-md-25 {
    padding-right: 25px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .ml-md-25 {
    margin-left: 25px !important;
  }
  .mr-md-25 {
    margin-right: 25px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pl-md-20 {
    padding-left: 20px !important;
  }
  .pr-md-20 {
    padding-right: 20px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .ml-md-20 {
    margin-left: 20px !important;
  }
  .mr-md-20 {
    margin-right: 20px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .pr-md-15 {
    padding-right: 15px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .ml-md-15 {
    margin-left: 15px !important;
  }
  .mr-md-15 {
    margin-right: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pl-md-10 {
    padding-left: 10px !important;
  }
  .pr-md-10 {
    padding-right: 10px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .ml-md-10 {
    margin-left: 10px !important;
  }
  .mr-md-10 {
    margin-right: 10px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pl-md-5 {
    padding-left: 5px !important;
  }
  .pr-md-5 {
    padding-right: 5px !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .ml-md-5 {
    margin-left: 5px !important;
  }
  .mr-md-5 {
    margin-right: 5px !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .p-md-0 {
    padding: 0px !important;
  }
  .pt-md-0 {
    padding-top: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0px !important;
  }
  .pr-md-0 {
    padding-right: 0px !important;
  }
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  .m-md-0 {
    margin: 0px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .ml-md-0 {
    margin-left: 0px !important;
  }
  .mr-md-0 {
    margin-right: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1200px) {
  .p-lg-45 {
    padding: 45px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pl-lg-45 {
    padding-left: 45px !important;
  }
  .pr-lg-45 {
    padding-right: 45px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .ml-lg-45 {
    margin-left: 45px !important;
  }
  .mr-lg-45 {
    margin-right: 45px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pl-lg-30 {
    padding-left: 30px !important;
  }
  .pr-lg-30 {
    padding-right: 30px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .ml-lg-30 {
    margin-left: 30px !important;
  }
  .mr-lg-30 {
    margin-right: 30px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pl-lg-25 {
    padding-left: 25px !important;
  }
  .pr-lg-25 {
    padding-right: 25px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .ml-lg-25 {
    margin-left: 25px !important;
  }
  .mr-lg-25 {
    margin-right: 25px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pl-lg-20 {
    padding-left: 20px !important;
  }
  .pr-lg-20 {
    padding-right: 20px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .ml-lg-20 {
    margin-left: 20px !important;
  }
  .mr-lg-20 {
    margin-right: 20px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .pr-lg-15 {
    padding-right: 15px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .ml-lg-15 {
    margin-left: 15px !important;
  }
  .mr-lg-15 {
    margin-right: 15px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pl-lg-10 {
    padding-left: 10px !important;
  }
  .pr-lg-10 {
    padding-right: 10px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .ml-lg-10 {
    margin-left: 10px !important;
  }
  .mr-lg-10 {
    margin-right: 10px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pl-lg-5 {
    padding-left: 5px !important;
  }
  .pr-lg-5 {
    padding-right: 5px !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .ml-lg-5 {
    margin-left: 5px !important;
  }
  .mr-lg-5 {
    margin-right: 5px !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .p-lg-0 {
    padding: 0px !important;
  }
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  .pl-lg-0 {
    padding-left: 0px !important;
  }
  .pr-lg-0 {
    padding-right: 0px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  .m-lg-0 {
    margin: 0px !important;
  }
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  .ml-lg-0 {
    margin-left: 0px !important;
  }
  .mr-lg-0 {
    margin-right: 0px !important;
  }
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1600px) {
  .p-xl-45 {
    padding: 45px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pl-xl-45 {
    padding-left: 45px !important;
  }
  .pr-xl-45 {
    padding-right: 45px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .ml-xl-45 {
    margin-left: 45px !important;
  }
  .mr-xl-45 {
    margin-right: 45px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pl-xl-30 {
    padding-left: 30px !important;
  }
  .pr-xl-30 {
    padding-right: 30px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .ml-xl-30 {
    margin-left: 30px !important;
  }
  .mr-xl-30 {
    margin-right: 30px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pl-xl-25 {
    padding-left: 25px !important;
  }
  .pr-xl-25 {
    padding-right: 25px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .ml-xl-25 {
    margin-left: 25px !important;
  }
  .mr-xl-25 {
    margin-right: 25px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pl-xl-20 {
    padding-left: 20px !important;
  }
  .pr-xl-20 {
    padding-right: 20px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .ml-xl-20 {
    margin-left: 20px !important;
  }
  .mr-xl-20 {
    margin-right: 20px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pl-xl-15 {
    padding-left: 15px !important;
  }
  .pr-xl-15 {
    padding-right: 15px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .ml-xl-15 {
    margin-left: 15px !important;
  }
  .mr-xl-15 {
    margin-right: 15px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pl-xl-10 {
    padding-left: 10px !important;
  }
  .pr-xl-10 {
    padding-right: 10px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .ml-xl-10 {
    margin-left: 10px !important;
  }
  .mr-xl-10 {
    margin-right: 10px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pl-xl-5 {
    padding-left: 5px !important;
  }
  .pr-xl-5 {
    padding-right: 5px !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .ml-xl-5 {
    margin-left: 5px !important;
  }
  .mr-xl-5 {
    margin-right: 5px !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .p-xl-0 {
    padding: 0px !important;
  }
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  .pl-xl-0 {
    padding-left: 0px !important;
  }
  .pr-xl-0 {
    padding-right: 0px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  .m-xl-0 {
    margin: 0px !important;
  }
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  .ml-xl-0 {
    margin-left: 0px !important;
  }
  .mr-xl-0 {
    margin-right: 0px !important;
  }
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
}
.ml-auto {
  margin-left: auto;
}
.mr-auto {
  margin-right: auto;
}
.va-m {
  vertical-align: middle;
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #3e454d;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.open {
  /* All dropdowns */
}
.bootstrap-select.open .dropdown-menu {
  animation-name: none;
}
.bootstrap-select.open .dropdown-menu {
  animation-duration: 0;
  animation-fill-mode: none;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  100% {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #ffffff;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px;
}
.notyf__icon--error,
.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: white;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}
.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px;
}
.notyf__icon--error:after {
  transform: rotate(-45deg);
}
.notyf__icon--error:before {
  transform: rotate(45deg);
}
.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}
.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}
.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}
.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.notyf__toast--disappear {
  transform: translateY(0);
  animation: notyf-fadeoutdown 0.3s forwards;
  animation-delay: 0.25s;
}
.notyf__toast--disappear .notyf__message,
.notyf__toast--disappear .notyf__icon {
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}
.notyf__toast--disappear .notyf__dismiss {
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}
.notyf__toast--disappear .notyf__message {
  animation-delay: 0.05s;
}
.notyf__toast--upper {
  margin-bottom: 20px;
}
.notyf__toast--lower {
  margin-top: 20px;
}
.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}
.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  animation: ripple 0.4s ease-out forwards;
}
.notyf__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}
.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  animation: notyf-fadeinup 0.3s forwards;
  animation-delay: 0.3s;
  margin-right: 13px;
}
.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  animation: notyf-fadeinleft 0.3s forwards;
  animation-delay: 0.35s;
  opacity: 0;
}
.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  outline: none;
  opacity: 0.35;
  height: 100%;
  width: 100%;
}
.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background: white;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}
.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}
.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}
.notyf__dismiss-btn:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.15);
}
.notyf__dismiss-btn:active {
  opacity: 0.8;
}
.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  animation: notyf-fadeinup 0.3s forwards;
  animation-delay: 0.25s;
  line-height: 1.5em;
}
/* Small screens */
@media only screen and (max-width: 480px) {
  .notyf {
    padding: 0;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    animation-duration: 0.5s;
  }
  .notyf__toast {
    max-width: initial;
    border-radius: 0;
    box-shadow: 0px -2px 7px 0px rgba(0, 0, 0, 0.13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}
.pretty-checkbox {
  display: inline;
}
.pretty-checkbox--block {
  display: block;
}
.pretty-checkbox input[type=checkbox],
.pretty-checkbox input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.pretty-checkbox input[type=checkbox] + label,
.pretty-checkbox input[type=radio] + label {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
}
.pretty-checkbox input[type=checkbox] + label:before,
.pretty-checkbox input[type=radio] + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  transition: all 0.5s ease;
  display: inline-block;
  *display: inline;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: #fff;
  vertical-align: middle;
  color: #dddddd;
}
.pretty-checkbox input[type=checkbox] + label:before.fa-pull-left,
.pretty-checkbox input[type=radio] + label:before.fa-pull-left {
  margin-right: 0.3em;
}
.pretty-checkbox input[type=checkbox] + label:before.fa-pull-right,
.pretty-checkbox input[type=radio] + label:before.fa-pull-right {
  margin-left: 0.3em;
}
.pretty-checkbox input[type=checkbox] + label:before.pull-left,
.pretty-checkbox input[type=radio] + label:before.pull-left {
  margin-right: 0.3em;
}
.pretty-checkbox input[type=checkbox] + label:before.pull-right,
.pretty-checkbox input[type=radio] + label:before.pull-right {
  margin-left: 0.3em;
}
.pretty-checkbox input[type=checkbox]:checked + label:before,
.pretty-checkbox input[type=radio]:checked + label:before {
  position: relative;
}
.pretty-checkbox input[type=checkbox]:disabled,
.pretty-checkbox input[type=radio]:disabled,
.pretty-checkbox input[type=checkbox]:disabled + label,
.pretty-checkbox input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.pretty-checkbox input[type=checkbox]:disabled + label:before,
.pretty-checkbox input[type=radio]:disabled + label:before {
  color: #dddddd;
  box-shadow: none;
}
.pretty-checkbox input[type=checkbox]:checked:disabled + label:before,
.pretty-checkbox input[type=radio]:checked:disabled + label:before {
  color: #dddddd;
}
.pretty-checkbox__label {
  display: inline-block;
}
.pretty-checkbox__label--has-content:before {
  margin-right: 8px;
}
.pretty-checkbox__label--rtl.pretty-checkbox__label--has-content:before {
  margin-right: 0;
  margin-left: 8px;
}
.pretty-checkbox__label--block {
  display: block;
}
.pretty-checkbox--info input[type=checkbox]:focus + label:before,
.pretty-checkbox--info input[type=radio]:focus + label:before {
  color: #38c7e1;
  box-shadow: 0 0 6px #1eaec8;
}
.pretty-checkbox--info input[type=checkbox]:checked + label:before,
.pretty-checkbox--info input[type=radio]:checked + label:before {
  color: #1eaec8;
}
.pretty-checkbox--success input[type=checkbox]:focus + label:before,
.pretty-checkbox--success input[type=radio]:focus + label:before {
  color: #71e336;
  box-shadow: 0 0 6px #57ca1c;
}
.pretty-checkbox--success input[type=checkbox]:checked + label:before,
.pretty-checkbox--success input[type=radio]:checked + label:before {
  color: #57ca1c;
}
.pretty-checkbox--square input[type=checkbox] + label:before,
.pretty-checkbox--square input[type=radio] + label:before {
  content: "\f096";
}
.pretty-checkbox--square input[type=checkbox]:focus + label:before,
.pretty-checkbox--square input[type=radio]:focus + label:before {
  box-shadow: none;
}
.pretty-checkbox--square input[type=checkbox]:checked + label:before,
.pretty-checkbox--square input[type=radio]:checked + label:before {
  content: "\f046";
}
.pretty-checkbox--square input[type=checkbox]:disabled + label:before,
.pretty-checkbox--square input[type=radio]:disabled + label:before {
  content: "\f0c8";
}
.pretty-checkbox--square input[type=checkbox]:checked:disabled + label:before,
.pretty-checkbox--square input[type=radio]:checked:disabled + label:before {
  content: "\f14a";
}
.pretty-checkbox--circle input[type=checkbox] + label:before,
.pretty-checkbox--circle input[type=radio] + label:before {
  border-radius: 100%;
  content: "\f1db";
}
.pretty-checkbox--circle input[type=checkbox]:checked + label:before,
.pretty-checkbox--circle input[type=radio]:checked + label:before {
  content: "\f058";
}
.pretty-checkbox--circle input[type=checkbox]:disabled + label:before,
.pretty-checkbox--circle input[type=radio]:disabled + label:before {
  content: "\f111";
}
.pretty-checkbox--circle input[type=checkbox]:checked:disabled + label:before,
.pretty-checkbox--circle input[type=radio]:checked:disabled + label:before {
  content: "\f058";
}
.table-responsive {
  min-height: unset;
  overflow-x: unset;
}
.affix-wrapper {
  display: inline-block;
  float: right;
}
.affix-box {
  line-height: 28px;
  text-align: right;
}
.affix-box.affix-top {
  padding-top: 10px;
}
.affix-box.affix {
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  background: #fff;
}
.affix-box.affix .affix-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .affix-box.affix .affix-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .affix-box.affix .affix-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .affix-box.affix .affix-container {
    width: 1030px;
  }
}
.affix-box.affix .affix-container > .navbar-header,
.affix-box.affix .affix-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .affix-box.affix .affix-container > .navbar-header,
  .affix-box.affix .affix-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.affix-box.affix .affix-container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .affix-box.affix .affix-container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .affix-box.affix .affix-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .affix-box.affix .affix-container {
    width: 1030px;
  }
}
@media (min-width: 1600px) {
  .affix-box.affix .affix-container {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .affix-box.affix .affix-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .affix-box.affix .affix-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .affix-box.affix .affix-container {
    width: 1030px;
  }
}
.affix-box.affix .affix-container > .navbar-header,
.affix-box.affix .affix-container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .affix-box.affix .affix-container > .navbar-header,
  .affix-box.affix .affix-container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.affix-box.affix .affix-container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .affix-box.affix .affix-container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .affix-box.affix .affix-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .affix-box.affix .affix-container {
    width: 1030px;
  }
}
@media (min-width: 1600px) {
  .affix-box.affix .affix-container {
    width: 1230px;
  }
}
.affix-box .btn {
  margin-left: 10px;
}
@keyframes blink {
  50% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/
/*
==============================================
expandUp
==============================================
*/
.expandUp {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
@keyframes expandUp {
  0% {
    transform: translateY(100%) scale(0.6) scaleY(0.5);
  }
  60% {
    transform: translateY(-7%) scaleY(1.12);
  }
  75% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%) scale(1) scaleY(1);
  }
}
/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes fadeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.btn {
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
}
.btn-institution {
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.btn-institution:focus,
.btn-institution.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.btn-institution:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.btn-institution:active,
.btn-institution.active,
.open > .dropdown-toggle.btn-institution {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.btn-institution:active:hover,
.btn-institution.active:hover,
.open > .dropdown-toggle.btn-institution:hover,
.btn-institution:active:focus,
.btn-institution.active:focus,
.open > .dropdown-toggle.btn-institution:focus,
.btn-institution:active.focus,
.btn-institution.active.focus,
.open > .dropdown-toggle.btn-institution.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.btn-institution.disabled:hover,
.btn-institution[disabled]:hover,
fieldset[disabled] .btn-institution:hover,
.btn-institution.disabled:focus,
.btn-institution[disabled]:focus,
fieldset[disabled] .btn-institution:focus,
.btn-institution.disabled.focus,
.btn-institution[disabled].focus,
fieldset[disabled] .btn-institution.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.btn-institution .badge {
  color: #1eaec8;
  background-color: #fff;
}
.btn-has-error {
  color: #ED5946;
  background-color: #fff;
  border-color: #ED5946;
}
.btn-has-error:focus,
.btn-has-error.focus {
  color: #ED5946;
  background-color: #e6e6e6;
  border-color: #a42110;
}
.btn-has-error:hover {
  color: #ED5946;
  background-color: #e6e6e6;
  border-color: #e02d16;
}
.btn-has-error:active,
.btn-has-error.active,
.open > .dropdown-toggle.btn-has-error {
  color: #ED5946;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #e02d16;
}
.btn-has-error:active:hover,
.btn-has-error.active:hover,
.open > .dropdown-toggle.btn-has-error:hover,
.btn-has-error:active:focus,
.btn-has-error.active:focus,
.open > .dropdown-toggle.btn-has-error:focus,
.btn-has-error:active.focus,
.btn-has-error.active.focus,
.open > .dropdown-toggle.btn-has-error.focus {
  color: #ED5946;
  background-color: #d4d4d4;
  border-color: #a42110;
}
.btn-has-error.disabled:hover,
.btn-has-error[disabled]:hover,
fieldset[disabled] .btn-has-error:hover,
.btn-has-error.disabled:focus,
.btn-has-error[disabled]:focus,
fieldset[disabled] .btn-has-error:focus,
.btn-has-error.disabled.focus,
.btn-has-error[disabled].focus,
fieldset[disabled] .btn-has-error.focus {
  background-color: #fff;
  border-color: #ED5946;
}
.btn-has-error .badge {
  color: #fff;
  background-color: #ED5946;
}
.btn-inverse {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
}
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #191919;
  border-color: #c6c6c6;
  opacity: 1;
}
.btn-inverse:active,
.open > .dropdown-toggle.btn-inverse {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse:active:focus {
  outline: none;
}
.btn-inverse:focus {
  border-color: #1eaec8;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
.btn-subnav-size {
  padding: 3px 16px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
}
.btn-block-xs {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .btn-block-xs {
    width: auto;
    margin-bottom: 0;
  }
}
.btn-group.subnav-pagination-group .btn {
  padding: 3px 10px;
}
.btn-group.subnav-pagination-group .btn i.fa {
  margin-right: 3px;
}
.btn-subnav {
  outline: none;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
}
.btn-subnav:hover,
.open > .dropdown-toggle.btn-subnav {
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #191919;
  border-color: #c6c6c6;
  opacity: 1;
}
.btn-subnav:active,
.open > .dropdown-toggle.btn-subnav {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.btn-subnav:focus {
  border-color: #1eaec8;
}
.btn-subnav.disabled,
.btn-subnav[disabled],
fieldset[disabled] .btn-subnav,
.btn-subnav.disabled:hover,
.btn-subnav[disabled]:hover,
fieldset[disabled] .btn-subnav:hover,
.btn-subnav.disabled:focus,
.btn-subnav[disabled]:focus,
fieldset[disabled] .btn-subnav:focus,
.btn-subnav.disabled:active,
.btn-subnav[disabled]:active,
fieldset[disabled] .btn-subnav:active {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
}
.btn .caret.caret-right {
  float: right;
  margin: 8px 0;
}
.btn-picker {
  color: #3e454d;
  background-color: #fff;
  border-color: #ddd;
  padding: 10px 10px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.btn-picker:focus,
.btn-picker.focus {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #9d9d9d;
}
.btn-picker:hover {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #bebebe;
}
.btn-picker:active,
.btn-picker.active,
.open > .dropdown-toggle.btn-picker {
  color: #3e454d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #bebebe;
}
.btn-picker:active:hover,
.btn-picker.active:hover,
.open > .dropdown-toggle.btn-picker:hover,
.btn-picker:active:focus,
.btn-picker.active:focus,
.open > .dropdown-toggle.btn-picker:focus,
.btn-picker:active.focus,
.btn-picker.active.focus,
.open > .dropdown-toggle.btn-picker.focus {
  color: #3e454d;
  background-color: #d4d4d4;
  border-color: #9d9d9d;
}
.btn-picker.disabled:hover,
.btn-picker[disabled]:hover,
fieldset[disabled] .btn-picker:hover,
.btn-picker.disabled:focus,
.btn-picker[disabled]:focus,
fieldset[disabled] .btn-picker:focus,
.btn-picker.disabled.focus,
.btn-picker[disabled].focus,
fieldset[disabled] .btn-picker.focus {
  background-color: #fff;
  border-color: #ddd;
}
.btn-picker .badge {
  color: #fff;
  background-color: #3e454d;
}
.btn-picker:hover {
  border-color: #ddd;
  background-color: #fff;
}
.btn-picker--error {
  border-color: #ED5946;
}
.btn-picker--error:hover {
  border-color: #ED5946;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-sm {
  font-size: 0.7em;
}
.fa-3-circles:before {
  content: "\f111" " " "\f111" " " "\f111";
}
.fa-3-circles-sm:before {
  font-size: 0.7em;
  content: "\f111" " " "\f111" " " "\f111";
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  text-decoration: none;
  background-color: #dddddd;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
  color: #3e454d;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: #fff;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #1eaec8;
}
.nav-pills-success > li {
  float: left;
}
.nav-pills-success > li > a {
  border-radius: 2px;
  color: #3e454d;
}
.nav-pills-success > li > a:hover,
.nav-pills-success > li > a:focus {
  color: #8f9393;
}
.nav-pills-success > li + li {
  margin-left: 2px;
}
.nav-pills-success > li.active > a,
.nav-pills-success > li.active > a:hover,
.nav-pills-success > li.active > a:focus {
  color: #fff;
  background-color: #57ca1c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tab-content {
  padding-top: 10px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav.nav-profile {
  text-align: center;
}
.nav.nav-profile > li {
  display: block;
  float: none;
  min-width: 180px;
  margin-left: 0;
  margin-bottom: 5px;
}
.nav.nav-profile > li .count {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #8f9393;
  border-radius: 10px;
  margin-left: 5px;
  background-color: #ED5946;
}
.nav.nav-profile > li .count:empty {
  display: none;
}
.btn .nav.nav-profile > li .count {
  position: relative;
  top: -1px;
}
.btn-xs .nav.nav-profile > li .count,
.btn-group-xs > .btn .nav.nav-profile > li .count {
  top: 0;
  padding: 1px 5px;
}
a.nav.nav-profile > li .count:hover,
a.nav.nav-profile > li .count:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .nav.nav-profile > li .count,
.nav-pills > .active > a > .nav.nav-profile > li .count {
  color: #1eaec8;
  background-color: #fff;
}
.list-group-item > .nav.nav-profile > li .count {
  float: right;
}
.list-group-item > .nav.nav-profile > li .count + .nav.nav-profile > li .count {
  margin-right: 5px;
}
.nav-pills > li > a > .nav.nav-profile > li .count {
  margin-left: 3px;
}
.nav.nav-profile > li > a {
  outline: none;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
  border-width: 1px;
  border-style: solid;
}
.nav.nav-profile > li > a:hover,
.open > .dropdown-toggle.nav.nav-profile > li > a {
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #191919;
  border-color: #c6c6c6;
  opacity: 1;
}
.nav.nav-profile > li > a:active,
.open > .dropdown-toggle.nav.nav-profile > li > a {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nav.nav-profile > li > a:focus {
  border-color: #1eaec8;
}
.nav.nav-profile > li > a.disabled,
.nav.nav-profile > li > a[disabled],
fieldset[disabled] .nav.nav-profile > li > a,
.nav.nav-profile > li > a.disabled:hover,
.nav.nav-profile > li > a[disabled]:hover,
fieldset[disabled] .nav.nav-profile > li > a:hover,
.nav.nav-profile > li > a.disabled:focus,
.nav.nav-profile > li > a[disabled]:focus,
fieldset[disabled] .nav.nav-profile > li > a:focus,
.nav.nav-profile > li > a.disabled:active,
.nav.nav-profile > li > a[disabled]:active,
fieldset[disabled] .nav.nav-profile > li > a:active {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
}
.nav.nav-profile > li.active > a {
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
  background-image: none;
  background-repeat: unset;
}
.nav.nav-profile > li.active > a:focus,
.nav.nav-profile > li.active > a.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.nav.nav-profile > li.active > a:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.nav.nav-profile > li.active > a:active,
.nav.nav-profile > li.active > a.active,
.open > .dropdown-toggle.nav.nav-profile > li.active > a {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.nav.nav-profile > li.active > a:active:hover,
.nav.nav-profile > li.active > a.active:hover,
.open > .dropdown-toggle.nav.nav-profile > li.active > a:hover,
.nav.nav-profile > li.active > a:active:focus,
.nav.nav-profile > li.active > a.active:focus,
.open > .dropdown-toggle.nav.nav-profile > li.active > a:focus,
.nav.nav-profile > li.active > a:active.focus,
.nav.nav-profile > li.active > a.active.focus,
.open > .dropdown-toggle.nav.nav-profile > li.active > a.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.nav.nav-profile > li.active > a.disabled:hover,
.nav.nav-profile > li.active > a[disabled]:hover,
fieldset[disabled] .nav.nav-profile > li.active > a:hover,
.nav.nav-profile > li.active > a.disabled:focus,
.nav.nav-profile > li.active > a[disabled]:focus,
fieldset[disabled] .nav.nav-profile > li.active > a:focus,
.nav.nav-profile > li.active > a.disabled.focus,
.nav.nav-profile > li.active > a[disabled].focus,
fieldset[disabled] .nav.nav-profile > li.active > a.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.nav.nav-profile > li.active > a .badge {
  color: #1eaec8;
  background-color: #fff;
}
.nav.nav-profile > li.active > a:focus,
.nav.nav-profile > li.active > a:active,
.nav.nav-profile > li.active > a.active {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.nav.nav-profile > li.active > a:hover {
  background-color: #17879c;
  border-color: #136c7d;
}
.navbar {
  border: none;
  text-align: center;
}
/**
 * Bootstrap mixin copied from /mixins/nav-vertical-align.less
 */
/**
 * This is a special piece of a navbar. It is centered on large desktop 
 * displays, but drops down underneath on mobile.
 */
.navbar-sub .btn .icon-text {
  margin-left: 6px;
}
.navbar-sub .form-control {
  width: auto;
}
.navbar-sub .btn {
  outline: none;
  margin-top: 9px;
  margin-bottom: 9px;
  padding: 3px 18px;
}
.navbar-sub .btn-group.pull-right,
.navbar-sub .btn.pull-right {
  margin-left: 10px;
}
.navbar-sub .btn-group.pull-left,
.navbar-sub .btn.pull-left {
  margin-right: 10px;
}
.navbar-sub .btn-group .btn {
  margin-right: 0;
}
.navbar-header {
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
.navbar-brand {
  font-weight: 600;
  padding: 13px 10px 0;
}
.navbar-brand img {
  height: 32px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
.navbar-brand.navbar-brand-profile {
  font-weight: 400;
  padding: 8px 10px 0;
}
.navbar-brand.navbar-brand-profile .name {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 100;
}
@media (max-width: 767px) {
  .navbar-brand.navbar-brand-profile .name {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .navbar-brand.navbar-brand-profile .name {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand.navbar-brand-profile .name {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-brand.navbar-brand-profile .name {
    display: none !important;
  }
}
.navbar-brand.navbar-brand-profile img {
  height: 42px;
  width: 42px;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand.navbar-brand-profile,
  .navbar > .container-fluid .navbar-brand.navbar-brand-profile {
    margin-left: 0;
  }
}
.navbar-nav.navbar-icons {
  /*
   * Commented because I'm not sure what the color should be.
   *
  .glyphicon.active, 
  .fa.active  {
    color: @white;
    text-shadow: 0px 1px 1px black;
  }
  */
  /* First level icon */
}
.navbar-nav.navbar-icons > li > a {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
}
.navbar-nav.navbar-icons .glyphicon.navbar-icon,
.navbar-nav.navbar-icons .fa.navbar-icon {
  font-size: 22px;
  line-height: 58px;
  height: 58px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}
.navbar-nav.navbar-icons .fa.navbar-icon {
  font-size: 23px;
  margin-top: 1px;
}
.navbar-nav.navbar-icons .fa > em,
.navbar-nav.navbar-icons .glyphicon > em {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  font-family: "Open Sans", sans-serif;
  left: 50%;
  top: 10px;
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #ffffff;
  min-width: 13px;
  border-radius: 25%;
  line-height: 8px;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}
.navbar-default {
  background-color: #FFFFFF;
  border-bottom: 1px solid #d8d9db;
  border-color: #d8d9db;
}
.navbar-default .navbar-brand {
  color: #343636;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #343636;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3e454d;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #33383f;
    background-color: #fff;
  }
  .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: #fff;
    background-color: #fff;
  }
  .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: #8f9393;
    background-color: #fff;
  }
}
.navbar-default .navbar-nav.navbar-icons > .open > a {
  background-color: inherit !important;
}
.navbar-default .navbar-nav.navbar-icons > li > a {
  color: #8f9393;
}
.navbar-default .navbar-nav.navbar-icons > li > a:hover,
.navbar-default .navbar-nav.navbar-icons > li > a:focus {
  color: #343636;
}
.navbar-default .navbar-nav.navbar-icons > .active > a,
.navbar-default .navbar-nav.navbar-icons > .active > a:hover,
.navbar-default .navbar-nav.navbar-icons > .active > a:focus {
  color: #343636;
  background-color: inherit;
}
.navbar-inverse {
  background-color: #F1F1F1;
  border-bottom: 1px solid #e0e0e0;
}
.navbar-inverse .navbar-brand {
  color: #343636;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #8f9393;
}
.navbar-inverse .navbar-nav > li > a {
  color: #8f9393;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #343636;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #ddd;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #e0e0e0;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #343636;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #3e454d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #33383f;
    background-color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #fff;
  }
  .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: #8f9393;
    background-color: #fff;
  }
}
.navbar-inverse .navbar-link {
  color: #8f9393;
}
.navbar-inverse .navbar-link:hover {
  color: #343636;
}
.navbar-inverse .btn-link {
  color: #8f9393;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #343636;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #ccc;
}
.navbar-nav {
  margin: 9.5px -15px;
  float: left;
  margin: 0;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
.navbar-nav > li {
  float: left;
}
.navbar-nav > li > a {
  padding-top: 19px;
  padding-bottom: 19px;
}
.navbar-nav.navbar-right:last-child {
  margin-right: 0;
}
.navbar-nav.navbar-left {
  margin-left: 0;
}
.navbar-nav .open .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;
  font-size: 13px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  display: block;
  animation-name: flipInX;
  animation-duration: 0.4s;
  animation-fill-mode: both;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  right: 0;
  left: auto;
}
.navbar-nav .open .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.navbar-nav .open .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.navbar-nav .open .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.53846154;
  color: #3e454d;
  white-space: nowrap;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
  color: #33383f;
  text-decoration: none;
  background-color: #f5f5f5;
}
.navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-nav .open .dropdown-menu > .disabled > a:focus {
  color: #8f9393;
}
.navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-nav .open .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.navbar-left {
  float: left !important;
  float: left;
}
.navbar-right {
  float: right !important;
  float: right;
}
.navbar-sub {
  min-height: 58px;
  margin-bottom: 0px;
  border: 1px solid transparent;
  border: none;
  text-align: center;
  position: relative;
  min-height: 46px;
  margin-bottom: 0;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
  .navbar-sub {
    border-radius: 2px;
  }
}
@media (min-width: 768px) {
  .navbar-sub {
    border-radius: 2px;
  }
}
.navbar-sub.navbar-default .navbar-nav li.active:after {
  border-bottom-color: #EFEFEF;
}
#navbar-notifications-button {
  position: initial;
}
@media (min-width: 480px) {
  #navbar-notifications-button {
    position: relative;
  }
}
.open .dropdown-menu.notifications-dropdown {
  animation-name: fadeIn;
  padding: 0;
  border: none;
  min-width: 0;
  left: 10px;
  right: 10px;
}
@media (min-width: 480px) {
  .open .dropdown-menu.notifications-dropdown {
    min-width: 360px;
    left: auto;
    right: 0;
  }
}
.notification.media {
  background: #f4f4f4;
  position: relative;
}
.notification.media .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px 5px;
  font-size: 24px;
}
.notification.media:hover,
.notification.media:focus {
  background: #f4f4f4;
}
.notification.media:hover .close,
.notification.media:focus .close {
  display: inline-block;
}
.notification.complete {
  background: #fff;
}
.dropdown-menu.notifications-dropdown .media a {
  padding: 10px 15px;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.dropdown-menu.notifications-dropdown .media a:hover,
.dropdown-menu.notifications-dropdown .media a:focus {
  color: inherit;
  text-decoration: none;
}
.dropdown-menu.notifications-dropdown .media a:focus {
  outline: none;
}
.dropdown-menu.notifications-dropdown .media-body {
  padding-top: 5px;
}
.dropdown-menu.notifications-dropdown .media {
  border-top: 1px solid #dddddd;
  margin-top: 0;
}
.dropdown-menu.notifications-dropdown .media:first-child {
  border: none;
}
.dropdown-menu.notifications-dropdown .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  border-bottom: 1px solid #dddddd;
}
.dropdown-menu.notifications-dropdown .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.dropdown-menu.notifications-dropdown .notification-icon-wrapper {
  padding-right: 10px;
  float: left !important;
  float: left;
  display: block;
  text-align: center;
  width: 64px;
}
.dropdown-menu.notifications-dropdown .notification-icon-wrapper.img-thumbnail {
  max-width: none;
}
.dropdown-menu.notifications-dropdown .notification-icon-wrapper img {
  border-radius: 50%;
  width: 40px;
}
.dropdown-menu.notifications-dropdown .notification-icon-wrapper .time {
  color: #8f9393;
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 5px;
}
.dropdown-menu.notifications-dropdown .panel-body {
  border-color: #ddd;
  padding: 15px;
  max-height: 250px;
  overflow: scroll;
}
.dropdown-menu.notifications-dropdown .panel-body > .panel-heading {
  color: #3e454d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.dropdown-menu.notifications-dropdown .panel-body > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.dropdown-menu.notifications-dropdown .panel-body > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3e454d;
}
.dropdown-menu.notifications-dropdown .panel-body > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.dropdown-menu.notifications-dropdown .notification-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2em;
  margin-bottom: 10px;
}
.dropdown-menu.notifications-dropdown .notification-icon.fa-pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .notification-icon.fa-pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .notification-icon.pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .notification-icon.pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .sales-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2em;
  margin-bottom: 10px;
  color: #1eaec8;
}
.dropdown-menu.notifications-dropdown .sales-icon.fa-pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .sales-icon.fa-pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .sales-icon.pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .sales-icon.pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .sales-icon:before {
  content: "\f005";
}
.dropdown-menu.notifications-dropdown .bell-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2em;
  margin-bottom: 10px;
  color: #3e454d;
}
.dropdown-menu.notifications-dropdown .bell-icon.fa-pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .bell-icon.fa-pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .bell-icon.pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .bell-icon.pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .bell-icon:before {
  content: "\f0f3";
}
.dropdown-menu.notifications-dropdown .success-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2em;
  margin-bottom: 10px;
  color: #57ca1c;
}
.dropdown-menu.notifications-dropdown .success-icon.fa-pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .success-icon.fa-pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .success-icon.pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.notifications-dropdown .success-icon.pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.notifications-dropdown .success-icon:before {
  content: "\f024";
}
.dropdown-menu.notifications-dropdown .notifications {
  padding-left: 0;
  margin-bottom: 20px;
  margin-bottom: 0;
}
#empty-notifications .media-body {
  padding: 20px;
}
.subnav-text {
  margin-top: 13px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .subnav-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .subnav-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.subnav-text-unbounded {
  line-height: 46px;
}
textarea.form-control {
  resize: vertical;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.form-group {
  margin-bottom: 8px;
}
.form-horizontal .control-label {
  font-weight: normal;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.form-heading > h2,
.form-heading > h3,
.form-heading > h4,
.form-heading > h4,
.form-heading > h5,
.form-heading > h6 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: normal;
}
.checkbox.disabled label,
.radio.disabled label {
  cursor: not-allowed;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.help-block {
  margin-top: 0;
}
.radio-inline.radio-block-xs,
.checkbox-inline.checkbox-block-xs {
  display: block;
}
@media (min-width: 480px) {
  .radio-inline.radio-block-xs,
  .checkbox-inline.checkbox-block-xs {
    display: inline-block;
  }
}
.radio-inline.radio-block-xs + .radio-inline.radio-block-xs,
.checkbox-inline.checkbox-block-xs + .checkbox-inline.checkbox-block-xs {
  margin-left: 0;
  margin-top: 5px;
}
@media (min-width: 480px) {
  .radio-inline.radio-block-xs + .radio-inline.radio-block-xs,
  .checkbox-inline.checkbox-block-xs + .checkbox-inline.checkbox-block-xs {
    margin-left: 10px;
    margin-top: 0;
  }
}
.inline-form .inline-form-group {
  margin-bottom: 15px;
  margin-bottom: 8px;
}
.inline-form .inline-form-group-checkboxes {
  vertical-align: middle;
}
.inline-form .inline-form-group-checkboxes label.icheck {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .inline-form {
    display: table;
    width: 100%;
  }
  .inline-form .inline-form-body {
    display: table-row;
  }
  .inline-form .inline-form-group {
    display: table-cell;
  }
  .inline-form .inline-form-group.inline-form-group-btn {
    width: 100px;
    padding-left: 10px;
  }
  .inline-form .inline-form-group.inline-form-group-btn-lg {
    width: 140px;
    padding-left: 10px;
  }
  .inline-form .inline-form-group.inline-form-group-checkboxes {
    width: 1px;
    white-space: nowrap;
    padding-left: 10px;
  }
}
.label {
  font-weight: 600;
}
.label [data-role="remove"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  cursor: pointer;
  display: inline;
}
.label [data-role="remove"].fa-pull-left {
  margin-right: 0.3em;
}
.label [data-role="remove"].fa-pull-right {
  margin-left: 0.3em;
}
.label [data-role="remove"].pull-left {
  margin-right: 0.3em;
}
.label [data-role="remove"].pull-right {
  margin-left: 0.3em;
}
.label [data-role="remove"]:after {
  content: "\f00d";
  padding: 0px 2px;
}
.label [data-role="remove"]:hover {
  box-shadow: none;
}
.label [data-role="remove"]:hover:active {
  box-shadow: none;
}
.label-lg {
  font-size: 100%;
}
.label-prominent {
  background-color: #3e454d;
}
.label-prominent[href]:hover,
.label-prominent[href]:focus {
  background-color: #272c31;
}
.label-block {
  display: inline-block;
  line-height: 1.5;
  white-space: normal;
  text-align: left;
  margin-right: 5px;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.badge.badge-danger {
  background-color: #ED5946;
}
a,
.a {
  color: #1eaec8;
  text-decoration: none;
  transition: all 0.2s;
}
a:hover,
.a:hover,
a:focus,
.a:focus {
  color: #147485;
  text-decoration: none;
}
a:focus,
.a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.dark-link {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.dark-link:hover,
.dark-link:focus {
  color: #343636;
  text-decoration: none;
}
.dark-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.white-link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.white-link:hover,
.white-link:focus {
  color: #ddd;
  text-decoration: none;
}
.white-link a:hover {
  color: #ddd;
}
.muted-link {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.muted-link:hover,
.muted-link:focus {
  color: #8f9393;
  text-decoration: none;
}
.muted-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.muted-link-darker {
  color: #8f9393;
  text-decoration: none;
  cursor: pointer;
}
.muted-link-darker:hover,
.muted-link-darker:focus {
  color: #3e454d;
  text-decoration: none;
}
.muted-link-darker:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.danger-link {
  color: #ED5946;
  text-decoration: none;
  cursor: pointer;
}
.danger-link:hover,
.danger-link:focus {
  color: #bb2512;
  text-decoration: none;
}
.danger-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.muted-danger-link {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.muted-danger-link:hover,
.muted-danger-link:focus {
  color: #ED5946;
  text-decoration: none;
}
.muted-danger-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.muted-info-link {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.muted-info-link:hover,
.muted-info-link:focus {
  color: #1eaec8;
  text-decoration: none;
}
.muted-info-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.flash-messages {
  margin-top: 20px;
}
.disabled-link {
  color: #8f9393;
  text-decoration: none;
  cursor: not-allowed;
}
.disabled-link:hover,
.disabled-link:focus {
  color: #8f9393;
  text-decoration: none;
}
.disabled-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
@media (min-width: 480px) {
  .pull-right-over-xs {
    float: right !important;
    float: right;
  }
}
.has-shadow {
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .container.container-lg {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container.container-lg {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container.container-lg {
    width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container.container-lg {
    width: 1600px;
  }
}
@media (min-width: 1600px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.date-range-row {
  margin-right: -3px;
  margin-left: -2px;
  margin-bottom: 8px;
}
.date-range-row__label {
  padding-top: 9px;
}
.date-range-row__col--label {
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 992px) {
  .date-range-row__col--label {
    float: left;
    width: 50%;
  }
}
.date-range-row__col--control {
  position: relative;
  min-height: 1px;
  padding-right: 2.5px;
  padding-left: 2.5px;
}
@media (min-width: 992px) {
  .date-range-row__col--control {
    float: left;
    width: 50%;
  }
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table !important;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  th.visible-xl,
  td.visible-xl {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.fast {
  animation-duration: 0.5s;
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.animated.flash {
  animation-name: flash;
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.animated.wobble {
  animation-name: wobble;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animated.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animated.fadeInRight {
  animation-name: fadeInRight;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#riot-loading {
  text-align: center;
  padding: 50px 0;
}
/* Sticky Footer
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
html {
  position: relative;
  min-height: 100%;
}
/*
 * ANIMATED
 */
/* Navigation icon first level 
.desktop-detected nav > ul > li > a:hover i {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}

.desktop-detected nav > ul > li > a:hover i {
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}*/
/* All dropdowns */
.open > .dropdown-menu {
  animation-name: flipInX;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}
.active + .ajax-dropdown {
  animation-name: flipInX;
  animation-duration: 0.7s;
  animation-fill-mode: both;
}
.basic-page {
  padding-bottom: 200px;
}
.basic-page .empty-message {
  color: #8f9393;
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 100;
}
.basic-page .empty-message .btn-xl {
  padding: 10px 32px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 2px;
  width: 100%;
  max-width: 240px;
  margin-top: 50px;
}
.profile {
  color: inherit;
  text-align: center;
}
@media (min-width: 768px) {
  .profile {
    text-align: inherit;
  }
}
.profile > hr {
  border-top-color: #e5e5e5;
}
.profile .picture-container {
  float: none;
  text-align: center;
}
@media (min-width: 768px) {
  .profile .picture-container {
    float: left;
    text-align: inherit;
    margin-right: 20px;
  }
}
.profile .picture-container img {
  border-radius: 50%;
  width: 126px;
  height: 126px;
}
.container .profile {
  border-radius: 4px;
}
.profile .info h1 {
  display: inline-block;
}
.profile .info a.edit-message {
  font-size: 11px;
}
.profile .info p.byline {
  font-weight: 500;
}
.profile .info .location {
  color: #335271;
  font-weight: 400;
  font-size: 11px;
  display: inline-block;
}
.profile .info .location .glyphicon {
  font-size: 14px;
  margin-right: 4px;
  float: left;
}
/* First time
-------------------------------------------------- */
.welcome-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 45px;
  font-size: 15px;
}
.welcome-content .empty-message {
  margin-top: 120px;
  font-size: 28px;
  font-weight: 100;
}
.welcome-content .title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
}
.welcome-content .add-course-button img {
  width: 100%;
  max-width: 348px;
}
.page-curl {
  position: relative;
}
.page-curl:before,
.page-curl:after {
  background: none;
  bottom: 12px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
  content: "";
  height: 10px;
  left: 12px;
  position: absolute;
  width: 40%;
  z-index: -1;
  transform: skew(-4deg) rotate(-4deg);
}
.page-curl:after {
  transform: skew(4deg) rotate(4deg);
  left: auto;
  right: 12px;
}
.shadow-bottom:before,
.shadow-bottom:after {
  top: auto;
  bottom: 12px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}
.courses-container {
  padding-bottom: 200px;
  margin-left: -9px;
  margin-right: -9px;
}
.courses-container .grid-sizer,
.courses-container .course-container {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .courses-container .grid-sizer,
  .courses-container .course-container {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .courses-container .grid-sizer,
  .courses-container .course-container {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1200px) {
  .courses-container .grid-sizer,
  .courses-container .course-container {
    width: 33.333333%;
  }
}
@media screen and (min-width: 1600px) {
  .courses-container .grid-sizer,
  .courses-container .course-container {
    width: 25%;
  }
}
.courses-container .course-container {
  padding-left: 9px;
  padding-right: 9px;
  float: left;
}
.info-box-widget {
  margin-bottom: 20px !important;
  border: 1px solid;
  height: 160px;
  overflow: hidden;
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}
.info-box-widget .info-box-body {
  display: block;
  overflow: auto;
  padding: 20px;
}
.info-box-widget a.info-box-body {
  color: inherit !important;
  text-decoration: none;
}
.info-box-widget a.info-box-body:focus {
  outline: none;
}
.info-box-widget.danger {
  background-color: #ED5946;
  border-color: #e82f18;
  color: #fff;
}
.info-box-widget .fa {
  display: block;
  width: 100px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  float: left;
  text-align: center;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.75);
}
.info-box-widget .count {
  margin-top: -10px;
  font-size: 34px;
  font-weight: 700;
}
.info-box-widget .count.centered {
  margin-top: 20px;
}
.info-box-widget .title {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.info-box-widget .desc {
  font-size: 12px;
}
.info-box-widget .empty {
  height: 120px;
  line-height: 120px;
  font-size: 12px;
}
.info-box-widget .loading-body {
  height: 160px;
  line-height: 160px;
  text-align: center;
}
.info-box-widget .loading {
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}
.info-box-widget .loading .loading-c {
  background-color: #ffffff;
  float: left;
  height: 8px;
  margin-left: 3px;
  width: 8px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
.info-box-widget .loading .loading-c-2 {
  animation-delay: 0.2s;
}
.info-box-widget .loading .loading-c-3 {
  animation-delay: 0.4s;
}
.empty-courses-wrapper .empty-courses-message {
  text-align: center;
  color: #8f9393;
  font-size: 16px;
  font-weight: 100;
  padding: 30px;
}
.current-courses-wrapper {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
.current-courses-wrapper .courses-container {
  padding-bottom: 50px;
}
.completed-courses-wrapper {
  margin-bottom: 100px;
  padding-bottom: 100px;
}
.completed-courses-wrapper .courses-container {
  padding-bottom: 0;
}
.progress-bar-wrapper {
  padding-bottom: 16px;
  position: relative;
}
.progress-bar-wrapper .progress {
  margin-bottom: 0;
}
.progress-bar-wrapper .completion-bubble {
  background-color: #1eaec8;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 15px;
  height: 20px;
  top: -10px;
  line-height: 20px;
  font-size: 10px;
  padding: 0 10px;
}
.completed-footer {
  padding: 0 16px 16px;
}
.completed-footer .certificate {
  color: #ffc21e;
}
.completed-footer .certificate--loading {
  animation: certificatePulse 1.2s infinite;
  color: #f1f1f1;
}
@keyframes certificatePulse {
  0% {
    color: #f1f1f1;
  }
  50% {
    color: #e7e7e7;
  }
  100% {
    color: #f1f1f1;
  }
}
.course-cover {
  position: relative;
  margin-top: 15px;
  max-width: 100%;
  min-height: 80px;
  background: #1eaec8;
  height: auto;
  padding: 30% 0 0 0;
  overflow: hidden;
}
.course-cover img.course-image,
.course-cover .placeholder {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.course-cover .placeholder {
  background-color: #1eaec8;
  color: #136877;
}
.course-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  margin-bottom: 8px;
  padding: 0;
}
.course-panel > .list-group,
.course-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.course-panel > .list-group .list-group-item,
.course-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.course-panel > .list-group:first-child .list-group-item:first-child,
.course-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.course-panel > .list-group:last-child .list-group-item:last-child,
.course-panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.course-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.course-panel > .table,
.course-panel > .table-responsive > .table,
.course-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.course-panel > .table caption,
.course-panel > .table-responsive > .table caption,
.course-panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.course-panel > .table:first-child,
.course-panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.course-panel > .table:first-child > thead:first-child > tr:first-child,
.course-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.course-panel > .table:first-child > tbody:first-child > tr:first-child,
.course-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.course-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.course-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.course-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.course-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.course-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.course-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.course-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.course-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.course-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.course-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.course-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.course-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.course-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.course-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.course-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.course-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.course-panel > .table:last-child,
.course-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.course-panel > .table:last-child > tbody:last-child > tr:last-child,
.course-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.course-panel > .table:last-child > tfoot:last-child > tr:last-child,
.course-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.course-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.course-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.course-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.course-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.course-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.course-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.course-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.course-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.course-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.course-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.course-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.course-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.course-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.course-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.course-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.course-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.course-panel > .panel-body + .table,
.course-panel > .panel-body + .table-responsive,
.course-panel > .table + .panel-body,
.course-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.course-panel > .table > tbody:first-child > tr:first-child th,
.course-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.course-panel > .table-bordered,
.course-panel > .table-responsive > .table-bordered {
  border: 0;
}
.course-panel > .table-bordered > thead > tr > th:first-child,
.course-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.course-panel > .table-bordered > tbody > tr > th:first-child,
.course-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.course-panel > .table-bordered > tfoot > tr > th:first-child,
.course-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.course-panel > .table-bordered > thead > tr > td:first-child,
.course-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.course-panel > .table-bordered > tbody > tr > td:first-child,
.course-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.course-panel > .table-bordered > tfoot > tr > td:first-child,
.course-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.course-panel > .table-bordered > thead > tr > th:last-child,
.course-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.course-panel > .table-bordered > tbody > tr > th:last-child,
.course-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.course-panel > .table-bordered > tfoot > tr > th:last-child,
.course-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.course-panel > .table-bordered > thead > tr > td:last-child,
.course-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.course-panel > .table-bordered > tbody > tr > td:last-child,
.course-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.course-panel > .table-bordered > tfoot > tr > td:last-child,
.course-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.course-panel > .table-bordered > thead > tr:first-child > td,
.course-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.course-panel > .table-bordered > tbody > tr:first-child > td,
.course-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.course-panel > .table-bordered > thead > tr:first-child > th,
.course-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.course-panel > .table-bordered > tbody > tr:first-child > th,
.course-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.course-panel > .table-bordered > tbody > tr:last-child > td,
.course-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.course-panel > .table-bordered > tfoot > tr:last-child > td,
.course-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.course-panel > .table-bordered > tbody > tr:last-child > th,
.course-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.course-panel > .table-bordered > tfoot > tr:last-child > th,
.course-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.course-panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.course-panel > .panel-heading {
  color: #3e454d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.course-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.course-panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3e454d;
}
.course-panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.course-panel__content {
  padding: 15px;
  font-weight: 100;
  min-height: 90px;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.course-panel__content--sm {
  min-height: 70px;
}
.course-panel__title-link {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
.course-panel__title-link:hover,
.course-panel__title-link:focus {
  color: #343636;
  text-decoration: none;
}
.course-panel__title-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.course-panel__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-size: 18px;
  font-weight: 100;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 15px 25px;
}
.course-panel__title--sm {
  padding: 10px 25px;
}
.course-panel__tags {
  overflow: hidden;
  white-space: normal;
}
.course-panel__creator {
  color: #8f9393;
  font-size: 12px;
}
.course-panel__creator a {
  font-weight: 400;
}
.course-panel__col {
  min-width: 80px;
  min-height: 1px;
  text-align: center;
}
.course-panel__col--xl {
  min-width: 240px;
}
@media (max-width: 767px) {
  .course-panel__col--xl {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .course-panel__col--xl {
    display: none !important;
  }
}
.course-panel__col--settings {
  font-size: 24px;
}
.course-panel__col--settings .caret {
  margin-top: -9px;
}
.course-panel__col--settings a {
  display: block;
}
.course-panel__col--publishing .glyphicon {
  font-size: 24px;
}
.course-panel__col--publishing a {
  display: block;
}
.course-panel__col--progress {
  margin-top: 15px;
}
.course-list-header {
  margin-top: 40px;
  margin-bottom: 20px;
}
.course-list-header__title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.course-list-header__column {
  color: #8f9393;
  text-align: center;
  float: right;
  width: 80px;
  min-height: 1px;
}
.course-list-header__column--xl {
  width: 240px;
}
@media (max-width: 767px) {
  .course-list-header__column--xl {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .course-list-header__column--xl {
    display: none !important;
  }
}
.activity-element-popover {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}
.activity-element-popover__content {
  overflow: auto;
}
.activity-element-popover__element {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  text-align: center;
}
.activity-element-popover__element-image {
  width: 60px;
  height: 54px;
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out;
}
.activity-element-popover__element-link {
  display: block;
  color: #8f9393;
  padding: 20px 0;
}
.activity-element-popover__element-link:hover,
.activity-element-popover__element-link:focus {
  color: #3e454d;
  text-decoration: none;
}
.activity-element-popover__element-link:hover .activity-element-popover__element-image,
.activity-element-popover__element-link:focus .activity-element-popover__element-image {
  opacity: 1;
}
.course-completed-modal__download-link {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin: 45px 0;
}
.course-completed-modal__download-link:hover,
.course-completed-modal__download-link:focus {
  color: #343636;
  text-decoration: none;
}
.course-completed-modal__download-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.course-completed-modal__download-image {
  width: 100px;
  margin-bottom: 10px;
}
.course-completed-modal__download-title {
  display: block;
}
.empty-activity {
  color: #8f9393;
  font-size: 14px;
  padding-top: 50px;
  padding-bottom: 100px;
  text-align: center;
}
@media (min-width: 992px) {
  .empty-activity {
    margin-left: 15%;
    margin-right: 15%;
  }
}
.empty-activity__element-list {
  overflow: auto;
  margin-top: 50px;
}
.empty-activity__element {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  text-align: center;
}
.empty-activity__element-image {
  width: 60px;
  height: 54px;
  opacity: 0.8;
  transition: opacity 0.25s ease-in-out;
}
.empty-activity__element-link {
  display: block;
  color: #8f9393;
  padding: 0 15px 30px;
}
.empty-activity__element-link:hover,
.empty-activity__element-link:focus {
  color: #3e454d;
  text-decoration: none;
}
.empty-activity__element-link:hover .empty-activity__element-image,
.empty-activity__element-link:focus .empty-activity__element-image {
  opacity: 1;
}
.multiple-choice-element__choices {
  margin-top: 13px;
  margin-bottom: 20px;
}
.multiple-choice-element__choice {
  display: block;
  padding: 7px 0;
  font-size: 14px;
}
.progress-button-group {
  margin-bottom: 15px;
}
.progress-button-group .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.auth-box-wide.create-lesson-box .page-header {
  margin: 40px 0 20px;
  border-bottom: none;
}
.auth-box-wide.create-lesson-box .page-header h1 {
  margin-bottom: 0;
}
.auth-box-wide.create-lesson-box .page-header p {
  color: #8f9393;
  text-align: center;
  font-size: 14px;
}
.auth-box-wide.create-lesson-box .form-group {
  margin-bottom: 30px;
}
.auth-box-wide.create-lesson-box .form-group > label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.file-element-modal .nav-tabs {
  margin-bottom: 15px;
}
.file-element-modal .file-icon {
  float: left !important;
  height: 20px !important;
}
.file-element-modal .file-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.file-element-modal .file-text .already-added {
  color: #8f9393;
  float: right;
  margin-right: 15px;
}
.file-element-modal .file-text .size {
  color: #8f9393;
  float: right;
}
.file-element-modal .add-file-button {
  color: #555;
  cursor: pointer;
  background-color: #fff;
}
.file-element-modal .add-file-button:hover,
.file-element-modal .add-file-button:focus {
  text-decoration: none;
  color: #555;
}
.file-element-modal .add-file-button.disabled {
  cursor: not-allowed;
  color: #8f9393;
}
.file-element-modal .add-file-button a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.file-element-modal .add-file-button a:hover,
.file-element-modal .add-file-button a:focus {
  color: #343636;
  text-decoration: none;
}
.file-element-modal .add-file-button a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.image-element-modal .files-content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.image-element-modal .files-content > .navbar-header,
.image-element-modal .files-content > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .image-element-modal .files-content > .navbar-header,
  .image-element-modal .files-content > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.image-element-modal .files-content > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
.image-element-modal .files {
  margin-right: -15px;
  margin-left: -15px;
  max-height: 350px;
  overflow: auto;
  margin-bottom: 15px;
}
.image-element-modal .files .image-file {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .image-element-modal .files .image-file {
    float: left;
    width: 33.33333333%;
  }
}
.image-element-modal .files .image-file .thumbnail {
  cursor: pointer;
  overflow: hidden;
}
.image-element-modal .files .image-file .thumbnail img {
  width: 100%;
}
.activity-page {
  background: #fff;
  padding-bottom: 400px;
}
.activity-page .show-more-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  display: block;
  width: 100%;
  color: #3e454d;
  background-color: #fff;
  border-color: #ccc;
  margin-top: 15px;
}
.activity-page .show-more-btn:focus,
.activity-page .show-more-btn:active:focus,
.activity-page .show-more-btn.active:focus,
.activity-page .show-more-btn.focus,
.activity-page .show-more-btn:active.focus,
.activity-page .show-more-btn.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.activity-page .show-more-btn:hover,
.activity-page .show-more-btn:focus,
.activity-page .show-more-btn.focus {
  color: #3e454d;
  text-decoration: none;
}
.activity-page .show-more-btn:active,
.activity-page .show-more-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.activity-page .show-more-btn.disabled,
.activity-page .show-more-btn[disabled],
fieldset[disabled] .activity-page .show-more-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.activity-page .show-more-btn.disabled,
fieldset[disabled] a.activity-page .show-more-btn {
  pointer-events: none;
}
.activity-page .show-more-btn:focus,
.activity-page .show-more-btn.focus {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.activity-page .show-more-btn:hover {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.activity-page .show-more-btn:active,
.activity-page .show-more-btn.active,
.open > .dropdown-toggle.activity-page .show-more-btn {
  color: #3e454d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.activity-page .show-more-btn:active:hover,
.activity-page .show-more-btn.active:hover,
.open > .dropdown-toggle.activity-page .show-more-btn:hover,
.activity-page .show-more-btn:active:focus,
.activity-page .show-more-btn.active:focus,
.open > .dropdown-toggle.activity-page .show-more-btn:focus,
.activity-page .show-more-btn:active.focus,
.activity-page .show-more-btn.active.focus,
.open > .dropdown-toggle.activity-page .show-more-btn.focus {
  color: #3e454d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.activity-page .show-more-btn.disabled:hover,
.activity-page .show-more-btn[disabled]:hover,
fieldset[disabled] .activity-page .show-more-btn:hover,
.activity-page .show-more-btn.disabled:focus,
.activity-page .show-more-btn[disabled]:focus,
fieldset[disabled] .activity-page .show-more-btn:focus,
.activity-page .show-more-btn.disabled.focus,
.activity-page .show-more-btn[disabled].focus,
fieldset[disabled] .activity-page .show-more-btn.focus {
  background-color: #fff;
  border-color: #ccc;
}
.activity-page .show-more-btn .badge {
  color: #fff;
  background-color: #3e454d;
}
.activity-page .empty-message {
  text-align: center;
  color: #8f9393;
  padding-bottom: 100px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 100;
}
.activity-page .disabled-message {
  padding-top: 50px;
  text-align: center;
}
.activity-page .disabled-message img {
  width: 150px;
  margin: 15px 0;
}
.activity-page .disabled-message h2 {
  margin-bottom: 15px;
}
.activity-page .disabled-message .message {
  color: #8f9393;
  font-size: 15px;
  margin-bottom: 15px;
}
.activity-page .disabled-message a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
  margin-left: 10px;
}
.activity-page .disabled-message a:focus,
.activity-page .disabled-message a:active:focus,
.activity-page .disabled-message a.active:focus,
.activity-page .disabled-message a.focus,
.activity-page .disabled-message a:active.focus,
.activity-page .disabled-message a.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.activity-page .disabled-message a:hover,
.activity-page .disabled-message a:focus,
.activity-page .disabled-message a.focus {
  color: #3e454d;
  text-decoration: none;
}
.activity-page .disabled-message a:active,
.activity-page .disabled-message a.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.activity-page .disabled-message a.disabled,
.activity-page .disabled-message a[disabled],
fieldset[disabled] .activity-page .disabled-message a {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.activity-page .disabled-message a.disabled,
fieldset[disabled] a.activity-page .disabled-message a {
  pointer-events: none;
}
.activity-page .disabled-message a:hover,
.open > .dropdown-toggle.activity-page .disabled-message a {
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #191919;
  border-color: #c6c6c6;
  opacity: 1;
}
.activity-page .disabled-message a:active,
.open > .dropdown-toggle.activity-page .disabled-message a {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.activity-page .disabled-message a:focus,
.activity-page .disabled-message a:active,
.activity-page .disabled-message a:active:focus {
  outline: none;
}
.activity-page .disabled-message a:focus {
  border-color: #1eaec8;
}
.activity-page .disabled-message a.disabled,
.activity-page .disabled-message a[disabled],
fieldset[disabled] .activity-page .disabled-message a,
.activity-page .disabled-message a.disabled:hover,
.activity-page .disabled-message a[disabled]:hover,
fieldset[disabled] .activity-page .disabled-message a:hover,
.activity-page .disabled-message a.disabled:focus,
.activity-page .disabled-message a[disabled]:focus,
fieldset[disabled] .activity-page .disabled-message a:focus,
.activity-page .disabled-message a.disabled:active,
.activity-page .disabled-message a[disabled]:active,
fieldset[disabled] .activity-page .disabled-message a:active {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.activity-page .disabled-message a:first-child {
  margin-left: 0;
}
.activity-page .activity-page-footer {
  background: #fff;
}
.activity-page .activity-element.link-element.view {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.activity-page .activity-element.link-element .link-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  margin-right: 5px;
}
.activity-page .activity-element.link-element .link-icon.fa-pull-left {
  margin-right: 0.3em;
}
.activity-page .activity-element.link-element .link-icon.fa-pull-right {
  margin-left: 0.3em;
}
.activity-page .activity-element.link-element .link-icon.pull-left {
  margin-right: 0.3em;
}
.activity-page .activity-element.link-element .link-icon.pull-right {
  margin-left: 0.3em;
}
.activity-page .activity-element.link-element .link-icon:before {
  content: "\f0c1";
}
.activity-page .activity-element.link-element a.link {
  font-size: 16px;
}
.activity-page .activity-element.link-element .activity-element-content {
  padding: 40px;
  font-size: 16px;
  color: #1eaec8;
}
@media (min-width: 992px) {
  .activity-page .activity-element.link-element .link-button-wrapper {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.activity-page .activity-element.embed-code-element .embed-code-element-content {
  text-align: center;
  font-size: 16px;
}
.activity-page .activity-element.embed-code-element .link-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  margin-right: 5px;
}
.activity-page .activity-element.embed-code-element .link-icon.fa-pull-left {
  margin-right: 0.3em;
}
.activity-page .activity-element.embed-code-element .link-icon.fa-pull-right {
  margin-left: 0.3em;
}
.activity-page .activity-element.embed-code-element .link-icon.pull-left {
  margin-right: 0.3em;
}
.activity-page .activity-element.embed-code-element .link-icon.pull-right {
  margin-left: 0.3em;
}
.activity-page .activity-element.embed-code-element .link-icon:before {
  content: "\f135";
}
.activity-page .activity-element.scorm-element .scorm-element-content {
  text-align: center;
  font-size: 16px;
}
.activity-page .activity-element.scorm-element .link-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  margin-right: 5px;
}
.activity-page .activity-element.scorm-element .link-icon.fa-pull-left {
  margin-right: 0.3em;
}
.activity-page .activity-element.scorm-element .link-icon.fa-pull-right {
  margin-left: 0.3em;
}
.activity-page .activity-element.scorm-element .link-icon.pull-left {
  margin-right: 0.3em;
}
.activity-page .activity-element.scorm-element .link-icon.pull-right {
  margin-left: 0.3em;
}
.activity-page .activity-element.scorm-element .link-icon:before {
  content: "\f135";
}
.activity-page .lesson-header {
  margin: 40px 0 20px;
  border-bottom: none;
}
.activity-page .lesson-header:before,
.activity-page .lesson-header:after {
  display: table;
  content: " ";
}
.activity-page .lesson-header:after {
  clear: both;
}
.activity-page .lesson-header:before,
.activity-page .lesson-header:after {
  display: table;
  content: " ";
}
.activity-page .lesson-header:after {
  clear: both;
}
.activity-page .lesson-header:after {
  content: "";
  display: table;
  clear: both;
}
.activity-page .lesson-header:after {
  content: "";
  display: table;
  clear: both;
}
.activity-page .lesson-header .lesson-header-title h1 {
  margin-top: 0;
}
.activity-page .lesson-header .lesson-header-controls {
  margin: 15px 0;
}
@media (min-width: 480px) {
  .activity-page .lesson-header .lesson-header-title {
    float: left;
  }
  .activity-page .lesson-header .lesson-header-controls {
    margin-top: 0;
    float: right;
  }
}
.activity-page .lesson-header.lesson-header-border {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .activity-page .lesson-header.lesson-header-border {
    border-bottom: 1px solid #dddddd;
  }
}
.activity-page .loading-elements {
  text-align: center;
  padding: 200px 0;
}
.activity-page.empty .activity-elements {
  display: none;
}
.activity-page.empty .lesson-header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .activity-page.empty .lesson-header {
    border-bottom: 1px solid #dddddd;
  }
}
.activity-page.loading .activity-elements {
  display: none;
}
.activity-page.loading .loading-elements {
  display: block;
}
.activity-page.loading .activity-nav {
  display: none;
}
.activity-page h2 {
  font-size: 18px;
  font-weight: 700;
}
.activity-page .settings-header h2 {
  margin-top: 40px;
}
.activity-page .activity-elements {
  padding-bottom: 100px;
}
.activity-page .activity-element {
  padding-top: 20px;
  padding-bottom: 20px;
}
.activity-page .activity-element .element-text {
  text-align: initial;
  font-size: 14px;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 15px;
}
.activity-page .activity-element .set-ltr-btn {
  display: none;
}
.activity-page .activity-element.rtl {
  direction: rtl;
}
.activity-page .activity-element.rtl .set-rtl-btn {
  display: none;
}
.activity-page .activity-element.rtl .set-ltr-btn {
  display: inherit;
}
.activity-page .activity-element h2 {
  width: 100%;
  font-size: 20px;
}
.activity-page .activity-element h2 .element-name {
  display: inline-block;
  padding-top: 3px;
}
.activity-page .activity-element h2 .publish-element {
  float: right;
  font-size: 13px;
  font-weight: 400;
}
.activity-page .activity-element h2 .publish-element input.publish-switch {
  display: none;
}
.activity-page .activity-element h2 a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  padding-top: 3px;
}
.activity-page .activity-element h2 a:hover,
.activity-page .activity-element h2 a:focus {
  color: #343636;
  text-decoration: none;
}
.activity-page .activity-element h2 a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.activity-page .activity-element .activity-element-content {
  border: 1px solid #dddddd;
  cursor: pointer;
  padding: 20px;
  transition: all 0.3s;
}
.activity-page .activity-element .activity-element-content:focus,
.activity-page .activity-element .activity-element-content:hover {
  background: #dddddd;
}
.activity-page .activity-element .activity-element-content.file-element-content,
.activity-page .activity-element .activity-element-content.video-element-content {
  padding: 40px;
}
.activity-page .activity-element .dropdown.cog-dropdown > a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
}
.activity-page .activity-element .dropdown.cog-dropdown > a:hover,
.activity-page .activity-element .dropdown.cog-dropdown > a:focus {
  color: #343636;
  text-decoration: none;
}
.activity-page .activity-element .dropdown.cog-dropdown > a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.activity-page .activity-element .dropdown.cog-dropdown > a .activity-cog-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.activity-page .activity-element .dropdown.cog-dropdown > a .activity-cog-icon:before {
  content: "\e019";
}
.activity-page .activity-element .dropdown.cog-dropdown > a,
.activity-page .activity-element .dropdown.cog-dropdown > a:focus,
.activity-page .activity-element .dropdown.cog-dropdown > a:active {
  outline: none;
}
.activity-page .activity-elements.published-only .activity-element.unpublished {
  display: none;
}
.activity-page .activity-attachment {
  color: #3e454d !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.activity-page .activity-attachment:hover,
.activity-page .activity-attachment:focus {
  color: #343636 !important;
  text-decoration: none !important;
}
.activity-page .activity-attachment:focus {
  outline-offset: -2px !important;
  outline: thin dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: 1px !important;
}
.activity-page .activity-attachment i {
  padding-bottom: 5px;
}
.activity-page .activity-attachment.attachment-word .fa {
  color: #008c8d;
}
.activity-page .activity-attachment.attachment-word:hover .fa,
.activity-page .activity-attachment.attachment-word:focus .fa {
  color: #00595a;
}
.activity-page .activity-attachments {
  text-align: center;
}
.activity-page .activity-attachments h1,
.activity-page .activity-attachments h2,
.activity-page .activity-attachments h3,
.activity-page .activity-attachments h4,
.activity-page .activity-attachments h5,
.activity-page .activity-attachments h6 {
  text-align: left;
}
.activity-page .activity-attachments .activity-element-content {
  font-size: 14px;
}
.activity-page .activity-attachments .activity-element-content .activity-attachment {
  display: inline-block;
  padding: 0 10px;
  margin-top: 20px;
  font-size: 14px;
}
.activity-page .element-control-hr {
  border-top: 1px solid #dddddd;
  text-align: center;
  margin: 60px 0 0 0;
  height: 10px;
}
.activity-page .element-control-hr > .btn {
  display: inline-block;
  position: relative;
  height: 20px;
  top: -10px;
  padding: 0 20px;
  outline: 20px solid white;
  outline-offset: 0;
}
.activity-page .element-control-hr > .btn:focus,
.activity-page .element-control-hr > .btn.active:focus,
.activity-page .element-control-hr > .btn:active:focus {
  outline: 20px solid white;
  outline-offset: 0;
}
.activity-page .element-control-hr > .btn i {
  line-height: 20px;
}
.activity-page .list-group.completion-date {
  margin: 40px 0;
}
.activity-page .text-element-text-area {
  min-height: 0.01%;
  overflow-x: auto;
  min-height: unset;
  overflow-x: unset;
  border: none !important;
  padding-bottom: 10px !important;
  font-size: 14px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .activity-page .text-element-text-area {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .activity-page .text-element-text-area > .table {
    margin-bottom: 0;
  }
  .activity-page .text-element-text-area > .table > thead > tr > th,
  .activity-page .text-element-text-area > .table > tbody > tr > th,
  .activity-page .text-element-text-area > .table > tfoot > tr > th,
  .activity-page .text-element-text-area > .table > thead > tr > td,
  .activity-page .text-element-text-area > .table > tbody > tr > td,
  .activity-page .text-element-text-area > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .activity-page .text-element-text-area > .table-bordered {
    border: 0;
  }
  .activity-page .text-element-text-area > .table-bordered > thead > tr > th:first-child,
  .activity-page .text-element-text-area > .table-bordered > tbody > tr > th:first-child,
  .activity-page .text-element-text-area > .table-bordered > tfoot > tr > th:first-child,
  .activity-page .text-element-text-area > .table-bordered > thead > tr > td:first-child,
  .activity-page .text-element-text-area > .table-bordered > tbody > tr > td:first-child,
  .activity-page .text-element-text-area > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .activity-page .text-element-text-area > .table-bordered > thead > tr > th:last-child,
  .activity-page .text-element-text-area > .table-bordered > tbody > tr > th:last-child,
  .activity-page .text-element-text-area > .table-bordered > tfoot > tr > th:last-child,
  .activity-page .text-element-text-area > .table-bordered > thead > tr > td:last-child,
  .activity-page .text-element-text-area > .table-bordered > tbody > tr > td:last-child,
  .activity-page .text-element-text-area > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .activity-page .text-element-text-area > .table-bordered > tbody > tr:last-child > th,
  .activity-page .text-element-text-area > .table-bordered > tfoot > tr:last-child > th,
  .activity-page .text-element-text-area > .table-bordered > tbody > tr:last-child > td,
  .activity-page .text-element-text-area > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.activity-page .text-element-text-area table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.activity-page .text-element-text-area table > thead > tr > th,
.activity-page .text-element-text-area table > tbody > tr > th,
.activity-page .text-element-text-area table > tfoot > tr > th,
.activity-page .text-element-text-area table > thead > tr > td,
.activity-page .text-element-text-area table > tbody > tr > td,
.activity-page .text-element-text-area table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.activity-page .text-element-text-area table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.activity-page .text-element-text-area table > caption + thead > tr:first-child > th,
.activity-page .text-element-text-area table > colgroup + thead > tr:first-child > th,
.activity-page .text-element-text-area table > thead:first-child > tr:first-child > th,
.activity-page .text-element-text-area table > caption + thead > tr:first-child > td,
.activity-page .text-element-text-area table > colgroup + thead > tr:first-child > td,
.activity-page .text-element-text-area table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.activity-page .text-element-text-area table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.activity-page .text-element-text-area table .table {
  background-color: #fff;
}
.activity-page .text-element-text-area table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.activity-page .text-element-text-area table > thead > tr > th,
.activity-page .text-element-text-area table > tbody > tr > th,
.activity-page .text-element-text-area table > tfoot > tr > th,
.activity-page .text-element-text-area table > thead > tr > td,
.activity-page .text-element-text-area table > tbody > tr > td,
.activity-page .text-element-text-area table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.activity-page .text-element-text-area table > thead > tr > th,
.activity-page .text-element-text-area table > thead > tr > td {
  border-bottom-width: 2px;
}
.activity-page .text-element-text-area img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.activity-page .text-element-text-area p:empty,
.activity-page .text-element-text-area blockquote:empty {
  min-height: 20px;
}
.activity-page .note-editor .note-editable {
  min-height: 200px;
}
.activity-page .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.activity-page .video-wrapper .embedded-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.activity-page .activity-element.list-element .checked-items {
  font-size: 14px;
}
.activity-page .activity-element.list-element .checked-items ul {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.activity-page .activity-element.image-element .image-wrapper {
  text-align: center;
}
.activity-page .activity-element.image-element .image-wrapper img {
  transition: all 0.5s ease;
  width: 100%;
}
.activity-page .activity-element.image-element .caption {
  text-align: center;
  font-weight: 300;
}
.activity-page .activity-element.image-element .caption .element-name {
  width: 100%;
  display: inline-block;
  word-wrap: break-word;
}
.activity-page .activity-element.file-group-element .list-group-content img {
  height: 100%;
}
.activity-page .activity-element.file-group-element .files-wrapper {
  margin: 20px 0 15px;
}
.activity-page .activity-element.google-doc-element iframe {
  width: 100%;
  height: 1000px;
  border: 1px solid #ccc;
}
@media (min-width: 768px) {
  .activity-page .image-element .image-size-1 img,
  .activity-page .image-element.image-size-1 img {
    width: 75% !important;
  }
  .activity-page .image-element .image-size-1 .caption .element-name,
  .activity-page .image-element.image-size-1 .caption .element-name {
    width: 75% !important;
  }
  .activity-page .image-element .image-size-2 img,
  .activity-page .image-element.image-size-2 img {
    width: 40% !important;
  }
  .activity-page .image-element .image-size-2 .caption .element-name,
  .activity-page .image-element.image-size-2 .caption .element-name {
    width: 40% !important;
  }
}
.activity-page .activity-element.discussion-element .discussion-content {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .activity-page .activity-element.upload-element .half-form-group,
  .activity-page .activity-element.question-element .half-form-group,
  .activity-page .activity-element.discussion-element .half-form-group,
  .activity-page .activity-element.assignment-element .half-form-group {
    width: 50%;
  }
}
.activity-page .activity-element.upload-element .add-comment-area .add-upload-form,
.activity-page .activity-element.question-element .add-comment-area .add-upload-form,
.activity-page .activity-element.discussion-element .add-comment-area .add-upload-form,
.activity-page .activity-element.assignment-element .add-comment-area .add-upload-form,
.activity-page .activity-element.upload-element .add-comment-area .add-comment-form,
.activity-page .activity-element.question-element .add-comment-area .add-comment-form,
.activity-page .activity-element.discussion-element .add-comment-area .add-comment-form,
.activity-page .activity-element.assignment-element .add-comment-area .add-comment-form,
.activity-page .activity-element.upload-element .add-comment-area .add-discussion-form,
.activity-page .activity-element.question-element .add-comment-area .add-discussion-form,
.activity-page .activity-element.discussion-element .add-comment-area .add-discussion-form,
.activity-page .activity-element.assignment-element .add-comment-area .add-discussion-form {
  padding-top: 2px;
  margin-left: 63px;
}
.activity-page .activity-element.upload-element .add-comment-area .add-upload-form .name,
.activity-page .activity-element.question-element .add-comment-area .add-upload-form .name,
.activity-page .activity-element.discussion-element .add-comment-area .add-upload-form .name,
.activity-page .activity-element.assignment-element .add-comment-area .add-upload-form .name,
.activity-page .activity-element.upload-element .add-comment-area .add-comment-form .name,
.activity-page .activity-element.question-element .add-comment-area .add-comment-form .name,
.activity-page .activity-element.discussion-element .add-comment-area .add-comment-form .name,
.activity-page .activity-element.assignment-element .add-comment-area .add-comment-form .name,
.activity-page .activity-element.upload-element .add-comment-area .add-discussion-form .name,
.activity-page .activity-element.question-element .add-comment-area .add-discussion-form .name,
.activity-page .activity-element.discussion-element .add-comment-area .add-discussion-form .name,
.activity-page .activity-element.assignment-element .add-comment-area .add-discussion-form .name {
  font-size: 15px;
  font-weight: bold;
}
.activity-page .activity-element.upload-element .add-comment-area > img,
.activity-page .activity-element.question-element .add-comment-area > img,
.activity-page .activity-element.discussion-element .add-comment-area > img,
.activity-page .activity-element.assignment-element .add-comment-area > img {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px;
}
.activity-page .activity-element.upload-element .loading-comments,
.activity-page .activity-element.question-element .loading-comments,
.activity-page .activity-element.discussion-element .loading-comments,
.activity-page .activity-element.assignment-element .loading-comments {
  text-align: center;
  padding: 0 0 60px;
}
.activity-page .activity-element.question-element .question-content {
  margin-top: 30px;
}
.activity-page .activity-element.question-element .add-comment-area .add-comment-form {
  margin-left: 0 !important;
}
.activity-page .activity-element.question-element .answer-table .answer-cell {
  margin-bottom: 15px;
  margin-bottom: 8px;
  vertical-align: top;
}
.activity-page .activity-element.question-element .answer-table .answer-cell .form-control {
  font-size: 14px;
}
.activity-page .activity-element.question-element .answer-table .answer-cell .form-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .activity-page .activity-element.question-element .answer-table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .activity-page .activity-element.question-element .answer-table .answer-row {
    display: table-row;
  }
  .activity-page .activity-element.question-element .answer-table .answer-cell {
    display: table-cell;
    margin-bottom: 0;
  }
  .activity-page .activity-element.question-element .answer-table .answer-cell.answer-cell-btn {
    width: 180px;
    padding-left: 10px;
  }
}
.activity-page .activity-element.upload-element .upload-content {
  margin-top: 30px;
}
.activity-page .activity-element.upload-element .add-comment-area .add-upload-form,
.activity-page .activity-element.upload-element .add-comment-area .add-comment-form {
  margin-left: 0 !important;
}
.activity-page .activity-element.audio-element .mejs-wrapper {
  padding: 30px 0 3px;
}
.activity-page .activity-element.audio-element .download {
  padding-left: 10px;
}
.activity-page .element-stats {
  margin-top: 30px;
}
.activity-page .element-stats .stats-left {
  padding-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 480px) {
  .activity-page .element-stats .stats-left {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 3px;
  }
}
.activity-page .element-stats .stats-right {
  display: block;
}
@media (min-width: 480px) {
  .activity-page .element-stats .stats-right {
    float: right;
  }
}
.activity-page .element-stats .stats-right .btn-stats-toggle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  padding: 3px 16px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle:active:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.active:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.focus,
.activity-page .element-stats .stats-right .btn-stats-toggle:active.focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:hover,
.activity-page .element-stats .stats-right .btn-stats-toggle:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.focus {
  color: #3e454d;
  text-decoration: none;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:active,
.activity-page .element-stats .stats-right .btn-stats-toggle.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.activity-page .element-stats .stats-right .btn-stats-toggle.disabled,
.activity-page .element-stats .stats-right .btn-stats-toggle[disabled],
fieldset[disabled] .activity-page .element-stats .stats-right .btn-stats-toggle {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.activity-page .element-stats .stats-right .btn-stats-toggle.disabled,
fieldset[disabled] a.activity-page .element-stats .stats-right .btn-stats-toggle {
  pointer-events: none;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:active,
.activity-page .element-stats .stats-right .btn-stats-toggle.active,
.open > .dropdown-toggle.activity-page .element-stats .stats-right .btn-stats-toggle {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.activity-page .element-stats .stats-right .btn-stats-toggle:active:hover,
.activity-page .element-stats .stats-right .btn-stats-toggle.active:hover,
.open > .dropdown-toggle.activity-page .element-stats .stats-right .btn-stats-toggle:hover,
.activity-page .element-stats .stats-right .btn-stats-toggle:active:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.active:focus,
.open > .dropdown-toggle.activity-page .element-stats .stats-right .btn-stats-toggle:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle:active.focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.active.focus,
.open > .dropdown-toggle.activity-page .element-stats .stats-right .btn-stats-toggle.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.activity-page .element-stats .stats-right .btn-stats-toggle.disabled:hover,
.activity-page .element-stats .stats-right .btn-stats-toggle[disabled]:hover,
fieldset[disabled] .activity-page .element-stats .stats-right .btn-stats-toggle:hover,
.activity-page .element-stats .stats-right .btn-stats-toggle.disabled:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle[disabled]:focus,
fieldset[disabled] .activity-page .element-stats .stats-right .btn-stats-toggle:focus,
.activity-page .element-stats .stats-right .btn-stats-toggle.disabled.focus,
.activity-page .element-stats .stats-right .btn-stats-toggle[disabled].focus,
fieldset[disabled] .activity-page .element-stats .stats-right .btn-stats-toggle.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.activity-page .element-stats .stats-right .btn-stats-toggle .badge {
  color: #1eaec8;
  background-color: #fff;
}
.activity-page .responses-section h3 {
  font-size: 18px;
  margin: 30px 0;
}
.activity-page .responses-section .reply-button {
  margin-left: 5px;
}
.activity__complete-button {
  display: block;
  width: 100%;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 4px;
  font-weight: 700;
}
.learner-progress-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  padding: 3px 8px;
  color: #fff !important;
}
.learner-progress-btn:focus,
.learner-progress-btn:active:focus,
.learner-progress-btn.active:focus,
.learner-progress-btn.focus,
.learner-progress-btn:active.focus,
.learner-progress-btn.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.learner-progress-btn:hover,
.learner-progress-btn:focus,
.learner-progress-btn.focus {
  color: #3e454d;
  text-decoration: none;
}
.learner-progress-btn:active,
.learner-progress-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.learner-progress-btn.disabled,
.learner-progress-btn[disabled],
fieldset[disabled] .learner-progress-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.learner-progress-btn.disabled,
fieldset[disabled] a.learner-progress-btn {
  pointer-events: none;
}
.learner-progress-btn .icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  margin-right: 4px;
}
.learner-progress-btn .icon.fa-pull-left {
  margin-right: 0.3em;
}
.learner-progress-btn .icon.fa-pull-right {
  margin-left: 0.3em;
}
.learner-progress-btn .icon.pull-left {
  margin-right: 0.3em;
}
.learner-progress-btn .icon.pull-right {
  margin-left: 0.3em;
}
.learner-progress-btn.complete {
  color: #fff;
  background-color: #57ca1c;
  border-color: #4db419;
}
.learner-progress-btn.complete:focus,
.learner-progress-btn.complete.focus {
  color: #fff;
  background-color: #449d16;
  border-color: #1d4409;
}
.learner-progress-btn.complete:hover {
  color: #fff;
  background-color: #449d16;
  border-color: #367e11;
}
.learner-progress-btn.complete:active,
.learner-progress-btn.complete.active,
.open > .dropdown-toggle.learner-progress-btn.complete {
  color: #fff;
  background-color: #449d16;
  background-image: none;
  border-color: #367e11;
}
.learner-progress-btn.complete:active:hover,
.learner-progress-btn.complete.active:hover,
.open > .dropdown-toggle.learner-progress-btn.complete:hover,
.learner-progress-btn.complete:active:focus,
.learner-progress-btn.complete.active:focus,
.open > .dropdown-toggle.learner-progress-btn.complete:focus,
.learner-progress-btn.complete:active.focus,
.learner-progress-btn.complete.active.focus,
.open > .dropdown-toggle.learner-progress-btn.complete.focus {
  color: #fff;
  background-color: #367e11;
  border-color: #1d4409;
}
.learner-progress-btn.complete.disabled:hover,
.learner-progress-btn.complete[disabled]:hover,
fieldset[disabled] .learner-progress-btn.complete:hover,
.learner-progress-btn.complete.disabled:focus,
.learner-progress-btn.complete[disabled]:focus,
fieldset[disabled] .learner-progress-btn.complete:focus,
.learner-progress-btn.complete.disabled.focus,
.learner-progress-btn.complete[disabled].focus,
fieldset[disabled] .learner-progress-btn.complete.focus {
  background-color: #57ca1c;
  border-color: #4db419;
}
.learner-progress-btn.complete .badge {
  color: #57ca1c;
  background-color: #fff;
}
.learner-progress-btn.complete .icon:before {
  content: "\f00c";
}
.learner-progress-btn.incomplete {
  color: #fff;
  background-color: #acacac;
  border-color: #8f9393;
}
.learner-progress-btn.incomplete:focus,
.learner-progress-btn.incomplete.focus {
  color: #fff;
  background-color: #939393;
  border-color: #505353;
}
.learner-progress-btn.incomplete:hover {
  color: #fff;
  background-color: #939393;
  border-color: #707474;
}
.learner-progress-btn.incomplete:active,
.learner-progress-btn.incomplete.active,
.open > .dropdown-toggle.learner-progress-btn.incomplete {
  color: #fff;
  background-color: #939393;
  background-image: none;
  border-color: #707474;
}
.learner-progress-btn.incomplete:active:hover,
.learner-progress-btn.incomplete.active:hover,
.open > .dropdown-toggle.learner-progress-btn.incomplete:hover,
.learner-progress-btn.incomplete:active:focus,
.learner-progress-btn.incomplete.active:focus,
.open > .dropdown-toggle.learner-progress-btn.incomplete:focus,
.learner-progress-btn.incomplete:active.focus,
.learner-progress-btn.incomplete.active.focus,
.open > .dropdown-toggle.learner-progress-btn.incomplete.focus {
  color: #fff;
  background-color: #818181;
  border-color: #505353;
}
.learner-progress-btn.incomplete.disabled:hover,
.learner-progress-btn.incomplete[disabled]:hover,
fieldset[disabled] .learner-progress-btn.incomplete:hover,
.learner-progress-btn.incomplete.disabled:focus,
.learner-progress-btn.incomplete[disabled]:focus,
fieldset[disabled] .learner-progress-btn.incomplete:focus,
.learner-progress-btn.incomplete.disabled.focus,
.learner-progress-btn.incomplete[disabled].focus,
fieldset[disabled] .learner-progress-btn.incomplete.focus {
  background-color: #acacac;
  border-color: #8f9393;
}
.learner-progress-btn.incomplete .badge {
  color: #acacac;
  background-color: #fff;
}
.learner-progress-btn.incomplete .icon:before {
  content: "\f00d";
}
.learner-progress-btn.danger {
  color: #fff;
  background-color: #ED5946;
  border-color: #eb442f;
}
.learner-progress-btn.danger:focus,
.learner-progress-btn.danger.focus {
  color: #fff;
  background-color: #e82f18;
  border-color: #8c1c0e;
}
.learner-progress-btn.danger:hover {
  color: #fff;
  background-color: #e82f18;
  border-color: #c92814;
}
.learner-progress-btn.danger:active,
.learner-progress-btn.danger.active,
.open > .dropdown-toggle.learner-progress-btn.danger {
  color: #fff;
  background-color: #e82f18;
  background-image: none;
  border-color: #c92814;
}
.learner-progress-btn.danger:active:hover,
.learner-progress-btn.danger.active:hover,
.open > .dropdown-toggle.learner-progress-btn.danger:hover,
.learner-progress-btn.danger:active:focus,
.learner-progress-btn.danger.active:focus,
.open > .dropdown-toggle.learner-progress-btn.danger:focus,
.learner-progress-btn.danger:active.focus,
.learner-progress-btn.danger.active.focus,
.open > .dropdown-toggle.learner-progress-btn.danger.focus {
  color: #fff;
  background-color: #c92814;
  border-color: #8c1c0e;
}
.learner-progress-btn.danger.disabled:hover,
.learner-progress-btn.danger[disabled]:hover,
fieldset[disabled] .learner-progress-btn.danger:hover,
.learner-progress-btn.danger.disabled:focus,
.learner-progress-btn.danger[disabled]:focus,
fieldset[disabled] .learner-progress-btn.danger:focus,
.learner-progress-btn.danger.disabled.focus,
.learner-progress-btn.danger[disabled].focus,
fieldset[disabled] .learner-progress-btn.danger.focus {
  background-color: #ED5946;
  border-color: #eb442f;
}
.learner-progress-btn.danger .badge {
  color: #ED5946;
  background-color: #fff;
}
.learner-progress-btn.danger .icon:before {
  content: "\f00d";
}
.learner-progress-btn.enrolments {
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.learner-progress-btn.enrolments:focus,
.learner-progress-btn.enrolments.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.learner-progress-btn.enrolments:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.learner-progress-btn.enrolments:active,
.learner-progress-btn.enrolments.active,
.open > .dropdown-toggle.learner-progress-btn.enrolments {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.learner-progress-btn.enrolments:active:hover,
.learner-progress-btn.enrolments.active:hover,
.open > .dropdown-toggle.learner-progress-btn.enrolments:hover,
.learner-progress-btn.enrolments:active:focus,
.learner-progress-btn.enrolments.active:focus,
.open > .dropdown-toggle.learner-progress-btn.enrolments:focus,
.learner-progress-btn.enrolments:active.focus,
.learner-progress-btn.enrolments.active.focus,
.open > .dropdown-toggle.learner-progress-btn.enrolments.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.learner-progress-btn.enrolments.disabled:hover,
.learner-progress-btn.enrolments[disabled]:hover,
fieldset[disabled] .learner-progress-btn.enrolments:hover,
.learner-progress-btn.enrolments.disabled:focus,
.learner-progress-btn.enrolments[disabled]:focus,
fieldset[disabled] .learner-progress-btn.enrolments:focus,
.learner-progress-btn.enrolments.disabled.focus,
.learner-progress-btn.enrolments[disabled].focus,
fieldset[disabled] .learner-progress-btn.enrolments.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.learner-progress-btn.enrolments .badge {
  color: #1eaec8;
  background-color: #fff;
}
.learner-progress-btn.admins,
.learner-progress-btn.warning {
  color: #fff;
  background-color: #f67500;
  border-color: #dd6900;
}
.learner-progress-btn.admins:focus,
.learner-progress-btn.warning:focus,
.learner-progress-btn.admins.focus,
.learner-progress-btn.warning.focus {
  color: #fff;
  background-color: #c35d00;
  border-color: #5d2c00;
}
.learner-progress-btn.admins:hover,
.learner-progress-btn.warning:hover {
  color: #fff;
  background-color: #c35d00;
  border-color: #9f4c00;
}
.learner-progress-btn.admins:active,
.learner-progress-btn.warning:active,
.learner-progress-btn.admins.active,
.learner-progress-btn.warning.active,
.open > .dropdown-toggle.learner-progress-btn.admins,
.open > .dropdown-toggle.learner-progress-btn.warning {
  color: #fff;
  background-color: #c35d00;
  background-image: none;
  border-color: #9f4c00;
}
.learner-progress-btn.admins:active:hover,
.learner-progress-btn.warning:active:hover,
.learner-progress-btn.admins.active:hover,
.learner-progress-btn.warning.active:hover,
.open > .dropdown-toggle.learner-progress-btn.admins:hover,
.open > .dropdown-toggle.learner-progress-btn.warning:hover,
.learner-progress-btn.admins:active:focus,
.learner-progress-btn.warning:active:focus,
.learner-progress-btn.admins.active:focus,
.learner-progress-btn.warning.active:focus,
.open > .dropdown-toggle.learner-progress-btn.admins:focus,
.open > .dropdown-toggle.learner-progress-btn.warning:focus,
.learner-progress-btn.admins:active.focus,
.learner-progress-btn.warning:active.focus,
.learner-progress-btn.admins.active.focus,
.learner-progress-btn.warning.active.focus,
.open > .dropdown-toggle.learner-progress-btn.admins.focus,
.open > .dropdown-toggle.learner-progress-btn.warning.focus {
  color: #fff;
  background-color: #9f4c00;
  border-color: #5d2c00;
}
.learner-progress-btn.admins.disabled:hover,
.learner-progress-btn.warning.disabled:hover,
.learner-progress-btn.admins[disabled]:hover,
.learner-progress-btn.warning[disabled]:hover,
fieldset[disabled] .learner-progress-btn.admins:hover,
fieldset[disabled] .learner-progress-btn.warning:hover,
.learner-progress-btn.admins.disabled:focus,
.learner-progress-btn.warning.disabled:focus,
.learner-progress-btn.admins[disabled]:focus,
.learner-progress-btn.warning[disabled]:focus,
fieldset[disabled] .learner-progress-btn.admins:focus,
fieldset[disabled] .learner-progress-btn.warning:focus,
.learner-progress-btn.admins.disabled.focus,
.learner-progress-btn.warning.disabled.focus,
.learner-progress-btn.admins[disabled].focus,
.learner-progress-btn.warning[disabled].focus,
fieldset[disabled] .learner-progress-btn.admins.focus,
fieldset[disabled] .learner-progress-btn.warning.focus {
  background-color: #f67500;
  border-color: #dd6900;
}
.learner-progress-btn.admins .badge,
.learner-progress-btn.warning .badge {
  color: #f67500;
  background-color: #fff;
}
#course-page {
  padding-bottom: 300px;
}
#course-page .lesson-complete-label,
#course-page .lesson-incomplete-label,
#course-page .lesson-failed-label,
#course-page .lesson-pending-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-weight: 600;
  font-size: 100%;
  display: inline-block;
  min-width: 84px;
  padding: 0.4em 0.6em 0.4em;
}
a#course-page .lesson-complete-label:hover,
a#course-page .lesson-incomplete-label:hover,
a#course-page .lesson-failed-label:hover,
a#course-page .lesson-pending-label:hover,
a#course-page .lesson-complete-label:focus,
a#course-page .lesson-incomplete-label:focus,
a#course-page .lesson-failed-label:focus,
a#course-page .lesson-pending-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#course-page .lesson-complete-label:empty,
#course-page .lesson-incomplete-label:empty,
#course-page .lesson-failed-label:empty,
#course-page .lesson-pending-label:empty {
  display: none;
}
.btn #course-page .lesson-complete-label,
.btn #course-page .lesson-incomplete-label,
.btn #course-page .lesson-failed-label,
.btn #course-page .lesson-pending-label {
  position: relative;
  top: -1px;
}
#course-page .lesson-complete-label [data-role="remove"],
#course-page .lesson-incomplete-label [data-role="remove"],
#course-page .lesson-failed-label [data-role="remove"],
#course-page .lesson-pending-label [data-role="remove"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  cursor: pointer;
  display: inline;
}
#course-page .lesson-complete-label [data-role="remove"].fa-pull-left,
#course-page .lesson-incomplete-label [data-role="remove"].fa-pull-left,
#course-page .lesson-failed-label [data-role="remove"].fa-pull-left,
#course-page .lesson-pending-label [data-role="remove"].fa-pull-left {
  margin-right: 0.3em;
}
#course-page .lesson-complete-label [data-role="remove"].fa-pull-right,
#course-page .lesson-incomplete-label [data-role="remove"].fa-pull-right,
#course-page .lesson-failed-label [data-role="remove"].fa-pull-right,
#course-page .lesson-pending-label [data-role="remove"].fa-pull-right {
  margin-left: 0.3em;
}
#course-page .lesson-complete-label [data-role="remove"].pull-left,
#course-page .lesson-incomplete-label [data-role="remove"].pull-left,
#course-page .lesson-failed-label [data-role="remove"].pull-left,
#course-page .lesson-pending-label [data-role="remove"].pull-left {
  margin-right: 0.3em;
}
#course-page .lesson-complete-label [data-role="remove"].pull-right,
#course-page .lesson-incomplete-label [data-role="remove"].pull-right,
#course-page .lesson-failed-label [data-role="remove"].pull-right,
#course-page .lesson-pending-label [data-role="remove"].pull-right {
  margin-left: 0.3em;
}
#course-page .lesson-complete-label [data-role="remove"]:after,
#course-page .lesson-incomplete-label [data-role="remove"]:after,
#course-page .lesson-failed-label [data-role="remove"]:after,
#course-page .lesson-pending-label [data-role="remove"]:after {
  content: "\f00d";
  padding: 0px 2px;
}
#course-page .lesson-complete-label [data-role="remove"]:hover,
#course-page .lesson-incomplete-label [data-role="remove"]:hover,
#course-page .lesson-failed-label [data-role="remove"]:hover,
#course-page .lesson-pending-label [data-role="remove"]:hover {
  box-shadow: none;
}
#course-page .lesson-complete-label [data-role="remove"]:hover:active,
#course-page .lesson-incomplete-label [data-role="remove"]:hover:active,
#course-page .lesson-failed-label [data-role="remove"]:hover:active,
#course-page .lesson-pending-label [data-role="remove"]:hover:active {
  box-shadow: none;
}
#course-page .lesson-complete-label {
  background-color: #57ca1c;
}
#course-page .lesson-complete-label[href]:hover,
#course-page .lesson-complete-label[href]:focus {
  background-color: #449d16;
}
#course-page .lesson-incomplete-label {
  background-color: #8f9393;
}
#course-page .lesson-incomplete-label[href]:hover,
#course-page .lesson-incomplete-label[href]:focus {
  background-color: #757a7a;
}
#course-page .lesson-pending-label {
  background-color: #f67500;
}
#course-page .lesson-pending-label[href]:hover,
#course-page .lesson-pending-label[href]:focus {
  background-color: #c35d00;
}
#course-page .lesson-failed-label {
  background-color: #ED5946;
}
#course-page .lesson-failed-label[href]:hover,
#course-page .lesson-failed-label[href]:focus {
  background-color: #e82f18;
}
#course-page .list-group-title.list-group-title-progress {
  width: 50px;
}
@media (min-width: 480px) {
  #course-page .list-group-title.list-group-title-progress {
    width: 150px;
  }
}
@media (min-width: 768px) {
  #course-page .list-group-title.list-group-title-progress {
    width: 250px;
  }
}
#course-page .list-group-item.sortable-chosen {
  background: #f4f4f4;
}
#course-page .list-group-item.activity-heading {
  background: #f4f4f4;
  color: #8f9393;
  margin-top: 30px;
}
#course-page .list-group-item.activity-heading .list-group-control .btn-group > a {
  color: #8f9393;
  text-decoration: none;
  cursor: pointer;
}
#course-page .list-group-item.activity-heading .list-group-control .btn-group > a:hover,
#course-page .list-group-item.activity-heading .list-group-control .btn-group > a:focus {
  color: #3e454d;
  text-decoration: none;
}
#course-page .list-group-item.activity-heading .list-group-control .btn-group > a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
#course-page .list-group-item.activity-heading.first {
  margin-top: 1px;
}
#course-page .list-group-item.activity-heading .list-group-content {
  font-weight: 700;
  font-size: 18px;
}
#course-page .section {
  padding-bottom: 30px;
}
#course-page .list-group {
  margin-bottom: 15px;
}
#course-page .list-group .list-group-control-progress {
  width: 50px;
}
#course-page .list-group .list-group-control-progress .progress-bar-wrapper {
  padding-bottom: 0;
}
@media (min-width: 480px) {
  #course-page .list-group .list-group-control-progress {
    width: 150px;
  }
}
@media (min-width: 768px) {
  #course-page .list-group .list-group-control-progress {
    width: 250px;
  }
}
#course-page .list-group .empty-message {
  display: none;
}
#course-page .list-group.empty-list-group {
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: 2px dashed #ddd;
}
#course-page .list-group.empty-list-group .empty-message {
  text-align: center;
  color: #8f9393;
  display: block;
  font-size: 15px;
}
#course-page .no-activities-message > p {
  font-size: 14px;
}
#course-page .no-activities-message .first-time {
  text-align: center;
  padding-top: 50px;
}
#course-page .no-activities-message .first-time img {
  width: 100%;
  max-width: 120px;
}
#course-page .no-activities-message .first-time h2 {
  font-size: 15px;
}
#course-page .no-activities-message .loading-lesson-box h1 {
  margin-bottom: 60px;
}
#course-cover-art-modal .nav-tabs {
  margin-bottom: 15px;
}
#course-cover-art-modal .cover-art-list .cover-art {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #course-cover-art-modal .cover-art-list .cover-art {
    float: left;
    width: 33.33333333%;
  }
}
#course-cover-art-modal .cover-art-list .cover-art .thumbnail {
  position: relative;
  cursor: pointer;
}
#course-cover-art-modal .cover-art-list .cover-art .thumbnail .overlay {
  display: none;
  background: rgba(39, 62, 84, 0.72);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#course-cover-art-modal .cover-art-list .cover-art .thumbnail.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
#course-cover-art-modal .cover-art-list .cover-art .thumbnail.disabled .overlay {
  display: block;
}
.list-group-header {
  text-align: right;
  color: #8f9393;
  overflow: auto;
}
.list-group-header .list-group-title:last-child {
  margin-right: 15px;
}
.list-group-header .list-group-title {
  width: 45px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 10px;
}
@media (min-width: 480px) {
  .list-group-header .list-group-title {
    width: 56px;
  }
}
.list-group-header .list-group-title-left:first-child {
  margin-left: 15px;
}
.list-group-header .list-group-title-left {
  width: 45px;
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  margin: 0 0 10px;
  float: left !important;
  float: left;
  text-align: left;
}
@media (min-width: 480px) {
  .list-group-header .list-group-title-left {
    width: 56px;
  }
}
.list-group-header .list-group-title-xl {
  width: 135px;
}
@media (min-width: 480px) {
  .list-group-header .list-group-title-xl {
    width: 168px;
  }
}
.list-group-header .list-group-title-lg {
  width: 90px;
}
@media (min-width: 480px) {
  .list-group-header .list-group-title-lg {
    width: 112px;
  }
}
.list-group-header .list-group-title-sm {
  width: 22.5px;
}
@media (min-width: 480px) {
  .list-group-header .list-group-title-sm {
    width: 28px;
  }
}
.list-group {
  margin-bottom: 0;
}
.list-group-item {
  font-weight: 500;
}
.list-group-item .list-group-container .list-group-content {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-group-item .list-group-container a.list-group-content,
.list-group-item .list-group-container a,
.list-group-item .list-group-container .btn-link.list-group-content {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item .list-group-container a.list-group-content:hover,
.list-group-item .list-group-container a:hover,
.list-group-item .list-group-container .btn-link.list-group-content:hover,
.list-group-item .list-group-container a.list-group-content:focus,
.list-group-item .list-group-container a:focus,
.list-group-item .list-group-container .btn-link.list-group-content:focus {
  color: #343636;
  text-decoration: none;
}
.list-group-item .list-group-container a.list-group-content:focus,
.list-group-item .list-group-container a:focus,
.list-group-item .list-group-container .btn-link.list-group-content:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.list-group-item .list-group-container a.list-group-content.disabled,
.list-group-item .list-group-container a.disabled,
.list-group-item .list-group-container .btn-link.list-group-content.disabled {
  color: #8f9393;
  text-decoration: none;
  cursor: not-allowed;
}
.list-group-item .list-group-container a.list-group-content.disabled:hover,
.list-group-item .list-group-container a.disabled:hover,
.list-group-item .list-group-container .btn-link.list-group-content.disabled:hover,
.list-group-item .list-group-container a.list-group-content.disabled:focus,
.list-group-item .list-group-container a.disabled:focus,
.list-group-item .list-group-container .btn-link.list-group-content.disabled:focus {
  color: #8f9393;
  text-decoration: none;
}
.list-group-item .list-group-container a.list-group-content.disabled:focus,
.list-group-item .list-group-container a.disabled:focus,
.list-group-item .list-group-container .btn-link.list-group-content.disabled:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.list-group-item .list-group-container .list-group-controls {
  float: right;
  text-align: right;
  height: 32px;
  line-height: 32px;
}
.list-group-item .list-group-container .list-group-controls .list-group-control {
  width: 45px;
  display: inline-block;
  text-align: center;
  position: relative;
}
@media (min-width: 480px) {
  .list-group-item .list-group-container .list-group-controls .list-group-control {
    width: 56px;
  }
}
.list-group-item .list-group-container .list-group-controls .list-group-control i {
  vertical-align: middle;
}
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group {
  vertical-align: baseline;
}
.list-group-item .list-group-container .list-group-controls .list-group-control > a,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a,
.list-group-item .list-group-container .list-group-controls .list-group-control > .btn-link,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > .btn-link {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item .list-group-container .list-group-controls .list-group-control > a:hover,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a:hover,
.list-group-item .list-group-container .list-group-controls .list-group-control > .btn-link:hover,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > .btn-link:hover,
.list-group-item .list-group-container .list-group-controls .list-group-control > a:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control > .btn-link:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > .btn-link:focus {
  color: #8f9393;
  text-decoration: none;
}
.list-group-item .list-group-container .list-group-controls .list-group-control > a:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control > .btn-link:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > .btn-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.list-group-item .list-group-container .list-group-controls .list-group-control > a,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a,
.list-group-item .list-group-container .list-group-controls .list-group-control > a:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a:focus,
.list-group-item .list-group-container .list-group-controls .list-group-control > a:active,
.list-group-item .list-group-container .list-group-controls .list-group-control .btn-group > a:active {
  outline: none;
  box-shadow: none;
}
.list-group-item .list-group-container .list-group-controls .list-group-control.disabled a {
  color: #8f9393;
  text-decoration: none;
  cursor: not-allowed;
}
.list-group-item .list-group-container .list-group-controls .list-group-control.disabled a:hover,
.list-group-item .list-group-container .list-group-controls .list-group-control.disabled a:focus {
  color: #8f9393;
  text-decoration: none;
}
.list-group-item .list-group-container .list-group-controls .list-group-control.disabled a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.list-group-item .list-group-container .list-group-controls .list-group-control-xl {
  width: 135px;
}
@media (min-width: 480px) {
  .list-group-item .list-group-container .list-group-controls .list-group-control-xl {
    width: 168px;
  }
}
.list-group-item .list-group-container .list-group-controls .list-group-control-lg {
  width: 90px;
}
@media (min-width: 480px) {
  .list-group-item .list-group-container .list-group-controls .list-group-control-lg {
    width: 112px;
  }
}
.list-group-item .list-group-container .list-group-controls .list-group-control-sm {
  width: 22.5px;
}
@media (min-width: 480px) {
  .list-group-item .list-group-container .list-group-controls .list-group-control-sm {
    width: 28px;
  }
}
.list-group-item .list-group-container .list-group-controls .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.list-group > a.disabled {
  color: #8f9393;
}
.list-group > a.disabled:hover,
.list-group > a.disabled:focus {
  color: #8f9393;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
@media (min-width: 480px) {
  .login-container {
    display: table;
  }
  .login-row {
    display: table-cell;
    vertical-align: middle;
  }
}
.container.login-container {
  width: 100%;
}
@media (min-width: 768px) {
  .container.login-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container.login-container {
    width: 100%;
  }
}
.login-page .help-block {
  display: none !important;
}
.login-page .help-block.help-block-visible {
  display: block !important;
}
.login-page .logo-wrapper {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .login-page .logo-wrapper {
    text-align: right;
    padding: 0;
  }
}
.login-page .logo-wrapper img {
  max-width: 400px;
  width: 100%;
}
@media (min-width: 768px) {
  .login-page .logo-wrapper img {
    max-height: 220px;
    width: auto;
  }
}
.login-page .alt-group {
  text-align: center;
  font-size: 14px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .login-page .alt-group {
    margin-left: 0;
    margin-right: 0;
  }
}
.login-page .alt-group a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.login-page .alt-group a:hover,
.login-page .alt-group a:focus {
  color: #ddd;
  text-decoration: none;
}
.login-page .alt-group a a:hover {
  color: #ddd;
}
.login-page .login-panel {
  max-width: 400px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .login-page .login-panel {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .login-page .login-panel .panel-body {
    padding: 30px;
    padding-bottom: 15px;
  }
}
.login-page .password-group {
  position: relative;
}
.login-page .password-group input {
  padding-right: 75px;
}
.login-page .password-group a {
  transition: all 0.2s;
  color: #8f9393;
  text-decoration: none;
  position: absolute;
  right: 10px;
  padding: 10px 12px;
}
.login-page .password-group a:hover,
.login-page .password-group a:focus {
  color: #3e454d;
  text-decoration: none;
}
.login-page .password-group a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.login-page .help-group {
  text-align: center;
  font-size: 14px;
  padding-top: 15px;
}
.login-page .help-group a {
  color: #8f9393;
  text-decoration: none;
  cursor: pointer;
}
.login-page .help-group a:hover,
.login-page .help-group a:focus {
  color: #3e454d;
  text-decoration: none;
}
.login-page .help-group a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
input.form-control.auth-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
selectinput.form-control.auth-control {
  height: 41px;
  line-height: 41px;
}
textareainput.form-control.auth-control,
select[multiple]input.form-control.auth-control {
  height: auto;
}
h1,
.h1 {
  letter-spacing: -1px;
}
h1 small,
.h1 small,
h1 .small,
.h1 .small {
  letter-spacing: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #8f9393;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 28px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #8f9393;
}
.text-primary {
  color: #008c8d;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #00595a;
}
.text-success {
  color: #57ca1c;
}
a.text-success:hover,
a.text-success:focus {
  color: #449d16;
}
.text-info {
  color: #1eaec8;
}
a.text-info:hover,
a.text-info:focus {
  color: #17879c;
}
.text-warning {
  color: #f67500;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c35d00;
}
.text-danger {
  color: #ED5946;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e82f18;
}
.text-muted-lighter {
  color: #dddddd;
}
a.text-muted-lighter:hover,
a.text-muted-lighter:focus {
  color: #c4c4c4;
}
.text-gold {
  color: #ffc21e;
}
.bg-primary {
  color: #fff;
  background: #008c8d;
}
.bg-success {
  background: #57ca1c;
}
.bg-info {
  background: #1eaec8;
}
.bg-warning {
  background: #f67500;
}
.bg-danger {
  background: #ED5946;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-header {
    border-bottom: 1px solid #dddddd;
  }
}
.page-header-no-border {
  margin: 40px 0 20px;
  border-bottom: none;
}
.page-header-even {
  margin: 40px 0 40px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #8f9393;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 16.25px;
  border-left: 5px solid #dddddd;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.53846154;
  color: #8f9393;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #dddddd;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846154;
}
.popover {
  padding: 0;
}
.popover.bottom > .arrow {
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  border-bottom-color: #f7f7f7;
}
.left-inner-addon {
  position: relative;
}
.left-inner-addon input {
  padding-left: 25px;
}
.left-inner-addon .addon-left {
  position: absolute;
  padding: 10px 8px;
  pointer-events: none;
  width: 25px;
  color: #dddddd;
}
.right-inner-addon {
  position: relative;
}
.right-inner-addon input {
  padding-right: 25px;
}
.right-inner-addon .addon-right {
  position: absolute;
  padding: 10px 0;
  pointer-events: none;
  width: 25px;
  top: 0;
  right: 0;
}
.dual-inner-addon {
  position: relative;
}
.dual-inner-addon input {
  padding-left: 25px;
  padding-right: 25px;
}
.dual-inner-addon .addon-left {
  position: absolute;
  padding: 10px 8px;
  pointer-events: none;
  width: 25px;
  color: #dddddd;
}
.dual-inner-addon .addon-right {
  position: absolute;
  padding: 10px 0;
  pointer-events: none;
  width: 25px;
  top: 0;
  right: 0;
}
.form-inline .left-inner-addon,
.form-inline .right-inner-addon {
  display: inline-block;
}
#file-manager-page {
  padding-bottom: 200px;
}
#file-manager-page .page-header-no-border {
  overflow: auto;
}
@media (min-width: 768px) {
  #file-manager-page .page-header-no-border .file-manager-heading {
    float: left;
  }
}
#file-manager-page .page-header-no-border h1 {
  margin-top: 0;
}
#file-manager-page .list-group-container .file-icon {
  height: 100%;
}
#file-manager-page .empty-message {
  text-align: center;
  color: #8f9393;
  padding-bottom: 100px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 100;
}
.list-group-item .file-icon {
  height: 100%;
  padding-right: 10px;
}
.file-manager-controls {
  float: right;
}
@media (min-width: 768px) {
  .file-manager-controls .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .file-manager-controls .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .file-manager-controls .form-control-static {
    display: inline-block;
  }
  .file-manager-controls .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .file-manager-controls .input-group .input-group-addon,
  .file-manager-controls .input-group .input-group-btn,
  .file-manager-controls .input-group .form-control {
    width: auto;
  }
  .file-manager-controls .input-group > .form-control {
    width: 100%;
  }
  .file-manager-controls .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .file-manager-controls .radio,
  .file-manager-controls .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .file-manager-controls .radio label,
  .file-manager-controls .checkbox label {
    padding-left: 0;
  }
  .file-manager-controls .radio input[type="radio"],
  .file-manager-controls .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .file-manager-controls .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 768px) {
  .file-manager-controls {
    display: block;
    float: none;
  }
}
/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox,
.iradio {
  display: inline-block;
  *display: inline;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border: none;
  cursor: pointer;
  color: #dddddd;
  position: relative;
  background-color: #fff;
  border-radius: 100%;
  vertical-align: middle;
  transition: all 0.5s ease;
}
.icheckbox:before,
.iradio:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  content: "\f1db";
  line-height: inherit;
}
.icheckbox:before.fa-pull-left,
.iradio:before.fa-pull-left {
  margin-right: 0.3em;
}
.icheckbox:before.fa-pull-right,
.iradio:before.fa-pull-right {
  margin-left: 0.3em;
}
.icheckbox:before.pull-left,
.iradio:before.pull-left {
  margin-right: 0.3em;
}
.icheckbox:before.pull-right,
.iradio:before.pull-right {
  margin-left: 0.3em;
}
.icheckbox.checked,
.iradio.checked {
  color: #57ca1c;
}
.icheckbox.checked:before,
.iradio.checked:before {
  content: "\f058";
}
.icheckbox.disabled,
.iradio.disabled {
  cursor: not-allowed;
  color: #dddddd;
}
.icheckbox.disabled:before,
.iradio.disabled:before {
  content: "\f111";
}
.icheckbox.checked.disabled,
.iradio.checked.disabled {
  color: #dddddd;
}
.icheckbox.checked.disabled:before,
.iradio.checked.disabled:before {
  content: "\f058";
}
.checkbox-inline .icheckbox,
.radio-inline .icheckbox,
.checkbox-inline .iradio,
.radio-inline .iradio {
  margin-left: -20px;
}
.checkbox-inline {
  padding-top: 7px;
}
label.icheck input,
label.icheck-block input {
  z-index: -1;
}
label.icheck {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
label.icheck .icheckbox,
label.icheck .iradio {
  margin-right: 5px;
}
label.icheck-block {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  margin-bottom: 10px;
}
label.icheck-block .icheckbox,
label.icheck-block .iradio {
  margin-right: 5px;
}
.settings-page {
  padding-bottom: 100px;
  /*
     * Makes the container of a bootstrapSwitch appear inline with the label
     */
  /*
       Style buttons
    */
}
.settings-page .page-header {
  margin: 30px 0;
}
.settings-page .progress-wrapper {
  padding-top: 30px;
}
.settings-page .progress-wrapper .progress {
  margin-top: 5px;
}
.settings-page .progress-wrapper .progress-titles {
  margin-right: -15px;
  margin-left: -15px;
}
.settings-page .progress-wrapper .progress-titles .progress-left {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.settings-page .progress-wrapper .progress-titles .progress-right {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: right;
}
.settings-page .switch-inline {
  padding-top: 8px;
}
.settings-page .settings-section {
  margin-top: 30px;
  margin-bottom: 90px;
}
.settings-page .sidenav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 20px;
}
.settings-page .sidenav > li {
  position: relative;
  display: block;
}
.settings-page .sidenav > li > a {
  position: relative;
  display: block;
  padding: 5px 14px;
}
.settings-page .sidenav > li > a:hover,
.settings-page .sidenav > li > a:focus {
  text-decoration: none;
  background-color: #8f9393;
}
.settings-page .sidenav > li.disabled > a {
  color: #8f9393;
}
.settings-page .sidenav > li.disabled > a:hover,
.settings-page .sidenav > li.disabled > a:focus {
  color: #8f9393;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.settings-page .sidenav .open > a,
.settings-page .sidenav .open > a:hover,
.settings-page .sidenav .open > a:focus {
  background-color: #8f9393;
  border-color: #1eaec8;
}
.settings-page .sidenav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.settings-page .sidenav > li > a > img {
  max-width: none;
}
.settings-page .sidenav > li {
  float: left;
}
.settings-page .sidenav > li > a {
  border-radius: 2px;
}
.settings-page .sidenav > li + li {
  margin-left: 2px;
}
.settings-page .sidenav > li.active > a,
.settings-page .sidenav > li.active > a:hover,
.settings-page .sidenav > li.active > a:focus {
  color: #fff;
  background-color: #1eaec8;
}
.settings-page .sidenav > li {
  float: left;
}
.settings-page .sidenav > li > a {
  border-radius: 2px;
  color: #3e454d;
}
.settings-page .sidenav > li > a:hover,
.settings-page .sidenav > li > a:focus {
  color: #fff;
}
.settings-page .sidenav > li + li {
  margin-left: 2px;
}
.settings-page .sidenav > li.active > a,
.settings-page .sidenav > li.active > a:hover,
.settings-page .sidenav > li.active > a:focus {
  color: #fff;
  background-color: #1eaec8;
}
.settings-page .sidenav > li {
  float: none;
}
.settings-page .sidenav > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.settings-page .sidenav > li {
  float: none;
}
.settings-page .sidenav > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.settings-page h2 {
  margin-bottom: 20px;
}
.settings-page h3 {
  font-size: 17px;
}
.settings-page .settings-heading {
  margin-bottom: 30px;
}
.settings-page .settings-sidebar {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .settings-page .settings-sidebar {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .settings-page .settings-sidebar {
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .settings-page .settings-sidebar {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  }
}
.settings-page .settings-content {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .settings-page .settings-content {
    float: left;
    width: 75%;
  }
}
.settings-page .permission-row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 5px;
}
.settings-page .permission-left {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .settings-page .permission-left {
    float: left;
    width: 33.33333333%;
  }
}
.settings-page .permission-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .settings-page .permission-right {
    float: left;
    width: 66.66666667%;
  }
}
.settings-page .permission-pill {
  display: block;
  padding: 0.4em 1.2em 0.6em;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.settings-page .permission-pill.permission-success {
  background-color: #57ca1c;
}
.settings-page .permission-pill.permission-success[href]:hover,
.settings-page .permission-pill.permission-success[href]:focus {
  background-color: #449d16;
}
.settings-page .permission-pill.permission-default {
  background-color: #8f9393;
}
.settings-page .permission-pill.permission-default[href]:hover,
.settings-page .permission-pill.permission-default[href]:focus {
  background-color: #757a7a;
}
.settings-page .permission-info {
  display: inline-block;
  margin-top: 0.4em;
}
.settings-page .btn-wide {
  min-width: 90px;
  padding-left: 30px;
  padding-right: 30px;
}
.settings-page .bootstrap-select .btn {
  min-width: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.settings-page label.disabled {
  color: #8f9393;
}
.settings-page .settings-group {
  margin-top: 20px;
}
.settings-page .icheck-lg .icheckbox:before {
  font-size: 2.5em;
}
.settings-page .account-credentials-group .credential-label {
  font-weight: normal;
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}
.settings-page .account-credentials-group .credential-value {
  font-weight: normal;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 0;
}
.settings-page .account-credentials-group .credential-button-container {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  font-weight: 400;
  color: #1eaec8;
  border-radius: 0;
  padding: 0;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:active:focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.active:focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:active.focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:hover,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.focus {
  color: #3e454d;
  text-decoration: none;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:active,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.disabled,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button[disabled],
fieldset[disabled] .settings-page .account-credentials-group .credential-button-container .change-credentials-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.settings-page .account-credentials-group .credential-button-container .change-credentials-button.disabled,
fieldset[disabled] a.settings-page .account-credentials-group .credential-button-container .change-credentials-button {
  pointer-events: none;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:active,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button.active,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button[disabled],
fieldset[disabled] .settings-page .account-credentials-group .credential-button-container .change-credentials-button {
  background-color: transparent;
  box-shadow: none;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:hover,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:active {
  border-color: transparent;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:hover,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus {
  color: #147485;
  text-decoration: underline;
  background-color: transparent;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button[disabled]:hover,
fieldset[disabled] .settings-page .account-credentials-group .credential-button-container .change-credentials-button:hover,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button[disabled]:focus,
fieldset[disabled] .settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus {
  color: #8f9393;
  text-decoration: none;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:hover,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus {
  text-decoration: none;
}
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:active,
.settings-page .account-credentials-group .credential-button-container .change-credentials-button:focus:active {
  outline: none;
}
.settings-page .account-credentials-group.has-error .credential-label {
  color: #ED5946;
}
a.settings-page .account-credentials-group.has-error .credential-label:hover,
a.settings-page .account-credentials-group.has-error .credential-label:focus {
  color: #e82f18;
}
a.settings-page .account-credentials-group.has-error .credential-label:hover,
a.settings-page .account-credentials-group.has-error .credential-label:focus {
  color: #e82f18;
}
.settings-page .account-credentials-group.has-error .credential-value {
  color: #ED5946;
}
a.settings-page .account-credentials-group.has-error .credential-value:hover,
a.settings-page .account-credentials-group.has-error .credential-value:focus {
  color: #e82f18;
}
a.settings-page .account-credentials-group.has-error .credential-value:hover,
a.settings-page .account-credentials-group.has-error .credential-value:focus {
  color: #e82f18;
}
.paypal-logo {
  width: 100px;
  margin-top: -5px;
}
.table-heading {
  font-size: 22px;
  margin-top: 30px;
}
.table-heading > .dropdown > a {
  display: inline-block;
  padding-right: 10px;
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.table-heading > .dropdown > a:hover,
.table-heading > .dropdown > a:focus {
  color: #343636;
  text-decoration: none;
}
.table-heading > .dropdown > a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.table-heading > .dropdown > a,
.table-heading > .dropdown > a:focus,
.table-heading > .dropdown > a:active {
  outline: none;
}
.sales-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-bottom: 60px;
  border: 1px solid #008c8d;
}
.sales-table > thead > tr > th,
.sales-table > tbody > tr > th,
.sales-table > tfoot > tr > th,
.sales-table > thead > tr > td,
.sales-table > tbody > tr > td,
.sales-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.sales-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.sales-table > caption + thead > tr:first-child > th,
.sales-table > colgroup + thead > tr:first-child > th,
.sales-table > thead:first-child > tr:first-child > th,
.sales-table > caption + thead > tr:first-child > td,
.sales-table > colgroup + thead > tr:first-child > td,
.sales-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.sales-table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.sales-table .table {
  background-color: #fff;
}
.sales-table > tfoot {
  border-top: 1px solid #008c8d;
}
.sales-table > thead {
  background-color: #008c8d;
  color: #ffffff;
}
.sales-table > thead > tr > th,
.sales-table > tfoot > tr > td,
.sales-table > tbody > tr > td {
  border: none;
  width: 16%;
  text-align: center;
}
.sales-table > thead > tr > th:first-child,
.sales-table > tfoot > tr > td:first-child,
.sales-table > tbody > tr > td:first-child {
  width: 50%;
  text-align: left;
}
.sales-table .sales-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-weight: 600;
  font-size: 100%;
  border-radius: 0;
}
a.sales-table .sales-label:hover,
a.sales-table .sales-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.sales-table .sales-label:empty {
  display: none;
}
.btn .sales-table .sales-label {
  position: relative;
  top: -1px;
}
.sales-table .sales-label [data-role="remove"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  cursor: pointer;
  display: inline;
}
.sales-table .sales-label [data-role="remove"].fa-pull-left {
  margin-right: 0.3em;
}
.sales-table .sales-label [data-role="remove"].fa-pull-right {
  margin-left: 0.3em;
}
.sales-table .sales-label [data-role="remove"].pull-left {
  margin-right: 0.3em;
}
.sales-table .sales-label [data-role="remove"].pull-right {
  margin-left: 0.3em;
}
.sales-table .sales-label [data-role="remove"]:after {
  content: "\f00d";
  padding: 0px 2px;
}
.sales-table .sales-label [data-role="remove"]:hover {
  box-shadow: none;
}
.sales-table .sales-label [data-role="remove"]:hover:active {
  box-shadow: none;
}
.sales-table .sales-label.sales-due {
  background-color: #f67500;
}
.sales-table .sales-label.sales-due[href]:hover,
.sales-table .sales-label.sales-due[href]:focus {
  background-color: #c35d00;
}
.sales-table .sales-label.sales-paid {
  background-color: #57ca1c;
}
.sales-table .sales-label.sales-paid[href]:hover,
.sales-table .sales-label.sales-paid[href]:focus {
  background-color: #449d16;
}
#account-settings-page .change-profile-image-button {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
}
#course-settings-page textarea {
  resize: vertical;
}
#course-settings-page #cover-art-modal .modal-body {
  max-height: 350px;
  overflow: auto;
}
#course-settings-page #cover-art-modal .cover-art-list {
  margin-right: -15px;
  margin-left: -15px;
}
#course-settings-page #cover-art-modal .cover-art-list .cover-art {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  #course-settings-page #cover-art-modal .cover-art-list .cover-art {
    float: left;
    width: 33.33333333%;
  }
}
#course-settings-page #cover-art-modal .cover-art-list .cover-art .thumbnail {
  cursor: pointer;
}
#course-export-page .settings-section {
  margin-bottom: 30px;
}
#course-export-page .settings-heading h2 {
  margin-top: 0;
}
#course-export-page .settings-heading h2 a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
#course-export-page .settings-heading h2 a:hover,
#course-export-page .settings-heading h2 a:focus {
  color: #343636;
  text-decoration: none;
}
#course-export-page .settings-heading h2 a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
#course-export-page .settings-heading h2 a .collapse-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  text-align: left;
}
#course-export-page .settings-heading h2 a .collapse-icon.fa-pull-left {
  margin-right: 0.3em;
}
#course-export-page .settings-heading h2 a .collapse-icon.fa-pull-right {
  margin-left: 0.3em;
}
#course-export-page .settings-heading h2 a .collapse-icon.pull-left {
  margin-right: 0.3em;
}
#course-export-page .settings-heading h2 a .collapse-icon.pull-right {
  margin-left: 0.3em;
}
#course-export-page .settings-heading h2 a .collapse-icon:before {
  content: "\f0d7";
}
#course-export-page .settings-heading h2 a.collapsed .collapse-icon:before {
  content: "\f0da";
}
#course-export-page .settings-heading .checkbox {
  width: 56px;
  text-align: center;
  float: right;
  margin-top: 0;
  margin-right: 15px;
}
#course-export-page .settings-heading .icheckbox {
  margin-right: 0;
}
#course-export-page .check-text {
  height: auto;
  overflow: hidden;
}
#course-export-page .check-text .text {
  display: block;
  margin-left: 40px;
}
#course-export-page .check-text .check {
  width: 40px;
  float: left;
  margin-top: 5px;
}
#course-export-page .radio.icheck,
#course-export-page .checkbox.icheck {
  padding-left: 0;
}
#course-export-page .list-group-control .icheckbox {
  margin-right: 0;
}
/* SmallBox */
#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
}
.SmallBox:hover {
  border: 1px solid #fff;
  cursor: pointer;
}
.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}
.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 10px;
}
.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}
.SmallBox a {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.SmallBox a:hover,
.SmallBox a:focus {
  color: #8f9393;
  text-decoration: none;
}
.SmallBox a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}
.miniIcono {
  height: 100%;
  font-size: 20px;
}
.SmallBox span {
  font-size: 14px;
  font-weight: 300;
  display: block;
  margin: 10px 0;
}
.SmallBox p {
  font-size: 10px;
  margin-top: 2px;
}
/* End of SmallBox */
/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {
  /* SmallBox Responsive */
  #divSmallBoxes {
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
  }
  .SmallBox {
    width: 95%;
  }
  .SmallBox:hover {
    box-shadow: 0px 0px 10px #888888;
    cursor: pointer;
  }
  .SmallBox span {
    font-size: 16px;
    /*font-weight:bold;*/
  }
  .SmallBox p {
    font-size: 12px;
    margin-top: 2px;
  }
  .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
  }
  .SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
  }
  /* End of SmallBox Responsive*/
}
/* Animations */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.fast {
  animation-duration: 0.4s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
.modal-header {
  border-bottom: none;
}
.modal-footer {
  border-top: none;
}
.modal .form-group {
  margin-bottom: 30px;
}
.modal .form-inline .form-group {
  margin-bottom: 0;
}
.modal .form-group.form-group-last,
.modal .form-group-last .form-group,
.modal .modal-body > .form-group:last-child {
  margin-bottom: 8px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.container > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .container {
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1230px;
  }
}
.auth-page {
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 100px;
  /* Overlay closing cross */
}
.auth-page .close-button {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: transparent;
  color: #3e454d;
  outline: none;
  z-index: 100;
  font-size: 40px;
}
.auth-page .close-button.fa-pull-left {
  margin-right: 0.3em;
}
.auth-page .close-button.fa-pull-right {
  margin-left: 0.3em;
}
.auth-page .close-button.pull-left {
  margin-right: 0.3em;
}
.auth-page .close-button.pull-right {
  margin-left: 0.3em;
}
.auth-page .close-button:before {
  content: "\f00d";
}
.auth-page .close-button:hover,
.auth-page .close-button:active {
  color: #0e0e0e;
}
@media (max-width: 480px) {
  .auth-page .close-button {
    width: 30px;
    height: 30px;
    font-size: 30px;
  }
}
.auth-page .success-message {
  text-align: center;
  padding-top: 100px;
}
.auth-page .success-message h1 {
  padding-top: 0;
}
.auth-page .success-message .success-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1eaec8;
  font-size: 5em;
}
.auth-page .success-message .success-icon.fa-pull-left {
  margin-right: 0.3em;
}
.auth-page .success-message .success-icon.fa-pull-right {
  margin-left: 0.3em;
}
.auth-page .success-message .success-icon.pull-left {
  margin-right: 0.3em;
}
.auth-page .success-message .success-icon.pull-right {
  margin-left: 0.3em;
}
.auth-page .success-message .success-icon:before {
  content: "\f00c";
}
.auth-box.auth-box-normal {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .auth-box.auth-box-normal {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .auth-box.auth-box-normal {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .auth-box.auth-box-normal {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .auth-box.auth-box-normal {
    margin-left: 33.33333333%;
  }
}
.auth-box.auth-box-wide {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .auth-box.auth-box-wide {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .auth-box.auth-box-wide {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .auth-box.auth-box-wide {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .auth-box.auth-box-wide {
    margin-left: 25%;
  }
}
.auth-box .form-alert {
  background: #f67500;
  display: block !important;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
}
.auth-box h1,
.auth-box h2 {
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
.auth-box .page-header {
  border-bottom: none;
  margin: 40px 0 20px;
}
.auth-box .page-header h1 {
  margin-bottom: 0;
}
.auth-box .page-header p {
  color: #8f9393;
  text-align: center;
  font-size: 14px;
}
.auth-box .first-name-col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: inherit;
  padding-right: 5px;
}
.auth-box .last-name-col {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: inherit;
  padding-left: 5px;
}
.auth-box p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}
.auth-box p.help {
  margin-top: 15px;
  color: #8f9393;
  padding: 0 15%;
  text-align: center;
}
.auth-box .section-group {
  margin-bottom: 30px;
}
.auth-box .section-group .section-title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.auth-box .submit-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
  display: block;
  width: 100%;
  border-radius: 2px;
}
.auth-box .submit-button:focus,
.auth-box .submit-button:active:focus,
.auth-box .submit-button.active:focus,
.auth-box .submit-button.focus,
.auth-box .submit-button:active.focus,
.auth-box .submit-button.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.auth-box .submit-button:hover,
.auth-box .submit-button:focus,
.auth-box .submit-button.focus {
  color: #3e454d;
  text-decoration: none;
}
.auth-box .submit-button:active,
.auth-box .submit-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.auth-box .submit-button.disabled,
.auth-box .submit-button[disabled],
fieldset[disabled] .auth-box .submit-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.auth-box .submit-button.disabled,
fieldset[disabled] a.auth-box .submit-button {
  pointer-events: none;
}
.auth-box .submit-button:focus,
.auth-box .submit-button.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.auth-box .submit-button:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.auth-box .submit-button:active,
.auth-box .submit-button.active,
.open > .dropdown-toggle.auth-box .submit-button {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.auth-box .submit-button:active:hover,
.auth-box .submit-button.active:hover,
.open > .dropdown-toggle.auth-box .submit-button:hover,
.auth-box .submit-button:active:focus,
.auth-box .submit-button.active:focus,
.open > .dropdown-toggle.auth-box .submit-button:focus,
.auth-box .submit-button:active.focus,
.auth-box .submit-button.active.focus,
.open > .dropdown-toggle.auth-box .submit-button.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.auth-box .submit-button.disabled:hover,
.auth-box .submit-button[disabled]:hover,
fieldset[disabled] .auth-box .submit-button:hover,
.auth-box .submit-button.disabled:focus,
.auth-box .submit-button[disabled]:focus,
fieldset[disabled] .auth-box .submit-button:focus,
.auth-box .submit-button.disabled.focus,
.auth-box .submit-button[disabled].focus,
fieldset[disabled] .auth-box .submit-button.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.auth-box .submit-button .badge {
  color: #1eaec8;
  background-color: #fff;
}
.auth-box .cancel-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  color: #3e454d;
  background-color: #fff;
  border-color: #ccc;
  display: block;
  width: 100%;
  border-radius: 2px;
  margin-top: 5px;
}
.auth-box .cancel-button:focus,
.auth-box .cancel-button:active:focus,
.auth-box .cancel-button.active:focus,
.auth-box .cancel-button.focus,
.auth-box .cancel-button:active.focus,
.auth-box .cancel-button.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.auth-box .cancel-button:hover,
.auth-box .cancel-button:focus,
.auth-box .cancel-button.focus {
  color: #3e454d;
  text-decoration: none;
}
.auth-box .cancel-button:active,
.auth-box .cancel-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.auth-box .cancel-button.disabled,
.auth-box .cancel-button[disabled],
fieldset[disabled] .auth-box .cancel-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.auth-box .cancel-button.disabled,
fieldset[disabled] a.auth-box .cancel-button {
  pointer-events: none;
}
.auth-box .cancel-button:focus,
.auth-box .cancel-button.focus {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.auth-box .cancel-button:hover {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.auth-box .cancel-button:active,
.auth-box .cancel-button.active,
.open > .dropdown-toggle.auth-box .cancel-button {
  color: #3e454d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.auth-box .cancel-button:active:hover,
.auth-box .cancel-button.active:hover,
.open > .dropdown-toggle.auth-box .cancel-button:hover,
.auth-box .cancel-button:active:focus,
.auth-box .cancel-button.active:focus,
.open > .dropdown-toggle.auth-box .cancel-button:focus,
.auth-box .cancel-button:active.focus,
.auth-box .cancel-button.active.focus,
.open > .dropdown-toggle.auth-box .cancel-button.focus {
  color: #3e454d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.auth-box .cancel-button.disabled:hover,
.auth-box .cancel-button[disabled]:hover,
fieldset[disabled] .auth-box .cancel-button:hover,
.auth-box .cancel-button.disabled:focus,
.auth-box .cancel-button[disabled]:focus,
fieldset[disabled] .auth-box .cancel-button:focus,
.auth-box .cancel-button.disabled.focus,
.auth-box .cancel-button[disabled].focus,
fieldset[disabled] .auth-box .cancel-button.focus {
  background-color: #fff;
  border-color: #ccc;
}
.auth-box .cancel-button .badge {
  color: #fff;
  background-color: #3e454d;
}
.auth-box form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.auth-box form .form-group .form-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
select.auth-box form .form-group .form-control {
  height: 41px;
  line-height: 41px;
}
textarea.auth-box form .form-group .form-control,
select[multiple].auth-box form .form-group .form-control {
  height: auto;
}
.auth-box form .form-group textarea.form-control {
  height: auto;
}
.auth-box form .form-group .bootstrap-select button {
  border: none;
}
.auth-box form .form-group .input-group-addon {
  border: 0;
}
.auth-box form .password-group {
  margin-bottom: 10px;
  position: relative;
}
.auth-box form .password-group .form-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
select.auth-box form .password-group .form-control {
  height: 41px;
  line-height: 41px;
}
textarea.auth-box form .password-group .form-control,
select[multiple].auth-box form .password-group .form-control {
  height: auto;
}
.auth-box form .password-group textarea.form-control {
  height: auto;
}
.auth-box form .password-group .bootstrap-select button {
  border: none;
}
.auth-box form .password-group .input-group-addon {
  border: 0;
}
.auth-box form .password-group input {
  padding-right: 75px;
}
.auth-box form .password-group a {
  transition: all 0.2s;
  color: #8f9393;
  text-decoration: none;
  position: absolute;
  right: 10px;
  padding: 10px 12px;
}
.auth-box form .password-group a:hover,
.auth-box form .password-group a:focus {
  color: #3e454d;
  text-decoration: none;
}
.auth-box form .password-group a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.auth-box form .login-group {
  margin-bottom: 10px;
  position: relative;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0;
}
.auth-box form .login-group .form-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
select.auth-box form .login-group .form-control {
  height: 41px;
  line-height: 41px;
}
textarea.auth-box form .login-group .form-control,
select[multiple].auth-box form .login-group .form-control {
  height: auto;
}
.auth-box form .login-group textarea.form-control {
  height: auto;
}
.auth-box form .login-group .bootstrap-select button {
  border: none;
}
.auth-box form .login-group .input-group-addon {
  border: 0;
}
.auth-box form .login-group a {
  color: #8f9393;
  text-decoration: none;
  cursor: pointer;
}
.auth-box form .login-group a:hover,
.auth-box form .login-group a:focus {
  color: #3e454d;
  text-decoration: none;
}
.auth-box form .login-group a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.auth-box form .login-group a:last-child {
  float: right;
}
.auth-box form .submit-group {
  margin-top: 30px;
}
.signup-steps {
  text-align: center;
}
.signup-steps .auth-page {
  padding-top: 50px;
}
.signup-steps h1 {
  margin: 0;
  padding: 30px 0 20px;
}
.signup-steps .sharing-message {
  margin: 10px 0 30px;
}
.signup-steps .sharing-icons {
  margin: 30px 0 60px;
}
.signup-steps .help-text {
  margin-bottom: 30px;
}
.signup-steps .username-preview {
  word-break: break-word;
  margin: 30px 0;
  font-size: 17px;
  font-weight: 200;
}
.signup-steps .edz-text-small {
  color: #8f9393;
  font-size: 12px;
  font-weight: 100;
  margin-top: 30px;
}
.signup-steps img.institution-logo {
  width: 50%;
  max-width: 180px;
}
.auth-box.auth-box-inline-errors .help-block {
  display: none !important;
}
.auth-box.auth-box-inline-errors .help-block.help-block-visible {
  display: block !important;
}
.auth-box.auth-box-inline-errors .has-error .help-block {
  position: absolute;
  left: 100%;
  background: #f67500;
  display: block !important;
  line-height: 40px;
  width: auto;
  height: 41px;
  bottom: 0;
  z-index: 1000;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  padding: 0 15px;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .auth-box.auth-box-inline-errors .has-error .help-block {
    margin-left: 0 !important;
    left: auto;
    top: 90%;
  }
}
.auth-page.oauth {
  padding-top: 50px;
}
.auth-page.oauth h2 {
  padding: 0;
  margin-top: 45px;
  margin-bottom: 15px;
}
.auth-page.oauth .header {
  text-align: center;
}
.auth-page.oauth .header .logo {
  width: 25%;
}
.auth-page.oauth .header .fa {
  font-size: 2em;
  color: #8f9393;
  margin: 0 10px;
  vertical-align: middle;
}
.auth-page.oauth h5 {
  margin: 0 0 15px;
  padding: 0;
}
.auth-page.oauth .permission {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: left;
}
.auth-page.oauth .permission .permission-left {
  display: table-cell;
  vertical-align: middle;
}
.auth-page.oauth .permission .permission-left .fa {
  font-size: 2em;
  float: left;
  margin-top: 2px;
  margin-bottom: 2px;
}
.auth-page.oauth .permission .permission-body {
  display: table-cell;
  padding-left: 10px;
}
.auth-page.oauth .warning h5 {
  font-size: 15px;
}
.navbar .navbar-search-form {
  margin-right: 0 !important;
  max-width: 410px;
  text-align: left;
  position: relative;
}
.navbar .navbar-search-form i.addon-spinner {
  display: none;
  pointer-events: none;
  color: #dddddd;
  padding: 9px 10px;
  position: absolute;
  top: 1px;
  right: 78px;
  width: auto;
  height: auto;
  z-index: 100;
}
.navbar .navbar-search-form.searching i.addon-spinner {
  display: inline;
}
.navbar .navbar-search-form .navbar-search-input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #3e454d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  width: 300px;
}
.navbar .navbar-search-form .navbar-search-input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.navbar .navbar-search-form .navbar-search-input::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.navbar .navbar-search-form .navbar-search-input:-ms-input-placeholder {
  color: #999;
}
.navbar .navbar-search-form .navbar-search-input::-webkit-input-placeholder {
  color: #999;
}
.navbar .navbar-search-form .navbar-search-input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.navbar .navbar-search-form .navbar-search-input[disabled],
.navbar .navbar-search-form .navbar-search-input[readonly],
fieldset[disabled] .navbar .navbar-search-form .navbar-search-input {
  background-color: #dddddd;
  opacity: 1;
}
.navbar .navbar-search-form .navbar-search-input[disabled],
fieldset[disabled] .navbar .navbar-search-form .navbar-search-input {
  cursor: not-allowed;
}
textarea.navbar .navbar-search-form .navbar-search-input {
  height: auto;
}
.navbar .navbar-search-form .btn {
  width: 78px;
}
#search-page .search-results {
  margin-top: 30px;
}
#search-page .search-result {
  padding-bottom: 15px;
}
#search-page .search-result > a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}
#search-page .search-result > a:hover,
#search-page .search-result > a:focus {
  color: #343636;
  text-decoration: none;
}
#search-page .search-result > a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
#search-page .kind {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-weight: 600;
  background-color: #8f9393;
}
a#search-page .kind:hover,
a#search-page .kind:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#search-page .kind:empty {
  display: none;
}
.btn #search-page .kind {
  position: relative;
  top: -1px;
}
#search-page .kind [data-role="remove"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  cursor: pointer;
  display: inline;
}
#search-page .kind [data-role="remove"].fa-pull-left {
  margin-right: 0.3em;
}
#search-page .kind [data-role="remove"].fa-pull-right {
  margin-left: 0.3em;
}
#search-page .kind [data-role="remove"].pull-left {
  margin-right: 0.3em;
}
#search-page .kind [data-role="remove"].pull-right {
  margin-left: 0.3em;
}
#search-page .kind [data-role="remove"]:after {
  content: "\f00d";
  padding: 0px 2px;
}
#search-page .kind [data-role="remove"]:hover {
  box-shadow: none;
}
#search-page .kind [data-role="remove"]:hover:active {
  box-shadow: none;
}
#search-page .kind[href]:hover,
#search-page .kind[href]:focus {
  background-color: #757a7a;
}
#search-page .kind.kind-course {
  background-color: #008c8d;
}
#search-page .kind.kind-course[href]:hover,
#search-page .kind.kind-course[href]:focus {
  background-color: #00595a;
}
#search-page .kind.kind-activity {
  background-color: #1eaec8;
}
#search-page .kind.kind-activity[href]:hover,
#search-page .kind.kind-activity[href]:focus {
  background-color: #17879c;
}
#search-page .kind.kind-user {
  background-color: #57ca1c;
}
#search-page .kind.kind-user[href]:hover,
#search-page .kind.kind-user[href]:focus {
  background-color: #449d16;
}
#search-page .kind.kind-list {
  background-color: #8f9393;
}
#search-page .kind.kind-list[href]:hover,
#search-page .kind.kind-list[href]:focus {
  background-color: #757a7a;
}
#search-page .search-result-name {
  font-weight: bold;
}
#search-page .search-result-description {
  color: #8f9393;
}
/*
 * typehead.js-bootstrap3.less
 * @version 0.2.3
 * https://github.com/hyspace/typeahead.js-bootstrap3.less
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.has-warning .twitter-typeahead .tt-input,
.has-warning .twitter-typeahead .tt-hint {
  border-color: #f67500;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .twitter-typeahead .tt-input:focus,
.has-warning .twitter-typeahead .tt-hint:focus {
  border-color: #c35d00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaa5d;
}
.has-error .twitter-typeahead .tt-input,
.has-error .twitter-typeahead .tt-hint {
  border-color: #ED5946;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .twitter-typeahead .tt-input:focus,
.has-error .twitter-typeahead .tt-hint:focus {
  border-color: #e82f18;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f6aca3;
}
.has-success .twitter-typeahead .tt-input,
.has-success .twitter-typeahead .tt-hint {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .twitter-typeahead .tt-input:focus,
.has-success .twitter-typeahead .tt-hint:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.input-group .twitter-typeahead:first-child .tt-input,
.input-group .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100%;
}
.input-group .twitter-typeahead:last-child .tt-input,
.input-group .twitter-typeahead:last-child .tt-hint {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 100%;
}
.input-group.input-group-sm .twitter-typeahead .tt-input,
.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 21px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
}
select.input-group.input-group-sm .twitter-typeahead .tt-input,
select.input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: 21px;
  line-height: 21px;
}
textarea.input-group.input-group-sm .twitter-typeahead .tt-input,
textarea.input-group.input-group-sm .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-sm .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-sm .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:first-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-sm .twitter-typeahead:last-child .tt-input,
.input-group.input-group-sm .twitter-typeahead:last-child .tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px;
}
.input-group.input-group-lg .twitter-typeahead .tt-input,
.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
}
select.input-group.input-group-lg .twitter-typeahead .tt-input,
select.input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: 41px;
  line-height: 41px;
}
textarea.input-group.input-group-lg .twitter-typeahead .tt-input,
textarea.input-group.input-group-lg .twitter-typeahead .tt-hint,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-input,
select[multiple].input-group.input-group-lg .twitter-typeahead .tt-hint {
  height: auto;
}
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-input,
.input-group.input-group-lg .twitter-typeahead:not(:first-child):not(:last-child) .tt-hint {
  border-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:first-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:first-child .tt-hint {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.input-group-lg .twitter-typeahead:last-child .tt-input,
.input-group.input-group-lg .twitter-typeahead:last-child .tt-hint {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.twitter-typeahead {
  width: 100%;
}
.input-group .twitter-typeahead {
  display: table-cell !important;
}
.twitter-typeahead .tt-hint {
  color: #8f9393;
}
.twitter-typeahead .tt-input {
  z-index: 2;
}
.twitter-typeahead .tt-input[disabled],
.twitter-typeahead .tt-input[readonly],
fieldset[disabled] .twitter-typeahead .tt-input {
  cursor: not-allowed;
  background-color: #dddddd !important;
}
.tt-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}
.tt-menu .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #3e454d;
}
.tt-menu .tt-suggestion.tt-cursor {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #33383f;
}
.tt-menu .tt-suggestion.tt-cursor a {
  color: #33383f;
}
.tt-menu .tt-suggestion p {
  margin: 0;
}
.tt-menu .empty-message {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.53846154;
  color: #3e454d;
}
.tt-menu .empty-message.tt-cursor {
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
  color: #33383f;
}
/**
 * Custom Styles.
 */
img.typeahead-image {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.fa-typeahead {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  vertical-align: middle;
  text-align: center;
}
.fa-typeahead:before {
  vertical-align: middle;
}
.tt-menu .tt-dataset h3 {
  font-size: 13px;
  margin: 5px 20px 5px 20px;
  letter-spacing: -1px;
}
.help-alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
  color: #31708f;
  background-color: #DFF3F7;
  border-color: #2AABC6;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  padding: 20px;
}
.help-alert h4 {
  margin-top: 0;
  color: inherit;
}
.help-alert .alert-link {
  font-weight: bold;
}
.help-alert > p,
.help-alert > ul {
  margin-bottom: 0;
}
.help-alert > p + p {
  margin-top: 5px;
}
.help-alert hr {
  border-top-color: #2699b1;
}
.help-alert .alert-link {
  color: #245269;
}
.help-alert--sm {
  padding: 15px;
  font-size: 13px;
}
/* loading option */
.loading-spinner {
  width: 100px;
  height: 100px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  z-index: 100;
}
/*
<svg class="spinner" width="50px" height="50px" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
   <circle class="spinner-path" fill="none" stroke-linecap="round" cx="33" cy="33" r="25px"></circle>
</svg>
*/
.spinner {
  animation: spinnerRotator 1.4s linear infinite;
  width: 100px;
}
@keyframes spinnerRotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
.spinner-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: #1eaec8;
  stroke-width: 2px;
  animation: spinnerDash 1.4s ease-in-out infinite;
}
@keyframes spinnerDash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
.assignment-dropzone .dz-file-preview .dz-filename .fa {
  margin-right: 10px;
}
.assignment-dropzone .dz-file-preview a.dz-remove {
  color: #ED5946;
  text-decoration: none;
  cursor: pointer;
}
.assignment-dropzone .dz-file-preview a.dz-remove:hover,
.assignment-dropzone .dz-file-preview a.dz-remove:focus {
  color: #bb2512;
  text-decoration: none;
}
.assignment-dropzone .dz-file-preview a.dz-remove:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.assignment-dropzone .upload-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  color: #fff;
  background-color: #57ca1c;
  border-color: #4db419;
}
.assignment-dropzone .upload-button:focus,
.assignment-dropzone .upload-button:active:focus,
.assignment-dropzone .upload-button.active:focus,
.assignment-dropzone .upload-button.focus,
.assignment-dropzone .upload-button:active.focus,
.assignment-dropzone .upload-button.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.assignment-dropzone .upload-button:hover,
.assignment-dropzone .upload-button:focus,
.assignment-dropzone .upload-button.focus {
  color: #3e454d;
  text-decoration: none;
}
.assignment-dropzone .upload-button:active,
.assignment-dropzone .upload-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.assignment-dropzone .upload-button.disabled,
.assignment-dropzone .upload-button[disabled],
fieldset[disabled] .assignment-dropzone .upload-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.assignment-dropzone .upload-button.disabled,
fieldset[disabled] a.assignment-dropzone .upload-button {
  pointer-events: none;
}
.assignment-dropzone .upload-button:focus,
.assignment-dropzone .upload-button.focus {
  color: #fff;
  background-color: #449d16;
  border-color: #1d4409;
}
.assignment-dropzone .upload-button:hover {
  color: #fff;
  background-color: #449d16;
  border-color: #367e11;
}
.assignment-dropzone .upload-button:active,
.assignment-dropzone .upload-button.active,
.open > .dropdown-toggle.assignment-dropzone .upload-button {
  color: #fff;
  background-color: #449d16;
  background-image: none;
  border-color: #367e11;
}
.assignment-dropzone .upload-button:active:hover,
.assignment-dropzone .upload-button.active:hover,
.open > .dropdown-toggle.assignment-dropzone .upload-button:hover,
.assignment-dropzone .upload-button:active:focus,
.assignment-dropzone .upload-button.active:focus,
.open > .dropdown-toggle.assignment-dropzone .upload-button:focus,
.assignment-dropzone .upload-button:active.focus,
.assignment-dropzone .upload-button.active.focus,
.open > .dropdown-toggle.assignment-dropzone .upload-button.focus {
  color: #fff;
  background-color: #367e11;
  border-color: #1d4409;
}
.assignment-dropzone .upload-button.disabled:hover,
.assignment-dropzone .upload-button[disabled]:hover,
fieldset[disabled] .assignment-dropzone .upload-button:hover,
.assignment-dropzone .upload-button.disabled:focus,
.assignment-dropzone .upload-button[disabled]:focus,
fieldset[disabled] .assignment-dropzone .upload-button:focus,
.assignment-dropzone .upload-button.disabled.focus,
.assignment-dropzone .upload-button[disabled].focus,
fieldset[disabled] .assignment-dropzone .upload-button.focus {
  background-color: #57ca1c;
  border-color: #4db419;
}
.assignment-dropzone .upload-button .badge {
  color: #57ca1c;
  background-color: #fff;
}
.assignment-dropzone .dz-preview {
  margin: 15px 0;
}
.assignment-dropzone .dz-preview .dz-success-mark,
.assignment-dropzone .dz-preview .dz-error-mark,
.assignment-dropzone .dz-preview .dz-error-response,
.assignment-dropzone .dz-preview .dz-error-message,
.assignment-dropzone .dz-preview .dz-thumbnail {
  display: none;
}
.assignment-dropzone .dz-preview.dz-error .dz-error-mark,
.assignment-dropzone .dz-preview.dz-error .dz-error-message {
  color: #ED5946;
  display: initial;
}
a.assignment-dropzone .dz-preview.dz-error .dz-error-mark:hover,
a.assignment-dropzone .dz-preview.dz-error .dz-error-message:hover,
a.assignment-dropzone .dz-preview.dz-error .dz-error-mark:focus,
a.assignment-dropzone .dz-preview.dz-error .dz-error-message:focus {
  color: #e82f18;
}
a.assignment-dropzone .dz-preview.dz-error .dz-error-mark:hover,
a.assignment-dropzone .dz-preview.dz-error .dz-error-message:hover,
a.assignment-dropzone .dz-preview.dz-error .dz-error-mark:focus,
a.assignment-dropzone .dz-preview.dz-error .dz-error-message:focus {
  color: #e82f18;
}
.assignment-dropzone .dz-preview.dz-complete {
  display: block;
}
.upload-dropzone {
  position: relative;
  min-height: 80px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 24px;
}
.upload-dropzone.dz-max-files-reached {
  border: none;
  cursor: default;
}
.upload-dropzone .dropzone-previews {
  display: none;
}
.upload-dropzone.dz-max-files-reached .dropzone-previews {
  display: block;
}
.upload-dropzone.dz-browser-not-supported .dz-message {
  display: none!important;
}
.upload-dropzone.dz-browser-not-supported {
  min-height: auto!important;
  border: none!important;
  border-radius: 0!important;
  width: auto!important;
  cursor: default!important;
  padding: 0!important;
  transition: none;
}
.upload-dropzone .dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  line-height: 22px;
  transition: all 0.2s;
  text-align: center;
  padding-top: 15px;
}
.upload-dropzone .dz-text-small {
  font-size: 14px;
  font-weight: 400;
}
.upload-dropzone.dz-max-files-reached .dz-default.dz-message,
.upload-dropzone.dz-started .dz-default.dz-message {
  display: none;
}
.upload-dropzone .list-group-container {
  position: relative;
}
.upload-dropzone .dz-preview .dz-progress-wrapper {
  background: #f4f4f4;
  height: 5px;
  display: inline-block;
  width: 100%;
}
.upload-dropzone .dz-preview .dz-progress-wrapper .dz-progress-bar {
  float: left;
  height: 100%;
  min-width: 10px;
  line-height: 5px;
  background: #57ca1c;
}
.upload-dropzone .dz-complete.dz-success .dz-progress-wrapper {
  display: none;
}
.upload-dropzone .dz-size strong {
  font-weight: normal;
}
.upload-dropzone.educator-box .dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.upload-dropzone.educator-box .dz-remove:hover {
  background: #e66454;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}
.upload-dropzone .dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}
.upload-dropzone .dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.upload-dropzone .dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}
.upload-dropzone.dz-drag-hover {
  border-color: #1d89cf;
}
.narrow-dropzone .dz-box {
  position: relative;
  min-height: 80px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  margin-bottom: 24px;
}
.narrow-dropzone .dz-box .dropzone-previews {
  display: none;
}
.narrow-dropzone .dz-box .dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  line-height: 22px;
  transition: all 0.2s;
  text-align: center;
  padding-top: 15px;
}
.narrow-dropzone .dz-box .dz-text-small {
  font-size: 14px;
  font-weight: 400;
}
.narrow-dropzone .dz-box .list-group-container {
  position: relative;
}
.narrow-dropzone .dz-box .dz-preview .dz-progress-wrapper {
  background: #f4f4f4;
  height: 5px;
  display: inline-block;
  width: 100%;
}
.narrow-dropzone .dz-box .dz-preview .dz-progress-wrapper .dz-progress-bar {
  float: left;
  height: 100%;
  min-width: 10px;
  line-height: 5px;
  background: #57ca1c;
}
.narrow-dropzone .dz-box .dz-complete.dz-success .dz-progress-wrapper {
  display: none;
}
.narrow-dropzone .dz-box .dz-size strong {
  font-weight: normal;
}
.narrow-dropzone .dz-box .dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}
.narrow-dropzone .dz-box .dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.narrow-dropzone .dz-box .dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}
.narrow-dropzone .has-error .dz-box {
  border-color: #ED5946;
}
.narrow-dropzone.dz-max-files-reached .dz-box {
  border: none;
  cursor: default;
}
.narrow-dropzone.dz-max-files-reached .dropzone-previews {
  display: block;
}
.narrow-dropzone.dz-browser-not-supported {
  min-height: auto!important;
  border: none!important;
  border-radius: 0!important;
  width: auto!important;
  cursor: default!important;
  padding: 0!important;
  transition: none;
}
.narrow-dropzone.dz-browser-not-supported .dz-message {
  display: none!important;
}
.narrow-dropzone.dz-max-files-reached .dz-default.dz-message,
.narrow-dropzone.dz-started .dz-default.dz-message {
  display: none;
}
.narrow-dropzone.dz-drag-hover {
  border-color: #1d89cf;
}
#add-course-page .form-group {
  margin-bottom: 30px;
}
#add-course-page .form-group label {
  font-weight: 400;
}
#add-course-page .publishing-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}
#add-course-page .publishing-group label {
  font-weight: 400;
}
#add-course-page .publishing-group .help-block {
  margin-bottom: 20px;
}
#add-course-page .help-block {
  margin-top: 0;
}
#add-course-page .cover-art-spinner {
  height: 149px;
  line-height: 149px;
}
#add-course-page .cover-art-list {
  overflow-x: scroll;
  white-space: nowrap;
  padding: 4px;
  position: relative;
}
#add-course-page .cover-art-list .cover-art {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
}
#add-course-page .cover-art-list .cover-art img {
  width: 320px;
  height: 149px;
}
#add-course-page .cover-art-list .cover-art .icheckbox {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#add-course-page .cover-art-list .cover-art.checked {
  outline: #57ca1c solid 2px;
}
.institution-page .empty-institution-message {
  text-align: center;
  font-size: 15px;
  padding: 30px;
}
.institution-page .educator-signin {
  text-align: right;
}
.institution-page .educator-signin.premium-signin {
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .institution-page .educator-signin .btn-group {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
  }
  .institution-page .educator-signin .btn-group > .btn,
  .institution-page .educator-signin .btn-group > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
  }
  .institution-page .educator-signin .btn-group > .btn-group .btn {
    width: 100%;
  }
  .institution-page .educator-signin .btn-group > .btn-group .dropdown-menu {
    left: auto;
  }
}
@media (min-width: 480px) {
  .institution-page .educator-signin .btn-group .btn {
    min-width: 120px;
  }
}
.institution-page .button-header {
  margin-bottom: 30px;
}
.institution-page .cover-message {
  margin-bottom: 45px;
  font-size: 14px;
}
.institution-page .cover-message h2 {
  font-size: 14px;
  font-weight: 600;
}
.institution-page .cover-message h2 .edit-premium-button {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}
.institution-page .cover-message h2 .edit-premium-button:hover,
.institution-page .cover-message h2 .edit-premium-button:focus {
  color: #343636;
  text-decoration: none;
}
.institution-page .cover-message h2 .edit-premium-button:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.institution-dashboard {
  padding-bottom: 200px;
}
.edz-browser-not-supported .edz-message {
  display: none!important;
}
.edz-browser-not-supported.educator-dropzone {
  min-height: auto!important;
  border: none!important;
  border-radius: 0!important;
  width: auto!important;
  cursor: default!important;
  padding: 0!important;
  transition: none;
}
.educator-dropzone {
  position: relative;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  padding: 30px 0;
}
.dz-drag-hover .educator-dropzone {
  border: 3px dashed #ddd;
  border-radius: 3px;
}
.edz-default.edz-message {
  display: block;
  min-height: 70px;
  transition: all 0.2s;
  width: 100%;
  text-align: center;
}
.edz-default.edz-message img {
  border-radius: 50%;
  max-width: 128px;
}
.edz-previews {
  text-align: center;
}
.edz-text-small {
  color: #8f9393;
  font-size: 13px;
  font-weight: 100;
  margin-top: 30px;
}
.dz-max-files-reached .edz-default.edz-message,
.dz-started .edz-default.edz-message {
  display: none;
}
.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important;
}
.edz-preview {
  display: inline-block;
  cursor: default;
  vertical-align: top;
  position: relative;
}
.edz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px;
}
.edz-size {
  padding-bottom: 8px;
}
.edz-thumbnail {
  max-width: 128px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.edz-thumbnail .edz-nopreview {
  width: 138px;
  height: 138px;
  line-height: 138px;
}
.dz-complete.dz-success .progress {
  display: none;
}
.edz-thumbnail > img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 120px;
}
.edz-preview .progess-bar,
.edz-preview .progress {
  height: 8px;
}
.edz-preview .progress {
  margin: 8px 0 0;
}
.edz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
}
.edz-size span {
  font-weight: 600;
}
.educator-dropzone .dz-remove {
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  color: #fff;
  background-color: #ED5946;
  border-color: #eb442f;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 0;
}
.educator-dropzone .dz-remove:focus,
.educator-dropzone .dz-remove:active:focus,
.educator-dropzone .dz-remove.active:focus,
.educator-dropzone .dz-remove.focus,
.educator-dropzone .dz-remove:active.focus,
.educator-dropzone .dz-remove.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.educator-dropzone .dz-remove:hover,
.educator-dropzone .dz-remove:focus,
.educator-dropzone .dz-remove.focus {
  color: #3e454d;
  text-decoration: none;
}
.educator-dropzone .dz-remove:active,
.educator-dropzone .dz-remove.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.educator-dropzone .dz-remove.disabled,
.educator-dropzone .dz-remove[disabled],
fieldset[disabled] .educator-dropzone .dz-remove {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.educator-dropzone .dz-remove.disabled,
fieldset[disabled] a.educator-dropzone .dz-remove {
  pointer-events: none;
}
.educator-dropzone .dz-remove:focus,
.educator-dropzone .dz-remove.focus {
  color: #fff;
  background-color: #e82f18;
  border-color: #8c1c0e;
}
.educator-dropzone .dz-remove:hover {
  color: #fff;
  background-color: #e82f18;
  border-color: #c92814;
}
.educator-dropzone .dz-remove:active,
.educator-dropzone .dz-remove.active,
.open > .dropdown-toggle.educator-dropzone .dz-remove {
  color: #fff;
  background-color: #e82f18;
  background-image: none;
  border-color: #c92814;
}
.educator-dropzone .dz-remove:active:hover,
.educator-dropzone .dz-remove.active:hover,
.open > .dropdown-toggle.educator-dropzone .dz-remove:hover,
.educator-dropzone .dz-remove:active:focus,
.educator-dropzone .dz-remove.active:focus,
.open > .dropdown-toggle.educator-dropzone .dz-remove:focus,
.educator-dropzone .dz-remove:active.focus,
.educator-dropzone .dz-remove.active.focus,
.open > .dropdown-toggle.educator-dropzone .dz-remove.focus {
  color: #fff;
  background-color: #c92814;
  border-color: #8c1c0e;
}
.educator-dropzone .dz-remove.disabled:hover,
.educator-dropzone .dz-remove[disabled]:hover,
fieldset[disabled] .educator-dropzone .dz-remove:hover,
.educator-dropzone .dz-remove.disabled:focus,
.educator-dropzone .dz-remove[disabled]:focus,
fieldset[disabled] .educator-dropzone .dz-remove:focus,
.educator-dropzone .dz-remove.disabled.focus,
.educator-dropzone .dz-remove[disabled].focus,
fieldset[disabled] .educator-dropzone .dz-remove.focus {
  background-color: #ED5946;
  border-color: #eb442f;
}
.educator-dropzone .dz-remove .badge {
  color: #ED5946;
  background-color: #fff;
}
.educator-dropzone .dz-remove.fa-pull-left {
  margin-right: 0.3em;
}
.educator-dropzone .dz-remove.fa-pull-right {
  margin-left: 0.3em;
}
.educator-dropzone .dz-remove.pull-left {
  margin-right: 0.3em;
}
.educator-dropzone .dz-remove.pull-right {
  margin-left: 0.3em;
}
.educator-dropzone .dz-remove:before {
  content: "\f00d";
}
.edz-thumbnail-wrapper {
  position: relative;
}
.edz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.edz-thumbnail img[src] + .edz-nopreview {
  display: none;
}
.edz-error-mark,
.edz-error-message,
.edz-success-mark {
  border-radius: 50%;
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.1s;
}
.edz-error-mark .fa,
.edz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  font-weight: 400;
}
.edz-error-mark .fa {
  color: #fa6b59;
}
.edz-success-mark .fa {
  color: #9ed441;
}
.edz-error-message {
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0;
}
.dz-error .edz-error-mark {
  display: block;
}
.dz-error .edz-error-message,
.dz-error:hover .edz-error-mark {
  display: none;
}
.dz-error:hover .edz-error-message,
.dz-success .edz-success-mark {
  display: block;
}
#dropzone {
  position: relative;
}
#dropzone.in {
  position: relative;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
  padding: 30px 0;
}
#dropzone.in .dz-remove {
  margin-bottom: 0;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  color: #fff;
  background-color: #ED5946;
  border-color: #eb442f;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 15px;
  padding: 0;
}
#dropzone.in .dz-remove:focus,
#dropzone.in .dz-remove:active:focus,
#dropzone.in .dz-remove.active:focus,
#dropzone.in .dz-remove.focus,
#dropzone.in .dz-remove:active.focus,
#dropzone.in .dz-remove.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
#dropzone.in .dz-remove:hover,
#dropzone.in .dz-remove:focus,
#dropzone.in .dz-remove.focus {
  color: #3e454d;
  text-decoration: none;
}
#dropzone.in .dz-remove:active,
#dropzone.in .dz-remove.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#dropzone.in .dz-remove.disabled,
#dropzone.in .dz-remove[disabled],
fieldset[disabled] #dropzone.in .dz-remove {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a#dropzone.in .dz-remove.disabled,
fieldset[disabled] a#dropzone.in .dz-remove {
  pointer-events: none;
}
#dropzone.in .dz-remove:focus,
#dropzone.in .dz-remove.focus {
  color: #fff;
  background-color: #e82f18;
  border-color: #8c1c0e;
}
#dropzone.in .dz-remove:hover {
  color: #fff;
  background-color: #e82f18;
  border-color: #c92814;
}
#dropzone.in .dz-remove:active,
#dropzone.in .dz-remove.active,
.open > .dropdown-toggle#dropzone.in .dz-remove {
  color: #fff;
  background-color: #e82f18;
  background-image: none;
  border-color: #c92814;
}
#dropzone.in .dz-remove:active:hover,
#dropzone.in .dz-remove.active:hover,
.open > .dropdown-toggle#dropzone.in .dz-remove:hover,
#dropzone.in .dz-remove:active:focus,
#dropzone.in .dz-remove.active:focus,
.open > .dropdown-toggle#dropzone.in .dz-remove:focus,
#dropzone.in .dz-remove:active.focus,
#dropzone.in .dz-remove.active.focus,
.open > .dropdown-toggle#dropzone.in .dz-remove.focus {
  color: #fff;
  background-color: #c92814;
  border-color: #8c1c0e;
}
#dropzone.in .dz-remove.disabled:hover,
#dropzone.in .dz-remove[disabled]:hover,
fieldset[disabled] #dropzone.in .dz-remove:hover,
#dropzone.in .dz-remove.disabled:focus,
#dropzone.in .dz-remove[disabled]:focus,
fieldset[disabled] #dropzone.in .dz-remove:focus,
#dropzone.in .dz-remove.disabled.focus,
#dropzone.in .dz-remove[disabled].focus,
fieldset[disabled] #dropzone.in .dz-remove.focus {
  background-color: #ED5946;
  border-color: #eb442f;
}
#dropzone.in .dz-remove .badge {
  color: #ED5946;
  background-color: #fff;
}
#dropzone.in .dz-remove.fa-pull-left {
  margin-right: 0.3em;
}
#dropzone.in .dz-remove.fa-pull-right {
  margin-left: 0.3em;
}
#dropzone.in .dz-remove.pull-left {
  margin-right: 0.3em;
}
#dropzone.in .dz-remove.pull-right {
  margin-left: 0.3em;
}
#dropzone.in .dz-remove:before {
  content: "\f00d";
}
#dropzone.hover {
  border: 3px dashed #ddd;
  border-radius: 3px;
}
#dropzone.fade {
  transition: all 0.3s ease-out;
  opacity: 1;
}
#dropzone .drop-message {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: center;
}
#dropzone .drop-message .background {
  background: gray;
  filter: alpha(opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#dropzone.hover .drop-message {
  display: block;
}
#dropzone.hover .drop-message h1 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 20;
}
.institution-page h1 {
  font-size: 60px;
}
.institution-page h2 {
  font-size: 40px;
}
.institution-dashboard,
.institution-page {
  padding-bottom: 200px;
}
.institution-dashboard .transparent-navbar a.nav-button,
.institution-page .transparent-navbar a.nav-button {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.institution-dashboard .transparent-navbar a.nav-button:hover,
.institution-page .transparent-navbar a.nav-button:hover,
.institution-dashboard .transparent-navbar a.nav-button:focus,
.institution-page .transparent-navbar a.nav-button:focus {
  color: #ddd;
  text-decoration: none;
}
.institution-dashboard .transparent-navbar a.nav-button a:hover,
.institution-page .transparent-navbar a.nav-button a:hover {
  color: #ddd;
}
.institution-dashboard .institution-cover,
.institution-page .institution-cover {
  width: 100%;
  display: block;
  height: 210px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}
.institution-dashboard .institution-cover .cover-shadow,
.institution-page .institution-cover .cover-shadow {
  width: 100%;
  height: 140px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x;
}
.institution-dashboard .institution-cover img,
.institution-page .institution-cover img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.institution-dashboard .institution-profile img,
.institution-page .institution-profile img {
  position: absolute;
  top: -126px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.institution-dashboard .institution-profile h1,
.institution-page .institution-profile h1 {
  margin-top: 0;
}
.auth-page.auth-page-private-account {
  padding-top: 0;
}
.institution-profile {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  position: relative;
  padding-top: 60px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .institution-profile {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .institution-profile {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .institution-profile {
    width: 1030px;
  }
}
.institution-profile > .navbar-header,
.institution-profile > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .institution-profile > .navbar-header,
  .institution-profile > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.institution-profile > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .institution-profile {
    width: auto;
  }
}
@media (min-width: 992px) {
  .institution-profile {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .institution-profile {
    width: 1030px;
  }
}
@media (min-width: 1600px) {
  .institution-profile {
    width: 1230px;
  }
}
@media (min-width: 768px) {
  .institution-profile {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .institution-profile {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .institution-profile {
    width: 1030px;
  }
}
.institution-profile > .navbar-header,
.institution-profile > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .institution-profile > .navbar-header,
  .institution-profile > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.institution-profile > .navbar-header {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .institution-profile {
    width: auto;
  }
}
@media (min-width: 992px) {
  .institution-profile {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .institution-profile {
    width: 1030px;
  }
}
@media (min-width: 1600px) {
  .institution-profile {
    width: 1230px;
  }
}
.institution-profile:after {
  display: block;
  clear: none;
}
@media (min-width: 480px) {
  .institution-profile {
    padding-top: 70px;
    margin-bottom: 50px;
  }
}
.institution-profile.with-cover-logo {
  padding-top: 50px;
  margin-bottom: 35px;
}
.institution-profile h1 {
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 100;
  letter-spacing: -1px;
  word-wrap: break-word;
}
@media (min-width: 480px) {
  .institution-profile h1 {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: -2px;
  }
}
.institution-profile img {
  width: 150px;
  height: 150px;
}
@media (min-width: 480px) {
  .institution-profile img {
    width: 176px;
    height: 176px;
  }
}
.institution-profile .location {
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
}
.institution-profile .byline {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 15px;
}
.transparent-navbar {
  height: 58px;
  line-height: 58px;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.transparent-navbar a.nav-button {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.transparent-navbar a.nav-button:hover,
.transparent-navbar a.nav-button:focus {
  color: #343636;
  text-decoration: none;
}
.transparent-navbar a.nav-button:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.transparent-navbar .glyphicon,
.transparent-navbar .fa {
  line-height: 58px;
  font-size: 22px;
}
.institutions-input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 2px;
}
select.institutions-input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.institutions-input-lg,
select[multiple].institutions-input-lg {
  height: auto;
}
.institution-search-wrapper {
  margin: 30px 0;
}
.institution-search-group input {
  height: 45px;
  padding: 10px 16px;
  line-height: 1.33;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 100;
  padding-left: 38px;
  padding-right: 38px;
}
select.institution-search-group input {
  height: 45px;
  line-height: 45px;
}
textarea.institution-search-group input,
select[multiple].institution-search-group input {
  height: auto;
}
.institution-search-group .dual-inner-addon input {
  padding-left: 30px;
  padding-right: 30px;
}
.institution-search-group .left-inner-addon input {
  padding-left: 30px;
}
.institution-search-group .right-inner-addon input {
  padding-right: 30px;
}
.institution-search-group .search-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.institution-search-group .search-icon.fa-pull-left {
  margin-right: 0.3em;
}
.institution-search-group .search-icon.fa-pull-right {
  margin-left: 0.3em;
}
.institution-search-group .search-icon.pull-left {
  margin-right: 0.3em;
}
.institution-search-group .search-icon.pull-right {
  margin-left: 0.3em;
}
.institution-search-group .search-icon:before {
  content: "\f002";
}
.institution-search-group .addon-left {
  left: 6px;
  top: 6px;
  z-index: 1;
}
.institution-search-group .addon-right {
  right: 6px;
  top: 6px;
  z-index: 1;
}
.add-lesson-page .page-header h1 {
  padding-bottom: 20px;
}
.add-lesson-page p {
  font-size: 14px;
}
a.add-tag-btn {
  font-size: 12px;
  margin-left: 5px;
}
.clickable-tag {
  cursor: pointer;
}
.clickable-tag.disabled {
  cursor: not-allowed;
}
.clickable-tag.label {
  display: inline-block;
  line-height: initial;
}
.form-group.color-selector-group {
  padding-top: 10px;
}
ul.color-selector {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
ul.color-selector li {
  width: 24px;
  height: 24px;
  background: #3e454d;
  float: right;
  margin: 0 0 0 5px;
  color: #fff;
  line-height: 24px !important;
  text-align: center;
  position: relative;
  cursor: pointer;
}
ul.color-selector li.active {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul.color-selector li.active.fa-pull-left {
  margin-right: 0.3em;
}
ul.color-selector li.active.fa-pull-right {
  margin-left: 0.3em;
}
ul.color-selector li.active.pull-left {
  margin-right: 0.3em;
}
ul.color-selector li.active.pull-right {
  margin-left: 0.3em;
}
ul.color-selector li.active:before {
  content: "\f00c";
}
ul.color-selector li.info {
  background: #1eaec8;
}
ul.color-selector li.prominent {
  background: #3e454d;
}
ul.color-selector li.primary {
  background: #008c8d;
}
ul.color-selector li.success {
  background: #57ca1c;
}
ul.color-selector li.warning {
  background: #f67500;
}
ul.color-selector li.danger {
  background: #ED5946;
}
ul.color-selector.color-selector-left li {
  float: left;
  margin: 0 5px 0 0;
}
.selected-tags student-tag {
  display: inline-block;
  padding-top: 10px;
}
.selected-tags .label {
  margin-right: 5px;
}
.image-cropper {
  padding-top: 15px;
}
.image-cropper input[type=file] {
  visibility: hidden;
}
.image-cropper .image-cropper-wrapper {
  margin: 0 auto;
}
.image-cropper .controls-wrapper {
  margin-top: 20px;
  text-align: center;
}
.image-cropper .controls-wrapper .rotation-btns {
  display: inline-block;
  margin-right: 40px;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-ccw-btn {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 20px;
  cursor: pointer;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-ccw-btn.fa-pull-left {
  margin-right: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-ccw-btn.fa-pull-right {
  margin-left: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-ccw-btn.pull-left {
  margin-right: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-ccw-btn.pull-right {
  margin-left: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-ccw-btn:before {
  content: "\f0e2";
}
.image-cropper .controls-wrapper .rotation-btns .rotate-cw-btn {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-cw-btn.fa-pull-left {
  margin-right: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-cw-btn.fa-pull-right {
  margin-left: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-cw-btn.pull-left {
  margin-right: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-cw-btn.pull-right {
  margin-left: 0.3em;
}
.image-cropper .controls-wrapper .rotation-btns .rotate-cw-btn:before {
  content: "\f01e";
}
.image-cropper .controls-wrapper .slider-wrapper {
  display: inline-block;
}
.image-cropper .controls-wrapper .slider-wrapper .fa {
  display: inline;
}
.image-cropper .controls-wrapper .slider-wrapper .cropit-image-zoom-input {
  display: inline;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #eee;
  border-radius: 5px;
  outline: none;
  width: 100px;
  height: 5px;
  margin: 0 20px;
  vertical-align: middle;
}
.notifications .notification {
  padding: 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #dddddd;
  overflow: auto;
}
.notifications .notification .image-wrapper {
  float: left;
  text-align: center;
  width: 48px;
}
.notifications .notification .image-wrapper img {
  border-radius: 50%;
  width: 48px;
}
.notifications .notification.complete {
  background-color: #fff;
}
.notifications .notification.complete .unread-only {
  display: none;
}
.notifications .notification.complete i.bell {
  color: #8f9393;
}
.notifications .notification .notification-footer {
  margin-left: 60px;
}
.notifications .notification .notification-footer .received {
  color: #8f9393;
  font-size: 76%;
  font-size: 85%;
}
.notifications .notification .notification-footer .controls {
  margin-left: 10px;
}
.notifications .notification .message {
  margin-bottom: 5px;
  margin-left: 60px;
}
.notifications .notification .message a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.notifications .notification .message a:hover,
.notifications .notification .message a:focus {
  color: #343636;
  text-decoration: none;
}
.notifications .notification .message a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.notifications.notifications-white .notification {
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-bottom: -1px;
}
.notifications-btn em {
  animation-name: expandUp;
  -webkit-animation-name: expandUp;
  animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
  font-family: "Open Sans", sans-serif;
  right: 10px;
  top: 3px;
  font-size: 9px;
  display: block;
  padding: 2px;
  position: absolute;
  text-decoration: none;
  font-style: normal;
  background: #ED1C24;
  color: #ffffff;
  min-width: 13px;
  border-radius: 25%;
  line-height: 8px;
  font-weight: bold;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.15);
}
.enrolments-count {
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0;
}
.student.unenrolled .unenrol-btn {
  display: none;
}
.student.enrolled .enrol-btn {
  display: none;
}
.students-batch-wrapper {
  margin-bottom: 15px;
}
.student-progress-wrapper {
  padding-bottom: 100px;
}
.students-table-controls {
  margin: 15px 0;
  min-height: 28px;
}
.students-table-controls .controls-right {
  text-align: right;
  margin-top: 15px;
}
@media (min-width: 480px) {
  .students-table-controls .controls-right {
    float: right;
    margin-top: 0;
  }
}
.students-table-controls .download-btn {
  margin-left: 10px;
}
.students-table-controls .count {
  font-weight: 700;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 28px;
}
.students-table-controls .count--subtle {
  font-weight: 400;
  color: #8f9393;
}
.students-table-controls .spaced-element {
  margin-right: 5px;
}
.students-table {
  margin-bottom: 0;
  border: 1px solid #dddddd;
}
.students-table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.students-table > thead > tr > th,
.students-table > tbody > tr > th,
.students-table > tfoot > tr > th,
.students-table > thead > tr > td,
.students-table > tbody > tr > td,
.students-table > tfoot > tr > td {
  padding: 5px;
}
.students-table > thead > tr > th,
.students-table > tbody > tr > th,
.students-table > tfoot > tr > th,
.students-table > thead > tr > td,
.students-table > tbody > tr > td,
.students-table > tfoot > tr > td {
  padding: 5px 8px;
}
.students-table > thead > tr > th.danger,
.students-table > tbody > tr > th.danger,
.students-table > tfoot > tr > th.danger,
.students-table > thead > tr > td.danger,
.students-table > tbody > tr > td.danger,
.students-table > tfoot > tr > td.danger {
  background-color: #fbd6d1;
}
.students-table > thead > tr.danger > th,
.students-table > tbody > tr.danger > th,
.students-table > tfoot > tr.danger > th,
.students-table > thead > tr.danger > td,
.students-table > tbody > tr.danger > td,
.students-table > tfoot > tr.danger > td {
  background-color: #fbd6d1;
}
.students-table tr {
  height: 42px;
}
.students-table .clickable {
  cursor: pointer;
}
.students-table .clickable.disabled {
  cursor: not-allowed;
}
.students-table th,
.students-table td {
  vertical-align: middle !important;
}
.students-table th img.student-image,
.students-table td img.student-image {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.students-table th.image-col,
.students-table td.image-col,
.students-table th.check-col,
.students-table td.check-col {
  text-align: center;
  width: 48px;
}
.students-table th.image-col .checkbox,
.students-table td.image-col .checkbox,
.students-table th.check-col .checkbox,
.students-table td.check-col .checkbox,
.students-table th.image-col .radio,
.students-table td.image-col .radio,
.students-table th.check-col .radio,
.students-table td.check-col .radio {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.students-table th.progress-col,
.students-table td.progress-col {
  width: 200px;
}
.students-table th.progress-col .progress,
.students-table td.progress-col .progress {
  margin-bottom: 0;
}
.students-table th.date-col,
.students-table td.date-col {
  text-align: center;
  width: 200px;
}
.students-table th.date-col-alt,
.students-table td.date-col-alt {
  width: 160px;
}
.students-table th.details-col,
.students-table td.details-col {
  width: 140px;
}
.students-table th.details-col-md,
.students-table td.details-col-md {
  width: 150px;
}
.students-table th.details-col-sm,
.students-table td.details-col-sm {
  width: 110px;
}
.students-table th.details-col-xs,
.students-table td.details-col-xs {
  width: 90px;
}
.students-table th.details-wide-col,
.students-table td.details-wide-col {
  width: 200px;
}
.students-table th.details-col-xl,
.students-table td.details-col-xl {
  width: 400px;
}
.students-table th.label-col,
.students-table td.label-col {
  text-align: center;
  width: 100px;
}
.students-table th.label-col-lg,
.students-table td.label-col-lg {
  text-align: center;
  width: 120px;
}
.students-table th.label-col-sm,
.students-table td.label-col-sm {
  text-align: center;
  width: 90px;
}
.students-table th.status-col,
.students-table td.status-col {
  text-align: center;
  width: 140px;
  min-width: 140px;
}
.students-table th.status-col .btn-block + .btn-block,
.students-table td.status-col .btn-block + .btn-block {
  margin-top: 0;
}
.students-table th.controls-col,
.students-table td.controls-col {
  text-align: center;
  width: 76px;
}
.students-table th.controls-col.controls-col-lg,
.students-table td.controls-col.controls-col-lg {
  width: 106px;
}
.students-table th.controls-col .btn-block + .btn-block,
.students-table td.controls-col .btn-block + .btn-block {
  margin-top: 0;
}
.students-table th.controls-col .btn,
.students-table td.controls-col .btn {
  min-width: 47px;
  padding: 2px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.students-table th.controls-col .btn.btn-wide,
.students-table td.controls-col .btn.btn-wide {
  min-width: 52px;
  padding: 2px 16px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.students-table th.buttons-col,
.students-table td.buttons-col {
  text-align: center;
  width: 116px;
}
.students-table th.buttons-col .btn,
.students-table td.buttons-col .btn {
  padding: 2px 8px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.students-table th.buttons-col .btn.btn-wide,
.students-table td.buttons-col .btn.btn-wide {
  min-width: 52px;
  padding: 2px 16px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 1px;
}
.students-table th.buttons-col.buttons-col-sm,
.students-table td.buttons-col.buttons-col-sm {
  width: 90px;
}
.students-table th .truncated,
.students-table td .truncated {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  max-width: 100px;
}
@media (min-width: 768px) {
  .students-table th .truncated,
  .students-table td .truncated {
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .students-table th .truncated,
  .students-table td .truncated {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .students-table th .truncated,
  .students-table td .truncated {
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .students-table th .truncated,
  .students-table td .truncated {
    max-width: 700px;
  }
}
.students-table th .truncated.truncated-sm,
.students-table td .truncated.truncated-sm {
  max-width: 100px;
}
@media (min-width: 768px) {
  .students-table th .truncated.truncated-sm,
  .students-table td .truncated.truncated-sm {
    max-width: 50px;
  }
}
@media (min-width: 992px) {
  .students-table th .truncated.truncated-sm,
  .students-table td .truncated.truncated-sm {
    max-width: 50px;
  }
}
@media (min-width: 1200px) {
  .students-table th .truncated.truncated-sm,
  .students-table td .truncated.truncated-sm {
    max-width: 200px;
  }
}
@media (min-width: 1600px) {
  .students-table th .truncated.truncated-sm,
  .students-table td .truncated.truncated-sm {
    max-width: 500px;
  }
}
.students-table .course-count-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  font-weight: 600;
  font-size: 100%;
  background-color: #8f9393;
  padding: 0.2em 1em 0.3em;
}
a.students-table .course-count-label:hover,
a.students-table .course-count-label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.students-table .course-count-label:empty {
  display: none;
}
.btn .students-table .course-count-label {
  position: relative;
  top: -1px;
}
.students-table .course-count-label [data-role="remove"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  cursor: pointer;
  display: inline;
}
.students-table .course-count-label [data-role="remove"].fa-pull-left {
  margin-right: 0.3em;
}
.students-table .course-count-label [data-role="remove"].fa-pull-right {
  margin-left: 0.3em;
}
.students-table .course-count-label [data-role="remove"].pull-left {
  margin-right: 0.3em;
}
.students-table .course-count-label [data-role="remove"].pull-right {
  margin-left: 0.3em;
}
.students-table .course-count-label [data-role="remove"]:after {
  content: "\f00d";
  padding: 0px 2px;
}
.students-table .course-count-label [data-role="remove"]:hover {
  box-shadow: none;
}
.students-table .course-count-label [data-role="remove"]:hover:active {
  box-shadow: none;
}
.students-table .course-count-label[href]:hover,
.students-table .course-count-label[href]:focus {
  background-color: #757a7a;
}
.students-table .tags .tag-wrapper {
  display: inline-block;
}
.filter-form {
  margin-top: 45px;
  margin-bottom: 45px;
  overflow-y: auto;
}
.filter-form h2 {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.filter-form .btn-wide {
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 480px) {
  .filter-form .btn-wide {
    width: auto;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .filter-form .btn-wide {
    width: auto;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.filter-form .btn-wide:last-child {
  margin-right: 0;
}
.filter-form.filter-form-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.filter-form .fcol {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
@media (min-width: 480px) {
  .filter-form .fcol {
    float: left;
  }
}
@media (min-width: 480px) {
  .filter-form .fcol-4 {
    width: 33.3333%;
  }
}
@media (min-width: 480px) {
  .filter-form .fcol-6 {
    width: 50%;
  }
}
@media (min-width: 480px) {
  .filter-form .fcol-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .filter-form .fcol-sm-4 {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  .filter-form .fcol-sm-6 {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .filter-form .fcol-sm-8 {
    width: 66.6666%;
  }
}
@media (min-width: 768px) {
  .filter-form .fcol-p-sm {
    padding-top: 25px;
  }
}
@media (min-width: 480px) {
  .filter-form .fcol-p-xs {
    padding-top: 25px;
  }
}
/**
 * Simple student profile.
 */
.student-page.student-page-simple {
  padding-top: 30px;
}
.student-page.student-page-simple .form-group {
  margin-bottom: 22px;
}
.student-page.student-page-simple .form-group .control-label {
  margin-bottom: 8px;
}
.student-page.student-page-simple .profile {
  overflow: auto;
  margin-bottom: 30px;
}
.student-page.student-page-simple .profile h1 {
  margin-top: 10px;
}
.student-page.student-page-simple .profile .compliance-alerts {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.student-page.student-page-simple .profile .compliance-alerts .alert-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  color: #ED5946;
  vertical-align: middle;
  margin-right: 10px;
}
.student-page.student-page-simple .profile .compliance-alerts .alert-icon.fa-pull-left {
  margin-right: 0.3em;
}
.student-page.student-page-simple .profile .compliance-alerts .alert-icon.fa-pull-right {
  margin-left: 0.3em;
}
.student-page.student-page-simple .profile .compliance-alerts .alert-icon.pull-left {
  margin-right: 0.3em;
}
.student-page.student-page-simple .profile .compliance-alerts .alert-icon.pull-right {
  margin-left: 0.3em;
}
a.student-page.student-page-simple .profile .compliance-alerts .alert-icon:hover,
a.student-page.student-page-simple .profile .compliance-alerts .alert-icon:focus {
  color: #e82f18;
}
a.student-page.student-page-simple .profile .compliance-alerts .alert-icon:hover,
a.student-page.student-page-simple .profile .compliance-alerts .alert-icon:focus {
  color: #e82f18;
}
.student-page.student-page-simple .profile .compliance-alerts .alert-icon:before {
  content: "\f071";
}
.student-page.student-page-simple .search-bar {
  display: block;
}
.student-page.student-page-simple .tab-header {
  background-color: #f4f4f4;
  padding: 10px 15px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.student-page.student-page-simple .tab-header h2 {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
.student-page.student-page-simple .tab-header .tab-header-alert {
  float: right;
}
.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ED5946;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.6em;
}
.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon.fa-pull-left {
  margin-right: 0.3em;
}
.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon.fa-pull-right {
  margin-left: 0.3em;
}
.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon.pull-left {
  margin-right: 0.3em;
}
.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon.pull-right {
  margin-left: 0.3em;
}
a.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon:hover,
a.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon:focus {
  color: #e82f18;
}
a.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon:hover,
a.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon:focus {
  color: #e82f18;
}
.student-page.student-page-simple .tab-header .tab-header-alert .alert-icon:before {
  content: "\f071";
}
.student-page.student-page-simple .licence dl dt {
  float: left;
  width: 100px;
  clear: left;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.student-page.student-page-simple .licence dl dd {
  margin-left: 120px;
  margin-bottom: 5px;
}
.student-page.student-page-simple .licence dl dd .file-icon {
  margin-right: 5px;
}
.student-page.student-page-simple .has-error .licence dt {
  color: #ED5946;
}
.student-page.student-page-simple .has-error .licence dd {
  color: #ED5946;
}
.student-page.student-page-simple .selected-user {
  padding-top: 0px;
}
.students-page,
.student-page {
  margin-bottom: 250px;
}
.students-page .summary-panel,
.student-page .summary-panel {
  border-color: #ddd;
}
.students-page .summary-panel > .panel-heading,
.student-page .summary-panel > .panel-heading {
  color: #3e454d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.students-page .summary-panel > .panel-heading + .panel-collapse > .panel-body,
.student-page .summary-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.students-page .summary-panel > .panel-heading .badge,
.student-page .summary-panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3e454d;
}
.students-page .summary-panel > .panel-footer + .panel-collapse > .panel-body,
.student-page .summary-panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
@media (max-width: 767px) {
  .students-page .summary-panel,
  .student-page .summary-panel {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .students-page .summary-panel,
  .student-page .summary-panel {
    display: none !important;
  }
}
.students-page .summary-panel .media h4,
.student-page .summary-panel .media h4 {
  margin-top: 7px;
  margin-bottom: 3px;
  font-size: 16px;
}
.students-page .panel-body,
.student-page .panel-body {
  padding: 20px;
}
.students-page .page-header-no-border.first,
.student-page .page-header-no-border.first {
  margin-top: 0;
}
.students-page .page-header-no-border.first h1,
.student-page .page-header-no-border.first h1,
.students-page .page-header-no-border.first h2,
.student-page .page-header-no-border.first h2,
.students-page .page-header-no-border.first h3,
.student-page .page-header-no-border.first h3,
.students-page .page-header-no-border.first h4,
.student-page .page-header-no-border.first h4,
.students-page .page-header-no-border.first h5,
.student-page .page-header-no-border.first h5,
.students-page .page-header-no-border.first h6,
.student-page .page-header-no-border.first h6 {
  margin-top: 0;
}
.students-page .institution-cover,
.student-page .institution-cover {
  width: 100%;
  display: block;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 170px;
  position: absolute;
}
.students-page .institution-cover .cover-shadow,
.student-page .institution-cover .cover-shadow {
  width: 100%;
  height: 113px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=0);
  background-repeat: repeat-x;
}
.students-page .container.main,
.student-page .container.main {
  padding-top: 15px;
}
@media (min-width: 768px) {
  .students-page .container.main,
  .student-page .container.main {
    padding-top: 80px;
  }
}
.students-page .profile-col,
.student-page .profile-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .students-page .profile-col,
  .student-page .profile-col {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .students-page .profile-col,
  .student-page .profile-col {
    float: left;
    width: 25%;
  }
}
.students-page .content-col,
.student-page .content-col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .students-page .content-col,
  .student-page .content-col {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .students-page .content-col,
  .student-page .content-col {
    float: left;
    width: 75%;
  }
}
.students-page .empty-message,
.student-page .empty-message {
  text-align: center;
  color: #8f9393;
  padding-bottom: 100px;
  margin-top: 50px;
  font-size: 16px;
  font-weight: 100;
}
.students-page .empty-message p,
.student-page .empty-message p {
  margin: 0;
}
.students-page .empty-message .first-time-button,
.student-page .empty-message .first-time-button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
  padding: 10px 32px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 2px;
  width: 100%;
  max-width: 240px;
  margin-top: 50px;
}
.students-page .empty-message .first-time-button:focus,
.student-page .empty-message .first-time-button:focus,
.students-page .empty-message .first-time-button:active:focus,
.student-page .empty-message .first-time-button:active:focus,
.students-page .empty-message .first-time-button.active:focus,
.student-page .empty-message .first-time-button.active:focus,
.students-page .empty-message .first-time-button.focus,
.student-page .empty-message .first-time-button.focus,
.students-page .empty-message .first-time-button:active.focus,
.student-page .empty-message .first-time-button:active.focus,
.students-page .empty-message .first-time-button.active.focus,
.student-page .empty-message .first-time-button.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.students-page .empty-message .first-time-button:hover,
.student-page .empty-message .first-time-button:hover,
.students-page .empty-message .first-time-button:focus,
.student-page .empty-message .first-time-button:focus,
.students-page .empty-message .first-time-button.focus,
.student-page .empty-message .first-time-button.focus {
  color: #3e454d;
  text-decoration: none;
}
.students-page .empty-message .first-time-button:active,
.student-page .empty-message .first-time-button:active,
.students-page .empty-message .first-time-button.active,
.student-page .empty-message .first-time-button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.students-page .empty-message .first-time-button.disabled,
.student-page .empty-message .first-time-button.disabled,
.students-page .empty-message .first-time-button[disabled],
.student-page .empty-message .first-time-button[disabled],
fieldset[disabled] .students-page .empty-message .first-time-button,
fieldset[disabled] .student-page .empty-message .first-time-button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.students-page .empty-message .first-time-button.disabled,
a.student-page .empty-message .first-time-button.disabled,
fieldset[disabled] a.students-page .empty-message .first-time-button,
fieldset[disabled] a.student-page .empty-message .first-time-button {
  pointer-events: none;
}
.students-page .empty-message .first-time-button:focus,
.student-page .empty-message .first-time-button:focus,
.students-page .empty-message .first-time-button.focus,
.student-page .empty-message .first-time-button.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.students-page .empty-message .first-time-button:hover,
.student-page .empty-message .first-time-button:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.students-page .empty-message .first-time-button:active,
.student-page .empty-message .first-time-button:active,
.students-page .empty-message .first-time-button.active,
.student-page .empty-message .first-time-button.active,
.open > .dropdown-toggle.students-page .empty-message .first-time-button,
.open > .dropdown-toggle.student-page .empty-message .first-time-button {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.students-page .empty-message .first-time-button:active:hover,
.student-page .empty-message .first-time-button:active:hover,
.students-page .empty-message .first-time-button.active:hover,
.student-page .empty-message .first-time-button.active:hover,
.open > .dropdown-toggle.students-page .empty-message .first-time-button:hover,
.open > .dropdown-toggle.student-page .empty-message .first-time-button:hover,
.students-page .empty-message .first-time-button:active:focus,
.student-page .empty-message .first-time-button:active:focus,
.students-page .empty-message .first-time-button.active:focus,
.student-page .empty-message .first-time-button.active:focus,
.open > .dropdown-toggle.students-page .empty-message .first-time-button:focus,
.open > .dropdown-toggle.student-page .empty-message .first-time-button:focus,
.students-page .empty-message .first-time-button:active.focus,
.student-page .empty-message .first-time-button:active.focus,
.students-page .empty-message .first-time-button.active.focus,
.student-page .empty-message .first-time-button.active.focus,
.open > .dropdown-toggle.students-page .empty-message .first-time-button.focus,
.open > .dropdown-toggle.student-page .empty-message .first-time-button.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.students-page .empty-message .first-time-button.disabled:hover,
.student-page .empty-message .first-time-button.disabled:hover,
.students-page .empty-message .first-time-button[disabled]:hover,
.student-page .empty-message .first-time-button[disabled]:hover,
fieldset[disabled] .students-page .empty-message .first-time-button:hover,
fieldset[disabled] .student-page .empty-message .first-time-button:hover,
.students-page .empty-message .first-time-button.disabled:focus,
.student-page .empty-message .first-time-button.disabled:focus,
.students-page .empty-message .first-time-button[disabled]:focus,
.student-page .empty-message .first-time-button[disabled]:focus,
fieldset[disabled] .students-page .empty-message .first-time-button:focus,
fieldset[disabled] .student-page .empty-message .first-time-button:focus,
.students-page .empty-message .first-time-button.disabled.focus,
.student-page .empty-message .first-time-button.disabled.focus,
.students-page .empty-message .first-time-button[disabled].focus,
.student-page .empty-message .first-time-button[disabled].focus,
fieldset[disabled] .students-page .empty-message .first-time-button.focus,
fieldset[disabled] .student-page .empty-message .first-time-button.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.students-page .empty-message .first-time-button .badge,
.student-page .empty-message .first-time-button .badge {
  color: #1eaec8;
  background-color: #fff;
}
.students-page .empty-message .first-time-button-2,
.student-page .empty-message .first-time-button-2 {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #fff;
  background-color: #57ca1c;
  border-color: #4db419;
  padding: 10px 32px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 2px;
  width: 100%;
  max-width: 240px;
  margin-top: 50px;
}
.students-page .empty-message .first-time-button-2:focus,
.student-page .empty-message .first-time-button-2:focus,
.students-page .empty-message .first-time-button-2:active:focus,
.student-page .empty-message .first-time-button-2:active:focus,
.students-page .empty-message .first-time-button-2.active:focus,
.student-page .empty-message .first-time-button-2.active:focus,
.students-page .empty-message .first-time-button-2.focus,
.student-page .empty-message .first-time-button-2.focus,
.students-page .empty-message .first-time-button-2:active.focus,
.student-page .empty-message .first-time-button-2:active.focus,
.students-page .empty-message .first-time-button-2.active.focus,
.student-page .empty-message .first-time-button-2.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.students-page .empty-message .first-time-button-2:hover,
.student-page .empty-message .first-time-button-2:hover,
.students-page .empty-message .first-time-button-2:focus,
.student-page .empty-message .first-time-button-2:focus,
.students-page .empty-message .first-time-button-2.focus,
.student-page .empty-message .first-time-button-2.focus {
  color: #3e454d;
  text-decoration: none;
}
.students-page .empty-message .first-time-button-2:active,
.student-page .empty-message .first-time-button-2:active,
.students-page .empty-message .first-time-button-2.active,
.student-page .empty-message .first-time-button-2.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.students-page .empty-message .first-time-button-2.disabled,
.student-page .empty-message .first-time-button-2.disabled,
.students-page .empty-message .first-time-button-2[disabled],
.student-page .empty-message .first-time-button-2[disabled],
fieldset[disabled] .students-page .empty-message .first-time-button-2,
fieldset[disabled] .student-page .empty-message .first-time-button-2 {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.students-page .empty-message .first-time-button-2.disabled,
a.student-page .empty-message .first-time-button-2.disabled,
fieldset[disabled] a.students-page .empty-message .first-time-button-2,
fieldset[disabled] a.student-page .empty-message .first-time-button-2 {
  pointer-events: none;
}
.students-page .empty-message .first-time-button-2:focus,
.student-page .empty-message .first-time-button-2:focus,
.students-page .empty-message .first-time-button-2.focus,
.student-page .empty-message .first-time-button-2.focus {
  color: #fff;
  background-color: #449d16;
  border-color: #1d4409;
}
.students-page .empty-message .first-time-button-2:hover,
.student-page .empty-message .first-time-button-2:hover {
  color: #fff;
  background-color: #449d16;
  border-color: #367e11;
}
.students-page .empty-message .first-time-button-2:active,
.student-page .empty-message .first-time-button-2:active,
.students-page .empty-message .first-time-button-2.active,
.student-page .empty-message .first-time-button-2.active,
.open > .dropdown-toggle.students-page .empty-message .first-time-button-2,
.open > .dropdown-toggle.student-page .empty-message .first-time-button-2 {
  color: #fff;
  background-color: #449d16;
  background-image: none;
  border-color: #367e11;
}
.students-page .empty-message .first-time-button-2:active:hover,
.student-page .empty-message .first-time-button-2:active:hover,
.students-page .empty-message .first-time-button-2.active:hover,
.student-page .empty-message .first-time-button-2.active:hover,
.open > .dropdown-toggle.students-page .empty-message .first-time-button-2:hover,
.open > .dropdown-toggle.student-page .empty-message .first-time-button-2:hover,
.students-page .empty-message .first-time-button-2:active:focus,
.student-page .empty-message .first-time-button-2:active:focus,
.students-page .empty-message .first-time-button-2.active:focus,
.student-page .empty-message .first-time-button-2.active:focus,
.open > .dropdown-toggle.students-page .empty-message .first-time-button-2:focus,
.open > .dropdown-toggle.student-page .empty-message .first-time-button-2:focus,
.students-page .empty-message .first-time-button-2:active.focus,
.student-page .empty-message .first-time-button-2:active.focus,
.students-page .empty-message .first-time-button-2.active.focus,
.student-page .empty-message .first-time-button-2.active.focus,
.open > .dropdown-toggle.students-page .empty-message .first-time-button-2.focus,
.open > .dropdown-toggle.student-page .empty-message .first-time-button-2.focus {
  color: #fff;
  background-color: #367e11;
  border-color: #1d4409;
}
.students-page .empty-message .first-time-button-2.disabled:hover,
.student-page .empty-message .first-time-button-2.disabled:hover,
.students-page .empty-message .first-time-button-2[disabled]:hover,
.student-page .empty-message .first-time-button-2[disabled]:hover,
fieldset[disabled] .students-page .empty-message .first-time-button-2:hover,
fieldset[disabled] .student-page .empty-message .first-time-button-2:hover,
.students-page .empty-message .first-time-button-2.disabled:focus,
.student-page .empty-message .first-time-button-2.disabled:focus,
.students-page .empty-message .first-time-button-2[disabled]:focus,
.student-page .empty-message .first-time-button-2[disabled]:focus,
fieldset[disabled] .students-page .empty-message .first-time-button-2:focus,
fieldset[disabled] .student-page .empty-message .first-time-button-2:focus,
.students-page .empty-message .first-time-button-2.disabled.focus,
.student-page .empty-message .first-time-button-2.disabled.focus,
.students-page .empty-message .first-time-button-2[disabled].focus,
.student-page .empty-message .first-time-button-2[disabled].focus,
fieldset[disabled] .students-page .empty-message .first-time-button-2.focus,
fieldset[disabled] .student-page .empty-message .first-time-button-2.focus {
  background-color: #57ca1c;
  border-color: #4db419;
}
.students-page .empty-message .first-time-button-2 .badge,
.student-page .empty-message .first-time-button-2 .badge {
  color: #57ca1c;
  background-color: #fff;
}
.students-page .empty-courses-message,
.student-page .empty-courses-message {
  text-align: center;
  color: #8f9393;
  padding-top: 30px;
}
.static-images .choose-profile-image .profile-image-col {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-left: -5px;
  padding-right: -5px;
}
.static-images .choose-profile-image .avatar {
  text-align: center;
  margin-bottom: 10px;
}
.static-images .choose-profile-image .avatar img {
  width: 100%;
  max-width: 64px;
}
.static-images .choose-profile-image .avatar.selected img {
  outline: 2px solid #1eaec8;
}
.static-images .choose-profile-image .avatar.show-more {
  display: table;
  line-height: 1;
  height: 64px;
}
.static-images .choose-profile-image .avatar.show-more a {
  display: table-cell;
  vertical-align: middle;
}
.student-page .panel-profile {
  text-align: center;
  margin-bottom: 20px;
}
.student-page .panel-profile h1 {
  font-size: 28px;
  margin-bottom: 20px;
}
.student-page .form-group {
  margin-bottom: 20px;
}
.student-page .form-group .form-control {
  height: 41px;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 4px;
  box-shadow: none;
  border-radius: 0;
}
select.student-page .form-group .form-control {
  height: 41px;
  line-height: 41px;
}
textarea.student-page .form-group .form-control,
select[multiple].student-page .form-group .form-control {
  height: auto;
}
.student-page .form-group .control-btn,
.student-page .form-group > .form-control {
  width: 100%;
}
@media (min-width: 768px) {
  .student-page .form-group .control-btn,
  .student-page .form-group > .form-control {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .student-page .form-group .control-btn,
  .student-page .form-group > .form-control {
    width: 33%;
  }
}
.student-page .form-group > textarea.form-control {
  width: 100%;
  height: auto;
  resize: both;
}
.student-page .form-group .control-label {
  font-size: 16px;
  margin-bottom: 10px;
}
.student-page .form-group .control-label .edit-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
  outline: none;
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #585161;
  border-color: #dcdcdc;
  margin-left: 5px;
}
.student-page .form-group .control-label .edit-btn:focus,
.student-page .form-group .control-label .edit-btn:active:focus,
.student-page .form-group .control-label .edit-btn.active:focus,
.student-page .form-group .control-label .edit-btn.focus,
.student-page .form-group .control-label .edit-btn:active.focus,
.student-page .form-group .control-label .edit-btn.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.student-page .form-group .control-label .edit-btn:hover,
.student-page .form-group .control-label .edit-btn:focus,
.student-page .form-group .control-label .edit-btn.focus {
  color: #3e454d;
  text-decoration: none;
}
.student-page .form-group .control-label .edit-btn:active,
.student-page .form-group .control-label .edit-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.student-page .form-group .control-label .edit-btn.disabled,
.student-page .form-group .control-label .edit-btn[disabled],
fieldset[disabled] .student-page .form-group .control-label .edit-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.student-page .form-group .control-label .edit-btn.disabled,
fieldset[disabled] a.student-page .form-group .control-label .edit-btn {
  pointer-events: none;
}
.student-page .form-group .control-label .edit-btn:hover,
.open > .dropdown-toggle.student-page .form-group .control-label .edit-btn {
  background-image: linear-gradient(to bottom, #f8f8f8 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  color: #191919;
  border-color: #c6c6c6;
  opacity: 1;
}
.student-page .form-group .control-label .edit-btn:active,
.open > .dropdown-toggle.student-page .form-group .control-label .edit-btn {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.student-page .form-group .control-label .edit-btn:focus {
  border-color: #1eaec8;
}
.student-page .form-group .control-label .edit-btn.disabled,
.student-page .form-group .control-label .edit-btn[disabled],
fieldset[disabled] .student-page .form-group .control-label .edit-btn,
.student-page .form-group .control-label .edit-btn.disabled:hover,
.student-page .form-group .control-label .edit-btn[disabled]:hover,
fieldset[disabled] .student-page .form-group .control-label .edit-btn:hover,
.student-page .form-group .control-label .edit-btn.disabled:focus,
.student-page .form-group .control-label .edit-btn[disabled]:focus,
fieldset[disabled] .student-page .form-group .control-label .edit-btn:focus,
.student-page .form-group .control-label .edit-btn.disabled:active,
.student-page .form-group .control-label .edit-btn[disabled]:active,
fieldset[disabled] .student-page .form-group .control-label .edit-btn:active {
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff1f1f1', GradientType=0);
  background-repeat: repeat-x;
  border-color: #dcdcdc;
}
.student-page .form-group .control-label .danger-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 1px;
  color: #fff;
  background-color: #ED5946;
  border-color: #eb442f;
  margin-left: 5px;
}
.student-page .form-group .control-label .danger-btn:focus,
.student-page .form-group .control-label .danger-btn:active:focus,
.student-page .form-group .control-label .danger-btn.active:focus,
.student-page .form-group .control-label .danger-btn.focus,
.student-page .form-group .control-label .danger-btn:active.focus,
.student-page .form-group .control-label .danger-btn.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.student-page .form-group .control-label .danger-btn:hover,
.student-page .form-group .control-label .danger-btn:focus,
.student-page .form-group .control-label .danger-btn.focus {
  color: #3e454d;
  text-decoration: none;
}
.student-page .form-group .control-label .danger-btn:active,
.student-page .form-group .control-label .danger-btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.student-page .form-group .control-label .danger-btn.disabled,
.student-page .form-group .control-label .danger-btn[disabled],
fieldset[disabled] .student-page .form-group .control-label .danger-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.student-page .form-group .control-label .danger-btn.disabled,
fieldset[disabled] a.student-page .form-group .control-label .danger-btn {
  pointer-events: none;
}
.student-page .form-group .control-label .danger-btn:focus,
.student-page .form-group .control-label .danger-btn.focus {
  color: #fff;
  background-color: #e82f18;
  border-color: #8c1c0e;
}
.student-page .form-group .control-label .danger-btn:hover {
  color: #fff;
  background-color: #e82f18;
  border-color: #c92814;
}
.student-page .form-group .control-label .danger-btn:active,
.student-page .form-group .control-label .danger-btn.active,
.open > .dropdown-toggle.student-page .form-group .control-label .danger-btn {
  color: #fff;
  background-color: #e82f18;
  background-image: none;
  border-color: #c92814;
}
.student-page .form-group .control-label .danger-btn:active:hover,
.student-page .form-group .control-label .danger-btn.active:hover,
.open > .dropdown-toggle.student-page .form-group .control-label .danger-btn:hover,
.student-page .form-group .control-label .danger-btn:active:focus,
.student-page .form-group .control-label .danger-btn.active:focus,
.open > .dropdown-toggle.student-page .form-group .control-label .danger-btn:focus,
.student-page .form-group .control-label .danger-btn:active.focus,
.student-page .form-group .control-label .danger-btn.active.focus,
.open > .dropdown-toggle.student-page .form-group .control-label .danger-btn.focus {
  color: #fff;
  background-color: #c92814;
  border-color: #8c1c0e;
}
.student-page .form-group .control-label .danger-btn.disabled:hover,
.student-page .form-group .control-label .danger-btn[disabled]:hover,
fieldset[disabled] .student-page .form-group .control-label .danger-btn:hover,
.student-page .form-group .control-label .danger-btn.disabled:focus,
.student-page .form-group .control-label .danger-btn[disabled]:focus,
fieldset[disabled] .student-page .form-group .control-label .danger-btn:focus,
.student-page .form-group .control-label .danger-btn.disabled.focus,
.student-page .form-group .control-label .danger-btn[disabled].focus,
fieldset[disabled] .student-page .form-group .control-label .danger-btn.focus {
  background-color: #ED5946;
  border-color: #eb442f;
}
.student-page .form-group .control-label .danger-btn .badge {
  color: #ED5946;
  background-color: #fff;
}
.student-page iframe {
  width: 100%;
  border: 1px solid #dddddd;
}
.student-page .unsaved {
  margin-bottom: 15px;
}
.student-page .unsaved .btn {
  margin-right: 10px;
}
.student-page .empty-field {
  color: #8f9393;
  text-align: center;
  border: 1px solid;
  border-color: #dddddd;
  padding: 30px 0;
  font-size: 14px;
}
.student-page .has-error .empty-field {
  border-color: #ED5946;
  color: #ED5946;
}
.student-page .has-error .list-group-item {
  border: 1px solid #ED5946;
  color: #ED5946;
}
.student-page .has-error .list-group-item a.list-group-content {
  color: #ED5946;
}
.student-page .has-error .list-group-item a.list-group-content:hover,
.student-page .has-error .list-group-item a.list-group-content:focus {
  color: #ED5946;
}
.student-page .has-error .list-group-title,
.student-page .has-error .list-group-title-left {
  color: #ED5946;
}
.student-page .selected-user {
  padding-top: 10px;
}
.student-page .selected-user img {
  width: 32px;
  height: 32px;
}
.student-page .selected-user .name {
  margin-left: 10px;
}
.contact-page .auth-box-wide form .form-group {
  margin-bottom: 15px;
}
.contact-page .auth-box-wide form .form-group label {
  font-weight: 400;
}
.contact-page .page-header h1 {
  padding-bottom: 20px;
}
.contact-page p {
  font-size: 14px;
}
@keyframes progress-bubble-slide {
  0% {
    width: 0%;
  }
  40% {
    width: 0%;
  }
}
.progress.progress-bubble {
  overflow: visible;
  height: 5px;
  border: none;
  padding-right: 17.5px;
  border-radius: 0;
}
.progress.progress-bubble .progress-bar {
  position: relative;
  border: none;
  min-width: 27.5px;
  box-shadow: none;
}
.progress.progress-bubble .progress-bar .bubble {
  white-space: nowrap;
  position: absolute;
  color: #fff;
  width: 45px;
  top: -7.5px;
  right: -22.5px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.progress.progress-bubble .progress-bar.progress-bar-default {
  background-color: #8f9393;
}
.progress-striped .progress.progress-bubble .progress-bar.progress-bar-default {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-bubble .progress-bar.progress-bar-default .bubble {
  background-color: #8f9393;
}
.progress.progress-bubble .progress-bar.progress-bar-success .bubble {
  background-color: #57ca1c;
}
.progress.progress-bubble .progress-bar.progress-bar-warning .bubble {
  background-color: #f67500;
}
.progress.progress-bubble .progress-bar.progress-bar-danger .bubble {
  background-color: #ED5946;
}
.progress.progress-bubble .progress-bar.progress-bar-info .bubble {
  background-color: #1eaec8;
}
.progress.progress-bubble.progress-bubble-animated .progress-bar {
  animation: progress-bubble-slide 2s 1;
}
.progress.progress-bubble.progress-bubble-animated-slow .progress-bar {
  animation: progress-bubble-slide 3s 1;
}
.progress.progress-bubble.progress-bubble-wide {
  padding-right: 45px;
}
.progress.progress-bubble.progress-bubble-wide .progress-bar {
  min-width: 55px;
}
.progress.progress-bubble.progress-bubble-wide .progress-bar .bubble {
  width: 100px;
  right: -50px;
}
.progress.progress-bubble.progress-bubble-lg {
  padding-right: 22.5px;
}
.progress.progress-bubble.progress-bubble-lg .progress-bar {
  min-width: 32.5px;
}
.progress.progress-bubble.progress-bubble-lg .progress-bar .bubble {
  width: 55px;
  right: -27.5px;
}
.progress.progress-bubble.progress-bubble-xl {
  padding-right: 27.5px;
}
.progress.progress-bubble.progress-bubble-xl .progress-bar {
  min-width: 37.5px;
}
.progress.progress-bubble.progress-bubble-xl .progress-bar .bubble {
  width: 65px;
  right: -32.5px;
}
.progress.progress-bubble.progress-bubble-centered {
  padding-right: 0 !important;
}
.progress.progress-bubble.progress-bubble-centered .progress-bar .bubble {
  right: auto;
  left: 50%;
  margin-left: -22.5px;
}
.progress.progress-bubble.progress-bubble-centered.progress-bubble-wide .progress-bar .bubble {
  margin-left: -50px;
}
.progress.progress-health {
  display: block;
  border: none;
  margin-bottom: 0;
}
.progress.progress-health .progress-bar {
  position: relative;
  border: 1px solid;
  box-shadow: none;
}
.progress.progress-health .progress-bar.progress-bar-default {
  background-color: #dddddd;
  border-color: #d0d0d0;
}
.progress-striped .progress.progress-health .progress-bar.progress-bar-default {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-health .progress-bar.progress-bar-loading {
  background-color: #f4f4f4;
  border-color: #e7e7e7;
}
.progress-striped .progress.progress-health .progress-bar.progress-bar-loading {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress.progress-health .progress-bar.progress-bar-success {
  background-color: #57ca1c;
  border-color: #4db419;
}
.progress.progress-health .progress-bar.progress-bar-warning {
  background-color: #f67500;
  border-color: #dd6900;
}
.progress.progress-health .progress-bar.progress-bar-danger {
  background-color: #ED5946;
  border-color: #eb442f;
}
.progress.progress-health .progress-bar.progress-bar-info {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.bubble .loading {
  display: inline-block;
  vertical-align: middle;
  padding-right: 3px;
}
.bubble .loading-c {
  background-color: #ffffff;
  float: left;
  height: 4px;
  margin-left: 3px;
  width: 4px;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.bubble .loading-c-2 {
  animation-delay: 0.2s;
}
.bubble .loading-c-3 {
  animation-delay: 0.4s;
}
.help-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
  width: 1.28571429em;
  text-align: center;
  color: #8f9393;
  margin: 0 10px;
  cursor: pointer;
  vertical-align: middle;
}
.help-icon.fa-pull-left {
  margin-right: 0.3em;
}
.help-icon.fa-pull-right {
  margin-left: 0.3em;
}
.help-icon.pull-left {
  margin-right: 0.3em;
}
.help-icon.pull-right {
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  .help-icon {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .help-icon {
    display: none !important;
  }
}
.help-icon.help-icon-fitted {
  margin: 0;
}
.help-icon:before {
  content: "\f059";
}
.help-icon-sm {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
  color: #8f9393;
  cursor: pointer;
}
.help-icon-sm.fa-pull-left {
  margin-right: 0.3em;
}
.help-icon-sm.fa-pull-right {
  margin-left: 0.3em;
}
.help-icon-sm.pull-left {
  margin-right: 0.3em;
}
.help-icon-sm.pull-right {
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  .help-icon-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .help-icon-sm {
    display: none !important;
  }
}
.help-icon-sm:before {
  content: "\f059";
}
.add-student-page {
  padding-top: 30px;
}
.add-student-page .educator-dropzone {
  padding: 0;
}
.add-student-page .section-group .form-group > label {
  font-weight: 400;
  margin-bottom: 10px;
}
.enrolments-container .enrolment-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border-color: #ddd;
  margin-bottom: 5px;
}
.enrolments-container .enrolment-panel > .list-group,
.enrolments-container .enrolment-panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.enrolments-container .enrolment-panel > .list-group .list-group-item,
.enrolments-container .enrolment-panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.enrolments-container .enrolment-panel > .list-group:first-child .list-group-item:first-child,
.enrolments-container .enrolment-panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.enrolments-container .enrolment-panel > .list-group:last-child .list-group-item:last-child,
.enrolments-container .enrolment-panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.enrolments-container .enrolment-panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.enrolments-container .enrolment-panel > .table,
.enrolments-container .enrolment-panel > .table-responsive > .table,
.enrolments-container .enrolment-panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.enrolments-container .enrolment-panel > .table caption,
.enrolments-container .enrolment-panel > .table-responsive > .table caption,
.enrolments-container .enrolment-panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.enrolments-container .enrolment-panel > .table:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:first-child > thead:first-child > tr:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.enrolments-container .enrolment-panel > .table:first-child > tbody:first-child > tr:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.enrolments-container .enrolment-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.enrolments-container .enrolment-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.enrolments-container .enrolment-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.enrolments-container .enrolment-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.enrolments-container .enrolment-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.enrolments-container .enrolment-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.enrolments-container .enrolment-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:last-child > tbody:last-child > tr:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.enrolments-container .enrolment-panel > .table:last-child > tfoot:last-child > tr:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.enrolments-container .enrolment-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.enrolments-container .enrolment-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.enrolments-container .enrolment-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.enrolments-container .enrolment-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.enrolments-container .enrolment-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.enrolments-container .enrolment-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.enrolments-container .enrolment-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.enrolments-container .enrolment-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.enrolments-container .enrolment-panel > .panel-body + .table,
.enrolments-container .enrolment-panel > .panel-body + .table-responsive,
.enrolments-container .enrolment-panel > .table + .panel-body,
.enrolments-container .enrolment-panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.enrolments-container .enrolment-panel > .table > tbody:first-child > tr:first-child th,
.enrolments-container .enrolment-panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.enrolments-container .enrolment-panel > .table-bordered,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered {
  border: 0;
}
.enrolments-container .enrolment-panel > .table-bordered > thead > tr > th:first-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr > th:first-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.enrolments-container .enrolment-panel > .table-bordered > tfoot > tr > th:first-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.enrolments-container .enrolment-panel > .table-bordered > thead > tr > td:first-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr > td:first-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.enrolments-container .enrolment-panel > .table-bordered > tfoot > tr > td:first-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.enrolments-container .enrolment-panel > .table-bordered > thead > tr > th:last-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr > th:last-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.enrolments-container .enrolment-panel > .table-bordered > tfoot > tr > th:last-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.enrolments-container .enrolment-panel > .table-bordered > thead > tr > td:last-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr > td:last-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.enrolments-container .enrolment-panel > .table-bordered > tfoot > tr > td:last-child,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.enrolments-container .enrolment-panel > .table-bordered > thead > tr:first-child > td,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr:first-child > td,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.enrolments-container .enrolment-panel > .table-bordered > thead > tr:first-child > th,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr:first-child > th,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr:last-child > td,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.enrolments-container .enrolment-panel > .table-bordered > tfoot > tr:last-child > td,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.enrolments-container .enrolment-panel > .table-bordered > tbody > tr:last-child > th,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.enrolments-container .enrolment-panel > .table-bordered > tfoot > tr:last-child > th,
.enrolments-container .enrolment-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.enrolments-container .enrolment-panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.enrolments-container .enrolment-panel > .panel-heading {
  color: #3e454d;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.enrolments-container .enrolment-panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.enrolments-container .enrolment-panel > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #3e454d;
}
.enrolments-container .enrolment-panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.enrolments-container .enrolment-panel.disabled {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.enrolments-container .enrolment-panel .enrolment-body {
  padding: 15px;
  display: block;
  padding: 10px;
}
.enrolments-container .enrolment-panel .enrolment-body label {
  font-weight: 400;
  width: 100%;
  margin-bottom: 0;
}
.enrolments-container .enrolment-panel .enrolment-body .iradio {
  float: right;
}
.enrolments-container .enrolment-panel a.enrolment-body {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.enrolments-container .enrolment-panel a.enrolment-body:hover,
.enrolments-container .enrolment-panel a.enrolment-body:focus {
  color: #343636;
  text-decoration: none;
}
.enrolments-container .enrolment-panel a.enrolment-body:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.enrolments-container .enrolment-panel a.enrolment-body[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
.browse-courses-modal .enrolments-container {
  max-height: 275px;
  overflow-y: scroll;
}
.browse-courses-modal .enrolments-container .enrolment-panel {
  background: #fbfbfb;
  border: 1px solid #cfcfcf;
}
@media (min-width: 992px) {
  .dashboard-header .dashboard-controls {
    float: right;
  }
}
.dashboard-header .dashboard-controls .logout-btn {
  margin-left: 10px;
}
.dashboard-header .dashboard-message {
  padding-top: 7px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .dashboard-header .dashboard-message {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .dashboard-header .dashboard-message {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-header .dashboard-message {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dashboard-header .dashboard-message {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .dashboard-header .create-buttons {
    float: right !important;
    float: right;
  }
}
.system-reports .loading {
  height: 204px;
}
.system-reports .report-widget {
  text-align: center;
  display: inline-block;
  width: 50%;
  line-height: 1;
  margin-bottom: 15px;
}
@media (min-width: 480px) {
  .system-reports .report-widget {
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  .system-reports .report-widget {
    width: 180px;
  }
}
.system-reports .report-widget img {
  width: 90px;
  height: 90px;
}
.system-reports .report-widget .title {
  color: #8f9393;
  display: block;
  margin-bottom: 10px;
}
.system-reports .report-widget .count {
  display: block;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
.system-reports .report-widget .btn {
  padding: 6px 36px;
}
.sign-up-url {
  overflow: auto;
  margin-bottom: 60px;
}
.sign-up-url h2 {
  font-size: 18px;
}
.sign-up-url ul.courses {
  list-style-type: none;
  padding: 0;
}
.sign-up-url .url-group {
  display: table;
  width: 100%;
}
.sign-up-url .url-group .input-cell {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding-right: 10px;
}
.sign-up-url .url-group .btn-cell {
  display: table-cell;
  vertical-align: top;
}
.sign-up-url .url-group .btn-cell.btn-cell-middle {
  padding-right: 10px;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 2em;
  padding: 2px;
  background: #FFF;
  color: #3e454d;
  font-family: Oxygen, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
}
.chartist-tooltip.tooltip-show {
  opacity: 1;
}
.ct-area,
.ct-line {
  pointer-events: none;
}
ul.comments {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.comments li.comment {
  font-size: 14px;
  min-height: 48px;
  margin-bottom: 15px;
}
ul.comments li.comment .comment-replies {
  margin-left: -30px;
}
@media (min-width: 480px) {
  ul.comments li.comment .comment-replies {
    margin-left: 0;
  }
}
ul.comments li.comment .comment-bubble {
  background-color: #eaeaea;
  border-radius: 10px;
  padding: 8px 12px;
  display: inline-block;
  transition: background-color 0.5s;
}
ul.comments li.comment.new .comment-bubble {
  background-color: rgba(30, 174, 200, 0.2);
}
ul.comments li.comment .comment-wrapper {
  padding-bottom: 15px;
}
ul.comments li.comment .comments {
  margin-top: 10px;
}
ul.comments li.comment .comment-controls {
  color: #8f9393;
  margin-top: 8px;
  padding-left: 12px;
  font-size: 12px;
}
ul.comments li.comment p {
  margin: 0 0 5px;
}
ul.comments li.comment a.delete {
  float: right;
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  top: 8px;
  right: 12px;
}
ul.comments li.comment a.delete:hover,
ul.comments li.comment a.delete:focus {
  color: #ED5946;
  text-decoration: none;
}
ul.comments li.comment a.delete:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
ul.comments li.comment .content {
  padding-top: 2px;
  margin-left: 63px;
}
ul.comments li.comment img {
  border-radius: 50%;
  float: left;
  width: 48px;
  height: 48px;
}
ul.comments li.comment .name {
  font-size: 15px;
  font-weight: bold;
}
ul.comments li.comment .in-reply {
  font-size: 15px;
  color: #8f9393;
}
ul.comments li.comment .in-reply .reply-name {
  font-weight: 600;
}
ul.comments li.comment .date {
  color: #8f9393;
  margin-left: 15px;
  margin-right: 15px;
}
ul.comments li.comment .text {
  white-space: pre-wrap;
  word-wrap: break-word;
}
ul.comments li.comment .text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
ul.comments li.comment .text table > thead > tr > th,
ul.comments li.comment .text table > tbody > tr > th,
ul.comments li.comment .text table > tfoot > tr > th,
ul.comments li.comment .text table > thead > tr > td,
ul.comments li.comment .text table > tbody > tr > td,
ul.comments li.comment .text table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
ul.comments li.comment .text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
ul.comments li.comment .text table > caption + thead > tr:first-child > th,
ul.comments li.comment .text table > colgroup + thead > tr:first-child > th,
ul.comments li.comment .text table > thead:first-child > tr:first-child > th,
ul.comments li.comment .text table > caption + thead > tr:first-child > td,
ul.comments li.comment .text table > colgroup + thead > tr:first-child > td,
ul.comments li.comment .text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
ul.comments li.comment .text table > tbody + tbody {
  border-top: 2px solid #ddd;
}
ul.comments li.comment .text table .table {
  background-color: #fff;
}
ul.comments li.comment .text table > tbody > tr:hover {
  background-color: #f5f5f5;
}
ul.comments li.comment .text table > thead > tr > th,
ul.comments li.comment .text table > tbody > tr > th,
ul.comments li.comment .text table > tfoot > tr > th,
ul.comments li.comment .text table > thead > tr > td,
ul.comments li.comment .text table > tbody > tr > td,
ul.comments li.comment .text table > tfoot > tr > td {
  border: 1px solid #ddd;
}
ul.comments li.comment .text table > thead > tr > th,
ul.comments li.comment .text table > thead > tr > td {
  border-bottom-width: 2px;
}
ul.comments li.comment .attachment i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
ul.comments li.comment .attachment i.fa-pull-left {
  margin-right: 0.3em;
}
ul.comments li.comment .attachment i.fa-pull-right {
  margin-left: 0.3em;
}
ul.comments li.comment .attachment i.pull-left {
  margin-right: 0.3em;
}
ul.comments li.comment .attachment i.pull-right {
  margin-left: 0.3em;
}
ul.comments li.comment .attachment i:before {
  content: "\f0c6";
}
.table-filter-group {
  margin: 30px 0;
}
.table-filter-group label.icheck {
  margin: 5px 10px 5px 0;
}
@media (min-width: 768px) {
  .table-filter-group label.icheck {
    margin: 0 0 0 20px;
  }
}
.table-filter-group table {
  width: 100%;
}
.table-filter-group table td {
  display: block;
}
@media (min-width: 768px) {
  .table-filter-group table td {
    display: table-cell;
  }
}
.table-filter-group table .filter-col {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .table-filter-group table .filter-col {
    padding-top: 0;
    width: 1px;
    white-space: nowrap;
  }
}
.snapshots .snapshot {
  padding: 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #eaeaea;
  overflow: auto;
}
.snapshots .snapshot .snapshot-more {
  background-color: #eaeaea;
  padding: 10px 0 10px 15px;
  overflow: auto;
}
.snapshots .snapshot .snapshot-footer {
  margin-left: 0;
}
.snapshots .snapshot .snapshot-footer .received {
  color: #8f9393;
  font-size: 76%;
  font-size: 85%;
}
.snapshots .snapshot .snapshot-footer .controls {
  margin-left: 10px;
}
.snapshots .snapshot .message {
  margin-bottom: 5px;
  margin-left: 0;
}
.snapshots .snapshot .message a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
}
.snapshots .snapshot .message a:hover,
.snapshots .snapshot .message a:focus {
  color: #343636;
  text-decoration: none;
}
.snapshots .snapshot .message a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.learner-activity-page {
  padding-bottom: 200px;
}
.learner-activity-page .profile.media {
  padding-left: 0;
  padding-right: 0;
}
.learner-activity-page .profile.media h1 {
  margin-top: 12px;
}
.learner-activity-page .profile.media img {
  border-radius: 50%;
  width: 112px;
  height: 112px;
}
.learner-activity-page .profile.media .tags {
  margin-bottom: 10px;
}
.learner-activity-page .activity-header {
  margin: 60px 0 40px;
}
.learner-activity-page .activity-header .controls {
  margin-top: 10px;
  padding-right: 12px;
}
.learner-activity-page .activity-header .controls .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.learner-activity-page .element {
  background: #f4f4f4;
  padding: 6px 12px;
  margin-bottom: 15px;
}
.learner-activity-page .element .element-header {
  margin-bottom: 15px;
}
.learner-activity-page .element .element-header .controls {
  margin-top: 10px;
}
.learner-activity-page .element .element-header .controls .mandatory {
  color: #8f9393;
  vertical-align: middle;
}
.learner-activity-page .element .element-header img {
  height: 48px;
  margin-right: 10px;
}
.learner-activity-page .element .element-header h3 {
  font-size: 18px;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.learner-activity-page .element .element-header .btn-group {
  margin-left: 15px;
}
.learner-activity-page .element .element-header .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.learner-activity-page .element .description {
  margin-bottom: 30px;
}
.learner-activity-page .element .description .title {
  font-size: 14px;
  font-weight: 700;
}
.learner-activity-page .element .response {
  background-color: #e7e7e7;
  padding: 6px 12px;
  margin-bottom: 15px;
  transition: background-color 0.5s;
}
.learner-activity-page .element .response.new {
  background-color: rgba(30, 174, 200, 0.2);
}
.learner-activity-page .element .response .date {
  color: #8f9393;
  font-size: 11px;
}
.learner-activity-page .element .response .comment {
  margin: 10px 0;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.learner-activity-page .element .response .controls a {
  margin-right: 10px;
}
.learner-activity-page .element .response .in-reply {
  color: #8f9393;
  margin-left: 5px;
}
.learner-activity-page .element .response .in-reply .reply-name {
  font-weight: 700;
}
.learner-activity-page .element .children {
  padding-left: 15px;
}
.learner-activity-page .empty-message {
  color: #8f9393;
  text-align: center;
  font-size: 14px;
  padding: 30px 0 60px;
}
.reports-page {
  padding-bottom: 200px;
}
.reports-page .form-group.filter-group {
  margin: 30px 0;
}
.reports-page .students-table .progress-col {
  width: 150px !important;
}
.open .dropdown-menu.activities-dropdown {
  animation-name: fadeIn;
  padding: 0;
  border: none;
  min-width: 0;
  left: 10px;
  right: 10px;
}
@media (min-width: 480px) {
  .open .dropdown-menu.activities-dropdown {
    min-width: 360px;
    left: auto;
    right: 0;
  }
}
.dropdown-menu.activities-dropdown li {
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.dropdown-menu.activities-dropdown li.topic.selected {
  background: #f4f4f4;
}
.dropdown-menu.activities-dropdown li a {
  padding: 10px 15px;
}
.dropdown-menu.activities-dropdown li.heading span {
  display: block;
  clear: both;
  white-space: nowrap;
  padding: 10px 15px;
  font-weight: 700;
}
.dropdown-menu.activities-dropdown li .lock-icon {
  float: right !important;
  float: right;
  color: #8f9393;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8em;
}
.dropdown-menu.activities-dropdown li .lock-icon.fa-pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.activities-dropdown li .lock-icon.fa-pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.activities-dropdown li .lock-icon.pull-left {
  margin-right: 0.3em;
}
.dropdown-menu.activities-dropdown li .lock-icon.pull-right {
  margin-left: 0.3em;
}
.dropdown-menu.activities-dropdown li .lock-icon:before {
  content: "\f023";
}
.activity-settings-page .element-list-group {
  margin-bottom: 150px;
}
.activity-settings-page .element-list-group .list-group-content {
  cursor: pointer;
}
@media (min-width: 480px) {
  .compliance-search field-query .control-label {
    text-align: right;
  }
}
.compliance-search .compliance-table .table {
  background: #fff;
}
.compliance-search .truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.choice-table {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
}
.choice-table .delete-col {
  width: 30px;
}
.choice-table .correct-col {
  width: 140px;
  padding-left: 15px;
}
.choice-table .add-choice-btn {
  margin-top: 10px;
}
/* Override styles for audio player */
.mejs__audio {
  /* Start: Time (Current / Duration) */
  /* Start: Progress Bar */
  /* End: Progress Bar */
}
.mejs__audio.mejs__container {
  background: #fff;
}
.mejs__audio .mejs__controls {
  padding: 0;
}
.mejs__audio .mejs__controls,
.mejs__audio .mejs__controls:not([style*='display: none']) {
  background: transparent;
}
.mejs__audio .mejs__horizontal-volume-total {
  background: #dddddd;
  height: 2px;
  top: 19px;
}
.mejs__audio .mejs__horizontal-volume-current {
  background: #1eaec8;
}
.mejs__audio .mejs__time {
  color: #888888;
  font-weight: normal;
}
.mejs__audio .mejs__button > button {
  background-color: transparent;
  background-image: url('/static/img/mejs-controls-light.png');
}
.mejs__audio .mejs__button > button:hover {
  background-image: url('/static/img/mejs-controls-dark.png');
}
.mejs__audio .mejs__button > button:focus {
  outline: none;
}
.mejs__audio .mejs__time-rail {
  direction: ltr;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  margin: 0 10px;
  padding-top: 10px;
  position: relative;
}
.mejs__audio .mejs__time-total,
.mejs__audio .mejs__time-buffering,
.mejs__audio .mejs__time-loaded,
.mejs__audio .mejs__time-current,
.mejs__audio .mejs__time-float,
.mejs__audio .mejs__time-hovered,
.mejs__audio .mejs__time-float-current,
.mejs__audio .mejs__time-float-corner,
.mejs__audio .mejs__time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
}
.mejs__audio .mejs__time-total:focus,
.mejs__audio .mejs__time-buffering:focus,
.mejs__audio .mejs__time-loaded:focus,
.mejs__audio .mejs__time-current:focus,
.mejs__audio .mejs__time-float:focus,
.mejs__audio .mejs__time-hovered:focus,
.mejs__audio .mejs__time-float-current:focus,
.mejs__audio .mejs__time-float-corner:focus,
.mejs__audio .mejs__time-marker:focus {
  outline: none;
}
.mejs__audio .mejs__time-total {
  background: #dddddd;
  margin: 9px 0 0;
  width: 100%;
}
.mejs__audio .mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
.mejs__audio .mejs__time-current,
.mejs__audio .mejs__time-handle-content {
  background: #1eaec8;
}
.mejs__audio .mejs__time-hovered {
  background: #888888;
  z-index: 10;
}
.mejs__audio .mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
.mejs__audio .mejs__time-handle-content {
  border: 4px #888888;
  height: 10px;
  top: -7px;
  transform: scale(0);
  width: 10px;
}
.mejs__audio .mejs__time-rail:hover .mejs__time-handle-content,
.mejs__audio .mejs__time-rail .mejs__time-handle-content:focus,
.mejs__audio .mejs__time-rail .mejs__time-handle-content:active {
  transform: scale(0);
}
.mejs__audio .mejs__time-float {
  background: #1eaec8;
  color: #fff;
  border: none;
  display: none;
  height: 17px;
  position: absolute;
}
.mejs__audio .mejs__time-float-corner {
  border: solid 5px #1eaec8;
  border-color: #1eaec8 transparent transparent;
}
.mejs__audio .mejs__time-total:hover {
  height: 10px;
  margin: 5px 0 0;
}
.mejs__audio .mejs__time-total:hover .mejs__time-buffering,
.mejs__audio .mejs__time-total:hover .mejs__time-loaded,
.mejs__audio .mejs__time-total:hover .mejs__time-current,
.mejs__audio .mejs__time-total:hover .mejs__time-hovered,
.mejs__audio .mejs__time-total:hover .mejs__time-marker {
  height: 10px;
}
/*
    Wyzed Redactor.

    Override redactor styles to match the rest of the app.
*/
/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.affix-box.affix .affix-container:after,
.navbar-sub:after,
.navbar-sub:after,
.dropdown-menu.notifications-dropdown .panel-body:after,
.container:after,
.date-range-row:after,
.course-panel__content:after,
.image-element-modal .files-content:after,
.image-element-modal .files:after,
.settings-page .progress-wrapper .progress-titles:after,
.settings-page .sidenav:after,
.settings-page .permission-row:after,
#course-settings-page #cover-art-modal .cover-art-list:after,
.container:after,
.container:after,
.auth-page:after,
#add-course-page .publishing-group:after,
.institution-profile:after,
.institution-profile:after,
.institution-profile:after,
.institution-profile:after,
.enrolments-container .enrolment-panel .enrolment-body:after,
.redactor-modal-header:after,
.redactor-modal-footer:after,
.course-details__row:after,
.dashboard-events-card__body:after {
  content: "";
  display: table;
  clear: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.redactor-animate-hide {
  display: none !important;
}
.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out;
}
.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut 0.5s ease-in-out;
}
@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="re-icon-"],
[class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.re-icon-aligncenter:before {
  content: "\e900";
}
.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901";
}
.re-icon-alignright:before {
  content: "\e902";
}
.re-icon-bold:before {
  content: "\e903";
}
.re-icon-bookmark:before {
  content: "\e904";
}
.re-icon-clips:before {
  content: "\e905";
}
.re-icon-codesnippets:before {
  content: "\e906";
}
.re-icon-deleted:before {
  content: "\e907";
}
.re-icon-expand:before {
  content: "\e908";
}
.re-icon-file:before {
  content: "\e909";
}
.re-icon-fontcolor:before {
  content: "\e90a";
}
.re-icon-fontfamily:before {
  content: "\e90b";
}
.re-icon-fontsize:before {
  content: "\e90c";
}
.re-icon-format:before {
  content: "\e90d";
}
.re-icon-html:before {
  content: "\e90e";
}
.re-icon-imagecenter:before {
  content: "\e90f";
}
.re-icon-imageleft:before {
  content: "\e910";
}
.re-icon-imageright:before {
  content: "\e911";
}
.re-icon-image:before {
  content: "\e912";
}
.re-icon-indent:before {
  content: "\e913";
}
.re-icon-inline:before {
  content: "\e914";
}
.re-icon-italic:before {
  content: "\e915";
}
.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916";
}
.re-icon-link:before {
  content: "\e917";
}
.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918";
}
.re-icon-outdent:before {
  content: "\e919";
}
.re-icon-properties:before {
  content: "\e91a";
}
.re-icon-readmore:before {
  content: "\e91b";
}
.re-icon-redo:before {
  content: "\e91c";
}
.re-icon-retract:before {
  content: "\e91d";
}
.re-icon-specialcharacters:before {
  content: "\e91e";
}
.re-icon-sub:before {
  content: "\e91f";
}
.re-icon-sup:before {
  content: "\e920";
}
.re-icon-table:before {
  content: "\e921";
}
.re-icon-textdirection:before {
  content: "\e922";
}
.re-icon-toggle:before {
  content: "\e923";
}
.re-icon-underline:before {
  content: "\e924";
}
.re-icon-undo:before {
  content: "\e925";
}
.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926";
}
.re-icon-variable:before {
  content: "\e927";
}
.re-icon-video:before {
  content: "\e928";
}
.re-icon-widget:before {
  content: "\e929";
}
.redactor-box,
.redactor-box textarea {
  z-index: auto;
}
.redactor-box {
  position: relative;
  box-sizing: border-box;
}
.redactor-box.redactor-styles-on {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
  box-shadow: none;
}
.redactor-box.redactor-inline {
  position: static;
}
.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important;
}
.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box;
}
.redactor-in:focus {
  outline: none;
}
.redactor-inline .redactor-in {
  overflow: hidden;
}
.redactor-in *,
.redactor-read-only * {
  outline: none !important;
}
.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty {
  min-height: 20px;
}
.redactor-in strong:empty,
.redactor-in b:empty,
.redactor-in em:empty,
.redactor-in i:empty,
.redactor-in span:empty,
.redactor-in sup:empty,
.redactor-in sub:empty,
.redactor-in u:empty,
.redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem;
}
.redactor-in table {
  empty-cells: show;
}
.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none;
}
.redactor-in figure[data-redactor-type=line] {
  padding: 6px 0;
  vertical-align: baseline;
}
.redactor-component {
  position: relative;
}
.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both;
}
.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}
.redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}
.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid #ddd !important;
}
.redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ddd;
}
.redactor-component-caret {
  position: absolute;
  left: -9999px;
}
.redactor-textnodes-wrapper {
  display: inline-block;
}
#redactor-image-resizer {
  position: absolute;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: 0.5;
}
.redactor-file-remover:hover {
  opacity: 1;
}
.redactor-overlay {
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.redactor-overlay > .redactor-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical;
}
.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr;
}
.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.redactor-in figcaption[placeholder]:empty:focus:before {
  content: "";
}
.redactor-statusbar {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none;
}
.redactor-statusbar li {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  line-height: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.redactor-statusbar li:last-child {
  border-right-color: transparent;
}
.redactor-statusbar a {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: underline;
}
.redactor-statusbar a:hover {
  color: #f03c69;
  text-decoration: underline;
}
.redactor-statusbar:empty {
  display: none;
}
.redactor-toolbar-wrapper {
  position: relative;
}
.redactor-toolbar,
.redactor-air {
  z-index: 100;
  font-family: "Open Sans", sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box;
}
.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px;
}
.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px;
}
.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  padding: 9px 15px 6px 15px;
}
.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef;
}
.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4);
}
.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor-source-view .redactor-toolbar {
  background: #252525;
}
.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff;
}
.redactor-source-view .redactor-toolbar a:hover {
  background: #449aef;
}
.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.re-button-tooltip:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: none;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-width: 4px;
  margin-left: -4px;
}
.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100;
}
.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97);
}
.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9);
}
.redactor-air a:hover {
  background: #3d79f2;
}
.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.redactor-air a.redactor-button-disabled:hover {
  color: #fff;
}
.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer;
}
.redactor-air-helper:hover {
  background: #fff;
}
.redactor-voice-label {
  display: none;
}
.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.redactor-context-toolbar a {
  font-size: 12px;
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  padding: 2px 0 1px 12px;
}
.redactor-context-toolbar a:first-child {
  padding-left: 0;
}
.redactor-context-toolbar a i {
  position: relative;
  top: 3px;
  font-size: 16px;
}
.redactor-context-toolbar a:before {
  content: '';
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.redactor-context-toolbar a:hover {
  color: #fff;
}
.redactor-context-toolbar a:first-child:before {
  padding-left: 0;
  border-left: none;
}
.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0;
}
.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0;
}
.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none;
}
.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none;
}
.redactor-dropdown {
  font-family: "Open Sans", sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0;
}
.redactor-dropdown a span {
  display: inline-block;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 3px;
}
.redactor-dropdown a {
  display: block;
  text-decoration: none;
  padding: 10px 8px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.redactor-dropdown a:last-child {
  border-bottom-color: transparent;
}
.redactor-dropdown a {
  color: #000;
}
.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #449aef !important;
}
.redactor-dropdown a.redactor-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.4);
  background: #fff;
}
.redactor-dropdown-cells {
  margin: 10px auto;
}
.redactor-dropdown-cells a,
.redactor-dropdown-cells span {
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.redactor-dropdown-selector {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.redactor-dropdown-selector span {
  -ms-flex-positive: 1;
      flex-grow: 1;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;
}
.redactor-dropdown-selector span:hover {
  background: #eee;
}
.redactor-dropdown-selector span.active {
  cursor: text;
  color: rgba(0, 0, 0, 0.3);
  background: #eee;
}
.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}
.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif;
}
.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}
.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px;
}
.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}
.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px;
}
.redactor-modal-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  transition: opacity 0.15s linear;
  opacity: 1;
  display: block;
  overflow: auto;
}
.redactor-modal-box.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.redactor-modal-box.in .modal-dialog {
  transform: translate(0, 0);
}
.redactor-modal-box .form-group {
  margin-bottom: 30px;
}
.redactor-modal-box .form-inline .form-group {
  margin-bottom: 0;
}
.redactor-modal-box .form-group.form-group-last,
.redactor-modal-box .form-group-last .form-group,
.redactor-modal-box .modal-body > .form-group:last-child {
  margin-bottom: 8px;
}
.redactor-modal-box.in {
  opacity: 1;
}
.redactor-modal {
  width: auto;
  margin: 10px;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
  left: unset !important;
  margin: 10px !important;
  max-width: unset !important;
}
.redactor-modal form {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.redactor-modal input,
.redactor-modal select,
.redactor-modal textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: inherit;
  height: 40px;
  outline: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cacfd4;
  border-radius: 0.1875em;
  box-shadow: none;
  padding: 0 0.5em;
}
.redactor-modal textarea {
  padding: 0.5em;
  height: auto;
  line-height: 1.5;
  vertical-align: top;
}
.redactor-modal select {
  -webkit-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.65em center;
  padding-right: 28px;
}
.redactor-modal select[multiple] {
  background-image: none;
  height: auto;
  padding: 0.5em 0.75em;
}
.redactor-modal input[type="file"] {
  width: auto;
  border: none;
  padding: 0;
  height: auto;
  background: none;
  box-shadow: none;
  display: inline-block;
}
.redactor-modal input[type="radio"],
.redactor-modal input[type="checkbox"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  margin-right: 3px;
  margin-left: 0;
}
.redactor-modal .form-item {
  margin-bottom: 15px;
  margin-bottom: 8px;
}
.redactor-modal fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.redactor-modal fieldset .form-item {
  margin-bottom: 12px;
}
.redactor-modal label {
  display: block;
  color: #555;
  margin-bottom: 0.25em;
}
.redactor-modal label .desc,
.redactor-modal label .success,
.redactor-modal label .error {
  text-transform: none;
  font-weight: normal;
}
.redactor-modal label.checkbox {
  line-height: 1.5;
  cursor: pointer;
  color: inherit;
}
.redactor-modal .form-checkboxes label.checkbox {
  display: inline-block;
  margin-right: 1em;
}
.redactor-modal input,
.redactor-modal textarea,
.redactor-modal select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #3e454d;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.redactor-modal input:focus,
.redactor-modal textarea:focus,
.redactor-modal select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.redactor-modal input::-moz-placeholder,
.redactor-modal textarea::-moz-placeholder,
.redactor-modal select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.redactor-modal input:-ms-input-placeholder,
.redactor-modal textarea:-ms-input-placeholder,
.redactor-modal select:-ms-input-placeholder {
  color: #999;
}
.redactor-modal input::-webkit-input-placeholder,
.redactor-modal textarea::-webkit-input-placeholder,
.redactor-modal select::-webkit-input-placeholder {
  color: #999;
}
.redactor-modal input::-ms-expand,
.redactor-modal textarea::-ms-expand,
.redactor-modal select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.redactor-modal input[disabled],
.redactor-modal textarea[disabled],
.redactor-modal select[disabled],
.redactor-modal input[readonly],
.redactor-modal textarea[readonly],
.redactor-modal select[readonly],
fieldset[disabled] .redactor-modal input,
fieldset[disabled] .redactor-modal textarea,
fieldset[disabled] .redactor-modal select {
  background-color: #dddddd;
  opacity: 1;
}
.redactor-modal input[disabled],
.redactor-modal textarea[disabled],
.redactor-modal select[disabled],
fieldset[disabled] .redactor-modal input,
fieldset[disabled] .redactor-modal textarea,
fieldset[disabled] .redactor-modal select {
  cursor: not-allowed;
}
textarea.redactor-modal input,
textarea.redactor-modal textarea,
textarea.redactor-modal select {
  height: auto;
}
.redactor-modal .req {
  position: relative;
  top: 1px;
  font-weight: bold;
  color: #ff3265;
}
.redactor-modal .desc {
  color: rgba(51, 51, 51, 0.5);
}
.redactor-modal span.desc {
  margin-left: 0.25em;
}
.redactor-modal div.desc {
  margin-top: 0.25em;
}
.redactor-modal span.success,
.redactor-modal span.error {
  margin-left: 0.25em;
}
.redactor-modal div.desc {
  margin-bottom: -0.5em;
}
.redactor-modal .redactor-close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.redactor-modal .redactor-close:hover,
.redactor-modal .redactor-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.redactor-modal .redactor-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.redactor-modal .redactor-close:before {
  content: '\00d7';
}
.redactor-modal button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s;
  padding: 6px 18px;
  font-size: 13px;
  line-height: 1.53846154;
  border-radius: 2px;
  color: #fff;
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.redactor-modal button:focus,
.redactor-modal button:active:focus,
.redactor-modal button.active:focus,
.redactor-modal button.focus,
.redactor-modal button:active.focus,
.redactor-modal button.active.focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.redactor-modal button:hover,
.redactor-modal button:focus,
.redactor-modal button.focus {
  color: #3e454d;
  text-decoration: none;
}
.redactor-modal button:active,
.redactor-modal button.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.redactor-modal button.disabled,
.redactor-modal button[disabled],
fieldset[disabled] .redactor-modal button {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}
a.redactor-modal button.disabled,
fieldset[disabled] a.redactor-modal button {
  pointer-events: none;
}
.redactor-modal button:focus,
.redactor-modal button.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0a3a43;
}
.redactor-modal button:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #136c7d;
}
.redactor-modal button:active,
.redactor-modal button.active,
.open > .dropdown-toggle.redactor-modal button {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #136c7d;
}
.redactor-modal button:active:hover,
.redactor-modal button.active:hover,
.open > .dropdown-toggle.redactor-modal button:hover,
.redactor-modal button:active:focus,
.redactor-modal button.active:focus,
.open > .dropdown-toggle.redactor-modal button:focus,
.redactor-modal button:active.focus,
.redactor-modal button.active.focus,
.open > .dropdown-toggle.redactor-modal button.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0a3a43;
}
.redactor-modal button.disabled:hover,
.redactor-modal button[disabled]:hover,
fieldset[disabled] .redactor-modal button:hover,
.redactor-modal button.disabled:focus,
.redactor-modal button[disabled]:focus,
fieldset[disabled] .redactor-modal button:focus,
.redactor-modal button.disabled.focus,
.redactor-modal button[disabled].focus,
fieldset[disabled] .redactor-modal button.focus {
  background-color: #1eaec8;
  border-color: #1b9bb2;
}
.redactor-modal button .badge {
  color: #1eaec8;
  background-color: #fff;
}
.redactor-modal button.redactor-button-secondary {
  border-color: #2a2e34;
  color: #2a2e34;
}
.redactor-modal button.redactor-button-secondary:hover {
  color: rgba(42, 46, 52, 0.6);
  border-color: rgba(42, 46, 52, 0.5);
}
.redactor-modal button.redactor-button-danger,
.redactor-modal button.redactor-button-unstyled {
  color: #3e454d;
  background-color: #fff;
  border-color: #ccc;
}
.redactor-modal button.redactor-button-danger:focus,
.redactor-modal button.redactor-button-unstyled:focus,
.redactor-modal button.redactor-button-danger.focus,
.redactor-modal button.redactor-button-unstyled.focus {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.redactor-modal button.redactor-button-danger:hover,
.redactor-modal button.redactor-button-unstyled:hover {
  color: #3e454d;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.redactor-modal button.redactor-button-danger:active,
.redactor-modal button.redactor-button-unstyled:active,
.redactor-modal button.redactor-button-danger.active,
.redactor-modal button.redactor-button-unstyled.active,
.open > .dropdown-toggle.redactor-modal button.redactor-button-danger,
.open > .dropdown-toggle.redactor-modal button.redactor-button-unstyled {
  color: #3e454d;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.redactor-modal button.redactor-button-danger:active:hover,
.redactor-modal button.redactor-button-unstyled:active:hover,
.redactor-modal button.redactor-button-danger.active:hover,
.redactor-modal button.redactor-button-unstyled.active:hover,
.open > .dropdown-toggle.redactor-modal button.redactor-button-danger:hover,
.open > .dropdown-toggle.redactor-modal button.redactor-button-unstyled:hover,
.redactor-modal button.redactor-button-danger:active:focus,
.redactor-modal button.redactor-button-unstyled:active:focus,
.redactor-modal button.redactor-button-danger.active:focus,
.redactor-modal button.redactor-button-unstyled.active:focus,
.open > .dropdown-toggle.redactor-modal button.redactor-button-danger:focus,
.open > .dropdown-toggle.redactor-modal button.redactor-button-unstyled:focus,
.redactor-modal button.redactor-button-danger:active.focus,
.redactor-modal button.redactor-button-unstyled:active.focus,
.redactor-modal button.redactor-button-danger.active.focus,
.redactor-modal button.redactor-button-unstyled.active.focus,
.open > .dropdown-toggle.redactor-modal button.redactor-button-danger.focus,
.open > .dropdown-toggle.redactor-modal button.redactor-button-unstyled.focus {
  color: #3e454d;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.redactor-modal button.redactor-button-danger.disabled:hover,
.redactor-modal button.redactor-button-unstyled.disabled:hover,
.redactor-modal button.redactor-button-danger[disabled]:hover,
.redactor-modal button.redactor-button-unstyled[disabled]:hover,
fieldset[disabled] .redactor-modal button.redactor-button-danger:hover,
fieldset[disabled] .redactor-modal button.redactor-button-unstyled:hover,
.redactor-modal button.redactor-button-danger.disabled:focus,
.redactor-modal button.redactor-button-unstyled.disabled:focus,
.redactor-modal button.redactor-button-danger[disabled]:focus,
.redactor-modal button.redactor-button-unstyled[disabled]:focus,
fieldset[disabled] .redactor-modal button.redactor-button-danger:focus,
fieldset[disabled] .redactor-modal button.redactor-button-unstyled:focus,
.redactor-modal button.redactor-button-danger.disabled.focus,
.redactor-modal button.redactor-button-unstyled.disabled.focus,
.redactor-modal button.redactor-button-danger[disabled].focus,
.redactor-modal button.redactor-button-unstyled[disabled].focus,
fieldset[disabled] .redactor-modal button.redactor-button-danger.focus,
fieldset[disabled] .redactor-modal button.redactor-button-unstyled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.redactor-modal button.redactor-button-danger .badge,
.redactor-modal button.redactor-button-unstyled .badge {
  color: #fff;
  background-color: #3e454d;
}
.redactor-modal .redactor-modal-group:after {
  content: "";
  display: table;
  clear: both;
}
.redactor-modal .redactor-modal-side {
  float: left;
  width: 30%;
  margin-right: 4%;
}
.redactor-modal .redactor-modal-side img {
  max-width: 100%;
  height: auto;
  display: block;
}
.redactor-modal .redactor-modal-area {
  float: left;
  width: 66%;
}
@media (min-width: 768px) {
  .redactor-modal {
    width: 600px !important;
    margin: 30px auto !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto;
}
.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left;
}
.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0;
}
.redactor-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  border-bottom: none;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  margin: 0;
  line-height: 1.53846154;
  margin-top: 0;
  margin-bottom: 0;
}
.redactor-modal-header small,
.redactor-modal-header .small {
  font-weight: 400;
  line-height: 1;
  color: #8f9393;
}
.redactor-modal-header small,
.redactor-modal-header .small {
  font-size: 75%;
}
.redactor-modal-header small,
.redactor-modal-header .small {
  font-weight: normal;
  line-height: 1;
  color: #8f9393;
}
.redactor-modal-header small,
.redactor-modal-header .small {
  font-size: 75%;
}
.redactor-modal-body {
  position: relative;
  padding: 15px;
}
.redactor-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  border-top: none;
}
.redactor-modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.redactor-modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.redactor-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.redactor-modal-footer button {
  margin-left: 4px;
}
.redactor-modal-footer button.redactor-button-unstyled {
  margin-left: 0;
  float: left;
}
.redactor-modal-footer:empty {
  display: none;
}
.redactor-modal-tabs {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
}
.redactor-modal-tabs a {
  padding: 2px 0;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  margin-right: 14px;
}
.redactor-modal-tabs a:hover {
  transition: all linear 0.2s;
}
.redactor-modal-tabs a:hover,
.redactor-modal-tabs a.active {
  font-weight: 500;
  color: #007dff;
  border-bottom-color: #007dff;
}
.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #3e454d;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}
.redactor-styles *,
.redactor-styles *:before,
.redactor-styles *:after {
  box-sizing: inherit;
}
.redactor-styles[dir="rtl"] {
  direction: rtl;
  unicode-bidi: embed;
}
.redactor-styles[dir="rtl"] ul li,
.redactor-styles[dir="rtl"] ol li {
  text-align: right;
}
.redactor-styles[dir="rtl"] ul,
.redactor-styles[dir="rtl"] ol,
.redactor-styles[dir="rtl"] ul ul,
.redactor-styles[dir="rtl"] ol ol,
.redactor-styles[dir="rtl"] ul ol,
.redactor-styles[dir="rtl"] ol ul {
  margin: 0 20px 0 0;
}
.redactor-styles[dir="rtl"] figcaption {
  text-align: right;
}
.redactor-styles a,
.redactor-styles a:hover {
  color: #1eaec8;
}
.redactor-styles table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  min-height: 0.01%;
  overflow-x: auto;
  min-height: unset;
  overflow-x: unset;
  border: 1px solid #ddd;
}
.redactor-styles table > thead > tr > th,
.redactor-styles table > tbody > tr > th,
.redactor-styles table > tfoot > tr > th,
.redactor-styles table > thead > tr > td,
.redactor-styles table > tbody > tr > td,
.redactor-styles table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.redactor-styles table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.redactor-styles table > caption + thead > tr:first-child > th,
.redactor-styles table > colgroup + thead > tr:first-child > th,
.redactor-styles table > thead:first-child > tr:first-child > th,
.redactor-styles table > caption + thead > tr:first-child > td,
.redactor-styles table > colgroup + thead > tr:first-child > td,
.redactor-styles table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.redactor-styles table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.redactor-styles table .table {
  background-color: #fff;
}
.redactor-styles table > tbody > tr:hover {
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .redactor-styles table {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .redactor-styles table > .table {
    margin-bottom: 0;
  }
  .redactor-styles table > .table > thead > tr > th,
  .redactor-styles table > .table > tbody > tr > th,
  .redactor-styles table > .table > tfoot > tr > th,
  .redactor-styles table > .table > thead > tr > td,
  .redactor-styles table > .table > tbody > tr > td,
  .redactor-styles table > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .redactor-styles table > .table-bordered {
    border: 0;
  }
  .redactor-styles table > .table-bordered > thead > tr > th:first-child,
  .redactor-styles table > .table-bordered > tbody > tr > th:first-child,
  .redactor-styles table > .table-bordered > tfoot > tr > th:first-child,
  .redactor-styles table > .table-bordered > thead > tr > td:first-child,
  .redactor-styles table > .table-bordered > tbody > tr > td:first-child,
  .redactor-styles table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .redactor-styles table > .table-bordered > thead > tr > th:last-child,
  .redactor-styles table > .table-bordered > tbody > tr > th:last-child,
  .redactor-styles table > .table-bordered > tfoot > tr > th:last-child,
  .redactor-styles table > .table-bordered > thead > tr > td:last-child,
  .redactor-styles table > .table-bordered > tbody > tr > td:last-child,
  .redactor-styles table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .redactor-styles table > .table-bordered > tbody > tr:last-child > th,
  .redactor-styles table > .table-bordered > tfoot > tr:last-child > th,
  .redactor-styles table > .table-bordered > tbody > tr:last-child > td,
  .redactor-styles table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.redactor-styles table > thead > tr > th,
.redactor-styles table > tbody > tr > th,
.redactor-styles table > tfoot > tr > th,
.redactor-styles table > thead > tr > td,
.redactor-styles table > tbody > tr > td,
.redactor-styles table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.redactor-styles table > thead > tr > th,
.redactor-styles table > thead > tr > td {
  border-bottom-width: 2px;
}
.redactor-styles .video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px;
}
.redactor-styles .video-container iframe,
.redactor-styles .video-container object,
.redactor-styles .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.redactor-styles td > div:only-child:empty::before {
  content: "\00a0";
}
.redactor-styles img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.upload-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.upload-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic;
}
.upload-hover {
  background-color: rgba(0, 125, 255, 0.075);
}
.upload-error {
  background-color: rgba(255, 50, 101, 0.075);
}
.upload-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3);
}
.upload-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3);
}
.redactor-structure h1,
.redactor-structure h2,
.redactor-structure h3,
.redactor-structure h4,
.redactor-structure h5,
.redactor-structure h6,
.redactor-structure div {
  position: relative;
}
.redactor-structure h1:before,
.redactor-structure h2:before,
.redactor-structure h3:before,
.redactor-structure h4:before,
.redactor-structure h5:before,
.redactor-structure h6:before,
.redactor-structure div:before {
  width: 24px;
  position: absolute;
  font-size: 10px;
  font-weight: normal;
  opacity: 0.3;
  left: -26px;
  top: 50%;
  margin-top: -7px;
  text-align: right;
}
.redactor-structure h1:before {
  content: "h1";
}
.redactor-structure h2:before {
  content: "h2";
}
.redactor-structure h3:before {
  content: "h3";
}
.redactor-structure h4:before {
  content: "h4";
}
.redactor-structure h5:before {
  content: "h5";
}
.redactor-structure h6:before {
  content: "h6";
}
.redactor-structure div:before {
  content: "div";
}
#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px;
}
#redactor-progress span {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.redactor-box-fullscreen-target {
  position: absolute !important;
}
.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052;
}
.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098;
}
.redactor-body-fullscreen #redactor-modal {
  z-index: 1099;
}
.redactor-toolbar a:hover,
.redactor-air a:hover {
  background-color: #1eaec8;
}
.redactor-toolbar a.redactor-button-active {
  background: #17879c;
  color: #fff;
}
.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3;
}
.redactor-toolbar a.redactor-button-disabled:hover,
.redactor-air a.redactor-button-disabled:hover {
  color: #333;
  outline: none;
  background-color: transparent !important;
  cursor: default;
}
.redactor-image-dragover {
  outline-color: #1eaec8;
}
.redactor-dropdown li:hover {
  background-color: #1eaec8;
}
.redactor-dropdown li:active,
.redactor-dropdown li.redactor-act {
  background-color: #17879c;
  color: #fff;
}
.redactor-dropdown a:hover {
  color: #fff !important;
  background-color: #1eaec8 !important;
}
.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important;
}
.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important;
}
.redactor-component {
  position: relative;
}
.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both;
}
.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(30, 174, 200, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer;
}
.redactor-component-active {
  outline: 5px solid rgba(30, 174, 200, 0.5) !important;
}
.redactor-component-active[data-redactor-type=image] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=image] img {
  outline: 5px solid rgba(30, 174, 200, 0.5) !important;
}
.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a;
}
.redactor-component-active[data-redactor-type=video] {
  outline: none !important;
}
.redactor-component-active[data-redactor-type=video] iframe {
  outline: 5px solid rgba(30, 174, 200, 0.5) !important;
}
.redactor-textnodes-wrapper {
  display: inline-block;
}
#redactor-image-resizer {
  position: absolute;
  background-color: rgba(30, 174, 200, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize;
}
.has-error .redactor-box {
  border-color: #ED5946 !important;
}
.wysiwyg-text {
  overflow: auto;
}
.wysiwyg-text table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.wysiwyg-text table > thead > tr > th,
.wysiwyg-text table > tbody > tr > th,
.wysiwyg-text table > tfoot > tr > th,
.wysiwyg-text table > thead > tr > td,
.wysiwyg-text table > tbody > tr > td,
.wysiwyg-text table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.53846154;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.wysiwyg-text table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.wysiwyg-text table > caption + thead > tr:first-child > th,
.wysiwyg-text table > colgroup + thead > tr:first-child > th,
.wysiwyg-text table > thead:first-child > tr:first-child > th,
.wysiwyg-text table > caption + thead > tr:first-child > td,
.wysiwyg-text table > colgroup + thead > tr:first-child > td,
.wysiwyg-text table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.wysiwyg-text table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.wysiwyg-text table .table {
  background-color: #fff;
}
.wysiwyg-text table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.wysiwyg-text table > thead > tr > th,
.wysiwyg-text table > tbody > tr > th,
.wysiwyg-text table > tfoot > tr > th,
.wysiwyg-text table > thead > tr > td,
.wysiwyg-text table > tbody > tr > td,
.wysiwyg-text table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.wysiwyg-text table > thead > tr > th,
.wysiwyg-text table > thead > tr > td {
  border-bottom-width: 2px;
}
.wysiwyg-text img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.wysiwyg-text p:empty,
.wysiwyg-text blockquote:empty {
  min-height: 20px;
}
.audience {
  display: block;
  margin-bottom: 5px;
  height: 32px;
  line-height: 32px;
}
@media (min-width: 480px) {
  .audience {
    padding-right: 50%;
  }
}
.audience .delete-link {
  float: right !important;
  float: right;
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.audience .delete-link:hover,
.audience .delete-link:focus {
  color: #ED5946;
  text-decoration: none;
}
.audience .delete-link:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.audience .delete-link.disabled {
  cursor: not-allowed;
}
.audience .delete-link.disabled:hover,
.audience .delete-link.disabled:focus {
  color: #dddddd;
  text-decoration: none;
}
.video-player {
  text-align: left;
}
@media (min-width: 768px) {
  .video-player {
    display: table;
    width: 100%;
  }
}
.video-player .content {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .video-player .content {
    display: table-row;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .video-player .player {
    display: table-cell;
  }
}
.video-player .empty {
  font-weight: 100;
  font-size: 16px;
  text-align: center;
  color: #9ca0a0;
  padding: 30px 0;
  border: 1px dashed #dddddd;
}
@media (min-width: 768px) {
  .video-player .empty {
    border: none;
  }
}
.video-player .chapters {
  display: block;
  min-width: 30px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .video-player .chapters {
    display: table-cell;
    width: 30%;
    position: relative;
    transition: 0.2s;
    margin-bottom: 0;
  }
  .video-player .chapters.collapsed {
    width: 1%;
  }
}
.video-player .chapters a.chapters-title {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
  border-radius: 4px;
  background: #f4f4f4;
  padding: 5px 10px 5px 5px;
  display: inline-block;
  margin-bottom: 10px;
}
.video-player .chapters a.chapters-title:hover,
.video-player .chapters a.chapters-title:focus {
  color: #343636;
  text-decoration: none;
}
.video-player .chapters a.chapters-title:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
@media (min-width: 768px) {
  .video-player .chapters a.chapters-title {
    display: none;
  }
}
.video-player .chapters.collapsed a.chapters-title {
  margin-bottom: 0;
}
.video-player .chapters .indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 1.28571429em;
  text-align: center;
}
.video-player .chapters .indicator.fa-pull-left {
  margin-right: 0.3em;
}
.video-player .chapters .indicator.fa-pull-right {
  margin-left: 0.3em;
}
.video-player .chapters .indicator.pull-left {
  margin-right: 0.3em;
}
.video-player .chapters .indicator.pull-right {
  margin-left: 0.3em;
}
.video-player .chapters .indicator:before {
  content: "\f078";
}
.video-player .chapters.collapsed .indicator:before {
  content: "\f054";
}
.video-player .chapters .collapse-toggle {
  color: #8f9393;
  text-decoration: none;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  width: 25px;
  z-index: 1;
}
.video-player .chapters .collapse-toggle:hover,
.video-player .chapters .collapse-toggle:focus {
  color: #3e454d;
  text-decoration: none;
}
.video-player .chapters .collapse-toggle:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
@media (min-width: 768px) {
  .video-player .chapters .collapse-toggle {
    display: block;
  }
}
.video-player .chapters .collapse-toggle .indicator {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.video-player .chapters .collapse-toggle .indicator.fa-pull-left {
  margin-right: 0.3em;
}
.video-player .chapters .collapse-toggle .indicator.fa-pull-right {
  margin-left: 0.3em;
}
.video-player .chapters .collapse-toggle .indicator.pull-left {
  margin-right: 0.3em;
}
.video-player .chapters .collapse-toggle .indicator.pull-right {
  margin-left: 0.3em;
}
.video-player .chapters .collapse-toggle .indicator:before {
  content: "\f0c9";
}
.video-player .chapters.collapsed .collapse-toggle {
  right: 0;
}
.video-player .chapters .chapters-nav {
  overflow: auto;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .video-player .chapters .chapters-nav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.video-player .chapters.collapsed .chapters-nav {
  height: 0;
  padding-bottom: 0;
}
.video-player .chapters .chapters-footer {
  padding: 10px 0;
}
@media (min-width: 768px) {
  .video-player .chapters .chapters-footer {
    padding: 10px 0 200px;
  }
}
.video-player .chapters .chapter {
  padding: 5px;
  cursor: pointer;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .video-player .chapters .chapter {
    padding: 10px 0 10px 10px;
  }
}
.video-player .chapters .chapter:first-child {
  margin-top: 0;
}
.video-player .chapters .chapter.active,
.video-player .chapters .chapter:hover {
  background: #f4f4f4;
}
.video-player .chapters .chapter a.title {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  display: block;
  margin-bottom: 3px;
  margin-left: 20px;
}
.video-player .chapters .chapter a.title:hover,
.video-player .chapters .chapter a.title:focus {
  color: #343636;
  text-decoration: none;
}
.video-player .chapters .chapter a.title:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.video-player .chapters .chapter.locked,
.video-player .chapters .chapter.locked a {
  cursor: not-allowed !important;
}
.video-player .chapters .chapter .ts {
  display: block;
  color: #8f9393;
  margin-left: 20px;
}
.video-player .chapters .chapter a.edit,
.video-player .chapters .chapter a.delete {
  float: right;
  margin-right: 10px;
  margin-top: 2px;
}
.video-player .chapters .chapter a.delete {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.video-player .chapters .chapter a.delete:hover,
.video-player .chapters .chapter a.delete:focus {
  color: #ED5946;
  text-decoration: none;
}
.video-player .chapters .chapter a.delete:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.video-player .chapters .chapter a.edit {
  color: #dddddd;
  text-decoration: none;
  cursor: pointer;
}
.video-player .chapters .chapter a.edit:hover,
.video-player .chapters .chapter a.edit:focus {
  color: #1eaec8;
  text-decoration: none;
}
.video-player .chapters .chapter a.edit:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.video-player .chapters .chapter:hover a.delete,
.video-player .chapters .chapter:hover a.edit {
  display: inline;
}
.video-player .chapters .chapter .blip {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 15px;
  color: #dddddd;
  float: left;
}
.video-player .chapters .chapter .blip.fa-pull-left {
  margin-right: 0.3em;
}
.video-player .chapters .chapter .blip.fa-pull-right {
  margin-left: 0.3em;
}
.video-player .chapters .chapter .blip.pull-left {
  margin-right: 0.3em;
}
.video-player .chapters .chapter .blip.pull-right {
  margin-left: 0.3em;
}
.video-player .chapters .chapter .blip:before {
  content: "\f10c";
}
.video-player .chapters .chapter .blip.locked {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.video-player .chapters .chapter .blip.locked:before {
  content: "\f023";
}
.video-player .chapters .chapter .blip.busy {
  color: #57ca1c;
}
.video-player .chapters .chapter .blip.complete {
  color: #57ca1c;
}
.video-player .chapters .chapter .blip.complete:before {
  content: "\f111";
}
.course-controls {
  margin-top: 15px;
  text-align: center;
}
@media (min-width: 992px) {
  .course-controls {
    text-align: left;
  }
}
.course-controls__button {
  padding: 3px 18px;
}
@media (min-width: 768px) {
  .course-controls__button {
    margin-right: 15px;
  }
}
.course-controls__progress {
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .course-controls__progress {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .course-controls__progress {
    padding-top: 10px;
  }
}
.course-controls__publish {
  vertical-align: middle;
}
.course-controls__due-date {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .course-controls__due-date {
    margin-top: 0;
    text-align: right;
  }
}
.course-controls__due-date-button {
  width: 100%;
  margin-bottom: 10px;
  min-width: 120px;
}
@media (min-width: 480px) {
  .course-controls__due-date-button {
    width: auto;
    margin-bottom: 0;
    margin-left: 10px;
  }
}
.course-controls__due-date-button--first {
  margin-left: 0;
}
.course-details {
  padding-top: 15px;
  padding-bottom: 15px;
}
.course-details__info {
  margin-top: 15px;
  margin-bottom: 10px;
}
.course-details__heading {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.course-details__description {
  white-space: pre-line;
}
.course-details__row {
  margin-right: -15px;
  margin-left: -15px;
}
.course-details__col {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .course-details__col {
    float: left;
    width: 25%;
  }
}
.course-finish-line {
  text-align: center;
  color: #8f9393;
  font-size: 15px;
  font-weight: 700;
  margin-top: 30px;
}
.course-finish-line__icon {
  vertical-align: middle;
}
.course-header {
  margin-top: 25px;
  margin-bottom: 0;
}
.course-header__title {
  margin-bottom: 25px;
}
.course-header__creator {
  color: #8f9393;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 500;
}
.course-header__heading {
  margin-top: 0;
  margin-bottom: 2px;
  word-break: break-word;
}
@media (min-width: 768px) {
  .course-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 10px;
  }
  .course-header__title {
    -ms-flex-positive: 1;
        flex-grow: 1;
    margin-bottom: 0;
  }
  .course-header__controls {
    padding-left: 15px;
  }
}
.course-card {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.53846154;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out;
  position: relative;
  margin-bottom: 20px !important;
  padding: 0;
}
.course-card > img,
.course-card a > img {
  margin-right: auto;
  margin-left: auto;
}
a.course-card:hover,
a.course-card:focus,
a.course-card.active {
  border-color: #1eaec8;
}
.course-card .caption {
  padding: 9px;
  color: #3e454d;
}
.course-card:before,
.course-card:after {
  top: auto;
  bottom: 12px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
}
.course-card:before,
.course-card:after {
  background: none;
  bottom: 12px;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.5);
  content: "";
  height: 10px;
  left: 12px;
  position: absolute;
  width: 40%;
  z-index: -1;
  transform: skew(-4deg) rotate(-4deg);
}
.course-card:after {
  transform: skew(4deg) rotate(4deg);
  left: auto;
  right: 12px;
}
.course-card__header {
  word-wrap: break-word;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: -1px;
}
.course-card__header a {
  color: #3e454d;
}
.course-card__header a:hover,
.course-card__header a:focus {
  color: #343636;
  text-decoration: none;
}
.course-card__body {
  padding: 16px;
}
.course-card__description {
  color: #3e454d;
  font-size: 11px;
  font-weight: 400;
}
.course-card__description-text {
  white-space: pre-line;
  word-break: break-word;
  word-wrap: break-word;
}
.course-card__description-text p:last-child {
  margin-bottom: 0;
}
.course-card__footer {
  padding: 4px 16px;
  border-top: 1px solid #dddddd;
}
.course-card__footer-label {
  margin-right: 10px;
}
.course-card__footer--due-date {
  border-top: none;
  padding: 0 16px 8px;
}
.course-card__count {
  color: #8f9393;
  display: inline;
  margin-right: 15px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 31px;
}
.course-card__count.text-danger {
  color: #ED5946;
}
a.course-card__count.text-danger:hover,
a.course-card__count.text-danger:focus {
  color: #e82f18;
}
a.course-card__count.text-danger:hover,
a.course-card__count.text-danger:focus {
  color: #e82f18;
}
.course-card__count-icon {
  margin-right: 5px;
}
.course-card__footer-link {
  text-decoration: none;
  color: #8A8F94;
  box-shadow: none;
}
.course-card__footer-link:hover,
.course-card__footer-link:focus {
  color: #343636;
  text-decoration: none;
}
.course-card__label-wrapper {
  display: inline;
  float: left;
  padding-top: 4px;
}
.course-card__cog-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 32px;
  line-height: 32px;
}
.course-card__cog-icon.fa-pull-left {
  margin-right: 0.3em;
}
.course-card__cog-icon.fa-pull-right {
  margin-left: 0.3em;
}
.course-card__cog-icon.pull-left {
  margin-right: 0.3em;
}
.course-card__cog-icon.pull-right {
  margin-left: 0.3em;
}
.course-card__cog-icon:before {
  font-size: 0.7em;
  content: "\f111" " " "\f111" " " "\f111";
}
.course-card__due-soon {
  border-radius: 4px;
  background: #ED5946;
  color: #fff;
  padding: 5px 10px;
  z-index: 1000;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
}
.course-card__cover {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 46.6463% 0 0 0;
  height: auto;
}
.course-card__cover-image {
  width: 100%;
  max-width: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.course-card__cover-placeholder {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1eaec8;
}
.course-card__moreellipses {
  display: none;
}
.bg-light {
  background: #F1F1F1;
}
.details-table__label-col {
  width: 200px;
}
.dashboard-events-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 8px;
  padding: 0;
}
.dashboard-events-card__body {
  padding: 15px;
  font-weight: 100;
}
@media (min-width: 768px) {
  .dashboard-events-card__body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.dashboard-events-card__content-col {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .dashboard-events-card__content-col {
    margin-bottom: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .dashboard-events-card__button-col {
    padding-left: 10px;
  }
}
/*
 * SMARTADMIN VARIABLES
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* -- Box model ------------------------------- */
*,
*:after,
*:before {
  box-sizing: border-box;
}
.sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 1034;
  transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}
.sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition-delay: 0;
}
/* -- Constructor style ------------------------------- */
.constructor {
  position: relative;
  margin: 0;
  padding: 0 50px;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar,
.wrapper {
  display: table-cell;
  vertical-align: top;
}
.wrapper {
  width: 100%;
}
.sidebar-stacked.open + .wrapper .constructor {
  margin-left: 280px;
}
@media (max-width: 768px) {
  .sidebar-stacked.open + .wrapper .constructor {
    margin-left: 240px;
  }
}
/* -- Sidebar style ------------------------------- */
.sidebar {
  position: relative;
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.sidebar:before,
.sidebar:after {
  display: table;
  content: " ";
}
.sidebar:after {
  clear: both;
}
.sidebar:before,
.sidebar:after {
  display: table;
  content: " ";
}
.sidebar:after {
  clear: both;
}
.sidebar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #F7F7F7;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #BFBFBF;
}
.sidebar {
  padding: 15px 0 0;
}
@media (min-width: 992px) {
  .sidebar.open {
    padding: 30px 20px 0 20px;
  }
}
.sidebar .sidebar-footer {
  padding-bottom: 15px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: -0.3px;
  font-size: 12px;
}
.sidebar .sidebar-footer a {
  color: #3e454d;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.sidebar .sidebar-footer a:hover,
.sidebar .sidebar-footer a:focus {
  color: #343636;
  text-decoration: none;
}
.sidebar .sidebar-footer a:focus {
  outline-offset: -2px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1px;
}
.sidebar .sidebar-footer img {
  width: 48px;
  height: 48px;
  margin-bottom: 2px;
}
.sidebar .sidebar-header {
  text-align: center;
  margin-bottom: 15px;
}
.sidebar .sidebar-header .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
}
.sidebar .sidebar-header p.byline {
  font-weight: 500;
}
.sidebar .sidebar-header .location {
  color: #335271;
  font-weight: 400;
  font-size: 11px;
  display: inline-block;
}
.sidebar .sidebar-header .location .glyphicon {
  font-size: 14px;
  margin-right: 4px;
  float: left;
}
.sidebar .sidebar-header img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.sidebar .sidebar-toggle {
  position: relative;
  float: right;
  margin: 16px;
  padding: 0;
  background-image: none;
  border: none;
  height: 40px;
  width: 40px;
  font-size: 20px;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-toggle:before,
.sidebar .sidebar-toggle:after {
  display: table;
  content: " ";
}
.sidebar .sidebar-toggle:after {
  clear: both;
}
.sidebar .sidebar-toggle:before,
.sidebar .sidebar-toggle:after {
  display: table;
  content: " ";
}
.sidebar .sidebar-toggle:after {
  clear: both;
}
.sidebar .sidebar-toggle:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .sidebar-toggle:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .icon-material-sidebar-arrow:before {
  content: "\e610";
}
.sidebar .sidebar-image img {
  width: 54px;
  height: 54px;
  margin: 16px;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-brand {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0;
  padding-left: 16px;
  padding-right: 51px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-brand:hover,
.sidebar .sidebar-brand:focus {
  box-shadow: none;
  outline: none;
}
.sidebar .sidebar-brand .caret {
  position: absolute;
  right: 21.5px;
  top: 19px;
}
.sidebar .sidebar-brand .sidebar-badge {
  position: absolute;
  right: 16px;
  top: 9.5px;
}
.sidebar .sidebar-brand:hover,
.sidebar .sidebar-brand:focus {
  text-decoration: none;
}
.sidebar .sidebar-badge {
  display: inline-block;
  min-width: 19px;
  height: 19px;
  line-height: 19px;
  padding: 0 3px;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.sidebar .sidebar-badge.badge-circle {
  border-radius: 50%;
}
.sidebar .sidebar-divider,
.sidebar .sidebar-nav .divider {
  position: relative;
  display: block;
  height: 1px;
  margin: 8px 0;
  padding: 0;
  overflow: hidden;
}
.sidebar .sidebar-text {
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0;
  padding-left: 16px;
  padding-right: 51px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-text:hover,
.sidebar .sidebar-text:focus {
  box-shadow: none;
  outline: none;
}
.sidebar .sidebar-text .caret {
  position: absolute;
  right: 21.5px;
  top: 19px;
}
.sidebar .sidebar-text .sidebar-badge {
  position: absolute;
  right: 16px;
  top: 9.5px;
}
.sidebar .fa {
  width: 1.28571429em;
  text-align: center;
  display: inline-block;
  min-width: 40px;
  width: 40px;
  text-align: left;
  font-size: 20px;
}
.sidebar .fa:before,
.sidebar .fa:after {
  vertical-align: middle;
}
.sidebar .sidebar-nav {
  margin: 0 0 120px;
  padding: 0;
}
.sidebar .sidebar-nav li {
  position: relative;
  list-style-type: none;
}
.sidebar .sidebar-nav li a {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  height: 38px;
  line-height: 38px;
  padding: 0;
  padding-left: 16px;
  padding-right: 51px;
  text-decoration: none;
  clear: both;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}
.sidebar .sidebar-nav li a:hover,
.sidebar .sidebar-nav li a:focus {
  box-shadow: none;
  outline: none;
}
.sidebar .sidebar-nav li a .caret {
  position: absolute;
  right: 21.5px;
  top: 19px;
}
.sidebar .sidebar-nav li a .sidebar-badge {
  position: absolute;
  right: 16px;
  top: 9.5px;
}
.sidebar .sidebar-nav li a:hover {
  background: transparent;
}
.sidebar .sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.sidebar-default {
  background-color: #fff;
}
.sidebar-default .sidebar-toggle {
  color: #343636;
  background-color: transparent;
}
.sidebar-default .sidebar-brand {
  color: #3e454d;
  background-color: transparent;
}
.sidebar-default .sidebar-brand:hover,
.sidebar-default .sidebar-brand:focus {
  color: #343636;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar-default .sidebar-badge {
  color: #fff;
  background-color: #ED5946;
}
.sidebar-default .sidebar-divider,
.sidebar-default .sidebar-nav .divider {
  background-color: #dddddd;
}
.sidebar-default .sidebar-text {
  color: #343636;
}
.sidebar-default .sidebar-nav li > a {
  color: #343636;
  background-color: transparent;
}
.sidebar-default .sidebar-nav li > a i {
  color: #3e454d;
}
.sidebar-default .sidebar-nav li:hover > a,
.sidebar-default .sidebar-nav li > a:hover {
  color: #343636;
  background-color: #cacaca;
}
.sidebar-default .sidebar-nav li:hover > a i,
.sidebar-default .sidebar-nav li > a:hover i {
  color: #3e454d;
}
.sidebar-default .sidebar-nav li:focus > a,
.sidebar-default .sidebar-nav li > a:focus {
  color: #343636;
  background-color: transparent;
}
.sidebar-default .sidebar-nav li:focus > a i,
.sidebar-default .sidebar-nav li > a:focus i {
  color: #3e454d;
}
.sidebar-default .sidebar-nav > .open > a,
.sidebar-default .sidebar-nav > .open > a:hover,
.sidebar-default .sidebar-nav > .open > a:focus {
  color: #343636;
  background-color: #cacaca;
}
.sidebar-default .sidebar-nav > .active > a,
.sidebar-default .sidebar-nav > .active > a:hover,
.sidebar-default .sidebar-nav > .active > a:focus {
  color: #343636;
  background-color: #8f9393;
}
.sidebar-default .sidebar-nav > .disabled > a,
.sidebar-default .sidebar-nav > .disabled > a:hover,
.sidebar-default .sidebar-nav > .disabled > a:focus {
  color: #8f9393;
  background-color: transparent;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu {
  background-color: #cacaca;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:focus {
  background-color: #cacaca;
  color: #343636;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > li > a:hover {
  background-color: #b8b8b8;
  color: #343636;
}
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a,
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:hover,
.sidebar-default .sidebar-nav > .dropdown > .dropdown-menu > .active > a:focus {
  color: #343636;
  background-color: #8f9393;
}
.sidebar {
  width: 0;
  transform: translate3d(-280px, 0, 0);
}
.sidebar.open {
  min-width: 280px;
  width: 280px;
  transform: translate3d(0, 0, 0);
}
.sidebar-fixed-left,
.sidebar-fixed-right,
.sidebar-stacked {
  position: absolute;
  top: 0;
  z-index: 1035;
}
.sidebar-stacked {
  left: 0;
}
.sidebar-fixed-left {
  left: 0;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.35);
}
.sidebar-fixed-right {
  right: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.35);
  transform: translate3d(280px, 0, 0);
}
.sidebar-fixed-right.open {
  transform: translate3d(0, 0, 0);
}
.sidebar-fixed-right .icon-material-sidebar-arrow:before {
  content: "\e614";
}
@media (max-width: 768px) {
  .sidebar.open {
    min-width: 240px;
    width: 240px;
  }
  .sidebar .sidebar-image img {
    width: 44px;
    height: 44px;
  }
}
.dropzone-box {
  position: relative;
  min-height: 284px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  padding: 0 15px 15px 0;
  transition: all 0.2s;
}
.dropzone-box.dz-browser-not-supported .dz-message {
  display: none!important;
}
.dropzone-box.dz-browser-not-supported {
  min-height: auto!important;
  border: none!important;
  border-radius: 0!important;
  width: auto!important;
  cursor: default!important;
  padding: 0!important;
  transition: none;
}
.dropzone-box .dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  position: absolute;
  padding-left: 90px;
  line-height: 22px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  transition: all 0.2s;
  margin-left: -100px;
  width: 220px;
  padding-top: 0;
}
@media (min-width: 480px) {
  .dropzone-box .dz-default.dz-message {
    margin-left: -150px;
    width: 300px;
    padding-top: 12px;
  }
}
.dropzone-box .dz-text-small {
  font-size: 14px;
  font-weight: 400;
}
.dropzone-box .fa.fa-cloud-upload {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  background: #eee;
  color: #aaa;
  border-radius: 2px;
  transition: all 0.2s;
}
.dropzone-box:hover .fa.fa-cloud-upload {
  color: #fff;
}
.dropzone-box.dz-max-files-reached .dz-default.dz-message,
.dropzone-box.dz-started .dz-default.dz-message {
  display: none;
}
.dropzone-box.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important;
}
.dropzone-box .dz-preview {
  width: 160px;
  padding: 6px 10px 10px;
  margin: 15px 0 0 15px;
  display: inline-block;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: top;
}
.dropzone-box .dz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px;
}
.dropzone-box .dz-size {
  padding-bottom: 8px;
}
.dropzone-box .dz-thumbnail {
  width: 138px;
  height: 120px;
  max-width: 138px;
  max-height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.dropzone-box .dz-thumbnail > img {
  max-width: 100%;
  max-height: 120px;
}
.dropzone-box .dz-preview .progess-bar,
.dropzone-box .dz-preview .progress {
  height: 18px;
}
.dropzone-box .dz-preview .progess-bar .progress-bar,
.dropzone-box .dz-preview .progress .progress-bar {
  min-width: 20px;
  line-height: 18px;
}
.dropzone-box .dz-preview .progress {
  margin: 8px 0 0;
}
.dropzone-box .dz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
}
.dropzone-box .dz-size span {
  font-weight: 600;
}
.dropzone-box.educator-box .dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dropzone-box.educator-box .dz-remove:hover {
  background: #e66454;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}
.dropzone-box .dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}
.dropzone-box .dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.dropzone-box .dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}
.dropzone-box .dz-error-mark,
.dropzone-box .dz-error-message,
.dropzone-box .dz-success-mark {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.1s;
}
.dropzone-box .dz-error-mark .fa,
.dropzone-box .dz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  font-weight: 400;
}
.dropzone-box .dz-error-mark .fa {
  color: #fa6b59;
}
.dropzone-box .dz-success-mark .fa {
  color: #9ed441;
}
.dropzone-box .dz-error-message {
  overflow: hidden;
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0;
}
.dropzone-box .dz-error .dz-error-mark {
  display: block;
}
.dropzone-box .dz-error .dz-error-message,
.dropzone-box .dz-error:hover .dz-error-mark {
  display: none;
}
.dropzone-box .dz-error:hover .dz-error-message,
.dropzone-box .dz-success .dz-success-mark {
  display: block;
}
.dropzone-box.dz-drag-hover {
  border-color: #1d89cf;
}
.dropzone-box:hover .fa.fa-cloud-upload {
  background: #1d89cf;
}
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-radius: 30px;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background 0.2s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 30px;
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.33333333%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #008c8d;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #1eaec8;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #57ca1c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f67500;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #ED5946;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #dddddd;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-top-left-radius: 29px;
  border-bottom-left-radius: 29px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-top-right-radius: 29px;
  border-bottom-right-radius: 29px;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.33333333%;
  color: #3e454d;
  background: #fff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}
/* custom css */
.bootstrap-switch {
  width: 42px !important;
  height: 24px;
  min-width: 0;
  padding: 3px;
  border: 0;
  border-radius: 1.5em;
  font-weight: bold;
  background-color: #dddddd;
}
.bootstrap-switch .bootstrap-switch-container {
  height: 100%;
}
.bootstrap-switch .bootstrap-switch-label {
  margin-top: 0;
  margin-bottom: 0;
  background-color: #fff !important;
}
.bootstrap-switch:hover {
  background-color: #8f9393;
}
.bootstrap-switch > div > span {
  background-color: transparent !important;
}
.bootstrap-switch > div > label {
  border-radius: 2em !important;
}
.bootstrap-switch.bootstrap-switch-animate > div > span {
  transition: color 0.5s;
}
.bootstrap-switch.bootstrap-switch-animate > div > label {
  transition: background-color 0.5s;
}
.bootstrap-switch.bootstrap-switch-on > div > span {
  color: #57ca1c !important;
}
.bootstrap-switch.bootstrap-switch-on {
  background-color: #57ca1c !important;
}
.bootstrap-switch.bootstrap-switch-on > div > label {
  background-color: #ffffff !important;
  border: 0;
}
.bootstrap-switch.bootstrap-switch-off > div > span,
.bootstrap-switch.bootstrap-switch-off > div > label {
  color: #858e90 !important;
}
.bootstrap-switch.bootstrap-switch-off > div > label {
  background-color: #ffffff !important;
  border: 0;
}
.bootstrap-switch > div > label,
.bootstrap-switch > div > span {
  -moz-box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100% !important;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 10px;
  border-radius: 1.5em !important;
}
.datepicker {
  border-radius: 2px;
  z-index: 3150 !important;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #8f9393;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #dddddd;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #8f9393;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #afd9ee;
  background-image: none;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #8f9393;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #ffc966;
  background-image: none;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #8f9393;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #dddddd;
  border-color: #aaaaaa;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #c4c4c4;
  border-color: #6a6a6a;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #c4c4c4;
  border-color: #8b8b8b;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000;
  background-color: #c4c4c4;
  background-image: none;
  border-color: #8b8b8b;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000;
  background-color: #b2b2b2;
  border-color: #6a6a6a;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #dddddd;
  border-color: #aaaaaa;
}
.datepicker table tr td.range .badge {
  color: #dddddd;
  background-color: #000;
}
.datepicker table tr td.range.focused {
  background: #c4c4c4;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #dddddd;
  color: #8f9393;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #dbe5ea;
  border-color: #9bb6c4;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #bbced7;
  border-color: #527a8d;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #bbced7;
  border-color: #749bae;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #bbced7;
  background-image: none;
  border-color: #749bae;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a4bdca;
  border-color: #527a8d;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #dbe5ea;
  border-color: #9bb6c4;
}
.datepicker table tr td.range.highlighted .badge {
  color: #dbe5ea;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #bbced7;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #dbe5ea;
  color: #8f9393;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #eec16f;
  border-color: #dd981a;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #e9ad41;
  border-color: #6a490d;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #e9ad41;
  border-color: #a67214;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #e9ad41;
  background-image: none;
  border-color: #a67214;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #e5a021;
  border-color: #6a490d;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #eec16f;
  border-color: #dd981a;
}
.datepicker table tr td.range.today .badge {
  color: #eec16f;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #eec16f;
  color: #8f9393;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #8f9393;
  border-color: #3e454d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #757a7a;
  border-color: #050606;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #757a7a;
  border-color: #23272b;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #757a7a;
  background-image: none;
  border-color: #23272b;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #646767;
  border-color: #050606;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #8f9393;
  border-color: #3e454d;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #8f9393;
  background-color: #fff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #1eaec8;
  border-color: #1eaec8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0d4e59;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #168093;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #168093;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0d4e59;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #1eaec8;
  border-color: #1eaec8;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #1eaec8;
  background-color: #fff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #dddddd;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #8f9393;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #1eaec8;
  border-color: #1eaec8;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #17879c;
  border-color: #0d4e59;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #17879c;
  border-color: #168093;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #17879c;
  background-image: none;
  border-color: #168093;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #136c7d;
  border-color: #0d4e59;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #1eaec8;
  border-color: #1eaec8;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #1eaec8;
  background-color: #fff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #8f9393;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #dddddd;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.53846154;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
