/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT AWESOME CORE
 * -------------------------- */

[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.icons-ul > li {
  position: relative;
}
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}
[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none;
}
.icon-muted {
  color: #eeeeee;
}
.icon-light {
  color: #ffffff;
}
.icon-dark {
  color: #333333;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  border-radius: 6px;
}
.icon-5x {
  font-size: 5em;
}
.icon-5x.icon-border {
  border-width: 5px;
  border-radius: 7px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit;
}
/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}
.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}
/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  animation: spin 2s infinite linear;
}
/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.icon-rotate-180:before {
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.icon-rotate-270:before {
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.icon-flip-horizontal:before {
  transform: scale(-1, 1);
}
.icon-flip-vertical:before {
  transform: scale(1, -1);
}
/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}

div.jGrowl {
	z-index: 			9999;
	color: 				#fff;
	font-size: 			12px;
}

/** Special IE6 Style Positioning **/
div.ie6 {
	position: 			absolute;
}

div.ie6.top-right {
	right: 				auto;
	bottom: 			auto;
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.top-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-right {
	left: 				expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.bottom-left {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

div.ie6.center {
	left: 				expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: 				expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 				100%;
}

/** Normal Style Positions **/
div.jGrowl {
	position:			absolute;
}

body > div.jGrowl {
	position:			fixed;
}

div.jGrowl.top-left {
	left: 				0px;
	top: 				0px;
}

div.jGrowl.top-right {
	right: 				0px;
	top: 				0px;
}

div.jGrowl.bottom-left {
	left: 				0px;
	bottom:				0px;
}

div.jGrowl.bottom-right {
	right: 				0px;
	bottom: 			0px;
}

div.jGrowl.center {
	top: 				0px;
	width: 				50%;
	left: 				25%;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: 		auto;
	margin-right: 		auto;
}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color: 		#000;
	opacity: 				.85;
	-ms-filter: 			"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
	filter: 				progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom: 					1;
	width: 					235px;
	padding: 				10px;
	margin-top: 			5px;
	margin-bottom: 			5px;
	font-family: 			Tahoma, Arial, Helvetica, sans-serif;
	font-size: 				1em;
	text-align: 			left;
	display: 				none;
	-moz-border-radius: 	5px;
	-webkit-border-radius:	5px;
}

div.jGrowl div.jGrowl-notification {
	min-height: 			40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 				10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: 			bold;
	font-size:				.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index:				99;
	float: 					right;
	font-weight: 			bold;
	font-size: 				1em;
	cursor:					pointer;
}

div.jGrowl div.jGrowl-closer {
	padding-top: 			4px;
	padding-bottom: 		4px;
	cursor: 				pointer;
	font-size:				.9em;
	font-weight: 			bold;
	text-align: 			center;
}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: 			none;
	}
}
body {
  width: 100%;
  height: 100%;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}
/* From https://github.com/jharding/typeahead.js-bootstrap.css */


.twitter-typeahead .tt-input,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}

.tt-menu {
  min-width: 160px;
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.tt-suggestion {
  display: block;
  padding: 3px 25px;
}

.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  color: #fff;
  background-color: #2c4452;
}

.tt-suggestion.tt-cursor a, .tt-suggestion:hover a {
  color: #fff;
}

.tt-suggestion p {
  margin: 0;
}
/*

*/
div.tagsinput { border:1px solid #CCC; background: #FFF; padding:5px; width:300px; height:100px; overflow-y: auto;}
div.tagsinput span.tag { border: 1px solid #a5d24a; -moz-border-radius:2px; -webkit-border-radius:2px; display: block; float: left; padding: 5px; text-decoration:none; background: #cde69c; color: #638421; margin-right: 5px; margin-bottom:5px;font-family: helvetica;  font-size:13px;}
div.tagsinput span.tag a { font-weight: bold; color: #82ad2b; text-decoration:none; font-size: 11px;  }
div.tagsinput input { width:80px; margin:0px; font-family: helvetica; font-size: 13px; border:1px solid transparent; padding:5px; background: transparent; color: #000; outline:0px;  margin-right:5px; margin-bottom:5px; }
div.tagsinput div { display:block; float: left; }
.tags_clear { clear: both; width: 100%; height: 0px; }
.not_valid {background: #FBD8DB !important; color: #90111A !important;}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit https://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/

.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	background-image: none;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Resizable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
/*!
 * jQuery UI Selectable 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
/*

 */

.ui-selectable {
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
/*!
 * jQuery UI Slider 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/slider/#theming
 */
/*

 */

.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
/*!
 * jQuery UI Tabs 1.14.1
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 *
 * https://api.jqueryui.com/tabs/#theming
 */
/*

 */

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
/*
 * jQuery File Upload UI Plugin CSS
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2010, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
/* line 14, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
  margin-bottom: 5px;
}

/* line 18, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.progress-animated .progress-bar,
.progress-animated .bar {
  background: url(/assets/progressbar.gif) !important;
  filter: none;
}

/* line 23, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-process {
  float: right;
  display: none;
}

/* line 27, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.fileupload-processing .fileupload-process,
.files .processing .preview {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/assets/loading.gif) center no-repeat;
  background-size: contain;
}

/* line 35, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
.files audio,
.files video {
  max-width: 300px;
}

@media (max-width: 767px) {
  /* line 41, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .fileupload-buttonbar .toggle,
.files .toggle,
.files .btn span {
    display: none;
  }
  /* line 46, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files .name {
    width: 80px;
    word-wrap: break-word;
  }
  /* line 50, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files audio,
.files video {
    max-width: 80px;
  }
  /* line 54, ../usr/local/bundle/gems/jquery-fileupload-rails-1.0.0/app/assets/stylesheets/jquery.fileupload-ui.scss */
  .files img,
.files canvas {
    max-width: 100%;
  }
}
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 5, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 12, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 26, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 57, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 61, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 73, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 77, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 89, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 94, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 115, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 120, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 138, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 156, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 167, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 172, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 176, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 181, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 202, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 211, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2.png) no-repeat 0 1px;
}

/* line 218, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 222, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 235, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/assets/select2.png) no-repeat 100% -22px;
  background: url(/assets/select2.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 259, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2.png) no-repeat -37px -22px;
  background: url(/assets/select2.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 269, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner.gif) no-repeat 100%;
  background: url(/assets/select2-spinner.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 277, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 286, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 302, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 314, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 319, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 323, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 327, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 331, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 343, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 353, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 358, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 363, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 369, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 373, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 387, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 388, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 389, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 390, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 391, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 392, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 393, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 395, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 400, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 405, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 409, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 414, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 426, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 432, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 438, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 442, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner.gif) no-repeat 100%;
}

/* line 446, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 450, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 457, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 464, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 470, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 477, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 495, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 499, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 503, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 507, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 514, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 518, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 522, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 528, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 542, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner.gif) no-repeat 100% !important;
}

/* line 546, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 550, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 580, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 585, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 588, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 592, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2.png) right top no-repeat;
}

/* line 604, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 609, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 613, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 618, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 621, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 626, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 633, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 640, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 646, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 651, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 665, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 669, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* line 681, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 690, ../usr/local/bundle/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* Cal-HeatMap CSS */


.cal-heatmap-container {
	display: block;
}

.cal-heatmap-container .graph
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.cal-heatmap-container .graph-label
{
	fill: #999;
	font-size: 10px
}

.cal-heatmap-container .graph, .cal-heatmap-container .graph-legend rect {
	shape-rendering: crispedges
}

.cal-heatmap-container .graph-rect
{
	fill: #ededed
}

.cal-heatmap-container .graph-subdomain-group rect:hover
{
	stroke: #000;
	stroke-width: 1px
}

.cal-heatmap-container .subdomain-text {
	font-size: 8px;
	fill: #999;
	pointer-events: none
}

.cal-heatmap-container .hover_cursor:hover {
	cursor: pointer
}

.cal-heatmap-container .qi {
	background-color: #999;
	fill: #999
}

/*
Remove comment to apply this style to date with value equal to 0
.q0
{
	background-color: #fff;
	fill: #fff;
	stroke: #ededed
}
*/

.cal-heatmap-container .q1
{
	background-color: #dae289;
	fill: #dae289
}

.cal-heatmap-container .q2
{
	background-color: #cedb9c;
	fill: #9cc069
}

.cal-heatmap-container .q3
{
	background-color: #b5cf6b;
	fill: #669d45
}

.cal-heatmap-container .q4
{
	background-color: #637939;
	fill: #637939
}

.cal-heatmap-container .q5
{
	background-color: #3b6427;
	fill: #3b6427
}

.cal-heatmap-container rect.highlight
{
	stroke:#444;
	stroke-width:1
}

.cal-heatmap-container text.highlight
{
	fill: #444
}

.cal-heatmap-container rect.now
{
	stroke: red
}

.cal-heatmap-container text.now
{
	fill: red;
	font-weight: 800
}

.cal-heatmap-container .domain-background {
	fill: none;
	shape-rendering: crispedges
}

.ch-tooltip {
	padding: 10px;
	background: #222;
	color: #bbb;
	font-size: 12px;
	line-height: 1.4;
	width: 140px;
	position: absolute;
	z-index: 99999;
	text-align: center;
	border-radius: 2px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	display: none;
	box-sizing: border-box;
}

.ch-tooltip::after{
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	content: "";
	padding: 0;
	display: block;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
    border-width: 6px 6px 0;
    border-top-color: #222;
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0,0,0,0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0,0,0,0.9);
  fill: rgba(0,0,0,0.9);
}
.flatpickr-months .flatpickr-prev-month.disabled,
.flatpickr-months .flatpickr-next-month.disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  left: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
/*
      /*rtl:begin:ignore*/
/*
      */
  right: 0;
/*
      /*rtl:end:ignore*/
/*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57,57,57,0.15);
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0,0,0,0.1);
}
.numInputWrapper span:active {
  background: rgba(0,0,0,0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57,57,57,0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57,57,57,0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0,0,0,0.5);
}
.numInputWrapper:hover {
  background: rgba(0,0,0,0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0,0,0,0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0,0,0,0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0,0,0,0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: flex;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0,0,0,0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57,57,57,0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57,57,57,0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57,57,57,0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*











*/

/* line 2, app/assets/stylesheets/global/actions.sass */
.actions_modal + .modal-backdrop ~ .modal {
  z-index: 1057;
}

/* line 4, app/assets/stylesheets/global/actions.sass */
.actions_modal + .modal-backdrop ~ .modal + .modal-backdrop {
  z-index: 1056;
}

/* line 6, app/assets/stylesheets/global/actions.sass */
.actions_modal + .modal-backdrop ~ .modal .modal-dialog {
  min-width: 610px;
  margin-top: 100px;
}

/* line 10, app/assets/stylesheets/global/actions.sass */
#actions_list {
  display: table;
  width: 100%;
}

/* line 15, app/assets/stylesheets/global/actions.sass */
.actions_modal .modal-content {
  background: #fcfcfc;
}

/* line 17, app/assets/stylesheets/global/actions.sass */
.actions_modal .action {
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}

/* line 20, app/assets/stylesheets/global/actions.sass */
.actions_modal .action a {
  font-weight: bold;
}

/* line 23, app/assets/stylesheets/global/actions.sass */
.actions_modal .action.disabled .action_icon {
  opacity: 0.6;
}

/* line 25, app/assets/stylesheets/global/actions.sass */
.actions_modal .action.disabled .action_text {
  color: rgba(0, 0, 0, 0.4);
}

/* line 28, app/assets/stylesheets/global/actions.sass */
.actions_modal .action_icon, .actions_modal .action_text {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}

/* line 32, app/assets/stylesheets/global/actions.sass */
.actions_modal .action_icon {
  width: 100px;
  text-align: center;
  border-right: 1px solid #E2E2E2;
}

/* line 36, app/assets/stylesheets/global/actions.sass */
.actions_modal .action_icon img {
  width: 32px;
  height: 32px;
}

/* line 39, app/assets/stylesheets/global/actions.sass */
.actions_modal .action_text {
  overflow: hidden;
  width: auto;
  padding-left: 15px;
}

/* line 43, app/assets/stylesheets/global/actions.sass */
.actions_modal .action .title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666;
}

/* line 49, app/assets/stylesheets/global/actions.sass */
.actions_modal .action[data-action="delete"] {
  border-bottom: 0;
}
/* line 3, app/assets/stylesheets/global/certificate.sass */
.certificate_popup table {
  width: auto;
  margin: 0;
}

/* line 7, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert {
  margin-top: 50px;
  border: 10px solid #54849C;
  padding: 5px;
  background-color: #f2f6f7;
  position: relative;
  z-index: 1;
}

/* line 16, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert-inner1 {
  border: 3px solid #54849C;
  padding: 10px;
}

/* line 21, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert-inner2 {
  border: 1px dotted #54849C;
  padding: 5px;
  background-image: url(/assets/certificate_watermark.png);
  background-repeat: no-repeat;
  background-position: -120px -120px;
  background-size: 370px;
  position: relative;
  z-index: 2;
}

/* line 32, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert-header {
  text-align: center;
}

/* line 36, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert-footer {
  padding: 30px 20px;
  background-image: url(/assets/certificate_bg.jpg);
  background-size: 20px 20px;
  position: relative;
}

/* line 42, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .name {
  font-family: 'Pacifico', cursive;
  font-size: 40px;
  border-bottom: 1px solid #ccc;
  margin: 20px 100px;
  padding-bottom: 10px;
}

/* line 51, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert-info {
  margin: 0 60px 20px 60px;
}

/* line 56, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .score {
  font-family: 'Comfortaa', cursive;
  font-size: 60px;
  color: #9bad3a;
  transform: rotate(348deg);
  position: absolute;
  top: 26px;
  right: 30px;
}

/* line 69, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .awarded-by-label, .certificate_popup .cert-date-label {
  margin: 0 20px 0 0;
  color: #9c9c9c;
  font-size: 12px;
}

/* line 75, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .author, .certificate_popup .cert-date {
  font-family: 'Homemade Apple', cursive;
  border-bottom: 1px dotted #ccc;
}

/* line 79, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .cert-date-label, .certificate_popup .cert-date {
  padding: 20px 0 0 0;
}

/* line 82, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon {
  font-size: 16px !important;
  width: 60%;
  position: relative;
  background: #c2cccf;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
  margin: 2em auto 3em;
}

/* line 93, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon:before, .certificate_popup .ribbon:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -1em;
  border: 1.5em solid #a7b2b5;
  z-index: -1;
}

/* line 102, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon:before {
  left: -2em;
  border-right-width: 1.5em;
  border-left-color: transparent;
}

/* line 108, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon:after {
  right: -2em;
  border-left-width: 1.5em;
  border-right-color: transparent;
}

/* line 114, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon .ribbon-content:before, .certificate_popup .ribbon .ribbon-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #8c989c transparent transparent transparent;
  bottom: -1em;
}

/* line 123, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon .ribbon-content:before {
  left: 0;
  border-width: 1em 0 0 1em;
}

/* line 128, app/assets/stylesheets/global/certificate.sass */
.certificate_popup .ribbon .ribbon-content:after {
  right: 0;
  border-width: 1em 1em 0 0;
}
/* line 1, app/assets/stylesheets/global/../shared/all_sprites.scss */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -229px;
}

/* line 9, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lock, .discover_group_tile .additional_info .private_group .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -265px;
}

/* line 13, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -301px;
}

/* line 17, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -346px;
}

/* line 21, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -130px;
}

/* line 25, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -346px;
}

/* line 29, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_white_female {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -346px;
}

/* line 33, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_silhouette_question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -346px;
}

/* line 37, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_black_female {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -346px;
}

/* line 41, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_boxes_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -346px;
}

/* line 45, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -346px;
}

/* line 49, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_box_uncheck {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -346px;
}

/* line 53, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-trash {
  width: 19px;
  height: 19px;
  background: url(/assets/sprites/all_sprites.png) -353px -190px;
}

/* line 57, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-trash_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -130px;
}

/* line 61, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -346px;
}

/* line 65, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-thumb_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -346px;
}

/* line 69, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-thumb_small_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -10px;
}

/* line 73, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-stickman {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -46px;
}

/* line 77, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-stickman_run {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -82px;
}

/* line 81, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-star {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -118px;
}

/* line 85, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-star_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -154px;
}

/* line 89, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-speaker_volume {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -190px;
}

/* line 93, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-shopping_basket_white {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -226px;
}

/* line 97, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-share_balloon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -262px;
}

/* line 101, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-selection_input {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -298px;
}

/* line 105, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-reports {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -334px;
}

/* line 109, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-quiz_ellipse_light {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -130px;
}

/* line 113, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -382px;
}

/* line 117, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-printer {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -382px;
}

/* line 121, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-printer_color_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -10px;
}

/* line 125, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-price_tag {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -382px;
}

/* line 129, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -382px;
}

/* line 133, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -64px;
}

/* line 137, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -102px;
}

/* line 141, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -382px;
}

/* line 145, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -382px;
}

/* line 149, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -118px;
}

/* line 153, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -184px;
}

/* line 157, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -382px;
}

/* line 161, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -382px;
}

/* line 165, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -184px;
}

/* line 169, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-paste {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -382px;
}

/* line 173, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-palette {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -382px;
}

/* line 177, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-order_front {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -382px;
}

/* line 181, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-order_back {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -10px;
}

/* line 185, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-new_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -46px;
}

/* line 189, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-money_coin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -82px;
}

/* line 193, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-medal_premium {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -118px;
}

/* line 197, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -154px;
}

/* line 201, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -190px;
}

/* line 205, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_plus_32 {
  width: 41px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -130px -10px;
}

/* line 209, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_open {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -226px;
}

/* line 213, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -64px -292px;
}

/* line 217, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lock_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -262px;
}

/* line 221, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lifebuoy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -298px;
}

/* line 225, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-layer_arrow_down {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -334px;
}

/* line 229, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-institution, .discover_group_tile .additional_info .institution_group .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -370px;
}

/* line 233, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-information_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -418px;
}

/* line 237, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-information_italic_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -184px;
}

/* line 241, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-inbox_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -418px;
}

/* line 245, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -418px;
}

/* line 249, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image_plus_md {
  width: 36px;
  height: 27px;
  background: url(/assets/sprites/all_sprites.png) -220px -292px;
}

/* line 253, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image_empty {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -418px;
}

/* line 257, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -418px;
}

/* line 261, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_published_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -418px;
}

/* line 265, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_private_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -418px;
}

/* line 269, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_more {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -184px;
}

/* line 273, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_goconqr_embed {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -10px;
}

/* line 277, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_star_small_on {
  width: 12px;
  height: 12px;
  background: url(/assets/sprites/all_sprites.png) -544px -190px;
}

/* line 281, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_note_board_action {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -64px;
}

/* line 285, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_cart_remove {
  width: 35px;
  height: 35px;
  background: url(/assets/sprites/all_sprites.png) -130px -62px;
}

/* line 289, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-hand_shake {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -418px;
}

/* line 293, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-globe_green, .discover_group_tile .additional_info .public_group .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -418px;
}

/* line 297, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -418px;
}

/* line 301, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -418px;
}

/* line 305, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -118px;
}

/* line 309, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-footprint_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -172px;
}

/* line 313, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-footprint_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -238px;
}

/* line 317, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_tree_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -238px;
}

/* line 321, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_open_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -418px;
}

/* line 325, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_horizontal_arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -238px;
}

/* line 329, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_export {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -10px;
}

/* line 333, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-flash_card_deck_icon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -46px;
}

/* line 337, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eye {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -82px;
}

/* line 341, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eye__exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -118px;
}

/* line 345, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -154px;
}

/* line 349, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -190px;
}

/* line 353, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_circle {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -226px;
}

/* line 357, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_circle_small {
  width: 9px;
  height: 10px;
  background: url(/assets/sprites/all_sprites.png) -544px -222px;
}

/* line 361, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -116px -292px;
}

/* line 365, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eps {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -262px;
}

/* line 369, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-embed {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -298px;
}

/* line 373, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_underline {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -334px;
}

/* line 377, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_style {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -370px;
}

/* line 381, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_scale_vertical {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -406px;
}

/* line 385, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -454px;
}

/* line 389, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_list_order {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -454px;
}

/* line 393, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -454px;
}

/* line 397, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_color {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -454px;
}

/* line 401, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_bold {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -454px;
}

/* line 405, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -454px;
}

/* line 409, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_right {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -454px;
}

/* line 413, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_justify {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -454px;
}

/* line 417, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_center {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -454px;
}

/* line 421, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-door_open_out {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -454px;
}

/* line 425, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_view {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -454px;
}

/* line 429, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -454px;
}

/* line 433, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_share {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -454px;
}

/* line 437, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_list_pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -10px;
}

/* line 441, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_link {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -46px;
}

/* line 445, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -82px;
}

/* line 449, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document__minus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -118px;
}

/* line 453, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cross {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -154px;
}

/* line 457, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cross_tick_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -190px;
}

/* line 461, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-courses {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -226px;
}

/* line 465, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -262px;
}

/* line 469, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_skip {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -298px;
}

/* line 473, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_refresh {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -276px -292px;
}

/* line 477, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_pause_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -238px;
}

/* line 481, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -226px -238px;
}

/* line 485, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-close_resource {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -10px;
}

/* line 489, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -334px;
}

/* line 493, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clock_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -146px;
}

/* line 497, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clipboard {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -370px;
}

/* line 501, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -406px;
}

/* line 505, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_pie_separate {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -442px;
}

/* line 509, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_alt {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -490px;
}

/* line 513, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_alt_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -64px;
}

/* line 517, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chain_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -118px;
}

/* line 521, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chain__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -490px;
}

/* line 525, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cert {
  width: 100px;
  height: 100px;
  background: url(/assets/sprites/all_sprites.png) -10px -10px;
}

/* line 529, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-calendar_day {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -490px;
}

/* line 533, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -490px;
}

/* line 537, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-binocular {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -490px;
}

/* line 541, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-bell {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -490px;
}

/* line 545, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloons {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -490px;
}

/* line 549, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_small_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -490px;
}

/* line 553, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -490px;
}

/* line 557, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -168px -292px;
}

/* line 561, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -490px;
}

/* line 565, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_resize {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -490px;
}

/* line 569, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_move {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -490px;
}

/* line 573, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -172px;
}

/* line 577, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_curve_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -226px;
}

/* line 581, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_circle_315 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -490px;
}

/* line 585, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_circle_225_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -478px -490px;
}

/* line 589, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -10px;
}

/* line 593, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -46px;
}

/* line 597, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -10px;
}

/* line 601, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_090 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -82px;
}

/* line 605, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_000_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -56px;
}

/* line 609, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-application_task {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -118px;
}

/* line 613, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-application__pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -154px;
}

/* line 617, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-actions_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -292px;
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_root.scss */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_color-mode.scss */
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  /* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  :root {
    scroll-behavior: smooth;
  }
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h1 {
    font-size: 2.5rem;
  }
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h2 {
    font-size: 2rem;
  }
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h3 {
    font-size: 1.75rem;
  }
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h5 {
  font-size: 1.25rem;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
h6 {
  font-size: 1rem;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul {
  padding-left: 2rem;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

/* line 178, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dt {
  font-weight: 700;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 192, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
blockquote {
  margin: 0 0 1rem;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
b,
strong {
  font-weight: bolder;
}

/* line 211, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
small {
  font-size: 0.875em;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sub {
  bottom: -.25em;
}

/* line 239, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
sup {
  top: -.5em;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

/* line 260, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/* line 270, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

/* line 282, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

/* line 291, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 298, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}

/* line 304, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
a > code {
  color: inherit;
}

/* line 309, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

/* line 316, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
kbd kbd {
  padding: 0;
  font-size: 1em;
}

/* line 328, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
figure {
  margin: 0 0 1rem;
}

/* line 335, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
img,
svg {
  vertical-align: middle;
}

/* line 345, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
table {
  caption-side: bottom;
  border-collapse: collapse;
}

/* line 350, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

/* line 361, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

/* line 367, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
label {
  display: inline-block;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button {
  border-radius: 0;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:focus:not(:focus-visible) {
  outline: 0;
}

/* line 406, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 418, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
select {
  text-transform: none;
}

/* line 425, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[role="button"] {
  cursor: pointer;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select {
  word-wrap: normal;
}

/* line 435, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
select:disabled {
  opacity: 1;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}

/* line 452, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 459, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

/* line 467, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 474, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
textarea {
  resize: vertical;
}

/* line 485, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 497, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  /* line 497, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
  legend {
    font-size: 1.5rem;
  }
}

/* line 506, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
legend + * {
  clear: left;
}

/* line 514, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

/* line 524, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-inner-spin-button {
  height: auto;
}

/* line 534, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
/* line 555, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 561, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* line 569, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 576, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
output {
  display: inline-block;
}

/* line 582, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
iframe {
  border: 0;
}

/* line 590, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
summary {
  display: list-item;
  cursor: pointer;
}

/* line 600, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
progress {
  vertical-align: baseline;
}

/* line 609, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_reboot.scss */
[hidden] {
  display: none !important;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_grid.scss */
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col {
  flex: 1 0 0%;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-1 {
  margin-left: 8.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-2 {
  margin-left: 16.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-3 {
  margin-left: 25%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-4 {
  margin-left: 33.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-5 {
  margin-left: 41.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-6 {
  margin-left: 50%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-7 {
  margin-left: 58.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-8 {
  margin-left: 66.66666667%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-9 {
  margin-left: 75%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-10 {
  margin-left: 83.33333333%;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.offset-11 {
  margin-left: 91.66666667%;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  /* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl {
    flex: 1 0 0%;
  }
  /* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  /* line 96, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-0 {
    margin-left: 0;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-3 {
    margin-left: 25%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-6 {
    margin-left: 50%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-9 {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  /* line 115, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  /* line 119, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_grid.scss */
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.form-label {
  margin-bottom: 0.5rem;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_labels.scss */
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-text.scss */
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control {
    transition: none;
  }
}

/* line 25, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"] {
  overflow: hidden;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
  .form-control::file-selector-button {
    transition: none;
  }
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext:focus {
  outline: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 155, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}

/* line 183, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 187, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

/* line 202, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 207, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}

/* line 212, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-control.scss */
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
  .form-select {
    transition: none;
  }
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 39, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}

/* line 52, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 76, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-select.scss */
[data-bs-theme="dark"] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"] {
  border-radius: 50%;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:active {
  filter: brightness(90%);
}

/* line 60, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="radio"]:checked {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[type="checkbox"]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

/* line 98, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch {
  padding-left: 2.5em;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 127, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
  .form-switch .form-check-input {
    transition: none;
  }
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 152, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-check.scss */
[data-bs-theme="dark"] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus {
  outline: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 20, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 23, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-focus-outer {
  border: 0;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 27, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

/* line 38, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}

/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled {
  pointer-events: none;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_form-range.scss */
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating {
  position: relative;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
  .form-floating > label {
    transition: none;
  }
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_floating-labels.scss */
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn {
  position: relative;
  z-index: 2;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group .btn:focus {
  z-index: 5;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/forms/_input-group.scss */
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:valid:not([multiple]), .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control.is-valid:not(:focus), .was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select.is-valid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating.is-valid:not(:focus-within) {
  z-index: 3;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 68, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select[size="1"]:invalid:not([multiple]), .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid[size="1"]:not([multiple]) {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

/* line 136, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_forms.scss */
.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control.is-invalid:not(:focus), .was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select.is-invalid:not(:focus), .was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating.is-invalid:not(:focus-within) {
  z-index: 4;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
  .btn {
    transition: none;
  }
}

/* line 43, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

/* line 50, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}

/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}

/* line 93, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

/* line 132, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

/* line 158, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

/* line 214, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .fade {
    transition: none;
  }
}

/* line 4, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.fade:not(.show) {
  opacity: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapse:not(.show) {
  display: none;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing {
    transition: none;
  }
}

/* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_transitions.scss */
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-toggle {
  white-space: nowrap;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start {
  --bs-position: start;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end {
  --bs-position: end;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  /* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  /* line 101, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  /* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::after {
  display: none;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_caret.scss */
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}

/* line 189, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}

/* line 196, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu.show {
  display: block;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

/* line 228, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

/* line 235, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_dropdown.scss */
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 24, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
  .nav-link {
    transition: none;
  }
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

/* line 72, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

/* line 92, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}

/* line 116, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

/* line 128, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}

/* line 137, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}

/* line 142, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

/* line 180, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

/* line 191, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_nav.scss */
.tab-content > .active {
  display: block;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar > .container-xxl, .navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

/* line 86, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 104, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}

/* line 110, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav .dropdown-menu {
  position: static;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

/* line 141, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}

@media (prefers-reduced-motion: reduce) {
  /* line 150, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggler {
    transition: none;
  }
}

/* line 160, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:hover {
  text-decoration: none;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

/* line 173, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 768px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 992px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1200px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

@media (min-width: 1400px) {
  /* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  /* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  /* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  /* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  /* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  /* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  /* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  /* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* line 198, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}

/* line 216, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 220, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .navbar-toggler {
  display: none;
}

/* line 229, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}

/* line 248, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-dark,
.navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 285, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_navbar.scss */
[data-bs-theme="dark"] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 5, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

/* line 28, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-heading {
  color: inherit;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

/* line 44, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible {
  padding-right: 3rem;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_alert.scss */
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

/* line 6, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}

/* line 29, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}

/* line 35, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}

/* line 41, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

/* line 59, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_close.scss */
[data-bs-theme="dark"] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

/* line 10, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 65, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.show .modal-dialog {
  transform: none;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 75, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 78, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 88, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

/* line 12, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.fade {
  opacity: 0;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/mixins/_backdrop.scss */
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

/* line 133, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

/* line 140, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

/* line 147, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

/* line 156, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}

/* line 170, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}

@media (min-width: 576px) {
  /* line 177, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  /* line 183, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  /* line 189, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-sm {
    --bs-modal-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 195, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-lg,
.modal-xl {
    --bs-modal-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 202, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}

/* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

/* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

/* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-header,
.modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-header,
.modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-header,
.modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-header,
.modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1399.98px) {
  /* line 213, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  /* line 219, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  /* line 225, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-header,
.modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  /* line 230, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_modal.scss */
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

/* line 2, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}

/* line 37, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 49, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 57, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 62, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}

/* line 74, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
/* line 82, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}

/* line 87, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
/* line 112, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}

/* line 40, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}

/* line 45, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 61, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}

/* line 71, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="top"] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
/* line 80, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}

/* line 95, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="right"] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 105, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}

/* line 108, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 113, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}

/* line 118, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}

/* line 125, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
/* line 139, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}

/* line 144, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}

/* line 149, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}

/* line 154, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^="left"] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
/* line 179, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}

/* line 188, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-header:empty {
  display: none;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-5.3.3/assets/stylesheets/bootstrap/_popover.scss */
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

/* line 41, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 44, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.hide {
  display: none !important;
}

/* line 46, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.modal-backdrop.show {
  opacity: 0.5;
}

/* line 48, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.navbar-nav {
  flex-direction: row;
}

/* line 50, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.navbar {
  padding: 0;
}

/* line 52, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

/* line 63, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.modal-dialog {
  max-width: unset;
}

/* line 65, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 74, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.nav-tabs {
  align-items: center;
}

/* line 76, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.nav-tabs > li > a {
  display: inline-block;
}

/* line 78, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.dropdown-menu > li > a {
  display: block;
  clear: both;
  white-space: nowrap;
  color: #333333;
}

/* line 83, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.dropdown-toggle::after {
  display: none;
}

/* line 85, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.btn-warning {
  background-color: #f0ad4e;
}

/* line 87, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.btn-danger {
  background-color: #d9534f;
}

/* line 91, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 99, app/assets/stylesheets/global/../bootstrap_examtime.sass */
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 103, app/assets/stylesheets/global/../bootstrap_examtime.sass */
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 107, app/assets/stylesheets/global/../bootstrap_examtime.sass */
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 111, app/assets/stylesheets/global/../bootstrap_examtime.sass */
  .container {
    max-width: 1140px;
  }
}

/* line 114, app/assets/stylesheets/global/../bootstrap_examtime.sass */
a, .btn-link {
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* line 123, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

/* line 132, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.close:hover {
  color: #000;
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 139, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.text-center {
  text-align: center;
}

/* line 142, app/assets/stylesheets/global/../bootstrap_examtime.sass */
.form-control {
  height: calc(1.5em + 0.75rem + 2px);
}

/* line 41, app/assets/stylesheets/global/examtime.sass */
#12857 {
  top: 0;
}

/* line 44, app/assets/stylesheets/global/examtime.sass */
.audio_player {
  width: 100%;
  position: absolute;
  top: 0;
}

/* line 48, app/assets/stylesheets/global/examtime.sass */
.audio_player audio {
  width: 300px;
  height: 30px;
  margin: 5px auto;
}

/* line 53, app/assets/stylesheets/global/examtime.sass */
.flex {
  display: flex;
  flex-direction: row;
}

@media (min-width: 1200px) {
  /* line 58, app/assets/stylesheets/global/examtime.sass */
  .container.main {
    max-width: 1200px;
  }
}

/* line 61, app/assets/stylesheets/global/examtime.sass */
.upgrade_subscription_prompt .modal-dialog {
  font-size: 120%;
}

/* line 62, app/assets/stylesheets/global/examtime.sass */
.upgrade_subscription_prompt .modal-dialog .close_modal {
  font-size: 150%;
}

/* line 65, app/assets/stylesheets/global/examtime.sass */
.upgrade_subscription_prompt .modal-dialog .modal-body {
  padding: 2rem 1rem;
}

/* line 67, app/assets/stylesheets/global/examtime.sass */
.upgrade_subscription_prompt .modal-dialog .btn-cta {
  font-weight: bold;
  font-size: 100%;
}

/* line 72, app/assets/stylesheets/global/examtime.sass */
#subscription_dialog .info-upgrade {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

/* line 76, app/assets/stylesheets/global/examtime.sass */
#subscription_dialog .info-upgrade:last-of-type {
  margin-bottom: 20px;
}

/* line 78, app/assets/stylesheets/global/examtime.sass */
#subscription_dialog .title-only h2 {
  font-size: 1.2rem;
}

/* line 82, app/assets/stylesheets/global/examtime.sass */
.png_download_modal img {
  width: 100%;
  height: auto;
  margin-top: 20px;
  border: 1px solid #cccccc;
}

/* line 88, app/assets/stylesheets/global/examtime.sass */
.-truncate-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 91, app/assets/stylesheets/global/examtime.sass */
.only-print {
  display: none;
}

/* line 94, app/assets/stylesheets/global/examtime.sass */
.what_is_this {
  text-decoration: none;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/global/examtime.sass */
.fc-header td .tooltip {
  white-space: normal;
}

/* line 101, app/assets/stylesheets/global/examtime.sass */
form.new_comment #loading_icon {
  float: right;
  padding: 5px;
}

/* line 105, app/assets/stylesheets/global/examtime.sass */
.loading_new_content {
  filter: grayscale(0.4);
  opacity: 0.5;
  transition: all 0.10s ease-in;
}

/* line 112, app/assets/stylesheets/global/examtime.sass */
.block-message.alert h2 {
  font-size: 15px;
}

/* line 115, app/assets/stylesheets/global/examtime.sass */
.et_frame_logo {
  position: relative;
  top: 10px;
  left: 15px;
}

/* line 120, app/assets/stylesheets/global/examtime.sass */
.meta_container {
  position: relative;
  padding-left: 60px;
}

/* line 123, app/assets/stylesheets/global/examtime.sass */
.meta_container .meta_sidebar {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 128, app/assets/stylesheets/global/examtime.sass */
#share_performance_panel {
  margin-bottom: 10px;
}

/* line 130, app/assets/stylesheets/global/examtime.sass */
#share_performance_panel .share_with_list {
  overflow-x: hidden;
  min-height: 40px;
}

/* line 133, app/assets/stylesheets/global/examtime.sass */
#share_performance_panel .share_with_list li {
  height: 30px;
  width: 215px;
  display: inline-block;
}

/* line 138, app/assets/stylesheets/global/examtime.sass */
#share_performance_panel .buddy_name img {
  height: 20px;
  width: 20px;
}

/* line 142, app/assets/stylesheets/global/examtime.sass */
#friend_share_table, #group_share_table {
  overflow: hidden;
}

/* line 144, app/assets/stylesheets/global/examtime.sass */
#friend_share_table thead, #group_share_table thead {
  display: inherit;
  vertical-align: middle;
}

/* line 147, app/assets/stylesheets/global/examtime.sass */
#friend_share_table thead td, #group_share_table thead td {
  padding-left: 8px;
}

/* line 149, app/assets/stylesheets/global/examtime.sass */
#friend_share_table tbody, #group_share_table tbody {
  display: block;
  height: 92px;
  overflow: auto;
  width: 100%;
}

/* line 154, app/assets/stylesheets/global/examtime.sass */
#friend_share_table .sharetable_name, #group_share_table .sharetable_name {
  width: 140px;
}

/* line 156, app/assets/stylesheets/global/examtime.sass */
#friend_share_table .sharetable_remove, #friend_share_table .radio_remove, #group_share_table .sharetable_remove, #group_share_table .radio_remove {
  width: 70px;
  padding-left: 8px;
}

/* line 160, app/assets/stylesheets/global/examtime.sass */
.sharetable_remove, .radio_remove {
  text-align: center;
}

/* line 165, app/assets/stylesheets/global/examtime.sass */
.num_of_resources {
  text-align: right;
  margin-top: 10px;
}

/* line 169, app/assets/stylesheets/global/examtime.sass */
#shareTabs + .tab-content {
  padding: 20px 30px;
}

/* line 172, app/assets/stylesheets/global/examtime.sass */
.tab_inner {
  padding: 30px;
}

/* line 174, app/assets/stylesheets/global/examtime.sass */
.performance_results {
  padding-top: 30px;
}

/* line 177, app/assets/stylesheets/global/examtime.sass */
#shareTabs {
  margin-top: 20px;
}

/* line 180, app/assets/stylesheets/global/examtime.sass */
.subject_colour_label {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  position: absolute;
  top: -1px;
  left: -1px;
}

/* line 189, app/assets/stylesheets/global/examtime.sass */
.user_rating {
  width: auto !important;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

/* line 195, app/assets/stylesheets/global/examtime.sass */
.blockUI.blockMsg {
  font-size: 18px;
  text-align: center;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
}

/* line 204, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton {
  display: inline-block;
  height: 34px;
  width: 34px;
  background-image: url(/assets/icons_editmode.png);
  margin-top: 1px;
}

/* line 210, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.view_mode {
  background-position: 0px 0px;
}

/* line 212, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.view_mode:hover {
  background-position: 0px 34px;
}

/* line 214, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.actionbutton_info {
  background-position: -34px 0px;
}

/* line 216, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.actionbutton_info:hover {
  background-position: -34px 34px;
}

/* line 218, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.actionbutton_stats {
  background-position: -238px 0px;
}

/* line 220, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.actionbutton_stats:hover {
  background-position: -238px 34px;
}

/* line 222, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.share_modal {
  background-position: -68px 0px;
}

/* line 224, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.share_modal:hover {
  background-position: -68px 34px;
}

/* line 226, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #study_aid_settings.actionbutton {
  background-position: -170px 0px;
}

/* line 228, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #study_aid_settings.actionbutton:hover {
  background-position: -170px 34px;
}

/* line 230, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.edit_tag_img {
  margin-top: 3px;
  margin-right: 10px;
  background-position: -102px 0px;
}

/* line 234, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.edit_tag_img:hover {
  background-position: -102px 34px;
}

/* line 236, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.btn_actions {
  background-position: -578px 0px;
}

/* line 238, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.btn_actions:hover {
  background-position: -578px 34px;
}

/* line 240, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.download_png {
  background-position: -374px 0px;
}

/* line 242, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.download_png:hover {
  background-position: -374px 34px;
}

/* line 244, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.convert_to_note {
  background-position: -408px 0px;
}

/* line 246, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.convert_to_note:hover {
  background-position: -408px 34px;
}

/* line 248, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.admin-demote-asset {
  background-position: -442px 0px;
}

/* line 250, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.admin-demote-asset:hover {
  background-position: -442px 34px;
}

/* line 252, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.admin-demote-asset.demoted {
  background-position: -476px 0px;
}

/* line 254, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.admin-demote-asset.demoted:hover {
  background-position: -476px 34px;
}

/* line 256, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #admin-lock.actionbutton {
  background-position: -510px 0px;
}

/* line 258, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #admin-lock.actionbutton:hover {
  background-position: -510px 34px;
}

/* line 260, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #admin-lock.actionbutton.unlocked {
  background-position: -544px 0px;
}

/* line 262, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #admin-lock.actionbutton.unlocked:hover {
  background-position: -544px 34px;
}

/* line 264, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.tracking {
  background-position: -612px 0px;
}

/* line 266, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.tracking:hover {
  background-position: -612px 34px;
}

/* line 268, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton.close_resource {
  background: none;
}

/* line 270, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton i {
  font-size: 17px;
  margin-right: 12px;
}

/* line 273, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .actionbutton i.icon-unlock {
  margin-right: 7px;
}

/* line 276, app/assets/stylesheets/global/examtime.sass */
.actions_toolbar {
  margin-left: 40px;
}

/* line 278, app/assets/stylesheets/global/examtime.sass */
.actions_toolbar .actionbutton {
  display: inline-block;
}

/* line 281, app/assets/stylesheets/global/examtime.sass */
.examtime_share_flag {
  border-bottom: 1px solid #ccc;
}

/* line 283, app/assets/stylesheets/global/examtime.sass */
.examtime_share_flag .toggle_control {
  margin-bottom: -5px;
}

/* line 287, app/assets/stylesheets/global/examtime.sass */
.remove_answer, .upload_image_field, .remove_image_btn a {
  color: #57bcdd !important;
}

/* line 289, app/assets/stylesheets/global/examtime.sass */
.remove_answer:hover, .upload_image_field:hover, .remove_image_btn a:hover {
  color: black !important;
}

/* line 292, app/assets/stylesheets/global/examtime.sass */
.quiz_save_changes_modal .btn-cancel {
  padding: 5px 10px;
}

/* line 296, app/assets/stylesheets/global/examtime.sass */
h1.study_aid_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 37px;
  font-size: 30px;
  color: #272727;
  font-weight: 300;
  letter-spacing: -1px;
}

/* line 311, app/assets/stylesheets/global/examtime.sass */
html, body {
  height: 100%;
}

/* line 314, app/assets/stylesheets/global/examtime.sass */
.alert {
  margin-bottom: 30px;
}

/* line 316, app/assets/stylesheets/global/examtime.sass */
.alert strong {
  font-weight: 700;
}

/* line 319, app/assets/stylesheets/global/examtime.sass */
.clearing {
  float: left;
}

/* line 322, app/assets/stylesheets/global/examtime.sass */
a {
  color: #3a99ad;
}

/* line 324, app/assets/stylesheets/global/examtime.sass */
a:hover {
  color: #6fcbe1;
}

/* line 326, app/assets/stylesheets/global/examtime.sass */
a.btn {
  text-decoration: none;
}

/* line 328, app/assets/stylesheets/global/examtime.sass */
a:hover, a:active, a:focus {
  outline: 0;
}

/* line 331, app/assets/stylesheets/global/examtime.sass */
ul, ol {
  padding: 0;
  margin: 0;
}

/* line 335, app/assets/stylesheets/global/examtime.sass */
body {
  background: #ededed;
  width: 100%;
  min-width: 700px;
}

/* line 339, app/assets/stylesheets/global/examtime.sass */
body.frame_body {
  background: #fff;
  min-width: 500px;
}

/* line 342, app/assets/stylesheets/global/examtime.sass */
body.embed_button {
  background: transparent;
}

/* line 345, app/assets/stylesheets/global/examtime.sass */
textarea {
  resize: none;
}

/* line 348, app/assets/stylesheets/global/examtime.sass */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -47px;
  padding: 0 0 47px;
}

/* line 355, app/assets/stylesheets/global/examtime.sass */
.container.main {
  margin-top: 20px;
  padding-bottom: 10px;
  overflow: visible;
}

/* line 360, app/assets/stylesheets/global/examtime.sass */
.navbar {
  margin-bottom: 0;
  background: url(/assets/bg_header.jpg) #3e6c86;
}

/* line 365, app/assets/stylesheets/global/examtime.sass */
#examtime_header {
  z-index: 1025;
  position: relative;
}

@media (max-width: 1200px) and (min-width: 1140px) {
  /* line 367, app/assets/stylesheets/global/examtime.sass */
  #examtime_header .container {
    min-width: 1170px;
  }
}

/* line 371, app/assets/stylesheets/global/examtime.sass */
#examtime_header #admin {
  margin-left: 0px;
}

/* line 373, app/assets/stylesheets/global/examtime.sass */
#examtime_header .badge {
  position: absolute;
  top: 10px;
  right: 8px;
}

/* line 381, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li a {
  color: #fff;
}

/* line 384, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li .user_name a {
  color: #d1d6d7;
}

/* line 386, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li .user_name a:hover {
  color: #d1d6d7;
}

/* line 388, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .btn-success, .nav-popover.popover .btn-info {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 4px 20px;
}

/* line 391, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .subject_actions {
  margin: 10px 0 0 0;
}

/* line 393, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .upgrade_btn {
  margin-left: 20px;
  float: right;
}

/* line 397, app/assets/stylesheets/global/examtime.sass */
.popover .popover-header {
  display: none;
}

/* line 401, app/assets/stylesheets/global/examtime.sass */
.navbar-nav li a.admin_nav {
  margin-left: -10px;
  margin-right: -20px;
  padding: 20px 10px 18px 10px;
}

/* line 406, app/assets/stylesheets/global/examtime.sass */
ul.admin_nav {
  margin-top: 0;
  border-radius: 0 0 5px 5px;
  margin-right: -20px;
}

/* line 411, app/assets/stylesheets/global/examtime.sass */
ul.admin_nav li a i {
  width: 18px;
  display: inline-block;
}

/* line 414, app/assets/stylesheets/global/examtime.sass */
ul.admin_nav li a i.icon-user-search {
  color: #000 !important;
}

/* line 417, app/assets/stylesheets/global/examtime.sass */
i.icon-user-search:after {
  content: "\f002";
  font-size: 0.6em;
  vertical-align: top;
}

/* line 422, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 0;
  margin-bottom: 15px;
}

/* line 427, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar .btn {
  border: none;
  margin: 0 5px 5px 5px;
  padding: 5px 12px;
}

/* line 431, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar .btn-general {
  color: #444;
  background: #fcfcfc;
}

/* line 434, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar .btn-general:hover {
  text-decoration: none;
  background: #fff;
}

/* line 437, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar .admin_title {
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 10px;
}

/* line 441, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar .admin_title i {
  margin-right: 5px;
}

/* line 443, app/assets/stylesheets/global/examtime.sass */
.admin_control_bar .right {
  float: right;
}

/* line 446, app/assets/stylesheets/global/examtime.sass */
.badge.action_alert_count_badge, .notification_count {
  font-size: 9px;
}

/* line 449, app/assets/stylesheets/global/examtime.sass */
.badge.action_alert_count_badge, .action_alert_new_badge, .notification_count, .new_friends, .new_shares, .new_comments, .new_friend_badge, .new_invites {
  background-color: #f76161;
}

/* line 453, app/assets/stylesheets/global/examtime.sass */
.navbar .badge, .navbar .action_alert_new_badge, .navbar .notification_count, .navbar .new_friends, .navbar .new_shares, .navbar .new_comments, .navbar .new_friend_badge, .navbar .new_invites {
  background-color: #1e516a;
}

/* line 457, app/assets/stylesheets/global/examtime.sass */
.subject_popover_list .badge.action_alert_count_badge, .group_popover_list .badge.action_alert_count_badge, .user_dropdown .badge.action_alert_count_badge {
  background-color: #1e516a;
}

/* line 460, app/assets/stylesheets/global/examtime.sass */
.badge, .new_friends, .new_shares, .new_comments, .new_friend_badge, .new_invites, .new_share_badge {
  font-size: 9px;
  padding: 2px 4px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
}

/* line 467, app/assets/stylesheets/global/examtime.sass */
.new_friends, .new_shares, .new_comments, #members .action_alert_count_badge, .new_invites {
  position: relative;
  bottom: 15px;
}

/* line 472, app/assets/stylesheets/global/examtime.sass */
.tile .badge.action_alert_count_badge, .tile .action_alert_new_badge {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 10;
}

/* line 478, app/assets/stylesheets/global/examtime.sass */
.tile .content {
  width: 300px;
  height: 300px;
}

/* line 483, app/assets/stylesheets/global/examtime.sass */
.tag_lines h1 {
  margin-bottom: 30px;
  padding: 6px 0 0 2px;
}

/* line 486, app/assets/stylesheets/global/examtime.sass */
.tag_lines h2 {
  line-height: 32px;
  text-transform: lowercase;
}

/* line 489, app/assets/stylesheets/global/examtime.sass */
.tag_lines h2 span {
  background: #24415d;
  position: relative;
}

/* line 492, app/assets/stylesheets/global/examtime.sass */
.tag_lines h2 span span {
  position: relative;
  left: -10px;
}

@-moz-document url-prefix() {
  /* line 498, app/assets/stylesheets/global/examtime.sass */
  .tag_lines h2 {
    line-height: 41px;
  }
}

/* line 501, app/assets/stylesheets/global/examtime.sass */
#examtime_header .notification_count {
  display: inline;
}

/* line 505, app/assets/stylesheets/global/examtime.sass */
#examtime_header .btn-sign-in-header, #examtime_header .btn-sign-up-header {
  height: 30px;
  padding-top: 4px;
  padding-bottom: 0px;
  margin-top: 15px;
}

/* line 511, app/assets/stylesheets/global/examtime.sass */
#searchbar {
  margin-top: 20px;
}

/* line 514, app/assets/stylesheets/global/examtime.sass */
#examtime_footer {
  background: #f7f7f7;
  padding: 10px 0 8px 0;
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

/* line 520, app/assets/stylesheets/global/examtime.sass */
.clear {
  clear: both;
}

/* line 523, app/assets/stylesheets/global/examtime.sass */
.profile_body {
  margin: 50px 0 0 0;
}

/* line 526, app/assets/stylesheets/global/examtime.sass */
ul {
  -webkit-padding-start: 0;
}

/* line 529, app/assets/stylesheets/global/examtime.sass */
.sub_menu {
  width: 100%;
  padding: 15px 0 15px 0;
}

/* line 532, app/assets/stylesheets/global/examtime.sass */
.sub_menu a {
  color: #444;
  text-decoration: none;
}

/* line 535, app/assets/stylesheets/global/examtime.sass */
.sub_menu a:hover {
  color: #2980b9;
}

/* line 537, app/assets/stylesheets/global/examtime.sass */
.sub_menu li {
  margin: 0 20px 0 0;
}

/* line 539, app/assets/stylesheets/global/examtime.sass */
.sub_menu .icon-home {
  color: #e86191;
}

/* line 541, app/assets/stylesheets/global/examtime.sass */
.sub_menu .icon-comments {
  color: #6fcbe1;
}

/* line 543, app/assets/stylesheets/global/examtime.sass */
.sub_menu .icon-book {
  color: #e64f29;
}

/* line 545, app/assets/stylesheets/global/examtime.sass */
.sub_menu .icon-group {
  color: #a0b432;
}

/* line 554, app/assets/stylesheets/global/examtime.sass */
#search_create {
  margin: 0 0 30px 0;
}

/* line 558, app/assets/stylesheets/global/examtime.sass */
#search input[type="text"] {
  padding: 10px;
}

/* line 561, app/assets/stylesheets/global/examtime.sass */
.logo_footer {
  position: relative;
  bottom: 3px;
}

/* line 565, app/assets/stylesheets/global/examtime.sass */
.header_avatar {
  border-radius: 100%;
}

/* line 568, app/assets/stylesheets/global/examtime.sass */
.institution_header_avatar {
  border-radius: 100%;
  width: 22px;
  height: 22px;
}

/* line 574, app/assets/stylesheets/global/examtime.sass */
.footer_subjects {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 578, app/assets/stylesheets/global/examtime.sass */
.footer_subjects li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 583, app/assets/stylesheets/global/examtime.sass */
.full_boxed {
  border: 1px solid #cccccc;
}

/* line 586, app/assets/stylesheets/global/examtime.sass */
.boxed {
  border-bottom: 1px solid #cccccc;
  background: #fcfcfc;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 592, app/assets/stylesheets/global/examtime.sass */
.deepbox {
  padding: 44px;
}

/* line 595, app/assets/stylesheets/global/examtime.sass */
.modal-content .boxed {
  border: 1px solid #cccccc;
}

/* line 598, app/assets/stylesheets/global/examtime.sass */
.boxed_small {
  border-bottom: 1px solid #cccccc;
  background: #fff;
  padding: 15px;
}

/* line 605, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #settings_popover {
  color: #444444;
  position: relative;
  top: 4px;
}

/* line 609, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #actions_popover {
  color: #444;
  position: relative;
  top: -11px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 8px 15px 5px 15px;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  height: 34px;
  display: inline-block;
}

/* line 620, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #actions_popover span {
  margin-top: -2px;
}

/* line 622, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #actions_popover + .popover {
  width: 170px;
}

/* line 624, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #actions_popover + .popover a {
  color: #444;
  padding: 5px;
  margin: 0;
}

/* line 628, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #actions_popover + .popover a:hover {
  background: #ededed;
}

/* line 630, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar a {
  text-decoration: none;
}

/* line 632, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar a:hover {
  text-decoration: none;
}

/* line 634, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 637, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .container .state_edit_modal {
  display: inline-block;
  width: auto;
  height: 34px;
  background-image: url(/assets/bg-state.png);
}

/* line 642, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .container .state_edit_modal img {
  margin-top: 1px;
  vertical-align: baseline;
}

/* line 645, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .container .state_edit_modal:hover {
  cursor: pointer;
}

/* line 647, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .container .state_edit_modal:hover img {
  opacity: .7;
}

/* line 650, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar #admin-lock {
  cursor: pointer;
}

/* line 654, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .edit_titlebar h1.renamable {
  padding: 0 10px;
  margin: 6px 15px 0 0;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  font-weight: 300;
  color: #444;
  cursor: text;
  font-size: 12px;
  letter-spacing: 0px;
  line-height: 26px;
  overflow: hidden;
  display: inline-block;
  width: 500px;
  float: left;
  max-height: 30px;
}

@media screen and (max-width: 1200px) {
  /* line 654, app/assets/stylesheets/global/examtime.sass */
  .breadcrumb_action_bar .edit_titlebar h1.renamable {
    width: 70%;
  }
}

@media screen and (max-width: 991px) {
  /* line 654, app/assets/stylesheets/global/examtime.sass */
  .breadcrumb_action_bar .edit_titlebar h1.renamable {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  /* line 654, app/assets/stylesheets/global/examtime.sass */
  .breadcrumb_action_bar .edit_titlebar h1.renamable {
    width: 70%;
  }
}

/* line 677, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .edit_titlebar h1.renamable .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 680, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .edit_titlebar img {
  padding-top: 3px;
  cursor: pointer;
}

/* line 683, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .edit_titlebar .what_is_this {
  position: absolute;
  top: 10px;
}

/* line 688, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .toggle_publicprivate .toggle_container {
  width: 30px;
  height: 10px;
  background: #fcfcfc;
  border-radius: 8px;
}

/* line 693, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .toggle_publicprivate .toggle_container .toggle_switch {
  width: 10px;
  height: 10px;
  background: #444;
  border-radius: 20px;
}

/* line 698, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar .toggle_publicprivate .toggle_container .toggle_switch:active {
  position: relative;
  left: 20px;
}

/* line 703, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar, .actions_toolbar {
  padding-top: 2px;
  height: 38px;
  display: inline-block;
}

/* line 709, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover-body {
  padding: 7px 9px;
}

/* line 711, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover {
  width: 180px;
  font-size: 12px;
  padding: 10px;
  margin-top: 8px;
}

/* line 716, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover a {
  display: block;
}

/* line 718, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover li {
  display: block;
}

/* line 720, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover:hover {
  text-decoration: none;
}

/* line 722, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  padding: 0;
}

/* line 728, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover .actionbutton img {
  margin-right: 5px;
  vertical-align: text-top;
}

/* line 732, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .popover .actionbutton i {
  margin-right: 6px;
}

/* line 734, app/assets/stylesheets/global/examtime.sass */
ul.context_aware_bar .close_resource {
  margin-left: 20px;
}

/* line 737, app/assets/stylesheets/global/examtime.sass */
.breadcrumb_action_bar {
  margin-bottom: 0px;
  border-bottom: 1px solid #e1e1e1;
  background: #EEE;
}

@media screen and (max-width: 1200px) {
  /* line 743, app/assets/stylesheets/global/examtime.sass */
  .breadcrumb_action_bar li .actionbutton {
    margin-right: 3px;
  }
}

@media screen and (max-width: 768px) {
  /* line 746, app/assets/stylesheets/global/examtime.sass */
  .breadcrumb_action_bar .container ul.context_aware_bar {
    text-align: left;
  }
}

/* line 751, app/assets/stylesheets/global/examtime.sass */
.submenu a:hover {
  text-decoration: underline;
}

/* line 754, app/assets/stylesheets/global/examtime.sass */
.tag_lines {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 758, app/assets/stylesheets/global/examtime.sass */
.container {
  min-height: 80%;
}

/* line 761, app/assets/stylesheets/global/examtime.sass */
.discover {
  text-align: center;
}

/* line 764, app/assets/stylesheets/global/examtime.sass */
.public_search {
  height: 42px;
}

/* line 767, app/assets/stylesheets/global/examtime.sass */
table {
  width: 100%;
}

/* line 770, app/assets/stylesheets/global/examtime.sass */
.search_ok_cancel {
  text-align: right;
  display: block;
}

/* line 776, app/assets/stylesheets/global/examtime.sass */
.social_link img:hover {
  opacity: 0.9;
}

/* line 779, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu {
  z-index: 1002;
}

/* line 783, app/assets/stylesheets/global/examtime.sass */
.navbar a img {
  vertical-align: sub;
}

/* line 785, app/assets/stylesheets/global/examtime.sass */
.navbar a img:active {
  background-color: none;
}

/* line 789, app/assets/stylesheets/global/examtime.sass */
#examtime_header .search_field, #find_user .search_field, #ms_teams_filter_users .search_field {
  width: 300px;
  height: 34px;
}

@media screen and (max-width: 1200px) {
  /* line 789, app/assets/stylesheets/global/examtime.sass */
  #examtime_header .search_field, #find_user .search_field, #ms_teams_filter_users .search_field {
    width: 200px;
  }
}

@media screen and (max-width: 991px) {
  /* line 789, app/assets/stylesheets/global/examtime.sass */
  #examtime_header .search_field, #find_user .search_field, #ms_teams_filter_users .search_field {
    width: 160px;
  }
}

/* line 796, app/assets/stylesheets/global/examtime.sass */
#examtime_header .search_button, #find_user .search_button, #ms_teams_filter_users .search_button {
  font-size: 17px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  height: 34px;
  background: #62b1cc;
  border: 1px solid #62b1cc;
}

/* line 806, app/assets/stylesheets/global/examtime.sass */
#examtime_header .search_button:hover, #find_user .search_button:hover, #ms_teams_filter_users .search_button:hover {
  background-color: #53a2bd;
  border-color: #53a2bd;
  font-weight: bold;
  color: white;
}

/* line 811, app/assets/stylesheets/global/examtime.sass */
#examtime_header .search_button i.icon-search, #find_user .search_button i.icon-search, #ms_teams_filter_users .search_button i.icon-search {
  width: 16px;
  position: relative;
  top: -2px;
}

/* line 818, app/assets/stylesheets/global/examtime.sass */
.create_popover.popover {
  width: 200px;
}

/* line 819, app/assets/stylesheets/global/examtime.sass */
.create_popover.popover .popover-body {
  padding: 0;
}

/* line 824, app/assets/stylesheets/global/examtime.sass */
.create_popover.popover li a .icon {
  display: inline-block;
  vertical-align: middle;
}

/* line 827, app/assets/stylesheets/global/examtime.sass */
.create_popover.popover li a .text {
  display: inline-block;
  vertical-align: middle;
}

/* line 831, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover {
  border: 1px solid #828282;
  border-top: 0;
  z-index: 1035;
  padding: 15px 0;
}

/* line 836, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li {
  display: block;
  color: white;
  font-size: 14px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

/* line 842, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li:hover {
  background-color: #2c414b;
  border-top: 1px solid #7c9dae;
  border-bottom: 1px solid #7c9dae;
}

/* line 846, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li a {
  display: block;
  position: relative;
  padding: 12px 20px;
}

/* line 850, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li a .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 853, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li a .icon {
  float: left;
  margin: 0 12px 0 0;
}

/* line 856, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li a .text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 859, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover li a .badge {
  top: 5px;
  right: 15px;
}

/* line 862, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover.secondary {
  text-align: center;
}

/* line 864, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover.secondary a {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
}

/* line 869, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .action_alerts_popover {
  padding-bottom: 0;
}

/* line 871, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .action_alerts_popover .mCustomScrollBox {
  overflow: visible;
}

/* line 873, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .action_alerts_popover .mCSB_container {
  padding-bottom: 15px;
  overflow: visible;
}

/* line 876, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .action_alerts_popover .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  padding-bottom: 15px;
}

/* line 880, app/assets/stylesheets/global/examtime.sass */
ul.subject_popover_list, ul.group_popover_list {
  max-height: 400px;
  overflow: auto;
  padding: 0;
}

/* line 886, app/assets/stylesheets/global/examtime.sass */
#examtime_header.navbar .action_alerts_popover {
  padding-top: 5px;
  background-position: left -190px top;
}

/* line 890, app/assets/stylesheets/global/examtime.sass */
.btn-archive.btn-warning {
  background-color: #9C7856;
  border-color: #9C7856;
}

/* line 893, app/assets/stylesheets/global/examtime.sass */
.btn-archive.btn-warning:hover, .btn-archive.btn-warning:focus {
  background-color: #806852;
  border-color: #806852;
}

/* line 896, app/assets/stylesheets/global/examtime.sass */
.btn-restore.btn-warning {
  background-color: #E0A02F;
  border-color: #E0A02F;
}

/* line 899, app/assets/stylesheets/global/examtime.sass */
.btn-restore.btn-warning:hover, .btn-restore.btn-warning:focus {
  background-color: #D38E15;
  border-color: #D38E15;
}

/* line 903, app/assets/stylesheets/global/examtime.sass */
.subject_delete_confirmation {
  margin-top: 10px;
}

/* line 905, app/assets/stylesheets/global/examtime.sass */
.confirm_delete_checkbox_label {
  display: inline-block;
}

/* line 907, app/assets/stylesheets/global/examtime.sass */
.confirm_delete_checkbox_label label {
  display: inline;
}

/* line 910, app/assets/stylesheets/global/examtime.sass */
.subject_leave_campus_confirmation {
  margin-top: 10px;
}

/* line 912, app/assets/stylesheets/global/examtime.sass */
.confirm_leave_campus_checkbox_label {
  display: inline-block;
}

/* line 914, app/assets/stylesheets/global/examtime.sass */
.confirm_leave_campus_checkbox_label label {
  display: inline;
}

/* line 917, app/assets/stylesheets/global/examtime.sass */
.modal-dialog .subject_secondary.actions {
  padding-top: 4px;
  float: left;
  margin: -29px 0 0 0;
}

/* line 923, app/assets/stylesheets/global/examtime.sass */
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  background: none;
}

/* line 927, app/assets/stylesheets/global/examtime.sass */
.navbar .navbar-nav > .page_active > a,
.navbar .navbar-nav > .page_active > a:hover,
.navbar .navbar-nav > .page_active > a:focus,
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > li.nav-circle > a:hover,
.navbar .navbar-nav > li.nav-circle > a.active:focus,
.navbar .navbar-right li.nav-circle a:hover,
.navbar .navbar-right li.nav-circle a:focus {
  background-color: #38596d;
  border-radius: 100%;
}

/* line 944, app/assets/stylesheets/global/examtime.sass */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}

/* line 948, app/assets/stylesheets/global/examtime.sass */
.navbar .navbar-nav > li#profile_nav > a:hover,
.navbar .navbar-nav > li#profile_nav > a.active:focus,
.navbar .navbar-nav > li#campus_nav > a:hover,
.navbar .navbar-nav > li#campus_nav > a.active:focus {
  background: none;
}

/* line 954, app/assets/stylesheets/global/examtime.sass */
.navbar .navbar-nav > li > a.btn-upgrade:hover,
.navbar .navbar-nav > li > a.btn-upgrade:focus {
  border-radius: 0;
}

/* line 959, app/assets/stylesheets/global/examtime.sass */
.navbar .navbar-nav a .caret {
  border-top-color: #ededed;
  border-bottom-color: #ededed;
}

/* line 963, app/assets/stylesheets/global/examtime.sass */
.caret {
  border-style: solid;
}

/* line 967, app/assets/stylesheets/global/examtime.sass */
#campus_nav .caret {
  margin-left: 5px;
}

/* line 970, app/assets/stylesheets/global/examtime.sass */
#examtime_header {
  min-height: 90px;
}

/* line 972, app/assets/stylesheets/global/examtime.sass */
#examtime_header .container {
  height: 100%;
}

/* line 975, app/assets/stylesheets/global/examtime.sass */
#examtime_header .container .logo_loggedin, #examtime_header .container .logo_loggedout {
  float: left;
}

/* line 979, app/assets/stylesheets/global/examtime.sass */
#examtime_header .container .logo_loggedout img {
  width: 171px;
}

/* line 982, app/assets/stylesheets/global/examtime.sass */
#examtime_header .container .logo_loggedin {
  display: block;
  height: 90px;
  width: 70px;
}

/* line 986, app/assets/stylesheets/global/examtime.sass */
#examtime_header .container .logo_loggedin img {
  margin: 32px 0 0 10px;
}

/* line 988, app/assets/stylesheets/global/examtime.sass */
hr {
  height: 1px;
  background: #cccccc;
}

/* line 993, app/assets/stylesheets/global/examtime.sass */
.errors li {
  list-style-type: none !important;
}

/* line 997, app/assets/stylesheets/global/examtime.sass */
.search_create_bar .examtime-icon-mind_map {
  color: #ffab58;
}

/* line 999, app/assets/stylesheets/global/examtime.sass */
.search_create_bar .examtime-icon-quiz {
  color: #a0b431;
}

/* line 1001, app/assets/stylesheets/global/examtime.sass */
.search_create_bar .examtime-icon-flash_card_deck {
  color: #578fc7;
}

/* line 1003, app/assets/stylesheets/global/examtime.sass */
.search_create_bar .examtime-icon-note {
  color: #f075c9;
}

/* line 1006, app/assets/stylesheets/global/examtime.sass */
.subject_selection {
  display: inline-block;
}

/* line 1009, app/assets/stylesheets/global/examtime.sass */
.dataTables_controls {
  margin-top: 30px;
}

/* line 1012, app/assets/stylesheets/global/examtime.sass */
.navbar-toggle {
  border-color: #3a99ad !important;
}

/* line 1014, app/assets/stylesheets/global/examtime.sass */
.navbar-toggle:hover {
  background: #142b42;
}

/* line 1016, app/assets/stylesheets/global/examtime.sass */
.navbar-toggle:active {
  border: 2px solid #3a99ad;
}

/* line 1022, app/assets/stylesheets/global/examtime.sass */
.attached_image_container {
  margin-bottom: 15px;
}

/* line 1024, app/assets/stylesheets/global/examtime.sass */
.attached_image_container .attached_img {
  max-width: 100%;
  max-height: 300px;
  min-width: 80px;
}

/* line 1029, app/assets/stylesheets/global/examtime.sass */
.popup_image {
  cursor: pointer;
}

/* line 1032, app/assets/stylesheets/global/examtime.sass */
.popup_image_container {
  text-align: center;
}

/* line 1034, app/assets/stylesheets/global/examtime.sass */
.popup_image_container .popup_image_content {
  min-width: 80px;
  max-width: 100%;
}

/* line 1039, app/assets/stylesheets/global/examtime.sass */
.image_popup_modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

/* line 1046, app/assets/stylesheets/global/examtime.sass */
.image_popup_modal {
  text-align: center;
}

/* line 1048, app/assets/stylesheets/global/examtime.sass */
.image_popup_modal .modal-dialog-image {
  margin: 40px 0 40px 0;
  max-width: 80%;
  display: inline-block;
}

/* line 1052, app/assets/stylesheets/global/examtime.sass */
.image_popup_modal .modal-dialog-image .modal-header {
  padding: 20px;
  border: none;
}

/* line 1055, app/assets/stylesheets/global/examtime.sass */
.image_popup_modal .modal-dialog-image .modal-body {
  margin: 0;
  padding: 0 40px 40px 40px;
}

/* line 1058, app/assets/stylesheets/global/examtime.sass */
.image_popup_modal .modal-dialog-image .close_modal {
  top: 8px;
  right: 8px;
}

@media screen and (max-width: 700px) {
  /* line 1062, app/assets/stylesheets/global/examtime.sass */
  .image_popup_modal .modal-dialog-image {
    max-width: 90%;
  }
  /* line 1064, app/assets/stylesheets/global/examtime.sass */
  .image_popup_modal .modal-dialog-image .modal-header {
    padding: 10px;
  }
  /* line 1066, app/assets/stylesheets/global/examtime.sass */
  .image_popup_modal .modal-dialog-image .modal-body {
    padding: 0 20px 20px 20px;
  }
  /* line 1068, app/assets/stylesheets/global/examtime.sass */
  .image_popup_modal .modal-dialog-image .close_modal {
    font-size: 33px;
    top: -4px;
    right: 0px;
  }
}

/* line 1073, app/assets/stylesheets/global/examtime.sass */
.-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 1077, app/assets/stylesheets/global/examtime.sass */
.video_player .video-js {
  margin: auto;
}

/* line 1080, app/assets/stylesheets/global/examtime.sass */
.float-right {
  float: right;
}

/* line 1083, app/assets/stylesheets/global/examtime.sass */
.float-left {
  float: left;
}

/* line 1087, app/assets/stylesheets/global/examtime.sass */
body {
  font-family: 'OpenSans', sans-serif;
  font-weight: 300;
  font-size: 13px;
}

/* line 1092, app/assets/stylesheets/global/examtime.sass */
a {
  cursor: pointer;
}

/* line 1093, app/assets/stylesheets/global/examtime.sass */
a:active {
  outline: none;
}

/* line 1099, app/assets/stylesheets/global/examtime.sass */
.resource a:hover {
  text-decoration: none;
}

/* line 1102, app/assets/stylesheets/global/examtime.sass */
h1, h2, h3, h4, h5 {
  font-family: 'OpenSans', sans-serif;
  margin: 0;
  padding: 0;
}

/* line 1107, app/assets/stylesheets/global/examtime.sass */
h1, h2 {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
}

/* line 1110, app/assets/stylesheets/global/examtime.sass */
h1 {
  font-family: 'OpenSans', sans-serif;
  color: #444;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: -2px;
}

/* line 1118, app/assets/stylesheets/global/examtime.sass */
.tag_lines h1 {
  line-height: 90px;
}

/* line 1121, app/assets/stylesheets/global/examtime.sass */
h1.not_found {
  margin: 30px 0 30px 0;
}

/* line 1124, app/assets/stylesheets/global/examtime.sass */
h1.sign_in {
  margin: 30px 0 30px 0;
}

/* line 1127, app/assets/stylesheets/global/examtime.sass */
.not_found, .check_out_featured, .sign_in {
  color: #909090;
  font-weight: 100;
}

/* line 1131, app/assets/stylesheets/global/examtime.sass */
.not_found_text {
  font-size: 16px;
}

/* line 1134, app/assets/stylesheets/global/examtime.sass */
.dashboard_header {
  margin-bottom: 30px;
}

/* line 1136, app/assets/stylesheets/global/examtime.sass */
.dashboard_header h1 {
  display: inline;
  height: 100px;
  overflow: hidden;
  line-height: 55px;
  font-size: 30px;
}

/* line 1142, app/assets/stylesheets/global/examtime.sass */
.dashboard_header .btn-default {
  float: right;
  margin-top: 31px;
}

/* line 1145, app/assets/stylesheets/global/examtime.sass */
.dashboard_header .nav-tabs li a {
  display: inline-block;
  padding: 20px 10px 6px 10px;
}

/* line 1150, app/assets/stylesheets/global/examtime.sass */
.related_tab .related_subject_heading {
  font-size: 20px;
  background: #fcfcfc;
  padding: 10px 15px 5px 0;
  font-weight: 500;
}

/* line 1155, app/assets/stylesheets/global/examtime.sass */
.related_tab .related_subject_heading a {
  color: #444;
}

/* line 1157, app/assets/stylesheets/global/examtime.sass */
.related_tab .related_subject_heading a:hover {
  text-decoration: none;
}

/* line 1159, app/assets/stylesheets/global/examtime.sass */
.related_tab .related_subject_heading a:hover h1 {
  opacity: 0.8;
}

/* line 1162, app/assets/stylesheets/global/examtime.sass */
h2 {
  font-family: 'OpenSans', sans-serif;
  font-size: 30px;
  color: #272727;
  font-weight: 300;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
}

/* line 1170, app/assets/stylesheets/global/examtime.sass */
.topic_header {
  overflow: hidden;
}

/* line 1172, app/assets/stylesheets/global/examtime.sass */
.topic_header .study_aid_actions {
  float: right;
}

/* line 1175, app/assets/stylesheets/global/examtime.sass */
.topic_row {
  padding-bottom: 20px;
  margin-bottom: 40px;
}

/* line 1178, app/assets/stylesheets/global/examtime.sass */
.topic_row .delete_topic_btn {
  margin-left: 5px;
}

/* line 1180, app/assets/stylesheets/global/examtime.sass */
.topic_row h2, .topic_row .edit_topic {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  color: #3a99ad;
  font-weight: 100;
  padding: 20px;
  margin: 0 0 20px 0;
  font-size: 30px;
  letter-spacing: -1px;
  display: block;
}

/* line 1192, app/assets/stylesheets/global/examtime.sass */
.topic_row.read_only .tile .check {
  display: none;
}

/* line 1196, app/assets/stylesheets/global/examtime.sass */
form.change_topic_name input[type="text"] {
  background: none;
  padding: 0;
  border: 1px solid grey;
  box-shadow: none;
  color: grey;
  font-weight: 100;
  padding: 0 5px;
  letter-spacing: -1px;
}

/* line 1206, app/assets/stylesheets/global/examtime.sass */
.popover h2 {
  font-size: 22px;
}

/* line 1209, app/assets/stylesheets/global/examtime.sass */
.publicmeta h1 {
  margin: 20px 0;
  font-size: 30px;
  color: #272727;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 32px;
  word-wrap: break-word;
  display: block;
}

/* line 1218, app/assets/stylesheets/global/examtime.sass */
.publicmeta h1 .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 1222, app/assets/stylesheets/global/examtime.sass */
.study_aid_panel .publicmeta h1 {
  margin: 0 0 20px 0;
}

/* line 1225, app/assets/stylesheets/global/examtime.sass */
#tab_ratings {
  text-align: center;
}

/* line 1228, app/assets/stylesheets/global/examtime.sass */
.modal {
  overflow-y: auto;
}

/* line 1231, app/assets/stylesheets/global/examtime.sass */
.modal-title {
  line-height: 30px;
}

/* line 1234, app/assets/stylesheets/global/examtime.sass */
h3 {
  font-size: 16px;
  line-height: 22px;
  color: #444;
  font-weight: 100;
}

/* line 1241, app/assets/stylesheets/global/examtime.sass */
.meta h3 {
  float: left;
  font-size: 16px;
}

/* line 1246, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .tile_header {
  border-top: 0;
}

/* line 1248, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .tile_overlay {
  cursor: pointer;
}

/* line 1250, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .resource_progress .btn_info {
  margin-left: 20px;
}

/* line 1252, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .btn_play, .deleted_resource.resource .btn_actions {
  display: none;
}

/* line 1254, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .tile.study_aid_tile {
  opacity: 0.4;
  border: 2px dotted #999;
  transition: opacity .5s;
}

/* line 1258, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .tile.study_aid_tile:hover {
  opacity: 1;
}

/* line 1260, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .tile.study_aid_tile .tile_footer {
  border-bottom: 0;
  height: 67px;
}

/* line 1263, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .tile_actions .action_btn {
  width: 100%;
}

/* line 1265, app/assets/stylesheets/global/examtime.sass */
.deleted_resource.resource .study_aid_tile .avg_rating {
  height: 17px;
}

/* line 1270, app/assets/stylesheets/global/examtime.sass */
.study_aid_tile .avg_rating {
  display: block;
  height: 19px;
}

/* line 1274, app/assets/stylesheets/global/examtime.sass */
.resourcecat h3 {
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  max-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0.8;
  filter: alpha(opacity=80);
  margin-top: 5px;
}

/* line 1285, app/assets/stylesheets/global/examtime.sass */
.friend_detail h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  font-weight: 500;
  width: 180px;
}

/* line 1293, app/assets/stylesheets/global/examtime.sass */
.new_invite .friend_detail h3 {
  width: 150px;
}

/* line 1296, app/assets/stylesheets/global/examtime.sass */
.related_tab h3 {
  font-weight: 300;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 15px;
  background: #fcfcfc;
  letter-spacing: 0;
}

/* line 1305, app/assets/stylesheets/global/examtime.sass */
#share_user_study_aid_performance_popup h3 {
  margin: 20px 0 10px 0;
}

/* line 1309, app/assets/stylesheets/global/examtime.sass */
#share_user_study_aid_performance_popup #cancel_no_friend_selected {
  text-align: right;
}

/* line 1312, app/assets/stylesheets/global/examtime.sass */
#share_user_study_aid_performance_popup #private_messages_form .row {
  margin: 0;
}

/* line 1314, app/assets/stylesheets/global/examtime.sass */
#share_user_study_aid_performance_popup #private_messages_form .row textarea {
  height: 75px;
}

/* line 1322, app/assets/stylesheets/global/examtime.sass */
h3 a:hover {
  text-decoration: none;
}

/* line 1325, app/assets/stylesheets/global/examtime.sass */
h4 {
  font-size: 20px;
  color: #444;
  font-weight: 300;
  margin: 10px 5px 30px 5px;
  line-height: 18px;
  text-transform: uppercase;
}

/* line 1332, app/assets/stylesheets/global/examtime.sass */
h4.alert-heading {
  margin: 0 0 10px 0;
}

/* line 1335, app/assets/stylesheets/global/examtime.sass */
h5 {
  font-size: 24px;
  color: #fcfcfc;
  font-weight: 100;
  margin: 0 0 30px 0;
}

/* line 1341, app/assets/stylesheets/global/examtime.sass */
li {
  font-weight: 300;
}

/* line 1344, app/assets/stylesheets/global/examtime.sass */
#group_info_stats {
  color: #909090;
  font-style: italic;
}

/* line 1348, app/assets/stylesheets/global/examtime.sass */
.comment_meta {
  font-size: 14px;
  margin: 0 0 0 20px;
}

/* line 1351, app/assets/stylesheets/global/examtime.sass */
.comment_meta .comment_time {
  font-size: 11px;
  color: #909090;
  margin-left: 5px;
}

/* line 1355, app/assets/stylesheets/global/examtime.sass */
.comment_meta .comment_edited {
  font-size: 11px;
  color: #909090;
}

/* line 1359, app/assets/stylesheets/global/examtime.sass */
.edit_comment_form textarea {
  margin-bottom: 10px;
}

/* line 1362, app/assets/stylesheets/global/examtime.sass */
.user_avatar {
  margin-bottom: 10px;
}

/* line 1365, app/assets/stylesheets/global/examtime.sass */
.softmeta {
  font-size: 12px;
  color: #444;
}

/* line 1369, app/assets/stylesheets/global/examtime.sass */
.study_aid_level {
  margin: 5px 0 20px 0;
  font-size: 11px;
}

/* line 1373, app/assets/stylesheets/global/examtime.sass */
.search_desc {
  max-height: 80px;
  overflow: hidden;
}

/* line 1379, app/assets/stylesheets/global/examtime.sass */
.my_subjects a:hover {
  color: #6fcbe1;
}

/* line 1381, app/assets/stylesheets/global/examtime.sass */
.my_subjects li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 1386, app/assets/stylesheets/global/examtime.sass */
#meta-exam-level {
  font-size: 12px;
  color: #fff;
}

/* line 1390, app/assets/stylesheets/global/examtime.sass */
.label-staff {
  color: black;
}

/* line 1393, app/assets/stylesheets/global/examtime.sass */
input.site_search[type="text"] {
  color: #d1d6d7;
}

/* line 1396, app/assets/stylesheets/global/examtime.sass */
.site_search {
  font-weight: 100;
}

/* line 1399, app/assets/stylesheets/global/examtime.sass */
.tag_lines {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 1403, app/assets/stylesheets/global/examtime.sass */
.section_title {
  font-size: 18px;
  color: #3a99ad;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

/* line 1429, app/assets/stylesheets/global/examtime.sass */
.icon_tile {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* line 1435, app/assets/stylesheets/global/examtime.sass */
.tile {
  margin-bottom: 20px;
  padding-bottom: 0;
}

/* line 1439, app/assets/stylesheets/global/examtime.sass */
.tile_small {
  position: absolute;
  border-radius: 20px;
  padding: 8px;
}

/* line 1445, app/assets/stylesheets/global/examtime.sass */
.tile.study_aid_tile .tile_title {
  height: 85px;
}

/* line 1447, app/assets/stylesheets/global/examtime.sass */
.tile.study_aid_tile .tile_title h3 {
  max-height: 70px;
}

/* line 1453, app/assets/stylesheets/global/examtime.sass */
.touch .not_logged_in .tile.study_aid_tile .tile_header {
  margin-bottom: 0;
}

/* line 1456, app/assets/stylesheets/global/examtime.sass */
.touch .tile.study_aid_tile .tile_header {
  margin-bottom: 30px;
}

/* line 1458, app/assets/stylesheets/global/examtime.sass */
.touch .tile.study_aid_tile .tile_actions {
  visibility: visible;
  opacity: 1;
}

/* line 1463, app/assets/stylesheets/global/examtime.sass */
.study_aid_tile .group_shared_by a.user_link {
  font-size: 10px;
  font-weight: normal;
  color: #333;
}

/* line 1467, app/assets/stylesheets/global/examtime.sass */
.study_aid_tile .group_shared_by a.user_link.ubadge-educator {
  background-image: url(/assets/badges/educator-black.png);
}

/* line 1471, app/assets/stylesheets/global/examtime.sass */
.comment_box .ubadge-educator {
  background-image: url(/assets/badges/educator-blue.png);
}

/* line 1475, app/assets/stylesheets/global/examtime.sass */
.resource .tile_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 11;
  cursor: pointer;
}

/* line 1485, app/assets/stylesheets/global/examtime.sass */
.resource .tile_overlay:hover {
  opacity: 0.1;
}

/* line 1488, app/assets/stylesheets/global/examtime.sass */
.tile_header {
  position: relative;
  background-color: #fff;
  padding: 15px 40px 15px 15px;
  border-top: 1px solid #ddd;
}

/* line 1493, app/assets/stylesheets/global/examtime.sass */
.tile_header h3 {
  font-size: 16px;
  color: #3a99ad;
  font-weight: 500;
  overflow: hidden;
}

/* line 1498, app/assets/stylesheets/global/examtime.sass */
.tile_header .tile_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 11;
}

/* line 1507, app/assets/stylesheets/global/examtime.sass */
.tile_header .tile_overlay:hover {
  opacity: 0.1;
}

/* line 1509, app/assets/stylesheets/global/examtime.sass */
.tile_header .tile_title {
  overflow: hidden;
  position: relative;
  z-index: 5;
}

/* line 1513, app/assets/stylesheets/global/examtime.sass */
.tile_header .avg_rating {
  position: relative;
  z-index: 5;
}

/* line 1516, app/assets/stylesheets/global/examtime.sass */
.tile_header .average_rating {
  margin-right: 20px;
}

/* line 1518, app/assets/stylesheets/global/examtime.sass */
.tile_header .average_rating div {
  display: inline-block;
}

/* line 1520, app/assets/stylesheets/global/examtime.sass */
.tile_header .type {
  font-size: 10px;
  color: #fff;
  font-weight: 300;
  line-height: 11px;
}

/* line 1526, app/assets/stylesheets/global/examtime.sass */
.tile_footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dadada;
  z-index: 12;
}

/* line 1531, app/assets/stylesheets/global/examtime.sass */
.tile_actions {
  position: absolute;
  top: -34px;
  left: 0px;
  background: #fafafa;
  width: 100%;
  border-top: 1px solid #dadada;
  transition: visibility 0s linear 0.1s,opacity 0.1s linear;
  visibility: hidden;
  opacity: 0;
}

/* line 1541, app/assets/stylesheets/global/examtime.sass */
.tile_actions .action_btn {
  width: 24%;
  display: inline-block;
  text-align: center;
  border-left: 1px solid #dadada;
  padding: 7px 0;
}

/* line 1547, app/assets/stylesheets/global/examtime.sass */
.tile_actions .action_btn:hover {
  background: #fff;
}

/* line 1549, app/assets/stylesheets/global/examtime.sass */
.tile_actions .first_action {
  border-left: none;
}

/* line 1554, app/assets/stylesheets/global/examtime.sass */
.tile:hover .tile_actions {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* line 1563, app/assets/stylesheets/global/examtime.sass */
.tile:active .tile_actions {
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/* line 1573, app/assets/stylesheets/global/examtime.sass */
#subjects_container .resource_type, #groups_container .resource_type {
  font-size: 50px;
  opacity: 0.2;
}

/* line 1577, app/assets/stylesheets/global/examtime.sass */
.resource_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
}

/* line 1583, app/assets/stylesheets/global/examtime.sass */
.resource_progress .resource_progress_text {
  float: right;
  font-weight: 900;
  margin-right: 20px;
}

/* line 1587, app/assets/stylesheets/global/examtime.sass */
.resource_progress .resource_progress_bar {
  height: 5px;
  background: rgba(0, 0, 0, 0.15);
  margin-bottom: 8px;
}

/* line 1592, app/assets/stylesheets/global/examtime.sass */
.icon_pin {
  position: absolute;
  top: -10px;
  right: -8px;
}

/* line 1598, app/assets/stylesheets/global/examtime.sass */
.tile .resource_state_icon {
  position: absolute;
  top: -17px;
  right: -18px;
  z-index: 15;
}

/* line 1605, app/assets/stylesheets/global/examtime.sass */
.meta_sidebar .resource_state_icon {
  margin-left: -6px;
}

/* line 1609, app/assets/stylesheets/global/examtime.sass */
.tile_content {
  padding: 12px 10px 0 20px;
}

/* line 1612, app/assets/stylesheets/global/examtime.sass */
.tile_meta {
  position: relative;
  padding: 0 0 0 45px;
}

/* line 1615, app/assets/stylesheets/global/examtime.sass */
.tile_meta .author_avatar {
  position: absolute;
  left: 0;
}

/* line 1618, app/assets/stylesheets/global/examtime.sass */
.tile_meta .social_meta {
  min-width: 250px;
  position: relative;
  left: -5px;
}

/* line 1622, app/assets/stylesheets/global/examtime.sass */
.tile_meta .social_meta .tile_views, .tile_meta .social_meta .tile_pins {
  float: left;
  margin: 6px 20px 0 0;
}

/* line 1625, app/assets/stylesheets/global/examtime.sass */
.tile_meta .social_meta li {
  font-size: 10px;
}

/* line 1628, app/assets/stylesheets/global/examtime.sass */
.tile_meta .social_meta li .tile_icon {
  margin: 2px 5px 0 0;
}

/* line 1631, app/assets/stylesheets/global/examtime.sass */
.tile_views, .tile_pins, .viewcount, .total_ratings {
  font-size: 10px;
  font-weight: 600;
}

/* line 1636, app/assets/stylesheets/global/examtime.sass */
.invite_resource h3 {
  color: #464e4f;
}

/* line 1638, app/assets/stylesheets/global/examtime.sass */
.invite_resource .controls {
  text-align: center;
}

/* line 1640, app/assets/stylesheets/global/examtime.sass */
.invite_resource .tile_footer {
  padding: 15px 0 20px 0;
  height: auto;
}

/* line 1644, app/assets/stylesheets/global/examtime.sass */
.created_by, .created_at {
  overflow: hidden;
}

/* line 1646, app/assets/stylesheets/global/examtime.sass */
.created_by a.user_link, .created_at a.user_link {
  line-height: normal;
}

/* line 1649, app/assets/stylesheets/global/examtime.sass */
.tile_footer .created_by {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 1652, app/assets/stylesheets/global/examtime.sass */
.tile_footer {
  font-size: 12px;
}

/* line 1655, app/assets/stylesheets/global/examtime.sass */
.created_at {
  font-size: 9px;
  margin: 3px 0 2px 0;
}

/* line 1660, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile {
  position: relative;
}

/* line 1662, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile .tile_disabled_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 1670, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile:hover .tile_dismiss {
  display: block;
}

/* line 1672, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .icon_tile {
  width: 70px;
  height: 70px;
}

/* line 1676, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile_header .resource_type {
  position: absolute;
  top: 9px;
  right: 15px;
}

/* line 1680, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile_header .tile_title {
  height: 85px;
}

/* line 1682, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile_header .tile_dismiss {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

/* line 1691, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile_header .tile_dismiss:hover {
  opacity: 0.8;
}

/* line 1693, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile_header .tile_dismiss img {
  vertical-align: top;
}

/* line 1695, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .tile_footer {
  height: 68px;
}

/* line 1697, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource .action_btn {
  width: 32%;
}

/* line 1699, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource.disabled {
  opacity: 0.4;
}

/* line 1701, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource.disabled .select_resource {
  opacity: 0;
  cursor: default;
}

/* line 1704, app/assets/stylesheets/global/examtime.sass */
.resource.related_resource.disabled .tile_header a {
  cursor: default;
}

/* line 1708, app/assets/stylesheets/global/examtime.sass */
.inviterow {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

/* line 1715, app/assets/stylesheets/global/examtime.sass */
.speech {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 12px 12px 0;
  margin: 0 0 0 25px;
}

/* line 1722, app/assets/stylesheets/global/examtime.sass */
.tile_footer {
  padding: 15px 17px 18px 17px;
  position: relative;
  border-bottom: 1px solid #dadada;
}

/* line 1726, app/assets/stylesheets/global/examtime.sass */
.tile_footer .author_avatar img {
  border-radius: 100%;
}

/* line 1728, app/assets/stylesheets/global/examtime.sass */
.tile_footer .select_resource {
  float: right;
  font-size: 15px;
  width: 14px;
  margin-top: -2px;
  cursor: pointer;
}

/* line 1734, app/assets/stylesheets/global/examtime.sass */
.tile_footer .select_resource .checked {
  display: none;
}

/* line 1738, app/assets/stylesheets/global/examtime.sass */
.checkbox-selected .tile_footer .select_resource .checked {
  display: inline;
}

/* line 1740, app/assets/stylesheets/global/examtime.sass */
.checkbox-selected .tile_footer .select_resource .unchecked {
  display: none;
}

/* line 1748, app/assets/stylesheets/global/examtime.sass */
.subject_tile h3, .subject_tile h4, .group_tile h3, .group_tile h4, .invite_tile h3, .invite_tile h4 {
  line-height: 30px;
}

/* line 1750, app/assets/stylesheets/global/examtime.sass */
.subject_tile .additional_info, .group_tile .additional_info, .invite_tile .additional_info {
  display: block;
}

/* line 1752, app/assets/stylesheets/global/examtime.sass */
.subject_tile .additional_info p, .group_tile .additional_info p, .invite_tile .additional_info p {
  margin: 0;
  padding: 0;
}

/* line 1758, app/assets/stylesheets/global/examtime.sass */
.subject_tile .tile_footer, .group_tile .tile_footer, .invite_tile .tile_footer {
  height: 60px;
}

/* line 1762, app/assets/stylesheets/global/examtime.sass */
.subject_tile .additional_info {
  padding-left: 40px;
  padding-top: 5px;
}

/* line 1765, app/assets/stylesheets/global/examtime.sass */
.subject_tile .tile_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 1769, app/assets/stylesheets/global/examtime.sass */
.subject_tile .tile_header .tile_exam_level h4 {
  font-size: 80%;
  margin: 0;
  color: #3a99ad;
  opacity: 0.7;
  text-transform: uppercase;
  overflow: hidden;
}

/* line 1748, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile h3, .discover_group_tile h4 {
  line-height: 30px;
}

/* line 1750, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .additional_info {
  display: block;
}

/* line 1752, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .additional_info p {
  margin: 0;
  padding: 0;
}

/* line 1780, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .tile_header {
  padding-right: 15px;
}

/* line 1782, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .tile_title {
  margin-left: 55px;
}

/* line 1784, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .additional_info {
  float: right;
  color: #444;
  margin-top: 6px;
}

/* line 1789, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .additional_info .public_group .sprite, .discover_group_tile .additional_info .private_group .sprite, .discover_group_tile .additional_info .institution_group .sprite {
  margin-left: 0.5em;
}

/* line 1797, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .actions_inline {
  margin-top: 15px;
}

/* line 1799, app/assets/stylesheets/global/examtime.sass */
.discover_group_tile .edit {
  display: block;
  height: 10px;
}

/* line 1804, app/assets/stylesheets/global/examtime.sass */
.group_tile .additional_info {
  float: left;
  position: relative;
  top: -3px;
  left: 53px;
}

/* line 1811, app/assets/stylesheets/global/examtime.sass */
.subject_tile i.subject_icon {
  color: #464e4f;
  font-size: 25px;
  vertical-align: middle;
  position: absolute;
  top: 13px;
}

/* line 1818, app/assets/stylesheets/global/examtime.sass */
.invite_overlay {
  width: 83%;
  text-align: center;
  position: absolute;
  top: 0px;
  z-index: 5;
}

/* line 1824, app/assets/stylesheets/global/examtime.sass */
.invite_overlay h3 {
  font-size: 12px;
  line-height: 14px;
  color: white;
  margin: 5px 0px 0px 10px;
}

/* line 1831, app/assets/stylesheets/global/examtime.sass */
.no_screenshots .resource_thumb {
  display: none;
}

/* line 1834, app/assets/stylesheets/global/examtime.sass */
.meta {
  padding: 5px 5px 15px 55px;
}

/* line 1837, app/assets/stylesheets/global/examtime.sass */
.meta_area_report_inappropriate {
  margin-top: 10px;
}

/* line 1841, app/assets/stylesheets/global/examtime.sass */
.handle, .cog, .info {
  color: #72869b;
}

/* line 1844, app/assets/stylesheets/global/examtime.sass */
.tile .select_resource i {
  top: -8px;
  right: -8px;
  z-index: 2;
  position: absolute;
}

/* line 1849, app/assets/stylesheets/global/examtime.sass */
.tile .select_resource i.icon-check {
  right: -10px;
}

/* line 1852, app/assets/stylesheets/global/examtime.sass */
.meta h3 {
  color: #72869b;
}

/* line 1855, app/assets/stylesheets/global/examtime.sass */
.handle {
  top: 10px;
  left: 15px;
}

/* line 1859, app/assets/stylesheets/global/examtime.sass */
.cog {
  top: -5px;
  right: 10px;
  z-index: 3;
  cursor: pointer;
}

/* line 1866, app/assets/stylesheets/global/examtime.sass */
#groups_container .cog {
  position: absolute;
}

/* line 1869, app/assets/stylesheets/global/examtime.sass */
li {
  list-style-type: none;
  display: inline;
}

/* line 1873, app/assets/stylesheets/global/examtime.sass */
.resourcerow {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0 20px 0;
  margin: 0 0 30px 0;
}

/* line 1878, app/assets/stylesheets/global/examtime.sass */
.resourcecat {
  position: absolute;
  top: 45px;
  z-index: 2;
  color: #fff;
  width: 160px;
  left: 50%;
  margin-left: -80px;
  text-align: center;
}

/* line 1887, app/assets/stylesheets/global/examtime.sass */
.resourcecat .subject, .resourcecat .type {
  width: 80px;
  float: left;
  text-align: center;
}

/* line 1891, app/assets/stylesheets/global/examtime.sass */
.resourcecat i {
  font-size: 50px;
  line-height: 40px;
}

/* line 1895, app/assets/stylesheets/global/examtime.sass */
.addnew {
  background: #0c1a28;
}

/* line 1898, app/assets/stylesheets/global/examtime.sass */
a.friend_info {
  text-decoration: none;
}

/* line 1901, app/assets/stylesheets/global/examtime.sass */
.medium_avatar {
  border-radius: 5px;
  margin-right: 10px;
}

/* line 1905, app/assets/stylesheets/global/examtime.sass */
.related_topic {
  border-top: 1px solid #cccccc;
}

/* line 1908, app/assets/stylesheets/global/examtime.sass */
.item_listed {
  margin: 15px 0 0 0;
}

/* line 1911, app/assets/stylesheets/global/examtime.sass */
.actions_inline {
  text-align: right;
}

/* line 1915, app/assets/stylesheets/global/examtime.sass */
.marked i {
  color: #f7c859;
}

/* line 1918, app/assets/stylesheets/global/examtime.sass */
.study_aids_table {
  padding: 10px;
}

/* line 1922, app/assets/stylesheets/global/examtime.sass */
.btn_tile:hover {
  opacity: 0.8;
}

/* line 1930, app/assets/stylesheets/global/examtime.sass */
.resource_listed_link:hover {
  text-decoration: none;
}

/* line 1933, app/assets/stylesheets/global/examtime.sass */
.resource_listed {
  position: relative;
  padding: 8px 10px 24px 54px;
}

/* line 1936, app/assets/stylesheets/global/examtime.sass */
.resource_listed .resource_type_icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 9px;
  border-radius: 100%;
}

/* line 1942, app/assets/stylesheets/global/examtime.sass */
.resource_listed .resource_title {
  font-size: 14px;
  font-weight: 500;
  word-wrap: break-word;
}

/* line 1946, app/assets/stylesheets/global/examtime.sass */
.resource_listed .study_aid_views {
  color: #444;
}

/* line 1950, app/assets/stylesheets/global/examtime.sass */
.related_topic .resource_listed {
  padding: 8px 10px 24px 59px;
}

/* line 1952, app/assets/stylesheets/global/examtime.sass */
.related_topic .resource_listed .resource_type_icon {
  left: 4px;
  top: 0px;
}

/* line 1961, app/assets/stylesheets/global/examtime.sass */
.friend_detail .friend_name {
  font-weight: 900;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  margin-top: 2px;
  line-height: normal;
}

/* line 1973, app/assets/stylesheets/global/examtime.sass */
.btn-all {
  margin-right: 5px;
  color: inherit;
  font-size: 9px;
  background: #f7f7f7;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  top: 9px;
  float: right;
  font-weight: 300;
}

/* line 1984, app/assets/stylesheets/global/examtime.sass */
.btn-all:hover, .btn-all:focus {
  background: #fff;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

/* line 1990, app/assets/stylesheets/global/examtime.sass */
.btn:active, .btn.active {
  box-shadow: none;
}

/* line 1995, app/assets/stylesheets/global/examtime.sass */
.btn, .button, .confirm, .cancel, .neutral, .discover, .dark, .warning {
  cursor: pointer;
  font-weight: 300;
  border: 0;
  border-radius: 0;
  padding: 5px 20px;
  font-size: 12px;
  color: #fff;
}

/* line 2003, app/assets/stylesheets/global/examtime.sass */
.btn:hover, .button:hover, .confirm:hover, .cancel:hover, .neutral:hover, .discover:hover, .dark:hover, .warning:hover {
  text-decoration: none;
}

/* line 2005, app/assets/stylesheets/global/examtime.sass */
.btn a, .button a, .confirm a, .cancel a, .neutral a, .discover a, .dark a, .warning a {
  color: #fff;
}

/* line 2007, app/assets/stylesheets/global/examtime.sass */
.btn i, .button i, .confirm i, .cancel i, .neutral i, .discover i, .dark i, .warning i {
  margin-right: 5px;
}

/* line 2010, app/assets/stylesheets/global/examtime.sass */
.study_aid_actions_container {
  position: sticky;
  top: 0;
  z-index: 1001;
  height: 55px;
}

/* line 2016, app/assets/stylesheets/global/examtime.sass */
.study_aid_actions_container .study_aid_actions_info {
  float: right;
  padding: 18px 10px;
  height: 5px;
}

/* line 2021, app/assets/stylesheets/global/examtime.sass */
.study_aid_actions {
  background-color: #f7f7f7;
  border-bottom: 1px solid #dadada;
  top: 0;
  width: 100%;
}

/* line 2026, app/assets/stylesheets/global/examtime.sass */
.study_aid_actions .sa_btn {
  display: inline-block;
  margin: 10px 10px 10px 0;
}

/* line 2029, app/assets/stylesheets/global/examtime.sass */
.study_aid_actions img {
  cursor: pointer;
}

/* line 2031, app/assets/stylesheets/global/examtime.sass */
.study_aid_actions img:hover {
  opacity: .7;
}

/* line 2035, app/assets/stylesheets/global/examtime.sass */
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
}

/* line 2038, app/assets/stylesheets/global/examtime.sass */
.btn-sm {
  padding: 5px 10px;
}

/* line 2040, app/assets/stylesheets/global/examtime.sass */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}

/* line 2045, app/assets/stylesheets/global/examtime.sass */
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-google,
.fb_signin,
.btn-dark {
  color: #fff;
  border: 1px solid;
}

/* line 2055, app/assets/stylesheets/global/examtime.sass */
.btn-success:hover,
.btn-info:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-facebook:hover,
.btn-google:hover,
.fb_signin:hover,
.btn-dark:hover {
  color: #fff;
}

/* line 2060, app/assets/stylesheets/global/examtime.sass */
.btn-plain {
  margin-bottom: 5px;
  display: block;
  text-align: center;
  color: #444;
  border: 1px solid #cccccc;
  background: #f9f9f9;
  padding: 3px 0px;
}

/* line 2068, app/assets/stylesheets/global/examtime.sass */
.btn-plain:hover {
  background: #fff;
}

/* line 2071, app/assets/stylesheets/global/examtime.sass */
.btn-create {
  font-size: 11px;
  padding: 7px 20px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 15px;
}

/* line 2078, app/assets/stylesheets/global/examtime.sass */
.btn-upgrade {
  font-size: 11px;
  padding: 7px 20px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 15px 0 0 0;
  float: left;
  line-height: 15px;
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 2088, app/assets/stylesheets/global/examtime.sass */
.btn-upgrade:hover {
  background: #8d9e2c !important;
}

/* line 2092, app/assets/stylesheets/global/examtime.sass */
.btn-success {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #9aad30;
  border-color: #9aad30;
}

/* line 2096, app/assets/stylesheets/global/examtime.sass */
.btn-success:hover {
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 2100, app/assets/stylesheets/global/examtime.sass */
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-color: #8d9e2c;
  border-color: #8d9e2c;
}

/* line 2107, app/assets/stylesheets/global/examtime.sass */
.label-success {
  background-color: #9aad30;
}

/* line 2109, app/assets/stylesheets/global/examtime.sass */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #8d9e2c;
}

/* line 2112, app/assets/stylesheets/global/examtime.sass */
.btn-info, .btn-create {
  background-color: #62b1cc;
  border-color: #62b1cc;
}

/* line 2115, app/assets/stylesheets/global/examtime.sass */
.btn-info:hover, .btn-create:hover {
  background-color: #53a2bd;
  border-color: #53a2bd;
  color: #fff;
}

/* line 2120, app/assets/stylesheets/global/examtime.sass */
.btn-info:focus, .btn-create:focus,
.btn-info:active, .btn-create:active,
.btn-info.active, .btn-create.active,
.open .dropdown-toggle.btn-info, .open .dropdown-toggle.btn-create {
  background-color: #53a2bd;
  border-color: #53a2bd;
  color: #fff;
}

/* line 2128, app/assets/stylesheets/global/examtime.sass */
.label-info {
  background-color: #3a99ad;
}

/* line 2131, app/assets/stylesheets/global/examtime.sass */
.btn-cancel, .recurrance_change_confirm .cancel {
  color: #444;
  text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.2);
  background-color: #e6e6e6;
  border: 1px solid;
  border-color: #d5d5d5;
}

/* line 2137, app/assets/stylesheets/global/examtime.sass */
.btn-cancel:hover, .recurrance_change_confirm .cancel:hover {
  background-color: #dedede;
  border-color: #ccc;
}

/* line 2141, app/assets/stylesheets/global/examtime.sass */
.btn-cancel:focus,
.btn-cancel:active,
.btn-cancel.active,
.open .dropdown-toggle.btn-cancel {
  background-color: #dedede;
  border-color: #ccc;
}

/* line 2149, app/assets/stylesheets/global/examtime.sass */
.btn-default {
  color: #444;
  background-color: #fff;
  border: 1px solid;
  border-color: #cccccc;
}

/* line 2154, app/assets/stylesheets/global/examtime.sass */
.btn-default:hover {
  background-color: #fff;
  border: 1px solid;
  border-color: #ededed;
}

/* line 2160, app/assets/stylesheets/global/examtime.sass */
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #fff;
  border-color: #ededed;
}

/* line 2167, app/assets/stylesheets/global/examtime.sass */
.btn-default:active,
.btn-default.active {
  border-color: #cccccc;
}

/* line 2177, app/assets/stylesheets/global/examtime.sass */
.btn-facebook, .btn-google, .fb_signin, .btn-dark {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #5d7eb7;
  border-color: #5d7eb7;
}

/* line 2181, app/assets/stylesheets/global/examtime.sass */
.btn-facebook:hover, .btn-google:hover, .fb_signin:hover, .btn-dark:hover {
  background-color: #5371a3;
  border-color: #5371a3;
}

/* line 2185, app/assets/stylesheets/global/examtime.sass */
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook,
.fb_signin:focus,
.fb_signin:active,
.fb_signin.active,
.open .dropdown-toggle.fb_signin,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.open .dropdown-toggle.btn-dark {
  background-color: #5371a3;
  border-color: #5371a3;
}

/* line 2200, app/assets/stylesheets/global/examtime.sass */
.btn-danger, .btn-google {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #e74c3c;
  border-color: #e74c3c;
}

/* line 2204, app/assets/stylesheets/global/examtime.sass */
.btn-danger:hover, .btn-google:hover {
  background-color: #d04639;
  border-color: #d04639;
}

/* line 2208, app/assets/stylesheets/global/examtime.sass */
.label-danger {
  background-color: #e74c3c;
}

/* line 2211, app/assets/stylesheets/global/examtime.sass */
.label-danger[href]:hover:hover, .label-danger[href]:focus:hover {
  background-color: #d04639;
  border-color: #d04639;
}

/* line 2215, app/assets/stylesheets/global/examtime.sass */
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.open .dropdown-toggle.btn-google {
  background-color: #d04639;
  border-color: #d04639;
}

/* line 2227, app/assets/stylesheets/global/examtime.sass */
.btn-warning {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #e75c3c;
  border-color: #e75c3c;
}

/* line 2231, app/assets/stylesheets/global/examtime.sass */
.btn-warning:hover {
  background-color: #d14526;
  border-color: #d14526;
}

/* line 2235, app/assets/stylesheets/global/examtime.sass */
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-color: #d14526;
  border-color: #d14526;
}

/* line 2243, app/assets/stylesheets/global/examtime.sass */
.btn-linkedin {
  text-shadow: 0px -1px 1px rgba(0, 0, 0, 0.2);
  background-color: #142b42;
  border-color: #142b42;
}

/* line 2247, app/assets/stylesheets/global/examtime.sass */
.btn-linkedin:hover {
  color: #fff;
  background-color: #071018;
  border-color: #071018;
}

/* line 2252, app/assets/stylesheets/global/examtime.sass */
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-warning {
  background-color: #071018;
  border-color: #071018;
}

/* line 2262, app/assets/stylesheets/global/examtime.sass */
.btn-sell {
  color: #FFFFFF;
  background-color: #3F6A7F;
  border-color: #3F6A7F;
}

/* line 2268, app/assets/stylesheets/global/examtime.sass */
.btn-sell:hover,
.btn-sell:focus,
.btn-sell:active,
.btn-sell.active,
.open .dropdown-toggle.btn-sell {
  color: #FFFFFF;
  background-color: #375e71;
  border-color: #3F6A7F;
}

/* line 2278, app/assets/stylesheets/global/examtime.sass */
.btn-sell:active,
.btn-sell.active,
.open .dropdown-toggle.btn-sell {
  background-image: none;
}

/* line 2284, app/assets/stylesheets/global/examtime.sass */
.btn-sell.disabled,
.btn-sell[disabled],
fieldset[disabled] .btn-sell,
.btn-sell.disabled:hover,
.btn-sell[disabled]:hover,
fieldset[disabled] .btn-sell:hover,
.btn-sell.disabled:focus,
.btn-sell[disabled]:focus,
fieldset[disabled] .btn-sell:focus,
.btn-sell.disabled:active,
.btn-sell[disabled]:active,
fieldset[disabled] .btn-sell:active,
.btn-sell.disabled.active,
.btn-sell.active[disabled],
fieldset[disabled] .btn-sell.active {
  background-color: #3F6A7F;
  border-color: #3F6A7F;
}

/* line 2303, app/assets/stylesheets/global/examtime.sass */
.btn-sell .badge {
  color: #3F6A7F;
  background-color: #FFFFFF;
}

/* line 2317, app/assets/stylesheets/global/examtime.sass */
.btn-block {
  display: block;
}

/* line 2320, app/assets/stylesheets/global/examtime.sass */
.btn-not-clickable {
  cursor: auto;
}

/* line 2324, app/assets/stylesheets/global/examtime.sass */
.modal-content .cancel {
  float: right;
}

/* line 2327, app/assets/stylesheets/global/examtime.sass */
.delete_comment, .delete_post {
  margin-top: 6px;
  color: #e63a3a;
}

/* line 2330, app/assets/stylesheets/global/examtime.sass */
.delete_comment:hover, .delete_post:hover {
  color: #f76161;
}

/* line 2333, app/assets/stylesheets/global/examtime.sass */
.new_action {
  color: #3a99ad;
}

/* line 2336, app/assets/stylesheets/global/examtime.sass */
.btn.edit_comment, .btn.edit_post, .btn.btn_quote {
  margin-top: 6px;
  color: #3a99ad;
  opacity: 1;
}

/* line 2340, app/assets/stylesheets/global/examtime.sass */
.btn.edit_comment:hover, .btn.edit_post:hover, .btn.btn_quote:hover {
  color: #6fcbe1;
}

/* line 2342, app/assets/stylesheets/global/examtime.sass */
.btn.edit_comment textarea, .btn.edit_post textarea, .btn.btn_quote textarea {
  width: 100%;
  margin-bottom: 20px;
}

/* line 2346, app/assets/stylesheets/global/examtime.sass */
.edit_controls {
  float: right;
}

/* line 2349, app/assets/stylesheets/global/examtime.sass */
.banner_search {
  margin-top: 30px;
}

/* line 2352, app/assets/stylesheets/global/examtime.sass */
.discover {
  font-size: 16px;
  font-weight: 300;
  padding: 10px 20px;
  background: #dc3671;
}

/* line 2357, app/assets/stylesheets/global/examtime.sass */
.discover:hover {
  background: #e86191;
}

/* line 2360, app/assets/stylesheets/global/examtime.sass */
.mainsearch {
  text-align: center;
  font-size: 22px;
}

/* line 2363, app/assets/stylesheets/global/examtime.sass */
.mainsearch i {
  margin: 0;
}

/* line 2367, app/assets/stylesheets/global/examtime.sass */
.nav_popover_container .btn {
  margin-top: 5px;
  padding: 3px 10px;
}

/* line 2372, app/assets/stylesheets/global/examtime.sass */
.subject_container i {
  color: #142b42;
  margin-right: 5px;
}

/* line 2376, app/assets/stylesheets/global/examtime.sass */
.modal-footer .confirm {
  float: left;
}

/* line 2380, app/assets/stylesheets/global/examtime.sass */
.post_controls a.btn {
  margin-top: 7px;
  padding: 0;
  margin-right: 10px;
}

/* line 2384, app/assets/stylesheets/global/examtime.sass */
.post_controls .admin_controls {
  display: inline-block;
}

/* line 2387, app/assets/stylesheets/global/examtime.sass */
#discussion_comments .comment.first .usertype {
  font-size: 12px;
  display: block;
  margin: 0;
}

/* line 2393, app/assets/stylesheets/global/examtime.sass */
#comments_section #comment_pagination {
  margin: 10px 0 0 1px;
}

/* line 2395, app/assets/stylesheets/global/examtime.sass */
#comments_section hr.pagination_divider {
  margin: 5px 0 10px 0;
}

/* line 2398, app/assets/stylesheets/global/examtime.sass */
.devise_errors {
  color: red;
}

/* line 2400, app/assets/stylesheets/global/examtime.sass */
.devise_errors h2 {
  font-size: 14px;
  color: red;
}

/* line 2404, app/assets/stylesheets/global/examtime.sass */
.errors li {
  display: list-item;
}

/* line 2408, app/assets/stylesheets/global/examtime.sass */
.notification_types a {
  margin: 0 0 10px 0;
}

/* line 2411, app/assets/stylesheets/global/examtime.sass */
#link_preview {
  z-index: 1001;
  position: absolute;
  display: none;
  padding: 2px 4px;
  font-size: 12px;
  border: 1px solid #f7c859;
  background: #fcfcfc;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -ms-user-select: none;
}

/* line 2421, app/assets/stylesheets/global/examtime.sass */
#link_preview #link_url {
  margin-right: 3px;
}

/* line 2424, app/assets/stylesheets/global/examtime.sass */
.paging_two_button a {
  margin-right: 10px;
}

/* line 2427, app/assets/stylesheets/global/examtime.sass */
.actions .btn {
  display: inline;
}

/* line 2430, app/assets/stylesheets/global/examtime.sass */
#yes_button, #cancel_button {
  display: inline;
}

/* line 2433, app/assets/stylesheets/global/examtime.sass */
.invited_friend {
  color: #000;
}

/* line 2436, app/assets/stylesheets/global/examtime.sass */
.friend_detail {
  width: 100%;
}

/* line 2438, app/assets/stylesheets/global/examtime.sass */
.friend_detail .all-content {
  width: 100%;
  float: left;
}

/* line 2441, app/assets/stylesheets/global/examtime.sass */
.friend_detail .left-content {
  width: 65%;
  float: left;
}

/* line 2444, app/assets/stylesheets/global/examtime.sass */
.friend_detail .right-content {
  float: right;
}

/* line 2446, app/assets/stylesheets/global/examtime.sass */
.friend_detail .right-content .invite_friend_btn {
  float: right;
}

/* line 2448, app/assets/stylesheets/global/examtime.sass */
.friend_detail .btn {
  margin-right: 5px;
}

/* line 2450, app/assets/stylesheets/global/examtime.sass */
.friend_detail .invite_friend_btn {
  cursor: pointer;
  display: inline-block;
  max-width: 200px;
}

/* line 2455, app/assets/stylesheets/global/examtime.sass */
#moving_loading_icon, #deleting_loading_icon {
  display: inline;
  margin-left: 5px;
}

/* line 2459, app/assets/stylesheets/global/examtime.sass */
#moving_loading_icon, #deleting_loading_icon {
  display: inline;
  margin-left: 5px;
}

/* line 2464, app/assets/stylesheets/global/examtime.sass */
.bubble_content .btn, .bubble_content #loading_icon {
  margin-top: 10px;
}

/* line 2468, app/assets/stylesheets/global/examtime.sass */
.dashboard_sub {
  margin: 20px 0 20px 0;
}

/* line 2471, app/assets/stylesheets/global/examtime.sass */
.icon-remove.delete_btn {
  color: #e63a3a;
  cursor: pointer;
}

/* line 2476, app/assets/stylesheets/global/examtime.sass */
.btn.create_subject_from_picker {
  margin-left: 5px;
}

/* line 2481, app/assets/stylesheets/global/examtime.sass */
.group_settings .actionbutton img {
  position: relative;
  top: -1px;
}

/* line 2495, app/assets/stylesheets/global/examtime.sass */
.control-group .control .group_name, .control-group .control .buddy_name, .control-group .control .share_type {
  cursor: pointer;
  width: 50%;
  float: left;
}

/* line 2499, app/assets/stylesheets/global/examtime.sass */
.control-group .control .group_name .icon, .control-group .control .group_name .text, .control-group .control .buddy_name .icon, .control-group .control .buddy_name .text, .control-group .control .share_type .icon, .control-group .control .share_type .text {
  display: inline;
}

/* line 2501, app/assets/stylesheets/global/examtime.sass */
.control-group .control .share_type.selected {
  color: green;
}

/* line 2504, app/assets/stylesheets/global/examtime.sass */
input#user_email, #tags_container .tagsinput, #admin_tags_container .tagsinput {
  padding: 5px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  color: #444;
  font-weight: 300;
}

/* line 2511, app/assets/stylesheets/global/examtime.sass */
input#user_email:focus, #tags_container .tagsinput:focus, #admin_tags_container .tagsinput:focus {
  outline: none;
}

/* line 2515, app/assets/stylesheets/global/examtime.sass */
.main_search_form input[type="text"] {
  border: 1px solid #5f6a6b;
}

/* line 2518, app/assets/stylesheets/global/examtime.sass */
.search_scope {
  display: inline-block;
}

/* line 2521, app/assets/stylesheets/global/examtime.sass */
.new_topic_name_input {
  width: 100% !important;
}

/* line 2524, app/assets/stylesheets/global/examtime.sass */
#user_email, #user_password,
.typeahead,
#user_current_password {
  width: 100%;
  background: #fff;
  color: #444;
  border: 1px solid #cccccc;
}

/* line 2532, app/assets/stylesheets/global/examtime.sass */
.signup_fields {
  margin: 20px 0 0 0;
  line-height: 16px;
}

/* line 2535, app/assets/stylesheets/global/examtime.sass */
.signup_fields .new_user_field {
  margin-bottom: 20px;
}

/* line 2539, app/assets/stylesheets/global/examtime.sass */
.account_section #user_email, .account_section #user_password, .account_section #user_current_password {
  margin: 0;
}

/* line 2543, app/assets/stylesheets/global/examtime.sass */
#examtime_header #user_email, #examtime_header #user_password {
  margin: 0;
}

/* line 2546, app/assets/stylesheets/global/examtime.sass */
.typeahead {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 2549, app/assets/stylesheets/global/examtime.sass */
.typeahead:focus {
  font-style: normal;
  color: #444;
}

/* line 2553, app/assets/stylesheets/global/examtime.sass */
.forgot_password_submit_buttons {
  text-align: right;
}

/* line 2556, app/assets/stylesheets/global/examtime.sass */
.submit_buttons {
  width: 60%;
  float: right;
}

/* line 2559, app/assets/stylesheets/global/examtime.sass */
.submit_buttons .btn {
  float: right;
  color: #fff;
}

/* line 2563, app/assets/stylesheets/global/examtime.sass */
.forgot_password, .remember_me {
  font-size: 10px;
  color: #444;
}

/* line 2566, app/assets/stylesheets/global/examtime.sass */
.forgot_password label, .remember_me label {
  position: relative;
  top: 1px;
}

/* line 2569, app/assets/stylesheets/global/examtime.sass */
.forgot_password a, .remember_me a {
  color: #6fcbe1;
  text-decoration: underline;
  position: relative;
  top: 3px;
}

/* line 2575, app/assets/stylesheets/global/examtime.sass */
#remember_me {
  margin-bottom: 10px;
  display: inline;
}

/* line 2578, app/assets/stylesheets/global/examtime.sass */
#remember_me label {
  position: relative;
  bottom: 3px;
}

/* line 2583, app/assets/stylesheets/global/examtime.sass */
.content .confirm {
  width: 100%;
  border: none;
}

/* line 2586, app/assets/stylesheets/global/examtime.sass */
.content .confirm[disabled=disabled] {
  background-color: #cccccc;
}

/* line 2588, app/assets/stylesheets/global/examtime.sass */
.content input[type=text], .content input[type=email], .content input[type=password] {
  border-radius: 4px;
  width: 100%;
  height: 30px;
  border: 0;
  margin: 0 0 20px 0;
  padding: 0 10px;
  background: #fff !important;
  color: #444;
}

/* line 2599, app/assets/stylesheets/global/examtime.sass */
.confirm_delete_checkbox_label {
  display: inline;
}

/* line 2602, app/assets/stylesheets/global/examtime.sass */
#leave_group_confirm_btn {
  font-size: 12px;
  padding: 5px 20px;
}

/* line 2606, app/assets/stylesheets/global/examtime.sass */
.input-prepend {
  margin-bottom: 40px;
}

/* line 2609, app/assets/stylesheets/global/examtime.sass */
.edit_user {
  width: 100%;
}

/* line 2611, app/assets/stylesheets/global/examtime.sass */
.edit_user .fieldset {
  width: 100%;
}

/* line 2613, app/assets/stylesheets/global/examtime.sass */
.edit_user input[type="text"] {
  width: 100%;
}

/* line 2616, app/assets/stylesheets/global/examtime.sass */
.popup_error {
  color: #b94a48;
  clear: both;
}

/* line 2620, app/assets/stylesheets/global/examtime.sass */
.errors {
  color: #b94a48;
}

/* line 2623, app/assets/stylesheets/global/examtime.sass */
#exam_level {
  background: #fff !important;
}

/* line 2626, app/assets/stylesheets/global/examtime.sass */
.edit_topic {
  padding: 14px 14px 15px 14px !important;
}

/* line 2630, app/assets/stylesheets/global/examtime.sass */
#error_explanation ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 2633, app/assets/stylesheets/global/examtime.sass */
#error_explanation ul li {
  display: list-item;
  list-style-type: disc;
}

/* line 2637, app/assets/stylesheets/global/examtime.sass */
ul.errors {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 2640, app/assets/stylesheets/global/examtime.sass */
ul.errors li {
  display: list-item;
  list-style-type: disc;
}

/* line 2644, app/assets/stylesheets/global/examtime.sass */
.ajax_error_container .errors_inner {
  padding: 15px;
}

/* line 2648, app/assets/stylesheets/global/examtime.sass */
#examtime_header .fb_signin {
  color: #fff;
}

/* line 2651, app/assets/stylesheets/global/examtime.sass */
#examtime_header input[type="email"], #examtime_header input[type="password"] {
  width: 150px;
  height: 30px;
  font-size: 11px;
}

/* line 2657, app/assets/stylesheets/global/examtime.sass */
.navbar-nav.header_signin button {
  text-transform: uppercase !important;
  font-size: 0.9em;
  font-weight: 700;
}

/* line 2661, app/assets/stylesheets/global/examtime.sass */
.navbar-nav.header_signin button:hover {
  color: #fff;
}

/* line 2663, app/assets/stylesheets/global/examtime.sass */
.navbar-nav.header_signin a {
  color: #FFF;
}

/* line 2665, app/assets/stylesheets/global/examtime.sass */
.navbar-nav.header_signin a:hover {
  color: #3a99ad !important;
}

/* line 2667, app/assets/stylesheets/global/examtime.sass */
.navbar-nav.header_signin #sign_up button {
  margin-top: 8px;
}

/* line 2669, app/assets/stylesheets/global/examtime.sass */
.navbar-nav.header_signin #sign_in {
  margin-top: 9px;
}

/* line 2672, app/assets/stylesheets/global/examtime.sass */
#l-wrapper_dashboards_show .header_signin .dropdown_homepage_menu .navbar-btn {
  margin-top: 11px;
}

/* line 2675, app/assets/stylesheets/global/examtime.sass */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* line 2679, app/assets/stylesheets/global/examtime.sass */
#invite_examtime_user .twitter-typeahead {
  width: 90%;
}

/* line 2683, app/assets/stylesheets/global/examtime.sass */
.search_field_container .twitter-typeahead {
  display: inline;
  width: inherit;
  z-index: 1000;
}

@media screen and (min-width: 800px) {
  /* line 2688, app/assets/stylesheets/global/examtime.sass */
  .search_field_container .tt-menu {
    min-width: 400px;
  }
}

/* line 2691, app/assets/stylesheets/global/examtime.sass */
#footer_about {
  background: #292E2F;
  color: #d1d6d7;
  border: 1px solid #485051;
}

/* line 2697, app/assets/stylesheets/global/examtime.sass */
#edit_profile_popup select {
  width: 100%;
}

/* line 2699, app/assets/stylesheets/global/examtime.sass */
#edit_profile_popup label {
  margin: 20px 0 5px 0;
}

/* line 2701, app/assets/stylesheets/global/examtime.sass */
#edit_profile_popup .sprite {
  margin-top: -3px;
}

/* line 2703, app/assets/stylesheets/global/examtime.sass */
#edit_profile_popup .user_classification_selection {
  display: flex;
}

/* line 2706, app/assets/stylesheets/global/examtime.sass */
#edit_profile_popup .user_type_group label {
  margin: 0;
}

/* line 2725, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover {
  border-radius: 0;
  padding: 0;
}

/* line 2729, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_popover_container .unavailable .nav_po_section {
  cursor: default;
}

/* line 2731, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_popover_container .unavailable .nav_po_section .kill_action_alert {
  cursor: pointer;
}

/* line 2734, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover_header {
  padding: 10px;
}

/* line 2736, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body {
  padding: 0px;
  max-width: none;
}

/* line 2739, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .empty_po_content {
  color: #a1b0b3;
  font-size: 13px;
  text-align: center;
  display: block;
  margin: 10px;
}

/* line 2745, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_popover_container {
  max-height: 500px;
  overflow: hidden;
}

/* line 2748, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_popover_container .nav_po_section {
  padding: 5px;
  cursor: pointer;
}

/* line 2751, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_popover_container .nav_po_section:hover {
  background: #2c414b;
}

/* line 2753, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .mCSB_container {
  margin-right: 0;
}

/* line 2755, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section {
  border-bottom: 1px solid #7c9dae;
  position: relative;
  width: 100%;
}

/* line 2759, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_body {
  margin: 5px 0;
}

/* line 2761, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_headline {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 3px;
}

/* line 2766, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_headline a {
  color: #fff;
  font-weight: 100;
}

/* line 2769, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_headline i {
  font-size: 11px;
  position: relative;
  top: -2px;
  left: 7px;
}

/* line 2774, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_time {
  font-size: 10px;
  font-weight: 300;
  margin-top: 5px;
  margin-left: 0;
  color: #b7cdd9;
}

/* line 2780, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .unread {
  background-color: #2A3349;
}

/* line 2782, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_content {
  margin-left: 60px;
  margin-right: 10px;
  font-size: 12px;
  color: #b7cdd9;
}

/* line 2787, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_content .btn {
  margin-right: 5px;
}

/* line 2789, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .popover-body .nav_po_section_content .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 2792, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #ddd;
  background: rgba(221, 221, 221, 0.4);
}

/* line 2795, app/assets/stylesheets/global/examtime.sass */
.nav-popover.popover .mCSB_scrollTools .mCSB_draggerRail {
  background: #555;
  background: rgba(85, 85, 85, 0.75);
}

/* line 2800, app/assets/stylesheets/global/examtime.sass */
.action_alerts_popover.popover .nav_po_section_headline {
  padding-right: 20px;
}

/* line 2802, app/assets/stylesheets/global/examtime.sass */
.action_alerts_popover.popover .nav_po_section_headline .sprite {
  float: right;
  margin-top: 2px;
}

/* line 2806, app/assets/stylesheets/global/examtime.sass */
.nav_po_section_headline, .nav_po_section_content {
  word-wrap: break-word;
}

/* line 2810, app/assets/stylesheets/global/examtime.sass */
.action_alerts_popover .popover_load_spinner {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 2815, app/assets/stylesheets/global/examtime.sass */
.nav_po_section > img {
  left: 18px;
  top: 13px;
  border-radius: 100%;
  max-width: 32px;
  max-height: 32px;
  position: absolute;
}

/* line 2824, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu, .navbar-nav .open .dropdown-menu {
  border-radius: 10px;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background: #fcfcfc;
  padding: 20px 10px 20px 10px;
  position: absolute;
}

/* line 2833, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu > li > a > i.icon-star, .navbar-nav .open .dropdown-menu > li > a > i.icon-star {
  color: #e6b33a;
}

/* line 2835, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu > li > a > i.icon-user, .navbar-nav .open .dropdown-menu > li > a > i.icon-user {
  color: #a0b432;
}

/* line 2837, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu > li > a > i.icon-cog, .navbar-nav .open .dropdown-menu > li > a > i.icon-cog {
  color: #2ea39b;
}

/* line 2839, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu > li > a > i.icon-signout, .navbar-nav .open .dropdown-menu > li > a > i.icon-signout {
  color: #e63a3a;
}

/* line 2841, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:hover {
  background: #ededed;
  color: inherit;
}

/* line 2844, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu > li > a:active, .navbar-nav .open .dropdown-menu > li > a:active {
  color: inherit;
}

@media screen and (max-width: 768px) {
  /* line 2847, app/assets/stylesheets/global/examtime.sass */
  .navbar-nav {
    margin: 0;
  }
}

/* line 2850, app/assets/stylesheets/global/examtime.sass */
.navbar-nav > li {
  float: left;
}

/* line 2853, app/assets/stylesheets/global/examtime.sass */
.navbar-nav > li > a, .navbar-right .nav-circle a {
  margin-top: 3px;
  margin-bottom: 6px;
  padding: 15px 15px 13px 15px;
  float: left;
}

/* line 2858, app/assets/stylesheets/global/examtime.sass */
.navbar-nav > li > a.btn-upgrade, .navbar-right .nav-circle a.btn-upgrade {
  margin-top: 15px;
  padding: 7px 10px;
}

/* line 2863, app/assets/stylesheets/global/examtime.sass */
#search_nav {
  display: none;
  cursor: pointer;
}

/* line 2869, app/assets/stylesheets/global/examtime.sass */
#examtime_header.navbar .user_name {
  font-size: 12px;
  margin: 0 6px 0 4px;
  color: #fff;
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  /* line 2878, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .btn-create {
    margin-right: 24px;
  }
  /* line 2880, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .user_name {
    display: none;
  }
}

@media screen and (max-width: 880px) {
  /* line 2883, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .navbar-brand {
    padding-right: 30px;
  }
  /* line 2885, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .btn-create {
    margin-right: 24px;
  }
  /* line 2887, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .user_name {
    display: none;
  }
  /* line 2889, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar #search_nav {
    margin: 31px 0 0 0;
    width: 29px;
    height: 29px;
    display: block;
    background-color: #62b1cc;
    color: white;
    float: left;
    text-align: center;
    font-size: 16px;
    padding: 3px;
  }
  /* line 2900, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar #search_nav i.icon-search {
    position: relative;
  }
  /* line 2902, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar #search_div {
    display: none;
  }
  /* line 2904, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar #search_div.active {
    position: absolute;
    top: 90px;
    left: 43px;
    display: flex;
    width: 320px;
    padding: 10px;
    background: #385360 url(/assets/bg_popoverarrow.png) no-repeat center top;
  }
  /* line 2912, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar #search_div.active form {
    margin: 0;
  }
}

@media screen and (max-width: 1199px) {
  /* line 2917, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .with_upgrade .user_name {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  /* line 2920, app/assets/stylesheets/global/examtime.sass */
  #examtime_header.navbar .with_upgrade .btn-upgrade {
    padding: 4px;
  }
}

/* line 2923, app/assets/stylesheets/global/examtime.sass */
.subject_container, group_container {
  max-height: 400px;
  overflow: hidden;
}

/* line 2927, app/assets/stylesheets/global/examtime.sass */
.event_popover {
  background: url(/assets/bg.jpg);
}

/* line 2930, app/assets/stylesheets/global/examtime.sass */
.jGrowl .jGrowl-notification, .jGrowl div.jGrowl-closer {
  background: #0c1a28 !important;
  color: #cccccc;
}

/* line 2933, app/assets/stylesheets/global/examtime.sass */
.jGrowl .jGrowl-notification a, .jGrowl div.jGrowl-closer a {
  color: #6fcbe1;
}

/* line 2936, app/assets/stylesheets/global/examtime.sass */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #1a3857 !important;
}

/* line 2940, app/assets/stylesheets/global/examtime.sass */
#recent-anouncements li {
  margin: 10px 0;
}

/* line 2944, app/assets/stylesheets/global/examtime.sass */
.popover #notification_dropdown_content {
  max-height: 500px;
}

/* line 2949, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu li a {
  font-weight: 300;
}

/* line 2956, app/assets/stylesheets/global/examtime.sass */
.private_embed {
  cursor: not-allowed !important;
}

/* line 2959, app/assets/stylesheets/global/examtime.sass */
.embed_click_overlay, .player_pause_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 2967, app/assets/stylesheets/global/examtime.sass */
.embed_click_overlay {
  cursor: pointer;
}

/* line 2970, app/assets/stylesheets/global/examtime.sass */
.footer_comment {
  position: relative;
}

/* line 2972, app/assets/stylesheets/global/examtime.sass */
.footer_comment .badge {
  position: absolute;
  top: -3px;
  right: 1px;
}

/* line 2977, app/assets/stylesheets/global/examtime.sass */
.player_pause_overlay {
  text-align: center;
  font-size: 72px;
  color: #909090;
}

/* line 2982, app/assets/stylesheets/global/examtime.sass */
.embed_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  height: 0;
}

/* line 2989, app/assets/stylesheets/global/examtime.sass */
.embed_header a:hover {
  opacity: 0.7;
}

/* line 3005, app/assets/stylesheets/global/examtime.sass */
.embed_edit {
  position: absolute;
  border-radius: 5px;
  margin-top: 5px;
  left: 5px;
  top: 0px;
  z-index: 1001;
}

/* line 2999, app/assets/stylesheets/global/examtime.sass */
.embed_edit div {
  display: inline;
}

/* line 3001, app/assets/stylesheets/global/examtime.sass */
.embed_edit a, .embed_edit .btn {
  color: #fff;
  font-size: 12px;
}

/* line 3008, app/assets/stylesheets/global/examtime.sass */
.embed_logo {
  position: absolute;
  border-radius: 5px;
  margin-top: 5px;
  left: 5px;
  top: 0px;
  z-index: 1001;
}

/* line 2999, app/assets/stylesheets/global/examtime.sass */
.embed_logo div {
  display: inline;
}

/* line 3001, app/assets/stylesheets/global/examtime.sass */
.embed_logo a, .embed_logo .btn {
  color: #fff;
  font-size: 12px;
}

/* line 3011, app/assets/stylesheets/global/examtime.sass */
.load_splash {
  text-align: center;
}

/* line 3012, app/assets/stylesheets/global/examtime.sass */
.load_splash img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

/* line 3018, app/assets/stylesheets/global/examtime.sass */
.embed_footer {
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
  color: #444;
  text-align: center;
  width: 100%;
  height: 55px;
  transition: background-color .5s;
}

@media screen and (max-width: 949px) {
  /* line 3028, app/assets/stylesheets/global/examtime.sass */
  .embed_footer .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 3031, app/assets/stylesheets/global/examtime.sass */
.embed_footer .control_row {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}

/* line 3036, app/assets/stylesheets/global/examtime.sass */
.embed_footer .col_controls, .embed_footer .col_side {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
}

/* line 3040, app/assets/stylesheets/global/examtime.sass */
.embed_footer .col_side {
  width: 180px;
}

/* line 3042, app/assets/stylesheets/global/examtime.sass */
.embed_footer .col_side.left {
  text-align: center;
}

/* line 3044, app/assets/stylesheets/global/examtime.sass */
.embed_footer .col_side.right {
  text-align: right;
}

/* line 3046, app/assets/stylesheets/global/examtime.sass */
.embed_footer .col_side .btn {
  padding: 0;
}

/* line 3049, app/assets/stylesheets/global/examtime.sass */
.full_screen, .full_screen_link {
  text-decoration: none;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
  z-index: 1020;
  background-color: rgba(247, 247, 247, 0.4);
  border-radius: 5px;
  border: 1px solid #d5dadb;
  width: 25px;
  height: 25px;
  padding: 0.3em;
  padding-left: 0.4em;
  transition: all 1s ease;
}

/* line 3063, app/assets/stylesheets/global/examtime.sass */
.full_screen:hover, .full_screen_link:hover {
  background-color: rgba(247, 247, 247, 0.6);
  text-decoration: none;
}

/* line 3066, app/assets/stylesheets/global/examtime.sass */
.full_screen .fa, .full_screen_link .fa {
  font-size: 120%;
  color: black;
}

/* line 3071, app/assets/stylesheets/global/examtime.sass */
.frame_body .embed_header {
  position: fixed;
  z-index: 1030;
}

/* line 3074, app/assets/stylesheets/global/examtime.sass */
.frame_body .embed_header a img {
  vertical-align: unset;
}

/* line 3076, app/assets/stylesheets/global/examtime.sass */
.frame_body .embed_header .player_progress_container {
  top: 0;
}

/* line 3078, app/assets/stylesheets/global/examtime.sass */
.frame_body .embed_footer .container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-height: 580px) {
  /* line 3083, app/assets/stylesheets/global/examtime.sass */
  .frame_body .share_asset_modal .modal-header {
    display: none;
  }
}

/* line 3085, app/assets/stylesheets/global/examtime.sass */
.frame_body #examtime_share_btn {
  position: absolute;
  right: 15px;
  top: 9px;
  padding: 0;
}

/* line 3091, app/assets/stylesheets/global/examtime.sass */
.player_right {
  margin: 10px 0px 0px 0px;
  padding-right: 10px;
  width: 25%;
  text-align: right;
  float: right;
}

/* line 3097, app/assets/stylesheets/global/examtime.sass */
.player_right a {
  color: #fff;
  font-size: 16px;
}

/* line 3101, app/assets/stylesheets/global/examtime.sass */
.secondary_play_controls {
  display: inline-block;
  vertical-align: top;
}

/* line 3106, app/assets/stylesheets/global/examtime.sass */
.play_speed_area, #bottom_right_panel .sliderparent, #bottom_left_panel .sliderparent {
  padding: 5px 10px 7px 10px;
  background-color: #f7f7f7;
  border: 1px solid #d5dadb;
  border-radius: 25px;
  width: 175px;
  position: relative;
  margin: 9px 15px 0 15px;
}

/* line 3114, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .disabled_overlay, #bottom_right_panel .sliderparent .disabled_overlay, #bottom_left_panel .sliderparent .disabled_overlay {
  width: 0;
  height: 0;
}

/* line 3117, app/assets/stylesheets/global/examtime.sass */
.play_speed_area.disabled, #bottom_right_panel .sliderparent.disabled, #bottom_left_panel .sliderparent.disabled {
  opacity: 0.7;
}

/* line 3119, app/assets/stylesheets/global/examtime.sass */
.play_speed_area.disabled .disabled_overlay, #bottom_right_panel .sliderparent.disabled .disabled_overlay, #bottom_left_panel .sliderparent.disabled .disabled_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

/* line 3126, app/assets/stylesheets/global/examtime.sass */
.play_speed_area.disabled .sliderzoom .ui-slider .ui-slider-handle, #bottom_right_panel .sliderparent.disabled .sliderzoom .ui-slider .ui-slider-handle, #bottom_left_panel .sliderparent.disabled .sliderzoom .ui-slider .ui-slider-handle {
  background: #dcdcdc;
  cursor: auto;
}

/* line 3129, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .ui-widget-content, #bottom_right_panel .sliderparent .ui-widget-content, #bottom_left_panel .sliderparent .ui-widget-content {
  border: none;
}

/* line 3131, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .play_speed_label, #bottom_right_panel .sliderparent .play_speed_label, #bottom_left_panel .sliderparent .play_speed_label {
  display: inline-block;
}

@media screen and (max-width: 599px) {
  /* line 3131, app/assets/stylesheets/global/examtime.sass */
  .play_speed_area .play_speed_label, #bottom_right_panel .sliderparent .play_speed_label, #bottom_left_panel .sliderparent .play_speed_label {
    display: none;
  }
}

/* line 3135, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .play_speed_label.fast, #bottom_right_panel .sliderparent .play_speed_label.fast, #bottom_left_panel .sliderparent .play_speed_label.fast {
  margin-left: 3px;
}

/* line 3137, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .play_speed_container, .play_speed_area .sliderzoom, #bottom_right_panel .sliderparent .play_speed_container, #bottom_right_panel .sliderparent .sliderzoom, #bottom_left_panel .sliderparent .play_speed_container, #bottom_left_panel .sliderparent .sliderzoom {
  display: inline-block;
  width: 100px;
  vertical-align: middle;
  margin-left: 4px;
}

/* line 3142, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .play_speed_container .ui-slider, .play_speed_area .sliderzoom .ui-slider, #bottom_right_panel .sliderparent .play_speed_container .ui-slider, #bottom_right_panel .sliderparent .sliderzoom .ui-slider, #bottom_left_panel .sliderparent .play_speed_container .ui-slider, #bottom_left_panel .sliderparent .sliderzoom .ui-slider {
  position: relative;
  text-align: left;
  height: 5px;
  display: block;
  background: #dcdcdc;
}

/* line 3148, app/assets/stylesheets/global/examtime.sass */
.play_speed_area .play_speed_container .ui-slider .ui-slider-handle, .play_speed_area .sliderzoom .ui-slider .ui-slider-handle, #bottom_right_panel .sliderparent .play_speed_container .ui-slider .ui-slider-handle, #bottom_right_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle, #bottom_left_panel .sliderparent .play_speed_container .ui-slider .ui-slider-handle, #bottom_left_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle {
  cursor: e-resize;
  color: #fff;
  border: 3px solid #f7f7f7;
  background: #464e4f;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  margin-left: -8px;
  margin-top: -2px;
  filter: none;
  top: -.3em;
}

/* line 3162, app/assets/stylesheets/global/examtime.sass */
#top_left_panel {
  background: #fff;
}

/* line 3164, app/assets/stylesheets/global/examtime.sass */
#top_left_panel .player_prev, #top_left_panel .player_next, #top_left_panel .player_play, #top_left_panel .player_pause, #top_left_panel #recentre_canvas {
  padding-left: 0;
  padding-right: 0;
}

/* line 3167, app/assets/stylesheets/global/examtime.sass */
#top_left_panel .sliderparent .sliderzoom .ui-slider {
  background: #ddd;
}

/* line 3169, app/assets/stylesheets/global/examtime.sass */
#top_left_panel .sliderparent .sliderzoom .ui-slider .ui-slider-handle {
  border: 3px solid #f5f5f5;
  background: #444;
}

/* line 3175, app/assets/stylesheets/global/examtime.sass */
.ui-slider-horizontal {
  height: .8em;
}

/* line 3178, app/assets/stylesheets/global/examtime.sass */
.player_center {
  display: inline-block;
}

/* line 3180, app/assets/stylesheets/global/examtime.sass */
.player_center .player_play, .player_center .player_pause {
  padding: 8px 5px 8px 5px;
}

/* line 3182, app/assets/stylesheets/global/examtime.sass */
.player_center .player_prev, .player_center .player_next, .player_center #recentre_canvas {
  padding: 4px 10px 5px 8px;
}

/* line 3184, app/assets/stylesheets/global/examtime.sass */
.player_center .btn_icon {
  padding: 5px;
}

/* line 3186, app/assets/stylesheets/global/examtime.sass */
.player_center .btn_text {
  padding: 2px 10px;
}

/* line 3188, app/assets/stylesheets/global/examtime.sass */
.player_center .btn_text:hover {
  color: #999;
}

/* line 3190, app/assets/stylesheets/global/examtime.sass */
.player_center i {
  margin: 0;
}

/* line 3192, app/assets/stylesheets/global/examtime.sass */
.player_center .disabled {
  color: #cccccc;
}

/* line 3194, app/assets/stylesheets/global/examtime.sass */
.player_center a {
  font-family: 'OpenSans', sans-serif;
  font-weight: 900;
  color: #444;
  font-size: 11px;
}

/* line 3200, app/assets/stylesheets/global/examtime.sass */
.player_progress_container {
  position: absolute;
  top: 55px;
  width: 100%;
  height: 10px;
  cursor: pointer;
}

/* line 3206, app/assets/stylesheets/global/examtime.sass */
.player_progress_container .player_progress {
  background: #c4d564;
  height: 3px;
}

/* line 3210, app/assets/stylesheets/global/examtime.sass */
#flash_card_container {
  background: none !important;
}

/* line 3213, app/assets/stylesheets/global/examtime.sass */
.subheader {
  margin: 30px 0 0 0;
}

/* line 3216, app/assets/stylesheets/global/examtime.sass */
.fixed_layout .fixed_container {
  min-width: 700px;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1020;
}

/* line 3225, app/assets/stylesheets/global/examtime.sass */
.fixed_layout.with_user_menu .fixed_container {
  top: 145px;
}

/* line 3228, app/assets/stylesheets/global/examtime.sass */
.public_container {
  position: relative;
  overflow: hidden;
}

/* line 3232, app/assets/stylesheets/global/examtime.sass */
.related_container {
  height: 100%;
}

@media screen and (max-width: 1199px) {
  /* line 3232, app/assets/stylesheets/global/examtime.sass */
  .related_container {
    top: 150px;
    height: 60%;
  }
}

/* line 3237, app/assets/stylesheets/global/examtime.sass */
.related_container .global_controls a {
  padding-bottom: 1px;
}

/* line 3240, app/assets/stylesheets/global/examtime.sass */
.embedded_content .control_tooltip {
  z-index: 1032;
}

/* line 3243, app/assets/stylesheets/global/examtime.sass */
.results_container {
  max-width: 900px;
  margin: 0 auto;
}

/* line 3246, app/assets/stylesheets/global/examtime.sass */
.results_container .graph_container {
  text-align: center;
  max-height: 225px;
}

/* line 3249, app/assets/stylesheets/global/examtime.sass */
.results_container .empty_list {
  background: #f7f7f7;
  padding: 15px;
  border: 1px dashed #bfbfbf;
}

/* line 3253, app/assets/stylesheets/global/examtime.sass */
.results_container .empty_list .empty_list_heading {
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 3256, app/assets/stylesheets/global/examtime.sass */
.results_container .loading_list {
  background: #f7f7f7;
  padding: 15px;
  border: 1px dashed #bfbfbf;
}

/* line 3260, app/assets/stylesheets/global/examtime.sass */
.results_container .loading_list .loading_list_heading {
  font-weight: 600;
  margin-bottom: 10px;
}

/* line 3266, app/assets/stylesheets/global/examtime.sass */
.score_percentage {
  color: white;
  top: -165px;
  font-size: 72px;
  font-weight: bold;
  position: relative;
}

/* line 3273, app/assets/stylesheets/global/examtime.sass */
.public_frame {
  border: 0;
  background: #fff;
  height: 100%;
  width: 100%;
  position: relative;
}

/* line 3280, app/assets/stylesheets/global/examtime.sass */
.public_below_resource {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  /* line 3284, app/assets/stylesheets/global/examtime.sass */
  .public_below_resource .under-comments-advert {
    margin-left: 17.1%;
  }
}

@media screen and (max-width: 991px) {
  /* line 3284, app/assets/stylesheets/global/examtime.sass */
  .public_below_resource .under-comments-advert {
    margin-left: 8.7%;
  }
}

@media screen and (max-width: 768px) {
  /* line 3284, app/assets/stylesheets/global/examtime.sass */
  .public_below_resource .under-comments-advert {
    margin-left: 0px;
  }
}

/* line 3293, app/assets/stylesheets/global/examtime.sass */
.popover-header {
  background: none;
  border: 0;
}

/* line 3297, app/assets/stylesheets/global/examtime.sass */
.related_tab_inner {
  background: #fcfcfc;
  padding: 10px 0 0 15px;
}

/* line 3301, app/assets/stylesheets/global/examtime.sass */
.study_aid_info_toggle {
  float: right;
}

/* line 3304, app/assets/stylesheets/global/examtime.sass */
.study_aid_edit_details {
  margin-top: 10px;
}

/* line 3306, app/assets/stylesheets/global/examtime.sass */
.study_aid_edit_details .btn {
  float: right;
}

/* line 3309, app/assets/stylesheets/global/examtime.sass */
.no_user_controls .global_controls a {
  padding: 0;
  margin: 0;
}

/* line 3314, app/assets/stylesheets/global/examtime.sass */
.no_user_controls .btn {
  display: none;
}

/* line 3316, app/assets/stylesheets/global/examtime.sass */
.no_user_controls #examtime_share_btn.btn {
  display: inline;
}

/* line 3319, app/assets/stylesheets/global/examtime.sass */
.return_summary_container {
  text-align: center;
}

/* line 3322, app/assets/stylesheets/global/examtime.sass */
#submit_loading {
  font-size: 40px;
  font-weight: 200;
  text-align: center;
}

/* line 3326, app/assets/stylesheets/global/examtime.sass */
#submit_loading .submit_loading_img {
  margin-right: 5px;
  display: inline-block;
}

/* line 3329, app/assets/stylesheets/global/examtime.sass */
#submit_loading .submit_loading_text {
  display: inline-block;
  vertical-align: middle;
}

/* line 3333, app/assets/stylesheets/global/examtime.sass */
.type_label {
  text-transform: uppercase;
  color: #909090;
  font-weight: 900;
  font-size: 13px;
  display: inline-block;
  min-width: 60px;
  position: relative;
  bottom: 2px;
}

/* line 3343, app/assets/stylesheets/global/examtime.sass */
.controls_container {
  position: relative;
}

/* line 3346, app/assets/stylesheets/global/examtime.sass */
.global_controls, .additional_global_controls {
  display: inline-block;
}

/* line 3348, app/assets/stylesheets/global/examtime.sass */
.global_controls a, .additional_global_controls a {
  padding: 0;
}

/* line 3351, app/assets/stylesheets/global/examtime.sass */
.footer_print {
  display: none;
}

/* line 3354, app/assets/stylesheets/global/examtime.sass */
.additional_global_controls {
  background: #eee;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid #ccc;
  border-top: 0;
  width: 42px;
  padding: 3px;
  display: none;
  position: absolute;
  top: 44px;
  left: 70px;
  z-index: 1000;
}

/* line 3368, app/assets/stylesheets/global/examtime.sass */
#comments_heading {
  font-family: "OpenSans", sans-serif;
  font-size: 30px;
  margin: 0 0 20px 0;
  color: #272727;
  letter-spacing: -1px;
  line-height: 1.1;
}

/* line 3377, app/assets/stylesheets/global/examtime.sass */
.public_below_resource hr {
  margin-top: 10px;
}

/* line 3381, app/assets/stylesheets/global/examtime.sass */
.publicmeta .views, .publicmeta .shares, .publicmeta .comments {
  color: #444;
  font-weight: 900;
  font-size: 14px;
}

/* line 3385, app/assets/stylesheets/global/examtime.sass */
.publicmeta .views .row, .publicmeta .shares .row, .publicmeta .comments .row {
  text-align: center;
}

/* line 3388, app/assets/stylesheets/global/examtime.sass */
.publicmeta .comments i {
  margin-left: -2px;
}

/* line 3391, app/assets/stylesheets/global/examtime.sass */
.comments_sign_in a {
  font-weight: bold;
}

/* line 3394, app/assets/stylesheets/global/examtime.sass */
.meta_author {
  position: relative;
}

/* line 3396, app/assets/stylesheets/global/examtime.sass */
.meta_author span {
  margin: 0 15px;
}

/* line 3398, app/assets/stylesheets/global/examtime.sass */
.meta_author img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

/* line 3404, app/assets/stylesheets/global/examtime.sass */
#pinned_meta {
  display: block;
  margin-bottom: 17px;
}

/* line 3407, app/assets/stylesheets/global/examtime.sass */
#pinned_meta #pinned_text {
  font-size: 12px;
}

/* line 3411, app/assets/stylesheets/global/examtime.sass */
#pinned_meta i, .study_aid_tags i {
  display: inline-block;
  width: 15px;
}

/* line 3415, app/assets/stylesheets/global/examtime.sass */
.study_aid_tags {
  position: relative;
  padding-left: 18px;
}

/* line 3418, app/assets/stylesheets/global/examtime.sass */
.study_aid_tags .sprite {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 3423, app/assets/stylesheets/global/examtime.sass */
.related_container .well, .tab-pane {
  border: none;
  box-shadow: none;
}

/* line 3428, app/assets/stylesheets/global/examtime.sass */
.topic_name {
  cursor: text;
}

/* line 3430, app/assets/stylesheets/global/examtime.sass */
.topic_name .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 3434, app/assets/stylesheets/global/examtime.sass */
.report-as-inappropriate-asset {
  color: #f76161;
  text-decoration: underline;
}

/* line 3437, app/assets/stylesheets/global/examtime.sass */
.report-as-inappropriate-asset:hover {
  color: #e63a3a;
}

/* line 3442, app/assets/stylesheets/global/examtime.sass */
body.flash_card_deck .embedded_content, body.quiz .embedded_content, body.mind_map .embedded_content, body.flowchart .embedded_content {
  height: calc(100% - 55px);
  height: -webkit-calc(100% - 55px);
  width: 100%;
  background-color: #ffffff;
}

/* line 3448, app/assets/stylesheets/global/examtime.sass */
body.flash_card_deck .embedded_content .well, body.quiz .embedded_content .well, body.mind_map .embedded_content .well, body.flowchart .embedded_content .well {
  border: 0;
  box-shadow: none;
}

/* line 3457, app/assets/stylesheets/global/examtime.sass */
.preview_end_message {
  text-align: center;
  font-size: 16px;
}

/* line 3460, app/assets/stylesheets/global/examtime.sass */
.preview_end_message .btn.restart_preview {
  margin-top: 10px;
  font-size: 16px;
}

/* line 3464, app/assets/stylesheets/global/examtime.sass */
.preview_text {
  font-size: 0.7em;
  color: #909090;
  margin-left: 5px;
  float: right;
  line-height: 20px;
  margin-top: 3px;
}

/* line 3472, app/assets/stylesheets/global/examtime.sass */
.embed_footer .close_resource {
  display: inline-block;
}

/* line 3474, app/assets/stylesheets/global/examtime.sass */
.embed_footer .close_resource.disabled {
  opacity: 0.5;
}

/* line 3478, app/assets/stylesheets/global/examtime.sass */
.close_prompt .modal-header {
  min-height: 0;
  padding: 0;
}

/* line 3481, app/assets/stylesheets/global/examtime.sass */
.close_prompt .modal-body {
  padding-top: 40px;
  padding-bottom: 0;
}

/* line 3484, app/assets/stylesheets/global/examtime.sass */
.close_prompt .modal-footer {
  text-align: right;
  padding-top: 0;
}

/* line 3488, app/assets/stylesheets/global/examtime.sass */
.close_prompt .subject_selection label {
  display: block;
}

/* line 3491, app/assets/stylesheets/global/examtime.sass */
.close_prompt.done #rating_container, .close_prompt.done .modal-footer {
  display: none;
  padding-top: 30px;
  height: 100px;
}

/* line 3495, app/assets/stylesheets/global/examtime.sass */
.close_prompt.done .modal-body {
  padding-top: 30px;
  height: 200px;
}

/* line 3499, app/assets/stylesheets/global/examtime.sass */
.close_prompt .specify_topic_select label {
  display: block;
}

/* line 3501, app/assets/stylesheets/global/examtime.sass */
.close_prompt .specify_topic {
  display: inline-block;
  margin-top: 5px;
}

/* line 3504, app/assets/stylesheets/global/examtime.sass */
.close_prompt .pin_done {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 3506, app/assets/stylesheets/global/examtime.sass */
.close_prompt h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

/* line 3510, app/assets/stylesheets/global/examtime.sass */
.close_prompt #done_btn {
  display: none;
}

/* line 3513, app/assets/stylesheets/global/examtime.sass */
#rating_close_prompt {
  text-align: center;
}

/* line 3515, app/assets/stylesheets/global/examtime.sass */
#rating_close_prompt .user_rating_message, #rating_close_prompt .total_ratings {
  display: none !important;
}

/* line 3517, app/assets/stylesheets/global/examtime.sass */
#rating_close_prompt #rate_prompt, #rating_close_prompt #pin_prompt {
  margin-bottom: 45px;
}

/* line 3519, app/assets/stylesheets/global/examtime.sass */
#rating_close_prompt #pin_prompt h3 img {
  width: 17px;
  height: 24px;
  margin-right: 10px;
  margin-bottom: 4px;
}

/* line 3526, app/assets/stylesheets/global/examtime.sass */
.save_close_prompt .modal-dialog .modal-header {
  padding: 0;
}

/* line 3528, app/assets/stylesheets/global/examtime.sass */
.save_close_prompt h3 {
  margin: 20px 0 10px 0;
}

/* line 3531, app/assets/stylesheets/global/examtime.sass */
.study_aid_privacy_toggle {
  display: table;
  width: 100%;
  margin-top: 5px;
}

/* line 3535, app/assets/stylesheets/global/examtime.sass */
.study_aid_privacy_toggle .toggle_switch {
  padding-right: 20px;
  width: 1%;
}

/* line 3538, app/assets/stylesheets/global/examtime.sass */
.study_aid_privacy_toggle .toggle_switch, .study_aid_privacy_toggle .state_message {
  display: table-cell;
  vertical-align: top;
}

/* line 3541, app/assets/stylesheets/global/examtime.sass */
.study_aid_privacy_toggle .state_message p {
  margin: 0 0 10px 0;
}

/* line 3543, app/assets/stylesheets/global/examtime.sass */
.study_aid_privacy_toggle .state_message p:last-of-type {
  margin: 0;
}

/* line 3547, app/assets/stylesheets/global/examtime.sass */
#edit_meta_content.from_state_icon .study_aid_privacy_toggle {
  margin: 0;
}

/* line 3550, app/assets/stylesheets/global/examtime.sass */
#save_prompt_cancel {
  display: none;
}

/* line 3555, app/assets/stylesheets/global/examtime.sass */
#private_message_body {
  margin-bottom: 15px;
}

/* line 3559, app/assets/stylesheets/global/examtime.sass */
.attachment_detail .softmeta {
  font-size: 10px;
}

/* line 3561, app/assets/stylesheets/global/examtime.sass */
.attachment_detail .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 3565, app/assets/stylesheets/global/examtime.sass */
.attachment {
  background: #cccccc;
}

/* line 3568, app/assets/stylesheets/global/examtime.sass */
.attachment_notification {
  margin-right: 10px;
}

/* line 3571, app/assets/stylesheets/global/examtime.sass */
.assess_results_summary {
  color: #000;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0 30px;
  border-radius: 0;
}

/* line 3572, app/assets/stylesheets/global/examtime.sass */
.assess_results_summary.boxed {
  border: 0;
}

/* line 3580, app/assets/stylesheets/global/examtime.sass */
.assess_results_summary .assess_actions {
  text-align: center;
  margin: 20px auto 0 auto;
  width: 400px;
}

/* line 3584, app/assets/stylesheets/global/examtime.sass */
.assess_results_summary .assess_actions .btn {
  width: 200px;
  margin-bottom: 10px;
  padding: 8px;
  font-size: 14px;
}

/* line 3589, app/assets/stylesheets/global/examtime.sass */
.assess_results_summary .assess_actions.animate_after_graph {
  width: auto;
}

/* line 3592, app/assets/stylesheets/global/examtime.sass */
.vert_cent_outer {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 3596, app/assets/stylesheets/global/examtime.sass */
.vert_cent_outer .vert_cent_inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 3599, app/assets/stylesheets/global/examtime.sass */
.vert_cent_outer .vert_cent_inner .vert_cent_centred {
  width: 100%;
  margin: 0 auto;
}

/* line 3604, app/assets/stylesheets/global/examtime.sass */
.full_screen_mode .vert_cent_outer {
  height: 100%;
}

/* line 3606, app/assets/stylesheets/global/examtime.sass */
.full_screen_mode .study_aid_dock {
  display: none;
}

/* line 3624, app/assets/stylesheets/global/examtime.sass */
.account_section .alert {
  margin-bottom: 0;
}

/* line 3628, app/assets/stylesheets/global/examtime.sass */
#sidebar .box {
  margin: 29px 0 0 0;
}

/* line 3631, app/assets/stylesheets/global/examtime.sass */
.account_section #user_password {
  margin-bottom: 2px;
}

/* line 3635, app/assets/stylesheets/global/examtime.sass */
.account_section .box {
  margin: 30px 0 0 0;
}

/* line 3638, app/assets/stylesheets/global/examtime.sass */
.email_no_edit {
  font-size: 15px;
  margin-bottom: 15px;
}

/* line 3642, app/assets/stylesheets/global/examtime.sass */
p.provider-unlink-warning {
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 3647, app/assets/stylesheets/global/examtime.sass */
.sign_in_form h2 {
  margin-bottom: 20px !important;
  font-weight: 300 !important;
}

/* line 3653, app/assets/stylesheets/global/examtime.sass */
.forgot_password a {
  padding: 0 !important;
}

/* line 3656, app/assets/stylesheets/global/examtime.sass */
.tag_upgrade {
  text-align: center;
}

/* line 3659, app/assets/stylesheets/global/examtime.sass */
.or {
  text-align: center;
  margin: 100px 0 4px 0;
}

/* line 3664, app/assets/stylesheets/global/examtime.sass */
.announcement {
  display: block;
  background: #f7f7f7;
  margin-bottom: 20px;
  padding: 24px 24px 24px 168px;
  border: 1px dashed #8c9596;
  position: relative;
  min-height: 170px;
  max-width: 585px;
}

/* line 3674, app/assets/stylesheets/global/examtime.sass */
.announcement.dismissable {
  padding-bottom: 60px;
}

/* line 3676, app/assets/stylesheets/global/examtime.sass */
.announcement .unread_announcement {
  position: absolute;
  top: 10px;
  right: 15px;
}

/* line 3680, app/assets/stylesheets/global/examtime.sass */
.announcement .announcement_title {
  font-size: 22px;
}

/* line 3682, app/assets/stylesheets/global/examtime.sass */
.announcement .announcement_description {
  font-size: 12px;
}

/* line 3684, app/assets/stylesheets/global/examtime.sass */
.announcement .announcement_description img:not(.inline) {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
}

/* line 3691, app/assets/stylesheets/global/examtime.sass */
.announcement .announcement_description img.square {
  border-radius: unset;
}

/* line 3694, app/assets/stylesheets/global/examtime.sass */
.announcement_control {
  position: absolute;
  bottom: 24px;
  right: 24px;
}

/* line 3699, app/assets/stylesheets/global/examtime.sass */
.announcement.announcement_reminder {
  padding-top: 50px;
  padding-bottom: 50px;
  min-height: 180px;
}

/* line 3703, app/assets/stylesheets/global/examtime.sass */
.announcement.announcement_reminder .announcement_description img {
  top: 26px;
}

/* line 3706, app/assets/stylesheets/global/examtime.sass */
.announcement_title {
  font-size: 20px;
  color: #3a99ad;
  margin-bottom: 5px;
}

/* line 3710, app/assets/stylesheets/global/examtime.sass */
.announcement_date {
  margin-bottom: 15px;
}

/* line 3716, app/assets/stylesheets/global/examtime.sass */
.landing_footer {
  text-align: center;
}

/* line 3719, app/assets/stylesheets/global/examtime.sass */
.sign-up-free {
  text-align: center;
}

/* line 3729, app/assets/stylesheets/global/examtime.sass */
.image-upload-preview {
  width: 62px;
  height: 62px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
}

/* line 3735, app/assets/stylesheets/global/examtime.sass */
.image-upload-preview img {
  height: 60px;
  width: 60px;
}

/* line 3739, app/assets/stylesheets/global/examtime.sass */
#profile_image i {
  font-size: 48px;
  padding-left: 4px;
  line-height: 60px;
}

/* line 3744, app/assets/stylesheets/global/examtime.sass */
.progress {
  width: 100%;
  height: 26px;
  margin: 40px 0 30px 0;
}

/* line 3749, app/assets/stylesheets/global/examtime.sass */
.percentage_holder {
  padding: 3px 5px 0px 5px;
  float: right;
}

/* line 3753, app/assets/stylesheets/global/examtime.sass */
.profile_container {
  margin-bottom: 1em;
}

/* line 3756, app/assets/stylesheets/global/examtime.sass */
.avatar_large {
  display: inline-block;
}

/* line 3759, app/assets/stylesheets/global/examtime.sass */
.friend_action {
  padding: 0;
  margin: 0;
}

/* line 3764, app/assets/stylesheets/global/examtime.sass */
.global_premium {
  padding: 0 80px 30px 80px;
}

/* line 3767, app/assets/stylesheets/global/examtime.sass */
.friends_title {
  margin: 0 0 20px 0px;
  line-height: normal;
  font-size: 48px;
  overflow: hidden;
}

/* line 3773, app/assets/stylesheets/global/examtime.sass */
.issue_invite_container, .profile_edit_prompt {
  margin: 5px 0px 30px 0px;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  float: left;
}

/* line 3779, app/assets/stylesheets/global/examtime.sass */
.issue_invite_container h2, .profile_edit_prompt h2 {
  float: left;
  margin: 0 20px 0 0;
}

/* line 3782, app/assets/stylesheets/global/examtime.sass */
.issue_invite_container p, .profile_edit_prompt p {
  font-size: 20px;
  margin: 0px 0px 0px 0px;
  line-height: 38px;
}

/* line 3786, app/assets/stylesheets/global/examtime.sass */
.issue_invite_container input[type="text"], .issue_invite_container textarea, .issue_invite_container input[type="search"], .issue_invite_container input#user_email, .issue_invite_container input[type="password"], .profile_edit_prompt input[type="text"], .profile_edit_prompt textarea, .profile_edit_prompt input[type="search"], .profile_edit_prompt input#user_email, .profile_edit_prompt input[type="password"] {
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  background: #fff;
  border: 0;
  box-shadow: inset 1px 1px 1px #cccccc;
  font-size: 20px;
  font-weight: 300;
}

/* line 3795, app/assets/stylesheets/global/examtime.sass */
.issue_invite_container .btn, .profile_edit_prompt .btn {
  font-size: 20px;
  padding: 5px 10px;
}

/* line 3798, app/assets/stylesheets/global/examtime.sass */
.issue_invite_container .input-prepend, .profile_edit_prompt .input-prepend {
  margin: 0;
}

/* line 3801, app/assets/stylesheets/global/examtime.sass */
.unconfirmed_email {
  font-size: 11px;
  margin-top: 5px;
}

/* line 3805, app/assets/stylesheets/global/examtime.sass */
.account_field {
  margin-bottom: 15px;
}

/* line 3808, app/assets/stylesheets/global/examtime.sass */
.change_gravatar {
  position: relative;
  padding-left: 70px;
}

/* line 3811, app/assets/stylesheets/global/examtime.sass */
.change_gravatar img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
}

/* line 3819, app/assets/stylesheets/global/examtime.sass */
.details {
  position: relative;
}

/* line 3822, app/assets/stylesheets/global/examtime.sass */
.friend-info {
  padding-left: 90px;
  margin: 15px 0 0 0;
  height: 55px;
  display: block;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 3832, app/assets/stylesheets/global/examtime.sass */
.icon-user.icon-user-invite:after {
  content: "\f067";
  font-size: 0.6em;
  vertical-align: top;
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-0 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(90deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-5 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(108deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-10 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(126deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-15 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(144deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-20 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(162deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-25 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(180deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-30 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(198deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-35 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(216deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-40 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(234deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-45 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(252deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-50 {
  background-image: linear-gradient(-90deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-55 {
  background-image: linear-gradient(-72deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-60 {
  background-image: linear-gradient(-54deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-65 {
  background-image: linear-gradient(-36deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-70 {
  background-image: linear-gradient(-18deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-75 {
  background-image: linear-gradient(0deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-80 {
  background-image: linear-gradient(18deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-85 {
  background-image: linear-gradient(36deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-90 {
  background-image: linear-gradient(54deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-95 {
  background-image: linear-gradient(72deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3848, app/assets/stylesheets/global/examtime.sass */
.progress-100 {
  background-image: linear-gradient(90deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3861, app/assets/stylesheets/global/examtime.sass */
.progress-0 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(90deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3864, app/assets/stylesheets/global/examtime.sass */
.progress-5 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(108deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3867, app/assets/stylesheets/global/examtime.sass */
.progress-10 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(126deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3870, app/assets/stylesheets/global/examtime.sass */
.progress-15 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(144deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3873, app/assets/stylesheets/global/examtime.sass */
.progress-20 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(162deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3876, app/assets/stylesheets/global/examtime.sass */
.progress-25 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(180deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3879, app/assets/stylesheets/global/examtime.sass */
.progress-30 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(198deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3882, app/assets/stylesheets/global/examtime.sass */
.progress-35 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(216deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3885, app/assets/stylesheets/global/examtime.sass */
.progress-40 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(234deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3888, app/assets/stylesheets/global/examtime.sass */
.progress-45 {
  background-image: linear-gradient(90deg, #c4d564 50%, transparent 50%, transparent), linear-gradient(252deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3891, app/assets/stylesheets/global/examtime.sass */
.progress-50 {
  background-image: linear-gradient(-90deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3894, app/assets/stylesheets/global/examtime.sass */
.progress-55 {
  background-image: linear-gradient(-72deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3897, app/assets/stylesheets/global/examtime.sass */
.progress-60 {
  background-image: linear-gradient(-54deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3900, app/assets/stylesheets/global/examtime.sass */
.progress-65 {
  background-image: linear-gradient(-36deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3903, app/assets/stylesheets/global/examtime.sass */
.progress-70 {
  background-image: linear-gradient(-18deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3906, app/assets/stylesheets/global/examtime.sass */
.progress-75 {
  background-image: linear-gradient(0deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3909, app/assets/stylesheets/global/examtime.sass */
.progress-80 {
  background-image: linear-gradient(18deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3912, app/assets/stylesheets/global/examtime.sass */
.progress-85 {
  background-image: linear-gradient(36deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3915, app/assets/stylesheets/global/examtime.sass */
.progress-90 {
  background-image: linear-gradient(54deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3918, app/assets/stylesheets/global/examtime.sass */
.progress-95 {
  background-image: linear-gradient(72deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3921, app/assets/stylesheets/global/examtime.sass */
.progress-100 {
  background-image: linear-gradient(90deg, #a0b432 50%, transparent 50%, transparent), linear-gradient(270deg, #a0b432 50%, #c4d564 50%, #c4d564);
}

/* line 3926, app/assets/stylesheets/global/examtime.sass */
.progress-radial {
  float: left;
  margin-right: 30px;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #c4d564;
  background-color: #a0b432;
}

/* line 3938, app/assets/stylesheets/global/examtime.sass */
.progress-radial .overlay {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fcfcfc;
  border-radius: 50%;
  margin-left: 18px;
  margin-top: 18px;
  text-align: center;
  line-height: 60px;
  font-size: 16px;
}

/* line 3951, app/assets/stylesheets/global/examtime.sass */
.summary_actions {
  margin: -20px 0 0 0;
  padding: 0 0 15px 0;
}

/* line 3956, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal label.signup_user_type {
  padding: 5px;
  margin-bottom: 10px;
}

/* line 3959, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal label.signup_user_type img, #edit_profile_modal label.signup_user_type .user_type_title {
  display: inline-block;
  vertical-align: middle;
}

/* line 3962, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal label.signup_user_type img {
  height: auto;
  max-width: 24px;
  max-height: 24px;
}

/* line 3966, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal label.signup_user_type .user_type_title {
  text-transform: none;
  font-weight: normal;
  margin: 0 0 0 5px;
}

/* line 3970, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal .user_type_icon_small {
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* line 3974, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal .user_type_group {
  padding: 0;
}

/* line 3976, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal .user_type_group:nth-child(2) {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  /* line 3976, app/assets/stylesheets/global/examtime.sass */
  #edit_profile_modal .user_type_group:nth-child(2) {
    padding: 0;
  }
}

/* line 3980, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal #user_type_selection {
  margin-bottom: 10px;
}

/* line 3982, app/assets/stylesheets/global/examtime.sass */
#edit_profile_modal #user_type_selection input[type="radio"]:checked + label {
  border-color: #ccc;
}

/* line 4009, app/assets/stylesheets/global/examtime.sass */
#group_topic_name, #topic_name {
  width: 100%;
  margin-bottom: 10px;
}

/* line 4015, app/assets/stylesheets/global/examtime.sass */
.edit_group .actions, .new_group .actions, .edit_group_membership .actions {
  text-align: right;
}

/* line 4019, app/assets/stylesheets/global/examtime.sass */
.group_name .label {
  font-size: 11px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-top: -7px;
  display: inline-block;
}

/* line 4025, app/assets/stylesheets/global/examtime.sass */
.group_name span {
  float: left;
}

/* line 4027, app/assets/stylesheets/global/examtime.sass */
.group_name span.MathJax_Preview {
  float: none;
}

/* line 4029, app/assets/stylesheets/global/examtime.sass */
.group_name .MathJax {
  float: none;
}

/* line 4031, app/assets/stylesheets/global/examtime.sass */
.group_name .MathJax span {
  float: none;
}

/* line 4033, app/assets/stylesheets/global/examtime.sass */
.group_name .group_avatar {
  width: 24px;
  height: 24px;
  background-position: center center;
  border-radius: 5px;
  margin: 0 5px;
}

/* line 4040, app/assets/stylesheets/global/examtime.sass */
#group_topic_name {
  width: 100%;
  margin-bottom: 10px;
}

/* line 4063, app/assets/stylesheets/global/examtime.sass */
#feedback_form .feedback_type {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

/* line 4068, app/assets/stylesheets/global/examtime.sass */
#feedback_form .type_selection {
  position: relative;
  text-align: left;
  cursor: pointer;
  padding: 30px 30px 30px 90px;
  margin-bottom: 20px;
  background: #f7f7f7;
  border-left: 0;
  border-right: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* line 4079, app/assets/stylesheets/global/examtime.sass */
#feedback_form .type_selection:hover, #feedback_form .type_selection.type_selected {
  background: #fff;
  border: 1px solid #ddd;
}

/* line 4082, app/assets/stylesheets/global/examtime.sass */
#feedback_form .type_selection img {
  position: absolute;
  top: 30px;
  left: 30px;
}

/* line 4086, app/assets/stylesheets/global/examtime.sass */
#feedback_form .type_selection:first-child {
  margin-right: 20px;
}

/* line 4092, app/assets/stylesheets/global/examtime.sass */
#feedback_message_area {
  margin-bottom: 20px;
}

/* line 4094, app/assets/stylesheets/global/examtime.sass */
#feedback_message_area label, #feedback_message_area textarea {
  display: block;
}

/* line 4096, app/assets/stylesheets/global/examtime.sass */
#feedback_message_area textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
}

/* line 4103, app/assets/stylesheets/global/examtime.sass */
.notification_icon {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 4108, app/assets/stylesheets/global/examtime.sass */
#group_logo {
  width: 63px;
  height: 63px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}

/* line 4115, app/assets/stylesheets/global/examtime.sass */
#group_logo i {
  line-height: 60px;
  font-size: 50px;
}

/* line 4118, app/assets/stylesheets/global/examtime.sass */
#group_logo img {
  height: 48px;
  width: 48px;
  border-radius: 100%;
}

/* line 4123, app/assets/stylesheets/global/examtime.sass */
#image_upload_info {
  clear: both;
}

/* line 4126, app/assets/stylesheets/global/examtime.sass */
#groups_container {
  margin-top: 30px;
}

/* line 4129, app/assets/stylesheets/global/examtime.sass */
.popover-body form .popup_error {
  display: block;
  color: red;
  margin-bottom: 5px;
}

/* line 4135, app/assets/stylesheets/global/examtime.sass */
.notifications_full .nav_po_section_headline {
  font-size: 14px;
}

/* line 4151, app/assets/stylesheets/global/examtime.sass */
.institution_deals {
  margin-top: 10px;
  text-align: center;
}

/* line 4154, app/assets/stylesheets/global/examtime.sass */
.institution_deals p {
  font-size: 15px;
  font-style: italic;
}

/* line 4158, app/assets/stylesheets/global/examtime.sass */
.secondary_payments_info {
  margin-top: 40px;
}

/* line 4161, app/assets/stylesheets/global/examtime.sass */
.free_plan_signup {
  text-align: center;
  margin-top: 40px;
}

/* line 4165, app/assets/stylesheets/global/examtime.sass */
h2.register_prompt {
  font-size: 22px;
  font-weight: 100;
}

/* line 4168, app/assets/stylesheets/global/examtime.sass */
h2.register_prompt a {
  font-size: 22px;
}

/* line 4171, app/assets/stylesheets/global/examtime.sass */
.sign_up_prompt_highlight {
  color: #9aad30;
}

/* line 4173, app/assets/stylesheets/global/examtime.sass */
.sign_up_prompt_highlight b {
  font-weight: 100;
}

/* line 4176, app/assets/stylesheets/global/examtime.sass */
.cancel_downgrade_subscription_btn {
  display: inline-block;
  margin-top: 15px;
}

/* line 4180, app/assets/stylesheets/global/examtime.sass */
table.table.plans {
  margin-top: 40px;
  font-size: 1.5em;
}

/* line 4184, app/assets/stylesheets/global/examtime.sass */
table.table.plans tr td:first-child {
  text-align: left;
}

/* line 4186, app/assets/stylesheets/global/examtime.sass */
table.table.plans tr td, table.table.plans tr th {
  text-align: center;
  vertical-align: middle;
}

/* line 4189, app/assets/stylesheets/global/examtime.sass */
table.table.plans tr td .icon-ok, table.table.plans tr th .icon-ok {
  color: #a0b432;
}

/* line 4191, app/assets/stylesheets/global/examtime.sass */
table.table.plans tr td .icon-remove, table.table.plans tr th .icon-remove {
  color: #e63a3a;
}

/* line 4195, app/assets/stylesheets/global/examtime.sass */
.plans_index {
  margin-bottom: 20px;
}

/* line 4197, app/assets/stylesheets/global/examtime.sass */
.plans_index a {
  letter-spacing: 0px;
}

/* line 4200, app/assets/stylesheets/global/examtime.sass */
.user_plan_table, .institution_plan_table {
  width: 100%;
  overflow: auto;
}

/* line 4205, app/assets/stylesheets/global/examtime.sass */
ul.plan_templates li {
  display: list-item;
  padding: 10px;
  background-color: #ededed;
  margin-top: 15px;
}

/* line 4210, app/assets/stylesheets/global/examtime.sass */
ul.plan_templates li.current {
  background-color: #cccccc;
}

/* line 4212, app/assets/stylesheets/global/examtime.sass */
ul.plan_templates h2 {
  margin: 0;
  display: inline;
}

/* line 4215, app/assets/stylesheets/global/examtime.sass */
ul.plan_templates a {
  margin: 0 0 15px 5px;
}

/* line 4218, app/assets/stylesheets/global/examtime.sass */
ul.plan_templates .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #e0e0e0;
  border-top-width: 0;
}

/* line 4225, app/assets/stylesheets/global/examtime.sass */
.plan_keys, .plan_values {
  margin-top: 20px;
  padding: 0px 0px;
  font-size: 1.2em;
}

/* line 4230, app/assets/stylesheets/global/examtime.sass */
.plan_keys ul li, .plan_values ul li {
  display: list-item;
  margin: 10px 0px;
}

/* line 4233, app/assets/stylesheets/global/examtime.sass */
.plan_keys ul > .plan_type, .plan_values ul > .plan_type {
  font-weight: bold;
  font-size: 1.5em;
  color: #444;
}

/* line 4238, app/assets/stylesheets/global/examtime.sass */
.plan_keys {
  text-align: right;
  padding-right: 15px;
}

/* line 4242, app/assets/stylesheets/global/examtime.sass */
.plan_values {
  text-align: center;
  z-index: 1;
}

/* line 4245, app/assets/stylesheets/global/examtime.sass */
.plan_values .wrap {
  border: 1px solid #cccccc;
  border-radius: 20px;
  background-clip: padding-box;
  background: linear-gradient(to bottom, #EAEAEA, #D8D8D8);
}

/* line 4253, app/assets/stylesheets/global/examtime.sass */
.plan_values .icon-remove {
  color: #e63a3a;
}

/* line 4256, app/assets/stylesheets/global/examtime.sass */
.plan_values.featured {
  margin-top: 0px;
  z-index: 50;
}

/* line 4259, app/assets/stylesheets/global/examtime.sass */
.plan_values.featured .wrap {
  padding: 20px 0px;
  border: 1px solid #B7B7B7;
  box-shadow: 0px 2px 5px 5px #B7B7B7;
  background: linear-gradient(to bottom, #c4d564, #a0b432);
}

/* line 4264, app/assets/stylesheets/global/examtime.sass */
.plan_values.featured .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  content: " ";
  border-bottom-color: #e0e0e0;
}

/* line 4271, app/assets/stylesheets/global/examtime.sass */
.confirm_upgrade, .your_plan_details {
  margin: 10px 0 10px 0;
}

/* line 4274, app/assets/stylesheets/global/examtime.sass */
.confirm_upgrade td:first-child, .your_plan_details td:first-child {
  font-weight: 700;
}

/* line 4278, app/assets/stylesheets/global/examtime.sass */
.your_plan {
  margin-bottom: 10px;
}

/* line 4281, app/assets/stylesheets/global/examtime.sass */
.billing-details-btn {
  margin-top: 18px;
}

/* line 4284, app/assets/stylesheets/global/examtime.sass */
.alert-warning {
  color: #333;
  background-color: #F5CD65;
  border-color: #EC9C00;
}

@media screen and (max-width: 767px) {
  /* line 4290, app/assets/stylesheets/global/examtime.sass */
  .billing-details-btn {
    margin-top: 0px;
  }
}

/* line 4293, app/assets/stylesheets/global/examtime.sass */
.subscription_info {
  margin-top: 10px;
}

/* line 4297, app/assets/stylesheets/global/examtime.sass */
.modal-dialog .subscription_table {
  margin-top: 10px;
}

/* line 4299, app/assets/stylesheets/global/examtime.sass */
.modal-dialog .plan-action {
  margin-bottom: 20px;
}

/* line 4301, app/assets/stylesheets/global/examtime.sass */
.modal-dialog .plan {
  background: #fff;
}

/* line 4303, app/assets/stylesheets/global/examtime.sass */
.modal-dialog .plan h2 {
  margin-bottom: 10px;
}

/* line 4309, app/assets/stylesheets/global/examtime.sass */
.plan.currency_cop .plan_currency, .plan.currency_cop .plan_price {
  font-size: 40px;
}

/* line 4311, app/assets/stylesheets/global/examtime.sass */
.plan.currency_cop .plan_currency sup, .plan.currency_cop .plan_price sup {
  font-size: 12px;
}

/* line 4314, app/assets/stylesheets/global/examtime.sass */
.frequency_toggle {
  text-align: center;
  width: 163px;
  height: 42px;
  margin: 0 auto;
}

/* line 4319, app/assets/stylesheets/global/examtime.sass */
.frequency_toggle a, .frequency_toggle a:hover {
  text-transform: uppercase;
  color: #e04d4b;
  vertical-align: middle;
}

/* line 4326, app/assets/stylesheets/global/examtime.sass */
.payment_thanks h1 {
  margin: 20px 0 20px 0;
}

/* line 4328, app/assets/stylesheets/global/examtime.sass */
.payment_thanks h3 {
  margin: 10px 0 20px 0;
  font-size: 20px;
  font-weight: 500;
}

/* line 4332, app/assets/stylesheets/global/examtime.sass */
.payment_thanks p {
  margin: 0 0 20px 0;
}

/* line 4334, app/assets/stylesheets/global/examtime.sass */
.payment_thanks li {
  display: block;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
  background: url(/assets/icon_list_tick.png) no-repeat 0 4px;
}

/* line 4339, app/assets/stylesheets/global/examtime.sass */
.payment_thanks .what_are_you_waiting_for {
  font-weight: bold;
  margin-top: 20px;
}

/* line 4343, app/assets/stylesheets/global/examtime.sass */
#teams_subscription_success .payment_thanks .keep_receipt {
  display: none;
}

/* line 4347, app/assets/stylesheets/global/examtime.sass */
.refund_policy h1 {
  margin: 0px 0 20px 0;
}

/* line 4349, app/assets/stylesheets/global/examtime.sass */
.refund_policy h3 {
  margin: 10px 0 20px 0;
  font-size: 20px;
  font-weight: 500;
}

/* line 4354, app/assets/stylesheets/global/examtime.sass */
.refund_policy p {
  margin: 0 0 20px 0;
}

/* line 4356, app/assets/stylesheets/global/examtime.sass */
.refund_policy li {
  display: block;
  padding: 0 0 0 20px;
  margin: 0 0 5px 0;
  background: url(/assets/icon_list_tick.png) no-repeat 0 4px;
}

/* line 4361, app/assets/stylesheets/global/examtime.sass */
.refund_policy .boxed {
  margin: 30px 0 30px 0;
}

/* line 4364, app/assets/stylesheets/global/examtime.sass */
.billing_details {
  margin-bottom: 20px;
}

/* line 4368, app/assets/stylesheets/global/examtime.sass */
#confirm_plan_choice {
  margin-bottom: 15px;
}

/* line 4370, app/assets/stylesheets/global/examtime.sass */
#confirm_plan_choice li {
  display: block;
}

/* line 4372, app/assets/stylesheets/global/examtime.sass */
#confirm_plan_choice li .choice_label {
  font-weight: bold;
}

/* line 4375, app/assets/stylesheets/global/examtime.sass */
.cancel_downgrade, .cancel_upgrade {
  float: right;
}

/* line 4379, app/assets/stylesheets/global/examtime.sass */
.pricing {
  text-align: center;
}

/* line 4381, app/assets/stylesheets/global/examtime.sass */
.pricing h1 {
  font-size: 30px;
  font-weight: 100 !important;
  margin-bottom: 20px;
}

/* line 4386, app/assets/stylesheets/global/examtime.sass */
.icon_invite {
  width: 46px;
  display: block;
  margin: 0 auto;
}

/* line 4391, app/assets/stylesheets/global/examtime.sass */
.remove_email {
  position: absolute;
  padding: 5px;
}

/* line 4400, app/assets/stylesheets/global/examtime.sass */
div.jGrowl div.jGrowl-notification {
  opacity: 1;
}

/* line 4403, app/assets/stylesheets/global/examtime.sass */
ul.share_with_list, ul.existing_readers {
  max-height: 100px;
  overflow: auto;
}

/* line 4408, app/assets/stylesheets/global/examtime.sass */
.print_notice {
  margin: 20px;
}

/* line 4415, app/assets/stylesheets/global/examtime.sass */
.group_create_new_discussion, .empty_group_info {
  background-color: #FFF;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* line 4420, app/assets/stylesheets/global/examtime.sass */
.status_container, .status_container .group_create_new_discussion {
  margin: 0;
  border: 0;
}

/* line 4424, app/assets/stylesheets/global/examtime.sass */
.entry_header {
  padding: 15px 20px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
}

/* line 4433, app/assets/stylesheets/global/examtime.sass */
.start_discussion {
  padding-left: 65px;
  cursor: pointer;
}

/* line 4436, app/assets/stylesheets/global/examtime.sass */
.start_discussion img {
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 15px;
}

/* line 4442, app/assets/stylesheets/global/examtime.sass */
.discussion_content, .empty_content {
  padding: 20px 20px 15px 20px;
}

/* line 4446, app/assets/stylesheets/global/examtime.sass */
.discussion_entry .create_main {
  display: none;
}

/* line 4448, app/assets/stylesheets/global/examtime.sass */
.discussion_entry .su_title {
  padding-bottom: 5px;
}

/* line 4450, app/assets/stylesheets/global/examtime.sass */
.discussion_entry .su_body {
  border-top: 1px solid #DDD;
}

/* line 4452, app/assets/stylesheets/global/examtime.sass */
.discussion_entry textarea {
  margin-top: 5px;
  height: 100px;
  margin-bottom: 15px;
  resize: vertical;
  max-height: 500px;
}

/* line 4458, app/assets/stylesheets/global/examtime.sass */
.discussion_entry input[type="text"], .discussion_entry textarea {
  border: 0;
  border-radius: 0;
}

/* line 4466, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .main {
  margin-top: 2px;
}

/* line 4468, app/assets/stylesheets/global/examtime.sass */
ul.status_updates li {
  background-color: white;
  display: block;
  margin-bottom: 20px;
}

/* line 4472, app/assets/stylesheets/global/examtime.sass */
ul.status_updates li.no_comments {
  border-bottom: 1px solid #ddd;
}

/* line 4474, app/assets/stylesheets/global/examtime.sass */
ul.status_updates li.no_comments .status {
  margin-bottom: 10px;
}

/* line 4476, app/assets/stylesheets/global/examtime.sass */
ul.status_updates li.no_comments .update_date {
  margin: 0;
  color: #b0b0b0;
}

/* line 4479, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status {
  padding: 20px 20px 10px 20px;
  position: relative;
}

/* line 4482, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_hidden {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
}

/* line 4486, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .avatar {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* line 4490, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_type {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 4494, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_type .type_avatar {
  border-radius: 100%;
}

/* line 4496, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .message {
  word-wrap: break-word;
  padding-left: 48px;
  margin-bottom: 15px;
}

/* line 4500, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .content {
  display: block;
  vertical-align: top;
}

/* line 4503, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .heading {
  margin-bottom: -3px;
  padding: 0 35px 0 48px;
}

/* line 4506, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .avatar img {
  border-radius: 100%;
}

/* line 4508, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .update_date {
  font-size: 11px;
  margin-top: 5px;
  color: #b0b0b0;
}

/* line 4513, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .activity_summary:before {
  content: '\00B7';
  padding-left: 2px;
}

/* line 4516, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .atv_container {
  padding: 0 2px 2px 0;
  display: inline-block;
}

/* line 4519, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .atv_container img {
  vertical-align: middle;
}

/* line 4521, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .atv_container:hover {
  cursor: pointer;
  background-color: #F4F4F4;
}

/* line 4524, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .comment_preview {
  margin-top: 10px;
  font-style: italic;
}

/* line 4527, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .comment_preview blockquote {
  margin: 0;
  word-wrap: break-word;
}

/* line 4530, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource {
  margin: 10px 0;
  display: block;
}

/* line 4533, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource .icon, ul.status_updates .resource .link {
  vertical-align: middle;
}

/* line 4535, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource .icon {
  margin-right: 5px;
}

/* line 4537, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource .link {
  word-wrap: break-word;
}

/* line 4539, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource .link a {
  font-weight: 400;
}

/* line 4541, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 4544, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}

/* line 4548, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .resource .icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 4552, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_actions {
  padding: 0 0 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f7f7f7;
}

/* line 4557, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_icons {
  float: right;
  display: inline-block;
  margin-right: 20px;
  margin-top: 2px;
}

/* line 4562, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_icon {
  display: inline-block;
  margin-left: 5px;
}

/* line 4567, app/assets/stylesheets/global/examtime.sass */
li.discussion .title a {
  color: #333;
}

/* line 4569, app/assets/stylesheets/global/examtime.sass */
li.discussion .heading {
  min-height: 32px;
}

/* line 4571, app/assets/stylesheets/global/examtime.sass */
li.discussion .message {
  padding: 0;
}

/* line 4575, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment.deleted {
  padding-top: 8px;
}

/* line 4577, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment.deleted .comment_box {
  margin-top: 0;
}

/* line 4579, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment.deleted .avatar {
  top: 16px;
}

/* line 4582, app/assets/stylesheets/global/examtime.sass */
.status_hide, .status_undo_hide, .status_unhide, .comment_remove, .preview_remove {
  font-weight: 600;
  color: #ddd;
  font-size: 20px;
  line-height: 18px;
  overflow: hidden;
}

/* line 4588, app/assets/stylesheets/global/examtime.sass */
.status_hide:hover, .status_undo_hide:hover, .status_unhide:hover, .comment_remove:hover, .preview_remove:hover {
  color: #909090;
  cursor: pointer;
}

/* line 4592, app/assets/stylesheets/global/examtime.sass */
.settings:has(.status_hide) {
  position: absolute;
  top: 20px;
  right: 20px;
}

/* line 4597, app/assets/stylesheets/global/examtime.sass */
.status_notifications_off {
  height: 12px;
  width: 12px;
  background: url(/assets/icon-notifications-off.png);
}

/* line 4601, app/assets/stylesheets/global/examtime.sass */
.status_notifications_off:hover {
  color: #ddd;
  cursor: auto;
}

/* line 4605, app/assets/stylesheets/global/examtime.sass */
.status_comment {
  padding: 0 20px;
}

/* line 4607, app/assets/stylesheets/global/examtime.sass */
.status_comment.highlighted {
  background-color: #F6FBC0;
}

/* line 4609, app/assets/stylesheets/global/examtime.sass */
.status_comment .comment_remove {
  visibility: hidden;
  float: right;
  color: #ccc;
  margin: 0 0 10px 10px;
}

/* line 4614, app/assets/stylesheets/global/examtime.sass */
.status_comment .comment_remove:hover {
  color: #808080;
}

/* line 4617, app/assets/stylesheets/global/examtime.sass */
.status_comment:hover .comment_remove {
  visibility: visible;
}

/* line 4619, app/assets/stylesheets/global/examtime.sass */
.status_comment.no_likes .comment_likes {
  display: none;
}

/* line 4621, app/assets/stylesheets/global/examtime.sass */
.status_comment .comment_likes {
  font-size: 11px;
}

/* line 4623, app/assets/stylesheets/global/examtime.sass */
.status_comment .comment_likes img {
  vertical-align: text-bottom;
  margin-right: -4px;
}

/* line 4626, app/assets/stylesheets/global/examtime.sass */
.status_comment .divider {
  color: #b0b0b0;
  font-size: 11px;
}

/* line 4630, app/assets/stylesheets/global/examtime.sass */
.status_undo_hide, .status_unhide {
  float: right;
  margin-left: 15px;
}

/* line 4635, app/assets/stylesheets/global/examtime.sass */
.status_type img.avatar {
  border-radius: 100%;
}

/* line 4638, app/assets/stylesheets/global/examtime.sass */
.like_section {
  font-size: 12px;
  padding: 10px 20px 5px 17px;
}

/* line 4641, app/assets/stylesheets/global/examtime.sass */
.like_section img {
  position: relative;
  bottom: 2px;
}

/* line 4645, app/assets/stylesheets/global/examtime.sass */
.likes i {
  margin-right: 24px;
  margin-left: 13px;
  vertical-align: middle;
}

/* line 4652, app/assets/stylesheets/global/examtime.sass */
.status_like, .status_report {
  cursor: pointer;
}

/* line 4656, app/assets/stylesheets/global/examtime.sass */
.status_report img {
  margin-right: -2px;
}

/* line 4658, app/assets/stylesheets/global/examtime.sass */
.status_report.reported {
  cursor: default;
}

/* line 4663, app/assets/stylesheets/global/examtime.sass */
.comment_actions .reported img {
  margin-left: -2px;
  margin-right: -2px;
}

/* line 4667, app/assets/stylesheets/global/examtime.sass */
.status_like .liked_label {
  display: none;
}

/* line 4671, app/assets/stylesheets/global/examtime.sass */
li.liked .like_icon {
  display: block;
}

/* line 4674, app/assets/stylesheets/global/examtime.sass */
li.liked .status_like .like_label {
  display: none;
}

/* line 4676, app/assets/stylesheets/global/examtime.sass */
li.liked .status_like .liked_label {
  display: inline;
}

/* line 4681, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_actions.likes {
  margin-top: 0;
}

/* line 4685, app/assets/stylesheets/global/examtime.sass */
.status_list .loading_spinner {
  float: left;
}

/* line 4687, app/assets/stylesheets/global/examtime.sass */
.status_list .options {
  text-align: right;
  margin-bottom: 10px;
}

/* line 4690, app/assets/stylesheets/global/examtime.sass */
.status_list .options input {
  margin-left: 10px;
}

/* line 4692, app/assets/stylesheets/global/examtime.sass */
.status_list .score_pie, .status_list .score_display {
  vertical-align: middle;
}

/* line 4694, app/assets/stylesheets/global/examtime.sass */
.status_list .score_pie {
  display: inline-block;
  margin-right: 5px;
  margin-left: -5px;
  margin-bottom: -5px;
}

/* line 4699, app/assets/stylesheets/global/examtime.sass */
.status_list .score_display {
  font-weight: 600;
  display: inline-block;
  font-size: 32px;
  color: #cccccc;
}

/* line 4704, app/assets/stylesheets/global/examtime.sass */
.status_list .rating_display {
  margin: 10px 0;
}

/* line 4706, app/assets/stylesheets/global/examtime.sass */
.status_list .rating_display.rating_aggregated {
  margin: -2px 0 13px 25px;
}

/* line 4708, app/assets/stylesheets/global/examtime.sass */
.status_list .rating_display.rating_aggregated img {
  width: 12px;
  height: 12px;
}

/* line 4711, app/assets/stylesheets/global/examtime.sass */
.status_list .rating_aggregated.message {
  margin-bottom: 10px;
}

/* line 4713, app/assets/stylesheets/global/examtime.sass */
.status_list .rating_aggregated.resource {
  margin: 0;
}

/* line 4715, app/assets/stylesheets/global/examtime.sass */
.status_list .comment_preview blockquote {
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 4720, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment, ul.status_updates .status_comment_input {
  position: relative;
}

/* line 4722, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .user_info, ul.status_updates .status_comment_input .user_info {
  margin-bottom: 0;
}

/* line 4724, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .avatar, ul.status_updates .status_comment_input .avatar {
  position: absolute;
  left: 20px;
}

/* line 4727, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .comment_body, ul.status_updates .status_comment_input .comment_body {
  margin: 0 0 5px 5px;
  font-size: 12px;
  word-break: break-word;
}

/* line 4731, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .comment_date, ul.status_updates .status_comment_input .comment_date {
  display: inline-block;
  font-size: 11px;
  color: #b0b0b0;
  margin-top: 3px;
  margin-right: 10px;
}

/* line 4737, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .user_name, ul.status_updates .status_comment_input .user_name {
  font-size: 12px;
  font-weight: 600;
}

/* line 4740, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .comment_box, ul.status_updates .status_comment_input .comment_box {
  padding: 5px 0 5px 46px;
  margin-top: 8px;
}

/* line 4743, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .comment_box textarea, ul.status_updates .status_comment_input .comment_box textarea {
  height: 30px;
  font-size: 12px;
  padding: 5px;
}

/* line 4747, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .comment_box textarea.disabled, ul.status_updates .status_comment_input .comment_box textarea.disabled {
  background-color: #efefef;
  color: #aaa;
}

/* line 4752, app/assets/stylesheets/global/examtime.sass */
.comment_actions a, .comment_actions .status_comment_report {
  display: inline-block;
  font-size: 11px;
}

/* line 4756, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment_input .comment_box {
  padding: 5px 20px 5px 20px;
}

/* line 4759, app/assets/stylesheets/global/examtime.sass */
.nested_comments {
  margin-left: 47px;
  font-size: 10px;
}

/* line 4762, app/assets/stylesheets/global/examtime.sass */
.nested_comments .status_comment .avatar {
  top: 8px;
}

/* line 4764, app/assets/stylesheets/global/examtime.sass */
.nested_comments .user_info {
  margin-bottom: 0;
}

/* line 4766, app/assets/stylesheets/global/examtime.sass */
.nested_comments .avatar {
  position: absolute;
  left: 20px;
}

/* line 4769, app/assets/stylesheets/global/examtime.sass */
.nested_comments .avatar img {
  width: 20px;
  height: 20px;
}

/* line 4775, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .nested_comments .comment_box {
  padding-left: 30px;
}

/* line 4777, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .nested_reply_input {
  margin-left: 40px;
}

/* line 4780, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .nested_reply_input .status_comment_input .comment_box {
  padding-left: 25px;
}

/* line 4782, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .nested_reply_input .status_comment_input .avatar {
  top: 5px;
}

/* line 4784, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .nested_reply_input .status_comment_input .avatar img {
  width: 20px;
  height: 20px;
}

/* line 4790, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment .avatar {
  top: 8px;
}

/* line 4792, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .status_comment_input .avatar {
  top: 5px;
}

/* line 4795, app/assets/stylesheets/global/examtime.sass */
ul.status_updates li.expanded .content, ul.status_updates li.expanded .avatar {
  display: none;
}

/* line 4797, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .plus_more {
  margin-bottom: 5px;
}

/* line 4799, app/assets/stylesheets/global/examtime.sass */
ul.status_updates .title {
  font-size: 21px;
  margin: 10px 0;
}

/* line 4803, app/assets/stylesheets/global/examtime.sass */
ul.status_updates ul.aggregated_updates .content, ul.status_updates ul.aggregated_updates .avatar {
  display: block;
}

/* line 4806, app/assets/stylesheets/global/examtime.sass */
.status_list .aggregated .score_display {
  font-size: 22px;
}

/* line 4810, app/assets/stylesheets/global/examtime.sass */
ul.aggregated_updates li {
  border: 1px solid #dddddd;
}

/* line 4812, app/assets/stylesheets/global/examtime.sass */
ul.aggregated_updates li:last-of-type {
  margin-bottom: 0;
}

/* line 4814, app/assets/stylesheets/global/examtime.sass */
ul.aggregated_updates .status_actions {
  border-bottom: 0;
}

/* line 4817, app/assets/stylesheets/global/examtime.sass */
.reported_info {
  padding: 10px 10px 10px 35px;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 0;
  background-color: #f7f7f7;
  position: relative;
}

/* line 4823, app/assets/stylesheets/global/examtime.sass */
.reported_info .sprite {
  vertical-align: text-bottom;
  margin-right: 5px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* line 4829, app/assets/stylesheets/global/examtime.sass */
.reported_info .report_actions {
  float: right;
  margin-left: 10px;
  max-width: 267px;
  margin-bottom: 20px;
}

/* line 4834, app/assets/stylesheets/global/examtime.sass */
.reported_info .report_type {
  font-weight: 600;
}

/* line 4837, app/assets/stylesheets/global/examtime.sass */
#report_content_reason {
  margin: 10px 0 0 18px;
}

/* line 4839, app/assets/stylesheets/global/examtime.sass */
#report_content_reason label {
  margin: 0;
  font-size: 0.9em;
}

/* line 4844, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container .nav-tabs {
  border-bottom: 0;
}

/* line 4846, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container .nav-tabs li {
  margin: 0 10px 0 0;
}

/* line 4848, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container .tab-pane {
  padding: 20px;
}

/* line 4851, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container ul.status_updates li {
  border: 1px solid #ddd;
  border-width: 0 1px;
}

/* line 4854, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container ul.status_updates li:last-of-type {
  margin-bottom: 0;
}

/* line 4856, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container ul.status_updates li.no_comments {
  border-width: 0 1px 1px 1px;
}

/* line 4858, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container .status_icons, #abuse_reports_container .settings, #abuse_reports_container .comment_remove {
  display: none;
}

/* line 4860, app/assets/stylesheets/global/examtime.sass */
#abuse_reports_container .empty {
  padding: 10px;
}

/* line 4863, app/assets/stylesheets/global/examtime.sass */
.suggested_title {
  font-weight: 600;
}

/* line 4866, app/assets/stylesheets/global/examtime.sass */
li.suggested_list {
  padding: 20px;
}

/* line 4868, app/assets/stylesheets/global/examtime.sass */
li.suggested_list li:last-of-type {
  margin-bottom: 0;
}

/* line 4872, app/assets/stylesheets/global/examtime.sass */
li.suggested_list .see_more {
  float: right;
  font-size: 9px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 2px 8px;
  font-weight: 300;
}

/* line 4880, app/assets/stylesheets/global/examtime.sass */
li.suggested_list .see_more a {
  color: #333;
}

/* line 4883, app/assets/stylesheets/global/examtime.sass */
li.suggested_list .see_more {
  margin-top: 10px;
}

/* line 4886, app/assets/stylesheets/global/examtime.sass */
ul.suggested_updates {
  margin-top: 20px;
}

/* line 4889, app/assets/stylesheets/global/examtime.sass */
li.attached_small {
  border: 1px solid #dbdbdb;
  position: relative;
  height: 50px;
  transition: all 0.3s;
}

/* line 4894, app/assets/stylesheets/global/examtime.sass */
li.attached_small.collapsed {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0.8);
}

/* line 4901, app/assets/stylesheets/global/examtime.sass */
li.attached_small.courses > div {
  height: 100%;
}

/* line 4903, app/assets/stylesheets/global/examtime.sass */
li.attached_small.study_aid > div {
  height: 100%;
}

/* line 4905, app/assets/stylesheets/global/examtime.sass */
li.attached_small.friendship {
  padding: 13px;
  height: auto;
  min-height: 92px;
}

/* line 4909, app/assets/stylesheets/global/examtime.sass */
li.attached_small .suggested_title {
  font-weight: 600;
  padding: 15px 10px 0 11px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 4913, app/assets/stylesheets/global/examtime.sass */
li.attached_small .group_logo {
  width: 48px;
  height: 48px;
  border-radius: 0;
  margin: 0;
}

/* line 4918, app/assets/stylesheets/global/examtime.sass */
li.attached_small .dismiss {
  opacity: 0;
  position: absolute;
  right: -11px;
  top: -11px;
  transform: scale(0.8);
  transition: all 0.3s;
}

/* line 4925, app/assets/stylesheets/global/examtime.sass */
li.attached_small:hover .dismiss {
  opacity: 1;
  transform: none;
}

/* line 4928, app/assets/stylesheets/global/examtime.sass */
li.attached_small .friender {
  margin-bottom: 10px;
}

/* line 4930, app/assets/stylesheets/global/examtime.sass */
li.attached_small .btn-invite {
  background-color: #9aad30;
  border-color: #9aad30;
  margin: 6px 0 0 10px;
}

/* line 4934, app/assets/stylesheets/global/examtime.sass */
li.attached_small .btn-invite:hover {
  background-color: #8d9e2c;
}

/* line 4936, app/assets/stylesheets/global/examtime.sass */
li.attached_small img.suggested_friend {
  border-radius: 100%;
  margin-right: 10px;
}

/* line 4939, app/assets/stylesheets/global/examtime.sass */
li.attached_small .friendee {
  position: relative;
}

/* line 4941, app/assets/stylesheets/global/examtime.sass */
li.attached_small .friendee .friend_avatar {
  position: absolute;
  top: 1px;
}

/* line 4944, app/assets/stylesheets/global/examtime.sass */
li.attached_small .friendee .friend_text {
  padding: 0 10px 0 42px;
}

/* line 4946, app/assets/stylesheets/global/examtime.sass */
li.attached_small .friendee .friend_link, li.attached_small .friendee .friend_info {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 4951, app/assets/stylesheets/global/examtime.sass */
.btn-activity {
  border: 1px solid #62b1cc;
  background-color: #62b1cc;
  font-size: 11px;
  margin: 13px 13px 0 10px;
  padding: 3px 12px;
  float: right;
  color: #fff;
}

/* line 4959, app/assets/stylesheets/global/examtime.sass */
.btn-activity:hover, .btn-activity:active, .btn-activity:focus {
  color: #fff;
  text-decoration: none;
  background-color: #53a2bd;
}

/* line 4967, app/assets/stylesheets/global/examtime.sass */
#comment_reports .status_comment {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

/* line 4971, app/assets/stylesheets/global/examtime.sass */
.agg_rating {
  margin: 10px 0;
}

/* line 4973, app/assets/stylesheets/global/examtime.sass */
.agg_avatar img {
  border-radius: 100%;
  margin-right: 10px;
}

/* line 4978, app/assets/stylesheets/global/examtime.sass */
ul.hidden_friends li, ul.hidden_groups li {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 5px 5px 0;
  border: 1px solid #cccccc;
  padding: 5px;
  background-color: #fcfcfc;
  line-height: 18px;
}

/* line 4987, app/assets/stylesheets/global/examtime.sass */
ul.hidden_friends img, ul.hidden_groups img {
  border-radius: 100%;
  margin-right: 5px;
  vertical-align: top;
  width: 20px;
  height: 20px;
}

/* line 4993, app/assets/stylesheets/global/examtime.sass */
ul.hidden_friends a, ul.hidden_groups a {
  text-decoration: none;
  line-height: 20px;
}

/* line 4996, app/assets/stylesheets/global/examtime.sass */
ul.hidden_friends .status_unhide, ul.hidden_groups .status_unhide {
  margin-left: 5px;
}

/* line 4998, app/assets/stylesheets/global/examtime.sass */
ul.hidden_friends .name, ul.hidden_groups .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 5002, app/assets/stylesheets/global/examtime.sass */
.activity_settings_modal h3 {
  margin-top: 30px;
}

/* line 5004, app/assets/stylesheets/global/examtime.sass */
.activity_settings_modal h3:first-of-type {
  margin-top: 0;
}

/* line 5010, app/assets/stylesheets/global/examtime.sass */
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 5020, app/assets/stylesheets/global/examtime.sass */
.fc-state-default {
  border: 1px solid;
}

/* line 5023, app/assets/stylesheets/global/examtime.sass */
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5027, app/assets/stylesheets/global/examtime.sass */
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5031, app/assets/stylesheets/global/examtime.sass */
.fc-text-arrow {
  margin: 0 .1em;
  font-size: 2em;
  vertical-align: baseline;
}

/* line 5036, app/assets/stylesheets/global/examtime.sass */
.fc-button-next .fc-text-arrow {
  font-weight: bold;
}

/* line 5039, app/assets/stylesheets/global/examtime.sass */
.fc-button .fc-icon-wrap {
  position: relative;
  float: left;
  top: 50%;
}

/* line 5044, app/assets/stylesheets/global/examtime.sass */
.fc-button .ui-icon {
  position: relative;
  float: left;
  margin-top: -50%;
  margin-top: 0;
  top: -50%;
}

/* line 5051, app/assets/stylesheets/global/examtime.sass */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 5061, app/assets/stylesheets/global/examtime.sass */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 5068, app/assets/stylesheets/global/examtime.sass */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 5077, app/assets/stylesheets/global/examtime.sass */
.fc-state-down,
.fc-state-active {
  background-color: #6fcbe1;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 5084, app/assets/stylesheets/global/examtime.sass */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
  width: 32%;
}

/* line 5093, app/assets/stylesheets/global/examtime.sass */
.embedded_content #tracking_panel {
  position: absolute;
  left: 5px;
  top: 125px;
  z-index: 1000;
}

/* line 5100, app/assets/stylesheets/global/examtime.sass */
.notes_container #tracking_panel {
  top: 71px;
}

/* line 5103, app/assets/stylesheets/global/examtime.sass */
#tracking_panel {
  cursor: move;
  background: #FFF;
  border: 2px solid #2980b9;
  padding: 10px 5px 0px 5px;
  border-radius: 5px;
}

/* line 5109, app/assets/stylesheets/global/examtime.sass */
#tracking_panel .check_boxes_wrapper, #tracking_panel .plot_wrapper {
  float: right;
  clear: both;
}

/* line 5112, app/assets/stylesheets/global/examtime.sass */
#tracking_panel .check_boxes_wrapper {
  cursor: default;
  position: relative;
  z-index: 2000;
}

/* line 5116, app/assets/stylesheets/global/examtime.sass */
#tracking_panel .plot_wrapper {
  top: -20px;
  position: relative;
}

/* line 5119, app/assets/stylesheets/global/examtime.sass */
#tracking_panel .icon-check, #tracking_panel .icon-check-empty {
  margin: 0 0 0 5px;
}

/* line 5121, app/assets/stylesheets/global/examtime.sass */
#tracking_panel #plot {
  position: relative;
  top: 14px;
}

/* line 5124, app/assets/stylesheets/global/examtime.sass */
#tracking_panel .tracking_percentage {
  position: relative;
  right: 1px;
}

/* line 5129, app/assets/stylesheets/global/examtime.sass */
.publicmeta .public_private_container {
  padding-top: 9px;
  display: inline-block;
  vertical-align: top;
}

/* line 5133, app/assets/stylesheets/global/examtime.sass */
.publicmeta .public_private_container .public_private {
  font-size: 12px;
  padding: 3px 8px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  letter-spacing: -1px;
  border-radius: 5px;
}

/* line 5141, app/assets/stylesheets/global/examtime.sass */
.publicmeta .public_private_container .set_public {
  background: #c4d564;
}

/* line 5143, app/assets/stylesheets/global/examtime.sass */
.publicmeta .public_private_container .set_private {
  background: #ff906b;
}

/* line 5146, app/assets/stylesheets/global/examtime.sass */
#dividerLabel {
  background: black;
}

/* line 5149, app/assets/stylesheets/global/examtime.sass */
.field_error {
  border: 3px solid red !important;
}

/* line 5152, app/assets/stylesheets/global/examtime.sass */
.field_error_label {
  color: red;
  font-size: 10px;
  margin-left: 5px;
}

/* line 5158, app/assets/stylesheets/global/examtime.sass */
#share_modal_contents .icon-book {
  color: #444;
}

/* line 5160, app/assets/stylesheets/global/examtime.sass */
#share_modal_contents .modal-footer {
  padding-top: 0;
}

/* line 5163, app/assets/stylesheets/global/examtime.sass */
.share_with {
  margin: 10px 0 80px 0;
  text-align: center;
}

/* line 5166, app/assets/stylesheets/global/examtime.sass */
.share_with li {
  display: list-item;
  padding: 30px 0 0 0;
}

/* line 5169, app/assets/stylesheets/global/examtime.sass */
.share_with li a {
  font-size: 20px;
  color: #444;
}

/* line 5172, app/assets/stylesheets/global/examtime.sass */
.share_with li a:hover {
  text-decoration: underline;
}

/* line 5175, app/assets/stylesheets/global/examtime.sass */
.dashboard_title_container, .empty_items_dashboard_container {
  background: #f7f7f7;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 20px;
  margin-bottom: 20px;
  overflow: auto;
}

/* line 5184, app/assets/stylesheets/global/examtime.sass */
.dashboard_title_container h1 {
  float: left;
  font-size: 30px;
}

/* line 5187, app/assets/stylesheets/global/examtime.sass */
.dashboard_title_container .what_is_this {
  float: left;
  margin: 8px 0 0 10px;
}

/* line 5190, app/assets/stylesheets/global/examtime.sass */
.dashboard_title_container .btn {
  float: right;
}

/* line 5194, app/assets/stylesheets/global/examtime.sass */
.empty_items_dashboard_container .phrase_1 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 15px;
}

/* line 5200, app/assets/stylesheets/global/examtime.sass */
.examtime_email_panel .btn {
  margin-top: 20px;
}

/* line 5203, app/assets/stylesheets/global/examtime.sass */
.share_buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

/* line 5208, app/assets/stylesheets/global/examtime.sass */
.share_buttons a .social_sprite {
  margin: 5px 5px;
  vertical-align: bottom;
}

/* line 5213, app/assets/stylesheets/global/examtime.sass */
.sharing_container .publish_message {
  margin-bottom: 10px;
}

/* line 5217, app/assets/stylesheets/global/examtime.sass */
.sharing_container .publish_controls, .examtime_email_panel .publish_controls {
  float: right;
}

/* line 5220, app/assets/stylesheets/global/examtime.sass */
.sharing_container_private, .examtime_email_panel_private, .selected_too_many, .sharing_message, .examtime_email_panel_pinned {
  text-align: center;
}

/* line 5224, app/assets/stylesheets/global/examtime.sass */
.examtime_email_panel_private p, .examtime_email_panel_pinned p {
  margin-bottom: 95px;
}

/* line 5226, app/assets/stylesheets/global/examtime.sass */
.examtime_email_panel_private .btn-cancel, .examtime_email_panel_pinned .btn-cancel {
  float: right;
}

/* line 5230, app/assets/stylesheets/global/examtime.sass */
.share_controls {
  float: right;
}

/* line 5232, app/assets/stylesheets/global/examtime.sass */
.share_controls .btn {
  margin-left: 5px;
}

/* line 5237, app/assets/stylesheets/global/examtime.sass */
.player_controls img:hover, .global_controls img:hover {
  opacity: 0.7;
}

/* line 5240, app/assets/stylesheets/global/examtime.sass */
.navbar .tooltip {
  z-index: 1036;
}

/* line 5243, app/assets/stylesheets/global/examtime.sass */
#tag_list_tag {
  width: 200px;
}

/* line 5246, app/assets/stylesheets/global/examtime.sass */
.profile_popover.popover.bs-popover-auto {
  width: 190px;
}

/* line 5249, app/assets/stylesheets/global/examtime.sass */
.campus_popover li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 5254, app/assets/stylesheets/global/examtime.sass */
.dropdown-menu {
  margin-top: 14px;
}

/* line 5258, app/assets/stylesheets/global/examtime.sass */
#profile_nav img, #campus_nav img {
  vertical-align: middle;
}

/* line 5261, app/assets/stylesheets/global/examtime.sass */
.navbar .navbar-nav > #profile_nav.active > a,
.navbar .navbar-nav > #campus_nav.active > a {
  background-color: transparent;
}

/* line 5265, app/assets/stylesheets/global/examtime.sass */
.popover .user_dropdown {
  z-index: 1002;
}

/* line 5267, app/assets/stylesheets/global/examtime.sass */
.popover .user_dropdown li a {
  padding: 5px 20px;
}

/* line 5269, app/assets/stylesheets/global/examtime.sass */
.popover .user_dropdown li a .sprite {
  margin-right: 0.5em;
}

/* line 5272, app/assets/stylesheets/global/examtime.sass */
.popover .campus_dropdown {
  z-index: 1002;
}

/* line 5274, app/assets/stylesheets/global/examtime.sass */
.popover .campus_dropdown li a {
  padding: 5px 30px 5px 20px;
}

/* line 5276, app/assets/stylesheets/global/examtime.sass */
.popover .campus_dropdown li a img {
  vertical-align: middle;
  margin-right: 5px;
}

/* line 5280, app/assets/stylesheets/global/examtime.sass */
.popover .user_dropdown li a .badge {
  top: 9px;
}

/* line 5284, app/assets/stylesheets/global/examtime.sass */
.in_profile .btn {
  padding: 5px 10px;
}

/* line 5286, app/assets/stylesheets/global/examtime.sass */
.in_profile i {
  margin: 0 5px 0 0 !important;
}

/* line 5288, app/assets/stylesheets/global/examtime.sass */
.in_profile .invite_friend_btn {
  min-width: 75px;
  margin-right: 0;
  font-size: 10px;
}

/* line 5292, app/assets/stylesheets/global/examtime.sass */
.in_profile .invite_friend_btn i {
  font-size: 11px;
}

/* line 5294, app/assets/stylesheets/global/examtime.sass */
.in_profile .user_resource_action {
  margin: -4px 0 10px 5px;
}

/* line 5297, app/assets/stylesheets/global/examtime.sass */
.frame_error {
  text-align: center;
}

/* line 5299, app/assets/stylesheets/global/examtime.sass */
.frame_error .not_found, .frame_error .sign_in {
  margin: 60px 0 30px 0;
  padding: 0 20px;
}

/* line 5302, app/assets/stylesheets/global/examtime.sass */
.frame_error .row {
  margin: 0 0 30px 0;
}

/* line 5304, app/assets/stylesheets/global/examtime.sass */
.frame_error .row .col-sm-8 {
  width: 100%;
}

/* line 5309, app/assets/stylesheets/global/examtime.sass */
.examtime_share_flag .actionbutton i {
  display: none;
}

/* line 5312, app/assets/stylesheets/global/examtime.sass */
#MathJax_Message {
  display: none;
}

/* line 5315, app/assets/stylesheets/global/examtime.sass */
.cursor_pointer {
  cursor: pointer;
}

/* line 5319, app/assets/stylesheets/global/examtime.sass */
#insert_study_aid_popup .type_label, #attachment_modal .type_label {
  min-width: 70px;
}

/* line 5323, app/assets/stylesheets/global/examtime.sass */
#pin_group_study_aid_popup .type_label {
  min-width: 95px;
}

/* line 5327, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls, .course_search_modal .dataTables_controls {
  text-align: left;
}

/* line 5329, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls .dataTables_info, .course_search_modal .dataTables_controls .dataTables_info {
  float: none;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #909090;
}

/* line 5335, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls .dataTables_paginate, .course_search_modal .dataTables_controls .dataTables_paginate {
  float: none;
  display: inline-block;
}

/* line 5338, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls .dataTables_paginate a, .course_search_modal .dataTables_controls .dataTables_paginate a {
  opacity: 1;
  cursor: pointer;
}

/* line 5341, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls .dataTables_paginate a.paginate_disabled_next, .resource_search_modal .dataTables_controls .dataTables_paginate a.paginate_disabled_previous, .course_search_modal .dataTables_controls .dataTables_paginate a.paginate_disabled_next, .course_search_modal .dataTables_controls .dataTables_paginate a.paginate_disabled_previous {
  display: none;
}

/* line 5343, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls .dataTables_paginate a:hover, .course_search_modal .dataTables_controls .dataTables_paginate a:hover {
  text-decoration: none;
}

/* line 5345, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_scrollBody, .course_search_modal .dataTables_scrollBody {
  overflow-x: hidden !important;
  height: 530px !important;
}

@media screen and (max-height: 1080px) {
  /* line 5345, app/assets/stylesheets/global/examtime.sass */
  .resource_search_modal .dataTables_scrollBody, .course_search_modal .dataTables_scrollBody {
    height: 400px !important;
  }
}

@media screen and (max-height: 768px) {
  /* line 5345, app/assets/stylesheets/global/examtime.sass */
  .resource_search_modal .dataTables_scrollBody, .course_search_modal .dataTables_scrollBody {
    height: 200px !important;
  }
}

/* line 5352, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .typeahead, .course_search_modal .typeahead {
  margin: 0 0 10px 0;
  width: 45%;
}

/* line 5355, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .searchresult, .course_search_modal .searchresult {
  min-height: 80px;
  padding: 0;
}

/* line 5358, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .searchresult .tile_small, .course_search_modal .searchresult .tile_small {
  top: 10px;
}

/* line 5360, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .searchresult p, .course_search_modal .searchresult p {
  margin: 0;
}

/* line 5362, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .searchresult .searchresult_footer, .course_search_modal .searchresult .searchresult_footer {
  font-weight: 400;
  padding-left: 23px;
  padding-top: 0;
  background-color: white;
  border: none;
}

/* line 5368, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .searchresult .searchresult_footer .searchresult_type, .resource_search_modal .searchresult .searchresult_footer .searchresult_author, .course_search_modal .searchresult .searchresult_footer .searchresult_type, .course_search_modal .searchresult .searchresult_footer .searchresult_author {
  display: inline;
}

/* line 5370, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .searchresult .searchresult_footer .avatar, .course_search_modal .searchresult .searchresult_footer .avatar {
  display: none;
}

/* line 5372, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .modal-dialog, .course_search_modal .modal-dialog {
  margin-top: 0;
}

/* line 5374, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .modal-header, .course_search_modal .modal-header {
  padding: 20px 40px 0 40px;
}

/* line 5376, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .modal-body, .course_search_modal .modal-body {
  padding: 10px 40px 10px 40px;
}

/* line 5378, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .modal-footer, .course_search_modal .modal-footer {
  padding: 5px 20px 20px;
}

/* line 5380, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .dataTables_controls, .course_search_modal .dataTables_controls {
  margin: 15px 0 0 0 !important;
}

/* line 5382, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .search_ok_cancel, .course_search_modal .search_ok_cancel {
  margin: 0;
}

/* line 5384, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal select, .course_search_modal select {
  padding: 0;
}

/* line 5386, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .breadcrumb_action_bar, .course_search_modal .breadcrumb_action_bar {
  margin-bottom: 10px;
  padding-top: 10px;
}

/* line 5389, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .search_results_controls, .course_search_modal .search_results_controls {
  float: left;
}

/* line 5391, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .search_results_controls .page_info, .resource_search_modal .search_results_controls .pagination, .course_search_modal .search_results_controls .page_info, .course_search_modal .search_results_controls .pagination {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

/* line 5395, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .search_results_controls .pagination, .course_search_modal .search_results_controls .pagination {
  margin-left: 5px;
}

/* line 5397, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .search_results_controls .pagination .btn, .course_search_modal .search_results_controls .pagination .btn {
  padding: 2px 5px;
}

/* line 5399, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .search_not_found_info, .course_search_modal .search_not_found_info {
  display: block;
  clear: both;
  margin: 1em;
  text-align: right;
}

/* line 5404, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .shared_resource_search_button, .resource_search_modal .shared_course_search_button, .course_search_modal .shared_resource_search_button, .course_search_modal .shared_course_search_button {
  font-size: 17px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  display: inline-block;
  vertical-align: top;
  height: 31px;
  margin-left: -10px;
  padding: 2px 10px 0 10px;
}

/* line 5414, app/assets/stylesheets/global/examtime.sass */
.resource_search_modal .shared_resource_search_count, .course_search_modal .shared_resource_search_count {
  display: inline-block;
  float: right;
}

/* line 5420, app/assets/stylesheets/global/examtime.sass */
#admin_user_export input {
  width: 200px;
}

/* line 5424, app/assets/stylesheets/global/examtime.sass */
.note_study_aid_clippings {
  max-height: 400px;
  overflow-y: auto;
  margin-bottom: 0;
}

/* line 5428, app/assets/stylesheets/global/examtime.sass */
.note_study_aid_clippings .icon_private {
  right: -70px;
  top: -3px;
}

/* line 5432, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics {
  border: 1px solid #cccccc;
  padding: 10px 10px 5px 10px;
  margin-bottom: 10px;
  overflow: visible;
  min-height: 50px;
  background-color: #fcfcfc;
}

/* line 5439, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics.deleted_resource {
  opacity: 0.4;
  border: 2px dotted #999999 !important;
  transition: opacity 0.5s;
}

/* line 5443, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics.deleted_resource:hover {
  opacity: 1;
}

/* line 5445, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .value {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  vertical-align: top;
  float: right;
}

/* line 5451, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .value img {
  margin-top: -5px;
}

/* line 5454, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .title h3 {
  line-height: 26px;
  font-weight: 700;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  padding-left: 32px;
}

/* line 5460, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .tile_small {
  position: absolute;
  border-radius: 20px;
  padding: 8px;
  display: inline-block;
  margin-right: 10px;
}

/* line 5466, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .tile_container {
  position: absolute;
  left: 25px;
}

/* line 5469, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .tile_container .tile_small {
  padding: 3px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0;
}

/* line 5474, app/assets/stylesheets/global/examtime.sass */
.study_aid_clipping_metrics .tile_container .icon_tile_small_type {
  position: absolute;
  top: -7px;
  right: -10px;
}

/* line 5481, app/assets/stylesheets/global/examtime.sass */
#delete_study_aid_popup ul li {
  display: list-item;
}

/* line 5483, app/assets/stylesheets/global/examtime.sass */
#delete_study_aid_popup ul li:nth-child(2) {
  margin-top: 10px;
}

/* line 5486, app/assets/stylesheets/global/examtime.sass */
.btn_remove_topic {
  cursor: pointer;
}

/* line 5495, app/assets/stylesheets/global/examtime.sass */
.switch_user_banner {
  margin: auto;
  max-width: 1170px;
  padding: 15px;
}

/* line 5499, app/assets/stylesheets/global/examtime.sass */
.switch_user_banner select {
  width: 200px;
}

/* line 5501, app/assets/stylesheets/global/examtime.sass */
.switch_user_banner form {
  display: inline;
}

/* line 5503, app/assets/stylesheets/global/examtime.sass */
.switch_user_banner .scope_identifier_display {
  width: 200px;
}

/* line 5506, app/assets/stylesheets/global/examtime.sass */
.switch_user_toggle {
  font-size: 11px;
  cursor: pointer;
  color: #fcfcfc;
  padding: 5px 8px;
  display: inline-block;
  background-color: #385360;
  border-bottom-right-radius: 5px;
  position: absolute;
  z-index: 3000;
}

/* line 5520, app/assets/stylesheets/global/examtime.sass */
html.min_layout {
  height: auto;
  overflow: hidden;
}

/* line 5523, app/assets/stylesheets/global/examtime.sass */
html.min_layout body {
  min-width: 50px;
}

/* line 5525, app/assets/stylesheets/global/examtime.sass */
html.min_layout body .study_aid_embed_button, html.min_layout body .course_embed_button {
  height: 81px;
  background: #fff;
  border: 1px solid #ccc;
}

/* line 5529, app/assets/stylesheets/global/examtime.sass */
html.min_layout body .study_aid_embed_button .item_not_found, html.min_layout body .course_embed_button .item_not_found {
  margin: 10px;
}

/* line 5531, app/assets/stylesheets/global/examtime.sass */
html.min_layout body .study_aid_embed_button .attach_preview, html.min_layout body .course_embed_button .attach_preview {
  margin: 0;
  border: 0;
}

/* line 5534, app/assets/stylesheets/global/examtime.sass */
html.min_layout body .study_aid_embed_button .link_title, html.min_layout body .course_embed_button .link_title {
  text-overflow: ellipsis;
  max-height: 45px;
  overflow: hidden;
}

/* line 5538, app/assets/stylesheets/global/examtime.sass */
html.min_layout body .study_aid_embed_button .link_images, html.min_layout body .course_embed_button .link_images {
  width: 81px;
  height: 81px;
  max-width: 81px;
  max-height: 81px;
  background-color: #EDEDED !important;
  background-size: 300%;
  background-position: calc( 0.81 * var(--x)) calc( 0.81 * var(--y));
}

/* line 5549, app/assets/stylesheets/global/examtime.sass */
.invite_error_message .invite_sent {
  font-size: 10px;
  color: #000000;
}

/* line 5553, app/assets/stylesheets/global/examtime.sass */
label.error, .invite_error_message {
  font-size: 10px;
  color: #ff0000;
}

/* line 5558, app/assets/stylesheets/global/examtime.sass */
input.error[type=text], input.error[type=email], select.error, textarea.error {
  border: 1px solid #ff0000;
}

/* line 5564, app/assets/stylesheets/global/examtime.sass */
.save_indicator_panel {
  position: fixed;
  z-index: 500;
  bottom: -1px;
  font-size: 12px;
  width: 100%;
  text-align: center;
  min-width: 190px;
  background-color: whitesmoke;
  border-top: 1px solid #e8e8e8;
  line-height: 16px;
  height: 28px;
}

/* line 5576, app/assets/stylesheets/global/examtime.sass */
.save_indicator_panel img {
  margin-left: 3px;
}

/* line 5578, app/assets/stylesheets/global/examtime.sass */
.save_indicator_panel #last_saved {
  color: #aaa;
}

/* line 5580, app/assets/stylesheets/global/examtime.sass */
.save_indicator_panel #loading_spinner, .save_indicator_panel #last_saved {
  padding-top: 5px;
  padding-bottom: 6px;
}

/* line 5586, app/assets/stylesheets/global/examtime.sass */
#examtime_header {
  transition-duration: 500ms;
}

/* line 5588, app/assets/stylesheets/global/examtime.sass */
#examtime_header.editing_study_aid, #examtime_header.editing_course {
  position: absolute;
  width: 100%;
}

/* line 5591, app/assets/stylesheets/global/examtime.sass */
#examtime_header.navbar {
  background: #3f6a7f;
}

/* line 5593, app/assets/stylesheets/global/examtime.sass */
#examtime_header.up {
  top: -90px;
}

/* line 5595, app/assets/stylesheets/global/examtime.sass */
#examtime_header.down {
  top: 0px;
}

/* line 5597, app/assets/stylesheets/global/examtime.sass */
#examtime_header .bg_tab {
  position: absolute;
  background: url("/assets/main_nav_bar/bg_tab.png") no-repeat;
  background-size: 34px 17px;
  width: 34px;
  height: 17px;
  top: 90px;
  text-align: center;
  margin-left: 7px;
  cursor: pointer;
}

/* line 5607, app/assets/stylesheets/global/examtime.sass */
#examtime_header .bg_tab img {
  width: 10px;
  height: 7px;
  position: relative;
  top: -3px;
}

/* line 5612, app/assets/stylesheets/global/examtime.sass */
#examtime_header .bg_tab img.up {
  display: none;
}

/* line 5614, app/assets/stylesheets/global/examtime.sass */
#examtime_header #private_messages_notifier {
  position: relative;
}

/* line 5617, app/assets/stylesheets/global/examtime.sass */
.with_user_menu #examtime_header {
  position: relative;
}

/* line 5619, app/assets/stylesheets/global/examtime.sass */
.with_user_menu #examtime_header .bg_tab {
  display: none;
}

/* line 5621, app/assets/stylesheets/global/examtime.sass */
.with_user_menu #examtime_header.up {
  top: 0px;
}

/* line 5623, app/assets/stylesheets/global/examtime.sass */
.with_user_menu #examtime_header.down {
  top: 0px;
}

/* line 5632, app/assets/stylesheets/global/examtime.sass */
.suggested_filter .panel-heading a {
  font-size: 13px;
  color: #3999ae;
  display: block;
  padding: 10px 15px;
  background-color: #f7f7f7;
}

/* line 5638, app/assets/stylesheets/global/examtime.sass */
.suggested_filter .panel-heading a.collapsed {
  background-color: transparent;
}

/* line 5640, app/assets/stylesheets/global/examtime.sass */
.suggested_filter .panel-heading a:hover, .suggested_filter .panel-heading a:active, .suggested_filter .panel-heading a:focus {
  background-color: #f7f7f7;
  text-decoration: none;
}

/* line 5643, app/assets/stylesheets/global/examtime.sass */
.suggested_filter .panel-heading a .sprite {
  margin-right: 0.5em;
  margin-top: 2px;
}

/* line 5646, app/assets/stylesheets/global/examtime.sass */
.suggested_filter .panel-footer {
  font-size: 10px;
}

/* line 5653, app/assets/stylesheets/global/examtime.sass */
#iframe_helper {
  border: 0;
  width: 1px;
  height: 1px;
}

/* line 5658, app/assets/stylesheets/global/examtime.sass */
.actions_bar {
  margin-top: 20px;
}

/* line 5660, app/assets/stylesheets/global/examtime.sass */
.actions_bar .article_tile {
  position: relative;
  width: 100%;
  height: 120px;
  border: 1px solid #dbdbdb;
  padding: 13px 13px 13px 134px;
}

/* line 5666, app/assets/stylesheets/global/examtime.sass */
.actions_bar .article_tile_small {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
  margin-top: -20px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* line 5677, app/assets/stylesheets/global/examtime.sass */
.actions_bar .create_tile a {
  margin-right: -30px;
}

/* line 5679, app/assets/stylesheets/global/examtime.sass */
.actions_bar .create_tile a:last-child {
  margin-right: 0;
}

/* line 5681, app/assets/stylesheets/global/examtime.sass */
.actions_bar .create_tile a:hover .sprite {
  opacity: .7;
}

/* line 5683, app/assets/stylesheets/global/examtime.sass */
.actions_bar .article_tile:hover .btn-view, .actions_bar .article_tile_small:hover .btn-view {
  color: #fff;
  background: #3a99ad;
}

/* line 5687, app/assets/stylesheets/global/examtime.sass */
.actions_bar .article_tile_small .tile_sprite {
  transform: scale(0.5);
}

/* line 5689, app/assets/stylesheets/global/examtime.sass */
.actions_bar .article_title {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

/* line 5697, app/assets/stylesheets/global/examtime.sass */
.pagination_container {
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 5701, app/assets/stylesheets/global/examtime.sass */
.gc_pagination {
  float: left;
  text-align: right;
}

/* line 5704, app/assets/stylesheets/global/examtime.sass */
.gc_pagination li, .gc_pagination .pagination_caption {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #909090;
  line-height: 24px;
  font-size: 12px;
}

/* line 5711, app/assets/stylesheets/global/examtime.sass */
.gc_pagination li a, .gc_pagination li span, .gc_pagination .pagination_caption a, .gc_pagination .pagination_caption span {
  display: inline-block;
  border-radius: 3px;
  padding: 0 6px;
  text-align: center;
  min-width: 12px;
}

/* line 5717, app/assets/stylesheets/global/examtime.sass */
.gc_pagination li a:hover, .gc_pagination .pagination_caption a:hover {
  background-color: #fff;
  text-decoration: none;
}

/* line 5720, app/assets/stylesheets/global/examtime.sass */
.gc_pagination li .current, .gc_pagination .pagination_caption .current {
  background-color: #62b1cc;
  color: #fff;
}

/* line 5723, app/assets/stylesheets/global/examtime.sass */
.gc_pagination .pagination_caption {
  margin-right: 5px;
}

/* line 5726, app/assets/stylesheets/global/examtime.sass */
.group_member_pagination, .group_reports_pagination {
  float: right;
}

/* line 5729, app/assets/stylesheets/global/examtime.sass */
.search_results_pagination {
  width: 100%;
  text-align: center;
}

/* line 5733, app/assets/stylesheets/global/examtime.sass */
.group_member_pagination {
  margin-bottom: 20px;
}

/* line 5734, app/assets/stylesheets/global/examtime.sass */
.group_member_pagination ul li {
  margin-bottom: 0;
}

/* line 5741, app/assets/stylesheets/global/examtime.sass */
#ads_pane {
  position: fixed;
  width: 300px;
  height: 100%;
  top: 0px;
  right: 0px;
  float: right;
  background: #ededed;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 5753, app/assets/stylesheets/global/examtime.sass */
#ads_pane #ads_pane_lower .remove_ads_link {
  text-align: center;
  width: 300px;
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 5760, app/assets/stylesheets/global/examtime.sass */
.with_ads #contents_pane {
  margin-right: 300px;
}

/* line 5762, app/assets/stylesheets/global/examtime.sass */
.with_ads #contents_pane .contents_wrap {
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 1140px) {
  /* line 5760, app/assets/stylesheets/global/examtime.sass */
  .with_ads #contents_pane {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1140px) {
  /* line 5768, app/assets/stylesheets/global/examtime.sass */
  .with_ads #ads_pane {
    display: none;
  }
}

/* line 5771, app/assets/stylesheets/global/examtime.sass */
.with_ads #flash_card_edit_container, .with_ads .notes_edit_outer, .with_ads .quiz_edit_outer {
  margin-right: 300px;
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 1140px) {
  /* line 5771, app/assets/stylesheets/global/examtime.sass */
  .with_ads #flash_card_edit_container, .with_ads .notes_edit_outer, .with_ads .quiz_edit_outer {
    margin-right: 0px;
    border-right: none;
  }
}

/* line 5778, app/assets/stylesheets/global/examtime.sass */
.with_ads .save_indicator_panel {
  width: calc(100% - 300px);
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 1140px) {
  /* line 5778, app/assets/stylesheets/global/examtime.sass */
  .with_ads .save_indicator_panel {
    width: 100%;
    border-right: none;
  }
}

/* line 5786, app/assets/stylesheets/global/examtime.sass */
.with_ads.fixed_layout .fixed_container {
  right: 300px;
}

@media screen and (max-width: 1140px) {
  /* line 5786, app/assets/stylesheets/global/examtime.sass */
  .with_ads.fixed_layout .fixed_container {
    right: 0px;
  }
}

/* line 5791, app/assets/stylesheets/global/examtime.sass */
.with_ads.fixed_layout .public_frame {
  border-right: 1px solid #cccccc;
}

@media screen and (max-width: 1140px) {
  /* line 5791, app/assets/stylesheets/global/examtime.sass */
  .with_ads.fixed_layout .public_frame {
    border-right: none;
  }
}

/* line 5797, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_edit_container .container {
  margin-left: 16%;
}

@media screen and (max-width: 1600px) {
  /* line 5797, app/assets/stylesheets/global/examtime.sass */
  .with_ads #quiz_edit_container .container {
    margin-left: auto;
  }
}

@media screen and (max-width: 1600px) {
  /* line 5801, app/assets/stylesheets/global/examtime.sass */
  .with_ads #quiz_edit_container.add_margin_left {
    margin-left: 185px;
  }
}

@media screen and (max-width: 1500px) {
  /* line 5801, app/assets/stylesheets/global/examtime.sass */
  .with_ads #quiz_edit_container.add_margin_left {
    margin-left: 200px;
  }
}

@media screen and (max-width: 1400px) {
  /* line 5801, app/assets/stylesheets/global/examtime.sass */
  .with_ads #quiz_edit_container.add_margin_left {
    margin-left: 215px;
  }
}

@media screen and (max-width: 1200px) {
  /* line 5801, app/assets/stylesheets/global/examtime.sass */
  .with_ads #quiz_edit_container.add_margin_left {
    margin-left: 225px;
  }
}

/* line 5810, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_edit_container.add_margin_left #form_container_view {
  margin-left: 90px;
}

/* line 5813, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_sidebar_container {
  width: 235px;
}

/* line 5817, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_sidebar_container #quiz_questions_list li .question_number {
  left: 10px;
}

/* line 5819, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_sidebar_container #quiz_questions_list li .question_view_inner {
  width: 195px;
  height: 110px;
  margin-left: 15px;
}

/* line 5823, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_sidebar_container #quiz_questions_list li .question_view_inner .question_title {
  height: 45px;
}

/* line 5825, app/assets/stylesheets/global/examtime.sass */
.with_ads #quiz_sidebar_container #quiz_questions_list li .question_view_handle {
  left: 210px;
  width: 15px;
  height: 110px;
  padding-top: 40px;
}

/* line 5832, app/assets/stylesheets/global/examtime.sass */
.with_ads #notes_edit_container .container {
  margin-left: 18%;
  margin-right: 12%;
}

@media screen and (max-width: 1675px) {
  /* line 5832, app/assets/stylesheets/global/examtime.sass */
  .with_ads #notes_edit_container .container {
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  /* line 5832, app/assets/stylesheets/global/examtime.sass */
  .with_ads #notes_edit_container .container {
    max-width: 970px;
  }
}

@media screen and (min-width: 1325px) {
  /* line 5832, app/assets/stylesheets/global/examtime.sass */
  .with_ads #notes_edit_container .container {
    max-width: 1170px;
  }
}

/* line 5841, app/assets/stylesheets/global/examtime.sass */
.with_ads .next_page {
  right: 320px;
}

@media screen and (max-width: 1140px) {
  /* line 5841, app/assets/stylesheets/global/examtime.sass */
  .with_ads .next_page {
    right: 30px;
  }
}

/* line 5845, app/assets/stylesheets/global/examtime.sass */
.with_ads.frame_body .next_page {
  right: 20px;
}

/* line 5849, app/assets/stylesheets/global/examtime.sass */
.with_ads #main_float_toolbar {
  left: 53%;
}

@media screen and (max-width: 1675px) {
  /* line 5849, app/assets/stylesheets/global/examtime.sass */
  .with_ads #main_float_toolbar {
    left: 50%;
  }
}

/* line 5856, app/assets/stylesheets/global/examtime.sass */
.with_ads .breadcrumb_action_bar .edit_titlebar h1.renamable {
  width: 430px;
}

/* line 5861, app/assets/stylesheets/global/examtime.sass */
.without_ads #contents_pane {
  margin-right: 0px;
  border-right: none;
}

/* line 5865, app/assets/stylesheets/global/examtime.sass */
.without_ads #ads_pane {
  display: none;
}

/* line 5868, app/assets/stylesheets/global/examtime.sass */
.without_ads.fixed_layout .fixed_container {
  right: 0px;
  border-right: none;
}

/* line 5875, app/assets/stylesheets/global/examtime.sass */
body.canonical.frame_body.note .embedded_content, body.canonical.frame_body.quiz .embedded_content, body.canonical.frame_body.flash_card_deck .embedded_content, body.canonical.frame_body.flowchart .embedded_content, body.canonical.frame_body.mind_map .embedded_content {
  height: 100%;
}

/* line 5877, app/assets/stylesheets/global/examtime.sass */
body.canonical .embed_footer {
  display: none;
}

/* line 5880, app/assets/stylesheets/global/examtime.sass */
body.canonical .embed_header > * {
  display: none;
}

/* line 5882, app/assets/stylesheets/global/examtime.sass */
body.canonical .embed_header .player_progress_container {
  display: block;
}

/* line 5885, app/assets/stylesheets/global/examtime.sass */
body.canonical.frame_body.flash_card_deck .flash_card_display .flash_card {
  font-weight: 300;
}

/* line 5888, app/assets/stylesheets/global/examtime.sass */
body.canonical.frame_body.flash_card_deck #flash_card_container .deck .wrapper {
  top: -20px;
}

/* line 5891, app/assets/stylesheets/global/examtime.sass */
body.canonical.frame_body.flash_card_deck #flash_card_container .flash_card_viewer .flash_card_deck_and_deck_specific_buttons .deck_actions {
  bottom: -20px;
}

/* line 5893, app/assets/stylesheets/global/examtime.sass */
body.canonical.frame_body.flash_card_deck #flash_card_container .flash_card_viewer .flash_card_deck_and_deck_specific_buttons #hide_known_fc {
  bottom: -80px;
}

/* line 5896, app/assets/stylesheets/global/examtime.sass */
body.canonical.frame_body.mind_map #top_left_panel {
  top: 5px;
}

/* line 5902, app/assets/stylesheets/global/examtime.sass */
.directory .type_selection {
  margin-top: 10px;
  margin-bottom: 20px;
}

/* line 5905, app/assets/stylesheets/global/examtime.sass */
.directory .type_selection .btn {
  margin-right: 10px;
}

/* line 5907, app/assets/stylesheets/global/examtime.sass */
.directory .next_prev {
  margin-top: 20px;
}

/* line 5909, app/assets/stylesheets/global/examtime.sass */
.directory .next_prev .prev {
  display: inline-block;
  float: left;
  text-align: left;
}

/* line 5913, app/assets/stylesheets/global/examtime.sass */
.directory .next_prev .next {
  display: inline-block;
  float: right;
  text-align: right;
}

/* line 5919, app/assets/stylesheets/global/examtime.sass */
.directory .results table thead {
  border-bottom: 1px solid #909090;
}

/* line 5921, app/assets/stylesheets/global/examtime.sass */
.directory .results table thead td {
  font-weight: bold;
}

/* line 5923, app/assets/stylesheets/global/examtime.sass */
.directory .results table tbody {
  border-bottom: 1px solid #909090;
}

/* line 5927, app/assets/stylesheets/global/examtime.sass */
#qc-cmp2-persistent-link {
  display: none;
}

/* line 5929, app/assets/stylesheets/global/examtime.sass */
button.manage_consent {
  background: none;
  cursor: pointer;
  padding: 0;
  border: 0;
  display: inline;
  font-weight: 300;
  font-size: 11px;
  color: #3a99ad;
}

/* line 5938, app/assets/stylesheets/global/examtime.sass */
button.manage_consent:hover {
  color: #6fcbe1;
  background: none;
}

/* line 5941, app/assets/stylesheets/global/examtime.sass */
#examtime_footer button.manage_consent {
  padding: 10px 15px;
}

/* line 5945, app/assets/stylesheets/global/examtime.sass */
body.ms_teams .et_frame_logo {
  display: none;
}
/* basic scrollbar styling */
/* vertical scrollbar */

.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar{
	margin-right:30px;
}
.mCustomScrollBox>.mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:0;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0; 
	height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:2px;
	height:100%;
	margin:0 auto;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display:block;
	position:relative;
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	top:100%;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal>.mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar,
.mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
	margin-bottom:30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin:0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	border-radius:10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	display:block;
	position:relative;
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight{
	margin-left:-40px;
	float:right;
}
.mCustomScrollBox{
	-ms-touch-action:none; /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */
.mCustomScrollBox>.mCSB_scrollTools{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCustomScrollBox:hover>.mCSB_scrollTools{
	opacity:1;
	filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; /* old ie */
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#ddd; /* rgba fallback */
	background:rgba(221,221,221,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#555; /* rgba fallback */
	background:rgba(85,85,85,0.75);
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(85,85,85,0.85);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(85,85,85,0.9);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(../mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
	/* 
	sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
	/* 
	sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
	/* 
	sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
	/* 
	sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark) 
	*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}

/*scrollbar themes*/
/*dark (dark colored scrollbar)*/
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}
/*light-2*/
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	border-radius:1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	border-radius:1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-40px -56px;
}
/*dark-2*/
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	border-radius:1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	border-radius:1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-120px -56px;
}
/*light-thick*/
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
	border-radius:2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.75);
	border-radius:2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-20px -56px;
}
/*dark-thick*/
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.1);
	border-radius:2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:6px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
	border-radius:2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:4px;
	margin:6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:6px;
	margin:5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-100px -56px;
}
/*light-thin*/
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#fff; /* rgba fallback */
	background:rgba(255,255,255,0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
/*dark-thin*/
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail{
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:2px;
	background:#000; /* rgba fallback */
	background:rgba(0,0,0,0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:2px;
	margin:7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(0,0,0,0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(0,0,0,0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp{
	background-position:-80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown{
	background-position:-80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:-80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight{
	background-position:-80px -56px;
}

/* custom styling */
/* content_1 scrollbar */
.content_1>.mCustomScrollBox>.mCSB_scrollTools{
	height:96%;
	top:2%;
}
/* content_2 scrollbar */
.content_2 .mCSB_scrollTools .mCSB_draggerRail{
	width:6px;
	box-shadow:1px 1px 1px rgba(255,255,255,0.1);
}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:rgba(255,255,255,0.4);
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgba(255,255,255,0.5);
	filter:"alpha(opacity=50)"; -ms-filter:"alpha(opacity=50)"; /* old ie */
}
.content_2 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_2 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgba(255,255,255,0.6);
	filter:"alpha(opacity=60)"; -ms-filter:"alpha(opacity=60)"; /* old ie */
}
/* content_3 scrollbar */
.content_3>.mCustomScrollBox>.mCSB_scrollTools{
	height:94%;
	top:3%;
}
.content_3 .mCSB_scrollTools .mCSB_draggerRail{
	width:0;
	border-right:1px dashed #09C;
}
.content_3 .mCSB_scrollTools .mCSB_dragger{
	height:11px;
}
.content_3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:11px;
	border-radius:11px;
	background:#09C;
}
/* content_4 scrollbar */
.content_4>.mCustomScrollBox>.mCSB_scrollTools{
	height:94%;
	top:3%;
}
.content_4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:8px;
	border-radius:2px;
	background:#d0b9a0;
	box-shadow:1px 1px 5px rgba(0,0,0,0.5);
}
.content_4 .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:#dfcdb9;
}
.content_4 .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.content_4 .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	box-shadow:0 0 3px rgba(0,0,0,0.5);
}
/* content_5 scrollbar */
.content_5>.mCustomScrollBox>.mCSB_scrollTools{
	width: 98%;
	margin: 0 1%;
}
/* content_6 scrollbar */
.content_6>.mCustomScrollBox>.mCSB_scrollTools{
	width:88%;
	margin: 0 6%;
}
/* content_8 scrollbar */
.content_8 .mCSB_scrollTools .mCSB_draggerRail{
	width:0px;
	border-left:1px solid rgba(0,0,0,0.8);
	border-right:1px solid rgba(255,255,255,0.2);
}
/* line 5, app/assets/stylesheets/global/loading_spinner.sass */
#et_loading_spinner, .et_loading_spinner {
  text-align: center;
  position: fixed;
  left: 50%;
  top: 200px;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  z-index: 10000;
  margin-left: -38px;
  width: 76px;
  height: 76px;
  background: #f9f9f9 url(/assets/loading_turbolink.gif) 10px 10px no-repeat;
}
/* line 3, app/assets/stylesheets/global/modal.sass */
.modal-dialog {
  width: 1125px;
  margin-left: auto;
  margin-top: 65px;
  overflow: hidden;
}

/* line 8, app/assets/stylesheets/global/modal.sass */
.modal-dialog .actions {
  margin: 40px 0 0 0;
}

/* line 10, app/assets/stylesheets/global/modal.sass */
.modal-dialog .actions_inline {
  text-align: right;
}

/* line 12, app/assets/stylesheets/global/modal.sass */
.modal-dialog .confirm {
  float: left;
}

/* line 16, app/assets/stylesheets/global/modal.sass */
.modal-dialog h2 {
  font-size: 26px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 0.5em;
}

/* line 22, app/assets/stylesheets/global/modal.sass */
.modal-dialog p {
  margin: 10px 0;
}

/* line 25, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-footer {
  border: none;
  margin: 0;
}

/* line 28, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-footer .alert {
  text-align: left;
}

/* line 31, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-header {
  border: none;
  padding: 40px 40px 0 40px;
}

/* line 35, app/assets/stylesheets/global/modal.sass */
.modal-dialog .modal-body {
  padding: 20px 40px 40px 40px;
}

/* line 38, app/assets/stylesheets/global/modal.sass */
.modal-cta {
  display: inline-block;
  min-height: 175px;
  padding: 20px;
  text-align: center;
}

/* line 43, app/assets/stylesheets/global/modal.sass */
.modal-cta .cta {
  margin: -5px 0 16px 0;
  font-size: 26px;
  letter-spacing: 0;
}

/* line 47, app/assets/stylesheets/global/modal.sass */
.modal-cta .btn-cta {
  font-size: 24px;
  width: 100%;
  margin: 10px 0px 10px 0px;
  color: #FFFFFF;
}

/* line 52, app/assets/stylesheets/global/modal.sass */
.modal-cta .cta-footer-text {
  font-size: 18px;
  line-height: 36px;
}

/* line 57, app/assets/stylesheets/global/modal.sass */
.modal-content.sign_up {
  margin: 10% 25%;
  width: 50%;
  padding: 2% 0% 2% 2%;
}

/* line 63, app/assets/stylesheets/global/modal.sass */
.danger_prompt #reason {
  width: 100%;
  height: 70px;
}

/* line 68, app/assets/stylesheets/global/modal.sass */
#sign_up_message.modal .modal-dialog {
  width: 768px;
  margin-left: auto;
}

/* line 71, app/assets/stylesheets/global/modal.sass */
#sign_up_message.modal .modal-cta {
  width: 100%;
}

/* line 75, app/assets/stylesheets/global/modal.sass */
.video_modal .modal-header {
  padding: 0 !important;
}

/* line 77, app/assets/stylesheets/global/modal.sass */
.video_modal .modal-body {
  padding: 15px 30px 25px 30px !important;
}

/* line 79, app/assets/stylesheets/global/modal.sass */
.video_modal .close_modal {
  top: 2px;
  right: 7px;
  font-size: 30px;
  z-index: 1041;
}

/* line 84, app/assets/stylesheets/global/modal.sass */
.video_modal .video_embed_container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

/* line 90, app/assets/stylesheets/global/modal.sass */
.video_modal .video_embed_container .video_embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 97, app/assets/stylesheets/global/modal.sass */
.fieldset {
  width: 49.5%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1250px) {
  /* line 103, app/assets/stylesheets/global/modal.sass */
  .modal-dialog {
    width: 90%;
    margin-left: auto;
  }
}

@media screen and (max-width: 800px) {
  /* line 109, app/assets/stylesheets/global/modal.sass */
  #sign_up_message.modal .modal-dialog {
    width: 80%;
    margin-left: auto;
  }
}

/* line 115, app/assets/stylesheets/global/modal.sass */
.small_modal .modal-dialog {
  width: 600px;
  margin-left: auto;
}

@media screen and (max-width: 650px) {
  /* line 119, app/assets/stylesheets/global/modal.sass */
  .small_modal .modal-dialog {
    width: 555px;
  }
}

/* line 123, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog {
  min-width: 450px;
  width: 450px;
  margin-left: auto;
}

/* line 127, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-body {
  padding: 0 20px 20px 20px;
}

/* line 129, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-header {
  padding: 20px;
}

/* line 131, app/assets/stylesheets/global/modal.sass */
.xs_modal .modal-dialog .modal-footer {
  padding: 10px 20px 20px 20px;
}

@media screen and (max-width: 570px) {
  /* line 135, app/assets/stylesheets/global/modal.sass */
  .modal-dialog {
    width: 100% !important;
    margin-left: 0 !important;
  }
  /* line 139, app/assets/stylesheets/global/modal.sass */
  .modal-dialog input[type=text],
.modal-dialog textarea,
.modal-dialog select {
    width: 100%;
  }
  /* line 144, app/assets/stylesheets/global/modal.sass */
  .modal-dialog .fieldset {
    width: 100%;
  }
  /* line 147, app/assets/stylesheets/global/modal.sass */
  .modal-dialog .modal-body,
.modal-dialog .modal-header,
.modal-dialog .modal-footer {
    padding: 10px;
  }
}

/* line 152, app/assets/stylesheets/global/modal.sass */
.delete_subject_dialog {
  padding: 30px;
}

/* line 154, app/assets/stylesheets/global/modal.sass */
.delete_subject_dialog .modal-header {
  padding: 0;
  margin: 0 0 20px -3px;
}

/* line 158, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_button {
  position: relative;
}

/* line 160, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_complete {
  padding: 4px 10px 4px;
  line-height: 15px;
}

/* line 164, app/assets/stylesheets/global/modal.sass */
.copy_clipboard_complete i, .copy_clipboard_button i {
  margin-right: 5px;
}

/* line 167, app/assets/stylesheets/global/modal.sass */
.my_clip_button {
  display: block;
  width: auto;
  height: 30px;
  border-color: #e5e5e5;
  box-shadow: none;
}

/* line 174, app/assets/stylesheets/global/modal.sass */
.embed_success_label, .url_success_label, .embed_popup_success_label {
  color: #9aad30;
  float: right;
  margin-top: 10px;
}

/* line 179, app/assets/stylesheets/global/modal.sass */
.sign_title {
  font-size: 26px;
  margin: 20px auto;
  text-align: center;
}

/* line 185, app/assets/stylesheets/global/modal.sass */
.modal-dialog {
  min-width: 690px;
}

/* line 189, app/assets/stylesheets/global/modal.sass */
.welcome_icon img {
  height: 75px;
}

/* line 192, app/assets/stylesheets/global/modal.sass */
.welcome_heading {
  font-size: 1.2em;
  font-weight: 700;
}

/* line 196, app/assets/stylesheets/global/modal.sass */
.embed_popup_header {
  padding-right: 35px;
  line-height: 24px;
}

/* line 201, app/assets/stylesheets/global/modal.sass */
.embed_study_aid .modal-header {
  min-height: 54px;
}

/* line 204, app/assets/stylesheets/global/modal.sass */
.close_modal {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 46px;
  line-height: 30px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  background: transparent;
  border: 0;
  padding: 0;
  outline: none;
}

/* line 218, app/assets/stylesheets/global/modal.sass */
.close_modal:hover {
  color: #000;
  opacity: 0.5;
}

/* line 223, app/assets/stylesheets/global/modal.sass */
.blockUI.blockOverlay {
  z-index: 1050 !important;
}

/* line 225, app/assets/stylesheets/global/modal.sass */
.blockUI.blockMsg.blockPage {
  z-index: 1061 !important;
}

/* line 228, app/assets/stylesheets/global/modal.sass */
.loading_modal h2 {
  width: 100%;
  text-align: center;
  color: #999;
  padding-top: 20px;
}

/* line 233, app/assets/stylesheets/global/modal.sass */
.loading_modal h2 img {
  margin-left: 10px;
}

/* line 236, app/assets/stylesheets/global/modal.sass */
.modal-content {
  background: #ededed;
  border: none;
  border-radius: 0px;
}

/* line 240, app/assets/stylesheets/global/modal.sass */
.modal-content label {
  margin: 10px 0 3px 0;
}

/* line 243, app/assets/stylesheets/global/modal.sass */
.after_rating {
  margin-top: 15px;
}

/* line 247, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .modal-body {
  padding-bottom: 10px;
}

/* line 249, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .well {
  background-color: #fcfcfc;
  margin-top: -2px;
  box-shadow: none;
}

/* line 253, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .well .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 256, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .nav-tabs {
  border-width: 3px 3px 3px 1px;
}

/* line 258, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .sa_type_icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}

/* line 264, app/assets/stylesheets/global/modal.sass */
.well {
  border-color: #cccccc;
  border-radius: 0;
}

/* line 271, app/assets/stylesheets/global/modal.sass */
.delete_topic_modal ul li {
  list-style-type: disc;
  display: list-item;
}

/* line 276, app/assets/stylesheets/global/modal.sass */
#topic_info li {
  height: 20px;
}

/* line 280, app/assets/stylesheets/global/modal.sass */
#move_study_aid_popup label {
  display: block;
}

/* line 284, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-content {
  max-height: 350px;
  overflow: auto;
}

/* line 288, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput,
#admin_tags_container .tagsinput,
#suggested_tags_container,
.choice_list_container .tagsinput,
.edit_course_module .tagsinput {
  height: auto !important;
  overflow: visible;
  width: 100%;
}

/* line 296, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput div,
#admin_tags_container .tagsinput div,
#suggested_tags_container div,
.choice_list_container .tagsinput div,
.edit_course_module .tagsinput div {
  float: none;
  display: inline-block;
}

/* line 299, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput input,
#admin_tags_container .tagsinput input,
#suggested_tags_container input,
.choice_list_container .tagsinput input,
.edit_course_module .tagsinput input {
  padding: 2px 4px;
}

/* line 301, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput input::-ms-clear,
#admin_tags_container .tagsinput input::-ms-clear,
#suggested_tags_container input::-ms-clear,
.choice_list_container .tagsinput input::-ms-clear,
.edit_course_module .tagsinput input::-ms-clear {
  display: none;
}

/* line 305, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag, #admin_tags_container .tagsinput span.tag, #suggested_tags_container span.tag,
.choice_list_container .tagsinput span.tag, .library_active_filters span.tag {
  font-family: 'OpenSans', sans-serif;
  border: 1px solid #e5e5e5;
  background: whitesmoke;
  color: grey;
  padding: 2px 4px;
  display: inline-block;
  float: none;
  font-size: 12px;
  line-height: 14px;
}

/* line 315, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag span, #admin_tags_container .tagsinput span.tag span, #suggested_tags_container span.tag span,
.choice_list_container .tagsinput span.tag span, .library_active_filters span.tag span {
  vertical-align: top;
  word-break: break-word;
}

/* line 318, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a, #admin_tags_container .tagsinput span.tag a, #suggested_tags_container span.tag a,
.choice_list_container .tagsinput span.tag a, .library_active_filters span.tag a {
  color: rgba(0, 0, 0, 0);
  width: 9px;
  height: 9px;
  margin-top: -3px;
  margin-left: 2px;
  background: url(/assets/icon_tag_remove.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

/* line 327, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu, #admin_tags_container .tagsinput .tt-menu, #suggested_tags_container .tt-menu,
.choice_list_container .tagsinput .tt-menu, .library_active_filters .tt-menu {
  position: absolute !important;
}

/* line 329, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu div, #admin_tags_container .tagsinput .tt-menu div, #suggested_tags_container .tt-menu div,
.choice_list_container .tagsinput .tt-menu div, .library_active_filters .tt-menu div {
  float: none;
  display: block !important;
}

/* line 332, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu div.tt-suggestion, #admin_tags_container .tagsinput .tt-menu div.tt-suggestion, #suggested_tags_container .tt-menu div.tt-suggestion,
.choice_list_container .tagsinput .tt-menu div.tt-suggestion, .library_active_filters .tt-menu div.tt-suggestion {
  display: block;
}

/* line 335, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu .tt-suggestions p, #admin_tags_container .tagsinput .tt-menu .tt-suggestions p, #suggested_tags_container .tt-menu .tt-suggestions p,
.choice_list_container .tagsinput .tt-menu .tt-suggestions p, .library_active_filters .tt-menu .tt-suggestions p {
  margin: 0px;
}

/* line 337, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput .tt-menu .tt-dataset-0, #admin_tags_container .tagsinput .tt-menu .tt-dataset-0, #suggested_tags_container .tt-menu .tt-dataset-0,
.choice_list_container .tagsinput .tt-menu .tt-dataset-0, .library_active_filters .tt-menu .tt-dataset-0 {
  width: 100%;
}

/* line 340, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a {
  opacity: 0.5;
}

/* line 342, app/assets/stylesheets/global/modal.sass */
#tags_container .tagsinput span.tag a:focus {
  opacity: 1.0;
}

/* line 345, app/assets/stylesheets/global/modal.sass */
.choice_list_container {
  position: relative;
}

/* line 347, app/assets/stylesheets/global/modal.sass */
.choice_list_container .tagsinput {
  min-height: 37px;
  border-radius: 3px;
  margin-bottom: 10px;
}

/* line 351, app/assets/stylesheets/global/modal.sass */
.choice_list_container .tagsinput .tags_clear {
  display: none;
}

/* line 354, app/assets/stylesheets/global/modal.sass */
.choice_input_container {
  padding-right: 40px;
  transition: padding .5s;
}

/* line 357, app/assets/stylesheets/global/modal.sass */
.choice_input_container .tagsinput {
  padding-top: 7px;
  padding-bottom: 3px;
}

/* line 360, app/assets/stylesheets/global/modal.sass */
.choice_input_container.expanded {
  padding-right: 0;
}

/* line 364, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list {
  display: block;
}

/* line 366, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list span.tag {
  cursor: pointer;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #fff;
}

/* line 373, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list span.tag img {
  margin-left: 2px;
}

/* line 375, app/assets/stylesheets/global/modal.sass */
#suggested_tags_container #tag_list #add_all_suggested_tags {
  text-decoration: underline;
  margin-left: 5px;
  display: block;
}

/* line 381, app/assets/stylesheets/global/modal.sass */
.popular_tag {
  line-height: normal;
}

/* line 383, app/assets/stylesheets/global/modal.sass */
.tag_10 {
  font-size: 0.8em;
}

/* line 385, app/assets/stylesheets/global/modal.sass */
.tag_9 {
  font-size: 0.9em;
}

/* line 387, app/assets/stylesheets/global/modal.sass */
.tag_8 {
  font-size: 1.0em;
}

/* line 389, app/assets/stylesheets/global/modal.sass */
.tag_7 {
  font-size: 1.1em;
}

/* line 391, app/assets/stylesheets/global/modal.sass */
.tag_6 {
  font-size: 1.2em;
}

/* line 393, app/assets/stylesheets/global/modal.sass */
.tag_5 {
  font-size: 1.3em;
}

/* line 395, app/assets/stylesheets/global/modal.sass */
.tag_4 {
  font-size: 1.4em;
}

/* line 397, app/assets/stylesheets/global/modal.sass */
.tag_3 {
  font-size: 1.5em;
}

/* line 399, app/assets/stylesheets/global/modal.sass */
.tag_2 {
  font-size: 1.6em;
}

/* line 401, app/assets/stylesheets/global/modal.sass */
.tag_1 {
  font-size: 1.7em;
}

/* line 404, app/assets/stylesheets/global/modal.sass */
.tag_results, .popular_tags {
  clear: both;
  margin-bottom: 30px;
}

/* line 408, app/assets/stylesheets/global/modal.sass */
.popular_tags {
  overflow: auto;
}

/* line 411, app/assets/stylesheets/global/modal.sass */
.tag_title {
  color: #464e4f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

/* line 419, app/assets/stylesheets/global/modal.sass */
.tag_results #tagged_study_aids_container .searchresult {
  padding-bottom: 20px;
}

/* line 421, app/assets/stylesheets/global/modal.sass */
.tag_results #tagged_study_aids_container .row {
  margin: 0;
}

/* line 424, app/assets/stylesheets/global/modal.sass */
.icon_picker_container {
  width: 100%;
}

/* line 427, app/assets/stylesheets/global/modal.sass */
#share_box_status_messages {
  padding: 10px;
}

/* line 430, app/assets/stylesheets/global/modal.sass */
.performance_results .vert_cent_centred {
  min-height: 550px;
}

/* line 434, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores {
  margin-top: 10px;
  margin: 0 auto;
  display: table;
}

/* line 438, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores li {
  float: left;
  margin-right: 5px;
  text-align: center;
  width: 150px;
  border-right: 1px #ccc solid;
}

/* line 444, app/assets/stylesheets/global/modal.sass */
#performance_results ul.scores li:last-child {
  border: 0;
}

/* line 446, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart_title, #performance_results .completion_metrics_chart_title {
  font-size: 18px;
  font-weight: bold;
  color: #909090;
  margin-bottom: 25px;
}

/* line 451, app/assets/stylesheets/global/modal.sass */
#performance_results .chart_header {
  border-bottom: none;
  text-align: center;
  margin: -20px 0 10px 0px;
}

/* line 455, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_results_navigation {
  margin-bottom: 10px;
  padding-bottom: 10px;
  float: right;
}

/* line 459, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart {
  width: 100%;
  overflow: hidden;
}

/* line 462, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts_chart .chart_title {
  font-size: 18px;
  font-weight: bold;
}

/* line 465, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_chart {
  text-align: center;
}

/* line 468, app/assets/stylesheets/global/modal.sass */
#performance_results #legend h3 {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}

/* line 472, app/assets/stylesheets/global/modal.sass */
#performance_results #legend span {
  float: left;
  margin: 10px 0px 0px 0px;
  line-height: 25px;
}

/* line 476, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .previous, #performance_results #legend .next {
  border: 1px solid #cccccc;
  line-height: 20px;
  height: 20px;
  width: 20px;
  padding: 4px 10px;
  margin-right: 5px;
}

/* line 483, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .previous {
  background: rgba(220, 220, 220, 0.5);
}

/* line 485, app/assets/stylesheets/global/modal.sass */
#performance_results #legend .next {
  background: #97bbcd;
}

/* line 488, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_info {
  font-size: 46px;
  text-align: center;
  margin: 37px 0 0 0;
}

/* line 492, app/assets/stylesheets/global/modal.sass */
#performance_results .completion_metrics_sub_info {
  font-size: 28px;
  text-align: center;
}

/* line 496, app/assets/stylesheets/global/modal.sass */
#performance_results .attempts {
  text-align: center;
  margin: 0 0 20px 0;
}

/* line 500, app/assets/stylesheets/global/modal.sass */
#performance_results .resource_version {
  float: left;
}

/* line 503, app/assets/stylesheets/global/modal.sass */
#performance_results .note_study_aid_clippings_title {
  text-align: center;
  margin-bottom: 20px;
}

/* line 506, app/assets/stylesheets/global/modal.sass */
#performance_results .note_study_aid_clippings_title.no_embeds {
  margin: 0;
}

/* line 508, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_score {
  font-weight: 700;
}

/* line 510, app/assets/stylesheets/global/modal.sass */
#performance_results .attempt_popup {
  margin-left: 1em;
  font-size: small;
  text-decoration: underline;
}

/* line 515, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph, .global_attempt_graph {
  text-align: center;
  max-width: 1050px;
  margin: auto;
}

/* line 519, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph .upgrade_btn, .global_attempt_graph .upgrade_btn {
  float: none;
}

/* line 521, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph .boxed, .global_attempt_graph .boxed {
  border-width: 0 0 1px 0;
  padding: 5px;
}

/* line 524, app/assets/stylesheets/global/modal.sass */
.user_attempt_graph h3, .global_attempt_graph h3 {
  margin: 0 30px 30px 30px;
}

/* line 527, app/assets/stylesheets/global/modal.sass */
.embedded_content .score_container {
  margin: 20px 0 40px 0;
}

/* line 530, app/assets/stylesheets/global/modal.sass */
.extra_menu_container {
  height: 24px;
}

/* line 533, app/assets/stylesheets/global/modal.sass */
.publicmeta .score_container {
  margin-top: 10px;
}

/* line 536, app/assets/stylesheets/global/modal.sass */
#performance_results #chart_all_toggle {
  margin-bottom: 10px;
}

/* line 538, app/assets/stylesheets/global/modal.sass */
#performance_results #chart_all_toggle div {
  margin: 0;
}

/* line 543, app/assets/stylesheets/global/modal.sass */
#share_action {
  margin: 0;
}

/* line 547, app/assets/stylesheets/global/modal.sass */
#divCursor {
  z-index: 1041;
  font-size: 12px !important;
}

/* line 551, app/assets/stylesheets/global/modal.sass */
.join_after_box {
  margin: 20px auto 0px auto;
  text-align: center;
  font-size: 22px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #eee;
}

/* line 558, app/assets/stylesheets/global/modal.sass */
.join_after_box.quiz {
  background: white;
}

/* line 560, app/assets/stylesheets/global/modal.sass */
.join_after_box .get_started {
  font-size: 25px;
  margin-top: 7px;
}

/* line 564, app/assets/stylesheets/global/modal.sass */
.quiz_ratings, .fc_ratings {
  padding: 10px;
  margin-top: 5%;
  border-top: 1px solid #ddd;
}

/* line 568, app/assets/stylesheets/global/modal.sass */
.quiz_ratings .rating_title, .fc_ratings .rating_title {
  font-weight: 700;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  margin-left: -10px;
}

/* line 574, app/assets/stylesheets/global/modal.sass */
.quiz_ratings .average_rating, .fc_ratings .average_rating {
  float: left;
}

/* line 577, app/assets/stylesheets/global/modal.sass */
.result_info {
  font-size: 16px;
  margin: 15px 0 10px 0;
}

/* line 580, app/assets/stylesheets/global/modal.sass */
.result_info img {
  margin-right: 5px;
}

/* line 584, app/assets/stylesheets/global/modal.sass */
.show_performance #performance_results {
  margin: 0;
  padding: 0;
}

/* line 587, app/assets/stylesheets/global/modal.sass */
.show_performance .loading_spinner {
  text-align: center;
}

/* line 590, app/assets/stylesheets/global/modal.sass */
.modal_sub {
  font-size: 12px;
  margin-top: 5px;
}

/* line 593, app/assets/stylesheets/global/modal.sass */
.modal_sub .title {
  font-weight: bold;
}

/* line 596, app/assets/stylesheets/global/modal.sass */
.completion_marker.icon-check, .completion_marker.icon-check-empty {
  font-size: 1.4em;
}

/* line 599, app/assets/stylesheets/global/modal.sass */
.completion_markers_results {
  text-align: center;
}

/* line 602, app/assets/stylesheets/global/modal.sass */
.completion_markers_results h3 {
  margin: 50px 0 20px 0px;
  font-weight: 400;
}

/* line 605, app/assets/stylesheets/global/modal.sass */
.completion_markers_results .chart {
  height: 100%;
}

/* line 607, app/assets/stylesheets/global/modal.sass */
.completion_markers_results .percentage, .completion_markers_results .information {
  font-size: 16px;
  color: #3a99ad;
  font-weight: 400;
  border: 1px solid #3a99ad;
  border-radius: 5px;
  padding: 5px;
  margin: auto;
  margin-top: 10px;
  width: 300px;
  background: #FFF;
}

/* line 620, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .tag_error {
  padding: 5px;
  margin-top: 2px;
}

/* line 623, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup #save_and_publish_asset_btn:not(.publish_inline) {
  float: left;
}

/* line 625, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup label.error {
  margin: 0;
}

/* line 627, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup #confirm_set_private_btn:focus {
  outline: none;
}

/* line 629, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .boxed {
  margin: 0;
}

/* line 631, app/assets/stylesheets/global/modal.sass */
#rename_study_aid_popup .subject_picker label.control-label {
  display: block;
}

/* line 636, app/assets/stylesheets/global/modal.sass */
.examtime_share_flag a {
  background: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  border: 1px solid #ededed;
  color: #444;
  font-size: 12px;
}

/* line 643, app/assets/stylesheets/global/modal.sass */
.examtime_share_flag a:hover {
  color: #909090;
  border: 1px solid #cccccc;
}

/* line 647, app/assets/stylesheets/global/modal.sass */
.sharing_area, #sharing_area {
  margin-top: 10px;
}

/* line 651, app/assets/stylesheets/global/modal.sass */
.call_to_action_sign_in .error_message {
  margin-bottom: 20px;
}

/* line 654, app/assets/stylesheets/global/modal.sass */
.share_with_list {
  border: none;
}

/* line 659, app/assets/stylesheets/global/modal.sass */
#recent-anouncements li {
  margin: 10px 0;
}

/* line 662, app/assets/stylesheets/global/modal.sass */
#subject_name_change {
  margin-top: 20px;
}

/* line 665, app/assets/stylesheets/global/modal.sass */
.modal-dialog .deleted_info p {
  margin: 0 0 10px 0;
}

/* line 667, app/assets/stylesheets/global/modal.sass */
.modal-dialog .deleted_info p:last-of-type {
  margin: 0;
}

/* line 670, app/assets/stylesheets/global/modal.sass */
.attempts_view_switch .btn {
  border: 1px solid transparent;
  background-color: transparent;
}

/* line 673, app/assets/stylesheets/global/modal.sass */
.attempts_view_switch .btn.active {
  background-color: #62b1cc;
  border-color: #62b1cc;
  color: #fff;
}

/* line 679, app/assets/stylesheets/global/modal.sass */
.attempts_tabs i {
  margin-right: 5px;
}

/* line 683, app/assets/stylesheets/global/modal.sass */
.subject_popup .twitter-typeahead input {
  background-color: #fff !important;
}

/* line 685, app/assets/stylesheets/global/modal.sass */
.subject_popup .modal-header {
  flex-direction: column;
}

/* line 688, app/assets/stylesheets/global/modal.sass */
#user_progress .loading_spinner {
  text-align: center;
  margin: 20px 0 30px 0;
}

/* line 694, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-dialog {
  margin-top: 0px;
}

/* line 696, app/assets/stylesheets/global/modal.sass */
.frame_body .share_asset_modal .modal-content {
  max-height: none;
}

/* line 701, app/assets/stylesheets/global/modal.sass */
.share_asset_modal .nav-tabs li, #attach_study_aids_popup .nav-tabs li, .publicmeta .nav-tabs li {
  margin: 0 0 0 -1px;
}

/* line 705, app/assets/stylesheets/global/modal.sass */
.share_asset_modal .modal-dialog {
  overflow: visible;
}

/* line 707, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #friend_share_message, .share_asset_modal #public_share_custom_message {
  height: 88px;
}

/* line 710, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #share_study_aid_popup.single_tab #shareTabs, .share_asset_modal #share_study_aid_popup.single_tab h3 {
  display: none;
}

/* line 712, app/assets/stylesheets/global/modal.sass */
.share_asset_modal #share_study_aid_popup.single_tab .modal-title {
  float: none;
  margin-bottom: 20px;
}

/* line 716, app/assets/stylesheets/global/modal.sass */
.share_buddy, .share_group {
  max-height: 25px;
  padding: 7px;
}

/* line 719, app/assets/stylesheets/global/modal.sass */
.share_buddy .buddy_name, .share_group .buddy_name {
  margin-left: 5px;
}

/* line 721, app/assets/stylesheets/global/modal.sass */
.share_buddy .prompt, .share_group .prompt {
  color: #909090;
  font-size: 10px;
  font-style: italic;
  margin-left: 5px;
}

/* line 726, app/assets/stylesheets/global/modal.sass */
.share_buddy .icon-arrow-right, .share_group .icon-arrow-right {
  color: #cccccc;
}

/* line 728, app/assets/stylesheets/global/modal.sass */
.share_buddy .buddy_name, .share_buddy .group_name, .share_group .buddy_name, .share_group .group_name {
  display: inline;
  cursor: pointer;
}

/* line 731, app/assets/stylesheets/global/modal.sass */
.share_buddy .share_type, .share_group .share_type {
  cursor: pointer;
}

/* line 734, app/assets/stylesheets/global/modal.sass */
.btn.show_choices {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
}

/* line 740, app/assets/stylesheets/global/modal.sass */
.popover .ubadge-avatar-symbol {
  display: none;
}

/* line 744, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tab-content, .publicmeta .tab-content {
  border: 1px solid #cccccc;
  border-width: 1px 0;
}

/* line 747, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs, .publicmeta .nav-tabs {
  position: relative;
  border-width: 3px 3px 3px 1px;
}

/* line 750, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs li, .publicmeta .nav-tabs li {
  height: 40px;
  padding: 10px 0 0 0;
}

/* line 753, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs li a, .publicmeta .nav-tabs li a {
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 758, app/assets/stylesheets/global/modal.sass */
.publicmeta .tab-content {
  margin-top: 13px;
}

/* line 760, app/assets/stylesheets/global/modal.sass */
.publicmeta #tab_performance .tab-content {
  padding: 0;
  border: 0;
  margin: 0;
}

/* line 764, app/assets/stylesheets/global/modal.sass */
.publicmeta #tab_performance .tab-content .boxed {
  border: 0;
}

/* line 766, app/assets/stylesheets/global/modal.sass */
.publicmeta .nav-tabs .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 772, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tab-content {
  border: 1px solid #cccccc;
}

/* line 774, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs {
  top: -13px;
}

/* line 776, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .nav-tabs a .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 780, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .modal-title {
  float: left;
}

/* line 783, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .share_asset_modal li {
  padding: 11px 0 0 0;
}

/* line 785, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .modal-body {
  padding: 0px 40px 0px 40px;
}

/* line 787, app/assets/stylesheets/global/modal.sass */
#share_study_aid_popup .tagsinput {
  width: 100%;
}

/* line 790, app/assets/stylesheets/global/modal.sass */
.show_performance.modal .tab-content {
  margin-top: -1px;
}

/* line 793, app/assets/stylesheets/global/modal.sass */
#attach_study_aids_popup .nav-tabs li a {
  top: 4px;
}

/* line 796, app/assets/stylesheets/global/modal.sass */
.share_embed {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* line 800, app/assets/stylesheets/global/modal.sass */
.share_embed input {
  border-width: 1px;
  height: 30px;
}

/* line 803, app/assets/stylesheets/global/modal.sass */
.share_embed label {
  width: auto;
}

/* line 805, app/assets/stylesheets/global/modal.sass */
.no_zc_width {
  width: 100%;
}

/* line 810, app/assets/stylesheets/global/modal.sass */
body.mobile .modal .modal-dialog, body.mobile_layout .modal .modal-dialog {
  min-width: 0px;
  margin-top: 1em;
}
/* line 3, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs {
  border: 3px solid transparent;
  padding: 0;
}

/* line 6, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li {
  margin: 0 0 0 10px;
}

/* line 8, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a {
  color: #444;
  font-size: 12px;
  padding: 20px 20px 6px 20px;
  font-weight: 300;
  border: 3px solid transparent;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  margin: 0;
  opacity: .6;
}

/* line 19, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a:hover {
  background-color: none;
  border: 3px solid transparent;
  color: #909090;
  border-bottom: none;
  opacity: 1;
}

/* line 25, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a.active {
  background-color: #ededed;
  border: none;
  border-bottom: 4px solid #3a99ad;
  font-weight: 500;
  z-index: 1000;
  opacity: 1;
}

/* line 32, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs li a.active:hover, .nav-tabs li a.active:focus {
  background-color: #ededed;
  border: none;
  border-bottom: 4px solid #3a99ad;
  z-index: 1000;
  position: relative;
  opacity: 1;
  text-decoration: none;
}

/* line 40, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .badge {
  vertical-align: text-top;
  margin-top: 2px;
  margin-left: 1px;
}

/* line 45, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .resources_tab .sprite, .nav-tabs .analytics_tab .sprite, .nav-tabs .overview_tab .sprite, .nav-tabs .members_tab .sprite, .nav-tabs .courses_tab .sprite {
  display: block;
  margin: auto;
  margin-top: -16px;
}

/* line 49, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_summary_tab, .nav-tabs .data_capture_resource_tab, .nav-tabs .data_capture_course_tab {
  background-position: center top;
  background-repeat: no-repeat;
}

/* line 52, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_summary_tab {
  background-image: url(/assets/icons/link.png);
}

/* line 54, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_resource_tab {
  background-image: url(/assets/sprites/document-link.png);
}

/* line 56, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs .data_capture_course_tab {
  background-image: url(/assets/icons/course-link.png);
}

/* line 59, app/assets/stylesheets/global/nav_tabs.sass */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  cursor: pointer;
}

/* line 63, app/assets/stylesheets/global/nav_tabs.sass */
.single_subject_header .nav-tabs {
  border-bottom: 5px solid #cccccc;
}

/* line 65, app/assets/stylesheets/global/nav_tabs.sass */
.single_subject_header .nav-tabs li {
  position: relative;
  top: 1px;
}
/* line 5, app/assets/stylesheets/global/navigation_popovers.sass */
.popover.create_popover li a {
  padding-left: 45px;
}

/* line 9, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_mind_map {
  background: url(/assets/icons/mindmap.png) 20px 13px no-repeat;
}

/* line 11, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_quiz {
  background: url(/assets/icons/quiz.png) 20px 13px no-repeat;
}

/* line 13, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_flash_card_deck {
  background: url(/assets/icons/flashcards.png) 20px 13px no-repeat;
}

/* line 15, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_slide_set {
  background: url(/assets/icons/slide_set.png) 20px 13px no-repeat;
}

/* line 17, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_note {
  background: url(/assets/icons/note.png) 20px 13px no-repeat;
}

/* line 19, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_course {
  background: url(/assets/icons/course.png) 20px 13px no-repeat;
  border-top: 1px solid #7596a7;
}

/* line 22, app/assets/stylesheets/global/navigation_popovers.sass */
.create_popover .create_flowchart {
  background: url(/assets/icons/flowchart.png) 20px 13px no-repeat;
  border-bottom: 1px solid #7596a7;
}
/* line 5, app/assets/stylesheets/global/notifications.sass */
#notification-icon-container > a {
  position: relative;
}

/* line 7, app/assets/stylesheets/global/notifications.sass */
#notification-icon-container i.icon-bell {
  font-size: 16px;
}

/* line 10, app/assets/stylesheets/global/notifications.sass */
#notification-icon-container.notification_icon_highlight i.icon-bell {
  font-weight: bold;
}

/* line 14, app/assets/stylesheets/global/notifications.sass */
.nav_po_section .notification_icon {
  float: right;
  top: 10px;
  right: 15px;
}

/* line 18, app/assets/stylesheets/global/notifications.sass */
.nav_po_section .notification_logo {
  float: left;
}

/* line 22, app/assets/stylesheets/global/notifications.sass */
#notification_footer {
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  text-align: center;
  margin: 10px 0;
  display: none;
}

/* line 29, app/assets/stylesheets/global/notifications.sass */
#notification_footer .notification_loading_text {
  margin-right: 10px;
  color: #a1b0b3;
}

/* line 34, app/assets/stylesheets/global/notifications.sass */
#mark_all_as_read {
  cursor: pointer;
  font-size: 10px;
  float: right;
  color: #fff;
}
/* line 1, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch {
  position: relative;
  width: 80px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/* line 8, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
}

/* line 12, app/assets/stylesheets/global/onoffswitch.sass */
input.onoffswitch-checkbox:focus + label {
  outline: 5px auto -webkit-focus-ring-color;
}

/* line 15, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #FCFCFC;
  border-radius: 20px;
}

/* line 22, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}

/* line 28, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}

/* line 41, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner:before {
  content: " ";
  padding-left: 10px;
  background-color: #F76161;
  color: #FFFFFF;
}

/* line 47, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-inner:after {
  content: " ";
  padding-right: 10px;
  background-color: #9AAD30;
  color: #FFFFFF;
  text-align: right;
}

/* line 54, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 46px;
  border: 2px solid #FCFCFC;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}

/* line 67, app/assets/stylesheets/global/onoffswitch.sass */
label.onoffswitch-label {
  margin: 0;
}

/* line 70, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

/* line 73, app/assets/stylesheets/global/onoffswitch.sass */
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
/* line 6, app/assets/stylesheets/global/popover.sass */
.popover {
  max-width: 340px;
  width: 340px;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  font-size: 14px;
  padding: 20px;
  background: #fcfcfc;
  border: 1px solid #e0e0e0;
}

/* line 17, app/assets/stylesheets/global/popover.sass */
.popover.bottom .popover-arrow:after {
  border-bottom-color: #fcfcfc;
}

/* line 20, app/assets/stylesheets/global/popover.sass */
.popover.top .popover-arrow:after {
  border-top-color: #fcfcfc;
}

/* line 23, app/assets/stylesheets/global/popover.sass */
.popover.left .popover-arrow:after {
  border-left-color: #fcfcfc;
}

/* line 26, app/assets/stylesheets/global/popover.sass */
.popover.right .popover-arrow:after {
  border-right-color: #fcfcfc;
}

/* line 28, app/assets/stylesheets/global/popover.sass */
.popover a {
  font-weight: 300;
  text-decoration: none;
}

/* line 32, app/assets/stylesheets/global/popover.sass */
.popover.nav-popover {
  background: #385360 url(/assets/bg_popoverarrow.png) no-repeat center top;
  border: none;
  padding-top: 15px;
}

/* line 37, app/assets/stylesheets/global/popover.sass */
.navbar .popover-arrow {
  visibility: hidden;
}

/* line 41, app/assets/stylesheets/global/popover.sass */
.dropdown-menu .popover-arrow, .dropdown-menu .popover-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 49, app/assets/stylesheets/global/popover.sass */
.dropdown-menu .popover-arrow:after {
  border-bottom-color: #ffffff;
  content: " ";
}

/* line 53, app/assets/stylesheets/global/popover.sass */
.popover.bottom, .dropdown-menu {
  margin-top: 11px;
}

/* line 55, app/assets/stylesheets/global/popover.sass */
.popover.bottom .popover-arrow, .dropdown-menu .popover-arrow {
  border-bottom-color: #e0e0e0;
  margin-left: -13px;
  border-width: 13px;
  border-top-width: 0;
  top: -13px;
}

/* line 61, app/assets/stylesheets/global/popover.sass */
.popover.bottom .popover-arrow:after, .dropdown-menu .popover-arrow:after {
  top: 1px;
  margin-left: -12px;
  border-width: 12px;
  border-top-width: 0;
}

/* line 67, app/assets/stylesheets/global/popover.sass */
.popover.top {
  margin-bottom: 12px;
}

/* line 69, app/assets/stylesheets/global/popover.sass */
.popover.top .popover-arrow {
  border-top-color: #e0e0e0;
  margin-left: -13px;
  border-width: 13px;
  border-bottom-width: 0;
  bottom: -13px;
}

/* line 75, app/assets/stylesheets/global/popover.sass */
.popover.top .popover-arrow:after {
  bottom: 1px;
  margin-left: -12px;
  border-width: 12px;
  border-bottom-width: 0;
}

/* line 81, app/assets/stylesheets/global/popover.sass */
.popover.right {
  margin-left: 12px;
}

/* line 83, app/assets/stylesheets/global/popover.sass */
.popover.right .popover-arrow {
  border-right-color: #e0e0e0;
  margin-top: -13px;
  border-width: 13px;
  border-left-width: 0;
  left: -13px;
}

/* line 89, app/assets/stylesheets/global/popover.sass */
.popover.right .popover-arrow:after {
  bottom: -12px;
  margin-left: 0px;
  border-width: 12px;
  border-left-width: 0;
}

/* line 95, app/assets/stylesheets/global/popover.sass */
.popover.left {
  margin-right: 12px;
}

/* line 97, app/assets/stylesheets/global/popover.sass */
.popover.left .popover-arrow {
  border-left-color: #e0e0e0;
  margin-top: -13px;
  border-width: 13px;
  border-right-width: 0;
  right: -13px;
}

/* line 103, app/assets/stylesheets/global/popover.sass */
.popover.left .popover-arrow:after {
  bottom: -12px;
  margin-right: 0px;
  border-width: 12px;
  border-right-width: 0;
}

/* line 109, app/assets/stylesheets/global/popover.sass */
.popover_load_spinner {
  text-align: center;
}

/* line 112, app/assets/stylesheets/global/popover.sass */
.popover-body {
  text-align: left;
}

/* line 114, app/assets/stylesheets/global/popover.sass */
.popover-body .popover_header {
  padding: 0px 10px 10px 0px;
  overflow: hidden;
}

/* line 117, app/assets/stylesheets/global/popover.sass */
.popover-body .popover_header .popover_dropdown_title {
  margin-top: 3px;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  float: left;
}

/* line 126, app/assets/stylesheets/global/popover.sass */
.info_popover {
  width: 240px !important;
}

/* line 128, app/assets/stylesheets/global/popover.sass */
.info_popover .popover-body {
  padding: 0;
}
/* line 2, app/assets/stylesheets/global/pricing_table.sass */
#plan_comparison_table .btn.confirm_upgrade {
  margin: 0;
}

/* line 4, app/assets/stylesheets/global/pricing_table.sass */
#plan_comparison_table .btn.btn-danger {
  color: white;
}

/* line 8, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog .modal-content {
  align-items: stretch;
}

/* line 10, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog .modal-content .modal-header {
  justify-content: space-around;
}

/* line 12, app/assets/stylesheets/global/pricing_table.sass */
#subscription_dialog #plan_comparison_table {
  font-size: 100%;
}

/* line 15, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table {
  /* BASIC BUTTON */
  /* PREMIUM BUTTON */
}

/* line 16, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing, #pricing_table .scroll_wrapper {
  width: 100%;
}

/* line 18, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table #plan_comparison_table {
  margin-top: -2em;
}

/* line 21, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table ul {
  padding: 0;
}

/* line 24, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table strong {
  font-family: 'museo_sans900', sans-serif;
}

/* line 27, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table h1 {
  font-size: 36px;
  color: #fff;
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 32, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan h2 {
  color: #fff;
  font-size: 2.6rem;
  padding-top: 15px;
}

/* line 36, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan p {
  color: black;
}

/* line 38, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan p, #pricing_table .plan a {
  font-family: 'museo_sans_rounded300';
}

/* line 42, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan-title {
  font-size: 1.5em;
}

/* line 45, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan-price {
  color: #a8a8a8;
}

/* line 48, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .container {
  background-color: #fff;
  box-shadow: 0px 0px 40px -5px rgba(0, 0, 0, 0.3);
}

/* line 54, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing {
  background-image: url(/assets/pricing_table/bg-header-pricing.png);
  background-size: cover;
  text-align: center;
  padding: 80px 50px;
  margin: 0 0 40px 0;
}

/* line 61, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .plan {
  width: 330px;
  margin: 0 auto 40px auto;
  text-align: center;
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.3);
}

/* line 69, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .prompt {
  font-family: 'museo_sans_rounded700', sans-serif !important;
  color: #e45151 !important;
  font-size: 1.2em;
  margin: 14px 0 6px 0;
}

/* line 75, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .price {
  margin: 20px 0;
}

/* line 78, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .header-pricing .btn {
  padding: 2px 40px;
}

/* line 81, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cta-pricing {
  width: 70%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  margin: auto auto;
  font-family: 'museo_sans_rounded700', sans-serif;
  text-align: center;
  padding: 20px 30px 10px 30px;
}

/* line 90, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cta-pricing-header {
  font-size: 1.5em;
}

/* line 94, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-basic {
  color: #ffffff;
  background-color: #A0C64D;
  border-color: #A0C64D;
}

/* line 98, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-basic:hover, #pricing_table .btn-basic:focus, #pricing_table .btn-basic:active, #pricing_table .btn-basic.active {
  color: #ffffff;
  background-color: #98BD48;
  border-color: #98BD48;
  outline: 0 !important;
}

/* line 106, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-premium {
  color: #ffffff;
  background-color: #e45151;
  border-color: #e45151;
}

/* line 110, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .btn-premium:hover, #pricing_table .btn-premium:focus, #pricing_table .btn-premium:active, #pricing_table .btn-premium.active {
  color: #ffffff;
  background-color: #ce4646;
  border-color: #ce4646;
  outline: 0 !important;
}

/* line 117, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table .btn, #pricing_table .plan .btn {
  border-radius: 4px !important;
  text-shadow: none !important;
}

/* line 121, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .table {
  width: 90%;
  margin: 1em auto;
  font-family: 'museo_sans_rounded700', sans-serif;
}

/* line 126, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td, #pricing_table th {
  padding: 12px !important;
}

/* line 129, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .what-you-get {
  font-size: 1.5em;
}

/* line 132, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .tick {
  width: 14px;
}

/* line 135, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .cross {
  width: 11px;
}

/* line 140, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table td:nth-child(2), #pricing_table table td:nth-child(3), #pricing_table table td:nth-child(4), #pricing_table table td:nth-child(5) {
  text-align: center;
}

/* line 143, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table table th:nth-child(2), #pricing_table table th:nth-child(3), #pricing_table table th:nth-child(4), #pricing_table table th:nth-child(5) {
  text-align: center;
}

/* line 146, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.green {
  color: #9CC250;
}

/* line 149, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.red {
  color: #D9545E;
}

/* line 153, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table .asterisk:after {
  content: "*";
}

/* line 155, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table td.asterisk {
  padding-right: 0px !important;
}

/* line 158, app/assets/stylesheets/global/pricing_table.sass */
#pricing_table tfoot {
  font-size: 10px;
  font-weight: 100;
  font-style: italic;
}

/* line 165, app/assets/stylesheets/global/pricing_table.sass */
#institution_contact_modal h2 {
  margin-bottom: 0px !important;
}

/* line 167, app/assets/stylesheets/global/pricing_table.sass */
#institution_contact_modal .contact_logo {
  float: left;
}
/* line 2, app/assets/stylesheets/global/sticky-footer.sass */
#examtime_footer ul {
  padding: 0;
  margin: 0;
}

/* line 5, app/assets/stylesheets/global/sticky-footer.sass */
#examtime_footer ul li {
  display: block;
}

/* line 8, app/assets/stylesheets/global/sticky-footer.sass */
#examtime_footer ul.regions {
  padding-bottom: 3px;
  display: inline-block;
}

/* line 11, app/assets/stylesheets/global/sticky-footer.sass */
#examtime_footer ul.regions li {
  display: inline-block;
}
/* line 1, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.tile_sprite, .link_images {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_course, .link_images.course {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 10, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_private, .link_images.unreadable {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 15, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_slide_set, .link_images.slide_set {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 20, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_quiz, .link_images.quiz {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 25, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_note, .link_images.note {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 30, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_mind_map, .link_images.mind_map {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 35, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flash_card_deck, .link_images.flash_card_deck {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 40, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flowchart, .link_images.flowchart {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 46, app/assets/stylesheets/global/../shared/tile_small_sprites.scss */
.ms-create-tile-adjustment {
  background-size: 300%;
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}

/* line 4, app/assets/stylesheets/global/tile_images.sass */
.attached_small .link_images, .resource-tile .link_images {
  float: left;
  height: 100% !important;
  background-size: 300%;
}

/* line 9, app/assets/stylesheets/global/tile_images.sass */
.resource-tile .link_images {
  width: 56px;
  background-position: calc( 0.56 * var(--x)) calc( 0.56 * var(--y));
}

/* line 13, app/assets/stylesheets/global/tile_images.sass */
.attached_small .link_images {
  width: 48px;
  background-position: calc( 0.48 * var(--x)) calc( 0.48 * var(--y));
}
/* line 1, app/assets/stylesheets/global/../shared/all_sprites.scss */
.sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -229px;
}

/* line 9, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -265px;
}

/* line 13, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users, #examtime_header .tt-menu .group_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -353px -301px;
}

/* line 17, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -346px;
}

/* line 21, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-users_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -130px;
}

/* line 25, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -346px;
}

/* line 29, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_white_female {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -346px;
}

/* line 33, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_silhouette_question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -346px;
}

/* line 37, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-user_black_female, #examtime_header .tt-menu .user_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -346px;
}

/* line 41, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_boxes_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -346px;
}

/* line 45, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -346px;
}

/* line 49, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-ui_check_box_uncheck {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -346px;
}

/* line 53, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-trash {
  width: 19px;
  height: 19px;
  background: url(/assets/sprites/all_sprites.png) -353px -190px;
}

/* line 57, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-trash_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -130px;
}

/* line 61, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -346px;
}

/* line 65, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-thumb_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -346px;
}

/* line 69, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-thumb_small_up {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -10px;
}

/* line 73, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-stickman {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -46px;
}

/* line 77, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-stickman_run {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -82px;
}

/* line 81, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-star {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -118px;
}

/* line 85, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-star_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -154px;
}

/* line 89, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-speaker_volume {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -190px;
}

/* line 93, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-shopping_basket_white {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -226px;
}

/* line 97, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-share_balloon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -262px;
}

/* line 101, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-selection_input {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -298px;
}

/* line 105, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-reports {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -400px -334px;
}

/* line 109, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-quiz_ellipse_light {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -130px;
}

/* line 113, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-question {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -382px;
}

/* line 117, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-printer {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -382px;
}

/* line 121, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-printer_color_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -10px;
}

/* line 125, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-price_tag {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -382px;
}

/* line 129, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -382px;
}

/* line 133, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -64px;
}

/* line 137, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-plus_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -102px;
}

/* line 141, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -382px;
}

/* line 145, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -382px;
}

/* line 149, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -191px -118px;
}

/* line 153, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pin_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -184px;
}

/* line 157, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -382px;
}

/* line 161, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -382px;
}

/* line 165, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-pencil_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -184px;
}

/* line 169, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-paste {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -382px;
}

/* line 173, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-palette {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -382px;
}

/* line 177, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-order_front {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -382px;
}

/* line 181, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-order_back {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -10px;
}

/* line 185, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-new_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -46px;
}

/* line 189, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-money_coin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -82px;
}

/* line 193, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-medal_premium {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -118px;
}

/* line 197, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -154px;
}

/* line 201, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -190px;
}

/* line 205, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_plus_32 {
  width: 41px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -130px -10px;
}

/* line 209, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_open {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -226px;
}

/* line 213, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-mail_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -64px -292px;
}

/* line 217, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lock_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -262px;
}

/* line 221, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-lifebuoy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -298px;
}

/* line 225, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-layer_arrow_down {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -334px;
}

/* line 229, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-institution {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -436px -370px;
}

/* line 233, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-information_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -418px;
}

/* line 237, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-information_italic_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -184px;
}

/* line 241, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-inbox_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -418px;
}

/* line 245, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -418px;
}

/* line 249, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image_plus_md {
  width: 36px;
  height: 27px;
  background: url(/assets/sprites/all_sprites.png) -220px -292px;
}

/* line 253, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image_empty {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -418px;
}

/* line 257, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-image__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -418px;
}

/* line 261, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_published_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -418px;
}

/* line 265, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_private_resource {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -418px;
}

/* line 269, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_more {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -184px;
}

/* line 273, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_goconqr_embed {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -10px;
}

/* line 277, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_star_small_on {
  width: 12px;
  height: 12px;
  background: url(/assets/sprites/all_sprites.png) -544px -190px;
}

/* line 281, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_note_board_action {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -64px;
}

/* line 285, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-icon_cart_remove {
  width: 35px;
  height: 35px;
  background: url(/assets/sprites/all_sprites.png) -130px -62px;
}

/* line 289, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-hand_shake {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -418px;
}

/* line 293, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-globe_green {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -418px;
}

/* line 297, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -418px;
}

/* line 301, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -418px;
}

/* line 305, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-gear_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -118px;
}

/* line 309, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-footprint_plus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -245px -172px;
}

/* line 313, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-footprint_minus_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -238px;
}

/* line 317, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_tree_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -64px -238px;
}

/* line 321, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_open_document_text {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -418px;
}

/* line 325, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_horizontal_arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -118px -238px;
}

/* line 329, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-folder_export {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -10px;
}

/* line 333, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-flash_card_deck_icon {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -46px;
}

/* line 337, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eye {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -82px;
}

/* line 341, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eye__exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -118px;
}

/* line 345, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -154px;
}

/* line 349, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -190px;
}

/* line 353, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_circle {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -226px;
}

/* line 357, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_circle_small {
  width: 9px;
  height: 10px;
  background: url(/assets/sprites/all_sprites.png) -544px -222px;
}

/* line 361, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-exclamation_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -116px -292px;
}

/* line 365, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-eps {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -262px;
}

/* line 369, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-embed {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -298px;
}

/* line 373, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_underline {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -334px;
}

/* line 377, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_style {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -370px;
}

/* line 381, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_scale_vertical {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -472px -406px;
}

/* line 385, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_list {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -454px;
}

/* line 389, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_list_order {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -454px;
}

/* line 393, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_italic {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -454px;
}

/* line 397, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_color {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -454px;
}

/* line 401, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_bold {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -454px;
}

/* line 405, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -454px;
}

/* line 409, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_right {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -454px;
}

/* line 413, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_justify {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -454px;
}

/* line 417, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-edit_alignment_center {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -454px;
}

/* line 421, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-door_open_out {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -454px;
}

/* line 425, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_view, #examtime_header .tt-menu .resource_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -454px;
}

/* line 429, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_tick {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -454px;
}

/* line 433, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_share {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -454px;
}

/* line 437, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_list_pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -10px;
}

/* line 441, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_link {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -46px;
}

/* line 445, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document_copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -82px;
}

/* line 449, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-document__minus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -118px;
}

/* line 453, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cross {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -154px;
}

/* line 457, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cross_tick_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -190px;
}

/* line 461, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-courses, #examtime_header .tt-menu .course_heading .sprite {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -226px;
}

/* line 465, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-copy {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -262px;
}

/* line 469, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_skip {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -298px;
}

/* line 473, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_refresh {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -276px -292px;
}

/* line 477, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_pause_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -172px -238px;
}

/* line 481, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-control_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -226px -238px;
}

/* line 485, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-close_resource {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -10px;
}

/* line 489, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clock {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -334px;
}

/* line 493, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clock_24 {
  width: 24px;
  height: 24px;
  background: url(/assets/sprites/all_sprites.png) -353px -146px;
}

/* line 497, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-clipboard {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -370px;
}

/* line 501, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -406px;
}

/* line 505, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_pie_separate {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -508px -442px;
}

/* line 509, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_alt {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -10px -490px;
}

/* line 513, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chart_alt_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -64px;
}

/* line 517, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chain_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -118px;
}

/* line 521, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-chain__plus {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -46px -490px;
}

/* line 525, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-cert {
  width: 100px;
  height: 100px;
  background: url(/assets/sprites/all_sprites.png) -10px -10px;
}

/* line 529, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-calendar_day {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -82px -490px;
}

/* line 533, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-box {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -118px -490px;
}

/* line 537, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-binocular {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -154px -490px;
}

/* line 541, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-bell {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -190px -490px;
}

/* line 545, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloons {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -226px -490px;
}

/* line 549, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_small_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -262px -490px;
}

/* line 553, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -298px -490px;
}

/* line 557, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-balloon_32 {
  width: 32px;
  height: 32px;
  background: url(/assets/sprites/all_sprites.png) -168px -292px;
}

/* line 561, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -334px -490px;
}

/* line 565, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_resize {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -370px -490px;
}

/* line 569, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_move {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -406px -490px;
}

/* line 573, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -172px;
}

/* line 577, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_curve_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -299px -226px;
}

/* line 581, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_circle_315 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -442px -490px;
}

/* line 585, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_circle_225_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -478px -490px;
}

/* line 589, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -10px;
}

/* line 593, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180_small {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -46px;
}

/* line 597, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_180_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -10px;
}

/* line 601, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_090 {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -82px;
}

/* line 605, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-arrow_000_medium_ellipse {
  width: 27px;
  height: 26px;
  background: url(/assets/sprites/all_sprites.png) -353px -56px;
}

/* line 609, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-application_task {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -118px;
}

/* line 613, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-application__pencil {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/all_sprites.png) -544px -154px;
}

/* line 617, app/assets/stylesheets/global/../shared/all_sprites.scss */
.bg-icon-actions_ellipse {
  width: 34px;
  height: 34px;
  background: url(/assets/sprites/all_sprites.png) -10px -292px;
}

/* line 9, app/assets/stylesheets/global/typeahead.sass */
#examtime_header input.typeahead {
  background-color: #fff !important;
}

/* line 11, app/assets/stylesheets/global/typeahead.sass */
#examtime_header input[type="text"], #examtime_header select {
  background-color: #385360;
  color: #333;
  border-color: #fff;
  font-weight: 300;
}

/* line 16, app/assets/stylesheets/global/typeahead.sass */
#examtime_header input[type="text"]:focus, #examtime_header select:focus {
  outline-color: white;
}

/* line 18, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu {
  border: 1px solid #dadada;
  background: #fff;
  box-shadow: 5px 5px 11px -4px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 0;
  color: #333;
}

/* line 27, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu a {
  color: #62b1cc;
}

/* line 30, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .resource_heading .sprite, #examtime_header .tt-menu .user_heading .sprite, #examtime_header .tt-menu .group_heading .sprite, #examtime_header .tt-menu .course_heading .sprite {
  padding: 0 0 10px 25px;
}

/* line 40, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .tt-dataset-resources, #examtime_header .tt-menu .tt-dataset-users, #examtime_header .tt-menu .tt-dataset-groups {
  padding: 0 0 15px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #dadada;
}

/* line 44, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .see_more {
  color: #333;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 9px;
  padding: 0 5px;
  position: relative;
  bottom: 2px;
  left: 10px;
}

/* line 53, app/assets/stylesheets/global/typeahead.sass */
#examtime_header .tt-menu .see_more:hover {
  text-decoration: none;
}

/* line 58, app/assets/stylesheets/global/typeahead.sass */
.search_link {
  display: block;
}

/* line 60, app/assets/stylesheets/global/typeahead.sass */
.search_link i {
  color: #cccccc;
  margin-right: 5px;
  width: 15px;
  display: inline-block;
}

/* line 65, app/assets/stylesheets/global/typeahead.sass */
.search_link:hover {
  text-decoration: none;
}

/* line 69, app/assets/stylesheets/global/typeahead.sass */
.tt-suggestion p.search_description {
  text-align: left;
  font-size: 0.8em;
  margin-left: 20px;
}

/* line 75, app/assets/stylesheets/global/typeahead.sass */
.twitter-typeahead h2 {
  margin: 15px;
  font-size: 20px;
}

/* line 79, app/assets/stylesheets/global/typeahead.sass */
.tt-menu {
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

/* line 83, app/assets/stylesheets/global/typeahead.sass */
.tt-hint {
  display: none;
}

/* line 86, app/assets/stylesheets/global/typeahead.sass */
.tt-suggestion.tt-cursor, .tt-suggestion:hover {
  background-color: #f7f7f7;
  background-image: none;
  cursor: pointer;
  color: #333;
}

/* line 92, app/assets/stylesheets/global/typeahead.sass */
.twitter-typeahead {
  width: 100%;
}

/* line 94, app/assets/stylesheets/global/typeahead.sass */
.twitter-typeahead input.typeahead {
  background-color: white !important;
}
/* line 1, app/assets/stylesheets/global/ubadge.scss */
.ubadge {
  padding-left: 20px;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left;
}

/* line 8, app/assets/stylesheets/global/ubadge.scss */
.ubadge-lg {
  background-size: 32px;
  padding-left: 40px;
}

/* line 16, app/assets/stylesheets/global/ubadge.scss */
.ubadge-educator {
  background-image: url(/assets/badges/educator-black.png);
}

/* line 18, app/assets/stylesheets/global/ubadge.scss */
.ubadge-educator.ubadge-avatar-symbol {
  background-image: url(/assets/badges/educator-black-circle.png);
}

/* line 24, app/assets/stylesheets/global/ubadge.scss */
.navbar .ubadge-educator {
  background-image: url(/assets/badges/educator-white.png);
}

/* line 30, app/assets/stylesheets/global/ubadge.scss */
.user_link.ubadge-educator, .user_link .ubadge-educator {
  background-image: url(/assets/badges/educator-blue.png);
}

/* line 36, app/assets/stylesheets/global/ubadge.scss */
.ubadge-avatar-symbol {
  position: absolute;
  padding: 0;
  width: 16px;
  height: 16px;
  z-index: 101;
  right: -1px;
  top: -3px;
  display: block;
}
/* line 1, app/assets/stylesheets/goconqr/footer_sprites.scss */
.flag_sprite {
  display: inline-block;
  zoom: 0.4;
  -moz-transform: scale(0.4);
  -moz-transform-origin: 0 0;
}

/* line 7, app/assets/stylesheets/goconqr/footer_sprites.scss */
.social_sprite {
  display: inline-block;
  zoom: 0.66;
  -moz-transform: scale(0.66);
  -moz-transform-origin: 0 0;
}

/* line 13, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_flag_pt_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -10px -10px;
}

/* line 17, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_flag_es_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -90px -10px;
}

/* line 21, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_flag_en_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -10px -90px;
}

/* line 25, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_flag_de_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -90px -90px;
}

/* line 29, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_flag_br_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -170px -10px;
}

/* line 33, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_social_youtube_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -170px -90px;
}

/* line 37, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_social_twitter_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -10px -170px;
}

/* line 41, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_social_rss_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -90px -170px;
}

/* line 45, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_social_linkedin_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -170px -170px;
}

/* line 49, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_social_google_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -250px -10px;
}

/* line 53, app/assets/stylesheets/goconqr/footer_sprites.scss */
.bg-footer-icon_social_facebook_2x {
  width: 60px;
  height: 60px;
  background: url(/assets/goconqr/footer/footer_sprites.png) -250px -90px;
}
/* line 6, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .canonical_meta_section #course_modules_listing {
  order: 2;
  flex-basis: 35%;
  margin-left: 0.5em;
  padding: 0;
  height: 100%;
}

/* line 12, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .canonical_meta_section #course_modules_listing #course_index_container .course_modules .course_module_container .course_module.active {
  background: #fff !important;
  font-weight: bold;
}

/* line 18, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .canonical_meta_section .summary_section.disabled .summary_content_wrapper .course_module_details_container {
  opacity: 0.3;
}

/* line 20, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .canonical_meta_section .meta_details_section .contributors {
  padding-top: 1em;
}

/* line 23, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .canonical_meta_section .meta_details_section .contributors .course_contributors_container th {
  padding-top: 0.5em;
}

/* line 25, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .canonical_meta_section .meta_details_section .contributors .course_contributors_container .course_resource_name {
  width: unset;
  vertical-align: middle;
}

/* line 28, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container {
  width: 78%;
  margin: 0 11%;
  height: 500px;
  border: 1px solid #909090;
  background: #ffffff;
}

/* line 34, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container iframe.resource {
  width: 100%;
  margin: 0;
  border: 0;
}

/* line 38, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .close_resource {
  display: none;
}

/* line 40, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.text_only {
  overflow-y: auto;
}

/* line 42, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.text_only .course_module_contents {
  display: block;
  padding: 1em;
}

/* line 45, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text, #canonical_wrapper #course_module_container .course_module.media_above_text {
  position: relative;
}

/* line 47, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text .course_module_contents_button, #canonical_wrapper #course_module_container .course_module.media_above_text .course_module_contents_button {
  display: block;
  position: absolute;
  top: -1px;
  border: 1px solid #909090;
  border-left: 1px solid white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: white;
  right: -40px;
  width: 40px;
  height: 40px;
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/assets/courses/icon-courseoverview-text-off@50.png);
}

/* line 63, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text .course_module_contents_button:hover, #canonical_wrapper #course_module_container .course_module.media_above_text .course_module_contents_button:hover {
  background-image: url(/assets/courses/icon-courseoverview-text-on@50.png);
  cursor: pointer;
}

/* line 66, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text .course_module_contents .contents, #canonical_wrapper #course_module_container .course_module.media_above_text .course_module_contents .contents {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  border: 1px solid #909090;
  width: 80%;
  margin: 5% 10%;
  max-height: 400px;
  padding: 1em;
  border-radius: 5px;
  overflow-y: auto;
}

/* line 79, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text .course_module_contents .contents .close, #canonical_wrapper #course_module_container .course_module.media_above_text .course_module_contents .contents .close {
  display: block;
  margin-top: -0.5em;
  padding: 0.3em;
  opacity: 1.0;
  font-size: 100%;
  color: #3a99ad;
}

/* line 86, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text .course_module_contents .contents .close:hover, #canonical_wrapper #course_module_container .course_module.media_above_text .course_module_contents .contents .close:hover {
  color: #6fcbe1;
  text-decoration: underline;
}

/* line 89, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module.resource_above_text .course_module_contents .overlay, #canonical_wrapper #course_module_container .course_module.media_above_text .course_module_contents .overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #909090;
  opacity: 0.7;
}

/* line 99, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module_active_wrapper {
  height: 100%;
}

/* line 101, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module_active_wrapper .course_module {
  height: 100%;
}

/* line 103, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module_active_wrapper .course_module .course_module_media {
  height: 100%;
}

/* line 105, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module_active_wrapper.inactive {
  visibility: hidden;
  position: absolute;
}

/* line 108, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_module_container .course_module_active_wrapper.inactive .vjs-control-bar {
  visibility: hidden;
}

/* line 110, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #overview.resource {
  width: 78%;
  margin: 0 11%;
  min-height: 500px;
  border: 1px solid #909090;
}

/* line 116, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #overview.resource .title_container .title {
  padding: 0;
  padding-right: 40px;
}

/* line 119, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #overview.resource .title_container .course_privacy {
  margin-top: -4px;
  margin-left: 3px;
}

/* line 122, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #overview.course_overview_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 500px;
  padding-right: 0;
  background: #5c92ad;
}

/* line 129, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #overview.course_overview_container .title_container, #canonical_wrapper #overview.course_overview_container .body_container {
  width: 100%;
}

/* line 131, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details {
  width: 100%;
  margin: auto;
}

/* line 134, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details {
  margin-top: 30px;
}

/* line 136, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_modules_details__title {
  text-align: left;
  border-bottom: none;
}

/* line 139, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__title {
  text-align: left;
  margin-bottom: 0;
}

/* line 142, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__title h3 {
  font-size: 110%;
}

/* line 144, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__left {
  display: none;
}

/* line 147, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__right .show_more_link, #canonical_wrapper #course_modules_details .course_module_details__right .show_less_link {
  display: none;
}

/* line 149, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__tags {
  text-align: left;
  margin-bottom: 1.5em;
}

/* line 152, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__tags img {
  display: inline;
}

/* line 154, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__tags .no_tags_placeholder {
  display: inline-block;
  font-style: italic;
  margin-left: 1em;
}

/* line 158, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__description {
  margin: 1em 0;
  padding: 1.0em;
  border: 1px solid lightgray;
  border-radius: 0.5em;
}

/* line 163, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__description .description_text {
  overflow: hidden;
  overflow-wrap: break-word;
}

/* line 166, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__description .review_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 170, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__description .review_heading .title {
  margin-top: -2.5em;
  width: 75%;
}

/* line 173, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__description .review_heading .title h3 {
  background: #fcfcfc;
  padding: 0.5em;
}

/* line 177, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__content .contents {
  margin-top: 1.5em;
}

/* line 179, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__content .resource, #canonical_wrapper #course_modules_details .course_module_details__content .contents, #canonical_wrapper #course_modules_details .course_module_details__content .media {
  border: 1px dashed #cccccc;
  padding: 5px;
  border-radius: 10px;
  overflow: visible;
}

/* line 184, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__content .resource .title, #canonical_wrapper #course_modules_details .course_module_details__content .contents .title, #canonical_wrapper #course_modules_details .course_module_details__content .media .title {
  display: block;
  position: relative;
  margin-top: -2.0em;
  height: 3em;
}

/* line 189, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__content .resource .title h4, #canonical_wrapper #course_modules_details .course_module_details__content .contents .title h4, #canonical_wrapper #course_modules_details .course_module_details__content .media .title h4 {
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  color: inherit;
  padding: 0 10px;
  background: #fcfcfc;
  text-transform: none;
}

/* line 197, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details__content .resource .title h4:after, #canonical_wrapper #course_modules_details .course_module_details__content .contents .title h4:after, #canonical_wrapper #course_modules_details .course_module_details__content .media .title h4:after {
  content: "";
}

/* line 199, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .course_module_details_container:last-of-type .course_module_details {
  border-bottom: none;
}

/* line 201, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_modules_details .detail_wrapper {
  margin-left: 4em;
}

/* line 203, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container {
  margin: auto auto 40px auto;
}

/* line 205, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules {
  overflow: hidden;
  border: 0;
}

/* line 208, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules .course_module_container h3 {
  width: 100%;
}

/* line 210, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules .course_module {
  border: 0;
  height: 0;
  padding: 10px 5px 5px 5px;
}

/* line 214, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules .course_module:hover {
  background: #fcfcfc !important;
}

/* line 216, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules .course_module:hover .course_module_title {
  color: #66b3cd;
}

/* line 218, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules .course_module .course_module_track {
  left: 27px;
  height: calc(50% - 10px);
  height: -webkit-calc(50% - 10px);
}

/* line 223, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_index_container .course_modules .course_module .course_module_track.down {
  top: calc(50% + 15px);
  top: -moz-calc(50% + 15px);
}

/* line 226, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_results_container {
  margin-top: 30px;
}

/* line 228, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #course_results_container .results_container {
  margin-top: 20px;
}

/* line 230, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #next_up.start_resume {
  background: #9aad30;
}

/* line 232, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #next_up.start_resume:hover, #canonical_wrapper #next_up.start_resume:active, #canonical_wrapper #next_up.start_resume:focus {
  background: #8d9e2c;
}

/* line 234, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #next_up.start_resume .btn-success {
  background: inherit;
}

/* line 236, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #next_up.start_resume .perform_course {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
}

/* line 241, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper #next_up.start_resume .perform_course a.btn {
  display: block;
  font-weight: 700;
  font-size: 115%;
  padding: 5px;
  letter-spacing: -1px;
  border: none;
}

/* line 248, app/assets/stylesheets/pages/canonical/course.sass */
#canonical_wrapper .ad_section {
  margin-bottom: 1.5rem;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 66vw;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  overflow: hidden;
}

/* line 11, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper .placeholder {
  width: 100%;
  height: 100%;
  background: #477591;
}

/* line 15, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper .media {
  flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-grow: 1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

/* line 23, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper .play_button {
  position: absolute;
  font-size: 400%;
  color: white;
  font-weight: bold;
  width: 100%;
  text-align: center;
}

/* line 30, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper .play_button .icon-play-circle {
  background: #477591;
  border-radius: 20%;
  padding: 0.05em 0.1em;
}

/* line 34, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper .resource_type {
  position: absolute;
  top: 2em;
  right: 2em;
  opacity: 0.4;
}

/* line 39, app/assets/stylesheets/mobile/canonical_placeholder.sass */
#canonical_wrapper .image_wrapper .watermark {
  position: absolute;
  opacity: 0.3;
  bottom: -1em;
  left: -3.5em;
  width: 200px;
  height: 200px;
}

/* line 5, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .container.main {
  margin-top: 0;
  padding-top: 1em;
}

/* line 8, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical h3 {
  padding: 0.5em;
  display: inline-block;
  font-size: 125%;
  font-weight: 700;
}

/* line 13, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical #examtime_share_panel .share_buttons {
  display: none;
}

/* line 16, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section .comment .comment_content {
  padding-top: 0.5em;
}

/* line 18, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section .comment .comment_content .comment_header {
  padding-bottom: 1.0em;
  margin-bottom: 0.5em;
}

/* line 21, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section #comments_head, body.canonical .comments_section #comments_heading {
  margin-bottom: 0.5em;
}

/* line 23, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section #public_comment_form {
  margin-top: 1em;
}

/* line 25, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section #public_comment_form .bubble_content .btn {
  margin: 0;
}

/* line 27, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section .btn.report_comment {
  margin-top: 6px;
  color: #e63a3a;
}

/* line 30, app/assets/stylesheets/pages/canonical/study_aid.sass */
body.canonical .comments_section .btn.report_comment:hover {
  color: #f76161;
}

/* line 34, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up, #previous {
  position: absolute;
  top: 413px;
  width: 0;
  padding: 0;
  height: 100px;
  font-size: 120%;
  font-weight: bold;
  transition: width 0.5s ease, padding 0.5s ease, border 0.5s ease;
  background-color: #3f6a7f;
  color: white;
  border: none;
}

/* line 46, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up.revealed, #previous.revealed {
  width: 200px;
  padding: 0.5em;
  border: 1px solid #ffffff;
}

/* line 50, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up.revealed:hover, #previous.revealed:hover {
  cursor: pointer;
  width: 240px;
}

/* line 53, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up.revealed .resource_type_icon, #previous.revealed .resource_type_icon {
  width: 25px;
  height: 25px;
}

/* line 56, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading, #previous .heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 60, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading h3, #previous .heading h3 {
  margin-bottom: 0.5em;
  padding: 0;
  color: #ffffff;
  width: 100%;
  overflow: hidden;
}

/* line 66, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon, #previous .heading .resource_type_icon {
  width: 100%;
  height: auto;
  max-width: 25px;
  max-height: 25px;
}

/* line 71, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon.mind_map, #previous .heading .resource_type_icon.mind_map {
  background: url(/assets/icons/mindmap.png) no-repeat;
}

/* line 73, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon.quiz, #previous .heading .resource_type_icon.quiz {
  background: url(/assets/icons/quiz.png) no-repeat;
}

/* line 75, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon.flash_card_deck, #previous .heading .resource_type_icon.flash_card_deck {
  background: url(/assets/icons/flashcards.png) no-repeat;
}

/* line 77, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon.slide_set, #previous .heading .resource_type_icon.slide_set {
  background: url(/assets/icons/slide_set.png) no-repeat;
}

/* line 79, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon.note, #previous .heading .resource_type_icon.note {
  background: url(/assets/icons/note.png) no-repeat;
}

/* line 81, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .heading .resource_type_icon.flowchart, #previous .heading .resource_type_icon.flowchart {
  background: url(/assets/icons/flowchart.png) no-repeat;
}

/* line 84, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up a.link, #previous a.link {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #6fcbe1;
}

/* line 89, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up a.link:hover, #previous a.link:hover {
  color: #c5e7ef;
}

/* line 91, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up .title, #next_up .author, #previous .title, #previous .author {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.2em;
}

/* line 98, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up {
  right: 0;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
}

/* line 102, app/assets/stylesheets/pages/canonical/study_aid.sass */
#next_up.revealed {
  border-right: none;
}

/* line 105, app/assets/stylesheets/pages/canonical/study_aid.sass */
#previous {
  left: 0;
  border-top-right-radius: 5%;
  border-bottom-right-radius: 5%;
}

/* line 109, app/assets/stylesheets/pages/canonical/study_aid.sass */
#previous.revealed {
  border-left: none;
}

@media screen and (max-width: 1079px) {
  /* line 112, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #next_up, #previous {
    display: none;
  }
}

@media screen and (min-width: 1080px) and (max-width: 1349px) {
  /* line 117, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #next_up.revealed, #previous.revealed {
    width: 140px;
  }
  /* line 119, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #next_up.revealed:hover, #previous.revealed:hover {
    width: 200px;
  }
}

@media screen and (min-width: 1350px) {
  /* line 123, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #next_up.revealed, #previous.revealed {
    width: 200px;
  }
  /* line 125, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #next_up.revealed:hover, #previous.revealed:hover {
    width: 240px;
  }
}

/* line 128, app/assets/stylesheets/pages/canonical/study_aid.sass */
.upper_wrapper {
  position: relative;
  background-color: #C5D3DB;
}

/* line 134, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .content_pane .et_loading_spinner {
  position: absolute;
}

/* line 136, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper iframe.resource {
  width: 78%;
  margin: 0 11%;
  height: 500px;
  border: 1px solid #909090;
  cursor: pointer;
}

/* line 142, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 143, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section .titlebar h1, #canonical_wrapper .canonical_meta_section .titlebar h2 {
  display: inline;
  margin: 0.2em 0 0.4em 0;
  padding-bottom: 0.2em;
  white-space: normal;
}

/* line 149, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section .titlebar h1.default {
  font-style: italic;
  font-weight: lighter;
}

/* line 155, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section .boxed {
  margin-bottom: 1em;
  padding: 1em;
  border: none;
  box-shadow: 0 1px 3px 0 rgba(21, 34, 53, 0.3);
}

/* line 160, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content {
  order: 1;
  flex-basis: 65%;
  max-width: 65%;
}

/* line 164, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section {
  display: flex;
  justify-content: space-between;
}

/* line 167, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions {
  display: flex;
  align-items: center;
  text-align: left;
}

/* line 171, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .share_buttons {
  display: flex;
  margin: 0;
}

/* line 174, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .share_buttons a {
  text-decoration: none;
}

/* line 176, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .share_buttons a:hover {
  text-decoration: none;
}

/* line 178, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .social_share, #canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .email_share, #canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .print {
  position: relative;
  margin-left: 0.5em;
}

/* line 181, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .social_share:hover, #canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .email_share:hover, #canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .social_actions .print:hover {
  cursor: pointer;
}

/* line 183, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .app_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 187, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .app_actions span {
  margin-left: 0.5em;
}

/* line 190, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .actions_section .app_actions span.clone.disabled:hover {
  cursor: pointer;
}

/* line 194, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content a.resource_edit_info, #canonical_wrapper .canonical_meta_section #resource_meta_content a.course_edit_info {
  display: inline;
  margin-left: 1em;
  letter-spacing: normal;
}

/* line 199, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .study_aid_tags {
  display: inline;
}

/* line 201, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_stat .pin_resource:hover {
  cursor: pointer;
}

/* line 203, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_stat a.comments_link:hover {
  text-decoration: none;
}

/* line 205, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 209, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .avatar_sidebar {
  order: 1;
  flex-basis: 15%;
}

/* line 212, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details {
  order: 2;
  flex-basis: 85%;
}

/* line 215, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details .btn-all {
  float: none;
  margin-left: 1em;
}

/* line 218, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details .revision_audit, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details .hide_revision_audit {
  display: none;
}

/* line 220, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details .revision_audit {
  margin-top: 0.3em;
}

/* line 223, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details.expanded .show_revision_audit {
  display: none;
}

/* line 225, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details.expanded .hide_revision_audit {
  display: inline-block;
}

/* line 227, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row .meta_details.expanded .revision_audit {
  display: block;
}

/* line 229, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .meta_row, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section .study_aid_tags {
  margin: 0;
  margin-top: 2em;
}

/* line 232, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #admin_review_container, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #study_aid_description {
  margin: 1em 0;
  padding: 1.0em;
  border: 1px solid lightgray;
  border-radius: 0.5em;
}

/* line 237, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #admin_review_container .description_text, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #study_aid_description .description_text {
  overflow: hidden;
  overflow-wrap: break-word;
}

/* line 240, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #admin_review_container .review_heading, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #study_aid_description .review_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 244, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #admin_review_container .review_heading .title, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #study_aid_description .review_heading .title {
  margin-top: -2.5em;
  width: 75%;
}

/* line 247, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #admin_review_container .review_heading .title h3, #canonical_wrapper .canonical_meta_section #resource_meta_content .meta_details_section #study_aid_description .review_heading .title h3 {
  background: #fcfcfc;
  padding: 0.5em;
}

/* line 253, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section.disabled .summary_content_wrapper .titlebar h2, #canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section.disabled .summary_content_wrapper .content {
  opacity: 0.3;
}

/* line 255, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .summary_content_wrapper {
  max-height: 350px;
  overflow: hidden;
  position: relative;
}

/* line 259, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .summary_content_wrapper h2 {
  margin-bottom: 0.3em;
}

/* line 261, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .summary_content_wrapper .fade_out_overlay {
  width: 100%;
  height: 40%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(transparent, #fcfcfc);
}

/* line 268, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .show_full_summary {
  display: block;
}

/* line 270, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .hide_full_summary {
  display: none;
}

/* line 273, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section.expanded .show_full_summary {
  display: none;
}

/* line 275, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section.expanded .hide_full_summary {
  display: block;
}

/* line 277, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section.expanded .summary_content_wrapper {
  max-height: none;
}

/* line 279, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section.expanded .summary_content_wrapper .fade_out_overlay {
  display: none;
}

/* line 282, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .summary_content_wrapper .mind_map ol {
  counter-reset: item;
  list-style-type: none;
}

/* line 285, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .summary_content_wrapper .mind_map ol > li {
  counter-increment: item;
}

/* line 287, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #resource_meta_content .summary_section .summary_content_wrapper .mind_map ol > li::before {
  content: counters(item, ".") "  ";
}

/* line 290, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section #suggestions_content {
  order: 2;
  flex-basis: 35%;
  max-width: 35%;
}

/* line 294, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .canonical_meta_section .brochure_link {
  width: 98%;
  margin: auto;
  padding: 0.5em;
  font-size: 110%;
  text-align: center;
  font-weight: 300;
}

/* line 301, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #quiz_assessments_list ul li {
  display: block;
  padding: 0.5em 2em;
  border: 1px solid #ddd;
  background: white;
  margin: 0.3em 0;
}

/* line 307, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #quiz_assessments_list ul li a.view_attempt {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 311, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #quiz_assessments_list ul li a.view_attempt .score {
  font-weight: 500;
}

/* line 313, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #suggestions_list, #canonical_wrapper #contextual_nav, #canonical_wrapper #quiz_assessments_list {
  padding: 0 0 10px 10px;
}

/* line 314, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #suggestions_list h3::first-letter, #canonical_wrapper #contextual_nav h3::first-letter, #canonical_wrapper #quiz_assessments_list h3::first-letter {
  text-transform: uppercase;
}

/* line 317, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #suggestions_list .suggestion .resource-tile, #canonical_wrapper #contextual_nav .suggestion .resource-tile, #canonical_wrapper #quiz_assessments_list .suggestion .resource-tile {
  margin-bottom: 5px;
}

/* line 319, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper #suggestions_list .suggestion .resource-tile .tile_overlay, #canonical_wrapper #contextual_nav .suggestion .resource-tile .tile_overlay, #canonical_wrapper #quiz_assessments_list .suggestion .resource-tile .tile_overlay {
  display: none;
}

/* line 321, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .suggestions_wrapper .more, #canonical_wrapper .contextual_wrapper .more {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: right;
}

/* line 326, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .suggestions_wrapper .more:after, #canonical_wrapper .contextual_wrapper .more:after {
  content: "»";
  color: #3a99ad;
  font-size: 140%;
}

/* line 331, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content, #canonical_wrapper .meta_details_section .content {
  padding: 1em;
  padding-bottom: 0;
}

/* line 335, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .note_page, #canonical_wrapper .summary_section .content .slide {
  margin-bottom: 10px;
}

/* line 338, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .mind_map .level, #canonical_wrapper .summary_section .content .mind_map .attachments_label, #canonical_wrapper .summary_section .content .mind_map .annotations_label {
  margin-left: 2%;
  margin-bottom: 0;
}

/* line 341, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .mind_map .attachments_label, #canonical_wrapper .summary_section .content .mind_map .annotations_label {
  font-style: italic;
}

/* line 343, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .mind_map ul.attachments, #canonical_wrapper .summary_section .content .mind_map ul.annotations, #canonical_wrapper .summary_section .content .mind_map ul.media_attachments {
  margin-left: 4%;
  margin-bottom: 7px;
}

/* line 346, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .mind_map ul.attachments li, #canonical_wrapper .summary_section .content .mind_map ul.annotations li, #canonical_wrapper .summary_section .content .mind_map ul.media_attachments li {
  display: list-item;
  list-style-type: circle;
}

/* line 350, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .flowchart ul.flowchart_nodes {
  margin-left: 4%;
  margin-bottom: 7px;
}

/* line 353, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .flowchart ul.flowchart_nodes li {
  display: list-item;
  list-style-type: circle;
}

/* line 357, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .question_text, #canonical_wrapper .summary_section .content .quiz .answer_text {
  display: inline;
}

/* line 359, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .label {
  color: inherit;
  font-style: italic;
}

/* line 362, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .label:after {
  content: ": ";
}

/* line 364, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .question_audio, #canonical_wrapper .summary_section .content .quiz .question_image, #canonical_wrapper .summary_section .content .quiz .answer_image, #canonical_wrapper .summary_section .content .quiz .answer_audio {
  padding: 0.3em;
  display: inline;
}

/* line 367, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .question_audio:before, #canonical_wrapper .summary_section .content .quiz .question_image:before, #canonical_wrapper .summary_section .content .quiz .answer_image:before, #canonical_wrapper .summary_section .content .quiz .answer_audio:before {
  content: " [";
}

/* line 369, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .question_audio:after, #canonical_wrapper .summary_section .content .quiz .question_image:after, #canonical_wrapper .summary_section .content .quiz .answer_image:after, #canonical_wrapper .summary_section .content .quiz .answer_audio:after {
  content: "] ";
}

/* line 371, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .question_audio .label, #canonical_wrapper .summary_section .content .quiz .question_image .label, #canonical_wrapper .summary_section .content .quiz .answer_image .label, #canonical_wrapper .summary_section .content .quiz .answer_audio .label {
  padding: 0;
}

/* line 373, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .question_audio .label:after, #canonical_wrapper .summary_section .content .quiz .question_image .label:after, #canonical_wrapper .summary_section .content .quiz .answer_image .label:after, #canonical_wrapper .summary_section .content .quiz .answer_audio .label:after {
  content: "";
}

/* line 376, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .answers ul {
  margin-bottom: 5px;
  margin-left: 5%;
}

/* line 379, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content .quiz .answers ul li {
  display: list-item;
  list-style-type: circle;
}

/* line 382, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content table.flash_card_deck {
  border-collapse: collapse;
}

/* line 384, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content table.flash_card_deck td {
  border: 1px solid #909090;
  text-align: left;
  min-width: 200px;
  padding: 5px;
  word-break: break-word;
}

/* line 390, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper .summary_section .content table.flash_card_deck thead {
  font-weight: bold;
}

/* line 394, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper.with_ads .mid_left, #canonical_wrapper.with_ads .mid_right {
  position: absolute;
}

/* line 396, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper.with_ads .mid_left {
  left: 0;
  top: 80px;
}

/* line 399, app/assets/stylesheets/pages/canonical/study_aid.sass */
#canonical_wrapper.with_ads .mid_right {
  right: 0;
  top: 80px;
}

@media screen and (min-width: 1366px) and (max-width: 1535px) {
  /* line 403, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #canonical_wrapper.with_ads iframe.resource {
    width: 61%;
    margin: 0 19.5%;
  }
}

@media (max-width: 1365px) {
  /* line 407, app/assets/stylesheets/pages/canonical/study_aid.sass */
  #canonical_wrapper.with_ads .mid_left, #canonical_wrapper.with_ads .mid_right {
    display: none;
  }
}

/* line 411, app/assets/stylesheets/pages/canonical/study_aid.sass */
.header_signin #sign_up .short {
  display: none;
}

@media (max-width: 768px) {
  /* line 414, app/assets/stylesheets/pages/canonical/study_aid.sass */
  .header_signin #sign_up .long {
    display: none;
  }
  /* line 416, app/assets/stylesheets/pages/canonical/study_aid.sass */
  .header_signin #sign_up .short {
    display: inline;
  }
}
@charset "UTF-8";
/* line 3, app/assets/stylesheets/pages_other/courses.sass */
#group_course_assignments_actions {
  float: right;
}

/* line 6, app/assets/stylesheets/pages_other/courses.sass */
.course_tile {
  position: relative;
}

/* line 8, app/assets/stylesheets/pages_other/courses.sass */
.course_tile .edit_assignment, .course_tile .delete_assignment {
  position: absolute;
  top: 5px;
}

/* line 11, app/assets/stylesheets/pages_other/courses.sass */
.course_tile .edit_assignment {
  right: 30px;
}

/* line 13, app/assets/stylesheets/pages_other/courses.sass */
.course_tile .delete_assignment {
  right: 10px;
}

/* line 17, app/assets/stylesheets/pages_other/courses.sass */
.assign_course_modal #group-error, .assign_course_modal #course-error {
  display: block;
}

/* line 20, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container {
  max-height: 400px;
  overflow-y: auto;
}

/* line 23, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container tr {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
}

/* line 26, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container td, .course_contributors_container th {
  padding: 10px;
}

/* line 28, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_resource_name {
  vertical-align: top;
}

/* line 30, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_resource_name, .course_contributors_container .course_original_resource_name {
  width: 40%;
}

/* line 32, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_resource_authors, .course_contributors_container .course_original_resource_name {
  border-left: 1px solid #d6d6d6;
}

/* line 34, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_mind_map,
.course_contributors_container .course_module_flash_card_deck,
.course_contributors_container .course_module_note,
.course_contributors_container .course_module_quiz,
.course_contributors_container .course_module_slide_set,
.course_contributors_container .course_module_flowchart {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

/* line 43, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_mind_map {
  background-image: url(icons/mindmap.png);
}

/* line 45, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_flash_card_deck {
  background-image: url(icons/flashcards.png);
}

/* line 47, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_note {
  background-image: url(icons/note.png);
}

/* line 49, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_quiz {
  background-image: url(icons/quiz.png);
}

/* line 51, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_slide_set {
  background-image: url(icons/slide_set.png);
}

/* line 53, app/assets/stylesheets/pages_other/courses.sass */
.course_contributors_container .course_module_flowchart {
  background-image: url(icons/flowchart.png);
}

@media screen and (min-width: 1250px) {
  /* line 58, app/assets/stylesheets/pages_other/courses.sass */
  .course_manage_modules_modal .modal-dialog {
    width: 1200px;
    margin-left: auto;
  }
}

/* line 64, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules .total_weight {
  text-align: center;
  font-weight: normal;
}

/* line 67, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules th {
  text-align: center;
  vertical-align: top;
  padding-bottom: 10px;
}

/* line 71, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules th .tooltip {
  font-weight: 300;
}

/* line 73, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules label.error {
  display: none !important;
}

/* line 75, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module {
  border-bottom: 1px solid #cccccc;
  height: 95px;
}

/* line 78, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module.active {
  background: #fcfcfc;
}

/* line 80, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module td {
  padding: 5px;
}

/* line 82, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module .title, .course_manage_modules_modal .course_manage_modules tr.view_course_module .description {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 5px;
}

/* line 88, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module .title, .course_manage_modules_modal .course_manage_modules thead .title {
  max-width: 200px;
}

/* line 90, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module .description, .course_manage_modules_modal .course_manage_modules thead .description {
  max-width: 400px;
}

/* line 92, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module .template_input, .course_manage_modules_modal .course_manage_modules thead .template_input {
  max-width: 150px;
}

/* line 94, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.view_course_module .weight, .course_manage_modules_modal .course_manage_modules tr.view_course_module .min_score, .course_manage_modules_modal .course_manage_modules thead .weight, .course_manage_modules_modal .course_manage_modules thead .min_score {
  text-align: center;
  max-width: 100px;
}

/* line 98, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module td {
  padding: 0;
}

/* line 100, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module h2 {
  margin-bottom: 10px;
}

/* line 102, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .form_container {
  border-bottom: 1px solid #cccccc;
  background: #fcfcfc;
  padding: 30px;
}

/* line 106, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .actions {
  float: right;
}

/* line 108, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .actions .btn {
  margin: 5px;
}

/* line 110, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module input[type=text], .course_manage_modules_modal .course_manage_modules tr.edit_course_module input[type=textarea], .course_manage_modules_modal .course_manage_modules tr.edit_course_module select {
  background-color: #f7f7f7;
}

/* line 112, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .control-group {
  width: 100%;
  margin-top: 5px;
}

/* line 115, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .control-group .control-label, .course_manage_modules_modal .course_manage_modules tr.edit_course_module .control-group .controls {
  display: inline-block;
  vertical-align: top;
}

/* line 118, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .control-group .control-label {
  width: 18%;
}

/* line 120, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .control-group .controls {
  width: 80%;
}

/* line 122, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module input.weight, .course_manage_modules_modal .course_manage_modules tr.edit_course_module input.min_score, .course_manage_modules_modal .course_manage_modules tr.edit_course_module select.template_input {
  max-width: 120px;
}

/* line 124, app/assets/stylesheets/pages_other/courses.sass */
.course_manage_modules_modal .course_manage_modules tr.edit_course_module .tagsinput {
  width: 100%;
}

/* line 127, app/assets/stylesheets/pages_other/courses.sass */
#course_container {
  padding-bottom: 25px;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 52px;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 1200px) {
  /* line 127, app/assets/stylesheets/pages_other/courses.sass */
  #course_container {
    top: 93px;
  }
}

@media screen and (max-width: 768px) {
  /* line 127, app/assets/stylesheets/pages_other/courses.sass */
  #course_container {
    top: 131px;
  }
}

/* line 141, app/assets/stylesheets/pages_other/courses.sass */
#course_container .save_indicator_panel {
  left: 300px;
  right: 0;
  margin-right: 160px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  /* line 141, app/assets/stylesheets/pages_other/courses.sass */
  #course_container .save_indicator_panel {
    left: 200px;
    margin-right: 0px;
  }
}

/* line 149, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_index_container {
  width: 300px;
  position: absolute;
  border-right: 1px solid #e1e1e1;
  background: #fff;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  /* line 149, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_index_container {
    width: 200px;
  }
}

/* line 158, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_ad_rhs {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 160px;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  /* line 158, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_module_ad_rhs {
    display: none;
  }
}

/* line 166, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container {
  height: 100%;
  margin-left: 300px;
  margin-right: 160px;
  border-right: 1px solid #e1e1e1;
  width: auto;
}

@media screen and (max-width: 1200px) {
  /* line 166, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_module_container {
    margin-left: 200px;
    margin-right: 0px;
  }
}

/* line 175, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_loading {
  text-align: center;
  padding-top: 40px;
}

/* line 178, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper {
  height: 100%;
}

/* line 180, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper.inactive {
  visibility: hidden;
  position: absolute;
  width: 100%;
}

/* line 184, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper.inactive .vjs-control-bar {
  visibility: hidden;
}

/* line 186, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper .course_module {
  overflow: auto;
  height: calc(100% - 52px);
  height: -webkit-calc(100% - 52px);
}

/* line 191, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper .course_module.text_only {
  height: calc(100% - 52px);
  height: -webkit-calc(100% - 52px);
}

/* line 195, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper .course_module.media_above_text {
  height: calc(100% - 52px);
  height: -webkit-calc(100% - 52px);
}

/* line 199, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper .course_module .course_module_resource {
  height: calc(100% - 122px);
  height: -webkit-calc(100% - 122px);
}

/* line 203, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container .course_module_active_wrapper .course_module .course_module_media {
  height: calc(100% - 177px);
  height: -webkit-calc(100% - 177px);
}

/* line 207, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #choose_course_module_template {
  height: calc(100% - 52px);
  height: -webkit-calc(100% - 52px);
  width: 100%;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  padding: 30px 0 30px 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 1200px) {
  /* line 207, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_module_container #choose_course_module_template {
    height: calc(100% - 95px);
    height: -webkit-calc(100% - 95px);
  }
}

@media screen and (max-width: 768px) {
  /* line 207, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_module_container #choose_course_module_template {
    height: calc(100% - 133px);
    height: -webkit-calc(100% - 133px);
  }
}

/* line 226, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #choose_course_module_template p {
  margin: 10px 0 0 0;
}

/* line 228, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #choose_course_module_template .course_template_separator {
  width: 40%;
  margin: 10px auto 10px auto;
  border-bottom: 1px solid #cdd4d7;
}

/* line 232, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #choose_course_module_template .template {
  cursor: pointer;
  width: 151px;
  display: inline-block;
  margin: 10px;
}

/* line 237, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #choose_course_module_template .template img {
  width: 100%;
}

/* line 239, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #choose_course_module_template .template img:hover {
  opacity: .8;
}

/* line 241, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #data_capture_form_container {
  height: calc(100% - 52px);
  height: -webkit-calc(100% - 52px);
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 1200px) {
  /* line 241, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_module_container #data_capture_form_container {
    height: calc(100% - 95px);
    height: -webkit-calc(100% - 95px);
  }
}

@media screen and (max-width: 768px) {
  /* line 241, app/assets/stylesheets/pages_other/courses.sass */
  #course_container #course_module_container #data_capture_form_container {
    height: calc(100% - 133px);
    height: -webkit-calc(100% - 133px);
  }
}

/* line 255, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #data_capture_form_container #form_container_view {
  margin: 0;
}

/* line 257, app/assets/stylesheets/pages_other/courses.sass */
#course_container #course_module_container #data_capture_form_container .form_content_wrapper {
  background: #fff;
  border: none;
}

/* line 263, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_title_container .course_title {
  word-break: break-word;
  padding: 18px 15px 15px 15px;
}

/* line 266, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_title_container .course_title a {
  font-size: 15px;
  color: black;
  font-weight: bold;
}

/* line 270, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_title_container .course_actions {
  overflow: hidden;
}

/* line 272, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_title_container .course_actions .btn {
  padding: 3px 10px;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 10px 10px 10px;
}

/* line 277, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_title_container .course_actions #add_new {
  float: right;
}

@media screen and (max-width: 1200px) {
  /* line 277, app/assets/stylesheets/pages_other/courses.sass */
  #course_index_container .course_title_container .course_actions #add_new {
    float: none;
  }
}

/* line 281, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules {
  border-top: 1px solid #e1e1e1;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 286, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container h3 {
  padding: 0;
  font-weight: 100;
}

/* line 289, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .tooltip-inner {
  width: 150px;
}

/* line 291, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container a.course_module {
  color: inherit;
}

/* line 293, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module {
  border-bottom: 1px solid #e1e1e1;
  cursor: pointer;
  height: 70px;
  position: relative;
  display: table;
  width: 100%;
}

/* line 300, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 303, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module.disabled:hover {
  background: #fff !important;
}

/* line 305, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module.disabled:hover .course_module_title {
  text-decoration: none;
}

/* line 307, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module.active {
  background: #eee !important;
}

/* line 309, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module.active .course_module_title {
  text-decoration: underline;
}

/* line 311, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module:hover {
  background: #eee !important;
}

/* line 313, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module:hover .course_module_title {
  text-decoration: underline;
}

/* line 315, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_move, #course_index_container .course_modules .course_module_container .course_module .course_module_image, #course_index_container .course_modules .course_module_container .course_module .course_module_title {
  display: table-cell;
  vertical-align: middle;
}

/* line 318, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_move {
  cursor: move;
  width: 15px;
  text-align: right;
}

/* line 322, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_move img {
  width: 3px;
}

/* line 324, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_image {
  width: 40px;
  text-align: center;
  padding-left: 5px;
}

/* line 328, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_image img {
  width: 30px;
}

/* line 330, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_title {
  font-size: 15px;
  word-break: break-word;
  padding: 5px;
}

/* line 334, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_track {
  position: absolute;
  width: 3px;
  left: 22px;
  background: #dedede;
  height: calc(50% - 14px);
  height: -webkit-calc(50% - 14px);
}

/* line 342, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_track.up {
  top: -1px;
}

/* line 344, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_track.down {
  top: calc(50% + 14px);
  top: -webkit-calc(50% + 14px);
}

/* line 348, app/assets/stylesheets/pages_other/courses.sass */
#course_index_container .course_modules .course_module_container .course_module .course_module_track.completed {
  background: #63b1cc;
}

/* line 351, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container {
  display: none;
  margin-top: 50px;
}

/* line 354, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container .course_results_loading {
  transform: translateY(-50%);
  font-size: 20px;
}

/* line 357, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container .view_certificate {
  margin-bottom: 20px;
}

/* line 359, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container .course_results_table {
  overflow: auto;
  color: white;
}

/* line 362, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container .course_results_table td, #course_results_container .course_results_table th {
  text-align: center;
}

/* line 364, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container .course_results_table tr {
  height: 30px;
}

/* line 366, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container .results_container {
  margin-top: 50px;
}

/* line 368, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container #course_results_bar_wrapper {
  display: none;
  position: relative;
  width: 50%;
  margin: auto;
}

/* line 373, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container #course_results_bar_wrapper .course_results_green_bar, #course_results_container #course_results_bar_wrapper .course_results_red_bar {
  display: inline-block;
  height: 50px;
}

/* line 376, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container #course_results_bar_wrapper .course_results_red_bar {
  background: #F76161;
}

/* line 378, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container #course_results_bar_wrapper .course_results_green_bar {
  background: #C4D564;
}

/* line 380, app/assets/stylesheets/pages_other/courses.sass */
#course_results_container #course_results_bar_wrapper .course_results_score {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 35px;
  font-weight: bold;
}

/* line 389, app/assets/stylesheets/pages_other/courses.sass */
#course_completion_review {
  text-align: center;
  margin-bottom: 30px;
}

/* line 393, app/assets/stylesheets/pages_other/courses.sass */
.course_existing_review {
  margin-bottom: 5px;
}

/* line 396, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource {
  overflow: hidden;
  direction: rtl;
}

/* line 399, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* line 403, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .study_aid_embed_button {
  cursor: pointer;
}

/* line 405, app/assets/stylesheets/pages_other/courses.sass */
.course_module_media {
  text-align: center;
}

/* line 407, app/assets/stylesheets/pages_other/courses.sass */
.course_module_media img {
  max-height: 100%;
}

/* line 409, app/assets/stylesheets/pages_other/courses.sass */
.course_module_media iframe {
  width: 100%;
  height: 100%;
}

/* line 412, app/assets/stylesheets/pages_other/courses.sass */
.course_module_media .audio_container {
  width: 100%;
  height: 100%;
  transform: translateY(70%);
}

/* line 417, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource, .course_module_media {
  position: relative;
}

/* line 419, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .resource_placeholder, .course_module_resource .media_placeholder, .course_module_media .resource_placeholder, .course_module_media .media_placeholder {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
}

/* line 428, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .resource_placeholder .media_placeholder_text, .course_module_resource .resource_placeholder .resource_placeholder_text, .course_module_resource .media_placeholder .media_placeholder_text, .course_module_resource .media_placeholder .resource_placeholder_text, .course_module_media .resource_placeholder .media_placeholder_text, .course_module_media .resource_placeholder .resource_placeholder_text, .course_module_media .media_placeholder .media_placeholder_text, .course_module_media .media_placeholder .resource_placeholder_text {
  font-size: 20px;
  color: #ced4d7;
  position: relative;
  top: 75%;
  transform: translateY(-50%);
  text-align: center;
}

/* line 435, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .resource_placeholder:hover, .course_module_resource .media_placeholder:hover, .course_module_media .resource_placeholder:hover, .course_module_media .media_placeholder:hover {
  background-color: #f5f5f5;
}

/* line 437, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .resource_placeholder, .course_module_media .resource_placeholder {
  background-image: url(/assets/icons/watermark_goconqr@500.png);
}

/* line 439, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .media_placeholder, .course_module_media .media_placeholder {
  background-image: url(/assets/icons/watermark_media@500.png);
}

/* line 441, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .import_resource, .course_module_resource .import_media, .course_module_media .import_resource, .course_module_media .import_media {
  cursor: pointer;
}

/* line 443, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .remove_resource, .course_module_resource .remove_media, .course_module_media .remove_resource, .course_module_media .remove_media {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

/* line 448, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .image_trash_wrapper, .course_module_media .image_trash_wrapper {
  display: inline-block;
  position: relative;
  height: 100%;
}

/* line 452, app/assets/stylesheets/pages_other/courses.sass */
.course_module_resource .image_trash_wrapper .remove_media, .course_module_media .image_trash_wrapper .remove_media {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 458, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .wysiwyg-editor {
  padding: 20px 10px;
  border-top: 1px solid #e0e0e0;
  width: 100%;
  overflow: auto;
}

/* line 463, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .course_module_contents_toolbar {
  padding: 4px !important;
  margin: 0 !important;
  border: 0 !important;
}

/* line 467, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .course_module_contents_toolbar.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* line 471, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .course_module_contents_toolbar .btn:first-of-type {
  margin-left: 0px !important;
}

/* line 473, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .course_module_contents_toolbar .quiz_template_warning {
  float: right;
  color: red;
  line-height: 30px;
}

/* line 478, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .contents ul, .course_module_contents .contents ol, .course_module_contents .wysiwyg-editor ul, .course_module_contents .wysiwyg-editor ol {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: -1em;
  padding-left: 53px;
}

/* line 483, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .contents ul li, .course_module_contents .contents ol li, .course_module_contents .wysiwyg-editor ul li, .course_module_contents .wysiwyg-editor ol li {
  display: list-item;
  list-style-type: inherit;
}

/* line 487, app/assets/stylesheets/pages_other/courses.sass */
.course_document_container {
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
}

/* line 491, app/assets/stylesheets/pages_other/courses.sass */
.course_document_container iframe {
  height: 100%;
  border: 0;
}

/* line 495, app/assets/stylesheets/pages_other/courses.sass */
.course_document_container_edit {
  padding-top: 30px;
}

/* line 499, app/assets/stylesheets/pages_other/courses.sass */
.fixed_layout .fixed_container.course {
  top: 60px;
}

/* line 503, app/assets/stylesheets/pages_other/courses.sass */
.fixed_layout.with_user_menu .fixed_container.course {
  top: 120px;
}

/* line 505, app/assets/stylesheets/pages_other/courses.sass */
.fixed_layout.with_user_menu .fixed_container #course_container {
  top: 120px !important;
}

/* line 509, app/assets/stylesheets/pages_other/courses.sass */
.with_user_menu #course_container {
  top: 200px !important;
}

/* line 513, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content, .embedded_course .embedded_content {
  height: 100%;
  width: 100%;
}

/* line 516, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content #course_container, .embedded_course .embedded_content #course_container {
  top: 60px !important;
}

/* line 519, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content #course_container .course_module_active_wrapper .course_module, .embedded_course .embedded_content #course_container .course_module_active_wrapper .course_module {
  height: calc(100% - 60px) !important;
  height: -webkit-calc(100% - 60px) !important;
}

/* line 523, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content #course_container .course_module_active_wrapper .course_module.text_only, .embedded_course .embedded_content #course_container .course_module_active_wrapper .course_module.text_only {
  height: calc(100% - 60px) !important;
  height: -webkit-calc(100% - 60px) !important;
}

/* line 527, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content #course_container .course_module_active_wrapper .course_module.media_above_text, .embedded_course .embedded_content #course_container .course_module_active_wrapper .course_module.media_above_text {
  height: calc(100% - 60px) !important;
  height: -webkit-calc(100% - 60px) !important;
}

/* line 531, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content #course_container .course_module_active_wrapper .course_module .course_module_resource, .embedded_course .embedded_content #course_container .course_module_active_wrapper .course_module .course_module_resource {
  height: calc(100% - 80px) !important;
  height: -webkit-calc(100% - 80px) !important;
}

/* line 535, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content #course_container .course_module_active_wrapper .course_module .course_module_media, .embedded_course .embedded_content #course_container .course_module_active_wrapper .course_module .course_module_media {
  height: calc(100% - 135px) !important;
  height: -webkit-calc(100% - 135px) !important;
}

/* line 540, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .resource_placeholder:hover, .course .embedded_content .media_placeholder:hover, .embedded_course .embedded_content .resource_placeholder:hover, .embedded_course .embedded_content .media_placeholder:hover {
  background-color: #fff !important;
}

/* line 542, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_module_contents, .embedded_course .embedded_content .course_module_contents {
  word-break: break-word;
  padding: 10px;
}

/* line 545, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue, .embedded_course .embedded_content .course_continue {
  height: 28px;
  position: fixed;
  bottom: 0;
  left: 300px;
  right: 0;
  margin-right: 160px;
  background: #5c92ad;
  padding: 4px 15px 0 15px;
}

@media screen and (max-width: 1200px) {
  /* line 545, app/assets/stylesheets/pages_other/courses.sass */
  .course .embedded_content .course_continue, .embedded_course .embedded_content .course_continue {
    left: 200px;
    margin-right: 0px;
  }
}

/* line 557, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue .course_next, .embedded_course .embedded_content .course_continue .course_next {
  float: right;
}

/* line 559, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue .course_previous, .embedded_course .embedded_content .course_continue .course_previous {
  float: left;
}

/* line 561, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue .course_next, .course .embedded_content .course_continue .course_previous, .embedded_course .embedded_content .course_continue .course_next, .embedded_course .embedded_content .course_continue .course_previous {
  max-width: 45%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  cursor: pointer;
}

/* line 568, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue .course_next:hover, .course .embedded_content .course_continue .course_previous:hover, .embedded_course .embedded_content .course_continue .course_next:hover, .embedded_course .embedded_content .course_continue .course_previous:hover {
  text-decoration: underline;
}

/* line 570, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue .course_next.disabled, .course .embedded_content .course_continue .course_previous.disabled, .embedded_course .embedded_content .course_continue .course_next.disabled, .embedded_course .embedded_content .course_continue .course_previous.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 573, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_continue .course_next.disabled:hover, .course .embedded_content .course_continue .course_previous.disabled:hover, .embedded_course .embedded_content .course_continue .course_next.disabled:hover, .embedded_course .embedded_content .course_continue .course_previous.disabled:hover {
  text-decoration: none;
}

/* line 577, app/assets/stylesheets/pages_other/courses.sass */
.course .embedded_content .course_module.active .course_module_title, .embedded_course .embedded_content .course_module.active .course_module_title {
  color: #66b3cd;
}

/* line 582, app/assets/stylesheets/pages_other/courses.sass */
.embedded_course .embedded_content #course_container {
  top: 0px !important;
}

/* line 585, app/assets/stylesheets/pages_other/courses.sass */
.embedded_course .embedded_content #course_container #course_module_container .course_module {
  height: 100%;
}

/* line 588, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container {
  height: 100%;
}

/* line 590, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container {
  overflow: hidden;
  background: #5c92ad;
  min-height: 200px;
}

/* line 594, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .title {
  margin-top: 60px;
  position: relative;
}

/* line 597, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .title h1 {
  color: #fff;
  font-weight: 500;
  letter-spacing: normal;
}

/* line 601, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .title .course_privacy {
  font-size: 13px;
  font-weight: 300;
  position: absolute;
  margin-left: 10px;
}

/* line 606, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .title .course_privacy.public, .course_overview_container .title_container .title .course_privacy.private {
  padding: 2px 10px 3px 10px;
  border-radius: 2px;
  text-transform: lowercase;
}

/* line 610, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .title .course_privacy.private {
  background: #f76161;
}

/* line 612, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .title .course_privacy.public {
  background: #9aad30;
}

/* line 614, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .author {
  margin: 30px 0 20px 0;
}

/* line 616, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .author a {
  color: #fff;
}

/* line 618, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .author a:hover {
  text-decoration: none;
}

/* line 620, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .title_container .author img {
  border-radius: 100%;
}

/* line 622, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .controls_container {
  min-height: 44px;
  padding: 5px 0 3px 0;
  background: #f5f6f7;
  border-bottom: 2px solid #e7e7e7;
}

/* line 627, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .controls_container .controls_pushed_right {
  position: absolute;
  right: 0;
  padding-right: 20px;
}

/* line 631, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .controls_container .controls_pushed_right .btn_email {
  margin-right: 10px;
}

/* line 634, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .description {
  width: 55%;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 0 40px 0;
  margin: auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  /* line 634, app/assets/stylesheets/pages_other/courses.sass */
  .course_overview_container .body_container .description {
    width: 100%;
  }
}

/* line 643, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .description h2 {
  margin: 0;
  font-size: 15px;
  letter-spacing: normal;
  padding: 0 30px 0 30px;
}

/* line 648, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .description .study_aid_tags {
  display: inline-block;
  margin: 10px auto 0 auto;
}

/* line 651, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .perform_course {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 654, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .result_container {
  margin-bottom: 30px;
}

/* line 656, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .result_container .btn {
  padding: 20px 40px 20px 40px;
}

/* line 658, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .result_container .btn p {
  margin-top: 5px;
}

/* line 660, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .result_container .btn img {
  position: relative;
  top: -2px;
  left: -2px;
}

/* line 665, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .empty_course_container p {
  font-size: 20px;
  color: #272727;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
  line-height: 1.1;
}

/* line 671, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container #course_index_container .course_modules {
  width: 33%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  /* line 671, app/assets/stylesheets/pages_other/courses.sass */
  .course_overview_container .body_container #course_index_container .course_modules {
    width: 66%;
  }
}

@media screen and (max-width: 768px) {
  /* line 671, app/assets/stylesheets/pages_other/courses.sass */
  .course_overview_container .body_container #course_index_container .course_modules {
    width: 100%;
  }
}

/* line 678, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .body_container .cta_sign_in_up {
  font-size: 20px;
  margin-bottom: 50px;
}

/* line 681, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container .added_to_basket {
  line-height: 40px;
  font-size: 16px;
}

/* line 686, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container {
  margin: auto auto 40px auto;
}

/* line 688, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container .course_modules {
  overflow: hidden;
  border: 0;
}

/* line 691, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container .course_modules .course_module {
  border: 0;
  height: 0;
  padding: 10px 5px 5px 5px;
}

/* line 695, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container .course_modules .course_module:hover {
  background: #fcfcfc !important;
}

/* line 697, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container .course_modules .course_module:hover .course_module_title {
  color: #66b3cd;
}

/* line 699, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container .course_modules .course_module .course_module_track {
  left: 27px;
  height: calc(50% - 10px);
  height: -webkit-calc(50% - 10px);
}

/* line 704, app/assets/stylesheets/pages_other/courses.sass */
.course_overview_container #course_index_container .course_modules .course_module .course_module_track.down {
  top: calc(50% + 15px);
  top: -webkit-calc(50% + 15px);
}

/* line 709, app/assets/stylesheets/pages_other/courses.sass */
.course_frame_body .col_side {
  width: 130px !important;
}

/* line 712, app/assets/stylesheets/pages_other/courses.sass */
.course_frame_body .col_side.left .global_controls {
  margin-left: 0px !important;
}

/* line 715, app/assets/stylesheets/pages_other/courses.sass */
.course_frame_body.note .embedded_content {
  overflow: hidden;
}

/* line 718, app/assets/stylesheets/pages_other/courses.sass */
.course_frame_body.quiz .quiz_container {
  overflow: hidden;
}

/* line 721, app/assets/stylesheets/pages_other/courses.sass */
.course_frame_body.mobile {
  min-width: 0;
}

/* line 725, app/assets/stylesheets/pages_other/courses.sass */
.course_module .close_resource {
  position: absolute;
  top: 10px;
  z-index: 1000;
  right: 180px;
}

@media screen and (max-width: 1200px) {
  /* line 725, app/assets/stylesheets/pages_other/courses.sass */
  .course_module .close_resource {
    right: 20px;
  }
}

/* line 733, app/assets/stylesheets/pages_other/courses.sass */
.course_module .embed_footer .col_side {
  width: 130px;
}

/* Close course popup styles */
/* line 739, app/assets/stylesheets/pages_other/courses.sass */
.close-course-modal {
  width: 900px !important;
}

/* line 741, app/assets/stylesheets/pages_other/courses.sass */
.close-course-modal .modal-body {
  padding: 0 !important;
}

/* line 744, app/assets/stylesheets/pages_other/courses.sass */
.attached_course .link_title {
  display: inline-block;
  vertical-align: middle;
}

/* line 749, app/assets/stylesheets/pages_other/courses.sass */
.public_course_share_modal .modal-body {
  padding: 0px 40px 0px 40px;
}

/* line 751, app/assets/stylesheets/pages_other/courses.sass */
.public_course_share_modal .modal-body .email_share_panel {
  margin-top: 20px;
  border: 1px solid #cccccc;
  padding: 20px 30px;
  background: #fcfcfc;
}

/* line 756, app/assets/stylesheets/pages_other/courses.sass */
.public_course_share_modal .modal-body .share_controls {
  margin-top: 10px;
}

/* line 759, app/assets/stylesheets/pages_other/courses.sass */
.dont_break_out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* This seems to resolve an issue with FF */
  word-break: initial;
  /* Instead use this non-standard one: */
  word-break: break-word;
}

/* line 772, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details {
  width: 50%;
  margin: 100px auto auto auto;
}

@media screen and (max-width: 1200px) {
  /* line 772, app/assets/stylesheets/pages_other/courses.sass */
  #course_modules_details {
    width: 66%;
  }
}

@media screen and (max-width: 768px) {
  /* line 772, app/assets/stylesheets/pages_other/courses.sass */
  #course_modules_details {
    width: 100%;
  }
}

/* line 779, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_modules_details__title {
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

/* line 784, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details {
  display: table;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}

/* line 787, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__left {
  display: table-cell;
  vertical-align: middle;
  width: 12%;
}

/* line 791, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__right {
  padding: 5px;
  display: table-cell;
  width: 85%;
}

/* line 795, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details a.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* line 801, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__title {
  display: table-caption;
  caption-side: top;
  text-align: center;
  font-size: 140%;
  margin-bottom: 5px;
}

/* line 807, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__description {
  overflow: none;
}

/* line 809, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__description .review_heading {
  display: none;
}

/* line 811, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__tags, #course_modules_details .course_module_details .resource .tags {
  margin-top: 5px;
  text-align: right;
}

/* line 814, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__tags img, #course_modules_details .course_module_details .course_module_details__tags .no_tags_placeholder, #course_modules_details .course_module_details .resource .tags img, #course_modules_details .course_module_details .resource .tags .no_tags_placeholder {
  display: none;
}

/* line 817, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .detail_wrapper .show_more_link, #course_modules_details .course_module_details .detail_wrapper .show_less_link {
  float: right;
}

/* line 819, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .detail_wrapper .show_more_link:after {
  content: " »";
}

/* line 821, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .detail_wrapper .show_less_link:before {
  content: "« ";
}

/* line 824, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__content .contents {
  text-align: justify;
}

/* line 826, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__content .resource, #course_modules_details .course_module_details .course_module_details__content .media {
  width: 100%;
  border: 1px dashed #cccccc;
  margin: 10px 0;
  padding: 5px;
}

/* line 831, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__content .resource h4, #course_modules_details .course_module_details .course_module_details__content .resource .link, #course_modules_details .course_module_details .course_module_details__content .media h4, #course_modules_details .course_module_details .course_module_details__content .media .link {
  display: inline-block;
}

/* line 833, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__content .resource h4, #course_modules_details .course_module_details .course_module_details__content .media h4 {
  font-size: 16px;
  line-height: 22px;
  color: #444;
  font-weight: 100;
  text-transform: none;
  margin-right: 10px;
}

/* line 840, app/assets/stylesheets/pages_other/courses.sass */
#course_modules_details .course_module_details .course_module_details__content .resource h4:after, #course_modules_details .course_module_details .course_module_details__content .media h4:after {
  content: ": ";
}

/* line 844, app/assets/stylesheets/pages_other/courses.sass */
.with_ads.course #contents_pane {
  margin-right: 0px;
}

/* line 848, app/assets/stylesheets/pages_other/courses.sass */
.without_ads #course_module_ad_rhs {
  display: none !important;
}

/* line 851, app/assets/stylesheets/pages_other/courses.sass */
.without_ads #course_container #course_module_container {
  margin-right: 0px !important;
}

/* line 853, app/assets/stylesheets/pages_other/courses.sass */
.without_ads #course_container .save_indicator_panel, .without_ads #course_container .course_continue {
  margin-right: 0px !important;
}

/* line 858, app/assets/stylesheets/pages_other/courses.sass */
.course_module_contents .course_module_contents_button, .course_module_contents .contents .close {
  display: none;
}

/* line 861, app/assets/stylesheets/pages_other/courses.sass */
form.refresh_attached_resource, form.refresh_attached_resources {
  display: inline;
}

/* line 863, app/assets/stylesheets/pages_other/courses.sass */
form.refresh_attached_resource button, form.refresh_attached_resources button {
  border: none;
  outline: none;
}

/* line 866, app/assets/stylesheets/pages_other/courses.sass */
form.refresh_attached_resources button {
  text-decoration: underline;
}
/* line 2, app/assets/stylesheets/shared/data_capture.sass */
.data_capture_form_modal textarea {
  height: 100px;
  resize: vertical;
}

/* line 5, app/assets/stylesheets/shared/data_capture.sass */
.data_capture_form_modal .dc-required-field {
  color: red;
}

/* line 7, app/assets/stylesheets/shared/data_capture.sass */
.data_capture_form_modal .dc-checkbox-wrapper {
  whitespace: no-wrap;
  display: inline-block;
  padding-right: 10px;
}

/* line 12, app/assets/stylesheets/shared/data_capture.sass */
.smart_embed_result {
  display: none;
}

/* line 14, app/assets/stylesheets/shared/data_capture.sass */
.smart_embed_result input {
  height: 30px;
}

/* line 18, app/assets/stylesheets/shared/data_capture.sass */
#form_container_view .form_field_view .field_attributes_and_destroy {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
/* line 3, app/assets/stylesheets/shared/comment.sass */
#comments_container {
  margin-bottom: 20px;
}

/* line 5, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment, #comments_container .poll {
  letter-spacing: -0.5px;
  background: #fcfcfc;
  border-bottom: 1px solid #cccccc;
  min-height: 100px;
  font-size: 14px;
  overflow: auto;
  margin-bottom: 20px;
}

/* line 13, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info, #comments_container .poll .author_info {
  float: left;
  width: 20%;
  padding: 16px 5px 16px 23px;
}

/* line 17, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info img, #comments_container .poll .author_info img {
  border-radius: 100%;
  margin: 11px 0;
}

/* line 20, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info .name, #comments_container .poll .author_info .name {
  font-weight: 900;
  line-height: 16px;
}

/* line 23, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info .author_meta, #comments_container .poll .author_info .author_meta {
  font-size: 11px;
}

/* line 25, app/assets/stylesheets/shared/comment.sass */
#comments_container .comment .author_info .author_meta .metalabel, #comments_container .poll .author_info .author_meta .metalabel {
  font-weight: 500;
}

/* line 28, app/assets/stylesheets/shared/comment.sass */
.comment_content {
  position: relative;
  padding: 16px 23px 60px 23px;
  float: right;
  width: 80%;
  border-left: 1px solid #cccccc;
}

/* line 34, app/assets/stylesheets/shared/comment.sass */
.comment_content .comment_title {
  word-wrap: break-word;
}

/* line 36, app/assets/stylesheets/shared/comment.sass */
.comment_content .comment_header {
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #cccccc;
  line-height: 14px;
  vertical-align: top;
}

/* line 42, app/assets/stylesheets/shared/comment.sass */
.comment_content .comment_time, .comment_content .comment_edited {
  font-size: 11px;
}

/* line 44, app/assets/stylesheets/shared/comment.sass */
.comment_content .post_controls {
  position: absolute;
  bottom: 23px;
  right: 16px;
}

/* line 48, app/assets/stylesheets/shared/comment.sass */
.comment_content .respect_line_breaks {
  text-wrap: normal;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  font-size: 14px;
}

/* line 53, app/assets/stylesheets/shared/comment.sass */
.comment_content .respect_line_breaks img {
  max-width: 100%;
}

/* line 55, app/assets/stylesheets/shared/comment.sass */
.comment_content .respect_line_breaks .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 59, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper {
  margin: 20px 0 0 0;
}

/* line 61, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper #comments_head {
  margin-bottom: 20px;
  overflow: hidden;
}

/* line 64, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper #comments_list {
  margin: 10px 0 0 0;
}

/* line 66, app/assets/stylesheets/shared/comment.sass */
.comment_wrapper #comments_list .name {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 71, app/assets/stylesheets/shared/comment.sass */
#public_comment_form {
  margin: 30px 0 0 0;
}

/* line 73, app/assets/stylesheets/shared/comment.sass */
#public_comment_form textarea {
  padding: 10px;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 78, app/assets/stylesheets/shared/comment.sass */
.create_study_aid_comment {
  float: right;
}
/* line 5, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog, .embed_modal .modal-dialog {
  margin-top: 0;
  width: 100%;
}

/* line 8, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-content, .embed_modal .modal-dialog .modal-content {
  background-color: #fcfcfc;
  border-radius: 0;
}

/* line 11, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-header, .embed_modal .modal-dialog .modal-header {
  padding: 15px;
  background-color: #fff;
}

/* line 14, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-header h4, .embed_modal .modal-dialog .modal-header h4 {
  font-size: 18px;
  color: #333;
  margin: 0;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

/* line 20, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-body, .embed_modal .modal-dialog .modal-body {
  padding: 0;
  border-top: 1px solid #ccc;
  height: 850px;
}

@media screen and (max-height: 1080px) {
  /* line 20, app/assets/stylesheets/shared/embed.sass */
  .embed_study_aid .modal-dialog .modal-body, .embed_modal .modal-dialog .modal-body {
    height: 700px;
  }
}

@media screen and (max-height: 768px) {
  /* line 20, app/assets/stylesheets/shared/embed.sass */
  .embed_study_aid .modal-dialog .modal-body, .embed_modal .modal-dialog .modal-body {
    height: 550px;
  }
}

/* line 28, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-body .resource, .embed_modal .modal-dialog .modal-body .resource {
  border: 0;
  width: 100%;
  height: 100%;
}

/* line 32, app/assets/stylesheets/shared/embed.sass */
.embed_study_aid .modal-dialog .modal-body .iframe_loading, .embed_modal .modal-dialog .modal-body .iframe_loading {
  position: absolute;
  top: 35%;
  left: 50%;
}
/* line 2, app/assets/stylesheets/shared/eps.sass */
#share_list_form #share_list_errors {
  display: none;
}

/* line 4, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list {
  margin-bottom: 20px;
}

/* line 7, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list_entries .boxed {
  margin-bottom: 0;
}

/* line 10, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list_entries #entries th {
  font-weight: 300;
}

/* line 12, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list_entries #entries td {
  vertical-align: top;
}

/* line 14, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list_entries .remove_entry {
  cursor: pointer;
}

/* line 16, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list_entries #add_share_list_entry {
  text-decoration: none;
}

/* line 18, app/assets/stylesheets/shared/eps.sass */
#share_list_form .share_list_entries .boxed {
  max-height: 400px;
  overflow: auto;
}

/* line 23, app/assets/stylesheets/shared/eps.sass */
#share_list_form #share_list_errors ul li {
  display: block;
}

/* line 25, app/assets/stylesheets/shared/eps.sass */
#share_list_form .import_csv_container {
  margin-top: 10px;
  display: none;
}

/* line 28, app/assets/stylesheets/shared/eps.sass */
#share_list_form .import_csv_container input {
  display: inline;
}

/* line 32, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup #eps_errors, .external_private_share_resource_popup #eps_share_lists, .external_private_share_resource_popup #eps_groups {
  display: none;
}

/* line 34, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup .boxed {
  margin-bottom: 0px;
}

/* line 36, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup #eps_share_lists, .external_private_share_resource_popup #eps_groups {
  padding-top: 10px;
}

/* line 39, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup #eps_share_lists select, .external_private_share_resource_popup #eps_groups select {
  width: 100%;
}

/* line 41, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup #eps_message, .external_private_share_resource_popup #eps_expires_at {
  margin-top: 20px;
}

/* line 43, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup #eps_message textarea, .external_private_share_resource_popup #eps_message input, .external_private_share_resource_popup #eps_expires_at textarea, .external_private_share_resource_popup #eps_expires_at input {
  margin-top: 5px;
}

/* line 46, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup .eps_choices label {
  margin-right: 15px;
}

/* line 48, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup .eps_choices p {
  margin: 0;
}

/* line 51, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup .edit_payments_external_private_share #eps_message {
  margin-top: 0px;
}

/* line 53, app/assets/stylesheets/shared/eps.sass */
.external_private_share_resource_popup .eps_resume {
  margin-bottom: 15px;
}
/* line 3, app/assets/stylesheets/shared/audio_player.sass */
.audio_player {
  display: inline-block;
  position: relative;
  width: auto;
  min-width: 40px;
  font-size: 130%;
  text-align: center;
}

/* line 10, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player {
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #fcfcfc;
  padding: 0.2em 0.5em;
  color: black;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

/* line 20, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .speaker_icon {
  position: absolute;
  top: -5px;
  left: -5px;
}

/* line 24, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_play, .audio_player .custom_player .custom_pause, .audio_player .custom_player .custom_volume, .audio_player .custom_player .custom_timer, .audio_player .custom_player .custom_seek {
  padding: 0 0.4em;
}

/* line 26, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_play, .audio_player .custom_player .custom_pause, .audio_player .custom_player .custom_volume, .audio_player .custom_player .custom_seek {
  cursor: pointer;
}

/* line 28, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_play, .audio_player .custom_player .custom_pause {
  min-width: 30px;
}

/* line 30, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_timer {
  font-size: 60%;
  white-space: nowrap;
}

/* line 34, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_volume input[type=range] {
  display: none;
  font-size: 10px;
  width: 25%;
  position: absolute;
  transform: rotate(270deg) translate(12px);
  transform-origin: bottom left;
}

/* line 41, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .timer_and_seek {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* line 45, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .timer_and_seek.stacked {
  flex-direction: column-reverse;
}

/* line 48, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_seek {
  /*Chrome*/
  /** FF*/
  /* IE*/
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 51, app/assets/stylesheets/shared/audio_player.sass */
  .audio_player .custom_player .custom_seek input[type='range'] {
    overflow: hidden;
    width: 100%;
    -webkit-appearance: none;
    background-color: #62b1cc;
  }
  /* line 57, app/assets/stylesheets/shared/audio_player.sass */
  .audio_player .custom_player .custom_seek input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: red;
    margin-top: -1px;
  }
  /* line 63, app/assets/stylesheets/shared/audio_player.sass */
  .audio_player .custom_player .custom_seek input[type='range']::-webkit-slider-thumb {
    width: 10px;
    -webkit-appearance: none;
    height: 10px;
    cursor: pointer;
    background: #323738;
    box-shadow: -80px 0 0 80px #43e5f7;
  }
}

/* line 72, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_seek input[type="range"]::-moz-range-progress {
  background-color: #323738;
}

/* line 74, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_seek input[type="range"]::-moz-range-track {
  background-color: #62b1cc;
}

/* line 78, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_seek input[type="range"]::-ms-fill-lower {
  background-color: #323738;
}

/* line 80, app/assets/stylesheets/shared/audio_player.sass */
.audio_player .custom_player .custom_seek input[type="range"]::-ms-fill-upper {
  background-color: #62b1cc;
}

/* line 85, app/assets/stylesheets/shared/audio_player.sass */
.audio_player.labels_bottom .custom_player .speaker_icon {
  top: auto;
  bottom: -5px;
}

/* line 89, app/assets/stylesheets/shared/audio_player.sass */
.audio_player.labels_bottom .custom_player .custom_volume input[type=range] {
  transform: translate(-20%) rotate(90deg) translate(5%);
}
/* line 3, app/assets/stylesheets/shared/forms.sass */
input.btn {
  outline: none !important;
}

/* line 7, app/assets/stylesheets/shared/forms.sass */
.control-group .control input[type=text], .control-group .control input[type=select], .control-group .control input[type=email], .control-group .control input[type=password], .control-group .control textarea {
  width: 100%;
}

/* line 10, app/assets/stylesheets/shared/forms.sass */
.control-group .control li {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

/* line 14, app/assets/stylesheets/shared/forms.sass */
.control-group .control li .selected_icon {
  display: none;
  color: green;
}

/* line 17, app/assets/stylesheets/shared/forms.sass */
.control-group .control li .selected_icon.icon-remove {
  color: red;
}

/* line 19, app/assets/stylesheets/shared/forms.sass */
.control-group .control li:hover {
  background-color: white;
}

/* line 23, app/assets/stylesheets/shared/forms.sass */
.control-group .control li.selected .selected_icon {
  display: block;
}

/* line 26, app/assets/stylesheets/shared/forms.sass */
select {
  width: 257px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cccccc;
  padding: 5px;
}

/* line 33, app/assets/stylesheets/shared/forms.sass */
label {
  font-weight: 300;
}

/* line 37, app/assets/stylesheets/shared/forms.sass */
input.invalid[type=text], input.invalid[type=select], input.invalid[type=email], input.invalid[type=password], textarea.invalid {
  border: 2px solid #FFCFCF !important;
}

/* line 40, app/assets/stylesheets/shared/forms.sass */
input[type="text"], textarea, input[type="search"],
input[type="password"], input[type="tel"], input[type="email"] {
  padding: 5px 10px;
  width: 100%;
  background: #fff;
  border: 1px solid #cccccc;
  color: #444;
  font-weight: 300;
}

/* line 48, app/assets/stylesheets/shared/forms.sass */
input[type="text"]:focus, textarea:focus, input[type="search"]:focus,
input[type="password"]:focus, input[type="tel"]:focus, input[type="email"]:focus {
  outline: none;
}
/* line 4, app/assets/stylesheets/shared/group_selection.sass */
.choice_container {
  padding-top: 10px;
}

/* line 6, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .boxed {
  padding: 10px;
  margin-bottom: 20px;
  max-height: 225px;
  overflow: auto;
}

/* line 11, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin: 5px;
  border: 1px solid transparent;
}

/* line 17, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice:hover {
  background-color: whitesmoke;
  cursor: pointer;
}

/* line 20, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice.selected {
  background-color: whitesmoke;
  border-color: #e5e5e5;
}

/* line 23, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice.member, .choice_container .add_choice.invited {
  opacity: 0.5;
}

/* line 25, app/assets/stylesheets/shared/group_selection.sass */
.choice_container .add_choice.member:hover, .choice_container .add_choice.invited:hover {
  background-color: transparent;
}

@media screen and (max-width: 540px) {
  /* line 11, app/assets/stylesheets/shared/group_selection.sass */
  .choice_container .add_choice {
    width: 45%;
  }
}

/* line 30, app/assets/stylesheets/shared/group_selection.sass */
.add_choice {
  position: relative;
  padding: 4px 5px 5px 47px;
  min-height: 42px;
  font-size: 13px;
}

/* line 35, app/assets/stylesheets/shared/group_selection.sass */
.add_choice .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
}

/* line 38, app/assets/stylesheets/shared/group_selection.sass */
.add_choice img {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  background-color: #ddd;
  width: 32px;
  height: 32px;
}

/* line 46, app/assets/stylesheets/shared/group_selection.sass */
.add_choice .already {
  font-size: 10px;
  color: #909090;
}

/* line 52, app/assets/stylesheets/shared/group_selection.sass */
.medium_modal .choice_container .add_choice {
  width: 23%;
}

@media screen and (max-width: 900px) {
  /* line 52, app/assets/stylesheets/shared/group_selection.sass */
  .medium_modal .choice_container .add_choice {
    width: 30%;
  }
}

@media screen and (max-width: 700px) {
  /* line 52, app/assets/stylesheets/shared/group_selection.sass */
  .medium_modal .choice_container .add_choice {
    width: 47%;
  }
}

@media screen and (max-width: 450px) {
  /* line 52, app/assets/stylesheets/shared/group_selection.sass */
  .medium_modal .choice_container .add_choice {
    width: 40%;
  }
}
/* line 1, app/assets/stylesheets/shared/canonical_sprites.scss */
.canonical_sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-price_tag {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -94px -94px;
}

/* line 9, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-pin {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -130px -94px;
}

/* line 13, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-eye {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -94px -130px;
}

/* line 17, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-balloon_left {
  width: 16px;
  height: 16px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -130px -130px;
}

/* line 21, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-social {
  width: 64px;
  height: 64px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -10px -10px;
}

/* line 25, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-print {
  width: 64px;
  height: 64px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -94px -10px;
}

/* line 29, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-email {
  width: 64px;
  height: 64px;
  background: url(/assets/sprites/canonical/canonical_sprites.png) -10px -94px;
}

/* line 33, app/assets/stylesheets/shared/canonical_sprites.scss */
.bg-canonical-print, .bg-canonical-social, .bg-canonical-email {
  zoom: 0.5;
  -moz-transform: scale(0.5);
  -moz-transform-origin: 0 0;
}
/* line 4, app/assets/stylesheets/shared/invite_typeahead.sass */
.invite_user_typeahead .tt-suggestion {
  position: relative;
  padding: 4px 5px 5px 47px;
  min-height: 42px;
  font-size: 13px;
}

/* line 9, app/assets/stylesheets/shared/invite_typeahead.sass */
.invite_user_typeahead .tt-suggestion .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  display: block;
}

/* line 12, app/assets/stylesheets/shared/invite_typeahead.sass */
.invite_user_typeahead .tt-suggestion img {
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  background-color: #ddd;
  width: 32px;
  height: 32px;
}

/* line 20, app/assets/stylesheets/shared/invite_typeahead.sass */
.invite_user_typeahead .tt-suggestion .already {
  font-size: 10px;
  color: #909090;
}
/* line 3, app/assets/stylesheets/shared/interest_level_selection.sass */
ul.choices {
  -moz-columns: 3;
  columns: 3;
}

/* line 7, app/assets/stylesheets/shared/interest_level_selection.sass */
ul.choices li {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/* line 12, app/assets/stylesheets/shared/interest_level_selection.sass */
#ob_levels ul.choices {
  -moz-columns: 2;
  columns: 2;
}

/* line 17, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_interests {
  margin-bottom: 20px;
}

/* line 19, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_interests li {
  font-family: "museo_sans_rounded300", sans-serif;
  font-weight: normal;
  line-height: 1.6em;
  font-size: 1.1em;
  padding: 3px 20px;
  margin: 2px;
  border: 2px solid #eee;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  word-wrap: break-word;
}

/* line 32, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_interests li:not(.selected):hover {
  background-color: #d4e1e9;
}

/* line 34, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_interests li.selected {
  background-color: #4F7E98;
  color: #fff;
}

/* line 38, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_interests .optional {
  font-size: 0.6em;
  color: #666;
}

@media screen and (min-width: 768px) {
  /* line 43, app/assets/stylesheets/shared/interest_level_selection.sass */
  .csscolumns .ob_interests ul {
    -moz-columns: 3;
         columns: 3;
  }
  /* line 45, app/assets/stylesheets/shared/interest_level_selection.sass */
  .csscolumns .ob_interests ul li {
    width: 100%;
  }
}

/* line 48, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_custom_interest {
  margin-top: 20px;
}

/* line 50, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_custom_interest label {
  padding: 5px 10px;
  margin: 0;
}

/* line 53, app/assets/stylesheets/shared/interest_level_selection.sass */
.ob_custom_interest button {
  padding: 5px 10px;
  font-size: 16px;
  vertical-align: top;
}

/* line 60, app/assets/stylesheets/shared/interest_level_selection.sass */
#step_content .ob_custom_interest input,
.ob_custom_interest input {
  width: 50%;
  padding: 5px 10px;
}

/* line 64, app/assets/stylesheets/shared/interest_level_selection.sass */
.modal .ob_custom_interest input {
  line-height: 24px;
  vertical-align: top;
  margin-top: -1px;
}
/* line 3, app/assets/stylesheets/shared/public_meta.sass */
.meta_info, .meta_revision {
  position: relative;
  font-size: 12px;
}

/* line 6, app/assets/stylesheets/shared/public_meta.sass */
.meta_info .avatar img, .meta_revision .avatar img {
  border-radius: 100%;
}

/* line 10, app/assets/stylesheets/shared/public_meta.sass */
.meta_revision td.avatar {
  width: 42px;
}

/* line 14, app/assets/stylesheets/shared/public_meta.sass */
.meta_info a {
  display: inline !important;
}

/* line 18, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_stat_container {
  margin: 10px 0 15px 0;
}

/* line 20, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_stat {
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
}

/* line 24, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_stat img {
  margin-right: 2px;
}

/* line 27, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .avatar img {
  border-radius: 100%;
}

/* line 29, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .details {
  margin-left: 20px;
}

/* line 31, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .details .average_rating {
  float: left;
  margin-left: 50px;
}

@media (max-width: 768px) {
  /* line 31, app/assets/stylesheets/shared/public_meta.sass */
  .publicmeta .details .average_rating {
    float: none;
  }
}

/* line 36, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .meta_extra_info {
  margin-right: 15px;
}

/* line 38, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #study_aid_description {
  margin: 15px 15px 15px 0;
}

/* line 40, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #study_aid_description h2 {
  font-size: 13px;
  letter-spacing: 0;
  margin: 17px 0 17px 0;
  color: #333333;
  -webkit-text-stroke: 0px;
  word-wrap: break-word;
}

/* line 47, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #study_aid_description h2 .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 50, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .no_tags_placeholder {
  font-style: italic;
  font-weight: lighter;
}

/* line 53, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .publicmeta_sub {
  padding: 20px 30px;
  background: #F7F7F7;
  border-top: 1px solid #DADADA;
}

/* line 57, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .chart_header {
  padding: 30px 30px 0 30px;
  text-align: center;
}

/* line 60, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta .total_ratings {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

/* line 64, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container {
  margin: 2em 0;
  padding: 1.0em;
  border: 1px solid lightgray;
  border-radius: 0.5em;
}

/* line 69, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

/* line 73, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading .title {
  margin-top: -3.0em;
  width: 75%;
}

/* line 76, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading .title h3 {
  padding: 1.0em;
  background: #EEEEEE;
  display: inline-block;
  font-size: 125%;
  font-weight: bold;
}

/* line 82, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container .review_heading .hide_link, .publicmeta #admin_review_container .review_heading .unhide_link, .publicmeta #admin_review_container .review_heading .what_is_this {
  margin-left: 1.0em;
  display: inline-block;
}

/* line 85, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container.inactive .hide_link {
  display: none;
}

/* line 87, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container.active .unhide_link {
  display: none;
}

/* line 90, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta #admin_review_container.inactive h3, .publicmeta #admin_review_container.inactive #admin_review {
  color: lightgray;
}

/* line 93, app/assets/stylesheets/shared/public_meta.sass */
.publicmeta_performance {
  margin: 0;
}

/* line 96, app/assets/stylesheets/shared/public_meta.sass */
.performance_metrics {
  margin-bottom: 25px;
}

/* line 99, app/assets/stylesheets/shared/public_meta.sass */
.revision_audit_list {
  padding-bottom: 10px;
}

/* line 101, app/assets/stylesheets/shared/public_meta.sass */
.revision_audit_list .MathJax_Display {
  margin: 0;
  display: inline;
}

/* line 106, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li {
  display: list-item;
  vertical-align: top;
  margin: 0px 0px 10px 0px;
}

/* line 111, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li a:hover {
  background-color: #ededed;
}

/* line 113, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .avatar {
  display: inline-block;
  width: 18%;
  vertical-align: top;
}

/* line 117, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .details {
  width: 82%;
  display: inline-block;
  color: #272727;
}

/* line 121, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .action {
  display: inline-block;
  width: 40%;
}

/* line 124, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .action i {
  font-size: 14px;
}

/* line 126, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .date_action {
  text-align: right;
  width: 60%;
  padding-right: 18px;
  vertical-align: top;
  display: inline-block;
  position: relative;
}

/* line 133, app/assets/stylesheets/shared/public_meta.sass */
ul.meta_revision li .version {
  position: absolute;
  margin-left: 10px;
  top: 0;
  right: 0;
}
/* line 3, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1em;
  background: #62b1cc;
  color: white;
  z-index: 99999;
  font-size: 130%;
  text-align: center;
}

/* line 13, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .motivation, .push_notifications_dialog .actions {
  display: inline-block;
}

/* line 15, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .actions {
  margin-top: 1em;
  text-align: center;
}

/* line 18, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog .actions .btn {
  display: inline-block;
  margin-left: 1em;
  font-size: 80%;
}

/* line 22, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog a.close {
  position: absolute;
  top: 0.3em;
  right: 2em;
  color: white;
  font-size: 200%;
  opacity: 0.5;
}

/* line 29, app/assets/stylesheets/shared/push_notifications.sass */
.push_notifications_dialog a.close:hover {
  text-decoration: none;
  opacity: 1;
}

/* line 33, app/assets/stylesheets/shared/push_notifications.sass */
.push_notification_permission_error {
  color: #e63a3a;
  font-size: 80%;
  padding: 0.5em;
  text-align: center;
}

/* line 39, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog {
  padding: 1em;
  padding-top: 2em;
  font-size: unset;
}

/* line 43, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog h2 {
  margin-bottom: 0.5em;
}

/* line 45, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog a.close {
  top: 0.2em;
  right: 0.3em;
}

/* line 48, app/assets/stylesheets/shared/push_notifications.sass */
body.mobile_layout .push_notifications_dialog .motivation, body.mobile_layout .push_notifications_dialog .actions {
  padding-left: 2em;
  padding-right: 2em;
}
/* line 4, app/assets/stylesheets/shared/resource.sass */
.resource-tile {
  margin-bottom: 20px;
}

/* line 6, app/assets/stylesheets/shared/resource.sass */
.resource-tile.deleted_resource {
  opacity: 0.6;
}

/* line 8, app/assets/stylesheets/shared/resource.sass */
.resource-tile.deleted_resource .resource-tile__button--info {
  margin-top: 12px;
}

/* line 11, app/assets/stylesheets/shared/resource.sass */
.resource-tile__content {
  background: #fff;
  border: 1px solid #ddd;
  position: relative;
  white-space: nowrap;
}

/* line 16, app/assets/stylesheets/shared/resource.sass */
.resource-tile__content:hover {
  border-color: #9c9c9c;
}

/* line 19, app/assets/stylesheets/shared/resource.sass */
.resource-tile__img {
  height: 56px;
}

/* line 22, app/assets/stylesheets/shared/resource.sass */
.resource-tile__body {
  margin: 10px 0 0 10px;
  width: calc(100% - 56px - 47px);
  overflow: hidden;
}

/* line 27, app/assets/stylesheets/shared/resource.sass */
.resource-tile__img, .resource-tile__body {
  display: inline-block;
  vertical-align: middle;
}

/* line 31, app/assets/stylesheets/shared/resource.sass */
.resource-tile__author {
  display: inline-block;
  max-width: 250px;
  vertical-align: top;
}

/* line 37, app/assets/stylesheets/shared/resource.sass */
.resource-tile__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 40, app/assets/stylesheets/shared/resource.sass */
.resource-tile__buttons {
  display: inline-block;
  float: right;
  max-width: 0;
  margin: 6px 6px 0 10px;
  opacity: 0;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s ease-in-out, max-width 0.2s linear;
  vertical-align: top;
  z-index: 101;
}

/* line 51, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 54, app/assets/stylesheets/shared/resource.sass */
.resource-tile__drag ~ .resource-tile__buttons {
  margin-right: 25px;
}

/* line 57, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 62, app/assets/stylesheets/shared/resource.sass */
.resource-tile.course .resource-tile__buttons {
  max-width: 100%;
  opacity: 1;
}

/* line 66, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button {
  background-color: #9aad30;
  border: none;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 3px 12px;
  margin-bottom: 3px;
  outline: none;
  width: 100%;
}

/* line 77, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button:hover {
  background-color: #8d9e2c;
}

/* line 80, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button--info {
  background-color: #62b1cc;
}

/* line 82, app/assets/stylesheets/shared/resource.sass */
.resource-tile__button--info:hover {
  background-color: #53a2bd;
}

/* line 85, app/assets/stylesheets/shared/resource.sass */
.resource-tile__title {
  color: #3a99ad;
  font-weight: 300;
}

/* line 90, app/assets/stylesheets/shared/resource.sass */
.resource-tile__desc:empty {
  display: none;
}

/* line 93, app/assets/stylesheets/shared/resource.sass */
.resource-tile__drag {
  position: absolute;
  top: 13px;
  right: 5px;
  cursor: pointer;
  z-index: 1000;
  padding: 5px;
  cursor: move;
}

/* line 102, app/assets/stylesheets/shared/resource.sass */
.resource-tile__handles {
  left: -19px;
  margin: auto;
  position: absolute;
  top: 17px;
  bottom: 0;
}

/* line 107, app/assets/stylesheets/shared/resource.sass */
.resource-tile__handles > input {
  margin: 0;
}

/* line 110, app/assets/stylesheets/shared/resource.sass */
.resource-tile__pin {
  background: url(/assets/icons/resource-pinned.png) no-repeat 0 0;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -9px;
  right: -10px;
}

/* line 116, app/assets/stylesheets/shared/resource.sass */
.resource-tile__tick {
  background: url(/assets/icons/tick-small.png) no-repeat 0 0;
  background-size: cover;
  height: 24px;
  width: 24px;
  position: absolute;
  bottom: -12px;
  right: -12px;
}

/* line 124, app/assets/stylesheets/shared/resource.sass */
.resource-tile__dismiss {
  height: 16px;
  width: 16px;
  position: absolute;
  top: -9px;
  right: -10px;
}

/* line 130, app/assets/stylesheets/shared/resource.sass */
.resource-tile {
  transition: all 0.5s;
}

/* line 132, app/assets/stylesheets/shared/resource.sass */
.resource-tile.selected {
  transition: all 0s;
}

/* line 134, app/assets/stylesheets/shared/resource.sass */
.resource-tile .dismiss {
  opacity: 0;
}

/* line 136, app/assets/stylesheets/shared/resource.sass */
.resource-tile:hover .dismiss {
  opacity: 1;
}

/* line 138, app/assets/stylesheets/shared/resource.sass */
.resource-tile.collapsed {
  margin: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: scale(0.8);
}

/* line 145, app/assets/stylesheets/shared/resource.sass */
.resource-tile.collapsed:hover .resource-tile__content {
  border: none;
}

/* line 148, app/assets/stylesheets/shared/resource.sass */
.resource-tile__actions {
  display: inline-block;
}

/* line 151, app/assets/stylesheets/shared/resource.sass */
.sidebar_topics li {
  position: relative;
}

/* line 154, app/assets/stylesheets/shared/resource.sass */
.sidebar_topics li a {
  border-bottom: 1px solid #dadada;
  margin-bottom: 2px;
  cursor: pointer;
}

/* line 159, app/assets/stylesheets/shared/resource.sass */
.topic_drag_handle {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px;
  cursor: move;
  height: 100%;
}

/* line 166, app/assets/stylesheets/shared/resource.sass */
.topic_drag_handle .icon_subjects_handle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* line 174, app/assets/stylesheets/shared/resource.sass */
.resource.checkbox-selected .resource-tile__content {
  border: 2px solid #a1b0b3;
}

/* line 176, app/assets/stylesheets/shared/resource.sass */
.resource.disabled, .resource.no_data_capture, .resource.copy_not_permitted {
  opacity: 0.4;
}

/* line 178, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .select_resource, .resource.no_data_capture .select_resource, .resource.copy_not_permitted .select_resource {
  opacity: 0;
  cursor: default;
}

/* line 181, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .tile_overlay, .resource.no_data_capture .tile_overlay, .resource.copy_not_permitted .tile_overlay {
  cursor: default;
}

/* line 183, app/assets/stylesheets/shared/resource.sass */
.resource.disabled .resource-tile__content, .resource.no_data_capture .resource-tile__content, .resource.copy_not_permitted .resource-tile__content {
  border: 1px solid #ddd;
}

/* line 186, app/assets/stylesheets/shared/resource.sass */
.resource-tile__buttons {
  width: 67px;
}

/* line 189, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
}

/* line 193, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings img {
  height: 12px;
  position: relative;
  top: -1px;
}

/* line 197, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings .ratings_wrapper, .resource_search_ratings .rating_container {
  display: inline;
}

/* line 199, app/assets/stylesheets/shared/resource.sass */
.resource_search_ratings .ratings_wrapper .user_rating, .resource_search_ratings .rating_container .user_rating {
  position: relative;
  top: 1px;
}

/* line 203, app/assets/stylesheets/shared/resource.sass */
.results_container .resource-tile {
  padding-right: 0;
  padding-left: 0;
}
/* line 3, app/assets/stylesheets/shared/tags.sass */
ul.tag_list, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list {
  display: inline;
}

/* line 5, app/assets/stylesheets/shared/tags.sass */
ul.tag_list li, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list li {
  font-size: 12px;
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 0 6px;
  margin-left: 6px;
  margin-bottom: 6px;
  color: #3a99ad;
  display: inline-block;
}

/* line 14, app/assets/stylesheets/shared/tags.sass */
ul.tag_list li:hover, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list li:hover {
  box-shadow: 1px 1px 1px #cccccc;
}

/* line 16, app/assets/stylesheets/shared/tags.sass */
ul.tag_list li a, .breadcrumb_action_bar .container ul.context_aware_bar li ul.tag_list li a {
  text-decoration: none;
  color: #909090;
  word-break: break-word;
}
@media only screen and (max-width: 400px) {
  /* line 1, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_in_up_label {
    display: none;
  }
}

/* line 4, app/assets/stylesheets/shared/sign_in_up.sass */
.short_sign_in_up_label {
  display: none;
}

@media only screen and (max-width: 400px) {
  /* line 4, app/assets/stylesheets/shared/sign_in_up.sass */
  .short_sign_in_up_label {
    display: inline;
  }
}

/* line 9, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content {
  border-radius: 10px !important;
}

/* line 11, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .modal-header {
  height: 74px;
  background: url(/assets/bg_header.jpg) #3e6c86;
  border-radius: 10px 10px 0px 0px;
}

/* line 15, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .please_wait {
  text-align: center;
  margin-top: 20px;
}

/* line 18, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .sign_up_now {
  font-size: 15px;
  text-align: center;
  margin: 30px 0 15px 0;
  padding: 10px 70px;
}

/* line 23, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .close {
  float: right;
  background: #000;
  color: #FFF;
  opacity: 1;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
  padding: 0;
  top: -70px;
  right: -30px;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 1px 5px;
  border: 4px solid #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 44, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content h4.sign_in_title {
  font-family: "museo_sans_rounded700", sans-serif;
  font-size: 32px;
  line-height: normal;
  color: #F0AD4E;
  text-align: center;
  margin: 30px 0px 30px 0px;
}

/* line 52, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup .modal-dialog {
  overflow: unset;
}

@media only screen and (min-width: 900px) {
  /* line 52, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_in_popup .modal-dialog {
    max-width: unset;
    width: 800px;
  }
}

@media only screen and (max-width: 900px) {
  /* line 57, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_in_popup .sign_in_up_label {
    display: none;
  }
}

/* line 60, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup .short_sign_in_up_label {
  display: none;
}

@media only screen and (max-width: 900px) {
  /* line 60, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_in_popup .short_sign_in_up_label {
    display: inline;
  }
}

/* line 65, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .modal-header {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 69, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .modal-header img {
  display: block;
  width: 169px;
  margin: 7px auto 0  auto;
}

/* line 73, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .modal-header .modal-title {
  text-transform: none;
}

/* line 75, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .modal-body {
  padding: 20px 80px;
}

@media only screen and (max-width: 400px) {
  /* line 75, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_in_popup_content .modal-body {
    padding: 20px 20px;
  }
}

/* line 79, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup_content .modal-footer {
  border-top: 1px solid #e5e5e5;
}

/* line 82, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_in_popup .sign_in_popup_content #user_email, .sign_in_popup .sign_in_popup_content #user_password {
  background-color: #fbfbfd;
  color: #767676;
  font-size: 1em;
  line-height: 1.5em;
  transition: all 0.3s;
  text-align: left;
  border: 1px solid #CFCFCF;
  border-radius: 3px;
  font-size: 16px;
}

/* line 93, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

/* line 103, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 113, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-lg {
  padding-left: 61px;
}

/* line 115, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-lg :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 119, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-sm {
  padding-left: 38px;
}

/* line 121, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-sm :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 125, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-xs {
  padding-left: 30px;
}

/* line 127, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-xs :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 131, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 135, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

/* line 140, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

/* line 145, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 151, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 155, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active {
  color: #fff;
  background-color: #30487b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 160, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 164, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active {
  color: #fff;
  background-color: #ca3523;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 169, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 173, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active {
  color: #fff;
  background-color: #005f8d;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 178, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 182, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active {
  color: #fff;
  background-color: #309aea;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 187, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-rss {
  color: #fff;
  background-color: #ff7519;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 191, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-rss:hover, .btn-rss:focus, .btn-rss:active, .btn-rss.active {
  color: #fff;
  background-color: #ff6600;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 196, app/assets/stylesheets/shared/sign_in_up.sass */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 205, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-facebook:before {
  content: "\f09a";
}

/* line 208, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-twitter:before {
  content: "\f099";
}

/* line 211, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 214, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 217, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 220, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-rss:before {
  content: "\f09e";
}

/* line 223, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-check:before {
  content: "\f00c";
}

/* line 226, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-play-circle:before {
  content: "\f144";
}

/* line 229, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 232, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 235, app/assets/stylesheets/shared/sign_in_up.sass */
.fa-times:before {
  content: "\f00d";
}

/* line 238, app/assets/stylesheets/shared/sign_in_up.sass */
.nav-button-sign-up {
  color: #fff;
  background: #9aad30;
  border: 1px solid #9aad30;
  padding: 10px 15px 10px 15px;
  margin: -11px -15px;
}

/* line 244, app/assets/stylesheets/shared/sign_in_up.sass */
.nav-button-sign-up:hover {
  background-color: #8d9e2c;
  border: 1px solid #8d9e2c;
  padding: 10px 15px 10px 15px;
  color: #FFFFFF;
}

@media (max-width: 1200px) {
  /* line 238, app/assets/stylesheets/shared/sign_in_up.sass */
  .nav-button-sign-up {
    margin: 0 0 5px 0;
  }
}

/* line 252, app/assets/stylesheets/shared/sign_in_up.sass */
.l-footer-section .l-copyright {
  margin: 10px 0;
  padding: 10px 0px 0px 0px;
}

/* line 254, app/assets/stylesheets/shared/sign_in_up.sass */
.l-footer-section .l-copyright ul.regions {
  margin-bottom: 10px;
  text-decoration: none;
}

@media (max-width: 585px) {
  /* line 254, app/assets/stylesheets/shared/sign_in_up.sass */
  .l-footer-section .l-copyright ul.regions {
    float: none;
  }
}

/* line 259, app/assets/stylesheets/shared/sign_in_up.sass */
.l-footer-section .l-copyright ul.regions li {
  margin: 0 12px;
  display: inline-block;
  width: 24px;
}

/* line 263, app/assets/stylesheets/shared/sign_in_up.sass */
.l-footer-section .l-copyright ul.regions li a {
  margin: 0;
}

/* line 265, app/assets/stylesheets/shared/sign_in_up.sass */
.l-footer-section .l-copyright ul.regions li a .flag_sprite {
  margin: 0px 10px;
}

@media (max-width: 585px) {
  /* line 265, app/assets/stylesheets/shared/sign_in_up.sass */
  .l-footer-section .l-copyright ul.regions li a .flag_sprite {
    margin-bottom: 10px;
  }
}

@media (max-width: 585px) {
  /* line 252, app/assets/stylesheets/shared/sign_in_up.sass */
  .l-footer-section .l-copyright {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
  }
}

/* line 276, app/assets/stylesheets/shared/sign_in_up.sass */
.l-footer-section .l-copyright a {
  margin: 0 0 0 15px;
}

/* line 279, app/assets/stylesheets/shared/sign_in_up.sass */
.l-copyright {
  font-size: 11px;
}

/* line 282, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-links {
  width: 100%;
  font-size: 11px;
  text-align: center;
}

/* line 286, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-links .nav {
  justify-content: space-around;
  align-items: center;
}

/* line 290, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-links .nav li a:hover {
  background: none;
}

/* line 293, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-social-container, .footer-copyright-container {
  width: 100%;
  text-align: center;
}

/* line 297, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-copyright-container {
  color: #b0b0b0;
}

/* line 300, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-social-links {
  padding-top: 7px;
}

/* line 302, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-social-links img {
  width: 24px;
}

/* line 304, app/assets/stylesheets/shared/sign_in_up.sass */
.footer-social-links a {
  width: 57px;
  display: inline-block;
}

@media (max-width: 585px) {
  /* line 300, app/assets/stylesheets/shared/sign_in_up.sass */
  .footer-social-links {
    float: left;
    width: 100%;
    text-align: center;
  }
}

/* line 311, app/assets/stylesheets/shared/sign_in_up.sass */
.gc-static-page-modal {
  background-color: transparent !important;
}

/* line 315, app/assets/stylesheets/shared/sign_in_up.sass */
#facebook_rerequest .retry_btn {
  text-align: center;
}

/* line 319, app/assets/stylesheets/shared/sign_in_up.sass */
#advertise_section .contact-form {
  margin-top: 120px;
}

/* line 321, app/assets/stylesheets/shared/sign_in_up.sass */
#advertise_section .contact-form ul {
  margin: 30px 0 30px 0;
}

/* line 323, app/assets/stylesheets/shared/sign_in_up.sass */
#advertise_section .contact-form li {
  list-style-type: none;
  margin: 10px 0;
  font-size: 1.5em;
}

/* line 330, app/assets/stylesheets/shared/sign_in_up.sass */
.cancel_tooltip {
  float: left;
  margin-right: 5px;
}

/* line 334, app/assets/stylesheets/shared/sign_in_up.sass */
#sign_up_container {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 336, app/assets/stylesheets/shared/sign_in_up.sass */
  #sign_up_container #institution_field {
    padding: 0;
  }
}

/* line 339, app/assets/stylesheets/shared/sign_in_up.sass */
#sign_up_container #institution_field label {
  font-size: 1.2em;
}

/* line 341, app/assets/stylesheets/shared/sign_in_up.sass */
#sign_up_container #institution_field .control-label {
  text-align: left;
}

/* line 345, app/assets/stylesheets/shared/sign_in_up.sass */
.location_search #footer_logo {
  text-align: right;
  margin-right: 15px;
}

/* line 351, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_intro_header, .sign_intro_body {
  border-bottom: 0px solid #ddd;
}

/* line 354, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_intro_header {
  font-size: 32px;
  font-weight: 700;
  padding: 40px 0px 0px 0px;
  font-family: "museo_sans_rounded700", sans-serif;
  color: #F0AD4E;
}

/* line 363, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_up_by_email input#user_password, .sign_up_by_email input[type=password], .sign_up_by_email input#user_email, .sign_up_by_email input[type=email], .sign_up_by_email input[type=text], .sign_intro_body input#user_password, .sign_intro_body input[type=password], .sign_intro_body input#user_email, .sign_intro_body input[type=email], .sign_intro_body input[type=text], .resend_confirmation input#user_password, .resend_confirmation input[type=password], .resend_confirmation input#user_email, .resend_confirmation input[type=email], .resend_confirmation input[type=text], .forgotten_pw input#user_password, .forgotten_pw input[type=password], .forgotten_pw input#user_email, .forgotten_pw input[type=email], .forgotten_pw input[type=text] {
  background-color: #fff;
  color: #8b9499;
  line-height: 1.5em;
  transition: all 0.3s;
  text-align: left;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  font-size: 16px;
  font-family: "museo_sans_rounded300", sans-serif;
  margin: 0;
  padding: 0 10px;
  box-shadow: none;
  height: 50px;
}

/* line 379, app/assets/stylesheets/shared/sign_in_up.sass */
.signup_fields .label, .sign_intro_body .label, .resend_confirmation .label, .forgotten_pw .label {
  font-size: 13px;
  font-weight: 800;
  color: #52575a;
  display: block;
  text-align: left;
  padding: 0 0 4px 2px;
}

/* line 388, app/assets/stylesheets/shared/sign_in_up.sass */
.forgotten_pw h3 {
  margin-bottom: 30px;
}

/* line 392, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_intro_body {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  /* line 392, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_intro_body {
    padding: 15px;
  }
  /* line 397, app/assets/stylesheets/shared/sign_in_up.sass */
  .sign_intro_body .btn-block {
    margin-bottom: 10px;
  }
}

/* line 401, app/assets/stylesheets/shared/sign_in_up.sass */
.sign_up_by_email label.error {
  display: block;
}

/* line 404, app/assets/stylesheets/shared/sign_in_up.sass */
.sign-title {
  font-size: 26px;
  margin: 15px 0;
}

/* line 408, app/assets/stylesheets/shared/sign_in_up.sass */
.btn-cancel-confirm {
  float: left;
}

/* line 411, app/assets/stylesheets/shared/sign_in_up.sass */
.gc-static-page .devise_errors #error_explanation {
  text-align: center;
}

/* line 413, app/assets/stylesheets/shared/sign_in_up.sass */
.gc-static-page .devise_errors #error_explanation > h2 {
  display: none;
}

/* line 415, app/assets/stylesheets/shared/sign_in_up.sass */
.gc-static-page .devise_errors #error_explanation ul li {
  list-style-type: none;
  font-size: 15px;
}

/* line 419, app/assets/stylesheets/shared/sign_in_up.sass */
button.social_login_link {
  border: none;
  width: 100%;
  background: none;
}

/* line 425, app/assets/stylesheets/shared/sign_in_up.sass */
#other_login_options form.sign_up_by_email, #other_login_options form.sign_in_by_email {
  margin-bottom: 2em;
}
/* line 1, app/assets/stylesheets/shared/social_buttons.sass */
.custom_social_btn {
  border-radius: 3px;
  display: table;
  width: 100%;
  border-radius: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

/* line 9, app/assets/stylesheets/shared/social_buttons.sass */
.custom_social_btn .btn_component {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}

/* line 13, app/assets/stylesheets/shared/social_buttons.sass */
.custom_social_btn .btn_message {
  color: #FFF;
  padding: 18px 0;
  text-align: left;
  white-space: normal;
  font-weight: 800;
  font-size: 15px;
}

/* line 20, app/assets/stylesheets/shared/social_buttons.sass */
.custom_social_btn .btn_logo {
  width: 62px;
}

/* line 22, app/assets/stylesheets/shared/social_buttons.sass */
.custom_social_btn .btn_logo img {
  border-radius: 2px;
}

/* line 26, app/assets/stylesheets/shared/social_buttons.sass */
.google-login .custom_social_btn {
  background-color: #D55757;
}

/* line 30, app/assets/stylesheets/shared/social_buttons.sass */
.facebook-login .custom_social_btn {
  background-color: #4564A5;
}

/* line 34, app/assets/stylesheets/shared/social_buttons.sass */
.microsoft-login .custom_social_btn {
  background-color: #2F2F2F;
}

/* line 37, app/assets/stylesheets/shared/social_buttons.sass */
.custom_social_btn:hover {
  cursor: pointer;
}

/* line 3, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal {
  background-color: #efefef;
  font-family: 'museo_sans_rounded100', sans-serif;
  min-width: 100%;
}

/* line 8, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal strong, .gc-static-page-modal b {
  font-family: museo_sans_rounded300;
}

/* line 11, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .tc_container {
  margin-top: 16px;
}

/* line 15, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .video_popup_modal .modal-content {
  background: #fff;
}

/* line 18, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .modal-dialog {
  min-width: 0;
}

/* line 21, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .form-button-sign-up, .gc-static-page-modal .form-button-bottom {
  border: 1px solid #9aad30;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  background-color: #9aad30;
  border-radius: 3px;
  -moz-border-radius: 3px;
  font-weight: 800;
  padding: 15px 0;
  font-size: 15px;
}

/* line 35, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .form-button-sign-in {
  background-color: #62B1CC;
  border: 1px solid #62B1CC;
  color: #FFF;
}

/* line 40, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup, .gc-static-page-modal .sign_in_popup_content {
  margin-top: 10px;
}

/* line 41, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup input[type="email"], .gc-static-page-modal #signup input[type="password"], .gc-static-page-modal .sign_in_popup_content input[type="email"], .gc-static-page-modal .sign_in_popup_content input[type="password"] {
  border-radius: 0;
  border: 0;
  margin: 10px 0 0 0;
}

/* line 45, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup .sign_in_left_actions, .gc-static-page-modal .sign_in_popup_content .sign_in_left_actions {
  text-align: left;
}

/* line 47, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup .remember_me, .gc-static-page-modal .sign_in_popup_content .remember_me {
  margin-top: 5px;
}

/* line 49, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup .tc_container_home, .gc-static-page-modal #signup .tc_container, .gc-static-page-modal .sign_in_popup_content .tc_container_home, .gc-static-page-modal .sign_in_popup_content .tc_container {
  margin-top: 10px;
}

/* line 51, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup .tc_container_home label, .gc-static-page-modal #signup .tc_container label, .gc-static-page-modal .sign_in_popup_content .tc_container_home label, .gc-static-page-modal .sign_in_popup_content .tc_container label {
  font-size: 15px;
  margin-bottom: 0;
}

/* line 56, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal #signup #third_party_signup_btns .tc_container_home, .gc-static-page-modal .sign_in_popup_content #third_party_signup_btns .tc_container_home {
  margin-top: 5px;
}

/* line 59, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .login-or, .gc-static-page-modal .signup-or {
  position: relative;
  font-size: 18px;
  color: #aaa;
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 10px 70px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 500px) {
  /* line 59, app/assets/stylesheets/shared/static_page_modals.sass */
  .gc-static-page-modal .login-or, .gc-static-page-modal .signup-or {
    padding: 0;
  }
}

/* line 70, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .span-or {
  position: relative;
  top: -14px;
  background-color: #efefef;
  text-align: center;
  padding: 0px 24px;
  font-size: 15px;
}

/* line 77, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal hr {
  border-top: 1px solid #EDEDEF;
}

/* line 79, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .hr-or {
  background-color: #cdcdcd;
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 85, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .modal-content {
  border-radius: 0px;
  background: #f3f3f3;
}

/* line 90, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .modal-header h2 {
  font-size: 2em;
}

/* line 93, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal .share_and_reports_cta {
  margin-top: 25px;
  font-size: 16px;
}

/* line 97, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal h1, .gc-static-page-modal h2, .gc-static-page-modal h3, .gc-static-page-modal h4, .gc-static-page-modal h5, .gc-static-page-modal h6 {
  margin-top: 0;
  word-wrap: break-word;
  color: #444;
  font-family: 'OpenSans';
}

/* line 103, app/assets/stylesheets/shared/static_page_modals.sass */
.gc-static-page-modal p, .gc-static-page-modal li {
  color: #6d6d6d;
}
/* line 1, app/assets/stylesheets/shared/tile_small_sprites.scss */
.tile_sprite {
  display: inline-block;
  vertical-align: middle;
}

/* line 5, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_course {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 10, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_private {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 15, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_slide_set {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 20, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_quiz {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 25, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_note {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -0px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 30, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_mind_map {
  width: 100px;
  height: 100px;
  --x: -200px;
  --y: -100px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 35, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flash_card_deck {
  width: 100px;
  height: 100px;
  --x: -0px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 40, app/assets/stylesheets/shared/tile_small_sprites.scss */
.bg-tile-small-icon_grid_resource_flowchart {
  width: 100px;
  height: 100px;
  --x: -100px;
  --y: -200px;
  background: url(/assets/sprites/tiles_small/tile_sprites.png) var(--x) var(--y);
}

/* line 46, app/assets/stylesheets/shared/tile_small_sprites.scss */
.ms-create-tile-adjustment {
  background-size: 300%;
  width: 50px;
  height: 50px;
  background-position: calc( ( 50 / 100 ) * var(--x)) calc( ( 50 / 100 ) * var(--y));
}
/*







































 */

