@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
 * FIXES
 *
 * #1: The rotate(0.02deg) attribute is a fix for Firefox's Shaking CSS transitions UI issue, see:
 * https://gielberkers.com/how-to-fix-shaking-css-transitions-in-firefox/
 *
 * #2: The perspective(1px) scale(1) attributes for fixing sub-pixel rendering on transform: skew(), see:
 * https://css-tricks.com/forums/topic/transforms-cause-font-smoothing-weirdness-in-webkit/#post-169259
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong,
.strong {
  font-weight: 600; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #282828;
  background-color: #edf3f3; }

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

a {
  color: #282828;
  text-decoration: none; }
  a:hover, a:focus {
    color: black;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 300;
  line-height: 1.5;
  color: inherit;
  margin: 0; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: 300;
    line-height: 1;
    color: #999; }

h1, .h1,
h2, .h2,
h3, .h3 {
  /*margin-top: $line-height-computed;
  margin-bottom: ($line-height-computed / 2);*/ }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h2, .h2,
h3, .h3,
h6, .h6 {
  font-weight: 600; }

h4, .h4,
h5, .h5,
h6, .h6 {
  /*margin-top: ($line-height-computed / 2);
  margin-bottom: ($line-height-computed / 2);*/ }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1,
.h1 {
  font-size: 28px; }
  @media (min-width: 1200px) {
    h1,
    .h1 {
      font-size: 45px; } }
h2,
.h2 {
  font-size: 22px; }
  @media (min-width: 1200px) {
    h2,
    .h2 {
      font-size: 25px; } }
h3,
.h3 {
  font-size: 20px; }
  @media (min-width: 1200px) {
    h3,
    .h3 {
      font-size: 23px; } }
h4,
.h4 {
  font-size: 18px; }
  @media (min-width: 1200px) {
    h4,
    .h4 {
      font-size: 21px; } }
h5,
.h5 {
  font-size: 16px; }
  @media (min-width: 1200px) {
    h5,
    .h5 {
      font-size: 18px; } }
h6,
.h6 {
  font-size: 14px; }
  @media (min-width: 1200px) {
    h6,
    .h6 {
      font-size: 15px; } }
p a:not(.btn),
label a:not(.btn) {
  color: #00aee5;
  text-decoration: underline;
  font-weight: 600; }

p {
  margin: 0;
  font-size: 14px;
  font-weight: 300; }
  @media (min-width: 1200px) {
    p {
      font-size: 16px; } }
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }
small,
.small {
  font-size: 92%; }

mark,
.mark {
  background-color: #f4c37d;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

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

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #9f9f9f; }

.text-primary {
  color: #088488; }

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

.text-success {
  color: #fff; }

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

.text-info {
  color: #175b70; }

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

.text-warning {
  color: #b06d0f; }

a.text-warning:hover,
a.text-warning:focus {
  color: #81500b; }

.text-danger {
  color: #282828; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #088488; }

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

.bg-success {
  background-color: #80c780; }

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

.bg-info {
  background-color: #85d0e7; }

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

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

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

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

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

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

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

li {
  margin: 0;
  font-size: 14px;
  font-weight: 300; }
  @media (min-width: 1200px) {
    li {
      font-size: 16px; } }
.list-unstyled {
  padding-left: 0;
  list-style: none; }

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

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

dt,
dd {
  line-height: 1.42857143; }

dt {
  font-weight: 700; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #9f9f9f; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid white; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #9f9f9f; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid white;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

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

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

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

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

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

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

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

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

select {
  cursor: pointer; }

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

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

label.form-control-checkbox, label.form-control-radio {
  display: flex;
  align-items: center;
  font-weight: 300; }

textarea.form-control {
  height: auto;
  min-height: 160px; }

input[type="search"] {
  -webkit-appearance: none; }

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

.form-group {
  margin-bottom: 15px; }

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

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

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

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

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

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

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

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

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

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

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

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

.form-group-sm .form-control {
  height: 25px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px; }

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

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

.form-group-sm .form-control-static {
  height: 25px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1; }

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

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px; }

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

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

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

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

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

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

.has-success .form-control {
  border-color: #fff;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #e6e6e6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px white; }

.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #80c780; }

.has-success .form-control-feedback {
  color: #fff; }

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

.has-warning .form-control {
  border-color: #b06d0f;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #81500b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eea236;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eea236; }

.has-warning .input-group-addon {
  color: #b06d0f;
  border-color: #b06d0f;
  background-color: #f4c37d; }

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

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

.has-error .form-control {
  border-color: #282828;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #0f0f0f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5b5b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #5b5b5b; }

.has-error .input-group-addon {
  color: #282828;
  border-color: #282828;
  background-color: #ff7f7e; }

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

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

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

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

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

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

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

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

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

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
  margin: 0 20px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1; }
  .btn::before, .btn::after {
    width: 20px; }
  .btn::before {
    -moz-transform: skewX(-30deg) translateX(-22px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(-22px);
    -o-transform: skewX(-30deg) translateX(-22px);
    -ms-transform: skewX(-30deg) translateX(-22px);
    transform: skewX(-30deg) translateX(-22px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn::after {
    -moz-transform: skewX(-30deg) translateX(12px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(12px);
    -o-transform: skewX(-30deg) translateX(12px);
    -ms-transform: skewX(-30deg) translateX(12px);
    transform: skewX(-30deg) translateX(12px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn:hover::before, .btn:active::before {
    -moz-transform: skewX(0) translateX(-30px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(-30px);
    -o-transform: skewX(0) translateX(-30px);
    -ms-transform: skewX(0) translateX(-30px);
    transform: skewX(0) translateX(-30px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn:hover::after, .btn:active::after {
    -moz-transform: skewX(0) translateX(20px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(20px);
    -o-transform: skewX(0) translateX(20px);
    -ms-transform: skewX(0) translateX(20px);
    transform: skewX(0) translateX(20px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:active {
    background-color: #cacbcb; }
    .btn.disabled:hover::before, .btn.disabled:focus::before, .btn.disabled:active::before, .btn[disabled]:hover::before, .btn[disabled]:focus::before, .btn[disabled]:active::before, fieldset[disabled] .btn:hover::before, fieldset[disabled] .btn:focus::before, fieldset[disabled] .btn:active::before {
      -moz-transform: skewX(-30deg) translateX(-22px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(-22px);
      -o-transform: skewX(-30deg) translateX(-22px);
      -ms-transform: skewX(-30deg) translateX(-22px);
      transform: skewX(-30deg) translateX(-22px) rotate(0.02deg) perspective(1px) scale(1); }
    .btn.disabled:hover::after, .btn.disabled:focus::after, .btn.disabled:active::after, .btn[disabled]:hover::after, .btn[disabled]:focus::after, .btn[disabled]:active::after, fieldset[disabled] .btn:hover::after, fieldset[disabled] .btn:focus::after, fieldset[disabled] .btn:active::after {
      -moz-transform: skewX(-30deg) translateX(12px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(12px);
      -o-transform: skewX(-30deg) translateX(12px);
      -ms-transform: skewX(-30deg) translateX(12px);
      transform: skewX(-30deg) translateX(12px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn span {
    margin: 0 !important; }
  .btn:not(.btn-link)::before, .btn:not(.btn-link)::after {
    content: '';
    position: absolute;
    top: 0;
    width: 24px;
    height: 100%;
    transition-property: width, transform;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    z-index: -1;
    line-height: 1;
    font-size: 14px;
    backface-visibility: hidden; }
  .btn:not(.btn-link)::after {
    right: 0; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #282828;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed; }
  .btn [class^="icon-"] {
    display: inline-block;
    margin: 0;
    font-weight: 600; }
    .btn [class^="icon-"]:first-child {
      margin-right: 5px; }
    .btn [class^="icon-"]:last-child {
      margin-left: 5px; }

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

.btn-default {
  color: #282828;
  background-color: #bdbebe; }
  .btn-default::before, .btn-default::after {
    background-color: #bdbebe; }
  .btn-default:focus, .btn-default.focus {
    color: #282828;
    background-color: #bdbebe; }
    .btn-default:focus::before, .btn-default:focus::after, .btn-default.focus::before, .btn-default.focus::after {
      background-color: #bdbebe; }
  .btn-default:hover {
    color: #282828;
    background-color: #bdbebe; }
    .btn-default:hover::before, .btn-default:hover::after {
      background-color: #bdbebe; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    color: #282828;
    background-color: #b5b6b6; }
    .btn-default:active::before, .btn-default:active::after, .btn-default.active::before, .btn-default.active::after, .open > .btn-default.dropdown-toggle::before, .open > .btn-default.dropdown-toggle::after {
      background-color: #b5b6b6; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
      color: #282828;
      background-color: #b0b1b1; }
      .btn-default:active:hover::before, .btn-default:active:hover::after, .btn-default:active:focus::before, .btn-default:active:focus::after, .btn-default:active.focus::before, .btn-default:active.focus::after, .btn-default.active:hover::before, .btn-default.active:hover::after, .btn-default.active:focus::before, .btn-default.active:focus::after, .btn-default.active.focus::before, .btn-default.active.focus::after, .open > .btn-default.dropdown-toggle:hover::before, .open > .btn-default.dropdown-toggle:hover::after, .open > .btn-default.dropdown-toggle:focus::before, .open > .btn-default.dropdown-toggle:focus::after, .open > .btn-default.dropdown-toggle.focus::before, .open > .btn-default.dropdown-toggle.focus::after {
        background-color: #b0b1b1; }
  .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default:focus, .btn-default:active {
    outline: 0 !important; }
  .btn-default .badge {
    color: #bdbebe;
    background-color: #282828; }
  .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default {
    color: #686868;
    background-color: #cacbcb; }
    .btn-default.disabled::before, .btn-default.disabled::after, .btn-default[disabled]::before, .btn-default[disabled]::after, fieldset[disabled] .btn-default::before, fieldset[disabled] .btn-default::after {
      background-color: #cacbcb; }
    .btn-default.disabled:hover, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default[disabled]:hover, .btn-default[disabled]:active, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-default.disabled:hover::before, .btn-default.disabled:hover::after, .btn-default.disabled:active::before, .btn-default.disabled:active::after, .btn-default.disabled:focus::before, .btn-default.disabled:focus::after, .btn-default[disabled]:hover::before, .btn-default[disabled]:hover::after, .btn-default[disabled]:active::before, .btn-default[disabled]:active::after, .btn-default[disabled]:focus::before, .btn-default[disabled]:focus::after, fieldset[disabled] .btn-default:hover::before, fieldset[disabled] .btn-default:hover::after, fieldset[disabled] .btn-default:active::before, fieldset[disabled] .btn-default:active::after, fieldset[disabled] .btn-default:focus::before, fieldset[disabled] .btn-default:focus::after {
        background-color: #cacbcb; }

.btn-primary {
  color: #fff;
  background-color: #088488; }
  .btn-primary::before, .btn-primary::after {
    background-color: #088488; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #088488; }
    .btn-primary:focus::before, .btn-primary:focus::after, .btn-primary.focus::before, .btn-primary.focus::after {
      background-color: #088488; }
  .btn-primary:hover {
    color: #fff;
    background-color: #088488; }
    .btn-primary:hover::before, .btn-primary:hover::after {
      background-color: #088488; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #07767a; }
    .btn-primary:active::before, .btn-primary:active::after, .btn-primary.active::before, .btn-primary.active::after, .open > .btn-primary.dropdown-toggle::before, .open > .btn-primary.dropdown-toggle::after {
      background-color: #07767a; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #076d70; }
      .btn-primary:active:hover::before, .btn-primary:active:hover::after, .btn-primary:active:focus::before, .btn-primary:active:focus::after, .btn-primary:active.focus::before, .btn-primary:active.focus::after, .btn-primary.active:hover::before, .btn-primary.active:hover::after, .btn-primary.active:focus::before, .btn-primary.active:focus::after, .btn-primary.active.focus::before, .btn-primary.active.focus::after, .open > .btn-primary.dropdown-toggle:hover::before, .open > .btn-primary.dropdown-toggle:hover::after, .open > .btn-primary.dropdown-toggle:focus::before, .open > .btn-primary.dropdown-toggle:focus::after, .open > .btn-primary.dropdown-toggle.focus::before, .open > .btn-primary.dropdown-toggle.focus::after {
        background-color: #076d70; }
  .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary:focus, .btn-primary:active {
    outline: 0 !important; }
  .btn-primary .badge {
    color: #088488;
    background-color: #fff; }
  .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary {
    color: #686868;
    background-color: #cacbcb; }
    .btn-primary.disabled::before, .btn-primary.disabled::after, .btn-primary[disabled]::before, .btn-primary[disabled]::after, fieldset[disabled] .btn-primary::before, fieldset[disabled] .btn-primary::after {
      background-color: #cacbcb; }
    .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-primary.disabled:hover::before, .btn-primary.disabled:hover::after, .btn-primary.disabled:active::before, .btn-primary.disabled:active::after, .btn-primary.disabled:focus::before, .btn-primary.disabled:focus::after, .btn-primary[disabled]:hover::before, .btn-primary[disabled]:hover::after, .btn-primary[disabled]:active::before, .btn-primary[disabled]:active::after, .btn-primary[disabled]:focus::before, .btn-primary[disabled]:focus::after, fieldset[disabled] .btn-primary:hover::before, fieldset[disabled] .btn-primary:hover::after, fieldset[disabled] .btn-primary:active::before, fieldset[disabled] .btn-primary:active::after, fieldset[disabled] .btn-primary:focus::before, fieldset[disabled] .btn-primary:focus::after {
        background-color: #cacbcb; }

.btn-secondary {
  color: #282828;
  background-color: #fff; }
  .btn-secondary::before, .btn-secondary::after {
    background-color: #fff; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #282828;
    background-color: #fff; }
    .btn-secondary:focus::before, .btn-secondary:focus::after, .btn-secondary.focus::before, .btn-secondary.focus::after {
      background-color: #fff; }
  .btn-secondary:hover {
    color: #282828;
    background-color: #fff; }
    .btn-secondary:hover::before, .btn-secondary:hover::after {
      background-color: #fff; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    color: #282828;
    background-color: #f7f7f7; }
    .btn-secondary:active::before, .btn-secondary:active::after, .btn-secondary.active::before, .btn-secondary.active::after, .open > .btn-secondary.dropdown-toggle::before, .open > .btn-secondary.dropdown-toggle::after {
      background-color: #f7f7f7; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
      color: #282828;
      background-color: #f2f2f2; }
      .btn-secondary:active:hover::before, .btn-secondary:active:hover::after, .btn-secondary:active:focus::before, .btn-secondary:active:focus::after, .btn-secondary:active.focus::before, .btn-secondary:active.focus::after, .btn-secondary.active:hover::before, .btn-secondary.active:hover::after, .btn-secondary.active:focus::before, .btn-secondary.active:focus::after, .btn-secondary.active.focus::before, .btn-secondary.active.focus::after, .open > .btn-secondary.dropdown-toggle:hover::before, .open > .btn-secondary.dropdown-toggle:hover::after, .open > .btn-secondary.dropdown-toggle:focus::before, .open > .btn-secondary.dropdown-toggle:focus::after, .open > .btn-secondary.dropdown-toggle.focus::before, .open > .btn-secondary.dropdown-toggle.focus::after {
        background-color: #f2f2f2; }
  .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
    background-image: none; }
  .btn-secondary:focus, .btn-secondary:active {
    outline: 0 !important; }
  .btn-secondary .badge {
    color: #fff;
    background-color: #282828; }
  .btn-secondary.disabled, .btn-secondary[disabled], fieldset[disabled] .btn-secondary {
    color: #686868;
    background-color: #cacbcb; }
    .btn-secondary.disabled::before, .btn-secondary.disabled::after, .btn-secondary[disabled]::before, .btn-secondary[disabled]::after, fieldset[disabled] .btn-secondary::before, fieldset[disabled] .btn-secondary::after {
      background-color: #cacbcb; }
    .btn-secondary.disabled:hover, .btn-secondary.disabled:active, .btn-secondary.disabled:focus, .btn-secondary[disabled]:hover, .btn-secondary[disabled]:active, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .btn-secondary:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-secondary.disabled:hover::before, .btn-secondary.disabled:hover::after, .btn-secondary.disabled:active::before, .btn-secondary.disabled:active::after, .btn-secondary.disabled:focus::before, .btn-secondary.disabled:focus::after, .btn-secondary[disabled]:hover::before, .btn-secondary[disabled]:hover::after, .btn-secondary[disabled]:active::before, .btn-secondary[disabled]:active::after, .btn-secondary[disabled]:focus::before, .btn-secondary[disabled]:focus::after, fieldset[disabled] .btn-secondary:hover::before, fieldset[disabled] .btn-secondary:hover::after, fieldset[disabled] .btn-secondary:active::before, fieldset[disabled] .btn-secondary:active::after, fieldset[disabled] .btn-secondary:focus::before, fieldset[disabled] .btn-secondary:focus::after {
        background-color: #cacbcb; }

.btn-success {
  color: #fff;
  background-color: #5cb85c; }
  .btn-success::before, .btn-success::after {
    background-color: #5cb85c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #5cb85c; }
    .btn-success:focus::before, .btn-success:focus::after, .btn-success.focus::before, .btn-success.focus::after {
      background-color: #5cb85c; }
  .btn-success:hover {
    color: #fff;
    background-color: #5cb85c; }
    .btn-success:hover::before, .btn-success:hover::after {
      background-color: #5cb85c; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #51b351; }
    .btn-success:active::before, .btn-success:active::after, .btn-success.active::before, .btn-success.active::after, .open > .btn-success.dropdown-toggle::before, .open > .btn-success.dropdown-toggle::after {
      background-color: #51b351; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #4cae4c; }
      .btn-success:active:hover::before, .btn-success:active:hover::after, .btn-success:active:focus::before, .btn-success:active:focus::after, .btn-success:active.focus::before, .btn-success:active.focus::after, .btn-success.active:hover::before, .btn-success.active:hover::after, .btn-success.active:focus::before, .btn-success.active:focus::after, .btn-success.active.focus::before, .btn-success.active.focus::after, .open > .btn-success.dropdown-toggle:hover::before, .open > .btn-success.dropdown-toggle:hover::after, .open > .btn-success.dropdown-toggle:focus::before, .open > .btn-success.dropdown-toggle:focus::after, .open > .btn-success.dropdown-toggle.focus::before, .open > .btn-success.dropdown-toggle.focus::after {
        background-color: #4cae4c; }
  .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success:focus, .btn-success:active {
    outline: 0 !important; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }
  .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success {
    color: #686868;
    background-color: #cacbcb; }
    .btn-success.disabled::before, .btn-success.disabled::after, .btn-success[disabled]::before, .btn-success[disabled]::after, fieldset[disabled] .btn-success::before, fieldset[disabled] .btn-success::after {
      background-color: #cacbcb; }
    .btn-success.disabled:hover, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success[disabled]:hover, .btn-success[disabled]:active, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-success.disabled:hover::before, .btn-success.disabled:hover::after, .btn-success.disabled:active::before, .btn-success.disabled:active::after, .btn-success.disabled:focus::before, .btn-success.disabled:focus::after, .btn-success[disabled]:hover::before, .btn-success[disabled]:hover::after, .btn-success[disabled]:active::before, .btn-success[disabled]:active::after, .btn-success[disabled]:focus::before, .btn-success[disabled]:focus::after, fieldset[disabled] .btn-success:hover::before, fieldset[disabled] .btn-success:hover::after, fieldset[disabled] .btn-success:active::before, fieldset[disabled] .btn-success:active::after, fieldset[disabled] .btn-success:focus::before, fieldset[disabled] .btn-success:focus::after {
        background-color: #cacbcb; }

.btn-info {
  color: #fff;
  background-color: #5bc0de; }
  .btn-info::before, .btn-info::after {
    background-color: #5bc0de; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #5bc0de; }
    .btn-info:focus::before, .btn-info:focus::after, .btn-info.focus::before, .btn-info.focus::after {
      background-color: #5bc0de; }
  .btn-info:hover {
    color: #fff;
    background-color: #5bc0de; }
    .btn-info:hover::before, .btn-info:hover::after {
      background-color: #5bc0de; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4ebbdb; }
    .btn-info:active::before, .btn-info:active::after, .btn-info.active::before, .btn-info.active::after, .open > .btn-info.dropdown-toggle::before, .open > .btn-info.dropdown-toggle::after {
      background-color: #4ebbdb; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #46b8da; }
      .btn-info:active:hover::before, .btn-info:active:hover::after, .btn-info:active:focus::before, .btn-info:active:focus::after, .btn-info:active.focus::before, .btn-info:active.focus::after, .btn-info.active:hover::before, .btn-info.active:hover::after, .btn-info.active:focus::before, .btn-info.active:focus::after, .btn-info.active.focus::before, .btn-info.active.focus::after, .open > .btn-info.dropdown-toggle:hover::before, .open > .btn-info.dropdown-toggle:hover::after, .open > .btn-info.dropdown-toggle:focus::before, .open > .btn-info.dropdown-toggle:focus::after, .open > .btn-info.dropdown-toggle.focus::before, .open > .btn-info.dropdown-toggle.focus::after {
        background-color: #46b8da; }
  .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info:focus, .btn-info:active {
    outline: 0 !important; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }
  .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info {
    color: #686868;
    background-color: #cacbcb; }
    .btn-info.disabled::before, .btn-info.disabled::after, .btn-info[disabled]::before, .btn-info[disabled]::after, fieldset[disabled] .btn-info::before, fieldset[disabled] .btn-info::after {
      background-color: #cacbcb; }
    .btn-info.disabled:hover, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info[disabled]:hover, .btn-info[disabled]:active, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-info.disabled:hover::before, .btn-info.disabled:hover::after, .btn-info.disabled:active::before, .btn-info.disabled:active::after, .btn-info.disabled:focus::before, .btn-info.disabled:focus::after, .btn-info[disabled]:hover::before, .btn-info[disabled]:hover::after, .btn-info[disabled]:active::before, .btn-info[disabled]:active::after, .btn-info[disabled]:focus::before, .btn-info[disabled]:focus::after, fieldset[disabled] .btn-info:hover::before, fieldset[disabled] .btn-info:hover::after, fieldset[disabled] .btn-info:active::before, fieldset[disabled] .btn-info:active::after, fieldset[disabled] .btn-info:focus::before, fieldset[disabled] .btn-info:focus::after {
        background-color: #cacbcb; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e; }
  .btn-warning::before, .btn-warning::after {
    background-color: #f0ad4e; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #f0ad4e; }
    .btn-warning:focus::before, .btn-warning:focus::after, .btn-warning.focus::before, .btn-warning.focus::after {
      background-color: #f0ad4e; }
  .btn-warning:hover {
    color: #fff;
    background-color: #f0ad4e; }
    .btn-warning:hover::before, .btn-warning:hover::after {
      background-color: #f0ad4e; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #efa640; }
    .btn-warning:active::before, .btn-warning:active::after, .btn-warning.active::before, .btn-warning.active::after, .open > .btn-warning.dropdown-toggle::before, .open > .btn-warning.dropdown-toggle::after {
      background-color: #efa640; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #eea236; }
      .btn-warning:active:hover::before, .btn-warning:active:hover::after, .btn-warning:active:focus::before, .btn-warning:active:focus::after, .btn-warning:active.focus::before, .btn-warning:active.focus::after, .btn-warning.active:hover::before, .btn-warning.active:hover::after, .btn-warning.active:focus::before, .btn-warning.active:focus::after, .btn-warning.active.focus::before, .btn-warning.active.focus::after, .open > .btn-warning.dropdown-toggle:hover::before, .open > .btn-warning.dropdown-toggle:hover::after, .open > .btn-warning.dropdown-toggle:focus::before, .open > .btn-warning.dropdown-toggle:focus::after, .open > .btn-warning.dropdown-toggle.focus::before, .open > .btn-warning.dropdown-toggle.focus::after {
        background-color: #eea236; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning:focus, .btn-warning:active {
    outline: 0 !important; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }
  .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning {
    color: #686868;
    background-color: #cacbcb; }
    .btn-warning.disabled::before, .btn-warning.disabled::after, .btn-warning[disabled]::before, .btn-warning[disabled]::after, fieldset[disabled] .btn-warning::before, fieldset[disabled] .btn-warning::after {
      background-color: #cacbcb; }
    .btn-warning.disabled:hover, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-warning.disabled:hover::before, .btn-warning.disabled:hover::after, .btn-warning.disabled:active::before, .btn-warning.disabled:active::after, .btn-warning.disabled:focus::before, .btn-warning.disabled:focus::after, .btn-warning[disabled]:hover::before, .btn-warning[disabled]:hover::after, .btn-warning[disabled]:active::before, .btn-warning[disabled]:active::after, .btn-warning[disabled]:focus::before, .btn-warning[disabled]:focus::after, fieldset[disabled] .btn-warning:hover::before, fieldset[disabled] .btn-warning:hover::after, fieldset[disabled] .btn-warning:active::before, fieldset[disabled] .btn-warning:active::after, fieldset[disabled] .btn-warning:focus::before, fieldset[disabled] .btn-warning:focus::after {
        background-color: #cacbcb; }

.btn-danger {
  color: #282828;
  background-color: #ff7f7e; }
  .btn-danger::before, .btn-danger::after {
    background-color: #ff7f7e; }
  .btn-danger:focus, .btn-danger.focus {
    color: #282828;
    background-color: #ff7f7e; }
    .btn-danger:focus::before, .btn-danger:focus::after, .btn-danger.focus::before, .btn-danger.focus::after {
      background-color: #ff7f7e; }
  .btn-danger:hover {
    color: #282828;
    background-color: #ff7f7e; }
    .btn-danger:hover::before, .btn-danger:hover::after {
      background-color: #ff7f7e; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #282828;
    background-color: #ff706f; }
    .btn-danger:active::before, .btn-danger:active::after, .btn-danger.active::before, .btn-danger.active::after, .open > .btn-danger.dropdown-toggle::before, .open > .btn-danger.dropdown-toggle::after {
      background-color: #ff706f; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
      color: #282828;
      background-color: #ff6665; }
      .btn-danger:active:hover::before, .btn-danger:active:hover::after, .btn-danger:active:focus::before, .btn-danger:active:focus::after, .btn-danger:active.focus::before, .btn-danger:active.focus::after, .btn-danger.active:hover::before, .btn-danger.active:hover::after, .btn-danger.active:focus::before, .btn-danger.active:focus::after, .btn-danger.active.focus::before, .btn-danger.active.focus::after, .open > .btn-danger.dropdown-toggle:hover::before, .open > .btn-danger.dropdown-toggle:hover::after, .open > .btn-danger.dropdown-toggle:focus::before, .open > .btn-danger.dropdown-toggle:focus::after, .open > .btn-danger.dropdown-toggle.focus::before, .open > .btn-danger.dropdown-toggle.focus::after {
        background-color: #ff6665; }
  .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger:focus, .btn-danger:active {
    outline: 0 !important; }
  .btn-danger .badge {
    color: #ff7f7e;
    background-color: #282828; }
  .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger {
    color: #686868;
    background-color: #cacbcb; }
    .btn-danger.disabled::before, .btn-danger.disabled::after, .btn-danger[disabled]::before, .btn-danger[disabled]::after, fieldset[disabled] .btn-danger::before, fieldset[disabled] .btn-danger::after {
      background-color: #cacbcb; }
    .btn-danger.disabled:hover, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus {
      color: #686868;
      background-color: #cacbcb; }
      .btn-danger.disabled:hover::before, .btn-danger.disabled:hover::after, .btn-danger.disabled:active::before, .btn-danger.disabled:active::after, .btn-danger.disabled:focus::before, .btn-danger.disabled:focus::after, .btn-danger[disabled]:hover::before, .btn-danger[disabled]:hover::after, .btn-danger[disabled]:active::before, .btn-danger[disabled]:active::after, .btn-danger[disabled]:focus::before, .btn-danger[disabled]:focus::after, fieldset[disabled] .btn-danger:hover::before, fieldset[disabled] .btn-danger:hover::after, fieldset[disabled] .btn-danger:active::before, fieldset[disabled] .btn-danger:active::after, fieldset[disabled] .btn-danger:focus::before, fieldset[disabled] .btn-danger:focus::after {
        background-color: #cacbcb; }

.btn-link {
  padding: 0 10px;
  margin: 0;
  color: #282828;
  font-weight: normal;
  border-radius: 0;
  text-decoration: underline; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: black;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:focus, .btn-link:active {
    outline: 0 !important; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #9f9f9f;
    text-decoration: none; }

.btn-lg:not(.btn-link), .btn-group-lg > .btn:not(.btn-link) {
  margin: 0 30px;
  padding: 7px 15px;
  font-size: 20px; }
  .btn-lg:not(.btn-link)::before, .btn-group-lg > .btn:not(.btn-link)::before, .btn-lg:not(.btn-link)::after, .btn-group-lg > .btn:not(.btn-link)::after {
    width: 30px; }
  .btn-lg:not(.btn-link)::before, .btn-group-lg > .btn:not(.btn-link)::before {
    -moz-transform: skewX(-30deg) translateX(-33px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(-33px);
    -o-transform: skewX(-30deg) translateX(-33px);
    -ms-transform: skewX(-30deg) translateX(-33px);
    transform: skewX(-30deg) translateX(-33px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-lg:not(.btn-link)::after, .btn-group-lg > .btn:not(.btn-link)::after {
    -moz-transform: skewX(-30deg) translateX(18px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(18px);
    -o-transform: skewX(-30deg) translateX(18px);
    -ms-transform: skewX(-30deg) translateX(18px);
    transform: skewX(-30deg) translateX(18px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-lg:not(.btn-link):hover::before, .btn-group-lg > .btn:not(.btn-link):hover::before, .btn-lg:not(.btn-link):active::before, .btn-group-lg > .btn:not(.btn-link):active::before {
    -moz-transform: skewX(0) translateX(-45px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(-45px);
    -o-transform: skewX(0) translateX(-45px);
    -ms-transform: skewX(0) translateX(-45px);
    transform: skewX(0) translateX(-45px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-lg:not(.btn-link):hover::after, .btn-group-lg > .btn:not(.btn-link):hover::after, .btn-lg:not(.btn-link):active::after, .btn-group-lg > .btn:not(.btn-link):active::after {
    -moz-transform: skewX(0) translateX(30px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(30px);
    -o-transform: skewX(0) translateX(30px);
    -ms-transform: skewX(0) translateX(30px);
    transform: skewX(0) translateX(30px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-lg:not(.btn-link).disabled:hover, .btn-group-lg > .btn:not(.btn-link).disabled:hover, .btn-lg:not(.btn-link).disabled:focus, .btn-group-lg > .btn:not(.btn-link).disabled:focus, .btn-lg:not(.btn-link).disabled:active, .btn-group-lg > .btn:not(.btn-link).disabled:active, .btn-lg:not(.btn-link)[disabled]:hover, .btn-group-lg > .btn:not(.btn-link)[disabled]:hover, .btn-lg:not(.btn-link)[disabled]:focus, .btn-group-lg > .btn:not(.btn-link)[disabled]:focus, .btn-lg:not(.btn-link)[disabled]:active, .btn-group-lg > .btn:not(.btn-link)[disabled]:active, fieldset[disabled] .btn-lg:not(.btn-link):hover, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):hover, fieldset[disabled] .btn-lg:not(.btn-link):focus, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):focus, fieldset[disabled] .btn-lg:not(.btn-link):active, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):active {
    background-color: #cacbcb; }
    .btn-lg:not(.btn-link).disabled:hover::before, .btn-group-lg > .btn:not(.btn-link).disabled:hover::before, .btn-lg:not(.btn-link).disabled:focus::before, .btn-group-lg > .btn:not(.btn-link).disabled:focus::before, .btn-lg:not(.btn-link).disabled:active::before, .btn-group-lg > .btn:not(.btn-link).disabled:active::before, .btn-lg:not(.btn-link)[disabled]:hover::before, .btn-group-lg > .btn:not(.btn-link)[disabled]:hover::before, .btn-lg:not(.btn-link)[disabled]:focus::before, .btn-group-lg > .btn:not(.btn-link)[disabled]:focus::before, .btn-lg:not(.btn-link)[disabled]:active::before, .btn-group-lg > .btn:not(.btn-link)[disabled]:active::before, fieldset[disabled] .btn-lg:not(.btn-link):hover::before, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):hover::before, fieldset[disabled] .btn-lg:not(.btn-link):focus::before, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):focus::before, fieldset[disabled] .btn-lg:not(.btn-link):active::before, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):active::before {
      -moz-transform: skewX(-30deg) translateX(-33px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(-33px);
      -o-transform: skewX(-30deg) translateX(-33px);
      -ms-transform: skewX(-30deg) translateX(-33px);
      transform: skewX(-30deg) translateX(-33px) rotate(0.02deg) perspective(1px) scale(1); }
    .btn-lg:not(.btn-link).disabled:hover::after, .btn-group-lg > .btn:not(.btn-link).disabled:hover::after, .btn-lg:not(.btn-link).disabled:focus::after, .btn-group-lg > .btn:not(.btn-link).disabled:focus::after, .btn-lg:not(.btn-link).disabled:active::after, .btn-group-lg > .btn:not(.btn-link).disabled:active::after, .btn-lg:not(.btn-link)[disabled]:hover::after, .btn-group-lg > .btn:not(.btn-link)[disabled]:hover::after, .btn-lg:not(.btn-link)[disabled]:focus::after, .btn-group-lg > .btn:not(.btn-link)[disabled]:focus::after, .btn-lg:not(.btn-link)[disabled]:active::after, .btn-group-lg > .btn:not(.btn-link)[disabled]:active::after, fieldset[disabled] .btn-lg:not(.btn-link):hover::after, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):hover::after, fieldset[disabled] .btn-lg:not(.btn-link):focus::after, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):focus::after, fieldset[disabled] .btn-lg:not(.btn-link):active::after, fieldset[disabled] .btn-group-lg > .btn:not(.btn-link):active::after {
      -moz-transform: skewX(-30deg) translateX(18px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(18px);
      -o-transform: skewX(-30deg) translateX(18px);
      -ms-transform: skewX(-30deg) translateX(18px);
      transform: skewX(-30deg) translateX(18px) rotate(0.02deg) perspective(1px) scale(1); }

.btn-sm:not(.btn-link), .btn-group-sm > .btn:not(.btn-link) {
  margin: 0 16px;
  padding: 4px 8px;
  font-size: 14px; }
  .btn-sm:not(.btn-link)::before, .btn-group-sm > .btn:not(.btn-link)::before, .btn-sm:not(.btn-link)::after, .btn-group-sm > .btn:not(.btn-link)::after {
    width: 16px; }
  .btn-sm:not(.btn-link)::before, .btn-group-sm > .btn:not(.btn-link)::before {
    -moz-transform: skewX(-30deg) translateX(-17.6px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(-17.6px);
    -o-transform: skewX(-30deg) translateX(-17.6px);
    -ms-transform: skewX(-30deg) translateX(-17.6px);
    transform: skewX(-30deg) translateX(-17.6px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-sm:not(.btn-link)::after, .btn-group-sm > .btn:not(.btn-link)::after {
    -moz-transform: skewX(-30deg) translateX(9.6px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(9.6px);
    -o-transform: skewX(-30deg) translateX(9.6px);
    -ms-transform: skewX(-30deg) translateX(9.6px);
    transform: skewX(-30deg) translateX(9.6px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-sm:not(.btn-link):hover::before, .btn-group-sm > .btn:not(.btn-link):hover::before, .btn-sm:not(.btn-link):active::before, .btn-group-sm > .btn:not(.btn-link):active::before {
    -moz-transform: skewX(0) translateX(-24px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(-24px);
    -o-transform: skewX(0) translateX(-24px);
    -ms-transform: skewX(0) translateX(-24px);
    transform: skewX(0) translateX(-24px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-sm:not(.btn-link):hover::after, .btn-group-sm > .btn:not(.btn-link):hover::after, .btn-sm:not(.btn-link):active::after, .btn-group-sm > .btn:not(.btn-link):active::after {
    -moz-transform: skewX(0) translateX(16px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(16px);
    -o-transform: skewX(0) translateX(16px);
    -ms-transform: skewX(0) translateX(16px);
    transform: skewX(0) translateX(16px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-sm:not(.btn-link).disabled:hover, .btn-group-sm > .btn:not(.btn-link).disabled:hover, .btn-sm:not(.btn-link).disabled:focus, .btn-group-sm > .btn:not(.btn-link).disabled:focus, .btn-sm:not(.btn-link).disabled:active, .btn-group-sm > .btn:not(.btn-link).disabled:active, .btn-sm:not(.btn-link)[disabled]:hover, .btn-group-sm > .btn:not(.btn-link)[disabled]:hover, .btn-sm:not(.btn-link)[disabled]:focus, .btn-group-sm > .btn:not(.btn-link)[disabled]:focus, .btn-sm:not(.btn-link)[disabled]:active, .btn-group-sm > .btn:not(.btn-link)[disabled]:active, fieldset[disabled] .btn-sm:not(.btn-link):hover, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):hover, fieldset[disabled] .btn-sm:not(.btn-link):focus, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):focus, fieldset[disabled] .btn-sm:not(.btn-link):active, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):active {
    background-color: #cacbcb; }
    .btn-sm:not(.btn-link).disabled:hover::before, .btn-group-sm > .btn:not(.btn-link).disabled:hover::before, .btn-sm:not(.btn-link).disabled:focus::before, .btn-group-sm > .btn:not(.btn-link).disabled:focus::before, .btn-sm:not(.btn-link).disabled:active::before, .btn-group-sm > .btn:not(.btn-link).disabled:active::before, .btn-sm:not(.btn-link)[disabled]:hover::before, .btn-group-sm > .btn:not(.btn-link)[disabled]:hover::before, .btn-sm:not(.btn-link)[disabled]:focus::before, .btn-group-sm > .btn:not(.btn-link)[disabled]:focus::before, .btn-sm:not(.btn-link)[disabled]:active::before, .btn-group-sm > .btn:not(.btn-link)[disabled]:active::before, fieldset[disabled] .btn-sm:not(.btn-link):hover::before, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):hover::before, fieldset[disabled] .btn-sm:not(.btn-link):focus::before, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):focus::before, fieldset[disabled] .btn-sm:not(.btn-link):active::before, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):active::before {
      -moz-transform: skewX(-30deg) translateX(-17.6px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(-17.6px);
      -o-transform: skewX(-30deg) translateX(-17.6px);
      -ms-transform: skewX(-30deg) translateX(-17.6px);
      transform: skewX(-30deg) translateX(-17.6px) rotate(0.02deg) perspective(1px) scale(1); }
    .btn-sm:not(.btn-link).disabled:hover::after, .btn-group-sm > .btn:not(.btn-link).disabled:hover::after, .btn-sm:not(.btn-link).disabled:focus::after, .btn-group-sm > .btn:not(.btn-link).disabled:focus::after, .btn-sm:not(.btn-link).disabled:active::after, .btn-group-sm > .btn:not(.btn-link).disabled:active::after, .btn-sm:not(.btn-link)[disabled]:hover::after, .btn-group-sm > .btn:not(.btn-link)[disabled]:hover::after, .btn-sm:not(.btn-link)[disabled]:focus::after, .btn-group-sm > .btn:not(.btn-link)[disabled]:focus::after, .btn-sm:not(.btn-link)[disabled]:active::after, .btn-group-sm > .btn:not(.btn-link)[disabled]:active::after, fieldset[disabled] .btn-sm:not(.btn-link):hover::after, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):hover::after, fieldset[disabled] .btn-sm:not(.btn-link):focus::after, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):focus::after, fieldset[disabled] .btn-sm:not(.btn-link):active::after, fieldset[disabled] .btn-group-sm > .btn:not(.btn-link):active::after {
      -moz-transform: skewX(-30deg) translateX(9.6px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(9.6px);
      -o-transform: skewX(-30deg) translateX(9.6px);
      -ms-transform: skewX(-30deg) translateX(9.6px);
      transform: skewX(-30deg) translateX(9.6px) rotate(0.02deg) perspective(1px) scale(1); }

/*.btn-xs {
  @include button-size(10px, $font-size-small, $line-height-small);
}*/
.btn-block {
  display: block;
  width: 100%; }

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

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

.btn-file {
  position: relative;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 0;
  white-space: nowrap;
  text-shadow: none;
  box-shadow: none;
  margin: 0 20px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-file::before, .btn-file::after {
    width: 20px; }
  .btn-file::before {
    -moz-transform: skewX(-30deg) translateX(-22px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(-22px);
    -o-transform: skewX(-30deg) translateX(-22px);
    -ms-transform: skewX(-30deg) translateX(-22px);
    transform: skewX(-30deg) translateX(-22px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-file::after {
    -moz-transform: skewX(-30deg) translateX(12px) rotate(0.02deg);
    -webkit-transform: skewX(-30deg) translateX(12px);
    -o-transform: skewX(-30deg) translateX(12px);
    -ms-transform: skewX(-30deg) translateX(12px);
    transform: skewX(-30deg) translateX(12px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-file:hover::before, .btn-file:active::before {
    -moz-transform: skewX(0) translateX(-30px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(-30px);
    -o-transform: skewX(0) translateX(-30px);
    -ms-transform: skewX(0) translateX(-30px);
    transform: skewX(0) translateX(-30px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-file:hover::after, .btn-file:active::after {
    -moz-transform: skewX(0) translateX(20px) rotate(0.02deg);
    -webkit-transform: skewX(0) translateX(20px);
    -o-transform: skewX(0) translateX(20px);
    -ms-transform: skewX(0) translateX(20px);
    transform: skewX(0) translateX(20px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-file.disabled:hover, .btn-file.disabled:focus, .btn-file.disabled:active, .btn-file[disabled]:hover, .btn-file[disabled]:focus, .btn-file[disabled]:active, fieldset[disabled] .btn-file:hover, fieldset[disabled] .btn-file:focus, fieldset[disabled] .btn-file:active {
    background-color: #cacbcb; }
    .btn-file.disabled:hover::before, .btn-file.disabled:focus::before, .btn-file.disabled:active::before, .btn-file[disabled]:hover::before, .btn-file[disabled]:focus::before, .btn-file[disabled]:active::before, fieldset[disabled] .btn-file:hover::before, fieldset[disabled] .btn-file:focus::before, fieldset[disabled] .btn-file:active::before {
      -moz-transform: skewX(-30deg) translateX(-22px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(-22px);
      -o-transform: skewX(-30deg) translateX(-22px);
      -ms-transform: skewX(-30deg) translateX(-22px);
      transform: skewX(-30deg) translateX(-22px) rotate(0.02deg) perspective(1px) scale(1); }
    .btn-file.disabled:hover::after, .btn-file.disabled:focus::after, .btn-file.disabled:active::after, .btn-file[disabled]:hover::after, .btn-file[disabled]:focus::after, .btn-file[disabled]:active::after, fieldset[disabled] .btn-file:hover::after, fieldset[disabled] .btn-file:focus::after, fieldset[disabled] .btn-file:active::after {
      -moz-transform: skewX(-30deg) translateX(12px) rotate(0.02deg);
      -webkit-transform: skewX(-30deg) translateX(12px);
      -o-transform: skewX(-30deg) translateX(12px);
      -ms-transform: skewX(-30deg) translateX(12px);
      transform: skewX(-30deg) translateX(12px) rotate(0.02deg) perspective(1px) scale(1); }
  .btn-file::before, .btn-file::after {
    content: '';
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    transition-property: width, transform;
    transition-duration: 0.25s;
    transition-timing-function: ease;
    line-height: 1;
    font-size: 14px;
    backface-visibility: hidden; }
  .btn-file::after {
    right: 0; }
  .btn-file input[type="file"] {
    display: none; }

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #5b5b5b;
    white-space: nowrap; }

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #9f9f9f;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

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

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

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

.btn-group > .btn:first-child {
  margin-left: 20px; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

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

.btn-group > .btn-group {
  float: left; }

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

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

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

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  height: 100%;
  z-index: 3;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative;
    height: 100%; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 5px 15px;
      font-weight: 600; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: white; }
    .nav > li.disabled > a {
      color: rgba(40, 40, 40, 0.4); }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: rgba(40, 40, 40, 0.4);
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #282828; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  background-color: #b2dadb;
  border: 1px solid #6bb5b8; }
  .nav-tabs > li {
    float: left; }
    .nav-tabs > li > a {
      line-height: 1.42857143;
      border-right: 1px solid transparent;
      border-left: 1px solid transparent; }
      .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
        border-color: transparent;
        background-color: transparent; }
    .nav-tabs > li.active:first-child > a {
      border-left-width: 0; }
    .nav-tabs > li.active > a {
      color: #282828;
      background-color: #fff;
      border-right: 1px solid #6bb5b8;
      border-left: 1px solid #6bb5b8;
      cursor: default; }
      .nav-tabs > li.active > a::after {
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
        transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
        position: absolute;
        bottom: -8px;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        content: '';
        background: #fff;
        border-right: 1px solid #6bb5b8;
        border-bottom: 1px solid #6bb5b8;
        z-index: 1; }
        @media (max-width: 1439px) {
          .nav-tabs > li.active > a::after {
            width: 10px;
            height: 10px;
            bottom: -6px;
            margin-left: -5px; } }
        @media (max-width: 1200px) {
          .nav-tabs > li.active > a::after {
            width: 8px;
            height: 8px;
            bottom: -5px;
            margin-left: -4px; } }
      .nav-tabs > li.active > a:hover {
        background-color: #fff; }
    .nav-tabs > li.active:first-child > a {
      border-left-width: 0; }

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

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
      border-bottom-color: #edf3f3; } }
.tabbable .tab-content {
  margin-top: -11px; }

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

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

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

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

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857143;
      text-decoration: none;
      color: #282828;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: black;
    background-color: white;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #088488;
    border-color: #088488;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #9f9f9f;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #9f9f9f; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #868686; }

.label-primary {
  background-color: #088488; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #055558; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #ff7f7e; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ff4c4b; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #9f9f9f;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #282828;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: white; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #e6e6e6; }
  .container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #282828; }

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

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

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

.alert-success {
  background-color: #80c780;
  border-color: #80c780;
  color: #fff; }
  .alert-success hr {
    border-top-color: #6ec06e; }
  .alert-success .alert-link {
    color: #e6e6e6; }

.alert-info {
  background-color: #85d0e7;
  border-color: #85d0e7;
  color: #175b70; }
  .alert-info hr {
    border-top-color: #70c8e2; }
  .alert-info .alert-link {
    color: #0e3946; }

.alert-warning {
  background-color: #f4c37d;
  border-color: #f4c37d;
  color: #b06d0f; }
  .alert-warning hr {
    border-top-color: #f2b866; }
  .alert-warning .alert-link {
    color: #81500b; }

.alert-danger {
  background-color: #ff7f7e;
  border-color: #ff7f7e;
  color: #282828; }
  .alert-danger hr {
    border-top-color: #ff6665; }
  .alert-danger .alert-link {
    color: #0f0f0f; }

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

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

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

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

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

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

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

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

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

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

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

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: flex;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #f4f4f4; }
  .list-group-item > .btn-link:first-child {
    padding-left: 0; }
  .list-group-item > form {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .list-group-item > form .form-group {
      margin-right: 10px;
      margin-bottom: 0; }
      .list-group-item > form .form-group:last-child {
        margin-left: 0; }
  .list-group-item.facebook-login {
    display: block;
    padding: 0px; }
  .list-group-item.auth {
    display: block;
    padding-top: 20px;
    padding-bottom: 0; }

.list-group-item-wrap {
  flex-flow: column nowrap; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .list-group-item-wrap {
      flex-flow: row wrap; } }
  @media (min-width: 1200px) {
    .list-group-item-wrap {
      flex-flow: row wrap; } }
.list-group-item-wrap {
  flex-flow: column nowrap; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .list-group-item-wrap {
      flex-flow: row wrap; } }
  @media (min-width: 1200px) {
    .list-group-item-wrap {
      flex-flow: row wrap; } }
a.list-group-item,
button.list-group-item {
  color: #282828; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #282828;
    background-color: #b2dadb;
    border-color: #088488;
    z-index: 1; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: white;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #9f9f9f; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #088488;
  border-color: #088488; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #66f2f6; }

.list-group-item-success {
  color: #fff;
  background-color: #80c780; }

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

.list-group-item-info {
  color: #175b70;
  background-color: #85d0e7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #175b70; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #175b70;
    background-color: #70c8e2; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #175b70;
    border-color: #175b70; }

.list-group-item-warning {
  color: #b06d0f;
  background-color: #f4c37d; }

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

.list-group-item-danger {
  color: #282828;
  background-color: #ff7f7e; }

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

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

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

.list-group-item-main {
  display: flex;
  flex: 1 1 auto;
  margin-right: 16px; }

.list-group-item-utility {
  flex: 0 0 auto; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #bdbebe;
  -webkit-box-shadow: 0 4px 7px 0 #b3bebe;
  box-shadow: 0 4px 7px 0 #b3bebe; }

.panel-body {
  padding: 10px 10px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }
  .panel-body p, .panel-body textarea {
    margin-bottom: 10px; }
    .panel-body p:last-child, .panel-body textarea:last-child {
      margin-bottom: 0; }
  @media (max-width: 992px) {
    .panel-body {
      padding: 15px 15px; } }
.panel-heading,
.panel-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.panel-heading {
  flex: 1 1 auto;
  display: flex;
  padding: 10px 0 0 0;
  border-top: 4px solid #282828;
  border-bottom: 1px solid #bdbebe; }
  .panel-heading h1,
  .panel-heading h2,
  .panel-heading h3,
  .panel-heading h4,
  .panel-heading h5,
  .panel-heading h6 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-right: auto;
    padding: 0 0 10px 10px; }
    @media (max-width: 992px) {
      .panel-heading h1,
      .panel-heading h2,
      .panel-heading h3,
      .panel-heading h4,
      .panel-heading h5,
      .panel-heading h6 {
        padding: 0 0 15px 15px; } }
  .panel-heading .panel-heading-actions {
    margin: -10px 10px 10px; }
    @media (max-width: 992px) {
      .panel-heading .panel-heading-actions {
        margin: 0 15px 15px; } }
    .panel-heading .panel-heading-actions > * {
      margin-top: 10px; }
      .panel-heading .panel-heading-actions > *:not(.btn) {
        margin-left: 10px; }
        @media (max-width: 992px) {
          .panel-heading .panel-heading-actions > *:not(.btn) {
            margin-left: 15px; } }
  .panel-heading .panel-heading-main {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    flex: 1; }
  .panel-heading .panel-heading-utility {
    flex: 0;
    align-self: stretch;
    display: flex;
    margin-top: -10px;
    margin-left: auto; }
    .panel-heading .panel-heading-utility .utility-icon {
      position: relative;
      width: auto;
      min-width: 40px;
      margin: 0;
      padding: 10px;
      border-left: 1px solid #088488;
      cursor: pointer; }
      .panel-heading .panel-heading-utility .utility-icon i[class*="icon"] {
        font-size: 26px;
        font-weight: 600;
        display: block; }
      .panel-heading .panel-heading-utility .utility-icon .close {
        opacity: 1; }
  .panel-heading .utility-icon,
  .panel-heading .utility-badge {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #088488;
    text-align: center; }
  .panel-heading .utility-badge {
    min-width: 60px; }
    .panel-heading .utility-badge strong {
      font-weight: 700; }
    .panel-heading .utility-badge p {
      font-size: 12px;
      font-weight: 600; }
  @media (max-width: 992px) {
    .panel-heading {
      padding-top: 15px; }
      .panel-heading .panel-heading-utility {
        margin-top: -15px; } }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

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

.panel-footer {
  padding: 10px 0 0;
  background-color: #f5f5f5;
  border-top: 1px solid #bdbebe;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel-footer .panel-footer-content {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 0 0 10px 10px; }
    @media (max-width: 992px) {
      .panel-footer .panel-footer-content {
        padding-left: 15px; } }
  .panel-footer .panel-footer-actions {
    margin: -10px 10px 10px auto;
    padding-left: 10px; }
    @media (max-width: 992px) {
      .panel-footer .panel-footer-actions {
        margin-right: 15px;
        padding-left: 15px; } }
    .panel-footer .panel-footer-actions > * {
      margin-top: 10px; }

.panel .list-group,
.panel > .panel-collapse .list-group {
  margin-bottom: 0; }
  .panel .list-group .list-group-item,
  .panel > .panel-collapse .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 10px 10px;
    padding-right: 10px 10px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

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

.panel-default {
  border-color: #088488; }
  .panel-default > .panel-heading {
    color: #282828;
    background-color: #fff;
    border-top-color: #282828;
    border-bottom-color: #088488; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #088488; }
    .panel-default > .panel-heading .badge {
      color: #fff;
      background-color: #282828; }
  .panel-default > .panel-footer {
    border-top-color: #088488;
    background-color: #b2dadb; }
    .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #088488; }

.panel-primary {
  border-color: #088488; }
  .panel-primary > .panel-heading {
    color: #282828;
    background-color: #fff;
    border-top-color: #282828;
    border-bottom-color: #088488; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #088488; }
    .panel-primary > .panel-heading .badge {
      color: #fff;
      background-color: #282828; }
  .panel-primary > .panel-footer {
    border-top-color: #088488;
    background-color: #fff; }
    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #088488; }
  .panel-primary > .panel-body {
    background-color: #b2dadb;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 4px, #a8d5d6 4px, #a8d5d6 5px); }

.panel-success {
  border-color: #80c780; }
  .panel-success > .panel-heading {
    color: #fff;
    background-color: #80c780;
    border-top-color: #80c780;
    border-bottom-color: #80c780; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #80c780; }
    .panel-success > .panel-heading .badge {
      color: #80c780;
      background-color: #fff; }
  .panel-success > .panel-footer {
    border-top-color: #80c780;
    background-color: #d1ebd1; }
    .panel-success > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #80c780; }

.panel-info {
  border-color: #85d0e7; }
  .panel-info > .panel-heading {
    color: #175b70;
    background-color: #85d0e7;
    border-top-color: #85d0e7;
    border-bottom-color: #85d0e7; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #85d0e7; }
    .panel-info > .panel-heading .badge {
      color: #85d0e7;
      background-color: #175b70; }
  .panel-info > .panel-footer {
    border-top-color: #85d0e7;
    background-color: #e7f6fa; }
    .panel-info > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #85d0e7; }

.panel-warning {
  border-color: #f4c37d; }
  .panel-warning > .panel-heading {
    color: #b06d0f;
    background-color: #f4c37d;
    border-top-color: #f4c37d;
    border-bottom-color: #f4c37d; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #f4c37d; }
    .panel-warning > .panel-heading .badge {
      color: #f4c37d;
      background-color: #b06d0f; }
  .panel-warning > .panel-footer {
    border-top-color: #f4c37d;
    background-color: #fdf5e9; }
    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #f4c37d; }

.panel-danger {
  border-color: #ff7f7e; }
  .panel-danger > .panel-heading {
    color: #282828;
    background-color: #ff7f7e;
    border-top-color: #ff7f7e;
    border-bottom-color: #ff7f7e; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ff7f7e; }
    .panel-danger > .panel-heading .badge {
      color: #ff7f7e;
      background-color: #282828; }
  .panel-danger > .panel-footer {
    border-top-color: #ff7f7e;
    background-color: #fff3f3; }
    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: #ff7f7e; }

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

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

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

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

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

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

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

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

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

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.show {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

.modal-body {
  position: relative;
  padding: 15px; }
  .modal-body > .list-group,
  .modal-body > .list-group .list-group-item {
    margin-bottom: 0; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

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

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

.tooltip-inner {
  max-width: 50vw;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #282828;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

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

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

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

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

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

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

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

@-ms-viewport {
  width: device-width; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hosted-field, select, input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  border: 1px solid #bdbebe;
  background-color: #f8fdfd;
  outline: none !important; }

.hosted-field.braintree-hosted-fields-invalid::before, .hosted-field.braintree-hosted-fields-valid::before, form .form-group.has-success label::before, form .form-group.has-success label::before {
  color: #fff;
  font-family: 'icomoon';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1; }

form .form-group.has-success label::before {
  position: relative;
  bottom: -37px;
  left: 33px;
  margin-left: -24px; }

.hosted-field.braintree-hosted-fields-valid, form .form-group.has-success .form-control, .hosted-field.braintree-hosted-fields-invalid, form .form-group.has-error .form-control:not([type="radio"]):not([type="checkbox"]) {
  padding-left: 5px !important;
  border-left-width: 10px; }

.hosted-field.braintree-hosted-fields-invalid, form .form-group.has-error .form-control:not([type="radio"]):not([type="checkbox"]) {
  color: #a94442;
  font-weight: 600;
  border-color: #a94442; }

.hosted-field.braintree-hosted-fields-valid, form .form-group.has-success .form-control {
  border-color: #a9dc73; }

.modal-small.modal-clean .modal-body input:not([type="radio"]):not([type="checkbox"]), .modal-small:not(.modal-clean) .modal-body input, .hosted-field {
  margin-right: 15px;
  height: 35px;
  padding-left: 15px; }

.task-tooltip {
  position: absolute;
  top: -28px;
  background-color: #282828;
  color: white;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 2px 4px 3px;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -webkit-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -o-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -ms-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  display: none;
  opacity: 1 !important;
  font-family: "Open Sans", sans-serif !important;
  z-index: 9999999; }
  .task-tooltip p {
    margin: 0;
    font-size: 11px !important;
    line-height: 14px !important;
    position: relative;
    z-index: 9999;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif !important; }
    .task-tooltip p * {
      display: inline; }
  .task-tooltip:after {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    background-color: #282828;
    content: '';
    display: block;
    z-index: -1; }

.error-text {
  border: 2px solid red; }

.suspect-token {
  border: 2px solid yellow; }

.answer-field {
  width: 98%;
  height: 300px;
  resize: vertical; }

.title-field {
  width: 98%;
  resize: none; }

.question-field {
  width: 98%;
  height: 300px; }

.class-title-field {
  resize: none;
  width: 98%; }

.cefr-level {
  stroke: none;
  fill: #9dcdaf; }

.cefr-container {
  fill: none;
  stroke-width: 1px;
  stroke: #ddd; }

.cefr-label {
  font-size: 0.7em; }

.cefr-grade {
  text-anchor: middle;
  font-size: 20px;
  font-weight: bold; }

.motivation {
  margin-top: 1em;
  text-align: left; }

.task-start:hover {
  text-decoration: none; }

.alert {
  border-radius: 0px 0px 0px 10px;
  color: #000;
  margin-bottom: 10px;
  display: flex; }
  .alert:before, .alert:after {
    content: " ";
    display: table; }
  .alert:after {
    clear: both; }
  .alert div.content {
    flex-grow: 1;
    width: 0; }
    .alert div.content a {
      color: #000;
      font-weight: normal; }
  .alert i.icon {
    font-size: 1.5em;
    float: left;
    padding-right: 0.2em; }
  .alert button.close {
    opacity: 0.5; }

.font-size-xxxlarge {
  font-size: 64px !important;
  line-height: 67px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .font-size-xxxlarge {
      font-size: 48px !important;
      line-height: 52px; } }
.font-size-xxlarge {
  font-size: 45px !important;
  line-height: 67px;
  font-weight: 300; }
  @media (max-width: 992px) {
    .font-size-xxlarge {
      font-size: 36px !important;
      line-height: 52px; } }
.font-size-xlarge {
  font-size: 32px !important;
  line-height: 48px;
  font-weight: 600; }
  .font-size-xlarge.intro-text-list {
    font-size: 30px !important; }
  @media (max-width: 992px) {
    .font-size-xlarge {
      font-size: 27px !important;
      line-height: 35px; }
      .font-size-xlarge.intro-text-list {
        font-size: 25px !important; } }
.font-size-large {
  font-size: 23px !important;
  line-height: 31px;
  font-weight: 600; }
  @media (max-width: 992px) {
    .font-size-large {
      font-size: 19px !important;
      line-height: 24px; } }
.font-light {
  font-weight: 300 !important; }

.font-semibold {
  font-weight: 600 !important; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (max-width: 1439px) {
  .splash .font-size-xxxlarge {
    font-size: 45px !important;
    line-height: 67px !important; } }

@media (max-width: 1200px) {
  .splash .font-size-xxxlarge {
    font-size: 36px !important;
    line-height: 45px !important; } }

@media (max-width: 1439px) {
  .splash .font-size-xxlarge {
    font-size: 32px !important;
    line-height: 48px !important; } }

@media (max-width: 1200px) {
  .splash .font-size-xxlarge {
    font-size: 28px !important;
    line-height: 38px !important; } }

@media (max-width: 1439px) {
  .splash .font-size-xlarge {
    font-size: 28px !important;
    line-height: 38px !important; } }

@media (max-width: 1200px) {
  .splash .font-size-xlarge {
    font-size: 24px !important;
    line-height: 32px !important; } }

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

.premium-logo {
  white-space: nowrap; }
  .premium-logo .icon-plus {
    font-size: 1em;
    padding-right: 0.35em;
    line-height: 0;
    display: inline; }
    .premium-logo .icon-plus--class-view {
      color: #ff7f7e; }
    .premium-logo .icon-plus--test-zone {
      color: #ffce54; }
  .premium-logo .premium-name {
    white-space: nowrap;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.2em; }
    .premium-logo .premium-name--class-view {
      text-decoration-color: #ff7f7e; }
    .premium-logo .premium-name--test-zone {
      text-decoration-color: #ffce54; }

.info .message-containing-premium-logo .premium-logo {
  margin-right: 0; }
  .info .message-containing-premium-logo .premium-logo .icon-plus {
    font-size: 1em;
    display: inline;
    margin-right: 0;
    float: none; }
  .info .message-containing-premium-logo .premium-logo .premium-name {
    margin-right: 0; }

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

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-move:before {
  content: "\e926"; }

.icon-account:before {
  content: "\e900"; }

.icon-activate:before {
  content: "\e901"; }

.icon-admin-off:before {
  content: "\e902"; }

.icon-admin-on:before {
  content: "\e903"; }

.icon-arrow-down:before {
  content: "\e905"; }

.icon-arrow:before,
.icon-arrow-left {
  content: "\e906"; }

.icon-arrow-right:before {
  content: "\e907"; }

.icon-complete:before {
  content: "\e908"; }

.icon-copy:before {
  content: "\e909"; }

.icon-create-workbook:before {
  content: "\e90a"; }

.icon-deactivate:before {
  content: "\e90b"; }

.icon-delete:before {
  content: "\e90c"; }

.icon-edit:before {
  content: "\e90d"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-help:before {
  content: "\e90e"; }

.icon-history:before {
  content: "\e90f"; }

.icon-incomplete:before {
  content: "\e910"; }

.icon-info:before {
  content: "\e911"; }

.icon-invite:before {
  content: "\e912"; }

.icon-join-class:before {
  content: "\e913"; }

.icon-leave:before {
  content: "\e914"; }

.icon-login:before {
  content: "\e915"; }

.icon-logout:before {
  content: "\e916"; }

.icon-manage:before {
  content: "\e917"; }

.icon-message-error:before,
.icon-message-alert:before {
  content: "\e918"; }

.icon-message-info:before,
.icon-message-message:before {
  content: "\e919"; }

.icon-message-success:before {
  content: "\e91a"; }

.icon-message-warning:before {
  content: "\e91b"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-regenerate:before {
  content: "\e91c"; }

.icon-register:before {
  content: "\e91d"; }

.icon-resend:before {
  content: "\e91e"; }

.icon-save:before {
  content: "\e91f"; }

.icon-saved:before {
  content: "\e920"; }

.icon-search:before {
  content: "\eb33"; }

.icon-start-again:before {
  content: "\e921"; }

.icon-started:before {
  content: "\e922"; }

.icon-students:before {
  content: "\e904"; }

.icon-task-active:before {
  content: "\ecb4"; }

.icon-task-history:before {
  content: "\e923"; }

.icon-task-inactive:before {
  content: "\ecb5"; }

.icon-thin-cross:before {
  content: "\e90b"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-workbooks:before {
  content: "\e924"; }

.icon-plus:before {
  content: "\e925"; }

.icon-undo:before {
  content: "\e965"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

fieldset {
  margin: 0 0 20px; }
  fieldset .form-group:last-child {
    margin-bottom: 0; }

legend {
  font-size: 18px; }
  @media (max-width: 992px) {
    legend {
      font-size: 14px; } }
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

select {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  display: block;
  width: 100%;
  height: 48px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 46px;
  font-weight: 600;
  color: black;
  border: 1px solid #f4f4f4;
  background-color: #f8fdfd;
  cursor: pointer; }

textarea {
  border: 1px solid #bdbebe;
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  text-align: left;
  min-height: 160px;
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 5px 10px;
  background-color: white;
  color: #282828;
  display: block;
  font-weight: 300; }
  textarea:focus {
    border-color: #a3a5a5;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0f1f1;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f0f1f1; }

input:focus,
textarea:focus,
select:focus {
  outline: none; }

.form-control {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

form .form-group.has-error {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  background: rgba(169, 68, 66, 0.2); }
  form .form-group.has-error label {
    color: #a94442; }
  form .form-group.has-error.checkbox .help-block {
    margin-top: 10px; }
  form .form-group.has-error .help-block {
    margin-bottom: 0 !important;
    color: #a94442; }

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

@media (min-width: 768px) and (max-width: 1199px) {
  form.form-horizontal .form-group.has-error:not(.checkbox) label::before {
    position: absolute;
    top: 12px;
    right: -48px;
    left: auto;
    bottom: auto; } }

@media (min-width: 1200px) {
  form.form-horizontal .form-group.has-error:not(.checkbox) label::before {
    position: absolute;
    top: 12px;
    right: -48px;
    left: auto;
    bottom: auto; } }

form .btn-link {
  padding-left: 0px; }

form .btn-explanation {
  opacity: 0.7;
  font-size: small;
  display: inline-block;
  padding-left: 5px; }

#sign-up-language-select {
  height: 50px; }

.form-actions {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 0 auto;
  padding: 15px 20px; }
  .modal-footer .form-actions {
    margin-top: 0;
    padding: 0 0 0 20px; }
    @media (max-width: 580px) {
      .modal-footer .form-actions {
        width: 100%;
        padding-right: 20px; } }
.hosted-field, input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"], select {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
  border: 1px solid #bdbebe;
  background-color: #f8fdfd;
  outline: none !important; }

.hosted-field.braintree-hosted-fields-invalid::before, .hosted-field.braintree-hosted-fields-valid::before, form .form-group.has-success label::before {
  color: #fff;
  font-family: 'icomoon';
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1; }

form .form-group.has-success label::before {
  position: relative;
  bottom: -37px;
  left: 33px;
  margin-left: -24px; }

.hosted-field.braintree-hosted-fields-invalid, .hosted-field.braintree-hosted-fields-valid, form .form-group.has-error .form-control:not([type="radio"]):not([type="checkbox"]), form .form-group.has-success .form-control {
  padding-left: 5px !important;
  border-left-width: 10px; }

.hosted-field.braintree-hosted-fields-invalid, form .form-group.has-error .form-control:not([type="radio"]):not([type="checkbox"]) {
  color: #a94442;
  font-weight: 600;
  border-color: #a94442; }

.hosted-field.braintree-hosted-fields-valid, form .form-group.has-success .form-control {
  border-color: #a9dc73; }

.modal-small.modal-clean .modal-body input:not([type="radio"]):not([type="checkbox"]), .modal-small:not(.modal-clean) .modal-body input, .hosted-field {
  margin-right: 15px;
  height: 35px;
  padding-left: 15px; }

.task-tooltip {
  position: absolute;
  top: -28px;
  background-color: #282828;
  color: white;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  padding: 2px 4px 3px;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -webkit-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -o-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -ms-transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  transform: translateX(-50%) translateY(0) translateZ(0) rotate(0) scale(1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  display: none;
  opacity: 1 !important;
  font-family: "Open Sans", sans-serif !important;
  z-index: 9999999; }
  .task-tooltip p {
    margin: 0;
    font-size: 11px !important;
    line-height: 14px !important;
    position: relative;
    z-index: 9999;
    font-weight: 600;
    font-style: normal;
    font-family: "Open Sans", sans-serif !important; }
    .task-tooltip p * {
      display: inline; }
  .task-tooltip:after {
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    background-color: #282828;
    content: '';
    display: block;
    z-index: -1; }

span.caret {
  position: absolute;
  top: 2.5em;
  right: 1.5em; }

#attempts-filter {
  margin-top: 2px; }

@media (min-width: 1200px) {
  body {
    font-size: 16px; } }

a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: none; }

[class^="icon-"], [class*=" icon-"], [class*=" glyphicon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-account:before {
  content: "\e900"; }

.icon-activate:before {
  content: "\e901"; }

.icon-admin-off:before {
  content: "\e902"; }

.icon-admin-on .path1:before {
  content: "\e903";
  color: #a9dc73; }

.icon-admin-on .path2:before {
  content: "\e904";
  margin-left: -1em;
  color: black; }

.icon-arrow-down:before {
  content: "\e905"; }

.icon-arrow:before, .glyphicon-chevron-left:before {
  content: "\e906"; }

.icon-arrow-right:before, .glyphicon-chevron-right:before {
  content: "\e907"; }

.icon-complete:before {
  content: "\e908"; }

.icon-copy:before {
  content: "\e909"; }

.icon-create-workbook:before {
  content: "\e90a"; }

.icon-deactivate:before {
  content: "\e90b"; }

.icon-delete:before {
  content: "\e90c"; }

.icon-edit:before {
  content: "\e90d"; }

.icon-help:before {
  content: "\e90e"; }

.icon-history:before {
  content: "\e90f"; }

.icon-incomplete:before {
  content: "\e910"; }

.icon-info:before {
  content: "\e911"; }

.icon-invite:before {
  content: "\e912"; }

.icon-join-class:before {
  content: "\e913"; }

.icon-leave:before {
  content: "\e914"; }

.icon-login:before {
  content: "\e915"; }

.icon-logout:before {
  content: "\e916"; }

.icon-manage:before {
  content: "\e917"; }

.icon-message-error:before,
.icon-message-alert:before,
.icon-message-danger:before {
  content: "\e918"; }

.icon-message-info:before,
.icon-message-message:before {
  content: "\e919"; }

.icon-message-success:before {
  content: "\e91a"; }

.icon-message-warning:before {
  content: "\e91b"; }

.icon-regenerate:before {
  content: "\e91c"; }

.icon-register:before {
  content: "\e91d"; }

.icon-resend:before {
  content: "\e91e"; }

.icon-save:before {
  content: "\e91f"; }

.icon-saved:before {
  content: "\e920"; }

.icon-start-again:before {
  content: "\e921"; }

.icon-started:before {
  content: "\e922"; }

.icon-task-history:before {
  content: "\e923"; }

.icon-workbooks:before {
  content: "\e924"; }

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.prompt-open .wrapper,
  body.prompt-open .wrapper {
    padding-top: 180px; }
    @media (max-width: 1439px) {
      html.prompt-open .wrapper,
      body.prompt-open .wrapper {
        padding-top: 120px; } }
i {
  position: relative; }

#app {
  position: relative;
  height: 100%;
  overflow: hidden; }
  #app > div {
    height: 100%; }

.app-header {
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #fff;
  z-index: 999999; }
  @media (max-width: 1439px) {
    .app-header {
      height: 54px; } }
.sidebar {
  position: fixed;
  top: 90px;
  left: 0;
  bottom: 0;
  width: 275px;
  height: calc(100% - 90px);
  z-index: 1;
  overflow-x: hidden;
  overflow-y: auto; }
  @media (max-width: 1439px) {
    .sidebar {
      height: calc(100% - 54px);
      width: 207px;
      top: 54px; } }
@media (max-width: 1439px) {
  .sidebar--opened {
    overflow-y: auto; } }

@media (max-width: 992px) {
  .sidebar--opened + .wrapper {
    margin-left: 207px;
    margin-right: -207px; } }

.wrapper {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-top: 90px;
  margin-left: 275px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  width: calc(100% - 275px);
  height: calc(100% - 90px);
  min-height: 0;
  padding: 0;
  background-color: #edf3f3;
  overflow-x: hidden;
  overflow-y: auto; }
  .wrapper .main-content {
    flex: 1 0 auto;
    padding: 0 30px; }
  @media (max-width: 1439px) {
    .wrapper {
      margin-top: 54px;
      margin-left: 207px;
      width: calc(100% - 207px);
      height: calc(100% - 54px); }
      .wrapper .main-content {
        padding-right: 15px;
        padding-left: 15px; } }
  @media (max-width: 992px) {
    .wrapper {
      margin-left: 40px;
      width: calc(100% - 40px); } }
.info {
  width: 100%;
  min-height: 50px;
  display: block;
  float: none;
  position: relative;
  margin: 15px 0;
  padding: 12px 50px 12px 20px;
  -webkit-border-radius: 0 0 0 15px;
  border-radius: 0 0 0 15px; }
  .info:before, .info:after {
    content: " ";
    display: table; }
  .info:after {
    clear: both; }
  .info a {
    cursor: pointer; }
  .modal-body .info {
    margin-top: 0; }
  @media (max-width: 1439px) {
    .info {
      min-height: 40px;
      margin: 10px 0;
      padding: 9px 40px 9px 15px; } }
  .info.message {
    background-color: #088488; }
    .info.message#classview-nudge {
      color: #fff; }
    .info.message#nudge-flash {
      color: #fff; }
      .info.message#nudge-flash a {
        color: #fff; }
  .info.error {
    background-color: #ff7f7e; }
  .info.success {
    background-color: #a9dc73; }
  .info.warning {
    background-color: #ffce54; }
  .info * {
    display: inline; }
  .info [class^="icon-"], .info [class*=" icon-"] {
    font-size: 22px;
    margin-top: 1px;
    margin-right: 10px;
    display: inline-block;
    float: left; }
    @media (max-width: 1439px) {
      .info [class^="icon-"], .info [class*=" icon-"] {
        font-size: 17px;
        margin-top: 1px;
        margin-right: 10px; } }
  .info span:not(.message-containing-premium-logo) {
    font-weight: 600;
    margin-right: 10px; }
  .info .close-btn {
    width: 50px;
    height: 100%;
    line-height: 50px;
    padding: 0;
    margin: 0;
    border-left: 1px solid #f4f4f4;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-weight: 300;
    text-align: center;
    font-size: 30px; }
    @media (max-width: 1439px) {
      .info .close-btn {
        width: 40px;
        line-height: 40px;
        font-size: 24px; } }
.notification {
  position: fixed;
  right: 0;
  margin: 0.5rem 1rem;
  max-width: 18em;
  background-color: #282828;
  border-radius: 4px;
  color: #fff;
  opacity: 0.8;
  padding: 0.4rem;
  cursor: pointer;
  user-select: none;
  z-index: 2; }
  .notification:hover {
    opacity: 0.9; }

.maintenance-banner {
  background-color: beige;
  border-bottom: 1px solid #e8e8e8;
  min-height: 2rem;
  padding: 0.5rem 3rem; }

.modal.in {
  display: block; }

.loading-spinner {
  text-align: center;
  height: 30px; }

.btn .loading-spinner {
  height: unset; }

.opaque {
  opacity: 0; }

.loading-container {
  position: relative; }
  .loading-container .loading-spinner {
    position: absolute;
    left: 50%;
    top: 50%; }

#realia-thumb {
  cursor: zoom-in;
  padding-top: 2px;
  padding-bottom: 2px;
  max-height: 105px;
  max-width: 182px; }

.history-pagination {
  margin: 10px 0; }
  @media (max-width: 1439px) {
    .history-pagination {
      margin: 7px 0; } }
  @media (max-width: 1200px) {
    .history-pagination {
      margin: 3px 0; } }
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #333333;
  text-decoration: none;
  outline: 0;
  background-color: #02fafa; }

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

span.twitter-typeahead {
  width: 100%;
  margin-bottom: 0 !important; }

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px; }

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important; }

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0; }

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px; }

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important; }

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px; }

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important; }

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0px 10px 10px 10px; }
  @media (max-width: 1439px) {
    ul.pagination {
      margin: 0px 6px 6px 6px; } }
  @media (max-width: 1200px) {
    ul.pagination {
      margin: 0px 4px 4px 4px; } }
  ul.pagination li {
    display: inline; }
    ul.pagination li .page {
      width: 30px;
      height: 30px;
      display: inline-block;
      -webkit-border-radius: 30px;
      border-radius: 30px;
      border: 1px solid #b3bebe;
      border: 1px solid rgba(0, 0, 0, 0.25);
      font-weight: 600;
      text-align: center;
      line-height: 1;
      margin-left: 10px;
      margin-top: 10px;
      background-color: white; }
      ul.pagination li .page:hover:not(.active):not(.disabled):not(.inactive) {
        background-color: #b2dadb;
        border-color: #088488;
        cursor: pointer; }
      ul.pagination li .page.active {
        color: #fff;
        background-color: #088488;
        border-color: #088488; }
      ul.pagination li .page.disabled {
        background-color: #edf3f3;
        border-color: #b3bebe;
        cursor: default; }
      ul.pagination li .page p {
        font-size: 12px;
        margin: 9px 0 0 0;
        font-weight: 600; }
      @media (max-width: 1439px) {
        ul.pagination li .page {
          width: 22px;
          height: 22px;
          margin-left: 6px;
          margin-top: 6px;
          -webkit-border-radius: 22px;
          border-radius: 22px; }
          ul.pagination li .page p {
            font-size: 10px !important;
            margin: 5px 0 0 0; } }
      @media (max-width: 1200px) {
        ul.pagination li .page {
          width: 18px;
          height: 18px;
          margin-left: 4px;
          margin-top: 4px;
          -webkit-border-radius: 18px;
          border-radius: 18px; }
          ul.pagination li .page p {
            font-size: 9px !important;
            margin: 3px 0 0 0; } }
    ul.pagination li .ellipsis {
      min-width: 30px;
      height: 30px;
      display: inline-block;
      margin-left: 10px; }
      @media (max-width: 1439px) {
        ul.pagination li .ellipsis {
          min-width: 22px;
          height: 22px;
          margin-left: 6px;
          margin-top: 6px; } }
      @media (max-width: 1200px) {
        ul.pagination li .ellipsis {
          min-width: 17px;
          height: 17px;
          margin-left: 2px;
          margin-top: 2px; } }
      ul.pagination li .ellipsis.half {
        min-width: 0px; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.spin {
  animation: spin 1s infinite;
  display: inline-block; }

@keyframes shake {
  0% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(-5deg); }
  20% {
    transform: rotate(5deg); }
  30% {
    transform: rotate(-5deg); }
  40% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(-5deg); }
  60% {
    transform: rotate(5deg); }
  70% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

.shake {
  animation: shake 1s infinite;
  display: inline-block; }

.members-section .section-help ol {
  padding-left: 20px;
  padding-top: 5px;
  margin: 0; }

.members-section .section-help li {
  font-weight: 400; }

.members-section .section-contents-account-members-panel {
  width: 60%; }
  @media (max-width: 1919px) {
    .members-section .section-contents-account-members-panel {
      width: 85%; } }
  @media (max-width: 1439px) {
    .members-section .section-contents-account-members-panel {
      width: 90%; } }
  @media (max-width: 992px) {
    .members-section .section-contents-account-members-panel {
      width: 100%; } }
.members-section .panel-heading {
  padding: 15px; }

.members-section .account-members-header {
  display: flex;
  flex-direction: column;
  max-width: 75%;
  padding-left: 10px; }
  .members-section .account-members-header .account-members-header-text {
    display: inline;
    hyphens: initial;
    line-height: 17px;
    margin-right: 15px;
    padding: 0;
    padding-top: 5px;
    text-align: right;
    width: 95px;
    word-break: initial;
    word-wrap: initial; }
    .members-section .account-members-header .account-members-header-text.temp-password {
      padding-top: 0; }
  .members-section .account-members-header .account-members-header-select {
    flex: 1;
    display: flex;
    flex-direction: row; }
    .members-section .account-members-header .account-members-header-select select, .members-section .account-members-header .account-members-header-select input {
      min-width: fit-content;
      width: 200px; }
    .members-section .account-members-header .account-members-header-select i {
      align-self: center;
      padding-left: 10px;
      padding-right: 10px; }
  .members-section .account-members-header .account-members-header-form-field {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px; }
    .members-section .account-members-header .account-members-header-form-field:last-child {
      padding-bottom: 0; }
    .members-section .account-members-header .account-members-header-form-field .account-members-role-info-text {
      font-size: 12px;
      line-height: 12px;
      margin-top: 5px; }
    .members-section .account-members-header .account-members-header-form-field .random-code-widget {
      margin: 0;
      min-width: 200px; }
      .members-section .account-members-header .account-members-header-form-field .random-code-widget .random-code-widget__input {
        background-color: #f8fdfd;
        display: inline-block; }
    .members-section .account-members-header .account-members-header-form-field .account-members-institution-domain {
      display: flex; }
      .members-section .account-members-header .account-members-header-form-field .account-members-institution-domain i {
        align-self: center;
        padding-left: 10px;
        padding-right: 10px; }

.members-section .students-list {
  padding-left: 30px; }
  .members-section .students-list .list-group-item {
    margin-bottom: 0px; }

.members-section .student-groups {
  display: flex;
  flex-direction: column;
  max-width: 75%;
  padding-left: 35px;
  padding-top: 15px; }
  .members-section .student-groups .student-group-select {
    display: flex;
    padding-right: 20px;
    padding-top: 10px; }
    .members-section .student-groups .student-group-select select {
      min-width: fit-content;
      width: 200px; }
  .members-section .student-groups .student-group-buttons {
    display: flex;
    flex-flow: row wrap;
    margin: 0 15px 0 0; }
    .members-section .student-groups .student-group-buttons div {
      padding-top: 5px; }
  .members-section .student-groups .tooltip-container {
    padding: 0px 5px; }
  .members-section .student-groups .student-group-form-field {
    display: flex;
    flex-direction: row;
    padding-bottom: 10px; }
    .members-section .student-groups .student-group-form-field:last-child {
      padding-bottom: 0; }

.members-section .alert {
  margin-top: 10px; }

.members-section .random-code-widget {
  margin-top: 10px; }

.members-section .panel-info .panel-body {
  padding: 10px; }

.members-section .panel-body {
  padding: 0px; }
  .members-section .panel-body .help-block {
    padding: 15px;
    margin: 0; }

.members-section .list-group-item {
  flex-flow: row wrap;
  align-items: center;
  cursor: pointer; }
  .members-section .list-group-item input.account-member-select {
    margin-right: 10px;
    cursor: pointer; }
  .members-section .list-group-item .list-group-item-main {
    flex: 1 1 60%; }
  .members-section .list-group-item .user {
    word-break: break-word; }
  .members-section .list-group-item .account-member-buttons {
    width: 25px; }
    .members-section .list-group-item .account-member-buttons .actions-list {
      float: right; }
  .members-section .list-group-item .lozenge {
    width: 110px;
    text-align: center; }
  .members-section .list-group-item .task-tooltip p {
    white-space: normal;
    width: 150px; }
  .members-section .list-group-item .actions-list__item {
    margin-bottom: 0; }
  .members-section .list-group-item .account-member-lozenges {
    font-size: 14px; }
    .members-section .list-group-item .account-member-lozenges li {
      font-size: 14px; }
  @media (max-width: 992px) {
    .members-section .list-group-item .account-member-buttons .task-tooltip p {
      width: 90px; } }
  @media (max-width: 580px) {
    .members-section .list-group-item .list-group-item-main {
      order: 1; }
    .members-section .list-group-item .account-member-buttons {
      order: 2; }
    .members-section .list-group-item .account-member-lozenges {
      order: 3; }
    .members-section .list-group-item .account-member-lozenges {
      margin-top: 10px;
      flex-basis: 100%; } }
  .members-section .list-group-item .pending-delete-lozenge .task-tooltip {
    top: -112px; }
  .members-section .list-group-item .deleted-lozenge .task-tooltip {
    top: -84px; }
  .members-section .list-group-item .account-member-not-yet-confirmed-lozenge .task-tooltip {
    top: -54px; }
    @media (max-width: 992px) {
      .members-section .list-group-item .account-member-not-yet-confirmed-lozenge .task-tooltip {
        top: -56px; } }
  .members-section .list-group-item .using-temporary-password-lozenge .task-tooltip {
    top: -70px; }
  .members-section .list-group-item .no-workbooks-lozenge .task-tooltip {
    top: -54px; }
  .members-section .list-group-item .reset-account-member-password-button .task-tooltip {
    top: -59px; }
    @media (max-width: 992px) {
      .members-section .list-group-item .reset-account-member-password-button .task-tooltip {
        top: -117px; } }
  .members-section .list-group-item .resend-account-member-confirmation-email .task-tooltip {
    top: -59px; }
    @media (max-width: 992px) {
      .members-section .list-group-item .resend-account-member-confirmation-email .task-tooltip {
        top: -89px; } }
  .members-section .list-group-item .remove-member-from-student-group .task-tooltip {
    top: -59px; }
    @media (max-width: 992px) {
      .members-section .list-group-item .remove-member-from-student-group .task-tooltip {
        top: -89px; } }
  .members-section .list-group-item .delete-account-member-button .task-tooltip {
    top: -45px; }
    @media (max-width: 992px) {
      .members-section .list-group-item .delete-account-member-button .task-tooltip {
        top: -61px; } }
  .members-section .list-group-item .delete-account-member-button.disabled {
    color: lightgrey;
    background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), lightgrey 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%); }

.account-member-row .task-tooltip p {
  white-space: normal;
  width: 150px; }

.account-member-row .pending-delete-lozenge .task-tooltip {
  top: -112px; }

.account-member-row .deleted-lozenge .task-tooltip {
  top: -84px; }

.actions-list {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap; }

.actions-list--centered {
  width: 100%;
  justify-content: center; }

.actions-list__item {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-bottom: 4px; }
  @media (max-width: 767px) {
    .actions-list__item {
      margin-left: 6px; } }
  .actions-list__item:first-child {
    margin-left: 0; }
  .actions-list__item i.pointer {
    cursor: pointer; }
  .actions-list__item i.grabber {
    cursor: grab; }

.hosted-field {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  margin-right: 0; }
  @media (max-width: 1200px) {
    .hosted-field {
      padding: 3px 12px; } }
  .hosted-field.braintree-hosted-fields-invalid::before, .hosted-field.braintree-hosted-fields-valid::before {
    position: absolute;
    top: 4px;
    left: -31px; }
  .hosted-field.braintree-hosted-fields-invalid::before {
    content: "\e918"; }
  .hosted-field.braintree-hosted-fields-valid::before {
    content: "\e91a"; }

.feedback-options select {
  margin-bottom: 10px; }

.check-list .list-group-item {
  transition-property: background, border;
  transition-timing-function: ease-in;
  transition-duration: 350ms;
  align-items: flex-start;
  margin: -1px 0 0 0;
  padding: 15px 15px 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .check-list .list-group-item {
      padding: 10px 10px 0; } }
  .check-list .list-group-item:after {
    -webkit-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    -ms-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    background: rgba(255, 255, 255, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, white));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 80%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 80%);
    /* W3C */
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; }
  .check-list .list-group-item-unfaded:after {
    opacity: 0; }
  .check-list .list-group-item:first-of-type {
    margin: 0; }
  .check-list .list-group-item:active:not(.disabled):not(.inactive), .check-list .list-group-item:focus:not(.disabled):not(.inactive), .check-list .list-group-item:hover:not(.disabled):not(.inactive) {
    background-color: #b2dadb;
    border-color: #088488; }
    .check-list .list-group-item:active:not(.disabled):not(.inactive) + .section-list-row, .check-list .list-group-item:focus:not(.disabled):not(.inactive) + .section-list-row, .check-list .list-group-item:hover:not(.disabled):not(.inactive) + .section-list-row {
      border-top-color: #088488; }
    .check-list .list-group-item:active:not(.disabled):not(.inactive):after, .check-list .list-group-item:focus:not(.disabled):not(.inactive):after, .check-list .list-group-item:hover:not(.disabled):not(.inactive):after {
      opacity: 0; }
    .check-list .list-group-item:active:not(.disabled):not(.inactive) .list-group-item-main, .check-list .list-group-item:focus:not(.disabled):not(.inactive) .list-group-item-main, .check-list .list-group-item:hover:not(.disabled):not(.inactive) .list-group-item-main {
      transition-timing-function: ease-in;
      height: auto;
      max-height: 500px; }
      @media all and (-ms-high-contrast: none) {
        .check-list .list-group-item:active:not(.disabled):not(.inactive) .list-group-item-main, .check-list .list-group-item:focus:not(.disabled):not(.inactive) .list-group-item-main, .check-list .list-group-item:hover:not(.disabled):not(.inactive) .list-group-item-main {
          height: 300px; } }
  .check-list .list-group-item .ielts {
    -webkit-border-radius: 10px 0 0 0;
    border-radius: 10px 0 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(228, 25, 55, 0.9);
    font-weight: 800;
    line-height: 1;
    z-index: 1; }
  .check-list .list-group-item.disabled, .check-list .list-group-item.inactive {
    background-color: #f4f4f4; }
    .check-list .list-group-item.disabled:after, .check-list .list-group-item.inactive:after {
      background: rgba(244, 244, 244, 0);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 90%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 0)), color-stop(90%, #f4f4f4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 90%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 90%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 90%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, #f4f4f4 90%);
      /* W3C */ }
    .check-list .list-group-item.disabled .ielts, .check-list .list-group-item.inactive .ielts {
      background-color: #f4f4f4; }
  .check-list .list-group-item.disabled {
    cursor: default; }
  .check-list .list-group-item.new:before {
    content: 'new';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    background-color: #a9dc73;
    z-index: 9999;
    padding: 0 5px;
    text-align: center; }

.check-list .list-group-item-main {
  -webkit-transition: max-height 500ms ease-out 250ms;
  -moz-transition: max-height 500ms ease-out 250ms;
  -ms-transition: max-height 500ms ease-out 250ms;
  -o-transition: max-height 500ms ease-out 250ms;
  transition: max-height 500ms ease-out 250ms;
  min-height: 120px;
  max-height: 120px;
  height: 120px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .check-list .list-group-item-main {
      min-height: 80px;
      max-height: 80px;
      height: 80px; } }
  @media (min-width: 1200px) {
    .check-list .list-group-item-main {
      min-height: 100px;
      max-height: 100px;
      height: 100px; } }
.check-list__content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden; }
  .check-list__content > :last-child {
    margin-bottom: 20px; }

.check-list__content-title {
  margin-bottom: 10px; }

.check-list__check {
  position: relative;
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  margin-top: 3px; }
  @media (max-width: 767px) {
    .check-list__check {
      margin-right: 10px; } }
  .check-list__check:hover > .task-tooltip, .check-list__check:active > .task-tooltip {
    display: block; }

.section-contents-workbook-members .list-group-item {
  padding-left: 0;
  padding-right: 0; }
  .section-contents-workbook-members .list-group-item:first-child {
    padding-top: 0; }
  .section-contents-workbook-members .list-group-item:last-child {
    padding-bottom: 0; }

.section-contents-workbook-members .user .task-tooltip p {
  white-space: normal;
  width: 150px; }

.section-contents-workbook-members .pending-delete-lozenge .task-tooltip {
  top: -112px; }

.section-contents-workbook-members .deleted-lozenge .task-tooltip {
  top: -84px; }

.section-contents-pending-invitations .invitation {
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4; }
  .section-contents-pending-invitations .invitation .email {
    float: left; }
  .section-contents-pending-invitations .invitation .icons {
    float: right; }
    .section-contents-pending-invitations .invitation .icons a {
      cursor: pointer; }
    .section-contents-pending-invitations .invitation .icons i {
      width: 20px;
      height: 20px;
      margin-left: 5px;
      text-align: center; }
  .section-contents-pending-invitations .invitation:before, .section-contents-pending-invitations .invitation:after {
    content: " ";
    display: table; }
  .section-contents-pending-invitations .invitation:after {
    clear: both; }
  @media (max-width: 1200px) {
    .section-contents-pending-invitations .invitation {
      padding: 5px 0; } }
  .section-contents-pending-invitations .invitation:first-child {
    padding-top: 0; }
  .section-contents-pending-invitations .invitation:last-child {
    padding-bottom: 0;
    border-bottom: unset; }

.section-contents-contact-us .contact-us-body {
  background: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe.167B54630C73.png") repeat; }

.editable-field-icons {
  font-size: 0.8em; }
  .editable-field-icons i {
    cursor: pointer; }

.gauge {
  margin: 11px 0; }

.gauge__title {
  margin-bottom: 11px; }

.gauge__list {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  height: 21px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f4f4f4; }

.gauge__list-item {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0;
  flex: 1 0 auto;
  color: rgba(40, 40, 40, 0.35);
  text-align: center;
  font-size: 14px; }
  .gauge__list-item:last-child .gauge__list-item-number {
    border: none; }

.gauge__list-item-number {
  display: flex !important;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 27.3px;
  margin: -3px 0;
  padding: 0 6px;
  border-right: 1px dashed rgba(40, 40, 40, 0.35); }

.gauge__list-item-number-text {
  font-weight: 600 !important;
  width: 16px; }

.gauge__list-item--highlight,
.gauge__list-item--active {
  color: #fff; }

.gauge__list-item--highlight {
  background-color: rgba(2, 39, 40, 0.5); }
  .gauge--alt1 .gauge__list-item--highlight {
    background-color: rgba(0, 174, 229, 0.5); }
  .gauge--alt2 .gauge__list-item--highlight {
    background-color: rgba(104, 44, 145, 0.5); }
  .gauge--alt3 .gauge__list-item--highlight {
    background-color: rgba(255, 127, 126, 0.5); }

.gauge__list-item--active {
  font-size: 17.5px;
  background: linear-gradient(90deg, rgba(2, 39, 40, 0.5) 49%, transparent 50%); }
  .gauge--alt1 .gauge__list-item--active {
    background: linear-gradient(90deg, rgba(0, 174, 229, 0.5) 49%, transparent 50%); }
  .gauge--alt2 .gauge__list-item--active {
    background: linear-gradient(90deg, rgba(104, 44, 145, 0.5) 49%, transparent 50%); }
  .gauge--alt3 .gauge__list-item--active {
    background: linear-gradient(90deg, rgba(255, 127, 126, 0.5) 49%, transparent 50%); }
  .gauge__list-item--active .gauge__list-item-number-text {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    margin: 0 auto;
    padding: 0;
    background-color: #022728;
    z-index: 1; }
    .gauge--alt1 .gauge__list-item--active .gauge__list-item-number-text {
      background-color: #00aee5; }
    .gauge--alt2 .gauge__list-item--active .gauge__list-item-number-text {
      background-color: #682C91; }
    .gauge--alt3 .gauge__list-item--active .gauge__list-item-number-text {
      background-color: #ff7f7e; }

.gauge__amount {
  display: none;
  font-size: 22px; }

.sidebar {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  background-color: #282828; }
  @media (max-width: 992px) {
    .sidebar {
      width: 40px; }
      .sidebar .sidebar__login,
      .sidebar .sidebar__menu {
        height: 0;
        overflow: hidden; }
      .sidebar.sidebar--opened {
        width: 207px; }
        .sidebar.sidebar--opened .sidebar__login,
        .sidebar.sidebar--opened .sidebar__menu {
          height: auto; } }
.sidebar__open {
  display: none;
  position: fixed;
  background-color: #282828;
  z-index: 10; }
  .sidebar--opened .sidebar__open {
    width: 207px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(179, 190, 190, 0.4); }
    .sidebar--opened .sidebar__open .two {
      opacity: 0; }
    .sidebar--opened .sidebar__open .one {
      -moz-transform: translateX(-5px) translateY(5px) translateZ(0) rotate(45deg) scale(1);
      -webkit-transform: translateX(-5px) translateY(5px) translateZ(0) rotate(45deg) scale(1);
      -o-transform: translateX(-5px) translateY(5px) translateZ(0) rotate(45deg) scale(1);
      -ms-transform: translateX(-5px) translateY(5px) translateZ(0) rotate(45deg) scale(1);
      transform: translateX(-5px) translateY(5px) translateZ(0) rotate(45deg) scale(1); }
    .sidebar--opened .sidebar__open .three {
      -moz-transform: translateX(-5px) translateY(-5px) translateZ(0) rotate(-45deg) scale(1);
      -webkit-transform: translateX(-5px) translateY(-5px) translateZ(0) rotate(-45deg) scale(1);
      -o-transform: translateX(-5px) translateY(-5px) translateZ(0) rotate(-45deg) scale(1);
      -ms-transform: translateX(-5px) translateY(-5px) translateZ(0) rotate(-45deg) scale(1);
      transform: translateX(-5px) translateY(-5px) translateZ(0) rotate(-45deg) scale(1); }
  @media (max-width: 992px) {
    .sidebar__open {
      -webkit-transition: all 250ms ease;
      -moz-transition: all 250ms ease;
      -ms-transition: all 250ms ease;
      -o-transition: all 250ms ease;
      transition: all 250ms ease;
      display: block;
      width: 40px;
      height: 40px;
      padding: 10px 10px;
      cursor: pointer; }
      .sidebar__open span {
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        display: block;
        width: 20px;
        height: 2px;
        margin: 3px 0;
        background: #fff; } }
.sidebar__open-spacer {
  display: none; }
  @media (max-width: 992px) {
    .sidebar__open-spacer {
      display: block;
      height: 40px; } }
.sidebar__login {
  padding: 20px;
  border-bottom: 1px solid rgba(179, 190, 190, 0.4);
  text-align: center; }
  .sidebar__login .welcome-message {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    color: #fff;
    font-weight: 600; }
  .sidebar__login a {
    display: block;
    margin-top: 7px;
    color: #fff; }
    .sidebar__login a:hover {
      color: #b2dadb; }

.sidebar__menu {
  color: #fff; }
  .sidebar__menu .task-tooltip {
    background-color: #fff;
    color: #282828; }
    .sidebar__menu .task-tooltip:after {
      background-color: #fff; }
  .sidebar__menu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 20px 10px;
    list-style: none; }
    @media (max-width: 1439px) {
      .sidebar__menu ul {
        padding: 15px 5px; } }
    .sidebar__menu ul li {
      position: relative;
      float: none;
      display: block;
      width: 100%;
      padding: 2px 0; }
      .sidebar__menu ul li .label {
        position: absolute;
        padding-right: 3px;
        padding-left: 3px;
        padding-bottom: 1px;
        padding-top: 2px;
        top: 5px;
        right: 0px;
        background-color: rgba(30, 30, 30, 0.8);
        color: #58f0f5;
        font-size: 12px;
        font-weight: 800;
        text-align: center;
        cursor: pointer;
        user-select: none;
        z-index: 1; }
        @media (max-width: 1439px) {
          .sidebar__menu ul li .label {
            top: 8px;
            font-size: 10px; } }
      .sidebar__menu ul li .badge {
        position: absolute;
        top: 20%;
        right: 2%;
        color: #282828;
        background: #088488; }
      .sidebar__menu ul li .new-tasks {
        display: block;
        font-size: small;
        color: #58f0f5; }
      .sidebar__menu ul li.expand ul {
        display: block; }
      .sidebar__menu ul li.collapsed .expander i {
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(90deg) scale(1);
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(90deg) scale(1);
        -o-transform: translateX(0) translateY(0) translateZ(0) rotate(90deg) scale(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(90deg) scale(1);
        transform: translateX(0) translateY(0) translateZ(0) rotate(90deg) scale(1); }
      .sidebar__menu ul li a {
        overflow-wrap: break-word;
        word-wrap: break-word;
        word-break: break-word;
        -ms-word-break: break-all;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        padding: 5px 10px;
        text-align: left;
        font-weight: 600;
        color: #fff; }
        .sidebar__menu ul li a .break {
          flex-basis: 100%;
          height: 0; }
        .sidebar__menu ul li a span {
          -webkit-transition: all 250ms ease;
          -moz-transition: all 250ms ease;
          -ms-transition: all 250ms ease;
          -o-transition: all 250ms ease;
          transition: all 250ms ease; }
        @media (max-width: 1439px) {
          .sidebar__menu ul li a {
            font-size: 13px; } }
        .sidebar__menu ul li a i {
          position: relative;
          display: block;
          width: 22px;
          height: 22px;
          margin-right: 10px;
          color: #088488 !important;
          font-size: 20px; }
          @media (max-width: 1439px) {
            .sidebar__menu ul li a i {
              width: 18px;
              height: 18px;
              margin-right: 8px;
              font-size: 17px; } }
        .sidebar__menu ul li a .expander {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 26px;
          height: 46px;
          margin-left: auto; }
          .sidebar__menu ul li a .expander i {
            -webkit-transition: all 250ms ease;
            -moz-transition: all 250ms ease;
            -ms-transition: all 250ms ease;
            -o-transition: all 250ms ease;
            transition: all 250ms ease;
            display: block;
            width: 0;
            height: 0;
            margin: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top: 5px solid #088488; }
          @media (max-width: 1439px) {
            .sidebar__menu ul li a .expander {
              width: 16px;
              height: 32px; }
              .sidebar__menu ul li a .expander i {
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 4px solid #088488; } }
        .sidebar__menu ul li a:hover {
          background-color: #131414; }
        .sidebar__menu ul li a.active {
          background-color: #131414; }
      .sidebar__menu ul li ul {
        display: none;
        padding: 5px 10px; }
        @media (max-width: 1439px) {
          .sidebar__menu ul li ul {
            padding: 3px 5px; } }
        .sidebar__menu ul li ul li a {
          font-weight: 300; }
          .sidebar__menu ul li ul li a.active {
            font-weight: 600; }
  .sidebar__menu > ul > li > a {
    min-height: 56px; }
    @media (max-width: 1439px) {
      .sidebar__menu > ul > li > a {
        min-height: 46px; } }
@media (max-width: 992px) {
  .sidebar__login,
  .sidebar__menu {
    opacity: 0; } }

.sidebar--opened .sidebar__login, .sidebar--opened .sidebar__menu {
  -webkit-transition: opacity 250ms ease 250ms;
  -moz-transition: opacity 250ms ease 250ms;
  -ms-transition: opacity 250ms ease 250ms;
  -o-transition: opacity 250ms ease 250ms;
  transition: opacity 250ms ease 250ms;
  opacity: 1; }

#app .nav-pills {
  display: flex;
  justify-content: center;
  margin: 10px 0 0;
  padding: 10px 0 20px;
  border-bottom: 1px solid #edf3f3; }
  @media (max-width: 1200px) {
    #app .nav-pills {
      margin: 10px 0 0;
      padding: 10px 0 20px; } }
  @media (max-width: 580px) {
    #app .nav-pills {
      margin: 5px 0 0;
      padding: 5px 0 10px; } }
  #app .nav-pills li {
    flex: 1 0 0;
    padding: 10px 7%;
    border-right: 1px solid #edf3f3;
    font-size: 26px;
    line-height: 1.25;
    color: #000; }
    #app .nav-pills li:last-child {
      margin-left: -1px;
      border-right: none; }
    @media (max-width: 1439px) {
      #app .nav-pills li {
        font-size: 24px; } }
    @media (max-width: 1200px) {
      #app .nav-pills li {
        font-size: 18px; } }
    #app .nav-pills li a {
      -webkit-transition: background-color 0.5s ease;
      -moz-transition: background-color 0.5s ease;
      -ms-transition: background-color 0.5s ease;
      -o-transition: background-color 0.5s ease;
      transition: background-color 0.5s ease;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      background-color: #f1f1f1;
      color: #555;
      text-align: center; }
      #app .nav-pills li a:hover {
        color: #000;
        background-color: rgba(8, 132, 136, 0.25); }
    #app .nav-pills li.active a {
      color: #000;
      background-color: rgba(8, 132, 136, 0.75); }

.navbar {
  -webkit-border-radius: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  border: none; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (max-width: 1439px) {
    .navbar {
      padding: 0 0 0 15px; } }
  .navbar a {
    font-weight: 600; }
  .navbar-login, .navbar-social, .navbar-join {
    float: right;
    height: 90px;
    line-height: 90px; }
    @media (max-width: 1439px) {
      .navbar-login, .navbar-social, .navbar-join {
        height: 54px;
        line-height: 54px; }
        .navbar-login a, .navbar-social a, .navbar-join a {
          height: 54px; } }
    @media (max-width: 767px) {
      .navbar-login i, .navbar-social i, .navbar-join i {
        margin-right: 0; }
      .navbar-login span, .navbar-social span, .navbar-join span {
        display: none; } }
  @media (max-width: 767px) {
    .navbar .navbar-social {
      display: unset; } }
  .navbar-social {
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    padding: 0 20px;
    margin-left: 20px; }
    .navbar-social a {
      display: block;
      width: 50px;
      float: left;
      color: #282828;
      font-size: 21px;
      text-align: center; }
    @media (max-width: 1439px) {
      .navbar-social {
        padding: 0 10px;
        margin-left: 5px; }
        .navbar-social a {
          width: 32px;
          font-size: 17px; } }
    @media (max-width: 767px) {
      .navbar-social {
        display: none; } }
  .navbar-join {
    padding-top: 27px;
    line-height: 35px; }
    .navbar-join:before, .navbar-join:after {
      content: " ";
      display: table; }
    .navbar-join:after {
      clear: both; }
    .navbar-join > * {
      float: left;
      margin-right: 10px; }
    .navbar-join input[type="text"] {
      height: 35px;
      line-height: normal;
      max-width: 190px;
      -webkit-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px;
      border: 1px solid #b3bebe;
      font-weight: 300;
      padding: 0 30px 0 15px;
      margin-right: 0; }
      @media (max-width: 1439px) {
        .navbar-join input[type="text"] {
          max-width: 140px;
          padding: 0 25px 0 15px; } }
    @media (max-width: 1439px) {
      .navbar-join {
        padding-top: 13px;
        line-height: 28px; }
        .navbar-join p {
          font-size: 14px; }
        .navbar-join > * {
          margin-right: 8px; }
        .navbar-join input[type="text"] {
          -webkit-border-radius: 0 0 0 10px;
          border-radius: 0 0 0 10px;
          height: 28px;
          max-width: 125px;
          padding: 0 20px 0 10px;
          font-size: 14px; }
        .navbar-join .btn {
          height: 28px;
          line-height: 28px; }
          .navbar-join .btn * {
            line-height: 28px;
            height: 28px; } }
    @media (max-width: 1200px) {
      .navbar-join {
        padding-top: 15px;
        line-height: 24px; }
        .navbar-join p {
          font-size: 14px; }
        .navbar-join > * {
          margin-right: 7px; }
        .navbar-join input[type="text"] {
          -webkit-border-radius: 0 0 0 10px;
          border-radius: 0 0 0 10px;
          height: 24px;
          max-width: 120px;
          padding: 0 20px 0 10px;
          font-size: 12px; }
        .navbar-join .btn {
          height: 24px;
          line-height: 24px; }
          .navbar-join .btn * {
            line-height: 24px;
            height: 24px; } }
    @media (max-width: 992px) {
      .navbar-join {
        display: none; } }
  .navbar-login > a {
    padding: 0 30px;
    display: block;
    float: left;
    width: auto; }
    .navbar-login > a i {
      font-size: 20px;
      margin-right: 7px;
      width: 22px;
      height: 22px;
      display: block;
      float: left;
      margin-top: 35px; }
    @media (max-width: 1439px) {
      .navbar-login > a {
        padding: 0 15px; }
        .navbar-login > a i {
          font-size: 17px;
          margin-right: 5px;
          width: 18px;
          height: 18px;
          margin-top: 19px; } }
    @media (max-width: 767px) {
      .navbar-login > a i {
        margin-right: 0; }
      .navbar-login > a.login, .navbar-login > a.logout {
        border-left: 1px solid #f4f4f4; } }
  .navbar-login .register {
    color: #fff;
    background-color: #088488; }

.navbar__logo {
  width: 240px; }
  .navbar__logo .logo {
    display: block; }
    .navbar__logo .logo img {
      width: 100%; }
  @media (max-width: 1439px) {
    .navbar__logo {
      width: 170px; } }
.navbar__back-link {
  margin-left: 30px; }
  .navbar__back-link i {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 8px 0 0;
    font-size: 21px;
    line-height: 17px;
    vertical-align: middle; }
  @media (max-width: 580px) {
    .navbar__back-link {
      display: none; } }
  @media (max-width: 1439px) {
    .navbar__back-link i {
      width: 18px;
      height: 18px;
      margin-right: 7px;
      font-size: 18px;
      line-height: 15px; } }
.navbar__utility {
  margin-left: auto; }

.random-code-widget {
  position: relative;
  display: flex;
  align-items: center; }
  .random-code-widget .random-code-widget__label {
    margin-right: 0.5em; }
  .random-code-widget .random-code-widget__input {
    padding: 0 15px;
    line-height: 30px; }
  .random-code-widget .random-code-widget__buttons {
    position: absolute;
    right: 0;
    margin-right: 10px;
    display: flex;
    align-items: center; }
    .random-code-widget .random-code-widget__buttons > * {
      display: flex;
      align-items: center; }
    .random-code-widget .random-code-widget__buttons .random-code-widget__info-modal-button {
      font-weight: bold;
      font-size: 17px;
      line-height: 20px;
      cursor: pointer; }
    .random-code-widget .random-code-widget__buttons i {
      padding: 0 3px;
      cursor: pointer; }

.section-contents-realia .panel-body {
  padding: 0; }

.reset-password {
  margin-top: 20px; }
  @media (max-width: 1439px) {
    .reset-password {
      margin-top: 15px; } }
  @media (max-width: 1200px) {
    .reset-password {
      margin-top: 10px; } }
.section {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 7px 0 #b3bebe;
  box-shadow: 0 4px 7px 0 #b3bebe;
  margin: 0 0 25px;
  border: 1px solid #088488;
  background-color: #fff; }
  @media (max-width: 1439px) {
    .section {
      margin-bottom: 20px; } }
  @media (max-width: 1200px) {
    .section {
      margin-bottom: 15px; } }
  .section header {
    display: flex;
    align-items: center;
    min-height: 65px;
    padding-top: 20px;
    border-top: 4px solid #282828;
    border-bottom: 1px solid #088488; }
    .section header:not(.header-nowrap) {
      flex-wrap: wrap; }
    .section header .header-actions,
    .section header h3,
    .section header .header-title > .btn,
    .section header > .btn {
      margin: 0 20px 20px; }
      @media (max-width: 1439px) {
        .section header .header-actions,
        .section header h3,
        .section header .header-title > .btn,
        .section header > .btn {
          margin: 0 15px 15px; } }
      @media (max-width: 1200px) {
        .section header .header-actions,
        .section header h3,
        .section header .header-title > .btn,
        .section header > .btn {
          margin: 0 10px 10px; } }
    .section header .header-title {
      flex: 1 1 auto;
      display: flex;
      flex-flow: row wrap;
      align-items: center; }
    .section header h3 {
      overflow-wrap: break-word;
      word-wrap: break-word;
      word-break: break-word;
      -ms-word-break: break-all;
      -ms-hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
      flex: 1 1 auto;
      margin-right: auto; }
    .section header .header-actions .btn:not(:first-child) {
      margin-left: 30px; }
      @media (max-width: 1200px) {
        .section header .header-actions .btn:not(:first-child) {
          margin-left: 25px; } }
      .section header .header-actions .btn:not(:first-child).btn-sm, .section header .header-actions .btn-group-sm > .btn:not(:first-child) {
        margin-left: 26px; }
        @media (max-width: 1200px) {
          .section header .header-actions .btn:not(:first-child).btn-sm, .section header .header-actions .btn-group-sm > .btn:not(:first-child) {
            margin-left: 21px; } }
      .section header .header-actions .btn:not(:first-child).btn-lg, .section header .header-actions .btn-group-lg > .btn:not(:first-child) {
        margin-left: 40px; }
        @media (max-width: 1200px) {
          .section header .header-actions .btn:not(:first-child).btn-lg, .section header .header-actions .btn-group-lg > .btn:not(:first-child) {
            margin-left: 35px; } }
    .section header .header-utility {
      align-self: stretch;
      display: flex;
      margin-top: -20px; }
      .section header .header-utility .feedback-close {
        position: relative;
        width: auto;
        margin: 0;
        padding: 10px;
        border-left: 1px solid #088488;
        cursor: pointer; }
        .section header .header-utility .feedback-close i[class*="icon"] {
          font-size: 26px;
          font-weight: 600;
          display: block; }
        @media (max-width: 1200px) {
          .section header .header-utility .feedback-close {
            width: 40px; } }
        .section header .header-utility .feedback-close .close {
          opacity: 1; }
      @media (max-width: 1439px) {
        .section header .header-utility {
          margin-top: -15px; } }
      @media (max-width: 1200px) {
        .section header .header-utility {
          margin-top: -10px; } }
    .section header .header-badges {
      display: flex; }
    .section header .feedback-close,
    .section header .header-badge {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-left: 1px solid #088488;
      text-align: center; }
    .section header .header-badge {
      min-width: 60px; }
      .section header .header-badge p {
        font-size: 12px;
        font-weight: 600; }
    @media (max-width: 1439px) {
      .section header {
        min-height: 55px;
        padding-top: 15px; } }
    @media (max-width: 1200px) {
      .section header {
        min-height: 48px;
        padding-top: 10px; } }
  .section .content {
    padding-right: 20px;
    padding-left: 20px; }
    .section .content:before, .section .content:after {
      content: " ";
      display: table; }
    .section .content:after {
      clear: both; }
    @media (max-width: 1439px) {
      .section .content {
        padding-right: 15px;
        padding-left: 15px; }
        .section .content span,
        .section .content a {
          font-size: 14px; } }
    @media (max-width: 1200px) {
      .section .content {
        padding-left: 10px;
        padding-right: 10px; }
        .section .content span,
        .section .content a {
          font-size: 12px; } }
  .section .list-group {
    margin-bottom: 0; }
    .section .list-group .list-group-item:last-child {
      margin-bottom: 0;
      border-bottom: none; }

section.page-title,
section .page-title {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 20px; }
  section.page-title .btn,
  section.page-title h2,
  section.page-title h3,
  section.page-title p,
  section .page-title .btn,
  section .page-title h2,
  section .page-title h3,
  section .page-title p {
    margin-bottom: 20px; }
    @media (max-width: 1439px) {
      section.page-title .btn,
      section.page-title h2,
      section.page-title h3,
      section.page-title p,
      section .page-title .btn,
      section .page-title h2,
      section .page-title h3,
      section .page-title p {
        margin-bottom: 15px; } }
    @media (max-width: 1200px) {
      section.page-title .btn,
      section.page-title h2,
      section.page-title h3,
      section.page-title p,
      section .page-title .btn,
      section .page-title h2,
      section .page-title h3,
      section .page-title p {
        margin-bottom: 10px; } }
  section.page-title h2,
  section.page-title h3,
  section .page-title h2,
  section .page-title h3 {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-word-break: break-all;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    margin-right: auto; }
  @media (max-width: 1439px) {
    section.page-title,
    section .page-title {
      margin-top: 15px; } }
  @media (max-width: 1200px) {
    section.page-title,
    section .page-title {
      margin-top: 10px; } }
section.page-description {
  margin-bottom: 10px; }

.chart {
  position: relative;
  overflow: hidden; }

.chart__data {
  position: absolute;
  top: 0;
  overflow: auto; }

.chart__grid-lines {
  stroke-dasharray: 5 3;
  stroke-width: 1; }
  .chart__grid-lines line {
    stroke: rgba(204, 170, 170, 0.75); }

.chart__x-axis,
.chart__y-axis {
  overflow: hidden; }

.chart__x-axis {
  position: absolute;
  bottom: 0; }

.chart__y-axis {
  stroke: #b2dadb; }

.line-chart__grid {
  stroke: #caa; }

.line-chart__line {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  stroke: #00aee5;
  stroke-linecap: round; }

.line-chart__line--hovered,
.line-chart__line--selected {
  stroke-width: 3px; }

.line-chart__line--hovered {
  stroke: #b37ed8; }

.line-chart__line--selected {
  stroke: #682C91; }

.class-view-checklist i[class^='icon-'] {
  font-size: 1.5em; }

.class-view-checklist .section-list-row {
  cursor: default;
  height: 100px; }
  @media (max-width: 1439px) {
    .class-view-checklist .section-list-row {
      height: 90px; } }
  @media (max-width: 1200px) {
    .class-view-checklist .section-list-row {
      height: 80px; } }
  .class-view-checklist .section-list-row:hover:not(.disabled):not(.inactive) {
    background-color: transparent;
    border-color: #f4f4f4; }
    .class-view-checklist .section-list-row:hover:not(.disabled):not(.inactive) + .section-list-row {
      border-top-color: #f4f4f4; }

.class-view-checklist .section-list-row-single {
  padding-left: 0.5em; }

.section-create-workbook #membership-selector {
  margin-bottom: 10px; }

.section-text {
  padding: 10px 0;
  border-bottom: 1px solid #f4f4f4; }
  .section-text ul {
    margin: 10px 0;
    padding-left: 16px;
    position: relative;
    list-style: none; }
    .section-text ul li {
      position: relative; }
      .section-text ul li:before {
        content: '•';
        display: block;
        position: absolute;
        top: -5px;
        left: -20px;
        font-size: 36px;
        line-height: 1;
        color: #035ff8; }
        @media (max-width: 1439px) {
          .section-text ul li:before {
            font-size: 32px;
            top: -7px; } }
  @media (max-width: 1200px) {
    .section-text {
      padding: 7px 0; }
      .section-text ul {
        margin: 7px 0; }
        .section-text ul li:before {
          top: -6px;
          left: -17px;
          font-size: 30px; } }
.section-input-field .progress, .section-input .progress {
  height: 16px !important;
  background: #b2fafa !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin: 0 !important;
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white; }
  .section-input-field .progress .progress-bar, .section-input .progress .progress-bar {
    height: 16px !important;
    background: #00efef !important;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 !important;
    position: relative;
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    margin-left: -5px !important;
    -webkit-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white; }
    .section-input-field .progress .progress-bar:after, .section-input .progress .progress-bar:after {
      content: '';
      display: block;
      height: 16px;
      width: 20px;
      top: 0;
      right: -10px;
      position: absolute;
      z-index: 9999;
      -moz-transform: skewX(-30deg);
      -webkit-transform: skewX(-30deg);
      -o-transform: skewX(-30deg);
      -ms-transform: skewX(-30deg);
      transform: skewX(-30deg); }
    .section-input-field .progress .progress-bar > span, .section-input .progress .progress-bar > span {
      color: #00efef !important; }

.section-tabs {
  height: 36px;
  background: #b2dadb;
  width: 100%;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #6bb5b8; }
  @media (max-width: 1439px) {
    .section-tabs {
      height: 32px; } }
  @media (max-width: 1200px) {
    .section-tabs {
      height: 28px; } }
  .section-tabs a {
    position: relative;
    padding: 0 20px;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    font-weight: 600;
    text-align: center; }
    @media (max-width: 1439px) {
      .section-tabs a {
        padding: 0 15px;
        line-height: 31px;
        height: 31px; } }
    @media (max-width: 1200px) {
      .section-tabs a {
        padding: 0 10px;
        line-height: 27px;
        height: 27px; } }
    .section-tabs a:after {
      display: none;
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      bottom: -8px;
      -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      -o-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      left: 50%;
      margin-left: -7px;
      background: white;
      border-right: 1px solid #6bb5b8;
      border-bottom: 1px solid #6bb5b8;
      z-index: 99; }
      @media (max-width: 1439px) {
        .section-tabs a:after {
          width: 10px;
          height: 10px;
          bottom: -6px;
          margin-left: -5px; } }
      @media (max-width: 1200px) {
        .section-tabs a:after {
          width: 8px;
          height: 8px;
          bottom: -5px;
          margin-left: -4px; } }
    .section-tabs a.active {
      background: white;
      border-left: 1px solid #6bb5b8;
      border-right: 1px solid #6bb5b8; }
      .section-tabs a.active:after {
        display: block; }
      .section-tabs a.active:first-of-type {
        border-left: none; }
    .section-tabs a.inactive {
      cursor: default;
      color: rgba(40, 40, 40, 0.4); }

.section-tabs-cards {
  position: relative;
  display: block;
  width: 100%; }
  .section-tabs-cards .tabs-card {
    display: none; }
    .section-tabs-cards .tabs-card button {
      margin-top: 5px;
      margin-bottom: 5px;
      margin-right: 20px;
      float: right; }
    .section-tabs-cards .tabs-card .img {
      padding: 20px; }
      @media (max-width: 1439px) {
        .section-tabs-cards .tabs-card .img {
          padding: 15px; } }
      @media (max-width: 1200px) {
        .section-tabs-cards .tabs-card .img {
          padding: 10px; } }
      .section-tabs-cards .tabs-card .img img {
        cursor: zoom-in;
        max-width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
        height: auto;
        vertical-align: middle; }
      .section-tabs-cards .tabs-card .img .row {
        margin-left: -5px;
        margin-right: -5px; }
        .section-tabs-cards .tabs-card .img .row *[class*="col-"] {
          padding: 5px !important; }
    .section-tabs-cards .tabs-card.active {
      display: block; }

.section-contents-footer {
  border-top: 1px solid #088488;
  border-bottom: 1px solid #088488;
  padding: 5px 10px; }
  .section-contents-footer i {
    font-size: 12px; }

.section-input {
  margin-bottom: 25px; }
  .section-input header .task-type-lozenge {
    top: 10px; }
  .section-input .section-text br {
    content: " ";
    display: block;
    margin: 0.5em; }
  .section-input-field {
    background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe.167B54630C73.png");
    background-repeat: repeat; }
    .section-input-field textarea {
      min-height: 240px;
      margin-bottom: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      border-color: #6bb5b8;
      border-bottom: none;
      resize: vertical; }
      @media (max-width: 1439px) {
        .section-input-field textarea {
          min-height: 210px; } }
      @media (max-width: 1200px) {
        .section-input-field textarea {
          min-height: 190px;
          padding: 5px;
          font-size: 13px;
          line-height: 1.6; } }
      .section-input-field textarea.disabled {
        background-color: #f4f4f4; }
    .section-input-field .saved {
      cursor: default; }
    .section-input-field .save,
    .section-input-field .start-over {
      float: right;
      margin-bottom: 8px; }
      .section-input-field .save i,
      .section-input-field .start-over i {
        font-size: 20px;
        margin-top: 3px;
        margin-right: 10px;
        float: left; }
      @media (max-width: 1439px) {
        .section-input-field .save i,
        .section-input-field .start-over i {
          font-size: 17px;
          margin-right: 8px;
          margin-top: 2px; } }
      @media (max-width: 1439px) {
        .section-input-field .save,
        .section-input-field .start-over {
          margin-bottom: 6px; }
          .section-input-field .save i,
          .section-input-field .start-over i {
            font-size: 15px;
            margin-right: 6px;
            margin-top: 1px; } }
    .section-input-field .start-over {
      float: left; }
      .section-input-field .start-over i {
        float: right;
        margin-right: 0;
        margin-left: 10px; }
      @media (max-width: 1439px) {
        .section-input-field .start-over i {
          margin-left: 8px; } }
      @media (max-width: 1439px) {
        .section-input-field .start-over i {
          margin-left: 6px; } }
    .section-input-field .respond {
      width: 100%;
      height: auto;
      padding: 5px 10px;
      -webkit-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px; }
      .section-input-field .respond:before, .section-input-field .respond:after {
        content: " ";
        display: table; }
      .section-input-field .respond:after {
        clear: both; }
      .section-input-field .respond span {
        font-weight: 700;
        margin-right: 7px; }
      .section-input-field .respond span,
      .section-input-field .respond p {
        float: left; }
      .section-input-field .respond.good {
        background-color: #a9dc73; }
      .section-input-field .respond.good-with-caveat {
        background-color: #ffb222; }
      .section-input-field .respond.too-much {
        background-color: #ffce54; }
      .section-input-field .respond.too-little {
        color: #fff;
        background-color: #088488; }
      .section-input-field .respond.too-little-to-check {
        color: #fff;
        background-color: #088488; }
      .section-input-field .respond.start-writing {
        color: #fff;
        background-color: #088488; }
      .section-input-field .respond.too-much-to-check {
        background-color: #ff7f7e; }
  .section-input-bottom {
    padding: 5px 0 10px;
    background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe.167B54630C73.png");
    background-repeat: repeat; }
    .section-input-bottom:before, .section-input-bottom:after {
      content: " ";
      display: table; }
    .section-input-bottom:after {
      clear: both; }
    .section-input-bottom .task-back i {
      font-size: 20px;
      margin-top: 20px;
      margin-right: 7px;
      float: left; }
      @media (max-width: 1439px) {
        .section-input-bottom .task-back i {
          font-size: 17px;
          margin-top: 18px; } }
      @media (max-width: 1200px) {
        .section-input-bottom .task-back i {
          font-size: 15px;
          margin-top: 14px;
          margin-right: 5px; } }
    @media (min-width: 1200px) {
      .section-input-bottom {
        padding-top: 0; } }
.section-modal {
  -webkit-box-shadow: 0 0 0 0 #b3bebe;
  box-shadow: 0 0 0 0 #b3bebe;
  margin: 0;
  border: none; }

@keyframes flash-shadow {
  50% {
    -webkit-box-shadow: 0 0 50px 0 #088488;
    box-shadow: 0 0 50px 0 #088488; } }

.section-feedback-user-feedback {
  background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe.167B54630C73.png");
  background-repeat: repeat; }
  .section-feedback-user-feedback .form-control {
    background-color: white; }

.section-feedback .feedback-tab:hover .task-tooltip {
  display: block; }

.section-feedback .task-indicator {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px; }
  .section-feedback .task-indicator.hide {
    display: none; }
  @media (max-width: 1439px) {
    .section-feedback .task-indicator {
      padding-bottom: 10px; } }
  @media (max-width: 1200px) {
    .section-feedback .task-indicator {
      padding-bottom: 5px; } }
  .section-feedback .task-indicator a {
    display: inline-block;
    padding: 1px 2px;
    line-height: 1.1;
    margin-right: 15px;
    position: relative;
    font-weight: 600; }
    .section-feedback .task-indicator a.active {
      background: #088488; }

.section-feedback-content {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-word-break: break-all;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: 300; }
  .section-feedback-content:before, .section-feedback-content:after {
    content: " ";
    display: table; }
  .section-feedback-content:after {
    clear: both; }
  .section-feedback-content .info {
    margin-top: 0; }
  .section-feedback-content :not(.btn) span,
  .section-feedback-content :not(.btn) p {
    font-weight: 300;
    line-height: 24px;
    max-width: 100% !important; }
    @media (max-width: 1200px) {
      .section-feedback-content :not(.btn) span,
      .section-feedback-content :not(.btn) p {
        font-size: 13px !important; } }
  .section-feedback-content del {
    background: #FFE6E6; }
  .section-feedback-content ins {
    background: #E6FFE6;
    text-decoration: none; }
  .section-feedback-content .assessed-sentences span {
    font-weight: 300; }
  .section-feedback-content .alert {
    scroll-margin-top: 73px; }
  .section-feedback-content .content :not(.btn) > p,
  .section-feedback-content .content :not(.btn) > span {
    line-height: 24px; }
  .section-feedback-content .content.message {
    display: none;
    margin-top: 15px; }
    .section-feedback-content .content.message:before, .section-feedback-content .content.message:after {
      content: " ";
      display: table; }
    .section-feedback-content .content.message:after {
      clear: both; }
    @media (max-width: 1439px) {
      .section-feedback-content .content.message {
        margin-top: 17px;
        margin-bottom: 17px; } }
    @media (max-width: 1200px) {
      .section-feedback-content .content.message {
        margin-top: 7px;
        margin-bottom: 7px; } }
    .section-feedback-content .content.message.visible {
      display: block; }
    .section-feedback-content .content.message .icon {
      width: 10%;
      display: inline-block;
      position: relative;
      margin-right: 1em;
      float: left; }
      .section-feedback-content .content.message .icon object,
      .section-feedback-content .content.message .icon svg {
        width: 100%; }
      @media (max-width: 992px) {
        .section-feedback-content .content.message .icon {
          width: 7%; } }
      @media (max-width: 580px) {
        .section-feedback-content .content.message .icon {
          width: 10%; } }
    .section-feedback-content .content.message .message {
      width: 100%;
      vertical-align: bottom;
      margin-left: 0;
      height: auto;
      position: relative;
      display: inline-block;
      -webkit-border-radius: 0 0 0 15px;
      border-radius: 0 0 0 15px;
      border: 1px solid #088488;
      -webkit-box-shadow: 0 0 10px 0 #aaaaaa;
      box-shadow: 0 0 10px 0 #aaaaaa;
      font-weight: 600;
      font-style: italic;
      padding: 20px 30px; }
      .section-feedback-content .content.message .message.highlight-message {
        animation: 1s linear flash-shadow;
        -webkit-box-shadow: 0 0 10px 0 #088488;
        box-shadow: 0 0 10px 0 #088488; }
      @media (max-width: 1200px) {
        .section-feedback-content .content.message .message {
          padding: 10px 15px;
          font-size: 12px; } }
    .section-feedback-content .content.message .prompt-relevance {
      clear: both;
      padding-top: 1px; }
  .section-feedback-content .corrected-answer {
    border: 0;
    margin: 0;
    padding: 10px 0 0;
    hyphens: manual;
    -webkit-hyphens: manual;
    white-space: pre-wrap; }
  .section-feedback-content .answer-mark, .section-feedback-content .answer-mark-tooltip {
    padding: 0; }

.section-feedback .task-carousel-nav {
  margin-bottom: 10px;
  text-align: center; }
  .section-feedback .task-carousel-nav.hide {
    display: none; }
  .section-feedback .task-carousel-nav .prev {
    float: left; }
    .section-feedback .task-carousel-nav .prev:before {
      -moz-transform: skewX(30deg);
      -webkit-transform: skewX(30deg);
      -o-transform: skewX(30deg);
      -ms-transform: skewX(30deg);
      transform: skewX(30deg); }
  .section-feedback .task-carousel-nav .next {
    float: right; }
  .section-feedback .task-carousel-nav .dots {
    display: inline-block;
    padding-top: 5px; }
    .section-feedback .task-carousel-nav .dots a {
      display: inline-block;
      width: 10px;
      height: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background: #282828;
      margin: 0 3px; }
      .section-feedback .task-carousel-nav .dots a.active {
        background: #6bb5b8; }

.insights-section {
  margin-top: 1em; }
  .insights-section .chart-tab:hover .task-tooltip {
    display: block; }
  .insights-section .insight-chart {
    position: relative;
    padding: 20px; }
  .insights-section .insight-chart__message {
    padding: 10px; }
  .insights-section #heatmap-graph circle:hover {
    stroke-width: 2px !important;
    stroke: blue !important;
    r: 7px !important;
    cursor: pointer; }
  .insights-section text.student-name:hover {
    text-decoration: underline;
    cursor: pointer; }
  .insights-section #vertical-scroller {
    overflow-y: scroll;
    height: 200px !important; }
  .insights-section .axis-scroller::-webkit-scrollbar {
    display: none !important; }
  .insights-section .student-legend {
    list-style: none;
    padding: 2rem 0;
    text-align: left; }
    .insights-section .student-legend .student-name {
      text-align: left;
      line-height: 2rem; }
      .insights-section .student-legend .student-name a:hover {
        text-decoration: underline;
        cursor: pointer; }
  .insights-section .line-chart-container {
    position: relative; }
    .insights-section .line-chart-container .line-chart-legend {
      padding: 2rem .5rem 0 2rem; }
      .insights-section .line-chart-container .line-chart-legend .student-legend {
        padding: 0; }
        .insights-section .line-chart-container .line-chart-legend .student-legend .student-name {
          display: inline-block;
          margin-right: .5rem; }
          .insights-section .line-chart-container .line-chart-legend .student-legend .student-name a {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            padding: .2rem .5rem;
            background-color: #00aee5;
            color: #fff;
            line-height: 2rem; }
            .insights-section .line-chart-container .line-chart-legend .student-legend .student-name a:hover {
              background-color: #b37ed8;
              color: #000;
              text-decoration: none;
              cursor: pointer; }
          .insights-section .line-chart-container .line-chart-legend .student-legend .student-name.active a {
            background-color: #682C91;
            color: #fff; }

.masonry-list {
  -moz-column-width: 800px;
  -webkit-column-width: 800px;
  -moz-column-gap: 0;
  -webkit-column-gap: 0;
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 1920px) {
    .masonry-list {
      -moz-column-width: 600px;
      -webkit-column-width: 600px; } }
  @media (max-width: 1500px) {
    .masonry-list {
      -moz-column-width: 420px;
      -webkit-column-width: 420px; } }
  @media (max-width: 1080px) {
    .masonry-list {
      -moz-column-width: 397px;
      -webkit-column-width: 397px; } }
  .masonry-list .masonry-list-item {
    display: inline-block;
    padding: 0 15px;
    width: 100%;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */ }

.section-list table {
  width: 100%; }
  .section-list table thead th, .section-list table thead td,
  .section-list table tbody th,
  .section-list table tbody td {
    padding: 10px;
    line-height: 1.4; }
    @media (max-width: 580px) {
      .section-list table thead th, .section-list table thead td,
      .section-list table tbody th,
      .section-list table tbody td {
        padding: 5px; } }
  .section-list table thead tr {
    border-bottom: 1px solid #f4f4f4; }
    .section-list table thead tr th {
      border-right: 1px solid #f4f4f4;
      font-weight: 600; }
      .section-list table thead tr th:last-child {
        border-right: none; }
  .section-list table tbody tr {
    cursor: pointer;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease; }
    .section-list table tbody tr td {
      border-top: 1px solid #f4f4f4;
      border-bottom: 1px solid #f4f4f4;
      border-right: 1px solid #f4f4f4;
      font-weight: 300; }
      .section-list table tbody tr td:last-child {
        border-right: none; }
    .section-list table tbody tr.selected {
      background-color: #b2dadb; }
      .section-list table tbody tr.selected td {
        border-top: 1px double #088488;
        border-bottom: 1px double #088488; }
    .section-list table tbody tr:hover {
      background-color: #b2dadb; }
      .section-list table tbody tr:hover td {
        border-top: 1px double #088488;
        border-bottom: 1px double #088488; }
    .section-list table tbody tr.new-feedback td {
      padding-top: 26px; }
      .section-list table tbody tr.new-feedback td:first-child {
        position: relative; }
        .section-list table tbody tr.new-feedback td:first-child:before {
          content: "new feedback";
          display: block;
          position: absolute;
          top: 2px;
          left: 0;
          font-size: 12px;
          font-weight: 600;
          background-color: #a9dc73;
          z-index: 1;
          padding: 0 5px;
          text-align: center; }
          @media (max-width: 580px) {
            .section-list table tbody tr.new-feedback td:first-child:before {
              content: "new"; } }
    .section-list table tbody tr.draft-feedback-indicator td {
      padding-top: 26px; }
      .section-list table tbody tr.draft-feedback-indicator td:first-child {
        position: relative; }
        .section-list table tbody tr.draft-feedback-indicator td:first-child:before {
          content: "draft feedback";
          display: block;
          position: absolute;
          top: 2px;
          left: 0;
          font-size: 12px;
          font-weight: 600;
          background-color: #a9dc73;
          z-index: 1;
          padding: 0 5px;
          text-align: center; }
          @media (max-width: 580px) {
            .section-list table tbody tr.draft-feedback-indicator td:first-child:before {
              content: "draft"; } }
.section-list .circle {
  position: relative;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 20px;
  margin-top: 3px; }
  .section-list .circle:hover .task-tooltip {
    display: block; }

.section-list .slim-row-header {
  margin: 0; }
  .section-list .slim-row-header > div {
    border-right: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4; }
    .section-list .slim-row-header > div p {
      margin: 0;
      min-width: 50px;
      font-weight: 600; }

.section-list-slim-row {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid white;
  cursor: pointer;
  margin: -1px 0 0;
  position: relative;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease; }
  .section-list-slim-row.selected {
    margin: -1px 0;
    border-color: #088488;
    background-color: #b2dadb;
    z-index: 2; }
  .section-list-slim-row:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .section-list-slim-row:hover {
    background-color: #b2dadb;
    border-color: #088488;
    z-index: 1; }
    .section-list-slim-row:hover + .section-list-row {
      border-top-color: #088488; }
  .section-list-slim-row > div {
    border-right: 1px solid #f4f4f4;
    padding: 10px;
    position: relative; }
    .section-list-slim-row > div span {
      margin: 0;
      margin-bottom: 5px;
      display: block; }
    .section-list-slim-row > div p {
      margin: 0;
      line-height: 1.4;
      min-width: 50px; }
      .section-list-slim-row > div p * {
        display: inline; }
  .section-list-slim-row.slim-row-header {
    border-top: 0; }
    .section-list-slim-row.slim-row-header:hover {
      background-color: initial;
      border-color: #f4f4f4;
      z-index: initial; }
  .section-list-slim-row .multi-cell {
    display: flex;
    justify-content: space-between; }

.section-list-row {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  position: relative;
  height: 127px;
  margin: -1px 0 0 0;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer; }
  @media (max-width: 1439px) {
    .section-list-row {
      height: 110px; } }
  @media (max-width: 1200px) {
    .section-list-row {
      height: 90px; } }
  .section-list-row:after {
    background: rgba(255, 255, 255, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(70%, #fff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 70%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 70%);
    /* W3C */
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px; }
  .section-list-row-unfaded:after {
    background: transparent; }
  .section-list-row:last-child {
    border-bottom: none; }
  .section-list-row:first-of-type {
    margin: 0; }
  .section-list-row:hover:not(.disabled):not(.inactive) {
    background-color: #b2dadb;
    border-color: #088488; }
    .section-list-row:hover:not(.disabled):not(.inactive) + .section-list-row {
      border-top-color: #088488; }
    .section-list-row:hover:not(.disabled):not(.inactive):after {
      background: transparent; }
  .section-list-row-single {
    min-height: 80px;
    max-height: 105px;
    overflow: hidden; }
    @media (max-width: 1439px) {
      .section-list-row-single {
        min-height: 60px;
        max-height: 85px; } }
    @media (max-width: 1200px) {
      .section-list-row-single {
        min-height: 40px;
        max-height: 65px; } }
  .section-list-row > div:first-child {
    display: flex;
    align-items: flex-start;
    padding: 20px 20px 0; }
    .section-list-row > div:first-child > span {
      margin: 0 0 5px; }
    .section-list-row > div:first-child p {
      margin: 0;
      line-height: 1.4; }
      .section-list-row > div:first-child p * {
        display: inline; }
  .section-list-row .actions-list {
    flex-grow: 1;
    justify-content: flex-end; }
  .section-list-row .task-icons {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
    top: 10px;
    right: 10px; }
    .section-list-row .task-icons i {
      margin: auto 0;
      margin-left: 10px;
      cursor: pointer; }
      .section-list-row .task-icons i .task-tooltip {
        top: -32px; }
      .section-list-row .task-icons i:hover .task-tooltip {
        display: block; }
  .section-list-row.disabled, .section-list-row.inactive {
    background-color: #f4f4f4; }
    .section-list-row.disabled:after, .section-list-row.inactive:after {
      background: rgba(244, 244, 244, 0);
      /* Old browsers */
      background: -moz-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(244, 244, 244, 0)), color-stop(70%, #f4f4f4));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
      /* IE10+ */
      background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, #f4f4f4 70%);
      /* W3C */ }
  .section-list-row.disabled {
    cursor: default; }
  .section-list-row.new:before {
    content: 'new';
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 12px;
    font-weight: 600;
    background-color: #a9dc73;
    z-index: 1;
    padding: 0 5px;
    text-align: center; }

.section-list-row-full-height {
  height: auto; }
  .section-list-row-full-height > div:first-child {
    padding: 20px 20px; }

.section-progress-content {
  font-weight: 300;
  padding: 30px 0;
  padding-right: 16.6666%; }
  .section-progress-content:before, .section-progress-content:after {
    content: " ";
    display: table; }
  .section-progress-content:after {
    clear: both; }
  @media (max-width: 1600px) {
    .section-progress-content {
      padding-right: 0; } }
  @media (max-width: 1200px) {
    .section-progress-content {
      padding: 15px 0; } }
  .section-progress-content span,
  .section-progress-content p {
    font-weight: 300;
    line-height: 24px;
    max-width: 100% !important;
    display: inline; }
  .section-progress-content .content > p,
  .section-progress-content .content > span {
    margin-bottom: 5px;
    line-height: 24px; }
  .section-progress-content .content.message {
    display: none;
    margin-bottom: 30px; }
    .section-progress-content .content.message:before, .section-progress-content .content.message:after {
      content: " ";
      display: table; }
    .section-progress-content .content.message:after {
      clear: both; }
    @media (max-width: 1439px) {
      .section-progress-content .content.message {
        margin-bottom: 25px; } }
    @media (max-width: 1200px) {
      .section-progress-content .content.message {
        margin-bottom: 20px; } }
    .section-progress-content .content.message.visible {
      display: block; }
    .section-progress-content .content.message .icon {
      width: 20%;
      float: left;
      position: relative; }
      .section-progress-content .content.message .icon object,
      .section-progress-content .content.message .icon svg {
        width: 100%;
        max-width: 86px;
        max-height: 82px; }
    .section-progress-content .content.message .message {
      width: 75%;
      margin-left: 5%;
      height: auto;
      position: relative;
      float: left;
      -webkit-border-radius: 15px 15px 15px 0;
      border-radius: 15px 15px 15px 0;
      border: 1px solid #088488;
      -webkit-box-shadow: 0 0 10px 0 #aaaaaa;
      box-shadow: 0 0 10px 0 #aaaaaa;
      font-weight: 600;
      font-style: italic;
      padding: 20px 30px; }
      @media (max-width: 1439px) {
        .section-progress-content .content.message .message {
          padding: 15px 25px; } }
      @media (max-width: 1200px) {
        .section-progress-content .content.message .message {
          padding: 10px 15px;
          font-size: 12px; } }
.section-about header .close {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  color: #000;
  opacity: 1 !important; }
  @media (max-width: 1439px) {
    .section-about header .close {
      top: 12px;
      right: 12px; } }
  @media (max-width: 1200px) {
    .section-about header .close {
      top: 8px;
      right: 8px; } }
  .section-about header .close p {
    color: black;
    opacity: 1 !important;
    float: left;
    margin-top: 2px;
    margin-right: 7px; }
    @media (max-width: 1439px) {
      .section-about header .close p {
        margin-top: 3px;
        margin-right: 5px; } }
    @media (max-width: 1200px) {
      .section-about header .close p {
        margin-top: 1px;
        margin-right: 4px; } }
  .section-about header .close i {
    font-size: 20px;
    float: left; }
    @media (max-width: 1200px) {
      .section-about header .close i {
        font-size: 15px; } }
.section-about .content span {
  margin-bottom: 10px;
  display: block; }

.section-about .content select {
  margin-bottom: 25px; }
  @media (max-width: 1439px) {
    .section-about .content select {
      margin-bottom: 20px;
      height: 36px;
      line-height: 34px;
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .section-about .content select {
      margin-bottom: 15px;
      height: 28px;
      line-height: 26px;
      font-size: 13px; } }
.section-about .content input {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 1439px) {
    .section-about .content input {
      margin-bottom: 20px;
      height: 36px;
      line-height: 34px;
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .section-about .content input {
      margin-bottom: 15px;
      height: 28px;
      line-height: 26px;
      font-size: 13px; } }
.section-about .content .btn {
  float: right; }

.section-profile input {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
  color: #000; }
  @media (max-width: 1439px) {
    .section-profile input {
      margin-bottom: 20px;
      height: 36px;
      line-height: 34px;
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .section-profile input {
      margin-bottom: 15px;
      height: 28px;
      line-height: 26px;
      font-size: 13px; } }
.section-profile select {
  margin-bottom: 25px; }
  @media (max-width: 1439px) {
    .section-profile select {
      margin-bottom: 20px;
      height: 36px;
      line-height: 34px;
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .section-profile select {
      margin-bottom: 15px;
      height: 28px;
      line-height: 26px;
      font-size: 13px; } }
.section-profile textarea {
  margin-bottom: 25px;
  max-width: 100%;
  min-height: 2em; }
  @media (max-width: 1439px) {
    .section-profile textarea {
      margin-bottom: 20px;
      font-size: 14px; } }
  @media (max-width: 1200px) {
    .section-profile textarea {
      margin-bottom: 15px;
      font-size: 13px; } }
.section-profile div.counter-holder {
  position: relative;
  width: 100%;
  display: inline-block; }
  .section-profile div.counter-holder span.counter {
    position: absolute;
    text-align: right;
    bottom: 25px;
    right: 20px;
    font-size: 0.6em;
    color: #666666;
    width: 100%; }

.section-emails-row {
  min-height: 40px;
  line-height: 38px;
  border-bottom: 1px solid #f4f4f4;
  position: relative; }
  .section-emails-row:before, .section-emails-row:after {
    content: " ";
    display: table; }
  .section-emails-row:after {
    clear: both; }
  .section-emails-row .notification {
    position: absolute;
    left: 10px;
    width: 20px;
    top: 5px; }
    @media (max-width: 1439px) {
      .section-emails-row .notification {
        left: 0; } }
  .section-emails-row .email {
    float: left;
    font-size: 12px; }
    @media (max-width: 1200px) {
      .section-emails-row .email {
        padding-left: 10px; } }
    .section-emails-row .email * {
      float: left; }
    .section-emails-row .email p {
      margin-right: 10px; }
    .section-emails-row .email span {
      font-size: 14px; }
    .section-emails-row .email .primary {
      background-color: #a9dc73;
      height: 18px;
      line-height: 18px;
      padding: 0 5px;
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      font-weight: 600;
      -webkit-border-radius: 18px;
      border-radius: 18px; }
    .section-emails-row .email .make-primary {
      color: #bdbebe;
      margin-left: 10px; }
  .section-emails-row .icons {
    float: right;
    cursor: pointer; }
    .section-emails-row .icons i {
      width: 20px;
      height: 20px;
      margin-left: 10px;
      text-align: center; }
    .section-emails-row .icons span {
      font-size: 14px; }
    .section-emails-row .icons .task-tooltip {
      -moz-transform: translateX(-55%) translateY(0) translateZ(0) rotate(0) scale(1);
      -webkit-transform: translateX(-55%) translateY(0) translateZ(0) rotate(0) scale(1);
      -o-transform: translateX(-55%) translateY(0) translateZ(0) rotate(0) scale(1);
      -ms-transform: translateX(-55%) translateY(0) translateZ(0) rotate(0) scale(1);
      transform: translateX(-55%) translateY(0) translateZ(0) rotate(0) scale(1); }

.section-emails-add {
  padding-top: 15px; }
  .section-emails-add .content {
    display: flex; }
    .section-emails-add .content .add-email-button {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .section-emails-add input {
    flex-grow: 1;
    height: 35px;
    padding: 0 15px;
    margin-right: 20px; }
    @media (max-width: 1439px) {
      .section-emails-add input {
        height: 24px; } }
    @media (max-width: 1200px) {
      .section-emails-add input {
        height: 24px;
        padding: 0 10px; } }
  .section-emails-add .btn {
    float: right; }

.section-password .content > p,
.section-password .content > span {
  margin: 25px 0; }
  @media (max-width: 1439px) {
    .section-password .content > p,
    .section-password .content > span {
      margin: 20px 0; } }
  @media (max-width: 1200px) {
    .section-password .content > p,
    .section-password .content > span {
      margin: 15px 0; } }
.section-password .row {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1439px) {
    .section-password .row {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 1200px) {
    .section-password .row {
      margin-top: 5px;
      margin-bottom: 5px; } }
  .section-password .row div:first-child {
    padding-top: 10px;
    text-align: right; }
    @media (max-width: 1439px) {
      .section-password .row div:first-child {
        padding-top: 5px; } }
    @media (max-width: 1200px) {
      .section-password .row div:first-child {
        padding-top: 2px;
        text-align: unset; } }
.section-password input {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 15px; }
  @media (max-width: 1439px) {
    .section-password input {
      height: 32px;
      line-height: 30px; } }
  @media (max-width: 1200px) {
    .section-password input {
      height: 28px;
      line-height: 26px; } }
.section-password .btn {
  float: right; }

.section-facebook {
  background-color: #3b5998;
  min-height: 96px;
  border: none;
  color: white; }
  @media (max-width: 1439px) {
    .section-facebook {
      min-height: 64px; } }
  @media (max-width: 1200px) {
    .section-facebook {
      min-height: 50px; } }
  .section-facebook i {
    font-size: 72px;
    float: left;
    margin-top: 15px; }
    @media (max-width: 1439px) {
      .section-facebook i {
        font-size: 44px;
        margin-top: 10px; } }
    @media (max-width: 1200px) {
      .section-facebook i {
        font-size: 36px;
        margin-top: 7px; } }
  .section-facebook h3 {
    float: left;
    color: white;
    margin-top: 33px;
    margin-left: 20px;
    white-space: normal; }
    @media (max-width: 1680px) {
      .section-facebook h3 {
        font-size: 20px !important; } }
    @media (max-width: 1439px) {
      .section-facebook h3 {
        font-size: 17px !important;
        margin-top: 17px;
        margin-left: 15px; } }
    @media (max-width: 1200px) {
      .section-facebook h3 {
        font-size: 14px !important;
        margin-top: 12px;
        margin-left: 15px; } }
.section-danger {
  border-color: #ff7f7e; }
  .section-danger header {
    border-top-color: #ff7f7e; }
    .section-danger header .btn {
      /*margin-top: 12px;
        margin-right: 10px;
        float: right;*/
      /*@include desktop-large {
          margin-top: 10px;
        }

        @include desktop-small {
          margin-top: 8px;
        }*/ }
      .section-danger header .btn:before, .section-danger header .btn:after {
        background-color: #ff7f7e; }

.section-subscriptions .content > p,
.section-subscriptions .content > span {
  margin: 15px 0 5px;
  max-width: 100%; }
  @media (max-width: 1439px) {
    .section-subscriptions .content > p,
    .section-subscriptions .content > span {
      margin: 10px 0; } }
  @media (max-width: 1200px) {
    .section-subscriptions .content > p,
    .section-subscriptions .content > span {
      margin: 7px 0; } }
.section-subscriptions .content .btn {
  float: right;
  margin-bottom: 10px; }

.section-subscriptions .row {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (max-width: 1439px) {
    .section-subscriptions .row {
      margin-top: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 1200px) {
    .section-subscriptions .row {
      margin-top: 5px;
      margin-bottom: 5px; } }
@media (max-width: 1439px) {
  .payment-events-list {
    font-size: 14px; } }

@media (max-width: 1200px) {
  .payment-events-list {
    font-size: 12px; } }

.payment-events-list table {
  width: 100%; }

.payment-events-list th {
  padding-right: 15px; }

.payment-events-list td {
  padding: 1px; }

.payment-events-list tr {
  font-weight: 300;
  height: 15px;
  border-bottom: 1px solid #f4f4f4;
  position: relative; }
  .payment-events-list tr:before, .payment-events-list tr:after {
    content: " ";
    display: table; }
  .payment-events-list tr:after {
    clear: both; }

.section-space {
  padding-bottom: 10px; }
  .section-space header > {
    float: left; }
  .section-space header .invitation-code input {
    max-width: 180px;
    height: 35px;
    margin-right: 10px;
    padding-left: 10px; }
    @media (max-width: 1439px) {
      .section-space header .invitation-code input {
        height: 28px;
        margin-right: 5px;
        max-width: 160px; } }
    @media (max-width: 1200px) {
      .section-space header .invitation-code input {
        height: 24px;
        max-width: 140px; } }
  .section-space header .invitation-code > i {
    margin-left: -40px;
    margin-top: 9px; }
    @media (max-width: 1439px) {
      .section-space header .invitation-code > i {
        margin-left: -30px;
        margin-top: 7px; } }
    @media (max-width: 1200px) {
      .section-space header .invitation-code > i {
        margin-left: -25px;
        margin-top: 5px; } }
  .section-space header .invitation-code .btn i {
    margin: 0; }
    .section-space header .invitation-code .btn i .task-tooltip {
      background-color: #ff7f7e;
      color: #282828;
      line-height: 1;
      height: auto; }
      .section-space header .invitation-code .btn i .task-tooltip:after {
        background-color: #ff7f7e; }
      .section-space header .invitation-code .btn i .task-tooltip p {
        line-height: 1;
        height: auto;
        font-weight: 600; }

.section-invitation .row {
  margin-top: 15px; }

.section-invitation textarea {
  padding: 15px; }

.section-invitation .btn {
  margin-top: -10px;
  float: right; }

.students-section__divider {
  margin-top: 5px;
  margin-bottom: 5px;
  height: 1px;
  color: #088488;
  background-color: #088488; }

.no-history-panel {
  margin-top: 10px; }

.section-manage-row {
  border-bottom: 1px solid #f4f4f4;
  min-height: 80px;
  padding: 10px 0;
  position: relative; }
  @media (max-width: 1439px) {
    .section-manage-row {
      min-height: 64px; } }
  @media (max-width: 1200px) {
    .section-manage-row {
      min-height: 50px; } }
  .section-manage-row .notification {
    position: absolute;
    left: 10px;
    width: 20px;
    top: 22px; }
    @media (max-width: 1439px) {
      .section-manage-row .notification {
        left: 0;
        top: 19px; } }
    @media (max-width: 1200px) {
      .section-manage-row .notification {
        top: 15px; } }
  .section-manage-row .tasks {
    float: left;
    margin-top: 12px; }
    @media (max-width: 1439px) {
      .section-manage-row .tasks {
        margin-top: 9px; } }
    @media (max-width: 1200px) {
      .section-manage-row .tasks {
        padding-left: 10px;
        margin-top: 5px; } }
    .section-manage-row .tasks p {
      margin-top: 5px;
      width: 5em; }
    .section-manage-row .tasks .primary {
      background-color: #a9dc73;
      height: 18px;
      line-height: 18px;
      padding: 0 5px;
      margin-left: 10px;
      margin-top: 10px;
      width: auto;
      -webkit-border-radius: 18px;
      border-radius: 18px; }
  .section-manage-row .icons {
    float: right;
    line-height: 80px;
    margin-right: -20px; }
    @media (max-width: 1439px) {
      .section-manage-row .icons {
        margin-right: -10px;
        line-height: 64px; } }
    @media (max-width: 1200px) {
      .section-manage-row .icons {
        margin-right: 0;
        line-height: 50px; } }
    .section-manage-row .icons i {
      margin-left: 10px;
      text-align: center; }

.section.big-button {
  background-color: #088488 !important;
  min-height: 250px;
  border: none !important;
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  text-align: center;
  padding: 30px; }
  @media (max-width: 1200px) {
    .section.big-button {
      min-height: 200px;
      padding: 15px; } }
  .section.big-button i {
    color: white;
    font-size: 170px;
    display: block;
    margin-top: -20px;
    margin-bottom: 10px; }
    .section.big-button i.icon-create-workbook {
      font-size: 120px;
      margin-top: 10px;
      margin-bottom: 30px; }
    @media (max-width: 1200px) {
      .section.big-button i {
        font-size: 140px; }
        .section.big-button i.icon-create-workbook {
          font-size: 90px;
          margin-top: 10px;
          margin-bottom: 30px; } }
.section-myaccount {
  position: relative; }
  .section-myaccount-title {
    margin-top: 50px; }
  .section-myaccount-awards {
    border-top: 5px solid #088488;
    overflow: hidden;
    margin-top: 30px; }
    .section-myaccount-awards > .row {
      background-color: #b2dadb; }
    .section-myaccount-awards-text {
      border-right: 1px solid #088488;
      padding: 20px 30px 10px 45px;
      margin-right: -1px; }
      .section-myaccount-awards-text h3 {
        margin-bottom: 15px; }
      .section-myaccount-awards-text p.date {
        margin-top: 10px; }
      .section-myaccount-awards-text p {
        min-height: 3em; }
      .section-myaccount-awards-text:before {
        position: absolute;
        top: 0;
        right: calc(-100% - 1px);
        bottom: 0;
        left: calc(100% + 1px);
        background-color: white;
        content: ''; }
    .section-myaccount-awards-badge {
      border-left: 1px solid #088488;
      background-color: white;
      position: relative; }

.zabuto_calendar .table tbody > tr > td,
.zabuto_calendar .table tbody > tr > th,
.zabuto_calendar .table tfoot > tr > td,
.zabuto_calendar .table tfoot > tr > th,
.zabuto_calendar .table thead > tr > td,
.zabuto_calendar .table thead > tr > th,
.zabuto_calendar .table tr:last-child {
  border: none !important; }

.zabuto_calendar .table tr:last-child td {
  padding-bottom: 15px !important; }

.zabuto_calendar .table tr.calendar-dow:nth-child(3) td {
  padding-top: 20px !important; }

.zabuto_calendar .table .calendar-month-header th,
.zabuto_calendar .table .calendar-dow-header th {
  color: #fff;
  background: #6bb5b8 !important; }

.zabuto_calendar .table .calendar-month-header th {
  padding-top: 16px !important; }

.zabuto_calendar .table .calendar-month-header span {
  font-size: 23px !important; }

.zabuto_calendar .table .calendar-dow-header th {
  padding-bottom: 10px !important; }

.zabuto_calendar .table tr td div.day {
  font-weight: 600 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.zabuto_calendar .table tr td.event-styled {
  text-align: center; }

.zabuto_calendar .table tr td div.day span.badge.badge-event {
  display: block;
  width: 40px;
  height: 20px;
  margin: 0;
  background: none;
  color: #fff;
  text-align: center;
  font-size: 1em; }

.zabuto_calendar .table tr td div.day.active1 {
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #6bb5b8;
  display: block;
  margin: 5px auto 0px !important;
  padding-top: -5px !important; }
  .zabuto_calendar .table tr td div.day.active1 span.badge.badge-event {
    position: relative;
    top: -5px;
    left: -10px; }

.zabuto_calendar .table tr td div.day.active2 {
  width: 22px;
  height: 22px;
  text-align: center;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  background-color: #6bb5b8;
  display: block;
  margin: 6px auto 0px !important;
  padding-top: -6px !important; }
  .zabuto_calendar .table tr td div.day.active2 span.badge.badge-event {
    position: relative;
    top: -5px;
    left: -8px; }

.zabuto_calendar .table tr td div.day.active3 {
  width: 24px;
  height: 24px;
  text-align: center;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  background-color: #6bb5b8;
  display: block;
  margin: 4px auto 0px !important;
  padding-top: -4px !important; }
  .zabuto_calendar .table tr td div.day.active3 span.badge.badge-event {
    position: relative;
    top: -4px;
    left: -7px; }

.zabuto_calendar .table tr td div.day.active4 {
  width: 26px;
  height: 26px;
  text-align: center;
  -webkit-border-radius: 26px;
  border-radius: 26px;
  background-color: #6bb5b8;
  display: block;
  margin: 2px auto 0px !important;
  padding-top: -2 !important; }
  .zabuto_calendar .table tr td div.day.active4 span.badge.badge-event {
    position: relative;
    top: -3px;
    left: -7px; }

.zabuto_calendar .table tr td div.day.active5 {
  width: 28px;
  height: 28px;
  text-align: center;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  background-color: #6bb5b8;
  display: block;
  margin: 1px auto 0px !important;
  padding-top: -1px !important; }
  .zabuto_calendar .table tr td div.day.active5 span.badge.badge-event {
    position: relative;
    top: -2px;
    left: -7px; }

.zabuto_calendar .table tr td div.day.active6 {
  width: 30px;
  height: 30px;
  text-align: center;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #6bb5b8;
  display: block;
  margin: 1px auto 0px !important;
  padding-top: -1px !important; }
  .zabuto_calendar .table tr td div.day.active6 span.badge.badge-event {
    position: relative;
    top: -1px;
    left: -5px; }

.shelf-carousel {
  position: relative;
  padding-top: 90px;
  padding-bottom: 30px; }
  .shelf-carousel .item {
    text-align: center; }
    .shelf-carousel .item.not-active {
      opacity: 0.2; }
  .shelf-carousel-title {
    position: absolute;
    width: 100%;
    top: 12px;
    left: 0;
    right: 0;
    text-align: center; }
    @media (max-width: 1359px) {
      .shelf-carousel-title {
        font-size: 18px !important; } }
    @media (max-width: 1220px) {
      .shelf-carousel-title {
        font-size: 16px !important; } }
  .shelf-carousel object,
  .shelf-carousel svg {
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1680px) {
      .shelf-carousel object,
      .shelf-carousel svg {
        max-width: 140px;
        max-height: 140px; } }
    @media (max-width: 1280px) {
      .shelf-carousel object,
      .shelf-carousel svg {
        max-width: 120px;
        max-height: 120px; } }
  .shelf-carousel .owl-buttons {
    position: absolute;
    top: 10px;
    left: 30px;
    right: 30px; }
    .shelf-carousel .owl-buttons .owl-prev,
    .shelf-carousel .owl-buttons .owl-next {
      display: block !important;
      width: 80px;
      height: 30px;
      background: transparent !important;
      opacity: 1 !important;
      -webkit-border-radius: 0 !important;
      border-radius: 0 !important;
      position: relative;
      text-align: center;
      padding: 0 !important; }
      @media (max-width: 1359px) {
        .shelf-carousel .owl-buttons .owl-prev,
        .shelf-carousel .owl-buttons .owl-next {
          width: 75px;
          height: 28px; } }
      @media (max-width: 1220px) {
        .shelf-carousel .owl-buttons .owl-prev,
        .shelf-carousel .owl-buttons .owl-next {
          width: 65px;
          height: 26px; } }
      @media (max-width: 1100px) {
        .shelf-carousel .owl-buttons .owl-prev,
        .shelf-carousel .owl-buttons .owl-next {
          width: 60px;
          height: 25px; } }
      .shelf-carousel .owl-buttons .owl-prev:before,
      .shelf-carousel .owl-buttons .owl-next:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        left: 15px;
        z-index: 0;
        height: 100%;
        background: #088488 !important;
        cursor: pointer; }
      .shelf-carousel .owl-buttons .owl-prev:after,
      .shelf-carousel .owl-buttons .owl-next:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 25px;
        bottom: 0;
        left: 25px;
        z-index: 0;
        height: 100%;
        background: #088488 !important;
        -webkit-transition: all 250ms ease;
        -moz-transition: all 250ms ease;
        -ms-transition: all 250ms ease;
        -o-transition: all 250ms ease;
        transition: all 250ms ease;
        cursor: pointer; }
      .shelf-carousel .owl-buttons .owl-prev i,
      .shelf-carousel .owl-buttons .owl-next i {
        font-size: 20px;
        color: #fff;
        z-index: 9999;
        position: relative;
        line-height: 30px; }
        @media (max-width: 1359px) {
          .shelf-carousel .owl-buttons .owl-prev i,
          .shelf-carousel .owl-buttons .owl-next i {
            font-size: 19px;
            line-height: 28px; } }
        @media (max-width: 1220px) {
          .shelf-carousel .owl-buttons .owl-prev i,
          .shelf-carousel .owl-buttons .owl-next i {
            font-size: 18px;
            line-height: 26px; } }
      .shelf-carousel .owl-buttons .owl-prev:hover:after,
      .shelf-carousel .owl-buttons .owl-next:hover:after {
        left: 0;
        right: 0; }
    .shelf-carousel .owl-buttons .owl-prev {
      float: left; }
      .shelf-carousel .owl-buttons .owl-prev:before {
        -moz-transform: skewX(30deg);
        -webkit-transform: skewX(30deg);
        -o-transform: skewX(30deg);
        -ms-transform: skewX(30deg);
        transform: skewX(30deg); }
      @media (max-width: 1200px) {
        .shelf-carousel .owl-buttons .owl-prev {
          margin-left: -20px !important; } }
      @media (max-width: 1100px) {
        .shelf-carousel .owl-buttons .owl-prev {
          margin-left: -25px !important; } }
      @media (max-width: 480px) {
        .shelf-carousel .owl-buttons .owl-prev {
          display: none !important; } }
    .shelf-carousel .owl-buttons .owl-next {
      float: right; }
      .shelf-carousel .owl-buttons .owl-next:before {
        -moz-transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
        -o-transform: skewX(-30deg);
        -ms-transform: skewX(-30deg);
        transform: skewX(-30deg); }
      @media (max-width: 1200px) {
        .shelf-carousel .owl-buttons .owl-next {
          margin-right: -20px !important; } }
      @media (max-width: 1050px) {
        .shelf-carousel .owl-buttons .owl-next {
          margin-left: -25px !important; } }
      @media (max-width: 480px) {
        .shelf-carousel .owl-buttons .owl-next {
          display: none !important; } }
  .shelf-carousel .owl-pagination {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    height: 15px;
    text-align: center; }
    .shelf-carousel .owl-pagination .owl-page {
      position: relative;
      margin: 0 6px;
      width: 10px;
      height: 10px;
      display: inline-block;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      background-color: #6bb5b8; }
      .shelf-carousel .owl-pagination .owl-page.active {
        background-color: #282828; }

.section-pricing {
  margin: 20px 0; }
  .section-pricing .content {
    padding: 20px; }
    @media (max-width: 1439px) {
      .section-pricing .content {
        padding: 15px; } }
    @media (max-width: 1200px) {
      .section-pricing .content {
        padding: 10px; } }
    .section-pricing .content p:last-child {
      margin-bottom: 0; }
    .section-pricing .content a {
      color: #00aee5;
      text-decoration: underline;
      font-weight: 600; }

.section-referral-code {
  margin-top: 15px; }
  .section-referral-code header .close {
    position: absolute;
    display: block;
    top: 15px;
    right: 15px;
    color: black;
    opacity: 1 !important; }
    @media (max-width: 1439px) {
      .section-referral-code header .close {
        top: 12px;
        right: 12px; } }
    @media (max-width: 1200px) {
      .section-referral-code header .close {
        top: 8px;
        right: 8px; } }
    .section-referral-code header .close p {
      color: black;
      opacity: 1 !important;
      float: left;
      margin-top: 2px;
      margin-right: 7px; }
      @media (max-width: 1439px) {
        .section-referral-code header .close p {
          margin-top: 3px;
          margin-right: 5px; } }
      @media (max-width: 1200px) {
        .section-referral-code header .close p {
          margin-top: 1px;
          margin-right: 4px; } }
    .section-referral-code header .close i {
      font-size: 20px;
      float: left; }
      @media (max-width: 1200px) {
        .section-referral-code header .close i {
          font-size: 15px; } }
  .section-referral-code .content span {
    margin-bottom: 10px;
    display: block; }
  .section-referral-code .content select {
    margin-bottom: 25px; }
    @media (max-width: 1439px) {
      .section-referral-code .content select {
        margin-bottom: 20px;
        height: 36px;
        line-height: 34px;
        font-size: 14px; } }
    @media (max-width: 1200px) {
      .section-referral-code .content select {
        margin-bottom: 15px;
        height: 28px;
        line-height: 26px;
        font-size: 13px; } }
  .section-referral-code .content input {
    width: 100%;
    height: 48px;
    line-height: 46px;
    padding: 0 15px;
    margin-bottom: 25px;
    border: 1px solid #f4f4f4;
    font-size: 16px;
    font-weight: 600;
    color: black; }
    @media (max-width: 1439px) {
      .section-referral-code .content input {
        margin-bottom: 20px;
        height: 36px;
        line-height: 34px;
        font-size: 14px; } }
    @media (max-width: 1200px) {
      .section-referral-code .content input {
        margin-bottom: 15px;
        height: 28px;
        line-height: 26px;
        font-size: 13px; } }
  .section-referral-code .content .btn {
    float: right; }

.student-selector {
  margin-bottom: 10px; }

.price-calculation {
  margin-bottom: 10px; }

.section-timer .section-configure,
.section-exam-mode .section-configure {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (max-width: 1439px) {
    .section-timer .section-configure,
    .section-exam-mode .section-configure {
      margin-top: 15px;
      margin-bottom: 15px; } }
  @media (max-width: 1200px) {
    .section-timer .section-configure,
    .section-exam-mode .section-configure {
      margin-top: 10px;
      margin-bottom: 10px; } }
  .section-timer .section-configure button,
  .section-timer .section-configure .remaining-time,
  .section-timer .section-configure .time-elapsed,
  .section-timer .section-configure .instructions,
  .section-exam-mode .section-configure button,
  .section-exam-mode .section-configure .remaining-time,
  .section-exam-mode .section-configure .time-elapsed,
  .section-exam-mode .section-configure .instructions {
    margin-top: 20px; }
    @media (max-width: 1439px) {
      .section-timer .section-configure button,
      .section-timer .section-configure .remaining-time,
      .section-timer .section-configure .time-elapsed,
      .section-timer .section-configure .instructions,
      .section-exam-mode .section-configure button,
      .section-exam-mode .section-configure .remaining-time,
      .section-exam-mode .section-configure .time-elapsed,
      .section-exam-mode .section-configure .instructions {
        margin-top: 15px; } }
    @media (max-width: 1200px) {
      .section-timer .section-configure button,
      .section-timer .section-configure .remaining-time,
      .section-timer .section-configure .time-elapsed,
      .section-timer .section-configure .instructions,
      .section-exam-mode .section-configure button,
      .section-exam-mode .section-configure .remaining-time,
      .section-exam-mode .section-configure .time-elapsed,
      .section-exam-mode .section-configure .instructions {
        margin-top: 10px; } }
  .section-timer .section-configure .remaining-time,
  .section-timer .section-configure .time-elapsed,
  .section-exam-mode .section-configure .remaining-time,
  .section-exam-mode .section-configure .time-elapsed {
    font-size: 18px;
    font-weight: 400; }
    @media (max-width: 1439px) {
      .section-timer .section-configure .remaining-time,
      .section-timer .section-configure .time-elapsed,
      .section-exam-mode .section-configure .remaining-time,
      .section-exam-mode .section-configure .time-elapsed {
        font-size: 16px; } }
    @media (max-width: 1200px) {
      .section-timer .section-configure .remaining-time,
      .section-timer .section-configure .time-elapsed,
      .section-exam-mode .section-configure .remaining-time,
      .section-exam-mode .section-configure .time-elapsed {
        font-size: 14px; } }
a:hover > .task-tooltip,
i:hover > .task-tooltip,
button:hover > .task-tooltip {
  display: block; }

.highlight-hidden {
  visibility: hidden; }

[class*="sentence-"] {
  background-repeat: repeat; }

.sentence-warning {
  background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe-yellow.B73E958E31F7.png"); }

.sentence-error {
  background-color: #ffe5a3; }

i[class*="word-"] {
  padding: 0 14px;
  width: 28px;
  height: 26px;
  margin-bottom: -8px;
  z-index: 99999;
  background-color: white;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
  position: static; }
  i[class*="word-"].tooltip-visible {
    position: relative; }
    i[class*="word-"].tooltip-visible .feedback-tooltip {
      display: block; }

span[class*="word-"] {
  -webkit-box-shadow: inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 2px transparent;
  padding: 0 3px; }

i.word-before {
  background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/missing-before.645EB7C969AB.png"); }

i.word-after {
  background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/missing-after.862359B8ADC2.png"); }

i.word-spelling {
  background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/something-wrong.6435B4D16D05.png"); }

i.word-unknown {
  background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/unsure.7BABCC535DCB.png"); }

span.word-before {
  -webkit-box-shadow: inset 0 0 0 2px #ff7f7e;
  box-shadow: inset 0 0 0 2px #ff7f7e; }

span.word-after {
  -webkit-box-shadow: inset 0 0 0 2px #a9dc73;
  box-shadow: inset 0 0 0 2px #a9dc73; }

span.word-spelling {
  -webkit-box-shadow: inset 0 0 0 2px #088488;
  box-shadow: inset 0 0 0 2px #088488; }

span.word-unknown {
  -webkit-box-shadow: inset 0 0 0 2px #035ff8;
  box-shadow: inset 0 0 0 2px #035ff8; }

mark.tooltip-visible {
  position: relative; }
  mark.tooltip-visible .feedback-tooltip {
    display: block; }

.feedback-tooltip {
  width: 360px;
  min-height: 200px;
  background-color: white;
  display: none;
  position: absolute;
  border: 1px solid #bdbebe;
  top: 53px;
  right: -42px;
  z-index: 990;
  -webkit-box-shadow: 0 0 15px 0 #C9C9C9;
  box-shadow: 0 0 15px 0 #C9C9C9;
  font-style: normal !important;
  cursor: default; }
  @media (max-width: 1439px) {
    .feedback-tooltip {
      width: 320px;
      min-height: 180px; } }
  @media (max-width: 1200px) {
    .feedback-tooltip {
      width: 110px; } }
  .feedback-tooltip:before {
    width: 50px;
    height: 50px;
    -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -o-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
    background-color: white;
    content: '';
    display: block;
    border-left: 1px solid #bdbebe;
    border-top: 1px solid #bdbebe;
    top: -26px;
    right: 30px;
    position: absolute;
    z-index: 999; }
  .feedback-tooltip .tooltip-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 99999;
    cursor: pointer; }
    @media (max-width: 1439px) {
      .feedback-tooltip .tooltip-close {
        top: 14px;
        right: 14px; } }
    @media (max-width: 1200px) {
      .feedback-tooltip .tooltip-close {
        top: 0px;
        right: 4px; } }
    .feedback-tooltip .tooltip-close:before {
      content: '';
      background: black;
      display: block;
      position: absolute;
      -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      -o-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      transform: translateX(0) translateY(0) translateZ(0) rotate(45deg) scale(1);
      width: 20px;
      height: 2px;
      top: 10px; }
    .feedback-tooltip .tooltip-close:after {
      content: '';
      background: black;
      display: block;
      position: absolute;
      -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(-45deg) scale(1);
      -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(-45deg) scale(1);
      -o-transform: translateX(0) translateY(0) translateZ(0) rotate(-45deg) scale(1);
      -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(-45deg) scale(1);
      transform: translateX(0) translateY(0) translateZ(0) rotate(-45deg) scale(1);
      width: 20px;
      height: 2px;
      top: 10px; }
  .feedback-tooltip-top {
    position: relative;
    z-index: 9999;
    background-color: white;
    border-bottom: 1px solid #f4f4f4;
    min-height: 60px;
    padding: 0 20px;
    line-height: 60px; }
    @media (max-width: 1439px) {
      .feedback-tooltip-top {
        min-height: 48px;
        padding: 0 10px;
        line-height: 48px; } }
    @media (max-width: 1200px) {
      .feedback-tooltip-top {
        min-height: 48px;
        padding: 10px 5px;
        line-height: 25px;
        text-align: center; } }
  .feedback-tooltip-middle {
    position: relative;
    z-index: 9999;
    background-color: white;
    padding: 30px 20px; }
    .feedback-tooltip-middle p {
      margin-bottom: 5px;
      line-height: 24px;
      display: block;
      width: 100%; }
    @media (max-width: 1439px) {
      .feedback-tooltip-middle {
        padding: 20px 10px; }
        .feedback-tooltip-middle p {
          line-height: 19px;
          font-size: 14px; } }
  .feedback-tooltip-bottom {
    position: relative;
    z-index: 9999;
    background-color: white;
    border-top: 1px solid #f4f4f4;
    min-height: 50px;
    padding: 0 20px;
    line-height: 50px; }
    .feedback-tooltip-bottom .btn {
      margin-top: 8px;
      float: right; }
    @media (max-width: 1439px) {
      .feedback-tooltip-bottom {
        min-height: 40px;
        padding: 0 10px;
        line-height: 40px; }
        .feedback-tooltip-bottom .btn {
          margin-top: 6px; } }
.short-excerpt-1 .feedback-tooltip {
  right: -54px; }

.short-excerpt-2 .feedback-tooltip {
  right: -52px; }

.short-excerpt-3 .feedback-tooltip {
  right: -50px; }

.short-excerpt-4 .feedback-tooltip {
  right: -48px; }

.tooltip-container {
  position: relative; }
  .tooltip-container:hover > .task-tooltip {
    display: block; }
  .tooltip-container-inline-block {
    display: inline-block; }
  .tooltip-container-block {
    display: block; }
  .tooltip-container-inline {
    display: inline; }

.modal {
  z-index: 99999999; }
  .modal-content {
    z-index: 99999999;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #088488; }
    .modal-content .close {
      opacity: 1; }
      .modal-content .close * {
        float: left; }
      .modal-content .close p {
        line-height: 32px; }
        @media (max-width: 400px) {
          .modal-content .close p {
            display: none; } }
      .modal-content .close span {
        font-size: 28px;
        line-height: 32px;
        margin-left: 6px; }
  .modal-small:not(.modal-clean) .modal-body {
    padding: 20px 30px; }
    .modal-small:not(.modal-clean) .modal-body:before, .modal-small:not(.modal-clean) .modal-body:after {
      content: " ";
      display: table; }
    .modal-small:not(.modal-clean) .modal-body:after {
      clear: both; }
    @media (max-width: 1439px) {
      .modal-small:not(.modal-clean) .modal-body {
        padding: 15px 20px; } }
    @media (max-width: 1200px) {
      .modal-small:not(.modal-clean) .modal-body {
        padding: 10px 15px; } }
    .modal-small:not(.modal-clean) .modal-body p,
    .modal-small:not(.modal-clean) .modal-body span {
      margin-bottom: 15px;
      display: block;
      width: 100%;
      float: none; }
      @media (max-width: 1439px) {
        .modal-small:not(.modal-clean) .modal-body p,
        .modal-small:not(.modal-clean) .modal-body span {
          margin-bottom: 10px; } }
      @media (max-width: 1200px) {
        .modal-small:not(.modal-clean) .modal-body p,
        .modal-small:not(.modal-clean) .modal-body span {
          margin-bottom: 5px; } }
  .modal-small.modal-clean .modal-body {
    padding: 20px 30px; }
    .modal-small.modal-clean .modal-body:before, .modal-small.modal-clean .modal-body:after {
      content: " ";
      display: table; }
    .modal-small.modal-clean .modal-body:after {
      clear: both; }
    @media (max-width: 1439px) {
      .modal-small.modal-clean .modal-body {
        padding: 15px 20px; } }
    @media (max-width: 1200px) {
      .modal-small.modal-clean .modal-body {
        padding: 10px 15px; } }
    .modal-small.modal-clean .modal-body p {
      margin-bottom: 10px; }
      .modal-small.modal-clean .modal-body p:last-child {
        margin-bottom: 0; }
  .modal-small.modal-clean .modal-body-tabbed {
    margin-top: -1px; }
    .modal-small.modal-clean .modal-body-tabbed .section-tabs-wrapper {
      margin: -20px -30px 0; }
      @media (max-width: 1439px) {
        .modal-small.modal-clean .modal-body-tabbed .section-tabs-wrapper {
          margin: -15px -20px 0; } }
      @media (max-width: 1200px) {
        .modal-small.modal-clean .modal-body-tabbed .section-tabs-wrapper {
          margin: -10px -15px 0; } }
    .modal-small.modal-clean .modal-body-tabbed .section-tabs-content {
      padding: 20px 30px; }
      @media (max-width: 1439px) {
        .modal-small.modal-clean .modal-body-tabbed .section-tabs-content {
          padding: 15px 20px; } }
      @media (max-width: 1200px) {
        .modal-small.modal-clean .modal-body-tabbed .section-tabs-content {
          padding: 10px 15px; } }
    .modal-small.modal-clean .modal-body-tabbed .form-horizontal {
      padding: 0; }
  .modal-small.modal-clean .loading-spinner {
    height: 51px;
    padding: 20px 0; }
  .modal-about .modal-body {
    padding: 20px 30px; }
    .modal-about .modal-body:before, .modal-about .modal-body:after {
      content: " ";
      display: table; }
    .modal-about .modal-body:after {
      clear: both; }
    @media (max-width: 1439px) {
      .modal-about .modal-body {
        padding: 15px 20px; } }
    @media (max-width: 1200px) {
      .modal-about .modal-body {
        padding: 10px 15px; } }
    .modal-about .modal-body .row div p,
    .modal-about .modal-body .row div span {
      margin-top: 15px;
      margin-bottom: 5px;
      display: block;
      width: 100%; }
      @media (max-width: 1439px) {
        .modal-about .modal-body .row div p,
        .modal-about .modal-body .row div span {
          margin-top: 10px;
          margin-bottom: 5px; } }
      @media (max-width: 1200px) {
        .modal-about .modal-body .row div p,
        .modal-about .modal-body .row div span {
          margin-top: 5px;
          margin-bottom: 5px; } }
    .modal-about .modal-body input {
      width: 100%;
      height: 48px;
      line-height: 46px;
      padding: 0 15px;
      border: 1px solid #f4f4f4;
      font-size: 16px;
      font-weight: 600;
      color: black; }
  .modal-body {
    padding: 0; }
  .modal .panel-heading.contains-nav-tabs {
    padding: 0;
    background-color: #b2dadb; }
    .modal .panel-heading.contains-nav-tabs .panel-heading-main {
      align-items: center; }
      @media (max-width: 767px) {
        .modal .panel-heading.contains-nav-tabs .panel-heading-main .close span {
          font-size: 22px; } }
    .modal .panel-heading.contains-nav-tabs .panel-heading-actions {
      margin: 0 15px 0 0; }
    .modal .panel-heading.contains-nav-tabs .nav-tabs {
      margin: 0 0 0 1px;
      border: none; }
      @media (max-width: 767px) {
        .modal .panel-heading.contains-nav-tabs .nav-tabs li a {
          font-size: 12px;
          padding-left: 4px;
          padding-right: 4px; } }
      .modal .panel-heading.contains-nav-tabs .nav-tabs li:last-child a {
        border-right: 1px solid #088488; }
    .modal .panel-heading.contains-nav-tabs .close {
      margin: 0; }
  .modal .nav-tabs {
    margin: -1px;
    background-color: #b2dadb;
    border-color: #088488; }
    .modal .nav-tabs li a {
      border-color: #088488;
      border-top: none;
      margin: 0 0 0 -1px;
      -webkit-border-radius: 0;
      border-radius: 0;
      font-size: 16px;
      font-weight: 600;
      padding: 12px 20px; }
      .modal .nav-tabs li a::after {
        background-color: #fff; }
      .modal .nav-tabs li a:hover {
        background-color: #088488;
        border-top: none;
        border-bottom: #088488; }
        .modal .nav-tabs li a:hover::after {
          background-color: #088488; }
    .modal .nav-tabs li.active a {
      border-bottom-color: #fff;
      border-top: none;
      border-left-color: #088488; }
      .modal .nav-tabs li.active a::after {
        background-color: #fff; }
      .modal .nav-tabs li.active a:hover {
        background-color: #fff; }
        .modal .nav-tabs li.active a:hover::after {
          background-color: #fff; }
    .modal .nav-tabs li:last-child a {
      border-right: none; }
    .modal .nav-tabs li:last-child.active a {
      border-right: 1px solid #088488; }
  .modal .tab-pane .info {
    margin-top: 1.5em;
    margin-right: 25px;
    margin-left: 25px;
    width: calc(100% - 50px); }
  .modal .prompt {
    background-color: #ffce54;
    width: 100%;
    width: calc(100% - 50px);
    margin: 10px auto;
    padding: 10px 15px;
    display: none;
    position: relative;
    -webkit-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px; }
    .modal .prompt:before, .modal .prompt:after {
      content: " ";
      display: table; }
    .modal .prompt:after {
      clear: both; }
    .modal .prompt * {
      float: left; }
    .modal .prompt.active {
      display: block; }
  .modal .facebook {
    position: relative;
    padding: 45px 25px;
    border-bottom: 1px solid #088488; }
    @media (max-width: 1439px) {
      .modal .facebook {
        padding: 25px 25px 30px; } }
    .modal .facebook-btn {
      width: 100%;
      display: block;
      position: relative;
      -webkit-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px;
      background-color: #3b5998;
      height: 60px;
      cursor: pointer; }
      @media (max-width: 1439px) {
        .modal .facebook-btn {
          height: 50px; } }
      .modal .facebook-btn i {
        width: 60px;
        height: 60px;
        font-size: 28px;
        text-align: center;
        line-height: 60px;
        float: left;
        border-right: 1px solid #2f477a;
        color: white; }
        @media (max-width: 1439px) {
          .modal .facebook-btn i {
            height: 50px;
            width: 50px;
            line-height: 50px;
            font-size: 24px; } }
      .modal .facebook-btn span {
        border-left: 1px solid #627aad;
        text-align: center;
        float: left;
        width: calc(100% - 60px);
        margin: 0 auto;
        line-height: 60px;
        color: white; }
        @media (max-width: 1439px) {
          .modal .facebook-btn span {
            line-height: 50px;
            width: calc(100% - 50px); } }
    .modal .facebook .or {
      width: 34px;
      height: 34px;
      -webkit-border-radius: 34px;
      border-radius: 34px;
      border: 1px solid #088488;
      background-color: white;
      display: block;
      z-index: 1;
      position: absolute;
      bottom: -17px;
      left: 50%;
      margin-left: -17px;
      color: black;
      text-align: center;
      line-height: 31px; }
  .modal .form-group {
    display: flex;
    align-items: center; }
    .modal .form-group div.voucher-code label {
      width: 100%; }
    .modal .form-group div.voucher-code input#voucher-code {
      display: inline-block;
      width: 67%;
      margin-right: 15px; }
  .modal .form-horizontal {
    padding: 25px; }
    @media (max-width: 1439px) {
      .modal .form-horizontal {
        padding: 15px 25px; } }
    @media (max-width: 1200px) {
      .modal .form-horizontal {
        padding: 10px 25px; } }
    .modal .form-horizontal h2 {
      margin-bottom: 25px; }
      @media (max-width: 1439px) {
        .modal .form-horizontal h2 {
          margin-bottom: 20px; } }
      @media (max-width: 1200px) {
        .modal .form-horizontal h2 {
          margin-bottom: 15px; } }
    .modal .form-horizontal .form-group {
      margin-bottom: 15px !important; }
      @media (max-width: 1439px) {
        .modal .form-horizontal .form-group {
          margin-bottom: 10px !important; } }
      @media (max-width: 1200px) {
        .modal .form-horizontal .form-group {
          margin-bottom: 7px !important; } }
      .modal .form-horizontal .form-group.submit {
        text-align: center; }
      .modal .form-horizontal .form-group a {
        margin: 15px 0 0 0;
        font-weight: 600; }
    .modal .form-horizontal label {
      padding-top: 12px; }
      @media (max-width: 1439px) {
        .modal .form-horizontal label {
          padding-top: 9px; } }
    .modal .form-horizontal input:not([type="radio"]):not([type="checkbox"]) {
      height: 50px;
      -webkit-border-radius: 0 0 0 10px;
      border-radius: 0 0 0 10px;
      border-color: #bdbebe;
      outline: none;
      background: #f8fdfd;
      -webkit-appearance: value;
      -moz-appearance: value;
      appearance: value; }
      @media (max-width: 1439px) {
        .modal .form-horizontal input:not([type="radio"]):not([type="checkbox"]) {
          height: 40px; } }
      @media (max-width: 1200px) {
        .modal .form-horizontal input:not([type="radio"]):not([type="checkbox"]) {
          height: 32px; } }
  .modal .section-contents-award .panel-body {
    padding: 0; }
    .modal .section-contents-award .panel-body .award-description {
      text-align: center;
      padding-bottom: 15px; }
      @media (max-width: 1439px) {
        .modal .section-contents-award .panel-body .award-description {
          padding-bottom: 15px; } }
      @media (max-width: 1200px) {
        .modal .section-contents-award .panel-body .award-description {
          padding-bottom: 10px; } }
  .modal .section-contents-award header {
    background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/pattern.3A6B2CC87905.png");
    background-repeat: repeat;
    width: 100%;
    display: block;
    padding: 20px 30px;
    text-align: center; }
    .modal .section-contents-award header object,
    .modal .section-contents-award header svg {
      max-width: 220px;
      display: inline-block;
      margin: 0 10px; }
  .modal .section-contents-award i.ampersand {
    width: 36px;
    height: 36px;
    display: block;
    position: relative;
    margin: -18px auto 0;
    border: 1px solid #b2dadb;
    background-color: white;
    background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/wandi-icon.99A4D0C8EF41.svg");
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: center center;
    -webkit-border-radius: 36px;
    border-radius: 36px;
    z-index: 1; }
  .modal .section-contents-award .modal-body {
    text-align: center;
    padding: 20px; }
    .modal .section-contents-award .modal-body .btn {
      margin-top: 30px; }
  .modal .section-contents-award .share-award .modal-body {
    margin-top: -18px;
    padding-top: 38px;
    background-image: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe.167B54630C73.png");
    background-repeat: repeat;
    text-align: left; }
    .modal .section-contents-award .share-award .modal-body label {
      margin-bottom: 10px; }

.modal-dialog {
  width: fit-content; }
  .modal-dialog .modal-content {
    max-width: 1000px; }

.modal-fullscreen.modal {
  padding: 2vh 2vw;
  overflow: hidden; }

.modal-fullscreen .modal-dialog {
  margin: 0 auto; }

.modal-fullscreen .modal-content {
  max-width: 96vw;
  overflow: hidden; }

.modal-fullscreen .section-contents-realia {
  max-height: 96vh;
  display: flex;
  flex-direction: column; }

.modal-fullscreen .panel-heading {
  flex-shrink: 0; }

.modal-fullscreen .panel-body {
  flex-grow: 1;
  overflow: auto; }

.modal-fullscreen .realia-image {
  max-width: 100%; }

.modal-backdrop {
  z-index: 999999; }

.modal-footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 15px 30px;
  border-top: 2px solid #088488;
  background-color: #fff; }
  @media (max-width: 1439px) {
    .modal-footer {
      padding: 15px 20px; } }
  @media (max-width: 1200px) {
    .modal-footer {
      padding: 10px 15px; } }
  .modal-footer .footer-info {
    min-width: 50%;
    margin-right: auto;
    width: 100%; }
    @media (max-width: 580px) {
      .modal-footer .footer-info {
        margin-right: 0;
        margin-bottom: 10px; } }
.modal-footer.hidden {
  display: none; }

.section-contents-auth-modal .auth-banner {
  padding: 20px;
  margin-bottom: -10px; }

.section-contents-auth-modal .panel-body {
  padding: 0; }

.section-contents-auth-modal .description {
  display: flex; }
  .section-contents-auth-modal .description > * {
    flex-grow: 1;
    width: 0; }

.section-contents-auth-modal .auth {
  margin-bottom: 0; }
  @media (max-width: 1439px) {
    .section-contents-auth-modal .auth #elit-sign-in .form-group {
      margin-bottom: 15px !important; } }
.modal-section .panel {
  margin-bottom: 0; }

.modal-section .panel-heading {
  border-top: unset; }
  .modal-section .panel-heading button.close {
    margin-top: 0; }
    @media (max-width: 1200px) {
      .modal-section .panel-heading button.close {
        margin-top: -3px; } }
    @media (max-width: 992px) {
      .modal-section .panel-heading button.close {
        margin-top: 6px; } }
.modal-section .panel-body fieldset {
  margin: 0; }

.modal-section .panel-footer .loading-spinner {
  width: 100%;
  margin-bottom: 5px; }

footer.footer {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  margin: 30px 0 0;
  padding: 0 30px;
  background-color: #fff; }
  footer.footer .footer__nav {
    display: inline-flex;
    align-items: center;
    margin-left: auto; }
  @media (max-width: 1439px) {
    footer.footer {
      margin: 15px 0 0;
      padding: 0 15px; } }
  @media (max-width: 992px) {
    footer.footer {
      flex-flow: row wrap;
      padding-top: 20px;
      padding-bottom: 20px; }
      footer.footer .footer__ident {
        margin-bottom: 20px; } }
  @media (max-width: 767px) {
    footer.footer {
      min-height: 160px; } }
  footer.footer .logo img {
    width: 200px;
    margin-top: 8px; }
  footer.footer .logo .small {
    font-size: 12px; }
  footer.footer .elit img {
    height: 55px;
    width: 55px; }
  footer.footer .footer__nav > ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0; }
    footer.footer .footer__nav > ul > li {
      display: inline-block;
      padding: 0 20px;
      font-weight: 600;
      font-size: 12px; }
    @media (max-width: 992px) {
      footer.footer .footer__nav > ul {
        width: 100%; }
        footer.footer .footer__nav > ul > li {
          padding: 0 40px 0 0; } }
    @media (max-width: 767px) {
      footer.footer .footer__nav > ul > li {
        line-height: 25px; } }
    footer.footer .footer__nav > ul .dropdown-menu {
      bottom: unset; }
    footer.footer .footer__nav > ul .show {
      display: inline-block !important; }

@keyFrames cookies-slide {
  from {
    bottom: -3em;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }

#cookies-popup {
  margin: 0;
  margin-left: -15px;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  animation-name: cookies-slide;
  animation-duration: 1s; }
  #cookies-popup > a {
    text-decoration: underline; }

.static-page {
  padding-top: 20px; }
  @media (max-width: 1439px) {
    .static-page {
      padding-top: 10px; } }
  .static-page .doc-anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -90px; }
    @media (max-width: 1439px) {
      .static-page .doc-anchor {
        top: -54px; } }
  .static-page .terms-of-use-img {
    display: block;
    margin-bottom: 1em;
    width: 25%; }
  .static-page th {
    min-width: 12em; }

.panel .nav-tabs {
  border-top: 0;
  border-right: 0;
  border-left: 0; }

.modal .payments .modal-body {
  background: url("https://wandi-6402.kxcdn.com/elit-assets/writeandimprove/0.1.882/img/small-stripe.167B54630C73.png") repeat; }

.modal .payments .cvv-help {
  margin-left: 0.25em; }

.modal .payments .payment-schedule-message {
  margin-bottom: 10px;
  text-align: left; }

.payments-paypal {
  margin: 20px 0; }

.payments #btn-make-paypal-payment {
  cursor: pointer; }

.payments #payments-validation-error {
  color: #a94442;
  font-weight: 600; }

.payments .accept-terms {
  float: right; }
  .payments .accept-terms input[type="checkbox"] {
    margin-left: 0.7em; }
  .payments .accept-terms a {
    color: #00aee5; }

.pricing {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #edf3f3; }
  .pricing .price-label {
    margin-right: 20px; }
  .pricing .price {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    padding: 10px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-size: 70%;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #83cd36; }
    .pricing .price .price-extra {
      display: block;
      padding-top: 10px;
      font-weight: 700; }

.beacon {
  display: inline-block;
  position: relative;
  background-color: #088488;
  width: 1em;
  max-width: 15px;
  height: 1em;
  max-height: 15px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  margin-right: 10px; }
  .beacon::before {
    position: absolute;
    content: "";
    height: 1em;
    width: 1em;
    max-width: 15px;
    max-height: 15px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 2px 2px #088488;
    animation: active 1s infinite linear; }
  .beacon:hover {
    cursor: pointer; }

.beacon--before {
  transform: translate(-50%, 0); }

.beacon--after {
  transform: translate(0, 0); }

.beacon--top {
  transform: translateY(-50%); }

@keyframes active {
  0% {
    transform: scale(0.1);
    opacity: 1; }
  70% {
    transform: scale(2.5);
    opacity: 0; }
  100% {
    opacity: 0; } }

#app .modal-upsell .nav-pills {
  margin-top: 0; }

.modal-upsell .modal-body h1,
.modal-upsell .modal-body h2,
.modal-upsell .modal-body h3,
.modal-upsell .modal-body h4,
.modal-upsell .modal-body h5,
.modal-upsell .modal-body h6 {
  margin-bottom: 15px; }

.modal-upsell .modal-body h2 {
  margin-top: 15px; }

.modal-upsell .modal-body .container {
  padding: 0; }

.modal-upsell .modal-body .feature-list {
  margin-bottom: 20px;
  padding-left: 30px; }
  .modal-upsell .modal-body .feature-list li {
    margin-bottom: 10px; }

.modal-upsell .modal-body .small-print {
  font-style: italic; }

.modal-upsell .modal-body .feature-image {
  min-height: 250px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }
  @media (max-width: 767px) {
    .modal-upsell .modal-body .feature-image {
      display: none; } }
.modal-upsell .modal-body .pull-out {
  margin-top: 20px;
  font-style: bold; }
  @media (max-width: 767px) {
    .modal-upsell .modal-body .pull-out {
      margin-top: 0; } }
.modal-upsell .modal-body .pricing {
  margin: 0 0 10px; }

.wandi-wysiwyg-editor {
  border: 1px solid #f1f1f1;
  background-color: white; }
  .wandi-wysiwyg-editor span {
    font-weight: inherit; }

.writing-filter {
  padding: 10px 15px; }
  .writing-filter p {
    font-weight: 400; }

.writing-filter--sticky {
  background-color: #edf3f3;
  box-shadow: 0 0 4px 0 #000;
  left: auto !important;
  width: calc(100% - 40px) !important;
  z-index: 999; }
  @media (min-width: 992px) {
    .writing-filter--sticky {
      padding-right: 15px;
      width: calc(100% - 207px) !important; } }
  @media (min-width: 1440px) {
    .writing-filter--sticky {
      margin: 0 -15px;
      padding-left: 30px;
      padding-right: 30px;
      width: calc(100% - 275px) !important; } }
/* Help panels used to display helpful information. Used in the Class View demo page.
   DEPRECATED
*/
.section-help {
  background-color: #f1ffff;
  border-bottom: 1px solid #6bb5b8;
  padding: 1rem; }
  .section-help br {
    display: block;
    line-height: 2.5rem;
    content: " ";
    margin: 1rem; }
  .section-help .help-image {
    margin: 1.6rem;
    text-align: center; }
    .section-help .help-image img {
      border: 1px solid #bdbebe;
      max-width: 95%; }

/* Section used to explain a particular function of the site to be used in a
   section or a modal. The feedback help section modal for an example.
*/
.help-section {
  border-bottom: 1px solid transparent; }
  .help-section:not(:last-child) {
    border-bottom: 1px solid #bdbebe;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .help-section > p {
    line-height: 2.5rem; }
  .help-section h3 {
    margin-bottom: 0.6rem; }

.level-preference-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center; }
  @media (max-width: 580px) {
    .level-preference-buttons {
      flex-direction: column; } }
.level-preference-button {
  text-align: center;
  width: 10em;
  cursor: pointer; }

.lozenge--task-type, .lozenge--danger, .lozenge--warning, .lozenge--success, .lozenge--info, .lozenge--primary, .lozenge {
  color: #fff;
  background-color: #9f9f9f;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 22px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  cursor: default;
  align-self: center; }

.lozenge--primary {
  color: #282828;
  background-color: #088488; }

.lozenge--info {
  color: #fff;
  background-color: #5bc0de; }

.lozenge--success {
  color: #fff;
  background-color: #5cb85c; }

.lozenge--warning {
  color: #fff;
  background-color: #f0ad4e; }

.lozenge--danger {
  color: #fff;
  background-color: #ff7f7e; }

.lozenge--task-type {
  color: #555;
  background-color: #fff;
  border: 1px solid #58f0f5;
  text-shadow: 0 1px 2px #ddd; }

.lozenge--fixed-width {
  width: 70px;
  text-align: center; }
  @media (min-width: 768px) {
    .lozenge--fixed-width {
      width: 140px; } }
/* Help section that describes the word, sentence and score-level feedback to
   the user.
*/
.feedback-help span {
  font-weight: 300; }

.feedback-help .sentences {
  padding: 0.5rem;
  background-color: #f1ffff; }

.feedback-help .sentence {
  display: table;
  margin: 1rem 0;
  font-weight: 400;
  font-size: 14px; }

.feedback-help .sentence-good {
  background-color: #fff; }

.feedback-help .word {
  margin: 1rem 0; }

.feedback-help .scores {
  display: flex;
  flex-flow: row wrap; }
  .feedback-help .scores table {
    margin-right: 20px;
    min-width: 100px;
    margin-bottom: 0; }

.user {
  display: flex;
  align-items: baseline;
  flex-flow: row wrap; }
  .user > [class^="user__"] {
    margin-right: 10px; }
    .user > [class^="user__"]:last-child {
      margin-right: 0; }

.user__username,
.user__email {
  font-weight: 600; }

.section-contents-prompt p {
  margin-bottom: 0.8rem; }

.auth-modal .form-group.checkbox + .checkbox {
  margin-top: -10px; }

.auth-modal .form-group.checkbox label {
  padding-top: 0; }

.section-contents-edit-task-modal .panel-body {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }

.section-contents-edit-task-modal .section-tabs {
  height: 40px;
  margin-top: -1px; }
  .section-contents-edit-task-modal .section-tabs a {
    cursor: pointer;
    line-height: 37px;
    height: 38px; }
    .section-contents-edit-task-modal .section-tabs a.error {
      background-color: #f19c9a; }

.section-contents-edit-task-modal div.task-type-modifier-wrapper + div.section-tabs-wrapper .section-tabs {
  margin-top: 0; }

.section-contents-edit-task-modal .section-tabs-content {
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px; }
  .section-contents-edit-task-modal .section-tabs-content form.content .form-group:last-child {
    margin-bottom: 0; }

.section-contents-edit-task-modal .question-section {
  border-top: 1px solid #088488;
  -webkit-border-radius: 0;
  border-radius: 0; }

.section-contents-edit-task-modal .task-length-modifier, .section-contents-edit-task-modal .task-type-modifier {
  display: inline-block;
  margin-bottom: 10px; }
  .section-contents-edit-task-modal .task-length-modifier a, .section-contents-edit-task-modal .task-type-modifier a {
    background: #f4f4f4;
    line-height: 1.1;
    margin-right: 15px;
    padding: 8px;
    display: inline-block;
    cursor: pointer; }
    .section-contents-edit-task-modal .task-length-modifier a.active, .section-contents-edit-task-modal .task-type-modifier a.active {
      background: #088488; }

.section-contents-edit-task-modal .task-type-modifier-header {
  margin: 15px 15px 0; }

.section-contents-edit-task-modal .task-type-modifier {
  margin: 0 15px 15px; }

.section-contents-edit-task-modal .realia-delete {
  padding-left: 5px; }

.section-contents-edit-task-modal .inline-label {
  padding: 0 8px; }

.section-contents-edit-task-modal input {
  height: 33px; }
  .section-contents-edit-task-modal input[type="checkbox"] {
    height: 23px;
    margin-top: 0; }

.section-contents-edit-task-modal .form-actions input {
  height: auto; }

.section-contents-edit-task-modal label {
  padding-top: 0; }

.section-contents-edit-task-modal .task-status {
  text-align: left; }

.section-contents-edit-task-modal .help-block {
  font-size: 14px; }

.section-contents-edit-task-modal .realia-thumb {
  padding-right: 8px; }

.section-contents-task-type-modal .task-type {
  display: flex;
  align-items: baseline;
  margin: 15px 0; }
  .section-contents-task-type-modal .task-type:last-child {
    margin-bottom: 0; }

.section-contents-task-type-modal .task-type__description {
  margin-left: 10px; }

.gdpr-opt-in-modal .hero-img {
  max-width: 100%; }

.gdpr-opt-in-modal .panel-body {
  padding: 20px; }

.gdpr-opt-in-modal .gdpr-opt-in-modal__heading {
  padding-bottom: 20px; }

.gdpr-opt-in-modal .gdpr-opt-in-modal__examples-list {
  margin: 20px 0; }

.gdpr-opt-in-modal .actions-list {
  padding: 20px 0; }

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only; }

.DraftEditor-root {
  position: relative; }

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

.public-DraftStyleDefault-listLTR {
  direction: ltr; }

.public-DraftStyleDefault-listRTL {
  direction: rtl; }

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box; }

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none; }

.public-DraftStyleDefault-block {
  margin: 1em 0; }

.rdw-editor-wrapper:focus {
  outline: none; }

.rdw-editor-wrapper {
  box-sizing: content-box; }

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100; }

.rdw-alignment-option-left {
  justify-content: flex-start; }

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px; }

.rdw-image-alignment {
  position: relative; }

.rdw-image-imagewrapper {
  position: relative; }

.rdw-image-center {
  display: flex;
  justify-content: center; }

.rdw-image-left {
  display: flex; }

.rdw-image-right {
  display: flex;
  justify-content: flex-end; }

.rdw-image-alignment-options-popup-right {
  right: 0; }

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-link-decorator-wrapper {
  position: relative; }

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white; }

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.rdw-suggestion-wrapper {
  position: relative; }

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100; }

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1; }

.rdw-suggestion-option-active {
  background-color: #F1F1F1; }

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdownoption-highlighted {
  background: #F1F1F1; }

.rdw-dropdownoption-active {
  background: #f5f5f5; }

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white; }

.rdw-dropdown-wrapper:focus {
  outline: none; }

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll; }

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 200px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex; }

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px; }

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-image-modal-upload-option {
  height: 65px;
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0; }

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7; }

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; }

.rdw-image-modal-upload-option-label span {
  padding: 0 20px; }

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.rdw-image-modal-url-section {
  display: block; }

.rdw-image-modal-url-input {
  width: 95%;
  height: 35px;
  margin: 30px 0 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-image-modal-btn-section {
  margin: 10px auto 0; }

.rdw-image-modal-url-input:focus {
  outline: none; }

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-image-modal-btn:focus {
  outline: none !important; }

.rdw-image-modal-btn:disabled {
  background: #ece9e9; }

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex; }

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column; }

.rdw-embedded-modal-link-input {
  width: 95%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-embedded-modal-link-input:focus {
  outline: none; }

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center; }

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-embedded-modal-btn:focus {
  outline: none !important; }

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9; }

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-embedded-modal-size-input {
  width: 45%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-embedded-modal-size-input:focus {
  outline: none; }

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-link-dropdown {
  width: 50px; }

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-link-dropdownPlaceholder {
  margin-left: 8px; }

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-link-modal-label {
  font-size: 15px; }

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px; }

.rdw-link-modal-input:focus {
  outline: none; }

.rdw-link-modal-buttonsection {
  margin: 0 auto; }

.rdw-link-modal-target-option {
  margin-bottom: 20px; }

.rdw-link-modal-target-option > span {
  margin-left: 5px; }

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-link-modal-btn:focus {
  outline: none !important; }

.rdw-link-modal-btn:disabled {
  background: #ece9e9; }

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative; }

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px; }

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px; }

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7; }

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll; }

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1; }

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset; }

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD; }

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD; }

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD; }

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-right-aligned-block {
  text-align: right; }

.rdw-left-aligned-block {
  text-align: left; }

.rdw-center-aligned-block {
  text-align: center; }

.rdw-justify-aligned-block {
  text-align: justify; }

.rdw-right-aligned-block > div {
  display: inline-block; }

.rdw-left-aligned-block > div {
  display: inline-block; }

.rdw-center-aligned-block > div {
  display: inline-block; }

.rdw-justify-aligned-block > div {
  display: inline-block; }

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-list-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-fontfamily-dropdown {
  width: 115px; }

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.rdw-fontfamily-optionwrapper {
  width: 140px; }

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-fontsize-dropdown {
  min-width: 40px; }

.rdw-fontsize-option {
  display: flex;
  justify-content: center; }

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px; }

.rdw-block-dropdown {
  width: 110px; }

.rdw-inline-wrapper {
  display: flex;
  margin-bottom: 6px; }

.rdw-inline-dropdown {
  width: 50px; }

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

/*# sourceMappingURL=react-draft-wysiwyg.css.map*/
