@charset "UTF-8";
:root {
  --c-brand-primary: #4c6bbe;
  --c-brand-primary-darken-5: #405fb0;
  --c-brand-primary-darken-7: #3d5ba9;
  --c-brand-primary-darken-10: #39559e;
  --c-brand-primary-darken-15: #324b8b;
  --c-brand-primary-darken-17: #304784;
  --c-brand-primary-darken-20: #2c4178;
  --c-brand-primary-darken-25: #253666;
  --c-brand-primary-lighten-7: #6681c8;
  --c-brand-primary-lighten-40: #e2e7f4;
  --c-brand-success: #098824;
  --c-brand-success-darken-5: #07701e;
  --c-brand-success-darken-7: #07671b;
  --c-brand-success-darken-10: #065817;
  --c-brand-success-darken-15: #044011;
  --c-brand-success-darken-17: #04370e;
  --c-brand-success-darken-20: #03280b;
  --c-brand-success-darken-25: #011004;
  --c-brand-success-lighten-7: #0ba92d;
  --c-brand-success-lighten-40: #68f586;
  --c-brand-danger: #C92A2A;
  --c-brand-danger-darken-5: #b42626;
  --c-brand-danger-darken-7: #ab2424;
  --c-brand-danger-darken-10: #9f2121;
  --c-brand-danger-darken-15: #8a1d1d;
  --c-brand-danger-darken-17: #811b1b;
  --c-brand-danger-darken-20: #751818;
  --c-brand-danger-darken-25: #601414;
  --c-brand-danger-lighten-7: #d74040;
  --c-brand-danger-lighten-40: #f4cbcb;
  --c-brand-warning: #b24d04;
  --c-brand-warning-darken-5: #994203;
  --c-brand-warning-darken-7: #8f3e03;
  --c-brand-warning-darken-10: #803703;
  --c-brand-warning-darken-15: #672d02;
  --c-brand-warning-darken-17: #5d2802;
  --c-brand-warning-darken-20: #4e2202;
  --c-brand-warning-darken-25: #351701;
  --c-brand-warning-lighten-7: #d55c05;
  --c-brand-warning-lighten-40: #fcb786;
  --c-brand-info: #0d8094;
  --c-brand-info-darken-5: #0b6c7d;
  --c-brand-info-darken-7: #0a6473;
  --c-brand-info-darken-10: #095765;
  --c-brand-info-darken-15: #07434e;
  --c-brand-info-darken-17: #063b44;
  --c-brand-info-darken-20: #052f36;
  --c-brand-info-darken-25: #031b1f;
  --c-brand-info-lighten-7: #109cb5;
  --c-brand-info-lighten-40: #7ae1f3;
  --c-brand-secondary: #0c1724;
  --c-site-primary: #ffffff;
  --c-site-secondary: #dddddd;
  --c-light: #ffffff;
  --c-dark: #000000;
  --c-gray: #dddddd;
  --c-gray-dark: #273444;
  --c-gray-light: #eeeeee;
  --border-radius: 3px;
  --c-site-text: #454545;
  --c-navbar-bg: #0c1724;
  --c-navbar-text: #fefefe;
  --c-navbar-text-faint: #A0A0A0;
  --c-navbar-text-hover: #dedede;
  --c-navbar-search-bg: #25303D;
  --c-navbar-search-bg-active: #DCDCDC;
  --c-navbar-search-border: #323D4A;
  --c-navbar-search-placeholder: #979797;
  --c-navbar-search-placeholder-active: #606060;
  --c-navbar-search-text: #404040;
  --c-navbar-menu-bg: #1C2734;
  --c-navbar-menu-bg-hover: #283340;
  --c-navbar-menu-divider: #414C59;
  --c-navbar-menu-text: #bebebe;
  --c-navbar-menu-text-hover: #dedede;
  --c-navbar-menu-text-faint: #A1A6B0;
  --c-navbar-menu-checkbox-bg: #313C49;
  --c-navbar-menu-checkbox-selected: #10B817;
  --c-navbar-grid-bg-hover: #e2e2e2;
  --c-navbar-grid-outline-hover: #8F8F8F;
  --c-grid-text: var(--c-site-text);
  --c-grid-bg: var(--c-site-primary);
  --c-grid-bg-hover: #f9f8f8;
  --c-grid-odd-text: var(--c-site-text);
  --c-grid-odd-bg: #f0f1f4;
  --c-grid-odd-bg-hover: #e6e7e9;
}

/* import bootstrap files ****************************************/
/*Courtesy of http://stackoverflow.com/questions/11291667/scss-sass-how-apply-style-for-all-pseudo-selectors*/
/*
 * Overwritten mixin from bootstrap-sass-3.4.3
 * make focus colors darker
 */
/*! 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;
  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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

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

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

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

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

.glyphicon-hourglass:before {
  content: "⌛";
}

.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: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: var(--c-brand-primary);
  text-decoration: none;
}
a:hover, a:focus {
  color: var(--c-brand-primary-darken-15);
  text-decoration: underline;
}
a:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -moz-mac-focusring;
  outline: 5px auto -webkit-focus-ring-color;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

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

.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: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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, .initialism {
  text-transform: uppercase;
}

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: var(--c-brand-primary);
}

a.text-primary:hover,
a.text-primary:focus {
  color: var(--c-brand-primary-darken-10);
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: var(--c-brand-primary);
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: var(--c-brand-primary-darken-10);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

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

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

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

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

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

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

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

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

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

.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-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
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: #777777;
  text-align: left;
}

th {
  text-align: left;
}

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

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

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  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 > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
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: 5px auto Highlight;
  outline: 5px auto -moz-mac-focusring;
  outline: 5px auto -webkit-focus-ring-color;
}

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled 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, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
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: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

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

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

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  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: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  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;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: gray;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: var(--c-brand-primary);
  border-color: var(--c-brand-primary-darken-5);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: var(--c-brand-primary-darken-10);
  border-color: var(--c-brand-primary-darken-25);
}
.btn-primary:hover {
  color: #fff;
  background-color: var(--c-brand-primary-darken-10);
  border-color: var(--c-brand-primary-darken-7);
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--c-brand-primary-darken-10);
  background-image: none;
  border-color: var(--c-brand-primary-darken-7);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: var(--c-brand-primary-darken-17);
  border-color: var(--c-brand-primary-darken-20);
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: var(--c-brand-primary);
  border-color: var(--c-brand-primary-darken-5);
}
.btn-primary .badge {
  color: var(--c-brand-primary);
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: var(--c-brand-success);
  border-color: var(--c-brand-success-darken-5);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: var(--c-brand-success-darken-10);
  border-color: var(--c-brand-success-darken-25);
}
.btn-success:hover {
  color: #fff;
  background-color: var(--c-brand-success-darken-10);
  border-color: var(--c-brand-success-darken-7);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: var(--c-brand-success-darken-10);
  background-image: none;
  border-color: var(--c-brand-success-darken-7);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: var(--c-brand-success-darken-17);
  border-color: var(--c-brand-success-darken-20);
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: var(--c-brand-success);
  border-color: var(--c-brand-success-darken-5);
}
.btn-success .badge {
  color: var(--c-brand-success);
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: var(--c-brand-info);
  border-color: var(--c-brand-info-darken-5);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: var(--c-brand-info-darken-10);
  border-color: var(--c-brand-info-darken-25);
}
.btn-info:hover {
  color: #fff;
  background-color: var(--c-brand-info-darken-10);
  border-color: var(--c-brand-info-darken-7);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: var(--c-brand-info-darken-10);
  background-image: none;
  border-color: var(--c-brand-info-darken-7);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: var(--c-brand-info-darken-17);
  border-color: var(--c-brand-info-darken-20);
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: var(--c-brand-info);
  border-color: var(--c-brand-info-darken-5);
}
.btn-info .badge {
  color: var(--c-brand-info);
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: var(--c-brand-warning);
  border-color: var(--c-brand-warning-darken-5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: var(--c-brand-warning-darken-10);
  border-color: var(--c-brand-warning-darken-25);
}
.btn-warning:hover {
  color: #fff;
  background-color: var(--c-brand-warning-darken-10);
  border-color: var(--c-brand-warning-darken-7);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: var(--c-brand-warning-darken-10);
  background-image: none;
  border-color: var(--c-brand-warning-darken-7);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: var(--c-brand-warning-darken-17);
  border-color: var(--c-brand-warning-darken-20);
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: var(--c-brand-warning);
  border-color: var(--c-brand-warning-darken-5);
}
.btn-warning .badge {
  color: var(--c-brand-warning);
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: var(--c-brand-danger);
  border-color: var(--c-brand-danger-darken-5);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: var(--c-brand-danger-darken-10);
  border-color: var(--c-brand-danger-darken-25);
}
.btn-danger:hover {
  color: #fff;
  background-color: var(--c-brand-danger-darken-10);
  border-color: var(--c-brand-danger-darken-7);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: var(--c-brand-danger-darken-10);
  background-image: none;
  border-color: var(--c-brand-danger-darken-7);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: var(--c-brand-danger-darken-17);
  border-color: var(--c-brand-danger-darken-20);
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: var(--c-brand-danger);
  border-color: var(--c-brand-danger-darken-5);
}
.btn-danger .badge {
  color: var(--c-brand-danger);
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: var(--c-brand-primary);
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: var(--c-brand-primary-darken-15);
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  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: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  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: var(--c-brand-primary);
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  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: 12px;
  line-height: 1.428571429;
  color: #777777;
  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 {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

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

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-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 input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-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-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-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:before, .nav:after {
  display: table;
  content: " ";
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: var(--c-brand-primary);
}
.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.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: var(--c-brand-primary);
}

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

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

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}
.navbar-header:after {
  clear: both;
}
@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:before, .navbar-collapse:after {
  display: table;
  content: " ";
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  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: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@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;
    -webkit-box-shadow: none;
    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: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

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

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: var(--c-brand-primary);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: var(--c-brand-primary-darken-15);
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: var(--c-brand-primary);
  border-color: var(--c-brand-primary);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before, .pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.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;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: var(--c-brand-primary);
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: var(--c-brand-primary-darken-10);
}

.label-success {
  background-color: var(--c-brand-success);
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: var(--c-brand-success-darken-10);
}

.label-info {
  background-color: var(--c-brand-info);
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: var(--c-brand-info-darken-10);
}

.label-warning {
  background-color: var(--c-brand-warning);
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: var(--c-brand-warning-darken-10);
}

.label-danger {
  background-color: var(--c-brand-danger);
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: var(--c-brand-danger-darken-10);
}

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

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

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: var(--c-brand-primary);
}

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

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

.alert-success {
  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: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

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

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: var(--c-brand-success);
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: var(--c-brand-info);
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-bar-danger {
  background-color: var(--c-brand-danger);
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.media,
.media-body {
  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: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: var(--c-brand-primary);
  border-color: var(--c-brand-primary);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: var(--c-brand-primary-lighten-40);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-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: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

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

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: var(--c-brand-primary);
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: var(--c-brand-primary);
  border-color: var(--c-brand-primary);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: var(--c-brand-primary);
}
.panel-primary > .panel-heading .badge {
  color: var(--c-brand-primary);
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: var(--c-brand-primary);
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

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

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

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

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

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  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;
  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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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:before, .modal-header:after {
  display: table;
  content: " ";
}
.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}
.modal-footer:after {
  clear: both;
}
.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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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: 12px;
  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: 4px;
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  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: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .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: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

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

.carousel {
  position: relative;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  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 {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

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

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* end import bootstrap files ****************************************/
.ef-anchor-like, a.link, a.link:visited, a.link:hover, a.link:link {
  color: #4c6bbe !important;
  text-decoration: none;
  cursor: pointer;
}
.ef-anchor-like:hover, .ef-anchor-like:focus, a.link:hover, a.link:focus, a.link:visited:hover, a.link:visited:focus, a.link:hover:hover, a.link:hover:focus, a.link:link:hover, a.link:link:focus {
  text-decoration: underline;
}
.sortedTable tr.oddRowColor .ef-anchor-like, .sortedTable tr.oddRowColor a.link, .sortedTable tr.oddRowColor a.link:visited, .sortedTable tr.oddRowColor a.link:hover, .sortedTable tr.oddRowColor a.link:link {
  color: #226ab4 !important;
}

a:link, a:visited {
  color: #444;
  text-decoration: none;
}

a.btn-primary, a.btn-success, a.btn-warning, a.btn-danger {
  color: white;
}

a:hover, a:focus {
  color: #222;
  text-decoration: underline;
}

input[type=checkbox]:focus-visible, input[type=radio]:focus-visible {
  outline-offset: 2px;
}

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

.text-right-responsive {
  text-align: right;
}
@media (max-width: 768px) {
  .text-right-responsive {
    text-align: left;
  }
}

div.ef-loading {
  display: block;
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  text-align: center;
}
div.ef-loading span {
  font-size: 36px !important;
  margin: 20px auto;
  display: inline-block;
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #444;
}

.ef-cursor-default {
  cursor: default;
}

.bg-gray {
  background-color: #f7f7f7;
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small,
.h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small,
.h6 .small {
  color: #767676;
}

/* Removes the 'clear' button that IE adds in inputs */
::-ms-clear {
  display: none;
}

.link-inherit {
  color: inherit !important;
}

h3.ef-fieldset-separator {
  display: block;
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 25px 20px;
  border-bottom: 1px solid #DCDCDC;
  line-height: 1.4;
  font-size: 21px;
}

html {
  background-color: #dddddd;
  height: 100%;
}

body {
  background-color: #dddddd;
  font-size: 13px;
  /* font-family: Helvetica, sans-serif; */
  font-family: "Roboto";
  color: var(--c-site-text);
  text-align: left;
  line-height: 1.5em;
  margin: 0px auto;
  padding: 0px;
  min-height: 100%;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/Roboto/Roboto-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: normal;
  src: url(/assets/Roboto/Roboto-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/Roboto/Roboto-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: bold;
  src: url(/assets/Roboto/Roboto-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: normal;
  src: url(/assets/Comfortaa/Comfortaa-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Comfortaa";
  font-style: normal;
  font-weight: bold;
  src: url(/assets/Comfortaa/Comfortaa-Bold.ttf) format("truetype");
}
aside.alert {
  color: #fff;
  border: 0px none;
  border-radius: 2px;
  font-weight: 600;
  padding: 20px 15px 20px 50px;
  position: relative;
  font-size: 13px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.05);
}
aside.alert:before {
  font-weight: normal;
  font-family: FontAwesome;
  font-size: 26px;
  content: "\f12a";
  position: absolute;
  top: 50%;
  left: 10px;
  height: 40px;
  width: 30px;
  margin-top: -20px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
aside.alert.alert-success {
  background-color: var(--c-brand-success);
}
aside.alert.alert-info {
  background-color: var(--c-brand-info);
}
aside.alert.alert-warning {
  background-color: var(--c-brand-warning);
}
aside.alert.alert-danger {
  background-color: var(--c-brand-danger);
}
aside.alert.alert-busy {
  background-color: #563f7b;
}
aside.alert.alert-transcoder {
  background-color: #563f7b;
  padding-left: 70px;
}
aside.alert.alert-success:before {
  content: "\f118";
}
aside.alert.alert-info:before {
  content: "\f0a2";
}
aside.alert.alert-warning:before {
  content: "\f0a1";
}
aside.alert.alert-danger:before {
  content: "\f119";
}
aside.alert.alert-busy:before {
  content: "\f013";
  animation: fa-spin 2s infinite linear;
}
aside.alert.alert-transcoder:before {
  content: "";
  margin-top: -25px;
  top: 50%;
  left: 10px;
  height: 50px;
  width: 50px;
  display: block;
  background-image: url(/assets/images/ellipsis_loader.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
aside.alert strong {
  font-size: 14px;
}
aside.alert button[type=button].close {
  color: #fff;
  opacity: 0.85;
  text-shadow: 0 1px 0 #888;
}
aside.alert button[type=button].close:hover {
  opacity: 1;
}

#ef-navbar {
  height: 57px;
  border-radius: 0;
  border: 0 none;
  margin: 0;
  z-index: 15;
  background-color: var(--c-navbar-bg);
  color: var(--c-navbar-text);
  /*
   * Override bootstrap (.navbar-collapse.collapse ...)
   */
  /*
  * Site logo
  */
  /*
   * Live search
   */
  /*
   * Right menu drop downs, points ...
   */
  /*
   * Nesting panels
   */
  /*
   * News feed
   */
  /*
   * User roles
   */
}
#ef-navbar > .ef-skip-to-content-link {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  color: var(--c-navbar-text);
  background-color: var(--c-navbar-bg);
  border-radius: 4px;
}
#ef-navbar > .container {
  display: flex;
  flex-flow: row nowrap;
}
#ef-navbar > .container #searchInputContainer {
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  #ef-navbar > .container #userNavBar #ef-navigation li > a, #ef-navbar > .container #userNavBar #ef-navigation li > button {
    white-space: nowrap;
    word-break: unset;
  }
}
#ef-navbar .container,
#ef-navbar .container .navbar-collapse,
#ef-navbar .container .navbar-collapse .nav.navbar-nav,
#ef-navbar .container .row,
#ef-navbar .container .row > * {
  height: 100%;
  background-color: inherit;
}
#ef-navbar .container .navbar-collapse {
  padding: 0px;
  margin: auto;
  /*bordeer: 0px none;*/
  box-shadow: none !important;
  border-top: none;
}
#ef-navbar .container .row,
#ef-navbar .container .row > * {
  height: inherit;
  margin: 0px;
  padding: 0px;
}
#ef-navbar .container .navbar-header {
  margin-right: 15px;
  max-width: 115px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#ef-navbar .container .navbar-header.navbar-header-subheader {
  max-width: unset;
}
@media only screen and (max-width: 380px) {
  #ef-navbar .container .navbar-header.navbar-header-subheader .ef-navbar-branch-name {
    max-width: 100px;
  }
}
@media only screen and (max-width: 320px) {
  #ef-navbar .container .navbar-header.navbar-header-subheader .ef-navbar-branch-name {
    max-width: 80px;
  }
}
#ef-navbar .container .navbar-header .ef-navbar-logo {
  padding: 0px;
  margin: 2px 0px;
  height: 53px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#ef-navbar .container .navbar-header .ef-navbar-logo img {
  height: auto;
  max-height: 100%;
  min-width: 50px;
  max-width: 115px;
}
#ef-navbar .container .navbar-header .ef-navbar-branch-name {
  padding: 17px 0px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
  cursor: default;
  font-size: 16px;
  color: var(--c-navbar-text-faint);
}
#ef-navbar .container ul.nav.navbar-nav > li.user-preferences ul.dropdown-menu {
  left: auto;
  -webkit-box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.7);
}
#ef-navbar .container ul.nav.navbar-nav > li.user-preferences ul.dropdown-menu:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  background-color: var(--c-navbar-bg);
}
#ef-navbar form.navbar-form {
  margin: 11px 0px;
  /* Custom, iPhone Retina */
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */
}
#ef-navbar form.navbar-form > div.form-group {
  display: inline;
}
#ef-navbar form.navbar-form > div.form-group > div.input-group {
  display: table;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.15);
}
#ef-navbar form.navbar-form #searchDiv {
  background-color: var(--c-navbar-search-bg);
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}
#ef-navbar form.navbar-form.ef-active #searchDiv {
  background-color: var(--c-navbar-search-bg-active);
}
#ef-navbar form.navbar-form input[type=text] {
  border-radius: 0px;
  border-color: var(--c-navbar-search-border);
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  font-size: 16px;
  font-family: Roboto;
}
#ef-navbar form.navbar-form input[type=text]::-webkit-input-placeholder {
  font-style: italic;
}
#ef-navbar form.navbar-form input[type=text]::-moz-placeholder {
  font-style: italic;
}
#ef-navbar form.navbar-form input[type=text]:-ms-input-placeholder {
  font-style: italic;
}
#ef-navbar form.navbar-form input[type=text]:-moz-placeholder {
  font-style: italic;
}
#ef-navbar form.navbar-form input[type=text]::placeholder {
  font-style: italic;
}
#ef-navbar form.navbar-form input[type=text]::-moz-placeholder {
  color: var(--c-navbar-search-placeholder);
  opacity: 1;
}
#ef-navbar form.navbar-form input[type=text]:-ms-input-placeholder {
  color: var(--c-navbar-search-placeholder);
}
#ef-navbar form.navbar-form input[type=text]::-webkit-input-placeholder {
  color: var(--c-navbar-search-placeholder);
}
#ef-navbar form.navbar-form input[type=text].active-search-input {
  border: 0px;
  border-right: none;
}
#ef-navbar form.navbar-form input[type=text].active-search-input::-moz-placeholder {
  color: var(--c-navbar-search-placeholder-active);
  opacity: 1;
}
#ef-navbar form.navbar-form input[type=text].active-search-input:-ms-input-placeholder {
  color: var(--c-navbar-search-placeholder-active);
}
#ef-navbar form.navbar-form input[type=text].active-search-input::-webkit-input-placeholder {
  color: var(--c-navbar-search-placeholder-active);
}
#ef-navbar form.navbar-form #sResultsDiv {
  width: 100%;
  -webkit-box-shadow: 0px 6px 8px 0px grey;
  box-shadow: 0px 6px 8px 0px grey;
  -webkit-transition: background-color 0.25s ease, border-color 0.25s ease;
  -o-transition: background-color 0.25s ease, border-color 0.25s ease;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  position: absolute;
  background: var(--c-grid-bg);
  color: var(--c-grid-text);
  border: 1px solid var(--c-navbar-search-bg-active);
  border-top: none;
  max-height: 400px;
  overflow: auto;
  top: 36px;
}
#ef-navbar form.navbar-form #ef-search-bar {
  width: 100%;
  margin-left: 0px;
}
@media only screen and (min-width: 320px) {
  #ef-navbar form.navbar-form #sResultsDiv {
    left: 0px;
    top: 53px;
  }
  #ef-navbar form.navbar-form #searchDiv {
    /*display: block!important;*/
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 38px;
  }
  #ef-navbar form.navbar-form .searchDivLeft {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 100%;
    z-index: 1;
  }
  #ef-navbar form.navbar-form .searchDivCenter {
    width: 100%;
    height: 100%;
  }
  #ef-navbar form.navbar-form .searchDivRight {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 480px) {
  #ef-navbar form.navbar-form #sResultsDiv {
    left: 0px;
    top: 53px;
  }
}
@media only screen and (min-width: 768px) {
  #ef-navbar form.navbar-form #ef-search-bar {
    margin-left: -38px;
    width: calc(100% + 38px);
  }
  #ef-navbar form.navbar-form #sResultsDiv {
    left: 0px;
    top: 36px;
  }
}
@media only screen and (min-width: 992px) {
  #ef-navbar form.navbar-form #ef-search-bar {
    margin-left: -38px;
    width: calc(100% + 38px);
  }
  #ef-navbar form.navbar-form #sResultsDiv {
    top: 36px;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-navbar form.navbar-form #searchDiv {
    padding: 0 0px;
    padding-right: 38px;
  }
  #ef-navbar form.navbar-form #ef-search-bar {
    width: 100%;
    margin-left: 0px;
  }
  #ef-navbar form.navbar-form #sResultsDiv {
    top: 36px;
  }
}
#ef-navbar form.navbar-form span.search-handle {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-left: 0px none;
  width: 1%;
  font-size: 16px;
  cursor: default;
  position: relative;
  background-color: transparent;
}
#ef-navbar form.navbar-form span.search-handle i.ef-search-close {
  display: none;
}
#ef-navbar form.navbar-form input, #ef-navbar form.navbar-form span.search-handle {
  color: var(--c-navbar-search-text);
}
#ef-navbar form.navbar-form:not(.ef-active) .search-handle {
  display: none;
}
#ef-navbar form.navbar-form .clickableRow {
  cursor: pointer;
  background: var(--c-grid-bg);
  color: var(--c-grid-text);
}
#ef-navbar form.navbar-form .clickableRow:nth-child(even) {
  background: var(--c-grid-odd-bg);
  color: var(--c-grid-odd-text);
}
#ef-navbar form.navbar-form .clickableRow:hover, #ef-navbar form.navbar-form .clickableRow.selected {
  background: var(--c-navbar-grid-bg-hover);
  outline: 1px solid var(--c-navbar-grid-outline-hover);
}
@media only screen and (max-width: 768px) {
  #ef-navbar form.navbar-form.mobile-on {
    left: 0px;
    right: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    display: block !important;
    background-color: inherit;
    z-index: 4;
    border-top: 0px none;
    margin-top: 0px;
    padding: 0;
    height: inherit;
  }
  #ef-navbar form.navbar-form.mobile-on .search-handle {
    cursor: pointer;
  }
  #ef-navbar form.navbar-form.mobile-on .search-handle i {
    display: none;
  }
  #ef-navbar form.navbar-form.mobile-on .search-handle i.ef-search-close {
    display: inline-block;
  }
}
#ef-navbar .container .navbar-form.loading i.fa.fa-circle-o-notch {
  display: block;
}
#ef-navbar .container ul.nav.navbar-nav {
  display: flex;
  flex-flow: row nowrap;
  height: 56px;
  margin: 0px;
  margin-left: 10px;
  padding: 0px;
  text-align: right;
  color: var(--c-navbar-text);
}
#ef-navbar .container ul.nav.navbar-nav li a[href^="#"] {
  cursor: default;
}
#ef-navbar .container ul.nav.navbar-nav > li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  height: inherit;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
#ef-navbar .container ul.nav.navbar-nav > li > a {
  padding: 0px 12px 0px 12px;
  z-index: 2;
}
#ef-navbar .container ul.nav.navbar-nav > li > a, #ef-navbar .container ul.nav.navbar-nav > li > button {
  color: var(--c-navbar-text);
}
#ef-navbar .container ul.nav.navbar-nav > li > a:hover, #ef-navbar .container ul.nav.navbar-nav > li > a:active, #ef-navbar .container ul.nav.navbar-nav > li > button:hover, #ef-navbar .container ul.nav.navbar-nav > li > button:active {
  color: var(--c-navbar-text-hover);
}
#ef-navbar .container ul.nav.navbar-nav > li > a i.fa, #ef-navbar .container ul.nav.navbar-nav > li > button i.fa {
  font-size: 16px;
  margin: 0 4px;
  vertical-align: text-bottom;
}
#ef-navbar .container ul.nav.navbar-nav > li > a i.fa + span, #ef-navbar .container ul.nav.navbar-nav > li > button i.fa + span {
  margin-left: 3px;
}
#ef-navbar .container ul.nav.navbar-nav > li > button, #ef-navbar .container ul.nav.navbar-nav > li a.dropdown-toggle {
  background: none;
  border: none;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-width: 55px;
}
#ef-navbar .container ul.nav.navbar-nav > li > button:focus, #ef-navbar .container ul.nav.navbar-nav > li a.dropdown-toggle:focus {
  outline: 1px solid currentColor;
  outline-offset: -10px;
}
#ef-navbar .container ul.nav.navbar-nav > li > button:focus:not(:focus-visible), #ef-navbar .container ul.nav.navbar-nav > li a.dropdown-toggle:focus:not(:focus-visible) {
  outline: none;
}
#ef-navbar .container ul.nav.navbar-nav > li.user-preferences > button {
  margin-top: 2px;
  width: 67px;
}
#ef-navbar .container ul.nav.navbar-nav > li.user-preferences > button .img-placeholder {
  margin-right: 3px;
}
#ef-navbar .container ul.nav.navbar-nav li.open .dropdown-toggle {
  background-color: var(--c-navbar-menu-bg);
}
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu {
  margin-top: -15px;
  opacity: 0;
  z-index: 1;
  position: absolute;
  right: 0px;
  top: 56px;
  color: var(--c-navbar-menu-text);
  padding: 4px 0px;
  background-color: var(--c-navbar-menu-bg);
}
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu:is(ul) li ul {
  padding: 4px 0px;
}
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu .dropdown-text,
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu button.dropdown-item {
  font-size: 13.4px;
  padding: 10px 12px;
}
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu button.dropdown-item {
  display: block;
  border: none;
  background: none;
  width: 100%;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
}
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu button.dropdown-item:focus {
  outline-offset: -3px;
}
#ef-navbar .container ul.nav.navbar-nav li .dropdown-toggle + .dropdown-menu button.dropdown-item:hover {
  background-color: var(--c-navbar-menu-bg-hover);
  color: var(--c-navbar-menu-text-hover);
}
#ef-navbar .container ul.nav.navbar-nav > li .dropdown-toggle .caret {
  visibility: visible !important;
}
#ef-navbar .container ul.nav.navbar-nav > li .dropdown-toggle div.img-placeholder {
  display: inline-block;
  vertical-align: top;
}
#ef-navbar .container ul.nav.navbar-nav > li .dropdown-toggle .img-thumbnail {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f1f1f1;
  font-size: 15px;
  border: none;
  background-color: rgb(120, 120, 120);
  padding: 0px;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(20, 20, 20, 0.7);
  box-shadow: 0px 0px 2px 1px rgba(20, 20, 20, 0.7);
}
#ef-navbar .container ul.nav.navbar-nav .dropdown-menu {
  background-color: var(--c-navbar-menu-bg);
  width: 230px;
  border: 0px;
  padding: 5px 0px 0px;
  margin-left: auto;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li {
  position: relative;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li a.dropdown-item,
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li button.dropdown-item {
  font-size: 13.4px;
  padding: 10px 12px;
  color: var(--c-navbar-menu-text);
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li *.dropdown-text {
  cursor: default;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li *.dropdown-text:hover {
  color: var(--c-navbar-menu-text);
  background-color: transparent;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu {
  /*& > li:hover > a,*/
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li > a, #ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li:hover > a, #ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a:hover, #ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:active, #ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:visited {
  color: var(--c-navbar-menu-text);
  background-color: transparent;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:hover, #ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li > a:focus {
  background-color: var(--c-navbar-menu-bg-hover);
  color: var(--c-navbar-menu-text-hover);
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li.divider {
  margin: 4px 0px;
  height: 1px;
  padding: 0px;
  width: 100%;
  background-color: var(--c-navbar-menu-divider);
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu > li a.dropdown-item > span.label {
  float: right;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  border-radius: 0px;
  font-weight: normal;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li > a {
  text-overflow: ellipsis;
  overflow: hidden;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li > a:focus {
  outline-offset: -3px;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu a.dropdown-item i.fa {
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: 10px;
  font-size: 18px;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a ~ ul.dropdown-menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: auto;
  background-color: var(--c-navbar-menu-bg);
  margin-left: 100%;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.nested ~ ul.dropdown-menu {
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-back {
  height: 35px;
  line-height: 20px;
  font-size: 14px;
  vertical-align: middle;
  border-bottom: 1px solid var(--c-navbar-menu-divider);
  -webkit-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-back:before {
  content: "\f053";
  font-family: FontAwesome;
  margin-left: -10px;
  margin-right: 8px;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu, #ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li {
  width: 100%;
  position: static;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a {
  position: relative;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.nested:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 14px;
  color: var(--c-navbar-menu-text-faint);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.nested ~ ul.dropdown-menu {
  visibility: hidden;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.nested.active ~ ul.dropdown-menu {
  visibility: visible;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.nested ~ ul li.divider:last-child {
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.inline {
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.inline ~ ul {
  position: static;
  top: auto;
  left: auto;
  margin: 0px;
}
#ef-navbar .container ul.nav.navbar-nav ul.dropdown-menu li a.dropdown-item.inline ~ ul > li a.dropdown-back {
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu {
  width: 260px;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li a, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li a:hover, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li a:active, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li a:focus, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li a:visited,
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li button, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li button:hover, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu > li a:focus {
  background-color: transparent;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li {
  text-align: right;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.mark-all button, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.show-all a {
  padding: 7px 14px;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.mark-all button:focus, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.show-all a:focus {
  text-decoration: underline;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.mark-all button {
  text-align: right;
  font-size: 11px;
  display: inline-block;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.mark-all button:hover {
  text-decoration: underline;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content {
  padding: 0px;
  max-height: 280px;
  overflow: auto;
  text-align: center;
  border-top: 2px solid var(--c-navbar-menu-divider);
  border-bottom: 2px solid var(--c-navbar-menu-divider);
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content div.no-results {
  margin: 30px 0px;
  text-align: center;
  color: var(--c-navbar-menu-text-faint);
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content div.no-results span.ef-icon {
  background-size: 70%;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content div.no-results span {
  display: block;
  font-size: 16px;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg {
  width: 100%;
  padding: 10px;
  background-color: transparent;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:hover {
  background-color: var(--c-navbar-menu-bg-hover);
  color: var(--c-navbar-menu-text-hover);
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  height: 1px;
  background-color: var(--c-navbar-menu-divider);
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:first-child:after {
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg:first-child {
  border-top: 0px none;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg .message, #ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg .time {
  display: block;
  width: 100%;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg .message {
  font-size: 13px;
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.content a.msg .time {
  font-size: 11px;
  color: var(--c-navbar-menu-text-faint);
}
#ef-navbar .container ul.nav.navbar-nav li#communication ul.dropdown-menu li.show-all a {
  text-align: center;
}
#ef-navbar .container ul.nav.navbar-nav li#communication.is-read ul.dropdown-menu li.mark-all {
  display: none;
}
#ef-navbar .container ul.nav.navbar-nav li#communication.is-read ul.dropdown-menu li.content {
  border-top: 0px none;
}
#ef-navbar .container ul.nav.navbar-nav li#communication.is-read ul.dropdown-menu li.content div.no-results {
  display: block;
}
#ef-navbar .container ul.nav.navbar-nav li a.dropdown-item i {
  opacity: 0.65;
  font-style: normal;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a {
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a i {
  margin-left: 20px;
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa {
  line-height: 16px;
  color: var(--c-navbar-menu-checkbox-bg);
  position: relative;
  width: 16px;
  height: 16px;
  line-height: 23px;
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa:before, #ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa:after {
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  width: inherit;
  height: inherit;
  text-align: center;
  vertical-align: middle;
  content: "\f111";
  position: absolute;
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa:before {
  font-size: 17px;
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account span.fa::after {
  visibility: hidden;
  font-size: 9px;
  color: var(--c-navbar-menu-checkbox-selected);
}
#ef-navbar .container ul.nav.navbar-nav li#user-roles a.ef-switch-account.current span.fa:after {
  visibility: visible;
}
#ef-navbar .icon-button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#ef-navbar .icon-button:focus:not(:active) > .fa {
  outline: 1px dotted black;
}
#ef-navbar .height100 {
  height: 100% !important;
}

@media (max-width: 768px) {
  .navbar-header {
    margin-left: 10px !important;
  }
}
/*Blocks*/
div.container {
  padding-left: 0;
  padding-right: 0;
}

div.ef-block {
  border: 0px none;
  border-radius: 3px;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 0 #c5cad8, 0 2px 3px #d4d8e3;
  box-shadow: 0 1px 0 #c5cad8, 0 2px 3px #d4d8e3;
}
div.ef-block .tab-pane .block-header {
  display: none;
}
div.ef-block .ef-block {
  margin-bottom: 0px;
  border: 0px none;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
}
div.ef-block .ef-block-header {
  padding: 15px 15px 0px 15px;
}
div.ef-block .ef-header-tools {
  padding: 8px 15px 15px 15px;
  position: relative;
  z-index: 2;
}
div.ef-block .ef-block-content {
  padding-top: 5px;
}
div.ef-block .ef-block-content pre {
  margin: 0 5px 0 5px;
}
div.ef-block .ef-block-content pre.log-wrap {
  white-space: pre-wrap;
  word-break: normal;
  overflow-wrap: break-word;
}
div.ef-block .ef-block-content .CodeMirror pre {
  margin: 0;
}
div.ef-block .ef-wrap {
  padding: 15px 5px 0 5px;
}
div.ef-block .ef-block-content .tab-content {
  padding: 0px;
}
div.ef-block .ef-block-header h1 {
  color: #404040;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 0;
  line-height: 32px;
  font-weight: 400;
  white-space: nowrap;
  overflow-x: hidden;
  display: inline-block;
}
div.ef-block .ef-block-header small {
  font-size: 12px !important;
  text-transform: uppercase;
}
div.ef-block .ef-block-header .ef-block-handle {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: middle;
}
div.ef-block div.ef-block-divider {
  width: 100%;
  height: 20px;
  padding: 0px;
  margin: 0px;
}
div.ef-block .iconTable {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(var(--icon-table-column-count, 4), 1fr);
}
@media (max-width: 767px) {
  div.ef-block .iconTable {
    grid-template-columns: repeat(auto-fill, minmax(max(110px, 100% / var(--icon-table-column-count)), 1fr));
    word-wrap: break-word;
  }
}
div.ef-block .iconTable .iconData {
  text-align: center;
  padding: 5px;
}
div.ef-block .iconTable .iconData:hover {
  cursor: pointer;
  background-color: rgba(0, 143, 213, 0.25);
  border-radius: 3px;
}
div.ef-block .iconTable .iconData > a:focus, div.ef-block .iconTable .iconData > a:hover {
  text-decoration: none;
}
div.ef-block div.ef-block-header:empty {
  display: none;
}
div.ef-block div.table-responsive {
  margin: 0px;
}
div.ef-block div.table-responsive div.table-responsive {
  margin: 0px 0px;
}
div.ef-block div.table-responsive table tr td:first-child,
div.ef-block div.table-responsive table tr th:first-child {
  padding-left: 15px;
}
div.ef-block div.table-responsive table tr td:last-child,
div.ef-block div.table-responsive table tr th:last-child {
  padding-right: 15px;
}

.progress-wrapper {
  padding: 10px 10px 0 10px;
}

div.ef-content.ef-constrain-images {
  padding: 10px 15px 0 15px;
}

div.well {
  margin-left: 15px;
  margin-right: 15px;
}

.no-courses-icon {
  padding: 20px 10px;
}

.ef-dashboard-content .no-courses-icon {
  background-color: #f0f1f4;
}

.extra-bottom-padding {
  padding-bottom: 15px;
}

table.ef-table tbody tr td.handles {
  font-size: 15px;
}
table.ef-table tbody tr td.handles a {
  margin: 0px 2px;
}
table.ef-table a.fa-arrow-circle-o-up, table.ef-table a.fa-arrow-circle-o-down {
  cursor: default;
}

table#questionsTable:first-child tr:first-child td:first-child {
  width: 25%;
}

table#questionsTable:first-child tr:first-child td:nth-child(2) {
  width: 15%;
}

.ef-content-progress-tables .ef-content-progress-table tr.ef-progress-lesson-row {
  line-height: 75px;
  height: 75px;
}
.ef-content-progress-tables .ef-content-progress-table tr.ef-progress-lesson-row th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.ef-content-progress-tables .ef-content-progress-table:first-child tr.ef-progress-lesson-row {
  line-height: 35px;
  height: 35px;
}
.ef-content-progress-tables .ef-content-progress-table:first-child tr.ef-progress-lesson-row th {
  border-top: none;
}

table.ef-handle-overflow-table {
  table-layout: fixed;
  word-break: break-word;
}
table.ef-handle-overflow-table td div.checkbox label {
  padding-left: 0;
  display: block;
  max-width: 25px;
  margin: auto;
}
table.ef-handle-overflow-table td div.checkbox label span.fa {
  float: inherit;
}

.table-responsive {
  overflow-y: auto;
}

ul.customTabs {
  font-family: "Roboto", sans-serif;
  background: none !important;
  font-size: 0;
  position: relative;
  padding: 0;
  width: 100%;
  margin: 8px 0 5px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

ul.customTabs > li {
  display: inline-block;
  letter-spacing: 1px;
  background: transparent;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

ul.customTabs > li > a {
  padding-bottom: 7px;
}

ul.customTabs > li.active > a {
  color: #4c6bbe;
}

ul.customTabs > li > a:hover {
  background: transparent;
}

ul.customTabs > li > a:visited {
  background: transparent;
}

ul.customTabs > li > a:focus {
  background: transparent;
  border: 1px solid #939393;
  border-bottom: none;
  outline: none;
  margin: -1px;
}

ul.customTabs > li > a:focus:not(:focus-visible) {
  border: none;
  margin: 0px;
}

ul.customTabs > li.dropdown > a.dropdown-toggle {
  background-color: transparent;
}

ul.customTabs .slider {
  display: none;
  position: absolute;
  width: 60px;
  left: 20px;
  height: 2px;
  background: #3e3e3e;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*
 * pill tabs
 */
.nav-pills.nav-stacked {
  border-radius: 0;
  background-color: #f2f2f2;
  border-right: 1px solid #cfcfcf;
}
.nav-pills > li > a {
  border-radius: 0px;
  transition: background-color 0.1s ease;
}
.nav-pills > li > a:focus, .nav-pills > li > a:hover {
  background-color: #e1e1e1;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: var(--c-brand-primary);
}

div.tabs-ruler hr {
  margin-top: -1px !important;
}

div.tabs-ruler-special hr {
  margin-top: -18px !important;
}

.ef-course-sessions-list .panel-heading-flex {
  display: flex;
  flex-flow: row wrap;
  align-items: baseline;
}
.ef-course-sessions-list .panel-heading-flex .ef-session-head-btn {
  color: #222;
  padding: 0;
  border: 0px;
}
.ef-course-sessions-list .panel-heading-flex .ef-session-head-btn > .ef-expand-collapse-handle {
  display: inline-block;
  transition: transform 0.2s ease;
}
.ef-course-sessions-list .panel-heading-flex .ef-session-head-btn[aria-expanded=true] > .ef-expand-collapse-handle {
  transform: rotate(90deg);
}
.ef-course-sessions-list .panel-heading-flex .panel-heading-info {
  font-size: 90%;
  margin-left: 12px;
}
.ef-course-sessions-list .panel-heading-flex .ef-select-session-btn {
  margin-left: auto;
}
.ef-course-sessions-list .ef-catalog-entry-name {
  font-size: inherit;
  margin: 0;
  line-height: inherit;
}

/* this code is dead */
div#ef-catalog-course div.ef-catalog-entry {
  margin-bottom: 20px;
}
div#ef-catalog-course div.ef-catalog-entry img {
  display: none;
}
div#ef-catalog-course div.ef-catalog-entry div.ef-catalog-entry-header {
  display: block;
  padding: 15px;
}
div#ef-catalog-course div.ef-catalog-entry div.ef-catalog-entry-header .ef-catalog-entry-name {
  font-size: 26px;
  margin: 0px;
}
div#ef-catalog-course div.ef-catalog-entry div.ef-catalog-entry-header .ef-catalog-entry-name .label {
  vertical-align: middle;
}
div#ef-catalog-course div.ef-catalog-entry .ef-catalog-edit {
  margin: 15px 15px 0px 0px;
}
div#ef-catalog-course div.ef-catalog-entry fieldset.ef-fieldset-separator legend {
  margin-bottom: 0px;
  border: 0px none;
}

/* this code is dead */
div.row #forgot-passwd {
  color: #5676C6;
  font-size: 14px;
}

.breadcrumb-x {
  border: 0px none;
  min-height: 50px;
  vertical-align: middle;
  margin: 0px 0px 15px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.breadcrumb-x .container {
  display: flex;
  justify-content: space-between;
}
.breadcrumb-x .container .ef-breadcrumb {
  flex: 1 1 auto;
}
.breadcrumb-x ol.ef-breadcrumb {
  margin: 0;
  list-style-type: none;
  padding: 8px 15px;
}
.breadcrumb-x .ef-breadcrumb {
  display: flex;
  flex-flow: row wrap;
}
.breadcrumb-x .ef-breadcrumb li {
  display: list-item;
  padding: 6px 2px;
  flex: 0 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb-x .ef-breadcrumb li.active a {
  font-size: 14px;
  font-weight: 600;
}
.breadcrumb-x .ef-breadcrumb > li + li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  height: 0.8em;
  vertical-align: baseline;
  padding: 0px;
  margin: 0px;
  margin-left: 3px;
  margin-right: 7px;
  border-left: 2px solid #ccc;
  transform: rotate(20deg);
}
.breadcrumb-x div.breadcrumb {
  background-color: inherit;
  vertical-align: middle;
  margin: 0px;
}
.breadcrumb-x .ef-breadcrumb-handle {
  line-height: 32px;
}

.breadcrumb-home-xs {
  display: none;
}

@media (max-width: 768px) {
  .breadcrumb-home-xs {
    display: inline;
  }
  .breadcrumb-home {
    display: none;
  }
  .breadcrumb-x {
    padding-left: 10px;
    padding-right: 10px;
  }
  .breadcrumb-x .container {
    display: block;
  }
  .breadcrumb-x .ef-breadcrumb-handle {
    display: none;
  }
}
.ef-catalog-tags {
  margin-top: -35px;
  margin-bottom: 15px;
}

.ef-catalog-view header {
  font-size: 24px;
  font-weight: 500;
  padding: 10px 0px;
  margin-bottom: 10px;
  display: block;
}
.ef-catalog-view section.ef-catalog-info {
  margin: 0px 0px 30px 0px;
}
.ef-catalog-view section.ef-catalog-info h4.no-desc {
  font-size: 18px;
  color: #9C9C9C;
}
.ef-catalog-view section.ef-catalog-info h4.no-desc:after {
  content: "...";
}
.ef-catalog-view section.ef-catalog-lessons {
  margin-top: 30px;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson {
  padding: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebf3f9;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson:last-child {
  border-bottom: 0px none;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson a {
  cursor: pointer;
  display: block;
  padding: 0px;
  margin: 0px;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson a, .ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson a:hover, .ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson a:visited, .ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson a:focus {
  border: 0px;
  text-decoration: none;
  padding: 0px 130px 0px 0px;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson div.ls {
  display: block;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson div.ls.header {
  color: #3e3e3e;
  font-size: 16px;
  margin-bottom: 10px;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson div.ls.footer {
  color: #6e6e6e;
  font-size: 13px;
  height: 20px;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson a:hover div.ls {
  color: #3197d2;
}
.ef-catalog-view section.ef-catalog-lessons div.ef-catalog-lesson div.progress {
  float: right;
  width: 100px;
  margin: 10px 0px;
  height: 10px;
}

.ef-card-entries {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 5px;
  font-size: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 31rem;
}
@media only screen and (min-width: 480px) {
  .ef-card-entries {
    width: 49rem;
  }
}
@media only screen and (min-width: 768px) {
  .ef-card-entries {
    width: 100%;
  }
}
.ef-card-entries .ef-card {
  display: block;
  vertical-align: top;
  height: 300px;
  position: relative;
  margin: 10px 0px;
  padding: 0px;
  width: 100%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 480px) {
  .ef-card-entries .ef-card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .ef-card-entries .ef-card {
    width: 33.3333%;
  }
}
@media only screen and (min-width: 992px) {
  .ef-card-entries .ef-card {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .ef-card-entries .ef-card {
    width: 20%;
  }
}
.ef-card-entries .ef-card .ef-card-caption-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
  width: 100%;
  z-index: 1;
  background-color: inherit;
}
.ef-card-entries .ef-card .ef-card-caption-footer .ef-footer-price {
  font-size: 15px;
  font-weight: 600;
  color: #454545;
}
.ef-card-entries .ef-card .ef-card-wrap {
  height: 100%;
  margin: 0px 10px;
  position: relative;
  background-color: #f0f0f0;
  border-radius: 3px;
  overflow: hidden;
  border: 0px none;
  cursor: default;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.1s ease;
  -o-transition: box-shadow 0.1s ease;
  transition: box-shadow 0.1s ease;
}
.ef-card-entries .ef-card .ef-card-wrap:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail {
  height: 48%;
  width: 100%;
  padding: 0px;
  margin: 0px;
  position: relative;
  border: 0px none;
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  transform: scale(1);
  -webkit-transition: transform, 0.2s ease-in-out;
  -o-transition: transform, 0.2s ease-in-out;
  transition: transform, 0.2s ease-in-out;
  background-image: url(/assets/images/course-cover.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  font-size: 0.95em;
  -webkit-transition: opacity, 0.2s ease-in-out;
  -o-transition: opacity, 0.2s ease-in-out;
  transition: opacity, 0.2s ease-in-out;
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action a {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action a:hover {
  text-decoration: none;
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action a span {
  display: inline-block;
  min-width: 100px;
  height: 40px;
  text-transform: uppercase;
  border: 3px solid rgba(255, 255, 255, 0.75);
  color: #f0f0f0;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  margin: auto;
  line-height: 34px;
  padding: 0px 15px;
  border-radius: 3px;
  position: relative;
  top: 50%;
  margin-top: -20px;
  overflow: hidden;
  -webkit-transition: background-color, 0.1s, ease;
  -o-transition: background-color, 0.1s, ease;
  transition: background-color, 0.1s, ease;
}
.ef-card-entries .ef-card .ef-card-wrap div.thumbnail div.default-action a span i {
  font-size: 18px;
  margin-right: 10px;
}
.ef-card-entries .ef-card .ef-card-wrap:hover div.thumbnail div.default-action {
  opacity: 1;
  visibility: visible;
}
.ef-card-entries .ef-card.toggled .thumbnail:hover .default-action {
  opacity: 0;
  visibility: hidden;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption {
  height: 52%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #EEEFF2;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption div.ef-rate {
  /*position: absolute;
  left: 0px;*/
  margin: 0px 0px 0px 10px;
  height: 25px;
  line-height: 25px;
  font-size: 0px;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption div.ef-rate span.fa {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 0px 2px;
  line-height: inherit;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption div.ef-rate span.fa.active {
  color: #826800;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption span.ef-price {
  position: absolute;
  left: 10px;
  bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  color: #454545;
  margin: auto 10px 10px auto;
  height: 25px;
  line-height: 25px;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain {
  padding: 5px 10px;
  margin: 0px 0px 0px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain:first-child {
  margin-top: 10px;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-category {
  text-transform: uppercase;
  font-size: 0.75em;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header {
  color: #3a3a3a;
  height: auto;
  font-size: 1em;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header a {
  display: inline-block;
  margin: 0px;
  font-size: 1em;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-tags span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-header {
  max-height: 40px;
  overflow: hidden;
  line-height: 18px;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-category {
  max-height: 30px;
  overflow: hidden;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-description {
  color: #5a5a5a;
  overflow: hidden;
  max-height: 40px;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.ef-card-entries .ef-card .ef-card-wrap div.caption .ef-plain.ef-description * {
  display: none;
}
.ef-card-entries .ef-card .ef-card-wrap:hover div.caption .ef-plain.ef-description {
  visibility: visible;
  opacity: 1;
}
.ef-card-entries .ef-card-keep-ratio {
  width: 30rem;
  height: 39rem;
}
@media only screen and (min-width: 480px) {
  .ef-card-entries .ef-card-keep-ratio {
    width: 23.7rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .ef-card-entries .ef-card-keep-ratio {
    width: 25.2rem;
    height: 31.8rem;
  }
}
@media only screen and (min-width: 992px) {
  .ef-card-entries .ef-card-keep-ratio {
    width: 24.5rem;
    height: 30.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ef-card-entries .ef-card-keep-ratio {
    width: 23.7rem;
    height: 30rem;
  }
}

*.col-md-9 .ef-card-entries .ef-card {
  width: 100%;
}
@media only screen and (min-width: 480px) {
  *.col-md-9 .ef-card-entries .ef-card {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  *.col-md-9 .ef-card-entries .ef-card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 992px) {
  *.col-md-9 .ef-card-entries .ef-card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1200px) {
  *.col-md-9 .ef-card-entries .ef-card {
    width: 25%;
  }
}

@media only screen and (min-width: 480px) {
  *.col-md-6 .ef-card-entries .ef-card {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  *.col-md-6 .ef-card-entries .ef-card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 992px) {
  *.col-md-6 .ef-card-entries .ef-card {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  *.col-md-6 .ef-card-entries .ef-card {
    width: 33.333%;
  }
}

@media only screen and (min-width: 480px) {
  *.col-md-3 .ef-card-entries .ef-card {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  *.col-md-3 .ef-card-entries .ef-card {
    width: 33.333%;
  }
}
@media only screen and (min-width: 992px) {
  *.col-md-3 .ef-card-entries .ef-card {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  *.col-md-3 .ef-card-entries .ef-card {
    width: 100%;
  }
}

.ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio,
.ef-my-courses-grid .ef-card-keep-ratio {
  width: 30rem;
  height: 33rem;
}
@media only screen and (min-width: 480px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio,
  .ef-my-courses-grid .ef-card-keep-ratio {
    width: 23.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio,
  .ef-my-courses-grid .ef-card-keep-ratio {
    width: 25.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio,
  .ef-my-courses-grid .ef-card-keep-ratio {
    width: 24.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio,
  .ef-my-courses-grid .ef-card-keep-ratio {
    width: 23.7rem;
  }
}
@media only screen and (min-width: 480px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.thumbnail,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 44%;
  }
}
@media only screen and (min-width: 768px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.thumbnail,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 47%;
  }
}
@media only screen and (min-width: 992px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.thumbnail,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 45%;
  }
}
@media only screen and (min-width: 1200px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.thumbnail,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 44%;
  }
}
@media only screen and (min-width: 480px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.caption,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 56%;
  }
}
@media only screen and (min-width: 768px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.caption,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 53%;
  }
}
@media only screen and (min-width: 992px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.caption,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 55%;
  }
}
@media only screen and (min-width: 1200px) {
  .ef-catalog:not(.ef-catalog-block) .ef-card-keep-ratio .ef-card-wrap div.caption,
  .ef-my-courses-grid .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 56%;
  }
}

#ef-index-page .col-md-12 .ef-card-entries .ef-card-keep-ratio {
  width: 30rem;
  height: 39rem;
}
@media only screen and (min-width: 480px) {
  #ef-index-page .col-md-12 .ef-card-entries .ef-card-keep-ratio {
    width: 23.7rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  #ef-index-page .col-md-12 .ef-card-entries .ef-card-keep-ratio {
    width: 24.9rem;
    height: 31.8rem;
  }
}
@media only screen and (min-width: 992px) {
  #ef-index-page .col-md-12 .ef-card-entries .ef-card-keep-ratio {
    width: 24.3rem;
    height: 30.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-12 .ef-card-entries .ef-card-keep-ratio {
    width: 23.6rem;
    height: 29.5rem;
  }
}
#ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio {
  width: 30rem;
  height: 39rem;
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 46%;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 54%;
  }
}
@media only screen and (min-width: 480px) {
  #ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio {
    width: 23.7rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  #ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio {
    width: 24.9rem;
    height: 31.8rem;
  }
}
@media only screen and (min-width: 992px) {
  #ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio {
    width: 24rem;
    height: 30.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-9 .ef-card-entries .ef-card-keep-ratio {
    width: 22rem;
    height: 29rem;
  }
}
#ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio {
  width: 30rem;
  height: 39rem;
}
@media only screen and (min-width: 768px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 47%;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio .ef-card-wrap div.thumbnail {
    height: 43%;
  }
}
@media only screen and (min-width: 768px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 53%;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio .ef-card-wrap div.caption {
    height: 57%;
  }
}
@media only screen and (min-width: 480px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio {
    width: 23.7rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio {
    width: 24.9rem;
    height: 32rem;
  }
}
@media only screen and (min-width: 992px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio {
    width: 23.8rem;
    height: 29.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-6 .ef-card-entries .ef-card-keep-ratio {
    width: 19.3rem;
    height: 27rem;
  }
}
#ef-index-page .col-md-3 .ef-card-entries .ef-card-keep-ratio {
  width: 30rem;
  height: 39rem;
}
@media only screen and (min-width: 480px) {
  #ef-index-page .col-md-3 .ef-card-entries .ef-card-keep-ratio {
    width: 23.7rem;
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  #ef-index-page .col-md-3 .ef-card-entries .ef-card-keep-ratio {
    width: 24.9rem;
    height: 31.8rem;
  }
}
@media only screen and (min-width: 992px) {
  #ef-index-page .col-md-3 .ef-card-entries .ef-card-keep-ratio {
    width: 24.5rem;
    height: 28.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  #ef-index-page .col-md-3 .ef-card-entries .ef-card-keep-ratio {
    width: 29rem;
    height: 36rem;
  }
}

.ef-entry-curriculum-member-mandatory > a:link, .ef-entry-curriculum-member-mandatory > a:visited {
  color: #a94442;
}

.ef-my-courses .ef-courses-list div.ef-entry-head span.ef-entry-name .ef-entry-curriculum-member-mandatory > a:hover {
  text-decoration: none;
  color: #a94442;
}

/*
 * My courses header
 */
.ef-my-courses-controls .ef-control-area {
  padding-left: 0px;
  padding-right: 0px;
}
.ef-my-courses-controls .ef-control-area:first-child {
  text-align: left;
}
.ef-my-courses-controls .ef-control-area:last-child {
  text-align: right;
}
.ef-my-courses-controls .ef-control-area.searching #ef-order-buttons, .ef-my-courses-controls .ef-control-area.searching #ef-show-courses-buttons, .ef-my-courses-controls .ef-control-area.searching .ef-toggle-view-buttons {
  visibility: hidden;
}
.ef-my-courses-controls .ef-control-area.searching .ef-show-search {
  position: absolute;
  right: 0px;
  top: 0px;
  white-space: nowrap;
}

#ef-my-courses-grid-content, #ef-my-courses-grid-content div.block-header, #ef-my-courses-grid-content div.ef-block-content, #ef-my-courses-list-content, #ef-my-courses-list-content div.block-header, #ef-my-courses-list-content div.ef-block-content {
  position: relative;
}

.ef-my-courses-controls {
  padding: 15px 15px 0px 15px;
  background-color: white;
  /*Handle that toggles list/grid view*/
}
@media only screen and (max-width: 500px) {
  .ef-my-courses-controls h1 {
    font-size: 17px;
  }
}
.ef-my-courses-controls div#ef-order-buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.ef-my-courses-controls.search div#ef-order-buttons,
.ef-my-courses-controls.search .btn {
  opacity: 0;
  visibility: hidden;
}
.ef-my-courses-controls .ef-my-courses-toggle {
  text-align: center;
  vertical-align: middle;
  line-height: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: static;
  z-index: 1;
  font-size: 16px;
  color: #303030;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 2;
  -webkit-transition: background-color, 0.1s ease;
  -o-transition: background-color, 0.1s ease;
  transition: background-color, 0.1s ease;
}
.ef-my-courses-controls .ef-my-courses-toggle[aria-expanded=true], .ef-my-courses-controls .ef-my-courses-toggle[aria-expanded=true] i {
  background-color: transparent;
  color: #fff;
}
.ef-my-courses-controls .ef-view-buttons {
  display: inline-block;
  text-align: right;
  margin-left: 1.2rem;
}
.ef-my-courses-controls button#ef-order-button {
  text-align: right;
}
.ef-my-courses-controls .ef-my-courses-toggle-view.active {
  color: #2995d1;
}
.ef-my-courses-controls .ef-block-handle {
  color: #5c5c5c;
  font-size: 17px;
  line-height: 32px;
  margin: 0px 5px;
  cursor: pointer;
}
.ef-my-courses-controls .ef-block-handle, .ef-my-courses-controls .ef-block-handle i {
  display: inline-block;
}
.ef-my-courses-controls .ef-block-handle.ef-show-search {
  z-index: 0;
  position: relative;
  cursor: pointer;
}
.ef-my-courses-controls .ef-block-handle.ef-show-search i.fa {
  z-index: 2;
  position: relative;
}
.ef-my-courses-controls .ef-block-handle.ef-show-search input.ef-search-courses {
  font-size: 13px;
  margin-right: 0px;
  z-index: -1;
  padding: 0;
  width: 0px;
  opacity: 0;
}
.ef-my-courses-controls .menu-toggle {
  font-size: 13px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ef-my-courses-controls .menu-toggle:focus {
  outline-color: #1b60a7;
  outline-style: auto;
}

.ef-my-courses {
  /*Fix dropdown on header*/
  /*icons inside the course row*/
  /*The dot next to curriculum courses*/
  /*Area that appears if there are no search results*/
  /*Area that appears if there are no courses*/
  /*My courses grid view*/
  /*list view*/
}
.ef-my-courses .ef-block-content > * {
  z-index: 0;
}
.ef-my-courses .ef-my-courses-handle {
  text-decoration: none;
}
.ef-my-courses .ef-entry-curriculum-member {
  color: #7e54e7;
}
.ef-my-courses .ef-my-courses-search-error {
  padding-bottom: 45px;
  display: none;
}
.ef-my-courses .ef-my-courses-search-error span {
  width: 100%;
  height: 200px;
}
.ef-my-courses .no-courses {
  text-align: center;
  margin: 30px 0px;
}
.ef-my-courses .no-courses span {
  display: block;
  width: 100%;
}
.ef-my-courses .ef-my-courses-menu {
  border: 0px none;
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  height: auto;
  width: auto;
  min-width: 0px;
  max-height: 330px;
  background-color: #7a89b5;
  padding: 10px 4px;
  line-height: 32px;
  border-radius: 3px;
  z-index: 1;
  margin: -5px -25px 0px;
  visibility: hidden;
  transform: scale(0.5);
  opacity: 0;
  display: block !important;
  -webkit-transition: transform, 0.15s ease-in-out, margin, 0.15s ease-in-out;
  -o-transition: transform, 0.15s ease-in-out, margin, 0.15s ease-in-out;
  transition: transform, 0.15s ease-in-out, margin, 0.15s ease-in-out;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ef-my-courses .ef-my-courses-menu div.content {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 314px;
  position: static;
}
.ef-my-courses .ef-my-courses-menu p {
  margin: 0px;
}
.ef-my-courses .ef-my-courses-menu p .separator {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: 10px 10px;
}
.ef-my-courses .ef-my-courses-menu a {
  display: block;
  padding: 0px 12px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #f0f0f0;
}
.ef-my-courses .ef-my-courses-menu a:hover {
  text-decoration: none;
  color: #fff;
}
.ef-my-courses .ef-my-courses-menu a.ef-my-courses-toggle[aria-expanded=true] ~ div.ef-my-courses-menu {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  margin: 0px 0px 0px;
}
.ef-my-courses .ef-my-courses-menu div.ef-entry-tags {
  font-size: 0px;
}
.ef-my-courses .ef-courses-list .row > div {
  line-height: 20px;
  padding: 15px 15px 15px 0px;
}
.ef-my-courses .ef-courses-list ul {
  margin-bottom: 0;
}
.ef-my-courses .ef-courses-list > ul > li:nth-child(odd) {
  background-color: #eeeff2;
}
.ef-my-courses .ef-courses-list > ul > li:nth-child(odd) div.ef-entry-head:hover {
  background-color: #e1e2e5;
}
.ef-my-courses .ef-courses-list > ul > li:nth-child(even) {
  background-color: #fefefe;
}
.ef-my-courses .ef-courses-list > ul > li:nth-child(even) div.ef-entry-head:hover {
  background-color: #f9f9f9;
}
.ef-my-courses .ef-courses-list > ul > li ul li:last-child {
  border-bottom: 0px none;
}
.ef-my-courses .ef-courses-list div.ef-entry-head {
  padding-left: 0px;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}
.ef-my-courses .ef-courses-list div.ef-entry-head div.ef-entry-title {
  padding-left: 40px;
  position: relative;
}
.ef-my-courses .ef-courses-list div.ef-entry-head > span:first-child {
  margin-left: 10px;
}
.ef-my-courses .ef-courses-list div.ef-entry-head div.ef-entry-tags {
  display: block;
  vertical-align: top;
  padding: 0px 30px 0px 30px;
  line-height: 18px;
  margin-top: -14px;
}
.ef-my-courses .ef-courses-list div.ef-entry-head div.ef-entry-tags:after {
  content: "-";
  opacity: 0;
}
.ef-my-courses .ef-courses-list div.ef-entry-head span.ef-entry-name {
  display: inline-block;
  font-size: 15px;
  max-width: calc(100% - 120px);
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.ef-my-courses .ef-courses-list div.ef-entry-head span.ef-entry-name a:hover {
  color: #2995d1;
}
.ef-my-courses .ef-courses-list div.ef-entry-head .ef-entry-head-heading {
  margin: 0;
  font-size: 20px;
  line-height: 20px;
  height: 20px;
}
.ef-my-courses .ef-courses-list div.ef-entry-head .ef-entry-head-btn {
  width: 100%;
  text-align: left;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) {
  position: relative;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li {
  min-height: 48px;
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category {
  margin-top: 5px;
  margin-bottom: 5px;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category:first-child {
  margin-top: 0px;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category:last-child {
  margin-bottom: 0px;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category > div.ef-entry-head {
  background-color: #436271;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category > div.ef-entry-head:hover {
  background-color: #4b6a79;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li {
  border-bottom: 1px solid #ccc;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li:first-child {
  border-top: 1px solid #ccc;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li:last-child {
  border-bottom: 0px none;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head {
  background-color: #54788A;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head:hover {
  background-color: #5a8194;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head .ef-expand-collapse-handle {
  margin-left: 30px;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-category ul li.ef-my-courses-category > div.ef-entry-head .ef-entry-title {
  padding-left: 70px;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-curriculum > div.ef-entry-head {
  background-color: #E2E3E6 !important;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-curriculum > div.ef-entry-head:hover {
  background-color: #dddee1 !important;
}
.ef-my-courses .ef-courses-list ul:not(.dropdown-menu.pull-right) li.ef-my-courses-curriculum > div.ef-entry-head > span.ef-entry-name {
  font-weight: 600;
}
.ef-my-courses .ef-courses-list ul.dropdown-menu.pull-right {
  letter-spacing: 0;
}
.ef-my-courses .ef-courses-list ul.dropdown-menu.pull-right li:first-child {
  border: 0 !important;
}
.ef-my-courses .ef-courses-list ul.dropdown-menu.pull-right li {
  font-size: 14px;
  border: 0 !important;
  min-height: inherit !important;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  height: 100%;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name, .ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name:hover, .ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head span.ef-entry-name a.ef-entry-link {
  color: #fefefe;
}
.ef-my-courses ul li > div.ef-entry-head span.ef-entry-name a.ef-entry-link:hover {
  text-decoration: none;
}
.ef-my-courses ul li > ul {
  overflow: hidden;
  display: none;
  height: 0px;
  opacity: 0;
}
.ef-my-courses ul li.expanded > ul {
  opacity: 1;
  height: auto;
  display: block;
  overflow: visible;
}
.ef-my-courses ul li .ef-expand-collapse-handle {
  margin: 0px;
  padding: 0px 10px;
  cursor: pointer;
  font-size: 24px;
  line-height: 30px;
  display: inline-block;
  float: left;
  color: #555;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 0px 11px;
  transition: transform 0.2s ease;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head .ef-expand-collapse-handle {
  color: #fefefe;
}
.ef-my-courses ul li.expanded > div.ef-entry-head .ef-expand-collapse-handle {
  transform: rotate(90deg);
}
.ef-my-courses ul li div.labels {
  margin-left: 5px;
  display: inline-block;
}
.ef-my-courses ul li a.ef-my-courses-handle {
  cursor: pointer;
  color: #6a6a6a;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.ef-my-courses ul li a.ef-my-courses-handle:hover, .ef-my-courses .ef-my-courses-handle-action:hover, .ef-my-courses .ef-my-courses-handle-action:focus {
  color: #2995d1;
}
.ef-my-courses ul li .ef-my-courses-progress-bar {
  width: 140px;
  height: 15px;
  margin: 3px 10px 3px 0px;
  border-radius: 10px;
  background-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ef-my-courses ul li .ef-my-courses-menu {
  left: auto;
  width: 180px;
}
@media only screen and (max-width: 667px) {
  .ef-my-courses ul li .ef-my-courses-progress-bar {
    width: 90px;
  }
}
@media only screen and (max-width: 480px) {
  .ef-my-courses ul li .ef-my-courses-progress-bar {
    width: 70px;
  }
}
.ef-my-courses ul li .ef-my-courses-progress-bar .progress-bar {
  height: inherit;
  -webkit-transition: width 1s ease-out;
  -o-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
.ef-my-courses ul li span.ef-lesson-status {
  margin: 12px 10px 12px auto;
  padding: 6px 7px;
  cursor: default;
}
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(1n+1) {
  background-color: #FFFFFF;
}
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(1n+1) div.ef-entry-head:hover {
  background-color: #F9F8F8;
}
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) {
  background-color: #F0F1F4;
}
.ef-my-courses ul li.ef-my-courses-category > ul > li:nth-child(2n+2) div.ef-entry-head:hover {
  background-color: #E6E7E9;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head {
  background-color: #7FA7BB;
}
.ef-my-courses ul li.ef-my-courses-category > div.ef-entry-head:hover {
  background-color: #769BAE;
}

/*
 * My courses grid
 */
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.ef-my-courses-menu {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.thumbnail img.default-avatar {
  background-image: url(/assets/images/course-cover.svg);
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.thumbnail img.learning_path-avatar {
  background-image: url("/assets/images/learning_paths-avatar.svg");
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card[data-status=expired] div.ef-course-wrap, div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card[data-status=expired] div.ef-course-wrap:hover, div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card[data-status=pending] div.ef-course-wrap, div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card[data-status=pending] div.ef-course-wrap:hover {
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card[data-status=expired] div.thumbnail img, div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card[data-status=pending] div.thumbnail img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card .ef-entry-name {
  width: 100%;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card .ef-entry-name, div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card .ef-entry-name > * {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 8px;
  height: 30px;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status > * {
  overflow: hidden;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status a.ef-my-courses-handle {
  color: #444;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status a.ef-my-courses-handle:hover {
  color: #333;
  text-decoration: none;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status a.ef-my-courses-handle span {
  font-size: 11.5px;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status div.ef-my-courses-progress-bar {
  border-radius: 10px;
  width: 85%;
  height: 15px;
  margin: 6px 0px;
  background-color: #cacaca;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption div.ef-entry-status div.ef-my-courses-progress-bar .progress-bar {
  width: 0%;
  -webkit-transition: width 1s ease-out;
  -o-transition: width 1s ease-out;
  transition: width 1s ease-out;
}
div.ef-my-courses.ef-my-courses-grid div.ef-block div.ef-block-content div.ef-course-card div.caption a.ef-entry-name:hover {
  color: #2995d1;
  text-decoration: none;
}

div.ef-my-courses.ef-my-courses-list ul li.locked span.ef-entry-name a,
div.ef-my-courses.ef-my-courses-list ul li.locked a.ef-my-courses-handle.ef-btn-start,
div.ef-my-courses.ef-my-courses-list ul li.locked a.ef-my-courses-handle.ef-btn-resume,
div.ef-my-courses.ef-my-courses-grid div.ef-course-card.locked a.ef-entry-name,
div.ef-my-courses.ef-my-courses-grid div.ef-course-card.locked a.ef-my-courses-handle,
div.ef-my-courses.ef-my-courses-grid div.ef-course-card.locked div.ef-my-courses-menu .lesson {
  cursor: not-allowed !important;
  opacity: 0.6 !important;
  text-decoration: none;
}

div.ef-my-courses-footer {
  height: 35px;
  margin: 20px 0px;
  padding: 0px 10px;
}

div.ef-my-courses-footer span.back-top {
  cursor: pointer;
}

div.ef-my-courses-footer span.back-top ~ i {
  margin-left: 5px;
}

.ef-my-courses.ef-my-courses-list span.label {
  float: left;
}

div.ef-catalog {
  padding-bottom: 15px;
}

.ef-catalog-filter-col {
  margin-top: 5px;
}

.ef-catalog-filter-select.selectize-control {
  width: 100%;
}
.ef-catalog-filter-select.selectize-control .selectize-input {
  width: 100%;
  padding-right: 20px;
}
.ef-catalog-filter-select.selectize-dropdown {
  min-width: auto;
}
.ef-catalog-filter-select .selectize-dropdown-content {
  max-height: 500px;
  z-index: 10;
}
.ef-catalog-filter-select .selectize-dropdown .optgroup {
  padding: 5px 0px;
}

div.ef-catalog-filters form {
  z-index: 2;
  padding: 0px;
  position: relative;
}
div.ef-catalog-filters form > * {
  display: inline-block;
}
div.ef-catalog-filters form a.ef-catalog-search {
  position: relative;
}
div.ef-catalog-filters form a.ef-catalog-search input#ef-search-catalog {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
  opacity: 0;
  width: 0px;
  z-index: 0;
  top: -4px;
}
div.ef-catalog-filters form #ef-filter-catalog {
  position: absolute;
  top: 0px;
  right: 0px;
}
@media (max-width: 768px) {
  div.ef-catalog-filters form #ef-filter-catalog {
    position: unset;
  }
}
div.ef-catalog-filters form .ef-catalog-filter {
  position: relative;
  line-height: 30px;
  font-size: 12px;
  width: 100%;
}
div.ef-catalog-filters form .ef-catalog-filter #ef-filter-catalog {
  width: 100%;
}
div.ef-catalog-filters form #ef-filter-clear {
  position: absolute;
  right: 8px;
  top: 10px;
  z-index: 1;
  color: #5C5C5C;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
div.ef-catalog-filters .ef-catalog-filter {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 768px) {
  div.ef-catalog-filters .ef-catalog-filter {
    float: unset;
  }
}

div.ef-catalog-block div.ef-block div.ef-block-header {
  display: none;
}
div.ef-catalog-block div.ef-block div.ef-block-content div.ef-catalog {
  padding-bottom: 15px;
}
div.ef-catalog-block div.ef-block div.ef-block-content div.ef-catalog div.ef-catalog-entry:nth-child(4) ~ * {
  display: none;
}
div.ef-catalog-block div.ef-block div.ef-block-content div.ef-catalog div.ef-pager {
  display: none;
}

.panel-heading .accordion-toggle:after {
  font-family: "Glyphicons Halflings";
  content: "\e114";
  float: right;
  color: grey;
}

.panel-heading .accordion-toggle.collapsed:after {
  content: "\e080";
}

*.ef-pager {
  display: block;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 0px;
}
*.ef-pager, *.ef-pager.ef-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
*.ef-pager > * {
  vertical-align: middle;
}
*.ef-pager .ef-pager-list {
  width: auto;
  min-width: 65px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0px;
}
*.ef-pager > label {
  font-size: 14px;
  font-weight: 600;
  margin-right: 15px;
  text-transform: uppercase;
  margin: 0px 20px 0px 0px;
}
*.ef-pager .ef-pager-handle {
  border: 0px none;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  margin: 0px 1px;
  min-width: 25px;
  cursor: pointer;
  font-weight: 600;
  color: #5e5e5e;
}
*.ef-pager .ef-pager-handle, *.ef-pager .ef-pager-handle:focus, *.ef-pager .ef-pager-handle:active, *.ef-pager .ef-pager-handle:visited {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
*.ef-pager .ef-pager-handle.ef-previous, *.ef-pager .ef-pager-handle.ef-next {
  display: none;
}
*.ef-pager .ef-pager-handle:hover {
  color: #3e3e3e;
}
*.ef-pager .ef-pager-handle.ef-current {
  color: #2995d1;
}

*.progress {
  height: 15px;
  background-color: #DDDDDD;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 7.5px;
  position: relative;
}
*.progress, *.progress .progress-bar {
  line-height: 15px;
  font-size: 10px;
}
*.progress .progress-bar {
  background-color: #2a2a2a;
  /* todo: change */
  /* todo: change */
  /* todo: change */
  color: black;
}
*.progress .progress-bar.progress-bar-success {
  background-color: #0eac2f;
}
*.progress .progress-bar.progress-bar-info {
  background-color: #4186e0;
}
*.progress .progress-bar.progress-bar-warning {
  background-color: #fd9a00;
}
*.progress .progress-bar.progress-bar-danger {
  background-color: #fd3a29;
}
*.progress .progress-bar > .progress-bar-content {
  margin-left: 10px;
  position: absolute;
}
*.progress .progress-bar.progress-bar-non-zero-score {
  color: white;
}

span.label {
  font-size: 11px;
  font-weight: normal;
  padding: 2px 4px;
  border-radius: 1px;
  margin: 0px 2px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.label-ef-starts-at {
  background-color: #bd4e18;
}

.label-ef-pending {
  background-color: #3477cc;
}

.label-ef-expired {
  background-color: #656565;
}

.label-ef-depends {
  background-color: #3c3f9e;
}

.label-ef-ends-at {
  background-color: #ce3703;
}

.label-ef-ended-at {
  background-color: #ce3703;
}

.label-ef-started {
  background-color: #dddddd;
  color: black;
}

.label-ef-finished {
  background-color: #660d83;
}

.label-ef-completed {
  background-color: #467b06;
}

.label-ef-waitList {
  background-color: var(--c-brand-warning);
}

.label-ef-failed {
  background-color: #d53b05;
}

.label-ef-cancelled {
  background-color: #d53b05;
}

.label-ef-expires {
  background-color: #656565;
}

.label-ef-roster {
  background-color: #068220;
}

.label-ef-curriculum {
  background-color: #7e54e7;
}

.label-ef-test {
  background-color: #656565;
}

.label-success {
  background-color: var(--c-brand-success);
}

.label-availability {
  word-break: break-word;
  white-space: normal;
}

.label-has-availability-constraint {
  background-color: #bd4e18;
}

.sortTablefilter {
  width: 10%;
  white-space: nowrap;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sortTablefilter {
    width: 100%;
  }
}

.sortTablefilter input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

.sortedTableFooter {
  background: #ffffff;
  border-top: 1px solid #ebebeb;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 35px;
}
.sortedTableFooter .ef-grid-clear-filter {
  position: relative;
  line-height: 20px;
  display: none;
}
.sortedTableFooter .ef-grid-clear-filter .btn {
  position: absolute;
  padding: 1px 5px;
  right: 7px;
  top: 0;
  font-size: 12px;
}
.sortedTableFooter .grid-filter-label {
  font-weight: normal;
  font-size: inherit;
  margin: 0;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sortedTableFooter .xs-pager {
    display: none !important;
  }
}

.sortedTable .topTitle,
.sortedTableStyle .topTitle {
  white-space: nowrap;
  font-weight: bold;
  border-top-width: 0px;
}
.sortedTable td, .sortedTable th,
.sortedTableStyle td,
.sortedTableStyle th {
  padding: 8px;
  line-height: 35px !important;
  vertical-align: middle !important;
}
.sortedTable td.ef-nowrap-cell,
.sortedTableStyle td.ef-nowrap-cell {
  min-width: 110px;
  white-space: nowrap;
}
.sortedTable img,
.sortedTableStyle img {
  vertical-align: text-bottom;
}
.sortedTable tr,
.sortedTableStyle tr {
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.sortedTable tr.oddRowColor,
.sortedTableStyle tr.oddRowColor {
  background: var(--c-grid-odd-bg);
}
.sortedTable tr.oddRowColor:hover,
.sortedTableStyle tr.oddRowColor:hover {
  background: var(--c-grid-odd-bg-hover);
}
.sortedTable tr.evenRowColor,
.sortedTableStyle tr.evenRowColor {
  background: var(--c-grid-bg);
}
.sortedTable tr.evenRowColor:hover,
.sortedTableStyle tr.evenRowColor:hover {
  background: var(--c-grid-bg-hover);
}
.sortedTable > tbody > tr > td,
.sortedTable > tbody > tr > th,
.sortedTableStyle > tbody > tr > td,
.sortedTableStyle > tbody > tr > th {
  border-color: transparent;
  font-size: 14px;
}
.sortedTable .overflowCell,
.sortedTableStyle .overflowCell {
  overflow-wrap: anywhere;
}

.centerAlign {
  text-align: center;
}

.table {
  margin-bottom: 0;
}

.sysInfoHeader {
  padding-left: 6px;
  text-transform: uppercase;
}

.sysInfoTable {
  background: #ffffff;
  text-align: left;
  border-top: 1px solid grey;
  padding: 15px;
}

.sysInfoTable > tbody > tr > td {
  border-color: transparent;
  font-size: 14px;
  color: #454545;
}

.sysInfoTable tr.oddRowColor:hover {
  background: #e6e7e9;
}

.sysInfoTable tr.evenRowColor:hover {
  background: #f9f8f8;
}

.sysInfoTable td {
  padding: 8px;
  line-height: 35px !important;
  vertical-align: middle !important;
}

.sysInfoTable > tbody > tr > td {
  font-size: 14px;
}

.sysInfoTable > tbody > tr.active > td {
  background: transparent;
}

.sysInfoTable > tbody > tr.active {
  background: #f0f1f4;
}

.sysInfoTable > tbody > tr {
  background: #ffffff;
}

.sortedTableFooter form > div.sortTablefilter .export_icon button.ef-circle-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid transparent;
  outline: 1px solid transparent;
}
.sortedTableFooter form > div.sortTablefilter .export_icon button.ef-circle-icon:hover {
  background-color: #e1e1e1;
}
.sortedTableFooter form > div.sortTablefilter .export_icon button.ef-circle-icon:focus:not(:active) {
  background-color: #e1e1e1;
  border-color: #757575;
}

.ef-no-results {
  margin-top: 10px;
  text-align: center;
}
.ef-no-results .subscript {
  font-size: 21px;
  line-height: 24px;
  margin: 20px 0 10px 0;
}
.ef-no-results .subscript span.sub {
  color: #3e3e3e;
  display: inline-block;
  max-width: 186px;
  max-height: 46px;
}
.ef-no-results .ef-prompt-button {
  margin: 20px;
}
.ef-no-results .empty-space {
  margin-bottom: 10px;
}

.ef-grid-cell-new-value {
  position: relative;
  top: 2px;
}

form, .form {
  padding: 10px 0 15px 0;
}
form .selectize-input, .form .selectize-input {
  overflow: hidden;
  max-height: 100%;
  margin: 0px auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form textarea, .form textarea {
  max-width: 100%;
  resize: vertical;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
form .btn-group .btn, .form .btn-group .btn {
  text-transform: none;
}
form .ef-req-explanation, .form .ef-req-explanation {
  font-size: 1.2em;
  text-decoration: none;
}
form .ef-req-input, .form .ef-req-input {
  text-decoration: none;
}

/*
 * fields
 */
.form-control {
  height: 36px;
  border-color: #949494;
  color: #000;
}
.form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #767676;
}
.form-control::-webkit-input-placeholder {
  color: #767676;
}
.form-control:focus {
  border-color: #3F9AE4;
}

fieldset {
  padding: 15px;
}

input[type=checkbox] {
  cursor: pointer;
}

.form-control.selectize-dropdown,
.form-control.selectize-control {
  padding-right: 0px !important;
}

.form-control.selectize-input {
  display: inline-block;
  vertical-align: middle;
}

.radio-btn {
  padding: 0px;
  cursor: pointer;
  background-color: transparent;
  width: auto;
  display: inline-block;
  text-align: center;
  text-indent: 0px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  border-radius: 50%;
  margin: auto 5px;
  color: #444;
  vertical-align: middle;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.radio-btn:hover {
  background-color: #f0f0f0;
}

fieldset.ef-fieldset-separator {
  line-height: 30px;
  display: block;
  padding: 15px 0px 0px 20px;
}
fieldset.ef-fieldset-separator legend {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 5px 0px;
  display: inline-block;
  border-bottom: 1px solid #DCDCDC;
}
fieldset.ef-fieldset-separator *.bootstrap-switch {
  top: 0px;
  margin-top: 3px;
}

a.ef-toggle-hidden-section {
  color: #337ab7 !important;
  font-weight: bold;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.selectize-dropdown {
  min-width: 300px;
}
.selectize-dropdown .active {
  outline: 1px solid #949494;
}
.selectize-dropdown .optgroup-header {
  color: #767676;
}
.selectize-dropdown .no-results {
  padding: 0 5px 5px 5px;
  text-align: center;
  font-size: 12px;
}

.selectize-control.ef-autocomplete .optgroup {
  padding: 5px 0;
}
.selectize-control.ef-autocomplete .opt-group-header {
  padding: 0 10px;
}
.selectize-control.ef-autocomplete .opt-group-table {
  padding-left: 10px;
  display: flex;
  flex-flow: row nowrap;
}
.selectize-control.ef-autocomplete .opt-group-table .icon {
  flex: 0 0 auto;
}
.selectize-control.ef-autocomplete .opt-group-table .text {
  flex: 1 0 0;
  padding-top: 4px;
}

.form-group-lg .control-label {
  display: none;
}
.form-group-lg .ef-form-element {
  max-width: 100%;
}
.form-group-lg .selectize-input input {
  font-size: 18px;
}
.form-group-lg .selectize-input {
  height: 46px !important;
  padding: 10px 16px;
}

.ef-multilingual .note-editor {
  display: none;
}

#content_clone_form > div > div.ef-form-element {
  max-width: 100%;
}

.eye-input-group {
  background: unset;
  cursor: pointer;
  color: #888;
  border-color: #949494;
}

.img-placeholder .avatar-file, .img-placeholder ~ input[type=file] {
  display: none;
}
.img-placeholder .img-overlay {
  width: 70px;
  height: 70px;
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.img-placeholder .img-overlay.square {
  border-radius: 2px;
  width: auto;
}
.img-placeholder .img-thumbnail {
  width: inherit;
  height: inherit;
}
.img-placeholder .img-thumbnail:not(img) {
  display: none;
}
.img-placeholder img.img-thumbnail[src^=http], .img-placeholder img.img-thumbnail[src^=data] {
  background-image: none;
  background-color: transparent;
}
.img-placeholder img.img-thumbnail, .img-placeholder img.img-thumbnail[src*="transparent.gif"] {
  height: inherit;
  width: auto;
  min-width: 70px;
  max-width: 120px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
  padding: 0px;
  border: 0px;
}
.img-placeholder img.img-thumbnail[src^=data], .img-placeholder img.img-thumbnail[src^=data], .img-placeholder img.img-thumbnail[src*="transparent.gif"][src^=data], .img-placeholder img.img-thumbnail[src*="transparent.gif"][src^=data] {
  background-image: none;
}
.img-placeholder img.img-thumbnail:after, .img-placeholder img.img-thumbnail[src*="transparent.gif"]:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.img-placeholder img.img-thumbnail .img-overlay.has-img img.img-thumbnail, .img-placeholder img.img-thumbnail[src*="transparent.gif"] .img-overlay.has-img img.img-thumbnail {
  background-image: none;
}
.img-placeholder.avatar-edit {
  display: flex;
  flex-flow: row wrap;
}
.img-placeholder .avatar-btns {
  padding: 0px 10px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.img-placeholder .img-overlay:not(.has-img) ~ .avatar-btns .img-controls {
  display: none;
}
.img-placeholder .avatar-file[disabled] ~ .avatar-btns {
  display: none;
}
.img-placeholder .avatar-file:not([disabled]) ~ .img-overlay {
  cursor: pointer;
}
.img-placeholder.static .avatar-btns {
  display: none;
}
.img-placeholder div.img-controls {
  height: inherit;
  display: inline-block;
  line-height: 70px;
}
.img-placeholder .avatar-btns button {
  display: inline-block;
  padding: 8px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  z-index: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 0px none;
  background-color: transparent;
}
.img-placeholder .avatar-btns button:hover {
  background-color: #e1e1e1;
}
.img-placeholder img.img-thumbnail, .img-placeholder div.img-controls {
  vertical-align: middle;
}
.img-placeholder div.img-overlay.has-img ~ div.img-controls {
  display: inline-block;
}

.img-placeholder:not(.x-100, .x-44, .static, .navi, .avatar-edit) .img-overlay {
  cursor: pointer;
}
.img-placeholder:not(.x-100, .x-44, .static, .navi, .avatar-edit) .img-overlay::after {
  content: attr(data-label);
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  height: 26px;
  color: #fefefe;
  font-size: 11px;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
.img-placeholder:not(.x-100, .x-44, .static, .navi, .avatar-edit) .img-overlay:hover::after {
  background-color: rgba(0, 0, 0, 0.8);
}

.img-placeholder.alphatar .img-overlay {
  height: 70px;
}
.img-placeholder.alphatar .img-thumbnail:not(img) {
  display: inline-block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.img-placeholder.alphatar .img-thumbnail:not(img):after {
  content: attr(data-sign);
  display: block;
  text-align: center;
  vertical-align: middle;
  font-size: 27px;
  height: 100%;
  line-height: 60px;
  color: #f0f0f0;
}
.img-placeholder.alphatar img.img-thumbnail {
  display: none;
  max-height: 100%;
}
.img-placeholder.alphatar img.img-thumbnail[src^=http],
.img-placeholder.alphatar img.img-thumbnail[src^=data] {
  display: inline-block;
}
.img-placeholder.alphatar img.img-thumbnail[src^=http] ~ .img-thumbnail:not(img),
.img-placeholder.alphatar img.img-thumbnail[src^=data] ~ .img-thumbnail:not(img) {
  display: none;
}
.img-placeholder.alphatar .img-overlay.has-img img.img-thumbnail {
  display: inline-block;
}
.img-placeholder.alphatar .img-overlay.has-img img.img-thumbnail ~ .img-thumbnail:not(img) {
  display: none;
}

div.img-placeholder.avatar div.img-overlay {
  width: 70px;
  height: 70px;
}
div.img-placeholder.avatar img.img-thumbnail, div.img-placeholder.avatar div.img-thumbnail {
  width: auto;
  height: inherit;
  min-width: auto;
  min-height: auto;
  background-image: none;
}
div.img-placeholder.avatar img.img-thumbnail {
  display: none;
}
div.img-placeholder.avatar img.img-thumbnail ~ div.img-thumbnail {
  display: inline-block;
}
div.img-placeholder.avatar img.img-thumbnail[src^=data], div.img-placeholder.avatar img.img-thumbnail[src^=http] {
  display: inline-block;
}
div.img-placeholder.avatar img.img-thumbnail[src^=data] ~ div.img-thumbnail,
div.img-placeholder.avatar img.img-thumbnail[src^=http] ~ div.img-thumbnail {
  display: none;
}
div.img-placeholder.avatar div.img-thumbnail {
  border-radius: 50%;
  line-height: 34px;
  font-size: 18px;
  color: #fafafa;
  text-align: center;
  position: relative;
}
div.img-placeholder.avatar div.img-thumbnail:after {
  content: attr(data-sign);
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
div.img-placeholder.avatar img.img-thumbnail {
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/assets/images/course-cover.svg", sizingMethod="scale");
  background-image: url("/assets/images/course-cover.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% auto;
  background-color: #f4f4f4;
}
div.img-placeholder.avatar img.img-thumbnail ~ div.img-thumbnail {
  display: none;
}

.img-placeholder.navi .img-overlay {
  width: 34px;
  height: 34px;
}
.img-placeholder.navi .img-overlay .img-thumbnail:not(img) {
  padding: 0px;
}
.img-placeholder.navi .img-overlay .img-thumbnail:not(img):after {
  font-size: 16px;
  line-height: 34px;
}
.img-placeholder.navi .img-overlay .img-thumbnail {
  width: inherit;
  height: inherit;
  min-width: 0px;
  min-height: 0px;
}
.img-placeholder.navi .img-overlay img.img-thumbnail {
  display: none;
}
.img-placeholder.navi .img-overlay img.img-thumbnail ~ .img-thumbnail:not(img) {
  display: inline-block;
}
.img-placeholder.navi .img-overlay img.img-thumbnail[src^=http], .img-placeholder.navi .img-overlay img.img-thumbnail[src^=data] {
  display: inline-block;
}
.img-placeholder.navi .img-overlay img.img-thumbnail[src^=http] ~ .img-thumbnail:not(img), .img-placeholder.navi .img-overlay img.img-thumbnail[src^=data] ~ .img-thumbnail:not(img) {
  display: none;
}
.img-placeholder.navi.x-70 .img-overlay,
.img-placeholder.navi.x-70 .img-overlay .img-thumbnail:not(img) {
  width: 70px;
  height: 70px;
}
.img-placeholder.navi.x-70 .img-overlay .img-thumbnail:not(img):after {
  font-size: 34px;
  line-height: 70px;
}

div.img-placeholder.search img.img-thumbnail, div.img-placeholder.search div.img-thumbnail {
  min-height: 0px;
  min-width: 0px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
div.img-placeholder.search div.img-thumbnail:after {
  line-height: 30px;
  font-size: 18px;
}

div.img-placeholder.alphatar.x-100 {
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}
div.img-placeholder.alphatar.x-100, div.img-placeholder.alphatar.x-100 .img-overlay, div.img-placeholder.alphatar.x-100 .img-thumbnail {
  width: 100px;
  height: 100px;
}
div.img-placeholder.alphatar.x-100 .img-thumbnail:after {
  line-height: 90px;
  font-size: 40px;
}

div.img-placeholder.alphatar.x-44 {
  min-width: 0px;
  margin-left: auto;
  margin-right: auto;
}
div.img-placeholder.alphatar.x-44, div.img-placeholder.alphatar.x-44 .img-overlay, div.img-placeholder.alphatar.x-44 .img-thumbnail {
  width: 44px;
  height: 44px;
}
div.img-placeholder.alphatar.x-44 .img-thumbnail:after {
  line-height: 34px;
  font-size: 22px;
}

div.img-placeholder.avatar.course .img-overlay, div.img-placeholder.avatar.course .img-overlay img {
  width: 105px;
}
div.img-placeholder.avatar.course div.img-overlay.has-img img.img-thumbnail {
  background-image: none;
}
div.img-placeholder.avatar.course img.img-thumbnail {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

div.img-placeholder.avatar.suggested_course .img-overlay, div.img-placeholder.avatar.suggested_course .img-overlay img {
  width: 120px;
  height: 80px;
}
div.img-placeholder.avatar.suggested_course div.img-overlay.has-img img.img-thumbnail {
  background-image: none;
}

div.img-placeholder.appearance div.img-overlay *.img-thumbnail {
  background-image: none;
}
div.img-placeholder.appearance, div.img-placeholder.appearance div.img-overlay, div.img-placeholder.appearance div.img-overlay *.img-thumbnail {
  width: auto;
}
div.img-placeholder.appearance div.img-overlay img.img-thumbnail {
  height: auto;
  background-color: transparent;
  opacity: 0;
  max-height: 100%;
}
div.img-placeholder.appearance div.img-overlay {
  background-color: #e5e6eb;
  border: 1px dashed #75828c;
  width: auto;
  padding: 0px;
  min-width: 68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div.img-placeholder.appearance img.img-thumbnail {
  padding: 5px 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

div.img-placeholder.appearance.favicon div.img-overlay {
  width: 68px;
  height: 68px;
}
div.img-placeholder.appearance.favicon div.img-overlay img {
  max-width: 32px;
  max-height: 32px;
}
div.img-placeholder.appearance.favicon .ef-crop-avatar {
  display: none;
}

div.img-placeholder.f-left {
  float: left;
}

div.img-placeholder.f-right {
  float: right;
}

ul.tabulizedList {
  font-family: "Roboto", sans-serif;
  background: none !important;
  font-size: 0;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 25px 0 15px 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li.tabulizedElement {
  display: inline-block;
  letter-spacing: 1px;
  background: transparent;
  font-size: 12px;
  text-align: center;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding-right: 15px;
}

ul.tabulizedList > li.tabulizedElement > a {
  padding-bottom: 5px;
}

ul.tabulizedList > li.tabulizedElement.selected > a {
  color: #4c6bbe;
  text-decoration: none;
  display: inline-table;
}

ul.tabulizedList > li.tabulizedElement.selected > a::after {
  content: "";
  border-bottom: 0.1em solid #3e3e3e;
  display: table-caption;
  caption-side: bottom;
  position: relative;
  margin-top: -0.15em;
}

ul.tabulizedList > li.tabulizedElement > a:hover {
  background: transparent;
  text-decoration: none;
}

ul.tabulizedList > li.tabulizedElement > a:visited {
  background: transparent;
  text-decoration: none;
}

ul.tabulizedList > li.tabulizedElement > a:focus {
  background: transparent;
  text-decoration: none;
}

.pull-right-margin {
  margin-right: 10px;
}

.pull-left-margin {
  margin-left: 10px;
}

.legends-style {
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.ef-question-analysis {
  margin-left: 1rem;
  margin-right: 1rem;
}

.ef-timeline-browser-info-control {
  top: 50%;
  transform: translateY(50%);
}

.ef-timeline-browser-info {
  display: none;
}

@media (max-width: 500px) {
  .ef-timeline-browser-info-control,
  #filter_container,
  #ef-timeline-daterange {
    margin: 10px;
  }
}
.ef-icon-wrap {
  text-align: center;
}

.ef-icon {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: center center;
}
.ef-icon.xs {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.ef-icon.cs {
  width: 35px;
  height: 35px;
}
.ef-icon.sm {
  width: 50px;
  height: 50px;
}
.ef-icon.md {
  width: 100px;
  height: 100px;
}
.ef-icon.lg {
  width: 200px;
  height: 200px;
}
.ef-icon.xl {
  width: 300px;
  height: 300px;
}
.ef-icon.all-read {
  background-image: url(/assets/images/not_found/all_read.svg);
}
.ef-icon.no-results {
  background-image: url(/assets/images/not_found/nothing_here.svg);
}
.ef-icon.no-content-added {
  background-image: url(/assets/images/not_found/no_content_added.svg);
}
.ef-icon.certificate-exists {
  background-image: url(/assets/images/not_found/certificate.svg);
}
.ef-icon.welcome {
  background-image: url(/assets/images/not_found/welcome_image.svg);
}
.ef-icon ~ .ef-icon-desc {
  display: block;
  text-align: center;
  font-size: 18px;
}
.ef-icon.no-results-lessons {
  background-image: url(/assets/images/not_found/no_search_results.svg);
}

.ef-content-search {
  background-image: url(/assets/images/ic_files.svg);
}

.ef-content-fts-search {
  background-image: url(/assets/images/ic_FTSresult.svg);
}

.ef-rules-information-icon {
  font-size: 12px;
  display: table-cell;
}

.ef-dashboard-icon-label {
  color: #3e3e3e;
  display: block;
  margin-top: 0.8rem;
}

.ef-dashboard-link {
  display: block;
}

.ef-admin-panel-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 160px;
}
@media only screen and (min-width: 360px) {
  .ef-admin-panel-link {
    max-width: 210px;
  }
}
@media only screen and (min-width: 480px) {
  .ef-admin-panel-link {
    max-width: 340px;
  }
}
@media only screen and (min-width: 768px) {
  .ef-admin-panel-link {
    max-width: 290px;
  }
}
@media only screen and (min-width: 992px) {
  .ef-admin-panel-link {
    max-width: 160px;
  }
}
@media only screen and (min-width: 1200px) {
  .ef-admin-panel-link {
    max-width: 210px;
  }
}

.ef-new-feature-alert {
  background-color: #0d8094;
  color: #fff;
  border-radius: 2px;
  padding: 10px 20px;
  margin: auto;
  position: fixed;
  bottom: 20px;
  width: 60%;
  left: 50%;
  max-width: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.ef-new-feature-alert a {
  color: #FFFFFF !important;
  display: block;
  margin-top: 10px;
}
.ef-new-feature-alert button[type=button].close {
  color: #fff;
  opacity: 0.85;
  text-shadow: 0 1px 0 #888;
  position: absolute;
  top: 5px;
  right: 10px;
}

div#ssui div.ef-block-content {
  padding: 0px;
}
div#ssui div.ef-block-content ul.nav-pills ~ div.tab-content {
  margin-bottom: 0px;
}
div#ssui #logo div.img-controls {
  float: left;
  height: 68px;
  overflow: hidden;
}
div#ssui #logo div.img-controls *.ef-crop-avatar {
  display: none;
  visibility: hidden;
}
div#ssui #logo span.ef-logo-separator {
  opacity: 0;
  display: inline-block;
  width: 1px;
  height: 68px;
  overflow: hidden;
}
div#ssui #logo span.ef-logo-information {
  display: block;
  padding: 5px 0px;
  color: #a1a1a1;
  font-size: 13px;
  line-height: 15px;
}
div#ssui div#sso .missing-warning {
  padding: 15px;
}
div#ssui div#sso .missing-warning p {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #000;
}
div#ssui a.ef-toggle-js-snippet-section {
  color: #337ab7 !important;
  font-weight: bold;
}
div#ssui div#gamification form {
  padding-top: 0;
}
div#ssui div#gamification div.radio {
  float: right;
}
div#ssui div#gamification .reset_gamification {
  margin-top: 25px;
}
div#ssui #general_points_gamification .input-group .form-control,
div#ssui #general_levels_gamification .input-group .form-control {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  width: 55px;
}
div#ssui #general_points_gamification .form-group .ef-form-element-full-length > span,
div#ssui #general_levels_gamification .form-group .ef-form-element-full-length > span {
  width: 60px;
}
div#ssui #general_points_gamification .form-group .ef-form-element-full-length > span input[class^=form-control-],
div#ssui #general_levels_gamification .form-group .ef-form-element-full-length > span input[class^=form-control-] {
  margin-right: 5px;
}
div#ssui #general_points_gamification .input-group .input-group-addon,
div#ssui #general_levels_gamification .input-group .input-group-addon {
  border: 0px none;
  background-color: transparent;
  float: left;
  margin-left: 5px;
}
div#ssui #appearance_logo_form .bootstrap-switch-wrapper {
  float: left;
}
div#ssui #appearance_logo_form .bootstrap-switch-wrapper ~ span {
  width: 80%;
  margin-left: 10px;
  display: inline-block;
}
div#ssui .time-spin ~ .bootstrap-touchspin {
  width: 45%;
  float: left;
}
div#ssui .time-spin ~ .bootstrap-touchspin .bootstrap-touchspin-up {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
div#ssui .time-spin ~ .bootstrap-touchspin ~ .selectize-control {
  width: 55%;
  float: right;
}
div#ssui .time-spin ~ .bootstrap-touchspin ~ .selectize-control .selectize-input {
  border-left: 0px none;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
div#ssui ul.nav.nav-pills.nav-stacked {
  min-width: max-content;
  align-content: stretch;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
div#ssui ul.nav.nav-pills.nav-stacked li {
  margin: 0;
  border: 0;
  height: 40px;
}
div#ssui ul.nav.nav-pills.nav-stacked li:first-child {
  margin-top: 5px;
}
div#ssui ul.nav.nav-pills.nav-stacked li:last-child {
  margin-bottom: 5px;
}
div#ssui ul.nav.nav-pills.nav-stacked li a i ~ span {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  div#ssui ul.nav.nav-pills.nav-stacked {
    width: 60px;
  }
  div#ssui ul.nav.nav-pills.nav-stacked li a {
    text-align: center;
  }
}
div#ssui ul.nav.nav-pills.nav-stacked ~ .tab-content {
  margin: 0;
  min-height: 415px;
  flex-grow: 1;
}
div#ssui #general_points_gamification .control-label,
div#ssui #general_badges_gamification .control-label,
div#ssui #general_levels_gamification .control-label,
div#ssui #general_leaderboard_gamification .control-label {
  display: none;
}
div#ssui #general_points_gamification div.form-group,
div#ssui #general_badges_gamification div.form-group,
div#ssui #general_levels_gamification div.form-group,
div#ssui #general_leaderboard_gamification div.form-group {
  margin-left: 15px;
  margin-right: 0;
}
div#ssui #general_points_gamification div.form-group div.col-sm-10,
div#ssui #general_badges_gamification div.form-group div.col-sm-10,
div#ssui #general_levels_gamification div.form-group div.col-sm-10,
div#ssui #general_leaderboard_gamification div.form-group div.col-sm-10 {
  width: 100% !important;
}
div#ssui .radio > label {
  margin: 0;
  padding: 0;
}
div#ssui .bootstrap-switch-sectionSwitch {
  position: absolute;
  right: 5px;
  top: -5px;
}
div#ssui .ef-gamification-form .col-sm-2 {
  width: 100px;
}
div#ssui form div.img-placeholder img.img-thumbnail {
  margin-left: 5px;
  margin-right: 5px;
}

div#custom_badge .user-reports-badge-type-wrapper fieldset {
  padding-bottom: 5px;
  padding-top: 5px;
}
div#custom_badge .user-reports-badge-type-wrapper fieldset legend {
  margin-bottom: 0;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges {
  padding-left: 15px;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge {
  width: 12.5%;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-img {
  width: 80%;
  margin-left: 5px;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details {
  width: 85%;
  padding: 10px 0;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_name {
  text-align: center;
  word-spacing: 9999px;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_name.edit {
  text-decoration: underline;
  -webkit-text-decoration-color: #4fcbea; /* Safari */
  text-decoration-color: #4fcbea;
  text-decoration-style: dashed;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_description {
  margin: auto;
  width: 95%;
  text-align: center;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_upload-button {
  display: flex;
  margin-top: 1.5em;
}
div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_upload-button .reset-badge {
  padding: 5px;
}
@media only screen and (max-width: 992px) {
  div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details {
    display: none;
    width: fit-content;
  }
  div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_name {
    text-align: left;
  }
  div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-details_description {
    text-align: left;
  }
  div#custom_badge .user-reports-badge-type-wrapper div.category-badges .category-badge-img.selected {
    border: 1px solid red;
  }
}
div#custom_badge .ef-footer-tools {
  padding-bottom: 60px;
  padding-right: 20px;
}

div#ldap .missing-warning {
  padding: 15px;
}
div#ldap .missing-warning p {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #000;
}

#ef-refresh-scim-token {
  vertical-align: bottom;
  cursor: pointer;
}

.checkbox.recommended-courses-option {
  padding-left: 20px;
}

.tooltip {
  word-break: break-word;
  width: max-content;
}

div.ef-welcome-logo {
  margin: 10px 0px;
}

.col-md-3 #ef-chaptcha-image {
  max-width: 160px !important;
}

.col-md-3 form#login_form {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

#ef-contact-index div.ef-block-content {
  padding: 0px;
}
#ef-contact-index div.ef-block-content form {
  padding: 15px;
}

#ef-login-index {
  /* end div.ef-block-content */
}
#ef-login-index .divider {
  display: block;
  margin: 20px 5px;
  height: 1px;
  background-color: #eee;
}
#ef-login-index .ef-form-element {
  max-width: 100%;
}
#ef-login-index div.ef-block-header, #ef-login-index div.ef-block-content {
  margin: auto;
  padding: 15px;
}
#ef-login-index div.ef-block-header {
  padding-bottom: 0px;
  display: none;
}
#ef-login-index div.ef-block-content {
  padding: 0px;
}
#ef-login-index div.ef-block-content form {
  padding: 15px;
}
#ef-login-index div.ef-block-content form div.one-column-login {
  max-width: 480px;
  margin: auto;
}
#ef-login-index div.ef-block-content form .ef-integration-btns {
  display: none;
}
#ef-login-index div.ef-block-content form .ef-login-with {
  cursor: pointer;
  display: inline-block;
  padding: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  width: 215px;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  line-height: 29px;
  color: #5D78C3;
}
#ef-login-index div.ef-block-content form .ef-login-with i {
  font-size: 14px;
  margin-right: 4px;
  float: left;
  border-radius: 50%;
  text-align: center;
  padding: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  color: #fefefe;
  background-color: #4360B3;
}
#ef-login-index div.ef-block-content form .ef-login-with:hover {
  text-decoration: none;
  opacity: 0.9;
}
#ef-login-index div.ef-block-content form .ef-login-header {
  padding: 0px;
  color: #404040;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  margin-top: 0px;
}
#ef-login-index div.ef-block-content form div.row.ef-row {
  padding: 8px 0px;
  display: table;
  width: 100%;
}
#ef-login-index div.ef-block-content form div.row.ef-row > * {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  float: none;
  padding-left: 15px;
  padding-right: 15px;
}
#ef-login-index div.ef-block-content form div.row.captcha-image img {
  max-width: 180px;
}
#ef-login-index div.ef-block-content form div.row.captcha-image div:first-child {
  min-width: 300px;
}
#ef-login-index div.ef-block-content form div.row #forgot-passwd {
  color: #5676B6;
  font-size: 14px;
}
#ef-login-index div.ef-block-footer {
  padding: 25px 0px;
  text-align: center;
  background-color: #EDF5F8;
  border-top: 1px solid #D7D7D7;
}
#ef-login-index div.ef-block-footer span.sign-slogan {
  font-size: 14px;
  color: #333;
}
#ef-login-index div.ef-block-footer span.sign-slogan a {
  color: #566DA9;
  margin: 0px 8px;
}

a.ajaxHandle {
  cursor: pointer;
  color: black;
}

form#initiate_password_form, form#signup_register_personal_form {
  padding: 15px;
}

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

.text-justify-class-colored {
  text-align: justify;
  color: #7891c0;
}

.welcome-text-container {
  margin-top: 25px;
}

#ef-add-account-panel label {
  font-weight: normal;
}

.ef-mapped-accounts-title {
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 21px;
}

.ef-mapped-accounts-table tr.oddRowColor {
  background: #f0f1f4;
}
.ef-mapped-accounts-table tr.oddRowColor :hover {
  background: #e6e7e9;
}
.ef-mapped-accounts-table tr.evenRowColor {
  background: #ffffff;
}
.ef-mapped-accounts-table tr.evenRowColor :hover {
  background: #f9f8f8;
}

.ef-public-profile-content h4 {
  font-size: 21px;
  margin-top: 0;
}

.ef-public-profile-content hr {
  margin-top: 0;
}

.ef-public-profile-content .ef-fieldset-separator {
  padding: 15px 0px 0px 20px;
}

.ef-public-profile-content .ef-no-info {
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

body ul#ef-notifications {
  list-style: none;
  position: fixed;
  padding: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 15px;
  padding-bottom: 15px;
  border-radius: 2px;
  min-width: 350px;
  overflow: hidden;
  display: block;
  z-index: 999999;
}
body ul#ef-notifications li {
  right: 0%;
  display: block;
  width: 100%;
  min-height: 90px;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 0px;
  background-color: #262626;
  position: relative;
  border-radius: 2px;
  overflow: inherit;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
}
body ul#ef-notifications li span, body ul#ef-notifications li .close {
  display: block;
  color: #fefefe;
}
body ul#ef-notifications li span.name {
  color: #8594bd;
  font-size: 16px;
  padding: 6px 8px 2px 50px;
}
body ul#ef-notifications li span.text {
  color: #d0d0d0;
  font-size: 14px;
  padding: 2px 8px 6px 50px;
  max-width: 320px;
  overflow: hidden;
  word-wrap: break-word;
}
body ul#ef-notifications li span.icon, body ul#ef-notifications li .close {
  font-weight: normal;
  position: absolute;
  text-shadow: 0px 0px 5px #242424;
}
body ul#ef-notifications li span.icon {
  font-size: 20px;
  top: 0px;
  left: 0px;
  margin: 20px 0px 0px 20px;
}
body ul#ef-notifications li .close {
  top: 0px;
  right: 0px;
  margin: 15px 15px 0px 0px;
  font-size: 15px;
  opacity: 1;
}
body ul#ef-notifications li .close:hover {
  color: #eaeaea;
}
body ul#ef-notifications li.success span.name {
  color: #8de426;
}
body ul#ef-notifications li.error span.name {
  color: #ed1c24;
}

/*
 * mobile
 */
@media only screen and (max-width: 480px) {
  body ul#ef-notifications {
    min-width: 250px;
    max-width: 80%;
  }
}
.modal-title {
  max-width: 95%;
}

html.popup body div.ef-block {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

div.modal div.modal-dialog div.modal-content {
  border-radius: 2px;
}
div.modal div.modal-dialog div.modal-content div.modal-header {
  padding: 14px 15px;
  background-color: #E7E7F1;
  border-bottom: 1px solid #DBDBDB;
  display: flex;
  flex-flow: row nowrap;
}
div.modal div.modal-dialog div.modal-content div.modal-header .modal-title {
  text-transform: uppercase;
  font-size: 18px;
  flex: 1 0 auto;
}
div.modal div.modal-dialog div.modal-content div.modal-header .close {
  float: none;
  flex: 0 0 auto;
  margin-top: 0px;
  padding: 0px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #808080;
  opacity: 1;
}
div.modal div.modal-dialog div.modal-content div.modal-header .close:focus:not(:active) {
  outline: 1px solid black;
}
div.modal div.modal-dialog div.modal-content div.modal-header .close:hover {
  color: #5C5C60;
}
div.modal div.modal-dialog div.modal-content div.modal-body {
  word-wrap: break-word;
  background-color: #fefefe;
}
div.modal div.modal-dialog div.modal-content div.modal-body iframe {
  width: 100%;
  border: 0px none;
  height: 100%;
}
div.modal div.modal-dialog div.modal-content div.modal-body div.alert {
  padding-top: 15px;
  padding-bottom: 15px;
}
div.modal div.modal-dialog div.modal-content div.modal-footer {
  text-align: left;
}
div.modal.bootbox div.modal-dialog div.modal-content div.modal-header {
  flex-flow: row-reverse nowrap;
}

div.modal div.modal-dialog div.modal-content div.modal-body div.well {
  width: 100%;
  margin: 0px;
  border: 0px none;
  background-color: transparent;
  border-radius: 0px;
  padding: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px transparent;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul li.jstree-node {
  margin: 4px 0px;
  border-radius: 1px;
  background-color: transparent;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul li.jstree-node a.jstree-anchor {
  height: auto;
  display: block;
  padding: 4px 4px;
  background-color: #EFEFEF;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul li.jstree-node:hover a.jstree-anchor {
  background-color: #DFE3EC;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul li.jstree-node div.jstree-wholerow {
  background-color: transparent;
  display: block;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul i.jstree-icon {
  float: left;
  z-index: 1;
  margin: 4px;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul i.jstree-icon:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 16px;
  font-style: normal;
  color: #CBCBCB;
}
div.modal div.modal-dialog div.modal-content div.modal-body .ef-tree ul a.jstree-anchor i.jstree-themeicon {
  display: none;
}

.modal-content-center {
  font-size: 18px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.modal-button-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.modal-button-row > * {
  display: block;
  margin: 5px;
  white-space: normal;
}

.modal-md2 {
  width: 700px;
}

/*
 * old iframe modals todo: remove
 */
html.popup, html.popup body {
  background-color: transparent !important;
}

.no-padding-dialog .bootbox-form {
  padding: 0;
}

.panelfree {
  padding: 15px;
}

.panelfree-header h4 {
  color: #3e3e3e;
  font-size: 25px !important;
  font-weight: normal;
  line-height: 32px;
  text-transform: uppercase;
}

.panelfree-body {
  color: #3e3e3e;
  font-size: 14px !important;
  line-height: 32px;
}

div.tourbus-container {
  font-family: Roboto;
}
div.tourbus-container div.tourbus-leg-inner {
  padding: 0px;
  padding-bottom: 55px;
}
div.tourbus-container div.tourbus-leg-inner > button.close {
  position: absolute;
  top: 15px;
  right: 15px;
  float: none;
  background-color: #dcdcdc;
  opacity: 1;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-shadow: 0px 0px #dcdcdc;
  font-weight: normal;
  color: #707070;
}
div.tourbus-container div.tourbus-leg-inner > button.close:hover {
  opacity: 0.8;
}
div.tourbus-container div.tourbus-leg-inner > button.close:active {
  opacity: 0.7;
}
div.tourbus-container div.tourbus-leg-inner > h2 {
  padding: 20px 15px 0px 15px;
  color: #5A5A5A;
  font-weight: 600;
}
div.tourbus-container div.tourbus-leg-inner > p {
  margin: 5px 15px;
}
div.tourbus-container div.tourbus-leg-inner > p.disable-welcome-tour-container {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background-color: #F3F3F3;
  line-height: 45px;
  width: 100%;
  padding: 0px 15px;
  margin: 0px 0px 0px !important;
  overflow: hidden;
}
div.tourbus-container div.tourbus-leg-inner > p.disable-welcome-tour-container a.disable-welcome-tour {
  color: #409BD3 !important;
}
div.tourbus-container div.tourbus-leg-inner > p button.tourbus-next {
  background-color: #4B6BBD;
  border-color: #3959AB;
}
div.tourbus-container div.tourbus-leg-inner span.tour-bullets {
  font-size: 10px;
  line-height: 0px;
}
div.tourbus-container div.tourbus-leg-inner span.tour-bullets a {
  font-size: 43px;
  line-height: 35px;
}
div.tourbus-container div.tourbus-leg-inner span.tour-bullets a:hover,
div.tourbus-container div.tourbus-leg-inner span.tour-bullets a.tour-bullets-selected {
  color: #8A72D7;
}

.btn {
  padding: 8px;
  font-size: 13.3px;
  border-radius: 3px;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  /*&.btn-default,*/
}
.btn.btn-primary, .btn.btn-default, .btn.btn-success, .btn.btn-info, .btn.btn-warning, .btn.btn-danger, .btn.btn-link {
  text-transform: uppercase;
}
.btn.btn-link {
  text-decoration: none;
}
.btn.btn-link:hover {
  background-color: #ececec;
}
.btn.btn-link:active {
  background-color: #ececec;
}
.btn.btn-link:focus {
  background-color: #e4e4e4;
}
.btn:focus {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #93cee9;
  outline-offset: -3px;
}
.btn:focus:not(:focus-visible) {
  outline: none;
}

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

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

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

.btn-group > a.btn-primary {
  border-right: 1px solid #6480cc;
}

.btn-group > .btn-primary.dropdown-toggle {
  border-left: 1px solid #3353a7;
  margin-left: 0px;
}

.icon-btn,
.transparent-btn {
  border: none;
  background: none;
  padding: 0;
  line-height: unset;
}

.ef-content-area img {
  max-width: 100%;
}
.ef-content-area .video-js {
  font-size: 14px;
}
.ef-content-area .video-js .vjs-play-progress {
  background: #ff7a00;
}

.ef-content-area > div:not([class*=video-js]) p, .ef-content-area > div:not([class*=video-js]) li, .ef-content-area > div:not([class*=video-js]) h1, .ef-content-area > div:not([class*=video-js]) h2, .ef-content-area > div:not([class*=video-js]) h3, .ef-content-area > div:not([class*=video-js]) h4, .ef-content-area > div:not([class*=video-js]) blockquote, .ef-content-area > div:not([class*=video-js]) span,
.ef-content-edit-area .note-editable p,
.ef-content-edit-area .note-editable li,
.ef-content-edit-area .note-editable h1,
.ef-content-edit-area .note-editable h2,
.ef-content-edit-area .note-editable h3,
.ef-content-edit-area .note-editable h4,
.ef-content-edit-area .note-editable blockquote,
.ef-content-edit-area .note-editable span {
  font-family: "Helvetica";
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}
.ef-content-area > div:not([class*=video-js]) blockquote,
.ef-content-edit-area .note-editable blockquote {
  font-style: italic;
}
.ef-content-area > div:not([class*=video-js]) li,
.ef-content-edit-area .note-editable li {
  padding-bottom: 3px;
}
.ef-content-area > div:not([class*=video-js]) h1,
.ef-content-edit-area .note-editable h1 {
  font-size: 30px;
  line-height: 1.2em;
  text-align: left;
}
.ef-content-area > div:not([class*=video-js]) h1, .ef-content-area > div:not([class*=video-js]) h2,
.ef-content-edit-area .note-editable h1,
.ef-content-edit-area .note-editable h2 {
  margin-bottom: 20px;
}
.ef-content-area > div:not([class*=video-js]) h3,
.ef-content-edit-area .note-editable h3 {
  margin-bottom: 10px;
}
.ef-content-area > div:not([class*=video-js]) a:not(.btn),
.ef-content-edit-area .note-editable a:not(.btn) {
  text-decoration: none;
  border-bottom: 1px dotted #333333;
}
.ef-content-area > div:not([class*=video-js]) b, .ef-content-area > div:not([class*=video-js]) strong, .ef-content-area > div:not([class*=video-js]) h1, .ef-content-area > div:not([class*=video-js]) h2, .ef-content-area > div:not([class*=video-js]) h3, .ef-content-area > div:not([class*=video-js]) h4, .ef-content-area > div:not([class*=video-js]) h5, .ef-content-area > div:not([class*=video-js]) h6,
.ef-content-edit-area .note-editable b,
.ef-content-edit-area .note-editable strong,
.ef-content-edit-area .note-editable h1,
.ef-content-edit-area .note-editable h2,
.ef-content-edit-area .note-editable h3,
.ef-content-edit-area .note-editable h4,
.ef-content-edit-area .note-editable h5,
.ef-content-edit-area .note-editable h6 {
  font-weight: bold;
}

.ef-content-area-scorm {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

.ef-content-footer {
  padding-bottom: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
}

.ef-content-nav {
  border-top: 1px solid #ccc;
  padding: 0 !important;
}
.ef-content-nav h2 {
  font-size: 25px;
}
.ef-content-nav.next {
  border-left: 1px solid #ccc;
  text-align: right;
}
.ef-content-nav a {
  padding: 20px 20px 30px 20px;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.ef-content-nav a:hover {
  color: #2f9fd7 !important;
  background-color: #f1f1f1;
}
.ef-content-nav a:hover small {
  color: #2f9fd7 !important;
}
.ef-content-nav a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.ef-completed-text {
  color: var(--c-brand-success);
}

#ef-active-label {
  margin-left: 20px;
}

.ef-header-handle {
  margin-left: 2em;
}

.ef-test-page {
  font-size: 16px;
}
.ef-test-page h1 {
  margin-top: 0;
  font-size: 25px;
}
.ef-test-page .ef-test-description,
.ef-test-page .ef-test-rules {
  margin-top: 40px;
}
.ef-test-page .ef-test-rules {
  margin-bottom: 50px;
}

.ef-content-handle {
  padding: 12px 40px;
}
.ef-content-handle i {
  font-size: 12px;
}

.ef-side-section .ef-block-content {
  padding-top: 0 !important;
}

.ef-nav-handle i {
  padding: 12px 0px;
  font-size: 24px;
}

#ef-toggle-fullscreen {
  background-position: 97%;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-image: url(/assets/images/ui-904/full-screen-exit-icon.svg);
  padding-right: 30px;
  color: #222;
}

#ef-toggle-fullscreen.active {
  background-image: url(/assets/images/ui-904/full-screen-icon.svg);
}

#ef-toggle-fullscreen:before {
  content: attr(data-enter-text);
}

#ef-toggle-fullscreen.active:before {
  content: attr(data-exit-text);
}

.ef-scorm-open.jumbotron {
  background-color: inherit;
}
.ef-scorm-open.jumbotron .ef-launch-popup {
  text-transform: none !important;
}

.ef-score-skills {
  margin-top: 15px;
  margin-bottom: 15px;
}

.ef-test-panels {
  margin-top: 15px;
}

.ef-download-file-thumb {
  padding-top: 20px;
}
.ef-download-file-thumb .caption {
  padding-top: 0px;
}

/*Area that appears if there are no courses*/
.ef-no-session {
  text-align: center;
  margin: 30px 0px;
}
.ef-no-session span {
  display: block;
  width: 100%;
}
.ef-no-session .h5.ef-no-session-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.1;
}

.ef-horizontal-list dt {
  font-weight: normal;
}

.ef-sessions a,
.ef-sessions a:visited .ef-sessions a:hover .ef-sessions a:link {
  border-bottom: 0 !important;
}

.ef-session-entry-image {
  width: 7rem;
}

.ef-session-entry {
  line-height: 10px;
}

.ef-session-title {
  text-transform: uppercase;
  font-size: 10px !important;
  color: #6f6f6f;
  font-weight: normal !important;
  margin: 0;
  display: inline-block;
}

.ef-session-link {
  font-size: 11px !important;
  border-bottom: 0 !important;
  padding: 0;
  color: #23527c;
  text-decoration: none;
  background-color: transparent;
  border: none;
}

.ef-label-tags {
  text-transform: none !important;
}
.ef-label-tags a, .ef-label-tags a:hover, .ef-label-tags a:link, .ef-label-tags a:active, .ef-label-tags a:visited {
  color: #fff;
}
.ef-label-tags span[data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}
.ef-label-tags span[data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}

.ef-question-indicator {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ef-question-indicator .ef-question-indicator-done {
  background-color: #87c4e0 !important;
  border: 2px solid #333 !important;
  color: #333 !important;
}
.ef-question-indicator .ef-question-indicator-current {
  background-color: #ef43c9 !important;
  border: 2px solid #ef43c9 !important;
  color: #222;
}
.ef-question-indicator .ef-question-indicator-incomplete {
  background-color: #fff !important;
  border: 2px solid #959595 !important;
  color: #757575 !important;
}
.ef-question-indicator .ef-question-indicator-correct {
  background-color: var(--c-brand-success) !important;
  border: 2px solid var(--c-brand-success-lighten-7) !important;
  color: #fff !important;
}
.ef-question-indicator .ef-question-indicator-wrong {
  background-color: #be2713 !important;
  border: 2px solid #be2713 !important;
  color: #fff !important;
}
.ef-question-indicator .ef-question-indicator-partial {
  background-color: #dfa918 !important;
  border: 2px solid #dfa918 !important;
  color: #fff !important;
}
.ef-question-indicator .badge:focus {
  outline: 1px dotted black;
  outline-offset: 0;
}

ul.ef-question-indicator {
  display: flex;
  flex-flow: row wrap;
  padding-left: 0;
}
ul.ef-question-indicator li {
  list-style-type: none;
  margin-right: 0.25em;
}

.ef-attempt-limit {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ef-link-height-padding {
  height: 35px;
  padding-top: 8px;
}

.ef-color-linkedin {
  background-color: #0077B5;
}

.ef-share-button-transform {
  padding-right: 0;
  padding-left: 0;
  height: 35px;
}

#ef-processing-em-unit {
  padding-left: 10px;
  padding-right: 10px;
}

.ef-unit-tree {
  margin-bottom: 15px;
  /*icons inside the course row*/
  /* put a border on the last unit in a lesson if there are still lessons below
   * only needed for odd lessons, since the next lesson will be white (like the units) */
}
.ef-unit-tree:focus {
  outline: none;
}
.ef-unit-tree .btn {
  text-transform: uppercase;
}
.ef-unit-tree .ef-handle-label {
  font-size: 14px;
}
.ef-unit-tree .ef-handle {
  cursor: pointer;
  color: #6a6a6a;
  padding-left: 10px;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  -o-transition: color 0.1s ease;
  transition: color 0.1s ease;
}
.ef-unit-tree .ef-handle:hover {
  color: #2995d1;
}
.ef-unit-tree div.dropdown {
  display: inline;
}
.ef-unit-tree .ef-entry-description {
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 31px;
}
.ef-unit-tree .ef-entry-description .description-padding {
  margin-top: 22px;
}
.ef-unit-tree .ef-clamp-description {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 6) {
  .ef-unit-tree .ef-clamp-description {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 2) !important;
    -webkit-box-orient: vertical;
  }
}
.ef-unit-tree .ef-expand-collapse-handle.fa-angle-right, .ef-unit-tree .ef-expand-collapse-handle .fa-angle-right {
  margin: 0px;
  padding: 14px 10px;
  cursor: pointer;
  font-size: 24px;
  display: inline-block;
  float: left;
  color: #6e6e6e;
  transition: transform 0.2s ease;
}
.ef-unit-tree .ef-entry-head[aria-expanded=true] .ef-expand-collapse-handle.fa-angle-right {
  transform: rotate(90deg);
}
.ef-unit-tree .ef-expand-collapse-handle[aria-expanded=true] .fa-angle-right {
  transform: rotate(90deg);
}
.ef-unit-tree .ef-courses-list {
  margin-bottom: 0px;
  opacity: 1;
  height: auto;
}
.ef-unit-tree#ef-content-tree .ef-courses-list {
  transition: all 450ms ease-in-out;
  transition-property: opacity, height;
}
.ef-unit-tree .ef-entry-head[aria-expanded=false] + .ef-courses-list {
  opacity: 0;
  height: 0px;
  overflow: hidden;
}
.ef-unit-tree li.ef-courses-list-item {
  padding: 0px;
  cursor: pointer;
}
.ef-unit-tree .ef-entry-row {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  padding-right: 5px;
}
.ef-unit-tree .ef-entry-head {
  display: flex;
  flex-flow: row nowrap;
  padding-left: 0px;
  margin: 0;
  position: relative;
  line-height: inherit;
  font-size: inherit;
  min-height: 48px;
  text-decoration: none;
  -webkit-transition: background-color, 0.15s ease-in-out;
  -o-transition: background-color, 0.15s ease-in-out;
  transition: background-color, 0.15s ease-in-out;
}
.ef-unit-tree .ef-entry-head.row {
  padding-top: 10px;
  padding-bottom: 8px;
}
.ef-unit-tree .ef-entry-head > .ef-entry-row {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ef-unit-tree .ef-entry-head span.ef-entry-name {
  font-size: 14px;
  flex: 1 1 auto;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 14px 0px;
}
.ef-unit-tree .ef-entry-head span.ef-entry-name a:hover {
  color: #2995d1;
}
.ef-unit-tree .ef-entry-head .ef-unit-icon + .ef-entry-name {
  padding-left: 3px;
  padding-right: 3px;
}
.ef-unit-tree .ef-entry-head .ef-unit-status {
  padding: 14px 2px;
}
.ef-unit-tree .ef-entry-head .ef-entry-head-heading {
  display: inline-block;
  margin: 10px 0;
  font-size: 14px;
  height: 30px;
}
.ef-unit-tree .ef-entry-head .ef-entry-head-heading .ef-entry-head-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}
.ef-unit-tree .ef-entry-head .ef-entry-head-visit-link {
  font-size: 12px;
  margin-left: 5px;
}
.ef-unit-tree:focus .ef-entry-head.focus {
  outline: 5px auto Highlight;
  outline: 5px auto -moz-mac-focusring;
  outline: 5px auto -webkit-focus-ring-color;
}
.ef-unit-tree:focus:not(:focus-visible) .ef-entry-head.focus {
  outline: none;
}
.ef-unit-tree [role=row]:focus, .ef-unit-tree [role=gridcell]:focus, .ef-unit-tree [role=rowheader]:focus {
  outline: 5px auto Highlight;
  outline: 5px auto -moz-mac-focusring;
  outline: 5px auto -webkit-focus-ring-color;
}
.ef-unit-tree [role=row]:focus:not(:focus-visible), .ef-unit-tree [role=gridcell]:focus:not(:focus-visible), .ef-unit-tree [role=rowheader]:focus:not(:focus-visible) {
  outline: none;
}
.ef-unit-tree .ef-content-expand-button {
  padding: 0;
  border: none;
  background: none;
}
.ef-unit-tree .ef-content-expand-heading {
  margin: 0;
}
.ef-unit-tree .ef-lesson-expand-button {
  padding: 0;
  border: none;
  background: none;
}
.ef-unit-tree .ef-lesson-name {
  font-weight: 700;
  margin-left: 40px;
  display: inline-block;
  padding: 14px 0px;
}
.ef-unit-tree .ef-unit-icon {
  margin-left: 40px;
  display: inline-block;
  padding: 14px 0px;
}
.ef-unit-tree .ef-entry-head .handle-placeholder {
  padding-left: 31px;
  position: relative;
  line-height: normal;
}
.ef-unit-tree .ef-entry-head .handle-placeholder .ef-expand-collapse-handle {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -50%;
}
.ef-unit-tree .ef-entry-head .handle {
  position: absolute;
  left: 10px;
  top: 0;
  /* inherit the padding dynamically set on ef-entry-head */
  padding-left: inherit;
}
.ef-unit-tree ul {
  list-style-type: none;
  padding: 0;
}
.ef-unit-tree li.ef-courses-list-item:not(.lesson-entry) {
  border-top: 1px solid #ccc;
}
.ef-unit-tree li.selected, .ef-unit-tree li.selected:hover, .ef-unit-tree li.selected:link, .ef-unit-tree li.selected:active, .ef-unit-tree li.selected:visited {
  background-color: #eee;
}
.ef-unit-tree i.passed.ef-tooltip-toggle.fa-check {
  color: var(--c-brand-success-lighten-7) !important;
}
.ef-unit-tree .ef-unit-link {
  color: #444;
}
.ef-unit-tree .ef-unit-link.passed, .ef-unit-tree .ef-unit-link.passed:hover, .ef-unit-tree .ef-unit-link.passed:link, .ef-unit-tree .ef-unit-link.passed:active, .ef-unit-tree .ef-unit-link.passed:visited {
  color: var(--c-brand-success) !important;
}
.ef-unit-tree .ef-unit-link.inactive, .ef-unit-tree .ef-unit-link.inactive:hover, .ef-unit-tree .ef-unit-link.inactive:link, .ef-unit-tree .ef-unit-link.inactive:active, .ef-unit-tree .ef-unit-link.inactive:visited {
  color: #aaa;
}
.ef-unit-tree .ef-unit-link.disabled, .ef-unit-tree .ef-unit-link.disabled:hover, .ef-unit-tree .ef-unit-link.disabled:link, .ef-unit-tree .ef-unit-link.disabled:active, .ef-unit-tree .ef-unit-link.disabled:visited {
  color: #aaa;
}
.ef-unit-tree .active-content:before {
  content: "";
  position: absolute;
  background: #f16145;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
}
.ef-unit-tree .tooltip {
  position: fixed;
}
.ef-unit-tree ul > li.ef-courses-list-item.lesson-entry:nth-child(odd) {
  background-color: #f0f1f4;
}
.ef-unit-tree .lesson-entry:nth-child(odd):not(:last-child) > ul > .unit-entry:last-child {
  border-bottom: 1px solid #ccc;
}
.ef-unit-tree ul.ef-top-level > li.ef-courses-list-item:first-child {
  border-top: 0;
}
.ef-unit-tree li.ef-courses-list-item.lesson-entry {
  border: none;
}
.ef-unit-tree .unit-entry {
  background-color: #fff;
}
.ef-unit-tree .fa {
  color: #536084;
}
.ef-unit-tree i.fa.fa-lg.fa-fw.fa-toggle-on {
  color: #ffffff;
}
.ef-unit-tree i.fa.fa-lg.fa-fw.fa-toggle-off {
  color: #ffffff;
}

.ef-submission-text {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.ef-submission-text p {
  word-wrap: break-word;
  white-space: pre-wrap;
}

.ef-submission-info {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

.ef-submission-info:before {
  content: "— ";
}

#ef-recorder-container .btn-group {
  width: 100%;
}
#ef-recorder-container #ef-assignment-video-recorder,
#ef-recorder-container #ef-assignment-audio-recorder {
  padding-top: 75%;
}

#ef-record-answer.right {
  float: right;
}

#ef-record-answer.mt-10 {
  margin-top: 10px;
}

@media (max-width: 500px) {
  #ef-record-answer {
    float: none;
  }
}

.ef-dashboard-header {
  margin-bottom: 15px;
  margin-top: 1.5em;
  min-height: 43rem;
  /* ----------- iPhone 5 and 5S ----------- */
  /* ----------- iPhone 6 ----------- */
  /* Portrait */
  /* ----------- Non-Retina Screens ----------- */
  /* ----------- Retina Screens ----------- */
}
.ef-dashboard-header .ef-edit-mode {
  margin-right: 5px;
  margin-left: 2rem;
  text-transform: uppercase;
  padding: 5px 10px;
  line-height: 1.5;
  color: #444;
  font-size: 1.5rem;
  cursor: pointer;
  background: none;
  border: none;
}
.ef-dashboard-header .ef-edit-mode i {
  margin-left: 0.3em;
}
.ef-dashboard-header .fa.fa-toggle-on {
  color: #5cb85c;
  font-size: 160%;
}
.ef-dashboard-header .fa.fa-toggle-off {
  font-size: 160%;
}
.ef-dashboard-header .fa-lg {
  vertical-align: -18%;
}
.ef-dashboard-header div[class^=col-sm-] {
  padding-left: 0;
}
.ef-dashboard-header .ef-unit-tree div[class^=col-xs-] {
  padding-left: 0;
}
.ef-dashboard-header img.ef-course-avatar {
  width: 200px;
}
.ef-dashboard-header img.ef-default-avatar {
  width: 100%;
  max-width: 273px;
}
.ef-dashboard-header .default-course-image {
  overflow: hidden;
  height: auto;
}
.ef-dashboard-header .extra-padding {
  padding: 10px 0 0 0;
}
.ef-dashboard-header .upper-right {
  padding-left: 5px;
}
.ef-dashboard-header .lower-right {
  padding-left: 5px;
}
.ef-dashboard-header .upper-left {
  padding-right: 5px;
}
.ef-dashboard-header .lower-left {
  padding-right: 5px;
}
.ef-dashboard-header .stats_style {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(max(120px, 25% - 10px), 1fr));
  margin-top: 10px;
}
.ef-dashboard-header .ef-preview-box-course-stats {
  padding-bottom: 10px;
  text-align: center;
  border: 1px solid #d1d1d1;
  border-radius: 2px;
}
.ef-dashboard-header .ef-preview-box-course-stats .ef-info-header, .ef-dashboard-header .ef-preview-box-course-stats .ef-info-text {
  display: block;
  line-height: inherit;
}
.ef-dashboard-header .ef-preview-box-course-stats .ef-info-header {
  font-weight: normal;
}
.ef-dashboard-header .vcenter {
  display: inline-block;
  vertical-align: middle;
}
.ef-dashboard-header .content-title-style {
  padding-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}
.ef-dashboard-header .small-padding-bottom {
  padding-bottom: 10px;
  position: relative;
}
.ef-dashboard-header .ef-category-name {
  font-size: 1.2rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ef-dashboard-header .ef-course-name {
  overflow: hidden;
}
.ef-dashboard-header .ef-course-name h1 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
}
.ef-dashboard-header .ef-course-description {
  margin-top: 2rem;
  line-height: 24px;
  font-size: 15px;
  position: relative;
}
.ef-dashboard-header .ef-main-action-button {
  margin-top: 2rem;
}
.ef-dashboard-header .ef-main-action-button .btn {
  font-size: 14px;
  vertical-align: text-bottom;
}
.ef-dashboard-header .ef-main-action-button .btn.btn-success:hover {
  background-color: var(--c-brand-success);
  border-color: var(--c-brand-success-darken-5);
}
.ef-dashboard-header .ef-main-action-button .btn.btn-success:hover:focus {
  background-color: var(--c-brand-success-darken-10);
  border-color: var(--c-brand-success-darken-25);
}
.ef-dashboard-header .ef-course-rating {
  display: inline-block;
  color: var(--c-brand-primary);
}
.ef-dashboard-header .ef-course-rating-options {
  font-size: 0px;
  height: 23px;
}
.ef-dashboard-header .ef-course-rating-options .ef-course-rating-stars {
  cursor: pointer;
  display: inline-block;
}
.ef-dashboard-header .ef-course-rating-options .ef-course-rating-stars .fa-star {
  color: #737272;
}
.ef-dashboard-header .ef-course-rating-options .ef-course-rating-stars .ef-course-rating-btn {
  padding: 0 1px;
  outline: 0;
}
.ef-dashboard-header .ef-course-rating-options .ef-course-rating-stars .ef-course-rating-btn:focus {
  border: 1px #939393 solid;
  border-radius: 3px;
  margin: -1px;
}
.ef-dashboard-header .ef-course-rating-options i {
  color: #737272;
  font-size: 15px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  transition: transform 0.25s ease;
}
.ef-dashboard-header .ef-course-rating-options i.play {
  transform: scale(1.8);
}
.ef-dashboard-header .ef-course-rating-options i:before {
  padding: 4px;
  display: block;
}
.ef-dashboard-header .ef-course-rating-options div.ef-course-rating-stars {
  height: inherit;
}
.ef-dashboard-header .ef-course-progress-bar {
  margin-top: 25px;
}
.ef-dashboard-header .ef-course-handle {
  font-size: 1em;
}
.ef-dashboard-header .ef-dashboard-labels {
  margin-top: 15px;
}
.ef-dashboard-header .ef-dashboard-labels span.label {
  margin: 2px 4px 2px 0px;
}
.ef-dashboard-header .ef-course-certificate {
  display: flex;
  align-items: center;
  color: #333333;
  padding-left: 10px;
  margin-top: 15px;
  border-radius: 4px;
  overflow-y: visible;
  margin-left: -15px;
}
.ef-dashboard-header .ef-course-certificate-information {
  margin-bottom: 5px;
  margin-left: 5px;
  color: #3e3e3e;
}
.ef-dashboard-header .ef-edit-text {
  margin-left: 20px;
  cursor: pointer;
}
.ef-dashboard-header .ef-reduced-opacity {
  opacity: 0.5;
}
.ef-dashboard-header .expiration-highlight {
  font-weight: bold;
}
.ef-dashboard-header h2 {
  font-size: 25px;
}
.ef-dashboard-header h2 .btn {
  text-transform: uppercase;
}
.ef-dashboard-header h2.course-content-heading {
  font-size: inherit;
  margin: 0;
  line-height: inherit;
}
.ef-dashboard-header .more-link, .ef-dashboard-header .less-link {
  padding-top: 2px;
  color: var(--c-brand-primary);
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ef-dashboard-header .default-course-image-container {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-course-certificate {
    margin-left: 0;
  }
  .ef-dashboard-header .stats_style {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-edit-mode {
    display: none;
  }
  .ef-dashboard-header .blank-space {
    margin-top: 20px;
  }
  .ef-dashboard-header .ef-category-name {
    text-align: center;
  }
  .ef-dashboard-header .ef-course-name {
    text-align: center;
  }
  .ef-dashboard-header .no-padding-right {
    padding-right: 0 !important;
  }
  .ef-dashboard-header .lt-text-right-responsive {
    text-align: right !important;
    padding-right: 10px !important;
  }
  .ef-dashboard-header .ef-course-progress-bar {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-main-action-button {
    padding-left: 15px;
  }
  .ef-dashboard-header .left-title-block {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ef-dashboard-header .default-course-image-container {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-course-certificate {
    margin-left: 0;
  }
  .ef-dashboard-header .stats_style {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-edit-mode {
    display: none;
  }
  .ef-dashboard-header .blank-space {
    margin-top: 20px;
  }
  .ef-dashboard-header .ef-category-name {
    text-align: center;
  }
  .ef-dashboard-header .ef-course-name {
    text-align: center;
  }
  .ef-dashboard-header .no-padding-right {
    padding-right: 0 !important;
  }
  .ef-dashboard-header .lt-text-right-responsive {
    text-align: right !important;
    padding-right: 10px !important;
  }
  .ef-dashboard-header .ef-course-progress-bar {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-main-action-button {
    padding-left: 15px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ef-dashboard-header .default-course-image-container {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-course-certificate {
    margin-left: 0;
  }
  .ef-dashboard-header .stats_style {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-edit-mode {
    display: none;
  }
  .ef-dashboard-header .blank-space {
    margin-top: 20px;
  }
  .ef-dashboard-header .ef-category-name {
    text-align: center;
  }
  .ef-dashboard-header .ef-course-name {
    text-align: center;
  }
  .ef-dashboard-header .no-padding-right {
    padding-right: 0 !important;
  }
  .ef-dashboard-header .lt-text-right-responsive {
    text-align: right !important;
    padding-right: 10px !important;
  }
  .ef-dashboard-header .ef-course-progress-bar {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-main-action-button {
    padding-left: 15px;
  }
  .ef-dashboard-header .left-title-block {
    display: none;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .ef-dashboard-header .default-course-image-container {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-course-certificate {
    margin-left: 0;
  }
  .ef-dashboard-header .stats_style {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-edit-mode {
    display: none;
  }
  .ef-dashboard-header .blank-space {
    margin-top: 20px;
  }
  .ef-dashboard-header .ef-category-name {
    text-align: center;
  }
  .ef-dashboard-header .ef-course-name {
    text-align: center;
  }
  .ef-dashboard-header .no-padding-right {
    padding-right: 0 !important;
  }
  .ef-dashboard-header .lt-text-right-responsive {
    text-align: right !important;
    padding-right: 10px !important;
  }
  .ef-dashboard-header .ef-course-progress-bar {
    padding-left: 15px;
  }
  .ef-dashboard-header .ef-main-action-button {
    padding-left: 15px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .ef-dashboard-header .extra-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ef-dashboard-header .no-padding-right {
    padding-right: 0 !important;
  }
  .ef-dashboard-header .lt-text-right-responsive {
    text-align: right !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .ef-dashboard-header .extra-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .ef-dashboard-header .extra-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
}
.ef-dashboard-header fieldset {
  margin-top: 2rem;
  padding: 0;
}

.ef-dashboard-content {
  padding: 0 !important;
}

.description-padding {
  padding-left: 6px;
}

small {
  font-size: 100%;
}

div.tabs-ruler-special > hr {
  margin-bottom: 0;
}

.no-content-container {
  background: #f0f1f4;
}

div.no-content-container > h3 {
  margin-top: 0;
}

.on-hover {
  z-index: 1000;
  -moz-box-shadow: 0 0 15px black;
  -webkit-box-shadow: 0 0 15px black;
  box-shadow: 0 0 15px black;
}

.dashboard-upload-container {
  padding: 20px 0 0 0;
  background: #fff;
  box-shadow: 0 0 15px black;
  position: fixed;
  z-index: 100000;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
}

.placeholder {
  background: #fff !important;
  border: 2px dashed #7a89b5;
}

.ef-parity-knowledge {
  margin-left: 10px;
  margin-right: 5px;
}

.dummy-space {
  margin: 5px 0 5px 0;
}

.ef-recalculate-score-dialog .bootbox-form {
  padding: 0;
}

.ef-course-extended-fields {
  display: inline-block;
}
.ef-course-extended-fields .extended-field {
  font-weight: 380;
  margin-right: 5px;
  margin-top: 5px;
  padding: 2px 5px;
  float: left;
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #DDDDDD;
}

.img-thumbnail-container {
  text-align: center;
  width: 60px;
  height: 60px;
}

.img-thumbnail-optimized {
  border-radius: 50%;
  display: inline-block;
  max-width: 100%;
}

.avatar-special-img {
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.alphatar-special-padding {
  padding-top: 20px;
}

.avatar-initials {
  font-size: 28px;
  color: white;
  letter-spacing: 1.4px;
}

.ef-preview-box {
  margin: 0 10px 0 10px;
  /*min-height: 304px;*/
  border: 1px solid #d1d1d1;
  background: #ffffff;
  text-align: center;
}

.ef-preview-box-mini {
  margin: 20px 15px 10px 15px;
  min-height: 100px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  text-align: center;
}
.ef-preview-box-mini.col-md-3 {
  width: calc(25% - 30px);
  padding: 0px;
}
.ef-preview-box-mini .ef-info-header {
  display: block;
  line-height: inherit;
  font-weight: normal;
}
.ef-preview-box-mini .ef-info-text {
  display: block;
  line-height: inherit;
}

.graph-header {
  display: inline-block;
  margin: 0;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 700;
}

.ef-table-header {
  margin-top: 20px;
  margin-bottom: 5px;
}

.ef-table-label {
  padding-left: 10px;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 0 10px 0;
}

.special-btn-width {
  border-radius: 5px;
  display: inline-block;
}

.special-btn-width-solo {
  margin-top: 23px;
  border-radius: 5px;
  margin-bottom: 15px;
  display: inline-block;
}

.group-width {
  max-width: 80%;
}

.special-btn-width-dual {
  border-radius: 5px;
}

.ef-info-header {
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}

.ef-info-text {
  display: inline-block;
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}

.ef-info-text-mini {
  display: inline-block;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
}

.ef-info-footer {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}

.user-stats-container {
  margin: 10px 10px 0 10px;
  min-height: 100px;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  text-align: center;
}

.colored-info {
  color: #7a89b5;
}

#ef-profile-info {
  display: flex;
  align-items: center;
  color: #333333;
  padding-left: 10px;
  margin-top: 10px;
  border-radius: 4px;
  overflow-y: visible;
  margin-bottom: 20px;
}

#avatar {
  display: inline;
  line-height: 61px !important;
}

#info-container {
  display: block;
  position: relative;
}

#extra-info {
  display: inline-block;
}

#ef-type {
  display: inline;
  font-size: 14px;
  margin-left: 10px;
}

#ef-formatted {
  font-weight: 700;
  font-size: 16px !important;
  display: inline;
  margin-left: 15px;
}

#info-email {
  font-size: 14px;
  display: block;
  margin-left: 15px;
  margin-top: 2px;
}

#info-level {
  display: inline;
  margin-left: 20px;
}

#info-points {
  display: inline;
  margin-left: 10px;
}

#info-gamification {
  margin-top: 4px;
  display: block;
  vertical-align: middle;
  position: relative;
}

.ef-user-controls {
  padding-left: 5%;
  padding-right: 5%;
}

.ef-button-font-size {
  font-size: 16px !important;
}

.adjust-button-height {
  margin-top: 40px !important;
}

.btn-flex {
  display: flex;
  align-items: stretch;
  align-content: stretch;
}

.btn-flex .btn:first-child {
  flex-grow: 1;
}

a.fa {
  margin: 0px 5px 0px 0px;
}

a.fa-pencil-square-o {
  vertical-align: sub;
}

a.fa-check-square-o {
  vertical-align: sub;
}

.icon-sign_warning_lang_page {
  padding-right: 15px;
}

.spacial-colorized {
  margin: 0 !important;
  color: #6883c9 !important;
}

.extra-5px-margin {
  margin-right: 5px;
}

i.fa-clipboard {
  color: black !important;
}

a.ef-grid-icon-link {
  display: inline-block;
  margin: 0 2px;
  line-height: 2;
  text-decoration: none;
}

button.ef-grid-icon-button {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin: 0 2px;
  line-height: 2;
}

.list-padding {
  padding: 15px;
}

div.media.ef-reply-body {
  padding: 15px 15px 0 15px;
}

.discussion-extra-padding {
  padding: 15px 15px 0 15px;
}

.discussion-padding {
  padding-top: 10px;
}

.discussion-special {
  padding-top: 0 !important;
  padding-bottom: 5px !important;
}

.ef-discussion-body {
  overflow-wrap: break-word;
  word-break: break-word;
}

.ef-discussion-topic-body {
  overflow-wrap: break-word;
  word-break: break-word;
  text-decoration: none;
  padding: 3px;
  display: inline-block;
  line-height: normal;
}

.discussion-form {
  padding: 0;
}

.ef-discussion-topic .media-body,
.ef-discussion-message .media-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

.ef-discussion-topic .media-body-content h2,
.ef-discussion-message .media-body-content h2 {
  margin: 0;
  font-size: 17.5px;
}

.ef-discussion-footer {
  margin: 10px 0 10px 0;
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

.ef-discussion-footer:before {
  content: "— ";
}

.ef-message-replies {
  list-style-type: none;
}

.ef-discussion-topic .ef-edit-body {
  width: 100%;
  border: 1px solid darkgrey;
  border-radius: 2px;
  padding: 2px;
}

.ef-file-uploader {
  width: 200px;
  height: 30px;
  margin-left: 10px;
}
.ef-file-uploader .progress-bar {
  line-height: 30px;
}

ul.dropdown-menu {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 15px;
}
ul.dropdown-menu li button:not(.bookmarks-button) {
  display: block;
  width: 100%; /* needed for display:block to work properly */
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  border: none;
  background: none;
  text-align: left;
  letter-spacing: inherit;
}
ul.dropdown-menu li button:focus {
  background-color: #f5f5f5;
}
ul.dropdown-menu li button:hover {
  background-color: #ddd;
}
ul.dropdown-menu li a.ef-language-tag,
ul.dropdown-menu li a.ef-delete-translation {
  display: inline-block; /* Multilingual 'Delete translation' button needs this */
}
ul.dropdown-menu li a.ef-language-tag {
  width: 80%;
}
ul.dropdown-menu li a.ef-delete-translation {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  width: 20%;
}
ul.dropdown-menu li a.ef-delete-translation:hover, ul.dropdown-menu li a.ef-delete-translation:focus {
  background-color: #b7b7b7;
}

.ef-multilingual-selector li:hover, .ef-multilingual-selector li:focus {
  background-color: #ddd;
}

.popover {
  min-width: 200px;
}

#ef-cart-sign-in, #ef-cart-sign-up {
  margin: 2px;
}

.ef-cart-table-header h2 {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
}

#ef-cart-payment-table th {
  padding: 10px 15px;
  width: 100%;
}

.ef-braintree-request-payment {
  display: block;
  margin-left: auto;
}

.ef-payment-handles {
  padding: 15px 15px 0px 15px;
}
.ef-payment-handles button {
  margin-top: 10px;
}

#ef-leaderboard-dialog div.modal-body {
  padding-left: 0px;
  padding-right: 0px;
}
#ef-leaderboard-dialog .widget-screen1-row {
  font-size: 0px;
  border-bottom: 1px solid #f3f3f3;
  -webkit-transition: background-color 0.1s ease;
  -o-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}
#ef-leaderboard-dialog .widget-screen1-row:hover {
  background-color: #f8f8f8;
}
#ef-leaderboard-dialog .widget-screen1-row:last-child {
  border-bottom: 0px none;
}
#ef-leaderboard-dialog .widget-screen1-row span {
  font-size: 14px;
}
#ef-leaderboard-dialog .widget-screen1-row span.gamification-ranking span {
  margin-right: 10px;
}
#ef-leaderboard-dialog .widget-screen1-row span:first-child {
  padding-left: 15px;
}
#ef-leaderboard-dialog .widget-screen1-row span:last-child {
  padding-right: 15px;
}
#ef-leaderboard-dialog table.table {
  margin: 0px;
}
#ef-leaderboard-dialog table.table thead tr th, #ef-leaderboard-dialog table.table thead tr td, #ef-leaderboard-dialog table.table tbody tr th, #ef-leaderboard-dialog table.table tbody tr td {
  padding: 8px 12px;
}
#ef-leaderboard-dialog table.table thead tr th {
  border-bottom: 1px solid #f1f1f1;
}
#ef-leaderboard-dialog table.table tbody tr td {
  vertical-align: middle;
}
#ef-leaderboard-dialog div.widget-content {
  padding: 0px 15px;
}
#ef-leaderboard-dialog div.widget-content .media {
  padding: 5px 0px;
}
#ef-leaderboard-dialog div.widget-content .media .media-left {
  padding-left: 10px;
}
#ef-leaderboard-dialog div.widget-footer {
  padding: 15px 15px 5px 15px;
}

.tuck-right {
  margin-left: 15px !important;
}

#ef-signatures-page .signatures-info {
  padding: 15px;
}
#ef-signatures-page h1 {
  margin-top: 0;
  font-size: 25px;
}
#ef-signatures-page .ef-preview-signature-file, #ef-signatures-page .ef-remove-signature-file {
  margin: 5px !important;
}

.ef-question-empty_spaces input.form-control {
  padding-left: 12px;
  padding-right: 12px;
}

.feedback-on {
  display: block;
}

.feedback-off {
  display: none;
}

.ef-ordering-question-table {
  width: 100%;
  border-collapse: separate;
}
.ef-ordering-question-table th {
  font-weight: normal;
}
.ef-ordering-question-table td {
  width: 30px;
}

.ef-ordering-placeholder {
  display: block;
  height: 30px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px #888;
  -moz-box-shadow: 0px 0px 10px #888;
  box-shadow: 0px 0px 10px #888;
}

.ef-ordering-option-picked {
  outline: none;
  -webkit-box-shadow: 0px 0px 10px #888;
  -moz-box-shadow: 0px 0px 10px #888;
  box-shadow: 0px 0px 10px #888;
}

.ef-ordering-arrow {
  margin-right: 10px;
  color: #717169;
}

.ef-question-drag_drop .tl-drag-and-drop-cell-wrapper {
  position: relative;
}
.ef-question-drag_drop ul.ef-drag-and-drop-question-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ef-question-drag_drop ul.ef-drag-and-drop-popup {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 1;
  padding: 0;
  min-width: 100px;
  list-style: none;
  background: white;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
.ef-question-drag_drop ul.ef-drag-and-drop-popup > li {
  padding: 10px;
}
.ef-question-drag_drop ul.ef-drag-and-drop-popup > li[aria-selected=true] {
  background-color: #dddddd;
}
.ef-question-drag_drop .tl-left-cell-answer {
  padding-right: 30px;
}
.ef-question-drag_drop .ef-drag-and-drop-btn {
  position: absolute;
  top: 13px;
  right: 20px;
  font-size: 14px;
  color: #717169;
}

.infographic-report {
  padding: 30px 30px 30px 30px;
}
.infographic-report [id^=ef-chart-] {
  width: 100%;
  height: 220px;
  max-height: 330px;
  margin: auto;
  position: inherit;
}
.infographic-report .section-title {
  font-size: 24px;
  line-height: 50px;
  text-transform: uppercase;
}
.infographic-report .section {
  min-height: 300px;
}
.infographic-report .item-text {
  font-size: 16px;
  text-transform: lowercase;
}
.infographic-report .section-content, .infographic-report .item-row {
  text-align: center;
}
.infographic-report .section-title {
  padding-top: 15px;
}
.infographic-report .section-content {
  padding: 25px 50px 50px 50px;
}
.infographic-report .content-item {
  display: inline-block;
  float: none;
  margin: 15px -4px;
  border: 25px;
  vertical-align: middle;
}
.infographic-report .item-icon {
  font-size: 68px;
  width: 75px;
  line-height: 60px;
  margin: 0 auto;
}
.infographic-report .item-data {
  display: block;
  font-size: 40px;
  margin-top: 10px;
  font-weight: 600;
  line-height: initial;
}
.infographic-report .leaderboard-image {
  width: 100%;
  margin-bottom: -12em;
}
.infographic-report .leaderboard-podium {
  font-size: 16px;
  font-weight: 300;
  line-height: initial;
}
.infographic-report .podium-1 {
  position: relative;
  bottom: 4em;
}
.infographic-report .podium-2 {
  position: absolute;
  bottom: 1em;
  left: 0;
  margin-left: 7%;
}
.infographic-report .podium-3 {
  position: absolute;
  bottom: 0.3em;
  right: 0;
  margin-right: 7%;
}
.infographic-report .title {
  min-height: 300px;
}
.infographic-report .title-name {
  font-size: 44px;
  line-height: 50px;
  margin-bottom: 15px;
}
.infographic-report .title-date {
  font-size: 24px;
  line-height: 50px;
  margin-bottom: 25px;
}
.infographic-report .title-branch {
  font-size: 24px;
  line-height: 50px;
}
.infographic-report .title-wrapper {
  margin: 50px;
}

.ef-pm-title {
  border-bottom: 1px solid #eaeaea;
  margin: 0;
  padding-bottom: 5px;
}

.ef-pm-title-row {
  display: flex;
  justify-content: space-between;
}
.ef-pm-title-row .ef-pm-title {
  width: 100%;
}
.ef-pm-title-row .btn-group {
  min-width: max-content;
}

.text-warning {
  color: #a0610a;
}

.text-muted {
  color: #6f6f6f;
}

#sessionDetails #session-data small, #sessionDetails #event-data small, #eventDetails #session-data small, #eventDetails #event-data small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
#sessionDetails #session-data hr, #sessionDetails #event-data hr, #eventDetails #session-data hr, #eventDetails #event-data hr {
  margin: 5px 0 10px 0;
  padding: 0;
}

.ef-calendar-description {
  padding-top: 10px;
  word-wrap: break-word;
  overflow-y: scroll;
  max-height: 200px;
}

.ef-content-tags {
  font-size: 11px;
  line-height: 14px;
  font-style: italic;
  color: #6B6B6B;
  cursor: default;
}
.ef-content-tags .fa.fa-tag {
  color: #949494;
}
.ef-content-tags span, .ef-content-tags a:link, .ef-content-tags a:visited {
  cursor: pointer;
  color: #6B6B6B;
  text-decoration: none;
}
.ef-content-tags span:hover, .ef-content-tags a:link:hover, .ef-content-tags a:visited:hover {
  color: #909090;
}
.ef-content-tags.ef-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ef-content-tags.ef-hoverable:hover {
  color: #909090;
}
.ef-content-tags.ef-hoverable:hover span, .ef-content-tags.ef-hoverable:hover a:link, .ef-content-tags.ef-hoverable:hover a:visited {
  color: #909090;
}
.ef-content-tags.ef-content-tags-datatable {
  width: 528px;
  cursor: pointer;
}
.ef-content-tags.ef-content-tags-course-dashboard {
  margin-top: 10px;
  margin-bottom: -10px;
}
.ef-content-tags.ef-content-tags-dashboard-unit {
  margin: -5px 0 10px 54px;
  white-space: normal;
}
.ef-content-tags.ef-content-tags-catalog {
  cursor: pointer;
  margin: 5px 10px 5px 10px;
}
.ef-content-tags.ef-content-tags-catalog.ef-catalog-span {
  white-space: unset;
  overflow-y: auto;
  text-overflow: unset;
  height: 100%;
  margin: 0;
  padding: 10px;
  cursor: unset;
}
.ef-content-tags.ef-content-tags-catalog.ef-catalog-span:hover {
  color: #6B6B6B;
}
.ef-content-tags.ef-content-tags-catalog.ef-catalog-span span, .ef-content-tags.ef-content-tags-catalog.ef-catalog-span a:link, .ef-content-tags.ef-content-tags-catalog.ef-catalog-span a:visited {
  color: #6B6B6B;
}
.ef-content-tags.ef-content-tags-catalog.ef-catalog-span span:hover, .ef-content-tags.ef-content-tags-catalog.ef-catalog-span a:link:hover, .ef-content-tags.ef-content-tags-catalog.ef-catalog-span a:visited:hover {
  color: #909090;
}

.ef-test-navigation {
  line-height: 1;
  font-size: 18px;
  float: right;
}
.ef-test-navigation > * {
  vertical-align: middle;
}

.ef-test-navigation-handle {
  font-size: 24px;
}

.ef-course-announcement-block {
  border: 0;
  padding-left: 0;
}

.ef-course-announcement-action-icon {
  margin: 0 !important;
}

.ef-course-announcement-view {
  border: 0;
  border-radius: 0;
  padding: 0;
}

.ef-course-announcement-actions {
  font-size: 13px;
}

.ef-course-announcement-even {
  background-color: rgba(0, 0, 0, 0.05);
}

.ef-course-announcement-body {
  padding-left: 15px !important;
}
.ef-course-announcement-body img {
  max-width: 100%;
}

.ef-gradebook-title-uppercase {
  margin: 0 0 25px 0;
  text-transform: uppercase;
}

.ef-gradebook-learner-title {
  margin-left: 10px;
  margin-top: 30px;
  font-size: 25px;
}

.ef-grades-block {
  padding: 20px;
}
.ef-grades-block .ef-grades-buttons-container {
  width: min-content;
  margin-left: auto;
  white-space: nowrap;
}
.ef-grades-block .ef-grades-course-name {
  margin: 0 0 10px 0;
}
.ef-grades-block .ef-grades-lesson-name {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.ef-grades-block .ef-grades-lesson-name.mb-10 {
  margin-bottom: 10px;
}
.ef-grades-block .ef-grades-spacer {
  height: 40px;
}
.ef-grades-block .ef-grades-no-units {
  font-style: italic;
  font-size: 16px;
  margin: 20px;
}
.ef-grades-block .ef-grades-table tr {
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.ef-grades-block .ef-grades-table tr.oddRowColor {
  background: #f0f1f4;
}
.ef-grades-block .ef-grades-table tr.oddRowColor:hover {
  background: #e6e7e9;
}
.ef-grades-block .ef-grades-table tr.evenRowColor {
  background: #ffffff;
}
.ef-grades-block .ef-grades-table tr.evenRowColor:hover {
  background: #f9f8f8;
}
.ef-grades-block .ef-grades-table tr td, .ef-grades-block .ef-grades-table tr th {
  padding: 8px;
  line-height: 35px !important;
  vertical-align: middle !important;
  border-color: transparent;
  font-size: 14px;
}
.ef-grades-block .ef-grades-table tr td.width100, .ef-grades-block .ef-grades-table tr th.width100 {
  width: 100px;
}
.ef-grades-block .ef-grades-table tr td.width150, .ef-grades-block .ef-grades-table tr th.width150 {
  width: 150px;
}
.ef-grades-block .ef-grades-search-container {
  width: 100%;
  font-size: 14px;
}
.ef-grades-block .ef-grades-search-container i.fa-search {
  position: absolute;
  top: 2px;
  padding: 8px 10px;
  color: #666;
  z-index: 2;
}
.ef-grades-block .ef-grades-search-container #ef-grades-searchbox-selectized {
  border: 1px solid #a7a7a7;
  width: 100% !important;
  max-width: 400px;
  padding: 7px 7px 7px 35px;
  border-radius: 4px;
  padding-left: 20px !important;
}
.ef-grades-block .ef-grades-search-container .selectize-dropdown-content {
  min-height: 20px !important;
}
.ef-grades-block .ef-grades-review-items {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 992px) {
  .ef-grades-block .ef-grades-review-items {
    justify-content: center;
    margin-top: 20px;
  }
}
.ef-grades-block .ef-grades-review-items .ef-grades-review-items-left {
  display: inline-block;
}
.ef-grades-block .ef-grades-review-items .ef-grades-review-items-right {
  display: inline-block;
  white-space: nowrap;
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
}
.ef-grades-block .ef-grades-review-items .ef-grades-review-items-right span {
  font-weight: bold;
  color: #7a89b5;
}
.ef-grades-block .ef-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#courseGradesTable {
  border-collapse: separate;
}
#courseGradesTable th, #courseGradesTable td {
  width: 65px;
  min-width: 65px;
}
#courseGradesTable th.width-100, #courseGradesTable td.width-100 {
  max-width: 100px;
}
#courseGradesTable th.ef-grades-sticky-left, #courseGradesTable td.ef-grades-sticky-left {
  position: sticky;
  left: 0px;
  background: inherit;
  z-index: 1;
}
#courseGradesTable th.ef-grades-learner-col, #courseGradesTable td.ef-grades-learner-col {
  width: 100%;
  min-width: 200px;
}
#courseGradesTable th.ef-grades-sticky-left {
  background-color: white;
}
#courseGradesTable .ef-grades-table-lesson {
  color: #9c9c9c;
}
#courseGradesTable th {
  font-size: 12px;
  vertical-align: bottom !important;
}
#courseGradesTable th.min-width-70 {
  min-width: 70px !important;
}
#courseGradesTable th.row-header {
  width: auto;
}
#courseGradesTable th.ef-grades-rotate-45 {
  height: 140px;
  position: relative;
  vertical-align: bottom;
  padding: 0;
  line-height: 0.8;
}
#courseGradesTable th.ef-grades-rotate-45 > div {
  position: relative;
  top: 0px;
  left: 71px;
  height: 100%;
  -ms-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  transform: skew(-45deg, 0deg);
  overflow: hidden;
  border-left: 1px solid #dddddd;
}
#courseGradesTable th.ef-grades-rotate-45 > div:last-of-type {
  border-right: 1px solid #dddddd;
}
#courseGradesTable th.ef-grades-rotate-45 span {
  -ms-transform: skew(45deg, 0deg) rotate(315deg);
  -moz-transform: skew(45deg, 0deg) rotate(315deg);
  -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  -o-transform: skew(45deg, 0deg) rotate(315deg);
  transform: skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 50px;
  left: -25px;
  display: inline-block;
  width: 165px;
  text-align: left;
  left: 50%;
  margin-left: -83px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#courseGradesTable td {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#courseGradesTable td:last-of-type {
  border-right: 1px solid #dddddd;
}
#courseGradesTable td.no-vertical-border {
  border-left: 0;
  border-right: 0;
}
#courseGradesTable td.ef-grades-course-unit-passed {
  background-color: #e5f5e5;
}
#courseGradesTable td.ef-grades-course-unit-failed {
  background-color: #f9e7e7;
}
#courseGradesTable th.ef-grades-col-border > div {
  border-right: 3px solid #d4d4d4 !important;
}
#courseGradesTable td.ef-grades-col-border {
  border-right: 2px solid #d4d4d4;
}

.ef-grades-test-dialog {
  width: 99%;
}
@media only screen and (min-width: 1050px) {
  .ef-grades-test-dialog {
    max-width: 1050px;
  }
}

.ef-grades-review-filters {
  padding: 10px;
}
.ef-grades-review-filters form {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .ef-grades-review-filters form {
    justify-content: center;
  }
}
.ef-grades-review-filters form .form-group {
  display: inline-block;
  margin: 0;
}
.ef-grades-review-filters form .form-group label {
  display: none;
}
.ef-grades-review-filters form .form-group .ef-form-element {
  padding-left: 0;
  width: 230px;
}
@media only screen and (max-width: 992px) {
  .ef-grades-review-filters form .form-group .ef-form-element {
    margin-bottom: 10px;
  }
}
.ef-grades-review-filters form .form-group .ef-form-element input {
  width: 100% !important;
}
.ef-grades-review-filters form .form-group .ef-daterange {
  padding-right: 12px;
  height: 36px;
}

.ef-tl-container {
  padding: 20px;
}
.ef-tl-container.ef-tl-modal {
  padding: 0;
}
.ef-tl-container .ef-tl-main-title-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.ef-tl-container .ef-tl-main-title-container .ef-tl-main-title {
  display: inline-block;
  margin: 0;
}
.ef-tl-container .ef-tl-main-title-container .ef-tl-info-btn {
  margin-left: 20px;
}
.ef-tl-container .ef-tl-main-title-container .ef-tl-info-btn .fa {
  display: inline-block;
}
.ef-tl-container .ef-tl-main-title-container .ef-tl-info-btn span:hover {
  text-decoration: underline;
}
.ef-tl-container .ef-tl-collection-name {
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ef-tl-container .ef-tl-title-container {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}
.ef-tl-container .ef-tl-title-container .ef-tl-title {
  display: inline;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 500;
}
.ef-tl-container .ef-tl-description {
  margin-top: 26px;
}
@media (max-width: 768px) {
  .ef-tl-container .ef-tl-description iframe {
    width: 100%;
  }
}
.ef-tl-container .ef-tl-no-underline {
  text-decoration: none;
}
.ef-tl-container .ef-tl-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ef-tl-container .ef-tl-no-padding {
  padding: 0 !important;
}
.ef-tl-container .ef-tl-avatar {
  border-radius: 3px;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
@media (max-width: 768px) {
  .ef-tl-container .ef-tl-avatar {
    margin-left: auto;
    margin-right: auto;
  }
}
.ef-tl-container .ef-tl-btn {
  margin-top: 10px;
  color: white;
}
.ef-tl-container .ef-tl-btn .caret {
  margin-left: 5px;
}
.ef-tl-container .ef-tl-btn.ef-tl-read-more-btn {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.ef-tl-container .ef-tl-btn.ef-tl-no-access-popover {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.ef-tl-container .ef-tl-toolbar-items {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 768px) {
  .ef-tl-container .ef-tl-toolbar-items {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-toolbar-item {
  display: inline-block;
  margin-right: 20px;
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-toolbar-item.ef-tl-order-btn-container {
  width: max-content;
  margin-top: 0;
  line-height: 30px;
}
@media (max-width: 500px) {
  .ef-tl-container .ef-tl-toolbar-items #ef-tl-get-all-btn {
    display: none;
  }
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-filter {
  width: 30px;
  min-height: 36px;
  margin: 0;
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-filter.ef-tl-expanded {
  width: 300px;
  margin-right: 0;
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-filter .ef-tl-filter-select-container {
  width: 300px;
  height: 100%;
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-filter .ef-tl-filter-select-container .selectize-input {
  padding-right: 30px;
}
.ef-tl-container .ef-tl-toolbar-items .ef-tl-filter #ef-tl-filter-btn {
  z-index: 1;
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 24px;
}
.ef-tl-container .ef-tl-list .ef-tl-card {
  border-radius: 3px;
  padding: 20px;
  display: flex;
}
.ef-tl-container .ef-tl-list .ef-tl-card.oddRowColor {
  background-color: #f2f2f2;
}
.ef-tl-container .ef-tl-list .ef-tl-card:hover {
  background-color: #d7dee9;
}
.ef-tl-container .ef-tl-list .ef-tl-card .ef-tl-card-left {
  width: 200px;
  flex: 0 0 200px;
  margin-right: 20px;
}
.ef-tl-container .ef-tl-list .ef-tl-card .ef-tl-card-right {
  min-width: 0;
}
.ef-tl-container .ef-tl-list .ef-tl-card .ef-tl-card-right .ef-tl-title-container {
  margin-top: 10px;
}
.ef-tl-container .ef-tl-list .ef-tl-card .ef-tl-card-right .ef-tl-description {
  margin-top: 10px;
}
.ef-tl-container .ef-tl-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin-top: 20px;
}
.ef-tl-container .ef-tl-pagination .ef-tl-previous-page-btn,
.ef-tl-container .ef-tl-pagination .ef-tl-next-page-btn {
  text-transform: uppercase;
}
.ef-tl-container .ef-tl-list-toolbar {
  margin-top: 25px;
  margin-bottom: 15px;
}
.ef-tl-container .ef-tl-list-toolbar .ef-tl-search-container {
  width: 100%;
  font-size: 14px;
}
.ef-tl-container .ef-tl-list-toolbar .ef-tl-search-container i.fa {
  position: absolute;
  top: 2px;
  padding: 8px 10px;
  color: #666;
  z-index: 2;
}
.ef-tl-container .ef-tl-list-toolbar .ef-tl-search-container #ef-tl-searchbox {
  border: 1px solid #a7a7a7;
  width: 100%;
  max-width: 385px;
  padding: 7px 7px 7px 35px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .ef-tl-container .ef-tl-list-toolbar .ef-tl-search-container #ef-tl-searchbox {
    max-width: 100%;
  }
}
.ef-tl-container .ef-tl-course-page .ef-tl-col {
  padding: 10px;
}
.ef-tl-container .ef-tl-course-page .ef-tl-title {
  font-size: 26px;
}
.ef-tl-container .ef-tl-course-page .ef-tl-code {
  font-size: 16px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .ef-tl-container .ef-tl-course-page .ef-tl-btn .btn, .ef-tl-container .ef-tl-course-page .ef-tl-btn.btn {
    font-size: 12px;
  }
}

.ef-tl-loading-modal .ef-tl-loading {
  display: inline-block;
  width: 100px;
}
.ef-tl-loading-modal .ef-tl-loading span {
  font-size: 36px !important;
  margin: 20px;
  display: inline-block;
  color: #444;
}

.fa.disabled,
.fa[disabled],
.disabled > .fa,
[disabled] > .fa {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

span.ajaxHandle {
  cursor: pointer;
  color: #000000;
}

.changelog div.ef-block-content {
  padding-left: 20px;
  padding-right: 20px;
}

.ef-content-order-form {
  padding: 1em;
}

.ef-content-order-tree {
  margin-bottom: 2em;
}
.ef-content-order-tree .ef-content-order-row {
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  align-items: center;
  min-height: 3.5em;
  color: #444;
  padding: 0 0.7em;
}
@media (max-width: 768px) {
  .ef-content-order-tree .ef-content-order-row {
    flex-flow: row wrap;
    justify-content: end;
  }
}
.ef-content-order-tree .ef-content-order-row .name {
  padding-left: calc(var(--content-order-tree-level) * 1em);
  margin: 0.7em 0;
  flex: 1 1 0;
  min-width: 50%;
}
.ef-content-order-tree .ef-content-order-row .actions {
  flex: 0 0 10em;
  display: flex;
  flex-flow: row nowrap;
  gap: 0.5em;
}
.ef-content-order-tree .ef-content-order-row .actions .action-button {
  width: 2em;
  padding: 0.3em;
  font-size: 1.2em;
}
.ef-content-order-tree .ef-content-order-row .actions .action-button[aria-disabled] {
  color: lightgray;
  cursor: default;
}
.ef-content-order-tree .ef-content-order-row .handle-placeholder {
  display: inline-block;
  width: 1.5em;
  font-size: 1.3em;
  color: #6e6e6e;
}
.ef-content-order-tree .ef-content-order-row[aria-expanded=true] .ef-expand-collapse-handle {
  transform: rotate(90deg);
}
.ef-content-order-tree .ef-content-order-row:not([aria-expanded]) .ef-expand-collapse-handle {
  color: lightgray;
  transform: rotate(90deg);
}
.ef-content-order-tree .ef-content-order-row:not(.lesson) {
  border-top: 1px solid #ccc;
}
.ef-content-order-tree .ef-content-order-row.lesson ~ .children-container > .row-and-children-container:last-child > .ef-content-order-row:not(.lesson) {
  border-bottom: 1px solid #ccc;
}
.ef-content-order-tree .row-and-children-container:nth-child(2n+1) > .ef-content-order-row.lesson {
  background-color: #f0f1f4;
}
.ef-content-order-tree .children-container {
  /*border-left: 1px solid #ccc;*/
  /*margin-left: 1em;*/
}
.ef-content-order-tree .children-container.collapsed {
  display: none;
}

/* Switch Default */
/* Switch Light */
/* Switch Dark */
/* Switch Success */
/* Switch Danger */
/* Switch Primary */
/* Switch Info */
/* Switch Warning */
.checkbox.checkbox-switch {
  padding-left: 0;
}
.checkbox.checkbox-switch label {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.checkbox.checkbox-switch label input {
  display: none;
}
.checkbox.checkbox-switch label i {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: rgb(255, 255, 255);
  border-color: rgb(223, 223, 223);
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox.checkbox-switch label i:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  content: " ";
  top: 0;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox.checkbox-switch label > input:checked + i {
  background-color: rgb(180, 182, 183);
  border-color: rgb(180, 182, 183);
  box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch label > input:checked + i:before {
  left: 17px;
}
.checkbox.checkbox-switch label > input:checked:disabled + i {
  background-color: rgb(220, 220, 220);
  border-color: rgb(220, 220, 220);
  box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch label > input:disabled + i {
  background-color: rgb(232, 235, 238);
  border-color: rgb(255, 255, 255);
}
.checkbox.checkbox-switch label > input:disabled + i:before {
  background-color: rgb(248, 249, 250);
  border-color: rgb(243, 243, 243);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.checkbox-inline.checkbox-switch {
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.checkbox-inline.checkbox-switch input {
  display: none;
}
.checkbox-inline.checkbox-switch i {
  width: 35px;
  border-radius: 20px;
  height: 18px;
  border: 1px solid #dbdbdb;
  background-color: rgb(255, 255, 255);
  border-color: rgb(223, 223, 223);
  box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.checkbox-inline.checkbox-switch i:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  content: " ";
  top: 0;
  position: relative;
  left: 0;
  transition: all 0.3s ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.checkbox-inline.checkbox-switch > input:checked + i {
  background-color: rgb(180, 182, 183);
  border-color: rgb(180, 182, 183);
  box-shadow: rgb(180, 182, 183) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch > input:checked + i:before {
  left: 17px;
}
.checkbox-inline.checkbox-switch > input:checked:disabled + i {
  background-color: rgb(220, 220, 220);
  border-color: rgb(220, 220, 220);
  box-shadow: rgb(220, 220, 220) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch > input:disabled + i {
  background-color: rgb(232, 235, 238);
  border-color: rgb(255, 255, 255);
}
.checkbox-inline.checkbox-switch > input:disabled + i:before {
  background-color: rgb(248, 249, 250);
  border-color: rgb(243, 243, 243);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.checkbox.checkbox-switch.switch-light label > input:checked + i {
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
  box-shadow: rgb(248, 249, 250) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-inline.checkbox-switch.switch-light > input:checked + i {
  background-color: rgb(248, 249, 250);
  border-color: rgb(248, 249, 250);
  box-shadow: rgb(248, 249, 250) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch.switch-dark label > input:checked + i {
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
  box-shadow: rgb(52, 58, 64) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch.switch-dark label > input:checked:disabled + i {
  background-color: rgb(100, 102, 104);
  border-color: rgb(100, 102, 104);
  box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-inline.checkbox-switch.switch-dark > input:checked + i {
  background-color: rgb(52, 58, 64);
  border-color: rgb(52, 58, 64);
  box-shadow: rgb(52, 58, 64) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch.switch-dark > input:checked:disabled + i {
  background-color: rgb(100, 102, 104);
  border-color: rgb(100, 102, 104);
  box-shadow: rgb(100, 102, 104) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch.switch-success label > input:checked + i {
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
  box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch.switch-success label > input:checked:disabled + i {
  background-color: rgb(153, 217, 168);
  border-color: rgb(153, 217, 168);
  box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

.checkbox-inline.checkbox-switch.switch-success > input:checked + i {
  background-color: rgb(40, 167, 69);
  border-color: rgb(40, 167, 69);
  box-shadow: rgb(40, 167, 69) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch.switch-success > input:checked:disabled + i {
  background-color: rgb(153, 217, 168);
  border-color: rgb(153, 217, 168);
  box-shadow: rgb(153, 217, 168) 0px 0px 0px 8px inset;
}

.checkbox.checkbox-switch.switch-danger label > input:checked + i {
  background-color: rgb(200, 35, 51);
  border-color: rgb(200, 35, 51);
  box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch.switch-danger label > input:checked:disabled + i {
  background-color: rgb(216, 119, 129);
  border-color: rgb(216, 119, 129);
  box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-inline.checkbox-switch.switch-danger > input:checked + i {
  background-color: rgb(200, 35, 51);
  border-color: rgb(200, 35, 51);
  box-shadow: rgb(200, 35, 51) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch.switch-danger > input:checked:disabled + i {
  background-color: rgb(216, 119, 129);
  border-color: rgb(216, 119, 129);
  box-shadow: rgb(216, 119, 129) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch.switch-primary label > input:checked + i {
  background-color: var(--c-brand-primary);
  border-color: var(--c-brand-primary);
  box-shadow: var(--c-brand-primary) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch.switch-primary label > input:checked:disabled + i {
  background-color: rgb(109, 163, 221);
  border-color: rgb(109, 163, 221);
  box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-inline.checkbox-switch.switch-primary > input:checked + i {
  background-color: rgb(0, 105, 217);
  border-color: rgb(0, 105, 217);
  box-shadow: rgb(0, 105, 217) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch.switch-primary > input:checked:disabled + i {
  background-color: rgb(109, 163, 221);
  border-color: rgb(109, 163, 221);
  box-shadow: rgb(109, 163, 221) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch.switch-info label > input:checked + i {
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
  box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch.switch-info label > input:checked:disabled + i {
  background-color: rgb(102, 192, 206);
  border-color: rgb(102, 192, 206);
  box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-inline.checkbox-switch.switch-info > input:checked + i {
  background-color: rgb(23, 162, 184);
  border-color: rgb(23, 162, 184);
  box-shadow: rgb(23, 162, 184) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch.switch-info > input:checked:disabled + i {
  background-color: rgb(102, 192, 206);
  border-color: rgb(102, 192, 206);
  box-shadow: rgb(102, 192, 206) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox.checkbox-switch.switch-warning label > input:checked + i {
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
  box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox.checkbox-switch.switch-warning label > input:checked:disabled + i {
  background-color: rgb(226, 195, 102);
  border-color: rgb(226, 195, 102);
  box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

.checkbox-inline.checkbox-switch.switch-warning > input:checked + i {
  background-color: rgb(255, 193, 7);
  border-color: rgb(255, 193, 7);
  box-shadow: rgb(255, 193, 7) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}
.checkbox-inline.checkbox-switch.switch-warning > input:checked:disabled + i {
  background-color: rgb(226, 195, 102);
  border-color: rgb(226, 195, 102);
  box-shadow: rgb(226, 195, 102) 0px 0px 0px 8px inset;
  transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
}

[dir=rtl] .checkbox.checkbox-switch label > input:checked + i:before {
  left: 0;
  right: 17px;
}

.new_ui-bullhorn {
  background-color: #226ab5;
}
.new_ui-bullhorn.active {
  background-color: #000000;
}
.new_ui-bullhorn button {
  background-color: transparent;
  color: #fff !important;
}
.new_ui-bullhorn button.btn.dropdown-item {
  padding: 10px 12px;
}
.new_ui-bullhorn button.btn.dropdown-item:hover {
  background-color: #283340;
}
.new_ui-bullhorn button i {
  opacity: 1 !important;
}
.new_ui-bullhorn button .badge {
  font-size: 9px;
  position: relative;
  top: -8px;
  left: 2px;
  background: green;
}

.ui-toggler .badge {
  background-color: green;
  position: relative;
  top: -10px;
}

.ef-template-new {
  font-size: 14px;
}
.ef-template-new .ef-block {
  border-radius: var(--border-radius);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
.ef-template-new .ef-block .table-responsive {
  border-radius: var(--border-radius);
}
.ef-template-new .btn {
  border-radius: var(--border-radius);
}

.tabulator--ef-theme {
  padding: 8px 15px 15px 15px;
  border-radius: var(--border-radius);
}
.tabulator--ef-theme .tabulator-header {
  border: 0 !important;
}
.tabulator--ef-theme .checkbox.checkbox-switch {
  text-align: left;
  margin: 0 auto;
  display: table;
}
.tabulator--ef-theme .tabulator-footer {
  border: 0 !important;
  margin-top: 20px;
}
.tabulator--ef-theme .tabulator-footer .tabulator-footer-contents {
  flex-direction: row-reverse !important;
}
.tabulator--ef-theme .tabulator-footer .tabulator-footer-contents .tabulator-paginator {
  text-align: left;
}
.tabulator--ef-theme .tabulator-row {
  border-bottom: 0;
  border-radius: var(--border-radius);
  margin-bottom: 3px;
}
.tabulator--ef-theme .tabulator-row.tabulator-row-even {
  background-color: var(--c-gray-light);
}
.tabulator--ef-theme .course_name {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.tabulator--ef-theme .course_name__thumb {
  width: 75px;
  height: 50px;
}
.tabulator--ef-theme .course_name__thumb img {
  border-radius: var(--border-radius);
  width: 75px;
  height: 50px;
  object-fit: cover;
  border: 1px solid var(--c-site-secondary);
}
.tabulator--ef-theme .course_name__name {
  margin-left: 10px;
}
.tabulator--ef-theme .course_name__name label {
  margin-left: 5px;
}
.tabulator--ef-theme .tabulator-row:hover .operations--trigger {
  opacity: 1;
}
.tabulator--ef-theme .tabulator-row.disabled * {
  color: var(--c-brand-danger);
}
.tabulator--ef-theme .tabulator-row.disabled label {
  color: #ffffff;
}
.tabulator--ef-theme .tabulator-row.disabled label .normalPrice {
  color: #ffffff;
}
.tabulator--ef-theme .tabulator-row .operations--trigger {
  opacity: 0;
  margin-right: 8px;
  margin-left: 8px;
  background: #e8ebef;
  border-radius: var(--border-radius);
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  top: 9%;
  height: 52px !important;
}
.tabulator--ef-theme .tabulator-row .operations--trigger button {
  padding: 0;
  border: 0;
}

.side-menu {
  position: fixed;
  top: 0;
  right: -100%;
  background: var(--c-site-primary);
  height: 100%;
  padding: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease, visibility 1s ease, right 1s ease;
}
.side-menu.active {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease, right 0.4s ease;
}
.side-menu .columns_customizer {
  height: calc(100vh - 200px);
  overflow-y: auto;
}
.side-menu .columns_customizer .checkbox.checkbox-switch {
  margin: 0;
}
.side-menu .columns_customizer .checkbox.checkbox-switch label {
  display: flex;
  justify-content: space-between;
}
.side-menu .columns_customizer .checkbox.checkbox-switch label span {
  margin: 0;
  padding-right: 15px;
}

.side_menu--backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 98;
}

.learning_paths select {
  font-size: 14px;
  padding: 5px 20px 5px 7px !important;
}
.learning_paths .toggle-side-menu {
  padding: 5px 5px 5px 7px;
}

.tabulator-select {
  background: transparent;
  border: 0;
  font-size: 14px;
  padding: 5px 20px 5px 7px !important;
}
.tabulator-select:hover {
  cursor: pointer;
}

span.label.label-ef-learning_paths {
  background-color: var(--c-brand-primary);
}
@media (max-width: 991px) {
  span.label.label-ef-learning_paths {
    max-width: 80px;
    white-space: break-spaces;
  }
}
span.label.label-ef-curriculum {
  margin-left: 10px;
}

.ef-entry-head-heading span.label.label-ef-learning_paths {
  margin-left: 10px;
}

[dir=rtl] .tabulator--ef-theme .checkbox.checkbox-switch {
  text-align: right;
}

/* temporary styling change, to showcase */
#learning_paths-table.tabulator--ef-theme .tabulator-row .operations--trigger {
  opacity: 1;
  margin: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
#learning_paths-table.tabulator--ef-theme .tabulator-row .operations--trigger a, #learning_paths-table.tabulator--ef-theme .tabulator-row .operations--trigger button {
  background: none;
}

/*# sourceMappingURL=layout.css.map */
