/*@brand-success:         #A8EA77;*/
/*
            background-color: @navbar-default-link-active-bg;
        color: @navbar-default-link-active-color;
*/
/* darken(spin(@state-warning-bg, -10), 5%); */
/* book */
/* pencil */
/* remove */
/* address-book */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }
      

  // Don't show links for images, or javascript/internal links
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
  .nav.nav-tabs {
    display: none;
  }
  .nav.nav-pills {
    display: none;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "PT Sans", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #56585b;
  background-color: #fdfdfd;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #41742f;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:focus {
  color: #366128;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.dark {
  color: #56585b;
}
a.dark:hover,
a.dark:focus {
  color: #366128;
}
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.6;
  background-color: #fdfdfd;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-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: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #cccccc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "PT Sans", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.4;
  color: #56585b;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #56585b;
}
h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 25px;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 14px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 770px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #b3b3b3;
}
.text-primary {
  color: #5faa45;
}
.text-primary:hover {
  color: #4b8636;
}
.text-warning {
  color: #333333;
}
.text-warning:hover {
  color: #1a1a1a;
}
.text-danger {
  color: #cc2626;
}
.text-danger:hover {
  color: #a11e1e;
}
.text-success {
  color: #09191f;
}
.text-success:hover {
  color: #000000;
}
.text-info {
  color: #dfdfdf;
}
.text-info:hover {
  color: #c6c6c6;
}
.text-white {
  color: #fff;
}
.text-white:hover {
  color: #e6e6e6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #cccccc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 0;
  padding-right: 10px;
  /*&:first-child {
      padding-left: 0;
    }*/
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.6;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 770px) {
  .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;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b3b3b3;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  border-left: 5px solid #cccccc;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.6;
  color: #b3b3b3;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #cccccc;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.6;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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: 500px;
  overflow-y: scroll;
}
.container {
  margin-top: 65px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 770px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 770px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.6;
  vertical-align: top;
  border-top: 1px solid #b3b3b3;
}
.table > thead > tr > th {
  border-bottom: 2px solid #b3b3b3;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #b3b3b3;
}
.table .table {
  background-color: #fdfdfd;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #b3b3b3;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #b3b3b3;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #dfdfdf;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #8ac775;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #7abf63;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #ed9e9e;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #e98989;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #f5dea2;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #f3d68b;
}
@media (max-width: 769px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #b3b3b3;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    /*white-space: nowrap;*/
    word-wrap: break-word;
    min-width: 160px;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #b3b3b3;
}
.form-control::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-control::-webkit-input-placeholder {
  color: #b3b3b3;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #cccccc;
}
textarea.form-control {
  height: auto;
}
input[type="radio"].form-control,
input[type="checkbox"].form-control {
  height: 20px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  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="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #333333;
}
.has-warning .form-control {
  border-color: #333333;
  -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: #1a1a1a;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #666666;
}
.has-warning .input-group-addon {
  color: #333333;
  border-color: #333333;
  background-color: #f5dea2;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #cc2626;
}
.has-error .form-control {
  border-color: #cc2626;
  -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: #a11e1e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e57373;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e57373;
}
.has-error .input-group-addon {
  color: #cc2626;
  border-color: #cc2626;
  background-color: #ed9e9e;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #09191f;
}
.has-success .form-control {
  border-color: #09191f;
  -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: #000000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1f586e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #1f586e;
}
.has-success .input-group-addon {
  color: #09191f;
  border-color: #09191f;
  background-color: #8ac775;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #95989b;
}
@media (min-width: 770px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.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: 29px;
}
.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;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 770px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #b3b3b3;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #949494;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #b3b3b3;
}
.btn-default .badge {
  color: #fff;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #5faa45;
  border-color: #55983e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #4f8d39;
  border-color: #3d6c2c;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #5faa45;
  border-color: #55983e;
}
.btn-primary .badge {
  color: #5faa45;
  background-color: #fff;
}
.btn-warning {
  color: #555555;
  background-color: #eec55d;
  border-color: #ecbd46;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #555555;
  background-color: #eab838;
  border-color: #dda517;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eec55d;
  border-color: #ecbd46;
}
.btn-warning .badge {
  color: #eec55d;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #e57373;
  border-color: #e15d5d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #df5151;
  border-color: #d72a2a;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e57373;
  border-color: #e15d5d;
}
.btn-danger .badge {
  color: #e57373;
  background-color: #fff;
}
.btn-success {
  color: #56585b;
  background-color: #72D637;
  border-color: #65ca29;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #56585b;
  background-color: #5fbd27;
  border-color: #4c971f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #72D637;
  border-color: #65ca29;
}
.btn-success .badge {
  color: #72D637;
  background-color: #fff;
}
.btn-info {
  color: #555555;
  background-color: #6bb7d5;
  border-color: #57adcf;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #555555;
  background-color: #4ba8cc;
  border-color: #3491b6;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #6bb7d5;
  border-color: #57adcf;
}
.btn-info .badge {
  color: #6bb7d5;
  background-color: #fff;
}
.btn-link {
  color: #41742f;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
  outline: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #366128;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #b3b3b3;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'icomoon';
  src: url('/content/fonts/icomoon.eot');
  src: url('/content/fonts/icomoon.eot') format('embedded-opentype'), url('/content/fonts/icomoon.woff') format('woff'), url('/content/fonts/icomoon.ttf') format('truetype'), url('/content/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.glyphicon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-home:before {
  content: "\e600";
}
.icon-home2:before {
  content: "\e601";
}
.icon-home3:before {
  content: "\e602";
}
.icon-office:before {
  content: "\e603";
}
.icon-newspaper:before {
  content: "\e604";
}
.icon-pencil:before {
  content: "\e605";
}
.icon-pencil2:before {
  content: "\e606";
}
.icon-quill:before {
  content: "\e607";
}
.icon-pen:before {
  content: "\e608";
}
.icon-blog:before {
  content: "\e609";
}
.icon-droplet:before {
  content: "\e60a";
}
.icon-paint-format:before {
  content: "\e60b";
}
.icon-image:before {
  content: "\e60c";
}
.icon-image2:before {
  content: "\e60d";
}
.icon-images:before {
  content: "\e60e";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-music:before {
  content: "\e610";
}
.icon-headphones:before {
  content: "\e611";
}
.icon-play:before {
  content: "\e612";
}
.icon-film:before {
  content: "\e613";
}
.icon-camera2:before {
  content: "\e614";
}
.icon-dice:before {
  content: "\e615";
}
.icon-pacman:before {
  content: "\e616";
}
.icon-spades:before {
  content: "\e617";
}
.icon-clubs:before {
  content: "\e618";
}
.icon-diamonds:before {
  content: "\e619";
}
.icon-pawn:before {
  content: "\e61a";
}
.icon-bullhorn:before {
  content: "\e61b";
}
.icon-connection:before {
  content: "\e61c";
}
.icon-podcast:before {
  content: "\e61d";
}
.icon-feed:before {
  content: "\e61e";
}
.icon-book:before {
  content: "\e61f";
}
.icon-books:before {
  content: "\e620";
}
.icon-library:before {
  content: "\e621";
}
.icon-file:before {
  content: "\e622";
}
.icon-profile:before {
  content: "\e623";
}
.icon-file2:before {
  content: "\e624";
}
.icon-file3:before {
  content: "\e625";
}
.icon-file4:before {
  content: "\e626";
}
.icon-copy:before {
  content: "\e627";
}
.icon-copy2:before {
  content: "\e628";
}
.icon-copy3:before {
  content: "\e629";
}
.icon-paste:before {
  content: "\e62a";
}
.icon-paste2:before {
  content: "\e62b";
}
.icon-paste3:before {
  content: "\e62c";
}
.icon-stack:before {
  content: "\e62d";
}
.icon-folder:before {
  content: "\e62e";
}
.icon-folder-open:before {
  content: "\e62f";
}
.icon-tag:before {
  content: "\e630";
}
.icon-tags:before {
  content: "\e631";
}
.icon-barcode:before {
  content: "\e632";
}
.icon-qrcode:before {
  content: "\e633";
}
.icon-ticket:before {
  content: "\e634";
}
.icon-cart:before {
  content: "\e635";
}
.icon-cart2:before {
  content: "\e636";
}
.icon-cart3:before {
  content: "\e637";
}
.icon-coin:before {
  content: "\e638";
}
.icon-credit:before {
  content: "\e639";
}
.icon-calculate:before {
  content: "\e63a";
}
.icon-support:before {
  content: "\e63b";
}
.icon-phone:before {
  content: "\e63c";
}
.icon-phone-hang-up:before {
  content: "\e63d";
}
.icon-address-book:before {
  content: "\e63e";
}
.icon-notebook:before {
  content: "\e63f";
}
.icon-envelope:before {
  content: "\e640";
}
.icon-pushpin:before {
  content: "\e641";
}
.icon-location:before {
  content: "\e642";
}
.icon-location2:before {
  content: "\e643";
}
.icon-compass:before {
  content: "\e644";
}
.icon-map:before {
  content: "\e645";
}
.icon-map2:before {
  content: "\e646";
}
.icon-history:before {
  content: "\e647";
}
.icon-clock:before {
  content: "\e648";
}
.icon-clock2:before {
  content: "\e649";
}
.icon-alarm:before {
  content: "\e64a";
}
.icon-alarm2:before {
  content: "\e64b";
}
.icon-bell:before {
  content: "\e64c";
}
.icon-stopwatch:before {
  content: "\e64d";
}
.icon-calendar:before {
  content: "\e64e";
}
.icon-calendar2:before {
  content: "\e64f";
}
.icon-print:before {
  content: "\e650";
}
.icon-keyboard:before {
  content: "\e651";
}
.icon-screen:before {
  content: "\e652";
}
.icon-laptop:before {
  content: "\e653";
}
.icon-mobile:before {
  content: "\e654";
}
.icon-mobile2:before {
  content: "\e655";
}
.icon-tablet:before {
  content: "\e656";
}
.icon-tv:before {
  content: "\e657";
}
.icon-cabinet:before {
  content: "\e658";
}
.icon-drawer:before {
  content: "\e659";
}
.icon-drawer2:before {
  content: "\e65a";
}
.icon-drawer3:before {
  content: "\e65b";
}
.icon-box-add:before {
  content: "\e65c";
}
.icon-box-remove:before {
  content: "\e65d";
}
.icon-download:before {
  content: "\e65e";
}
.icon-upload:before {
  content: "\e65f";
}
.icon-disk:before {
  content: "\e660";
}
.icon-storage:before {
  content: "\e661";
}
.icon-undo:before {
  content: "\e662";
}
.icon-redo:before {
  content: "\e663";
}
.icon-flip:before {
  content: "\e664";
}
.icon-flip2:before {
  content: "\e665";
}
.icon-undo2:before {
  content: "\e666";
}
.icon-redo2:before {
  content: "\e667";
}
.icon-forward:before {
  content: "\e668";
}
.icon-reply:before {
  content: "\e669";
}
.icon-bubble:before {
  content: "\e66a";
}
.icon-bubbles:before {
  content: "\e66b";
}
.icon-bubbles2:before {
  content: "\e66c";
}
.icon-bubble2:before {
  content: "\e66d";
}
.icon-bubbles3:before {
  content: "\e66e";
}
.icon-bubbles4:before {
  content: "\e66f";
}
.icon-user:before {
  content: "\e670";
}
.icon-users:before {
  content: "\e671";
}
.icon-user2:before {
  content: "\e672";
}
.icon-users2:before {
  content: "\e673";
}
.icon-user3:before {
  content: "\e674";
}
.icon-user4:before {
  content: "\e675";
}
.icon-quotes-left:before {
  content: "\e676";
}
.icon-busy:before {
  content: "\e677";
}
.icon-spinner:before {
  content: "\e678";
}
.icon-spinner2:before {
  content: "\e679";
}
.icon-spinner3:before {
  content: "\e67a";
}
.icon-spinner4:before {
  content: "\e67b";
}
.icon-spinner5:before {
  content: "\e67c";
}
.icon-spinner6:before {
  content: "\e67d";
}
.icon-binoculars:before {
  content: "\e67e";
}
.icon-search:before {
  content: "\e67f";
}
.icon-zoomin:before {
  content: "\e680";
}
.icon-zoomout:before {
  content: "\e681";
}
.icon-expand:before {
  content: "\e682";
}
.icon-contract:before {
  content: "\e683";
}
.icon-expand2:before {
  content: "\e684";
}
.icon-contract2:before {
  content: "\e685";
}
.icon-key:before {
  content: "\e686";
}
.icon-key2:before {
  content: "\e687";
}
.icon-lock:before {
  content: "\e688";
}
.icon-lock2:before {
  content: "\e689";
}
.icon-unlocked:before {
  content: "\e68a";
}
.icon-wrench:before {
  content: "\e68b";
}
.icon-settings:before {
  content: "\e68c";
}
.icon-equalizer:before {
  content: "\e68d";
}
.icon-cog:before {
  content: "\e68e";
}
.icon-cogs:before {
  content: "\e68f";
}
.icon-cog2:before {
  content: "\e690";
}
.icon-hammer:before {
  content: "\e691";
}
.icon-wand:before {
  content: "\e692";
}
.icon-aid:before {
  content: "\e693";
}
.icon-bug:before {
  content: "\e694";
}
.icon-pie:before {
  content: "\e695";
}
.icon-stats:before {
  content: "\e696";
}
.icon-bars:before {
  content: "\e697";
}
.icon-bars2:before {
  content: "\e698";
}
.icon-gift:before {
  content: "\e699";
}
.icon-trophy:before {
  content: "\e69a";
}
.icon-glass:before {
  content: "\e69b";
}
.icon-mug:before {
  content: "\e69c";
}
.icon-food:before {
  content: "\e69d";
}
.icon-leaf:before {
  content: "\e69e";
}
.icon-rocket:before {
  content: "\e69f";
}
.icon-meter:before {
  content: "\e6a0";
}
.icon-meter2:before {
  content: "\e6a1";
}
.icon-dashboard:before {
  content: "\e6a2";
}
.icon-hammer2:before {
  content: "\e6a3";
}
.icon-fire:before {
  content: "\e6a4";
}
.icon-lab:before {
  content: "\e6a5";
}
.icon-magnet:before {
  content: "\e6a6";
}
.icon-remove:before {
  content: "\e6a7";
}
.icon-remove2:before {
  content: "\e6a8";
}
.icon-briefcase:before {
  content: "\e6a9";
}
.icon-airplane:before {
  content: "\e6aa";
}
.icon-truck:before {
  content: "\e6ab";
}
.icon-road:before {
  content: "\e6ac";
}
.icon-accessibility:before {
  content: "\e6ad";
}
.icon-target:before {
  content: "\e6ae";
}
.icon-shield:before {
  content: "\e6af";
}
.icon-lightning:before {
  content: "\e6b0";
}
.icon-switch:before {
  content: "\e6b1";
}
.icon-powercord:before {
  content: "\e6b2";
}
.icon-signup:before {
  content: "\e6b3";
}
.icon-list:before {
  content: "\e6b4";
}
.icon-list2:before {
  content: "\e6b5";
}
.icon-numbered-list:before {
  content: "\e6b6";
}
.icon-menu:before {
  content: "\e6b7";
}
.icon-menu2:before {
  content: "\e6b8";
}
.icon-tree:before {
  content: "\e6b9";
}
.icon-cloud:before {
  content: "\e6ba";
}
.icon-cloud-download:before {
  content: "\e6bb";
}
.icon-cloud-upload:before {
  content: "\e6bc";
}
.icon-download2:before {
  content: "\e6bd";
}
.icon-upload2:before {
  content: "\e6be";
}
.icon-download3:before {
  content: "\e6bf";
}
.icon-upload3:before {
  content: "\e6c0";
}
.icon-globe:before {
  content: "\e6c1";
}
.icon-earth:before {
  content: "\e6c2";
}
.icon-link:before {
  content: "\e6c3";
}
.icon-flag:before {
  content: "\e6c4";
}
.icon-attachment:before {
  content: "\e6c5";
}
.icon-eye:before {
  content: "\e6c6";
}
.icon-eye-blocked:before {
  content: "\e6c7";
}
.icon-eye2:before {
  content: "\e6c8";
}
.icon-bookmark:before {
  content: "\e6c9";
}
.icon-bookmarks:before {
  content: "\e6ca";
}
.icon-brightness-medium:before {
  content: "\e6cb";
}
.icon-brightness-contrast:before {
  content: "\e6cc";
}
.icon-contrast:before {
  content: "\e6cd";
}
.icon-star:before {
  content: "\e6ce";
}
.icon-star2:before {
  content: "\e6cf";
}
.icon-star3:before {
  content: "\e6d0";
}
.icon-heart:before {
  content: "\e6d1";
}
.icon-heart2:before {
  content: "\e6d2";
}
.icon-heart-broken:before {
  content: "\e6d3";
}
.icon-thumbs-up:before {
  content: "\e6d4";
}
.icon-thumbs-up2:before {
  content: "\e6d5";
}
.icon-happy:before {
  content: "\e6d6";
}
.icon-happy2:before {
  content: "\e6d7";
}
.icon-smiley:before {
  content: "\e6d8";
}
.icon-smiley2:before {
  content: "\e6d9";
}
.icon-tongue:before {
  content: "\e6da";
}
.icon-tongue2:before {
  content: "\e6db";
}
.icon-sad:before {
  content: "\e6dc";
}
.icon-sad2:before {
  content: "\e6dd";
}
.icon-wink:before {
  content: "\e6de";
}
.icon-wink2:before {
  content: "\e6df";
}
.icon-grin:before {
  content: "\e6e0";
}
.icon-grin2:before {
  content: "\e6e1";
}
.icon-cool:before {
  content: "\e6e2";
}
.icon-cool2:before {
  content: "\e6e3";
}
.icon-angry:before {
  content: "\e6e4";
}
.icon-angry2:before {
  content: "\e6e5";
}
.icon-evil:before {
  content: "\e6e6";
}
.icon-evil2:before {
  content: "\e6e7";
}
.icon-shocked:before {
  content: "\e6e8";
}
.icon-shocked2:before {
  content: "\e6e9";
}
.icon-confused:before {
  content: "\e6ea";
}
.icon-confused2:before {
  content: "\e6eb";
}
.icon-neutral:before {
  content: "\e6ec";
}
.icon-neutral2:before {
  content: "\e6ed";
}
.icon-wondering:before {
  content: "\e6ee";
}
.icon-wondering2:before {
  content: "\e6ef";
}
.icon-point-up:before {
  content: "\e6f0";
}
.icon-point-right:before {
  content: "\e6f1";
}
.icon-point-down:before {
  content: "\e6f2";
}
.icon-point-left:before {
  content: "\e6f3";
}
.icon-warning:before {
  content: "\e6f4";
}
.icon-notification:before {
  content: "\e6f5";
}
.icon-question:before {
  content: "\e6f6";
}
.icon-info:before {
  content: "\e6f7";
}
.icon-info2:before {
  content: "\e6f8";
}
.icon-blocked:before {
  content: "\e6f9";
}
.icon-cancel-circle:before {
  content: "\e6fa";
}
.icon-checkmark-circle:before {
  content: "\e6fb";
}
.icon-spam:before {
  content: "\e6fc";
}
.icon-close:before {
  content: "\e6fd";
}
.icon-checkmark:before {
  content: "\e6fe";
}
.icon-checkmark2:before {
  content: "\e6ff";
}
.icon-spell-check:before {
  content: "\e700";
}
.icon-minus:before {
  content: "\e701";
}
.icon-plus:before {
  content: "\e702";
}
.icon-enter:before {
  content: "\e703";
}
.icon-exit:before {
  content: "\e704";
}
.icon-play2:before {
  content: "\e705";
}
.icon-pause:before {
  content: "\e706";
}
.icon-stop:before {
  content: "\e707";
}
.icon-backward:before {
  content: "\e708";
}
.icon-forward2:before {
  content: "\e709";
}
.icon-play3:before {
  content: "\e70a";
}
.icon-pause2:before {
  content: "\e70b";
}
.icon-stop2:before {
  content: "\e70c";
}
.icon-backward2:before {
  content: "\e70d";
}
.icon-forward3:before {
  content: "\e70e";
}
.icon-first:before {
  content: "\e70f";
}
.icon-last:before {
  content: "\e710";
}
.icon-previous:before {
  content: "\e711";
}
.icon-next:before {
  content: "\e712";
}
.icon-eject:before {
  content: "\e713";
}
.icon-volume-high:before {
  content: "\e714";
}
.icon-volume-medium:before {
  content: "\e715";
}
.icon-volume-low:before {
  content: "\e716";
}
.icon-volume-mute:before {
  content: "\e717";
}
.icon-volume-mute2:before {
  content: "\e718";
}
.icon-volume-increase:before {
  content: "\e719";
}
.icon-volume-decrease:before {
  content: "\e71a";
}
.icon-loop:before {
  content: "\e71b";
}
.icon-loop2:before {
  content: "\e71c";
}
.icon-loop3:before {
  content: "\e71d";
}
.icon-shuffle:before {
  content: "\e71e";
}
.icon-arrow-up-left:before {
  content: "\e71f";
}
.icon-arrow-up:before,
.glyphicon-chevron-up:before {
  content: "\e720";
}
.icon-arrow-up-right:before {
  content: "\e721";
}
.icon-arrow-right:before,
.glyphicon-chevron-right:before {
  content: "\e722";
}
.icon-arrow-down-right:before {
  content: "\e723";
}
.icon-arrow-down:before,
.glyphicon-chevron-down:before {
  content: "\e724";
}
.icon-arrow-down-left:before {
  content: "\e725";
}
.icon-arrow-left:before,
.glyphicon-chevron-left:before {
  content: "\e726";
}
.icon-arrow-up-left2:before {
  content: "\e727";
}
.icon-arrow-up2:before {
  content: "\e728";
}
.icon-arrow-up-right2:before {
  content: "\e729";
}
.icon-arrow-right2:before {
  content: "\e72a";
}
.icon-arrow-down-right2:before {
  content: "\e72b";
}
.icon-arrow-down2:before {
  content: "\e72c";
}
.icon-arrow-down-left2:before {
  content: "\e72d";
}
.icon-arrow-left2:before {
  content: "\e72e";
}
.icon-arrow-up-left3:before {
  content: "\e72f";
}
.icon-arrow-up3:before {
  content: "\e730";
}
.icon-arrow-up-right3:before {
  content: "\e731";
}
.icon-arrow-right3:before {
  content: "\e732";
}
.icon-arrow-down-right3:before {
  content: "\e733";
}
.icon-arrow-down3:before {
  content: "\e734";
}
.icon-arrow-down-left3:before {
  content: "\e735";
}
.icon-arrow-left3:before {
  content: "\e736";
}
.icon-tab:before {
  content: "\e737";
}
.icon-checkbox-checked:before {
  content: "\e738";
}
.icon-checkbox-unchecked:before {
  content: "\e739";
}
.icon-checkbox-partial:before {
  content: "\e73a";
}
.icon-radio-checked:before {
  content: "\e73b";
}
.icon-radio-unchecked:before {
  content: "\e73c";
}
.icon-crop:before {
  content: "\e73d";
}
.icon-scissors:before {
  content: "\e73e";
}
.icon-filter:before {
  content: "\e73f";
}
.icon-filter2:before {
  content: "\e740";
}
.icon-font:before {
  content: "\e741";
}
.icon-text-height:before {
  content: "\e742";
}
.icon-text-width:before {
  content: "\e743";
}
.icon-bold:before {
  content: "\e744";
}
.icon-underline:before {
  content: "\e745";
}
.icon-italic:before {
  content: "\e746";
}
.icon-strikethrough:before {
  content: "\e747";
}
.icon-omega:before {
  content: "\e748";
}
.icon-sigma:before {
  content: "\e749";
}
.icon-table:before {
  content: "\e74a";
}
.icon-table2:before {
  content: "\e74b";
}
.icon-insert-template:before {
  content: "\e74c";
}
.icon-pilcrow:before {
  content: "\e74d";
}
.icon-lefttoright:before {
  content: "\e74e";
}
.icon-righttoleft:before {
  content: "\e74f";
}
.icon-paragraph-left:before {
  content: "\e750";
}
.icon-paragraph-center:before {
  content: "\e751";
}
.icon-paragraph-right:before {
  content: "\e752";
}
.icon-paragraph-justify:before {
  content: "\e753";
}
.icon-paragraph-left2:before {
  content: "\e754";
}
.icon-paragraph-center2:before {
  content: "\e755";
}
.icon-paragraph-right2:before {
  content: "\e756";
}
.icon-paragraph-justify2:before {
  content: "\e757";
}
.icon-indent-increase:before {
  content: "\e758";
}
.icon-indent-decrease:before {
  content: "\e759";
}
.icon-newtab:before {
  content: "\e75a";
}
.icon-embed:before {
  content: "\e75b";
}
.icon-code:before {
  content: "\e75c";
}
.icon-console:before {
  content: "\e75d";
}
.icon-share:before {
  content: "\e75e";
}
.icon-mail:before {
  content: "\e75f";
}
.icon-mail2:before {
  content: "\e760";
}
.icon-mail3:before {
  content: "\e761";
}
.icon-mail4:before {
  content: "\e762";
}
.icon-google:before {
  content: "\e763";
}
.icon-googleplus:before {
  content: "\e764";
}
.icon-googleplus2:before {
  content: "\e765";
}
.icon-googleplus3:before {
  content: "\e766";
}
.icon-googleplus4:before {
  content: "\e767";
}
.icon-google-drive:before {
  content: "\e768";
}
.icon-facebook:before {
  content: "\e769";
}
.icon-facebook2:before {
  content: "\e76a";
}
.icon-facebook3:before {
  content: "\e76b";
}
.icon-instagram:before {
  content: "\e76c";
}
.icon-twitter:before {
  content: "\e76d";
}
.icon-twitter2:before {
  content: "\e76e";
}
.icon-twitter3:before {
  content: "\e76f";
}
.icon-feed2:before {
  content: "\e770";
}
.icon-feed3:before {
  content: "\e771";
}
.icon-feed4:before {
  content: "\e772";
}
.icon-youtube:before {
  content: "\e773";
}
.icon-youtube2:before {
  content: "\e774";
}
.icon-vimeo:before {
  content: "\e775";
}
.icon-vimeo2:before {
  content: "\e776";
}
.icon-vimeo3:before {
  content: "\e777";
}
.icon-lanyrd:before {
  content: "\e778";
}
.icon-flickr:before {
  content: "\e779";
}
.icon-flickr2:before {
  content: "\e77a";
}
.icon-flickr3:before {
  content: "\e77b";
}
.icon-flickr4:before {
  content: "\e77c";
}
.icon-picassa:before {
  content: "\e77d";
}
.icon-picassa2:before {
  content: "\e77e";
}
.icon-dribbble:before {
  content: "\e77f";
}
.icon-dribbble2:before {
  content: "\e780";
}
.icon-dribbble3:before {
  content: "\e781";
}
.icon-forrst:before {
  content: "\e782";
}
.icon-forrst2:before {
  content: "\e783";
}
.icon-deviantart:before {
  content: "\e784";
}
.icon-deviantart2:before {
  content: "\e785";
}
.icon-steam:before {
  content: "\e786";
}
.icon-steam2:before {
  content: "\e787";
}
.icon-github:before {
  content: "\e788";
}
.icon-github2:before {
  content: "\e789";
}
.icon-github3:before {
  content: "\e78a";
}
.icon-github4:before {
  content: "\e78b";
}
.icon-github5:before {
  content: "\e78c";
}
.icon-wordpress:before {
  content: "\e78d";
}
.icon-wordpress2:before {
  content: "\e78e";
}
.icon-joomla:before {
  content: "\e78f";
}
.icon-blogger:before {
  content: "\e790";
}
.icon-blogger2:before {
  content: "\e791";
}
.icon-tumblr:before {
  content: "\e792";
}
.icon-tumblr2:before {
  content: "\e793";
}
.icon-yahoo:before {
  content: "\e794";
}
.icon-tux:before {
  content: "\e795";
}
.icon-apple:before {
  content: "\e796";
}
.icon-finder:before {
  content: "\e797";
}
.icon-android:before {
  content: "\e798";
}
.icon-windows:before {
  content: "\e799";
}
.icon-windows8:before {
  content: "\e79a";
}
.icon-soundcloud:before {
  content: "\e79b";
}
.icon-soundcloud2:before {
  content: "\e79c";
}
.icon-skype:before {
  content: "\e79d";
}
.icon-reddit:before {
  content: "\e79e";
}
.icon-linkedin:before {
  content: "\e79f";
}
.icon-lastfm:before {
  content: "\e7a0";
}
.icon-lastfm2:before {
  content: "\e7a1";
}
.icon-delicious:before {
  content: "\e7a2";
}
.icon-stumbleupon:before {
  content: "\e7a3";
}
.icon-stumbleupon2:before {
  content: "\e7a4";
}
.icon-stackoverflow:before {
  content: "\e7a5";
}
.icon-pinterest:before {
  content: "\e7a6";
}
.icon-pinterest2:before {
  content: "\e7a7";
}
.icon-xing:before {
  content: "\e7a8";
}
.icon-xing2:before {
  content: "\e7a9";
}
.icon-flattr:before {
  content: "\e7aa";
}
.icon-foursquare:before {
  content: "\e7ab";
}
.icon-foursquare2:before {
  content: "\e7ac";
}
.icon-paypal:before {
  content: "\e7ad";
}
.icon-paypal2:before {
  content: "\e7ae";
}
.icon-paypal3:before {
  content: "\e7af";
}
.icon-yelp:before {
  content: "\e7b0";
}
.icon-libreoffice:before {
  content: "\e7b1";
}
.icon-file-pdf:before {
  content: "\e7b2";
}
.icon-file-openoffice:before {
  content: "\e7b3";
}
.icon-file-word:before {
  content: "\e7b4";
}
.icon-file-excel:before {
  content: "\e7b5";
}
.icon-file-zip:before {
  content: "\e7b6";
}
.icon-file-powerpoint:before {
  content: "\e7b7";
}
.icon-file-xml:before {
  content: "\e7b8";
}
.icon-file-css:before {
  content: "\e7b9";
}
.icon-html5:before {
  content: "\e7ba";
}
.icon-html52:before {
  content: "\e7bb";
}
.icon-css3:before {
  content: "\e7bc";
}
.icon-chrome:before {
  content: "\e7bd";
}
.icon-firefox:before {
  content: "\e7be";
}
.icon-IE:before {
  content: "\e7bf";
}
.icon-opera:before {
  content: "\e7c0";
}
.icon-safari:before {
  content: "\e7c1";
}
.icon-IcoMoon:before {
  content: "\e7c2";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li {
  white-space: nowrap;
  /*padding-right: 10px;*/
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  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: #5faa45;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #b3b3b3;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(enabled = false)"));*/
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.6;
  color: #b3b3b3;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 770px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: 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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-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 > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-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-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .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 {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-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%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: 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 {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #fdfdfd;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: 10px 12px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}
.nav > li.disabled > a {
  color: #b3b3b3;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #b3b3b3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #cccccc;
  border-color: #41742f;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
@media (min-width: 770px) {
  .nav-tabs {
    border-bottom: 1px solid #b3b3b3;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    color: #555555;
    margin-right: 2px;
    line-height: 1.6;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li > a:hover {
    border-color: #b3b3b3 #b3b3b3 #b3b3b3;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #56585b;
    background-color: #fdfdfd;
    border: 1px solid #b3b3b3;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #b3b3b3;
  }
}
@media (min-width: 770px) and (min-width: 770px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
@media (min-width: 770px) and (min-width: 770px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #b3b3b3;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fdfdfd;
  }
}
@media (max-width: 770px) {
  .nav-tabs > li {
    float: left;
    margin-top: 2px;
  }
  .nav-tabs > li > a {
    border-radius: 4px;
    border: 1px solid #5faa45;
  }
  .nav-tabs > li + li {
    margin-left: 2px;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #5faa45;
  }
}
.nav-pills > li {
  float: left;
  margin-top: 2px;
}
.nav-pills > li > a {
  border-radius: 4px;
  border: 1px solid #5faa45;
}
.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: #5faa45;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 770px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #b3b3b3;
}
@media (min-width: 770px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #b3b3b3;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fdfdfd;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane:before,
.tab-content > .tab-pane:after {
  content: " ";
  display: table;
}
.tab-content > .tab-pane:after {
  clear: both;
}
.tab-content > .tab-pane:before,
.tab-content > .tab-pane:after {
  content: " ";
  display: table;
}
.tab-content > .tab-pane:after {
  clear: both;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 770px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 770px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 770px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 770px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 770px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
}
@media (min-width: 770px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 14px 15px;
  font-size: 18px;
  line-height: 22px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 770px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #fdfdfd;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #555555;
}
.navbar-toggle .icon-bar.info {
  background-color: #43a4ca;
}
.navbar-toggle .icon-bar.info-alt {
  background-color: #43a4ca;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 770px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 769px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    /*background-color: transparent;*/
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 770px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 770px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}
@media (min-width: 770px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 770px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media (min-width: 770px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #5faa45;
  background-image: -webkit-linear-gradient(top, #5faa45 0%, #5faa45 100%);
  background-image: linear-gradient(to bottom, #5faa45 0%, #5faa45 100%);
  background-repeat: repeat-x;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",argb(@start-color),argb(@end-color))); // IE9 and down*/
  border-color: #cccccc;
}
.navbar-default .navbar-brand {
  color: #333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: #8ac775;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: #5faa45;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #111;
  background-color: #8ac775;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #555555;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #cccccc;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #8ac775;
  color: #111;
}
@media (max-width: 769px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: #5faa45;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #111;
    background-color: #8ac775;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #b3b3b3;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #b3b3b3;
}
.navbar-inverse .navbar-nav > li > a {
  color: #b3b3b3;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 769px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #b3b3b3;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #b3b3b3;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #b3b3b3;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #cccccc;
  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 > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #cccccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #5faa45;
  border-color: #5faa45;
  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: #b3b3b3;
  background-color: #fff;
  border-color: #cccccc;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.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: 12px;
}
.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: 22px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.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 #cccccc;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #cccccc;
}
.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: #b3b3b3;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #b3b3b3;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #999999;
}
.label-primary {
  background-color: #5faa45;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #4b8636;
}
.label-success {
  background-color: #72D637;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5ab525;
}
.label-info {
  background-color: #6bb7d5;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #43a4ca;
}
.label-warning {
  background-color: #eec55d;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #e9b42f;
}
.label-danger {
  background-color: #e57373;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #dd4848;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #41742f;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.4;
  color: inherit;
  background-color: #cccccc;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 770px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.6;
  background-color: #fdfdfd;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #41742f;
}
.thumbnail .caption {
  padding: 9px;
  color: #56585b;
}
.alert {
  padding: 15px;
  margin-bottom: 22px;
  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 {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #8ac775;
  border-color: #8abf63;
  color: #333333;
}
.alert-success hr {
  border-top-color: #7cb850;
}
.alert-success .alert-link {
  color: #1a1a1a;
}
.alert-info {
  background-color: #93cae0;
  border-color: #77cdd8;
  color: #333333;
}
.alert-info hr {
  border-top-color: #63c6d3;
}
.alert-info .alert-link {
  color: #1a1a1a;
}
.alert-warning {
  background-color: #f5dea2;
  border-color: #b3b3b3;
  color: #333333;
}
.alert-warning hr {
  border-top-color: #a6a6a6;
}
.alert-warning .alert-link {
  color: #1a1a1a;
}
.alert-danger {
  background-color: #ed9e9e;
  border-color: #e98999;
  color: #cc2626;
}
.alert-danger hr {
  border-top-color: #e57386;
}
.alert-danger .alert-link {
  color: #a11e1e;
}
@-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: 11px;
  margin-top: 5.5px;
  background-color: #ccc;
  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: 9.33333333px;
  line-height: 11px;
  color: #fff;
  text-align: center;
  background-color: #8ac775;
  -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;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #9fe376;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #93cae0;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f5dea2;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #f1b4b4;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-failed {
  background-color: #e57373;
}
.progress-striped .progress-bar-failed {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-tofollowup {
  background-color: #FFCC00;
}
.progress-striped .progress-bar-tofollowup {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-approved {
  background-color: #72D637;
}
.progress-striped .progress-bar-approved {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-passed {
  background-color: #eec55d;
}
.progress-striped .progress-bar-passed {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5faa45;
  border-color: #5faa45;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #d7eccf;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #fdfdfd;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #b3b3b3;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #b3b3b3;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #b3b3b3;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #b3b3b3;
}
.panel-default {
  border-color: #b3b3b3;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #b3b3b3;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-primary {
  border-color: #b3b3b3;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5faa45;
  border-color: #b3b3b3;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-success {
  border-color: #b3b3b3;
}
.panel-success > .panel-heading {
  color: #333333;
  background-color: #8ac775;
  border-color: #b3b3b3;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-warning {
  border-color: #b3b3b3;
}
.panel-warning > .panel-heading {
  color: #333333;
  background-color: #f5dea2;
  border-color: #b3b3b3;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-danger {
  border-color: #b3b3b3;
}
.panel-danger > .panel-heading {
  color: #333333;
  background-color: #ed9e9e;
  border-color: #b3b3b3;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.panel-info {
  border-color: #b3b3b3;
}
.panel-info > .panel-heading {
  color: #fdfdfd;
  background-color: #93cae0;
  border-color: #b3b3b3;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #b3b3b3;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #b3b3b3;
}
.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;
}
@media (max-width: 769px) {
  .modal-open {
    overflow-y: hidden;
  }
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: 0;
  z-index: 1050;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1060;
}
.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: none;
}
.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.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 10px;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 11.6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.6;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 10px;
  padding-left: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 770px) {
  .modal-dialog:not(.modal-lg) {
    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);
  }
}
@media screen and (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 900px;
    margin: 30px auto;
  }
}
@media screen and (min-width: 440px) {
  .modal-dialog.modal-sm {
    width: 400px;
    margin: 30px auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1025;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  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: 500px;
  padding: 3px 8px;
  color: #56585b;
  text-align: center;
  text-decoration: none;
  background-color: #5faa45;
  border-radius: 4px;
}
.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: #5faa45;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #5faa45;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #5faa45;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #5faa45;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #5faa45;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5faa45;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5faa45;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #5faa45;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  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);
  white-space: normal;
}
.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;
  font-weight: normal;
  line-height: 18px;
  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: #999;
  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: #999;
  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: #999;
  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: #999;
  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;
  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;
}
.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);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down*/
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down*/
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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: 770px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
/*!

Split Pane v0.9.2

Copyright (c) 2014 - 2016 Simon Hagström

Released under the MIT license
https://raw.github.com/shagstrom/split-pane/master/LICENSE

*/
.split-pane {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.split-pane > .split-pane-divider {
  background: #8ac775 url(/images/icons/draghandle.gif) no-repeat scroll center;
}
.split-pane.fixed-left > .split-pane-component,
.split-pane.fixed-right > .split-pane-component,
.split-pane.vertical-percent > .split-pane-component {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: auto;
  left: auto;
  right: 0;
  z-index: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
.split-pane.fixed-left > .split-pane-component:first-child,
.split-pane.fixed-right > .split-pane-component:first-child,
.split-pane.vertical-percent > .split-pane-component:first-child {
  left: 0;
  right: auto;
}
.split-pane.fixed-left > .split-pane-divider,
.split-pane.fixed-right > .split-pane-divider,
.split-pane.vertical-percent > .split-pane-divider {
  position: absolute;
  height: 100%;
  top: 0;
  cursor: col-resize;
  z-index: 1;
}
.split-pane.fixed-left > .split-pane-divider > .split-pane-divider-inner,
.split-pane.fixed-right > .split-pane-divider > .split-pane-divider-inner,
.split-pane.vertical-percent > .split-pane-divider > .split-pane-divider-inner {
  position: absolute;
  top: 0;
  left: -5px;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  padding: 0 5px;
}
.split-pane-resize-shim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.split-pane.fixed-left > .split-pane-resize-shim,
.split-pane.fixed-right > .split-pane-resize-shim,
.split-pane.vertical-percent > .split-pane-resize-shim {
  cursor: col-resize;
}
.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;
  visibility: hidden !important;
}
.preserve-white {
  white-space: pre-line;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-xs-inline,
tr.visible-xs-inline,
th.visible-xs-inline,
td.visible-xs-inline {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-xs-inline {
    display: inline-block !important;
  }
  table.visible-xs-inline {
    display: table;
  }
  tr.visible-xs-inline {
    display: table-row !important;
  }
  th.visible-xs-inline,
  td.visible-xs-inline {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-xs-inline.visible-sm {
    display: inline-block !important;
  }
  table.visible-xs-inline.visible-sm {
    display: table;
  }
  tr.visible-xs-inline.visible-sm {
    display: table-row !important;
  }
  th.visible-xs-inline.visible-sm,
  td.visible-xs-inline.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs-inline.visible-md {
    display: inline-block !important;
  }
  table.visible-xs-inline.visible-md {
    display: table;
  }
  tr.visible-xs-inline.visible-md {
    display: table-row !important;
  }
  th.visible-xs-inline.visible-md,
  td.visible-xs-inline.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs-inline.visible-lg {
    display: inline-block !important;
  }
  table.visible-xs-inline.visible-lg {
    display: table;
  }
  tr.visible-xs-inline.visible-lg {
    display: table-row !important;
  }
  th.visible-xs-inline.visible-lg,
  td.visible-xs-inline.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 769px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 769px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-xs-inline {
  display: inline-block !important;
}
table.hidden-xs-inline {
  display: table;
}
tr.hidden-xs-inline {
  display: table-row !important;
}
th.hidden-xs-inline,
td.hidden-xs-inline {
  display: table-cell !important;
}
@media (max-width: 769px) {
  .hidden-xs-inline,
  tr.hidden-xs-inline,
  th.hidden-xs-inline,
  td.hidden-xs-inline {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-xs-inline.hidden-sm,
  tr.hidden-xs-inline.hidden-sm,
  th.hidden-xs-inline.hidden-sm,
  td.hidden-xs-inline.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs-inline.hidden-md,
  tr.hidden-xs-inline.hidden-md,
  th.hidden-xs-inline.hidden-md,
  td.hidden-xs-inline.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs-inline.hidden-lg,
  tr.hidden-xs-inline.hidden-lg,
  th.hidden-xs-inline.hidden-lg,
  td.hidden-xs-inline.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 769px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 769px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 769px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 770px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*! 
 * angular-hotkeys v1.4.3
 * https://chieffancypants.github.io/angular-hotkeys
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */
.cfp-hotkeys-container {
  display: table !important;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #333;
  font-size: 1em;
  background-color: rgba(255,255,255,0.9);
}

.cfp-hotkeys-container.fade {
  z-index: -1024;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.cfp-hotkeys-container.fade.in {
  z-index: 10002;
  visibility: visible;
  opacity: 1;
}

.cfp-hotkeys-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.cfp-hotkeys {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.cfp-hotkeys table {
  margin: auto;
  color: #333;
}

.cfp-content {
  display: table-cell;
  vertical-align: middle;
}

.cfp-hotkeys-keys {
  padding: 5px;
  text-align: right;
}

.cfp-hotkeys-key {
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  border-radius: 5px;
  text-align: center;
  margin-right: 5px;
  box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb;
  padding: 5px 9px;
  font-size: 1em;
}

.cfp-hotkeys-text {
  padding-left: 10px;
  font-size: 1em;
}

.cfp-hotkeys-close {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 2em;
  font-weight: bold;
  padding: 5px 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 45px;
  min-width: 45px;
  text-align: center;
}

.cfp-hotkeys-close:hover {
  background-color: #fff;
  cursor: pointer;
}

@media all and (max-width: 500px) {
  .cfp-hotkeys {
    font-size: 0.8em;
  }
}

@media all and (min-width: 750px) {
  .cfp-hotkeys {
    font-size: 1.2em;
  }
}

/*!
 * FullCalendar v2.1.1 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}
/* Colors
--------------------------------------------------------------------------------------------------*/
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed hr,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #b3b3b3;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
}
.fc-unthemed hr,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}
.fc-unthemed .fc-today {
  background: #fcf8e3;
}
.fc-highlight {
  /* when user is selecting cells */
  background: #6bb7d5;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
.fc-icon {
  display: inline-block;
  font-size: 2em;
  line-height: 0.5em;
  height: 0.5em;
  /* will make the total height 1em */
  font-family: "Courier New", Courier, monospace;
}
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}
.fc-icon-x:after {
  content: "\000D7";
}
/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
.fc button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.fc button:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.fc button:hover,
.fc button:focus {
  color: #333;
  text-decoration: none;
}
.fc button:active,
.fc button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.fc button.disabled,
.fc button[disabled],
fieldset[disabled] .fc button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fc button.fc-state-default {
  color: #333;
  background-color: #fff;
  border-color: #b3b3b3;
}
.fc button.fc-state-default:hover,
.fc button.fc-state-default:focus,
.fc button.fc-state-default:active,
.fc button.fc-state-default.active,
.open .dropdown-toggle.fc button.fc-state-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #949494;
}
.fc button.fc-state-default:active,
.fc button.fc-state-default.active,
.open .dropdown-toggle.fc button.fc-state-default {
  background-image: none;
}
.fc button.fc-state-default.disabled,
.fc button.fc-state-default[disabled],
fieldset[disabled] .fc button.fc-state-default,
.fc button.fc-state-default.disabled:hover,
.fc button.fc-state-default[disabled]:hover,
fieldset[disabled] .fc button.fc-state-default:hover,
.fc button.fc-state-default.disabled:focus,
.fc button.fc-state-default[disabled]:focus,
fieldset[disabled] .fc button.fc-state-default:focus,
.fc button.fc-state-default.disabled:active,
.fc button.fc-state-default[disabled]:active,
fieldset[disabled] .fc button.fc-state-default:active,
.fc button.fc-state-default.disabled.active,
.fc button.fc-state-default[disabled].active,
fieldset[disabled] .fc button.fc-state-default.active {
  background-color: #fff;
  border-color: #b3b3b3;
}
.fc button.fc-state-default .badge {
  color: #fff;
  background-color: #fff;
}
.fc button.fc-state-active {
  color: #fff;
  background-color: #5faa45;
  border-color: #55983e;
  color: #fdfdfd !important;
}
.fc button.fc-state-active:hover,
.fc button.fc-state-active:focus,
.fc button.fc-state-active:active,
.fc button.fc-state-active.active,
.open .dropdown-toggle.fc button.fc-state-active {
  color: #fff;
  background-color: #4f8d39;
  border-color: #3d6c2c;
}
.fc button.fc-state-active:active,
.fc button.fc-state-active.active,
.open .dropdown-toggle.fc button.fc-state-active {
  background-image: none;
}
.fc button.fc-state-active.disabled,
.fc button.fc-state-active[disabled],
fieldset[disabled] .fc button.fc-state-active,
.fc button.fc-state-active.disabled:hover,
.fc button.fc-state-active[disabled]:hover,
fieldset[disabled] .fc button.fc-state-active:hover,
.fc button.fc-state-active.disabled:focus,
.fc button.fc-state-active[disabled]:focus,
fieldset[disabled] .fc button.fc-state-active:focus,
.fc button.fc-state-active.disabled:active,
.fc button.fc-state-active[disabled]:active,
fieldset[disabled] .fc button.fc-state-active:active,
.fc button.fc-state-active.disabled.active,
.fc button.fc-state-active[disabled].active,
fieldset[disabled] .fc button.fc-state-active.active {
  background-color: #5faa45;
  border-color: #55983e;
}
.fc button.fc-state-active .badge {
  color: #5faa45;
  background-color: #fff;
}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* icons in buttons */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: 0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 0.1em;
}
/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
.fc-button-group {
  display: inline-block;
}
/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
  border-radius: 0;
}
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc .fc-button-group > :last-child {
  /* same */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Popover
--------------------------------------------------------------------------------------------------*/
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}
/* unthemed */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: 25px;
  margin-top: 4px;
}
/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}
/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
.fc hr {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-style: solid;
  border-width: 1px 0;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}
/* Tables
--------------------------------------------------------------------------------------------------*/
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}
.fc th {
  text-align: center;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}
/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  /* don't put left/right border on anything within a fake row.
	   the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}
/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
/* highlighting cells */
.fc-row .fc-highlight-skeleton {
  z-index: 2;
  bottom: 0;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 3;
  padding-bottom: 2px;
  /* matches the space above the events */
}
.fc-row .fc-helper-skeleton {
  z-index: 4;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}
/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}
/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}
/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}
/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-day-grid-event.fc-not-start,
.fc-rtl .fc-day-grid-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-day-grid-event.fc-not-end,
.fc-rtl .fc-day-grid-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-day-grid-event > .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}
/* resize handle (outside of fc-content, so can go outside of bounds) */
.fc-day-grid-event .fc-resizer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
}
.fc-ltr .fc-day-grid-event .fc-resizer {
  right: -3px;
  cursor: e-resize;
}
.fc-rtl .fc-day-grid-event .fc-resizer {
  left: -3px;
  cursor: w-resize;
}
/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}
/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
/* Toolbar
--------------------------------------------------------------------------------------------------*/
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
/* the things within each left/right/center section */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: 0.75em;
}
/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}
/* title text */
.fc-toolbar h2 {
  margin: 0;
}
/* button layering (for border precedence) */
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}
/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}
.fc-basic-view tbody .fc-row {
  min-height: 90px;
  /* ensure that all rows are at least this tall */
}
/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid {
  overflow: hidden;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* week and day number styling */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}
.fc-basic-view .fc-week-number {
  text-align: center;
}
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}
.fc-other-month {
  background: #dfdfdf;
}
.fc-other-month.fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	       might want to set the 'color' property instead
	       making day-numbers bold also fixes the problem */
}
/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}
/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}
/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-skeleton {
  z-index: 3;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid > .fc-helper-skeleton {
  z-index: 5;
}
/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
.fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}
.fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}
/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}
/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-event-container {
  /* a div within a cell within the fc-content-skeleton */
  position: relative;
}
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}
/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
.fc-time-grid-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-time-grid-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}
.fc-time-grid-event > .fc-content {
  /* contains the time and title, but no bg and resizer */
  position: relative;
  z-index: 2;
  /* above the bg */
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}
.fc-time-grid-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* for IE */
}
/* short mode, where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}
/* resizer */
.fc-time-grid-event .fc-resizer {
  position: absolute;
  z-index: 3;
  /* above content */
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}
/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.7.0 - 2014-09-09T01:02:43.612Z
 * License: MIT
 */


/* Style when highlighting a search. */
.ui-select-highlight {
  font-weight: bold;
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
    border-color: #D44950;
}

.select2-result-single {
  padding-left: 0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus{
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
    border-color: #D44950;
}


/* Bootstrap theme */

/* Helper class to show styles when focus */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}


/* Fix Bootstrap dropdown position when inside a input-group */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px; /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ui-select-bootstrap > .ui-select-match {
  /* Instead of center because of .btn */
  text-align: left;
}

.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
.ui-select-bootstrap > .ui-select-choices {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: .3em;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important; /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

.ui-select-bootstrap .ui-select-choices-row>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.ui-select-bootstrap .ui-select-choices-row>a:hover, .ui-select-bootstrap .ui-select-choices-row>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.ui-select-bootstrap .ui-select-choices-row.active>a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

/* fix hide/show angular animation */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
    display: none !important;
}

/* Mark invalid Bootstrap */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
    border-color: #D44950;
}

.lightbox-nav {
  position: relative;
  margin-bottom: 12px; /* the font-size of .btn-xs */
  text-align: center;
  font-size: 0; /* prevent the otherwise inherited font-size and line-height from adding extra space to the bottom of this div */
}

.lightbox-nav .btn-group {
  vertical-align: top;
}

.lightbox-nav .close {
  /* absolutely position this in order to center the nav buttons */
  position: absolute;
  top: 0;
  right: 0;
}

.lightbox-image-container {
  position: relative;
  text-align: center; /* center the image */
}

/* the caption overlays the top left corner of the image */
.lightbox-image-caption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.5em 0.9em; /* the left and right margins are offset by 0.4em for the span box-shadow */
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-align: left;
  text-shadow: 0.1em 0.1em 0.2em rgba(255, 255, 255, 0.5);
}

.lightbox-image-caption span {
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background-color: rgba(255, 255, 255, 0.75);
  /* pad the left and right of each line of text */
  box-shadow: 0.4em 0 0 rgba(255, 255, 255, 0.75),
    -0.4em 0 0 rgba(255, 255, 255, 0.75);
}

/**
 * @license angular-bootstrap-datetimepicker  version: 0.3.8
 * (c) 2013-2014 Knight Rider Consulting, Inc. http://www.knightrider.com
 * License: MIT
 */

.datetimepicker {
    padding: 4px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    width: 320px;
}

.datetimepicker.datetimepicker-rtl {
    direction: rtl;
}

.datetimepicker.datetimepicker-rtl table tr td span {
    float: right;
}

.datetimepicker-dropdown, .datetimepicker-dropdown-left {
    top: 0;
    left: 0;
}

[class*=" datetimepicker-dropdown"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
}

[class*=" datetimepicker-dropdown"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
}

[class*=" datetimepicker-dropdown-top"]:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
}

[class*=" datetimepicker-dropdown-top"]:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}

.datetimepicker-dropdown-bottom-left:before {
    top: -7px;
    right: 6px;
}

.datetimepicker-dropdown-bottom-left:after {
    top: -6px;
    right: 7px;
}

.datetimepicker-dropdown-bottom-right:before {
    top: -7px;
    left: 6px;
}

.datetimepicker-dropdown-bottom-right:after {
    top: -6px;
    left: 7px;
}

.datetimepicker-dropdown-top-left:before {
    bottom: -7px;
    right: 6px;
}

.datetimepicker-dropdown-top-left:after {
    bottom: -6px;
    right: 7px;
}

.datetimepicker-dropdown-top-right:before {
    bottom: -7px;
    left: 6px;
}

.datetimepicker-dropdown-top-right:after {
    bottom: -6px;
    left: 7px;
}

.datetimepicker > div {
    display: none;
}

.datetimepicker.minutes div.datetimepicker-minutes {
    display: block;
}

.datetimepicker.hours div.datetimepicker-hours {
    display: block;
}

.datetimepicker.days div.datetimepicker-days {
    display: block;
}

.datetimepicker.months div.datetimepicker-months {
    display: block;
}

.datetimepicker.years div.datetimepicker-years {
    display: block;
}

.datetimepicker table {
    margin: 0;
}

.datetimepicker .table td,
.datetimepicker .table th {
    text-align: center;
    width: 14.6%;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}
.datetimepicker .table-striped > tbody > tr:nth-child(odd) > td, .datetimepicker .table-striped > tbody > tr:nth-child(odd) > td,
.datetimepicker .table-striped > tbody > tr:nth-child(odd) > td, .datetimepicker .table-striped > tbody > tr:nth-child(odd) > th,
.datetimepicker .table-striped > tbody > tr:nth-child(odd) {
  background-color: transparent;
}
.datetimepicker table tr td.minute:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.hour:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datetimepicker table tr td.past,
.datetimepicker table tr td.future {
    color: #999999;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td.today,
.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
    background-image: linear-gradient(top, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.datetimepicker table tr td.today:hover,
.datetimepicker table tr td.today:hover:hover,
.datetimepicker table tr td.today.disabled:hover,
.datetimepicker table tr td.today.disabled:hover:hover,
.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active,
.datetimepicker table tr td.today.disabled,
.datetimepicker table tr td.today:hover.disabled,
.datetimepicker table tr td.today.disabled.disabled,
.datetimepicker table tr td.today.disabled:hover.disabled,
.datetimepicker table tr td.today[disabled],
.datetimepicker table tr td.today:hover[disabled],
.datetimepicker table tr td.today.disabled[disabled],
.datetimepicker table tr td.today.disabled:hover[disabled] {
    background-color: #fdf59a;
}

.datetimepicker table tr td.today:active,
.datetimepicker table tr td.today:hover:active,
.datetimepicker table tr td.today.disabled:active,
.datetimepicker table tr td.today.disabled:hover:active,
.datetimepicker table tr td.today.active,
.datetimepicker table tr td.today:hover.active,
.datetimepicker table tr td.today.disabled.active,
.datetimepicker table tr td.today.disabled:hover.active {
    background-color: #fbf069 \9;
}

.datetimepicker table tr td.active,
.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td.active:hover,
.datetimepicker table tr td.active:hover:hover,
.datetimepicker table tr td.active.disabled:hover,
.datetimepicker table tr td.active.disabled:hover:hover,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled,
.datetimepicker table tr td.active:hover.disabled,
.datetimepicker table tr td.active.disabled.disabled,
.datetimepicker table tr td.active.disabled:hover.disabled,
.datetimepicker table tr td.active[disabled],
.datetimepicker table tr td.active:hover[disabled],
.datetimepicker table tr td.active.disabled[disabled],
.datetimepicker table tr td.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datetimepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datetimepicker span.hour {
    height: 26px;
    line-height: 26px;
}

.datetimepicker span.minute {
    height: 26px;
    line-height: 26px;
}

.datetimepicker table tr td span:hover {
    background: #eeeeee;
}

.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
    background: none;
    color: #999999;
    cursor: default;
}

.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(top, #0088cc, #0044cc);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active:hover:hover,
.datetimepicker table tr td span.active.disabled:hover,
.datetimepicker table tr td span.active.disabled:hover:hover,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active:hover.disabled,
.datetimepicker table tr td span.active.disabled.disabled,
.datetimepicker table tr td span.active.disabled:hover.disabled,
.datetimepicker table tr td span.active[disabled],
.datetimepicker table tr td span.active:hover[disabled],
.datetimepicker table tr td span.active.disabled[disabled],
.datetimepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #0044cc;
}

.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:hover.active {
    background-color: #003399 \9;
}

.datetimepicker table tr td span.past,
.datetimepicker table tr td span.future {
    color: #999999;
}



.datetimepicker thead tr:first-child th,
.datetimepicker tfoot tr:first-child th {
    cursor: pointer;
}

.datetimepicker thead tr:first-child th:hover,
.datetimepicker tfoot tr:first-child th:hover {
    background: #eeeeee;
}

.ln-alert-panel {
  position: fixed;
  z-index: 1015;
  top: 0;
  right: 15px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.ln-alert-panel .panel {
  box-shadow: rgba(0, 0, 0, 0.4) 5px 5px 5px;
  margin-right: 8px;
}
@media (max-width: 769px) {
  .ln-alert-panel {
    left: 10px;
  }
  .ln-alert-panel .top-padding {
    height: 10px;
  }
}
@media (min-width: 770px) {
  .ln-alert-panel {
    width: 350px;
  }
  .ln-alert-panel .top-padding {
    height: 65px;
  }
}
.ln-alert-panel .icon-close {
  padding: 5px;
}
.anim-fade-parent {
  position: relative;
}
.anim-fade {
  display: block !important;
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
  opacity: 1;
}
.anim-fade.ng-hide {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.anim-fade.ng-leave {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.anim-fade.ng-leave-active {
  opacity: 0;
}
.anim-fade.ng-enter {
  opacity: 0;
}
.anim-fade.ng-enter-active {
  opacity: 1;
}
.anim-linear {
  -webkit-transition: all linear 0.1s;
  -moz-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
.anim-slide-right-in {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.anim-slide-right-in.ng-enter {
  margin-left: 100%;
  margin-right: -100%;
}
.anim-slide-right-in.ng-enter-active {
  margin-left: 0;
  margin-right: 0;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.anim-spin {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.anim-spin-step-45-degrees {
  -webkit-animation: spin 0.75s steps(8, end) infinite;
  -moz-animation: spin 0.75s steps(8, end) infinite;
  -o-animation: spin 0.75s steps(8, end) infinite;
  animation: spin 0.75s steps(8, end) infinite;
}
.anim-spinner {
  display: inline-block;
  -webkit-animation: spin 0.75s steps(8, end) infinite;
  -moz-animation: spin 0.75s steps(8, end) infinite;
  -o-animation: spin 0.75s steps(8, end) infinite;
  animation: spin 0.75s steps(8, end) infinite;
}
.anim-spinner.ng-leave {
  display: none;
}
.ln-class-progress table.outer > tbody {
  page-break-inside: avoid;
}
.ln-class-progress table.outer table.inner {
  margin-bottom: 0;
}
.ln-class-progress table.outer table.inner tr td {
  border-top: none;
  padding: 0;
}
.ln-class-progress table.outer table.inner tr td:first-child {
  width: 50%;
}
.ln-class-progress table.outer table.inner td.test {
  padding-left: 30px;
}
.ln-class-progress table.outer table.inner td.test .icon {
  /* Empty icons should have a default width. */
  display: inline-block;
  min-width: 22px;
  margin-left: -25px;
}
.ln-class-timetable .bar label {
  font-weight: normal;
}
.ln-class-timetable .bar .date {
  width: 180px;
}
.ln-class-timetable .calendar .list-inline > li {
  padding-bottom: 5px;
}
.ln-class-timetable .calendar .event-main {
  background-color: #6bb7d5;
  color: #56585b;
  border-color: #555555;
}
.ln-class-timetable .calendar .event-extra {
  background-color: #6bb7d5;
  color: #56585b;
  border-color: #555555;
}
.ln-class-timetable .calendar .event-room {
  background-color: #fdf4f4;
  color: #56585b;
  border-color: #555555;
}
.ln-class-timetable .calendar .marked {
  background-color: #6bb7d5;
}
.ln-class-timetable .calendar a.fc-event {
  cursor: pointer;
}
.ln-class-timetable .list .title {
  width: 25%;
}
.ln-class-full-progress table th:hover {
  background: #dfdfdf;
}
.ln-class-full-watched {
  padding: 0 10px;
}
.ln-class-full-watched .ln-table-scroller {
  width: auto !important;
  height: auto !important;
  left: 10px;
  right: 10px;
  top: 100px;
  bottom: 0;
}
.ln-class-full-watched table.upper-left tr td div {
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ln-class-full-watched table.upper-right tr td a {
  display: block;
  width: 34px;
  text-align: center;
}
.ln-class-full-watched table.lower-left tr {
  height: 16px;
}
.ln-class-full-watched table.lower-left a {
  width: 90px;
}
.ln-class-full-watched table.lower-left div.empty {
  width: 90px;
}
.ln-class-full-watched table.lower-right tr.empty {
  background: #dfdfdf;
}
.ln-class-full-watched table.lower-right tr td div {
  margin: 4px 2px;
  height: 16px;
  width: 30px;
}
.ln-class-full-watched table.lower-right tr td div.watched {
  background: #72D637;
}
.ln-class-full-watched table.lower-right tr td div.percent {
  text-align: left;
}
.ln-class-full-watched table.lower-right tr td div.percent .bar {
  margin: 0;
  background: #b3b3b3;
}
.ln-class-evaluations .table-for-evals {
  width: inherit;
  margin: -1px;
  background-color: transparent;
}
.ln-class-evaluations .table-for-evals thead * {
  border-width: 1px !important;
  border-bottom-width: 1px !important;
}
.ln-class-evaluations .table-for-evals > thead > tr > th,
.ln-class-evaluations .table-for-evals > thead > tr > td,
.ln-class-evaluations .table-for-evals > tbody > tr > th,
.ln-class-evaluations .table-for-evals > tbody > tr > td,
.ln-class-evaluations .table-for-evals > tfoot > tr > th,
.ln-class-evaluations .table-for-evals > tfoot > tr > td {
  padding: 0px;
}
.ln-class-evaluations .table-for-evals .median {
  position: relative;
}
.ln-class-evaluations .table-for-evals .median .tilde {
  position: absolute;
  top: -10px;
  left: 0;
}
.ln-class-evaluations .table-for-evals .column {
  margin: 3px;
}
.ln-class-evaluations .table-for-evals .column.name {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ln-class-evaluations .table-for-evals .column.number {
  width: 30px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ln-class-evaluations .table-for-evals .column.text {
  width: 300px;
}
.ln-select-classes table.list {
  border: 1px solid #b3b3b3;
  margin-bottom: 0;
}
.ln-select-classes table.list .item .remove {
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
}
.progressCell {
  width: 300px;
}
.progressCell .progress {
  height: 24px;
  border-radius: initial;
}
.progressCell .progress .progress-bar {
  border: 12px solid #7eb7db;
}
.progressCell .progress .progress-bar span {
  position: relative;
  top: -6px;
}
.notificationlist .panel.sm {
  border: none;
}
.notificationlist .panel.sm .panel-heading {
  border: none;
}
.notificationlist .panel.sm .panel-body {
  display: none;
}
.ln-coursepart-intro .carousel {
  padding-top: 40px;
  /* We don't want the inner content to be centered! */
}
.ln-coursepart-intro .carousel .carousel-inner .text-center {
  text-align: left;
}
.ln-coursepart-intro .carousel .carousel-indicators {
  bottom: auto;
  top: 5px;
}
.ln-coursepart-intro .carousel .carousel-indicators li {
  border-color: #5faa45;
}
.ln-coursepart-intro .carousel .carousel-indicators .active {
  background-color: #5faa45;
}
.ln-coursepart-intro .carousel .carousel-control {
  color: #5faa45;
  width: auto;
  bottom: auto;
  background-image: inherit;
  opacity: 0.75;
}
.ln-coursepart-intro .carousel .carousel-control:hover {
  opacity: 1;
}
.ln-coursepart-lecture .panel {
  display: table;
  position: relative;
  width: 200px;
  height: 200px;
  padding: 5px;
  margin: 5px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  text-align: center;
  page-break-inside: avoid;
  cursor: pointer;
}
.ln-coursepart-lecture .panel .icon {
  color: #000;
}
.ln-coursepart-lecture .panel .title {
  display: table-row;
  height: 0;
}
.ln-coursepart-lecture .panel .title .text {
  display: inline-block;
  width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}
.ln-coursepart-lecture .panel.school-lecture {
  border: 4px solid #6bb7d5;
  border-radius: 10px;
  padding: 4px 0;
}
.ln-coursepart-lecture .panel.school-lecture .title {
  height: 44px;
}
.ln-coursepart-lecture .panel.school-lecture .image > div {
  height: 108px;
  overflow-y: hidden;
  display: block;
}
.ln-coursepart-lecture .panel.school-lecture .image > div img {
  border-radius: 0;
}
.ln-coursepart-lecture .panel.school-lecture:hover {
  background-color: #dfdfdf;
  text-decoration: none;
  border-color: #6bb7d5;
}
.ln-coursepart-lecture .panel .image {
  display: table-row;
  height: 100%;
}
.ln-coursepart-lecture .panel .image > div {
  display: table-cell;
  vertical-align: middle;
}
.ln-coursepart-lecture .panel .image > div img {
  border-radius: 3px;
}
.ln-coursepart-lecture .panel .info {
  display: table-row;
  height: 0;
}
.ln-coursepart-lecture .panel:hover {
  border-color: #555555;
  background-color: #cccccc;
  text-decoration: none;
}
.ln-coursepart-files .default-group {
  padding: 0 16px;
}
.ln-coursepart-files .file {
  position: relative;
  padding: 6px;
  padding-left: 34px;
  margin-bottom: 10px;
  cursor: pointer;
  /* I'm not sure if this should apply everywhere. */
}
.ln-coursepart-files .file:hover {
  background-color: #dfdfdf;
}
.ln-coursepart-files .file .label {
  line-height: 1.6;
  vertical-align: text-bottom !important;
}
.ln-coursepart-files .file .viewed {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 8px;
}
.ln-coursepart-files .file a:hover {
  text-decoration: none;
}
.ln-coursepart-links .default-group {
  padding: 0 16px;
}
.ln-coursepart-links .link {
  position: relative;
  padding: 6px;
  padding-left: 34px;
  margin-bottom: 10px;
  cursor: pointer;
}
.ln-coursepart-links .link:hover {
  background-color: #dfdfdf;
}
.ln-coursepart-links .link a:hover {
  text-decoration: none;
}
.ln-coursepart-links .link .viewed {
  position: absolute;
  top: 3px;
  left: 0;
  padding: 8px;
}
.ln-coursepart-test .test-table .info {
  padding-bottom: 10px;
}
.ln-coursepart-test .test-table .more-info {
  padding: 3px;
  cursor: pointer;
}
.ln-coursepart-test .test-table .icon {
  vertical-align: top;
  padding-right: 0;
  width: 1px;
}
@media print {
  .ln-lecture-handout-page {
    page-break-inside: avoid;
  }
}
.ln-dashboard {
  overflow-y: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}
.ln-dashboard .ln-dashboard-item-list {
  padding-bottom: 10px;
}
.ln-dashboard .ln-dashboard-item-list .ln-dashboard-item .panel {
  margin: 0 0 10px 0;
}
.ln-dashboard .hr-language {
  margin-top: 10px;
  margin-bottom: 15px;
}
.ln-dashboard .ln-dashboard-teacher .classes ul li .name {
  padding-right: 50px;
}
.ln-dashboard .ln-dashboard-student-panel .panel-heading .finished {
  margin-top: 5px;
}
.ln-dashboard .ln-dashboard-student-panel .panel-body {
  min-height: 170px;
}
.ln-dashboard-graphs {
  white-space: nowrap;
  margin-bottom: 0;
}
.ln-dashboard-graphs .canvasWrap {
  width: 100px;
  height: 85px;
  margin-top: -16px;
  margin-bottom: -16px;
}
.ln-dashboard-graphs .legend {
  padding-right: 30px;
}
.ln-dashboard-graphs .legend .color {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}
.ln-dashboard-graphs.titles-included .canvasWrap {
  margin-top: -8px;
  margin-bottom: -8px;
}
.ln-dashboard-graphs.titles-included .legend {
  margin-top: 25px;
}
@media (max-width: 770px) {
  .ln-dashboard {
    overflow-y: initial;
  }
}
.ln-feed .post table td {
  vertical-align: top;
}
.ln-feed .post .image {
  max-width: 50px;
  max-height: 50px;
  padding-right: 0.6em;
}
.ln-feed .post .body {
  padding-bottom: 10px;
}
.ln-feed .post .body .date {
  padding-right: 7px;
}
.ln-feed .post .body div,
.ln-feed .post .body iframe {
  max-width: 100%;
}
.ln-feed .post .body a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 769px) {
  .ln-feed .post .body a {
    max-width: 220px;
  }
}
@media (min-width: 770px) {
  .ln-feed .post .body a {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .ln-feed .post .body a {
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .ln-feed .post .body a {
    max-width: 440px;
  }
}
.ln-feed .post .comment-list {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.ln-feed .post .comment-list .comment .panel-body {
  padding: 5px;
}
.ln-feed .post .comment-list .comment .image {
  max-width: 25px;
  max-height: 25px;
  padding-right: 0.6em;
}
.ln-feed-comment textarea {
  border-bottom-right-radius: 5px !important;
}
.ln-file-uploader {
  position: relative;
  border: 1px dashed #555555;
}
.ln-file-uploader.dragover {
  background-color: #bdeca1;
  outline: 2px dashed #333333;
  border-color: #bdeca1;
}
.ln-file-uploader .mask {
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  z-index: 99;
  display: none;
}
.ln-file-uploader .body .btn {
  min-width: 100px;
}
.ln-file-uploader .body .progress {
  margin-bottom: 0;
}
.ln-file-uploader .body ul li {
  vertical-align: top;
}
.ln-forum .new {
  max-width: 750px;
}
.ln-forum .header-list .header {
  cursor: pointer;
}
.ln-forum .header-list .header.last-opened {
  background: #dfdfdf;
}
.ln-forum .header-list .header a:hover {
  text-decoration: none;
}
.ln-forum .header-list .header .unread {
  color: #cc2626;
}
.ln-forum-thread .comment .info {
  width: 25%;
  min-width: 76px;
}
.ln-forum-thread .comment .info .date {
  position: relative;
  width: 50px;
  padding: 45px 5px 0;
  font-family: "PT Sans", Arial, sans-serif;
}
.ln-forum-thread .comment .info .date .day {
  font-size: 39px;
  line-height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}
.ln-forum-thread .comment .info .date .month {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 13px;
  position: absolute;
}
.ln-forum-thread .comment .info .date .year {
  display: block;
  position: absolute;
  right: -15px;
  top: 11px;
  font-size: 13px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.ln-forum-thread .comment .info .date .time {
  display: block;
  position: absolute;
  right: -20px;
  top: 40px;
  font-size: 10px;
}
.ln-forum-thread .comment .info .image {
  max-width: 75px;
}
.ln-forum-thread .reply {
  max-width: 750px;
}
div.doughnut {
  width: 285px;
}
.ln-image-course-overview .header {
  padding: 5px;
}
.ln-image-course-part-overview .header {
  padding: 5px;
  cursor: pointer;
}
.ln-image-course-part-overview .header .name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 50%;
  height: 22px;
  margin-bottom: -6px;
  padding-left: 5px;
}
.ln-image-course-part-overview .body {
  padding-top: 10px;
  padding-left: 25px;
}
.svg-small {
  width: 25px;
}
@media (max-width: 769px) {
  html {
    height: 100%;
  }
}
.navbar-header {
  height: 6rem;
}
.navbar-logo {
  height: 100%;
  width: 25rem;
  padding: 0.4rem 1.2rem 1rem 1.2rem;
  display: inline-block;
  background-color: #fdfdfd;
  position: relative;
  margin-left: -1.5rem;
}
.ln-layout-navbar .navbar-default {
  font-size: 1.6rem;
}
.ln-layout-navbar .ln-exit-icon {
  color: #555555;
}
.ln-layout-navbar .navbar-brand {
  padding: 9px;
}
@media (min-width: 770px) {
  .ln-layout-navbar .navbar-brand {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ln-layout-navbar .navbar-brand .image {
  background: url("https://static.laranara.se/images/logotypes/logo30.svg") no-repeat;
  background-size: 17rem 4rem;
  width: 17rem;
  height: 4rem;
}
.ln-layout-navbar li.has-checkmark a,
.ln-layout-navbar a.has-checkmark {
  padding-left: 0 !important;
}
@media (max-width: 769px) {
  .ln-layout-navbar .navbar-collapse {
    max-height: none !important;
  }
  .ln-layout-navbar button.navbar-toggle[disabled] {
    opacity: 0;
  }
}
.ln-layout-navbar .navbar-nav > li > a {
  color: white;
}
.ln-layout-navbar .navbar-nav .dropdown-menu {
  overflow-y: auto;
}
@media (min-width: 770px) {
  .ln-layout-navbar .navbar-nav .dropdown-menu {
    max-height: 400px;
  }
}
.ln-layout-navbar .navbar-nav .dropdown-menu.has-teacher-data li a {
  /* It got too aggravating trying to get the three spans to play nicely. */
}
.ln-layout-navbar .navbar-nav .dropdown-menu.has-teacher-data li a .submitted {
  margin-right: -10px;
}
.ln-layout-navbar .navbar-nav .dropdown-menu.has-teacher-data li a span.name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  padding-right: 30px;
}
@media (min-width: 770px) {
  .ln-layout-navbar .navbar-nav .dropdown-menu.has-teacher-data li a span.name {
    max-width: 360px;
  }
}
@media (max-width: 769px) {
  .ln-layout-navbar .navbar-nav .dropdown-menu.has-teacher-data li a span.name {
    max-width: calc(100% - 20px);
  }
}
.ln-layout-navbar .navbar-nav .dropdown-menu hr {
  margin: 8px 0;
}
.ln-layout-navbar .navbar-nav .ln-navbar-class-results.active > a {
  background-color: #e2f1f7;
  background-image: linear-gradient(to bottom, #e2f1f7 0%, #6bb7d5 100%);
}
.ln-layout-navbar .navbar-nav .ln-navbar-shadow .navbar-text {
  margin-top: 11px;
  margin-bottom: 11px;
  font-size: 200%;
}
.ln-layout-navbar .navbar-header .ln-navbar-shadow,
.ln-layout-navbar .navbar-header .ln-navbar-search,
.ln-layout-navbar .navbar-header .ln-navbar-class-results {
  position: relative;
  float: right;
  margin-top: 7px;
  margin-right: 15px;
}
.ln-layout-navbar .navbar-header .ln-navbar-shadow {
  margin-top: 13px;
  font-size: 200%;
}
.ln-layout-navbar .navbar-header .ln-navbar-search {
  cursor: pointer;
  font-size: 200%;
}
.ln-layout-navbar .navbar-header .ln-navbar-class-results {
  cursor: pointer;
  margin-top: 9px;
  font-size: 175%;
}
.ln-layout-container .container {
  background-color: #fdfdfd;
}
.ln-layout-container .ln-layout-sidebar,
.ln-layout-container .ln-layout-content {
  padding-bottom: 20px;
}
@media (min-width: 770px) {
  .ln-layout-container .ln-layout-sidebar,
  .ln-layout-container .ln-layout-content {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.ln-layout-container .ln-layout-sidebar .title,
.ln-layout-container .ln-layout-content .title {
  padding-left: 15px;
}
.ln-layout-container .ln-layout-sidebar.as-menu {
  position: absolute;
  height: auto;
  left: 20px;
  width: 80%;
  z-index: 1;
  background-color: #fdfdfd;
  padding: 10px;
  -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;
}
.ln-layout-container .ln-layout-sidebar .studGroupTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 11px;
  margin-bottom: 0;
}
.ln-layout-container .ln-layout-sidebar.with-border-bottom {
  border-bottom: 1px solid #cccccc;
}
@media (max-width: 769px) {
  .ln-layout-container .ln-layout-sidebar.collapse:not(.in) {
    position: absolute;
    display: block !important;
    left: -10000px;
    top: -10000px;
  }
}
@media (min-width: 770px) {
  .ln-layout-container .ln-layout-sidebar.collapse {
    display: block;
    height: 100% !important;
    max-width: 500px;
  }
}
.ln-layout-container .ln-layout-sidebar a {
  color: #56585b;
  width: 100% !important;
}
.ln-layout-container .ln-layout-sidebar hr {
  margin: 10px;
}
@media (max-width: 769px) {
  .ln-layout-container {
    min-height: calc(100% - 77px);
    position: relative;
  }
}
@media (min-width: 770px) {
  .ln-layout-container {
    position: absolute;
    top: 60px;
    bottom: 20px;
    width: calc(100% - 15px);
    margin-top: 0;
  }
}
.ln-layout-footer {
  background: #5faa45;
  border-top: 1px solid #cccccc;
  color: #fdfdfd;
  width: 100%;
  padding-left: 20px;
  z-index: 1000;
}
@media (min-width: 770px) {
  .ln-layout-footer {
    position: absolute;
    bottom: 0;
  }
}
@media print {
  .ln-layout-container {
    position: relative !important;
    top: 0;
  }
  .ln-layout-content {
    overflow-y: visible !important;
  }
  .ln-overlay-panel {
    position: relative !important;
    top: 0 !important;
    bottom: 0 !important;
  }
}
.ln-layout-accordion .panel-heading {
  padding: 0;
}
.ln-layout-accordion .panel-heading .heading {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
}
.ln-layout-accordion .panel-heading a.nonContent {
  background-color: #e2f1f7;
  background-image: -webkit-linear-gradient(left, color-stop(#fdfdfd 0%), color-stop(#6bb7d5 100%));
  background-image: linear-gradient(to right, #fdfdfd 0%, #6bb7d5 100%);
  background-repeat: repeat-x;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down*/
}
.ln-layout-accordion .panel-heading a.nonContent.ln-layout-active-state,
.ln-layout-accordion .panel-heading a.nonContent:hover {
  background-color: #6bb7d5;
  background-image: -webkit-linear-gradient(left, color-stop(#fdfdfd 0%), color-stop(#43a4ca 100%));
  background-image: linear-gradient(to right, #fdfdfd 0%, #43a4ca 100%);
  background-repeat: repeat-x;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down*/
}
.ln-layout-accordion .panel-heading a.content {
  background-color: #93cae0;
  background-image: -webkit-linear-gradient(left, color-stop(#fdfdfd 0%), color-stop(#6bb7d5 100%));
  background-image: linear-gradient(to right, #fdfdfd 0%, #6bb7d5 100%);
  background-repeat: repeat-x;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down*/
}
.ln-layout-accordion .panel-heading a.content.ln-layout-active-state,
.ln-layout-accordion .panel-heading a.content:hover {
  background-color: #6bb7d5;
  background-image: -webkit-linear-gradient(left, color-stop(#fdfdfd 0%), color-stop(#43a4ca 100%));
  background-image: linear-gradient(to right, #fdfdfd 0%, #43a4ca 100%);
  background-repeat: repeat-x;
  /*filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",argb(@start-color),argb(@end-color))); // IE9 and down*/
}
.ln-layout-accordion .panel-body {
  padding: 10px 0;
}
.ln-layout-accordion .panel-body > a {
  display: block;
  width: 100%;
  cursor: pointer;
  padding-left: 30px;
  text-decoration: none;
  /* A little extra head room so coursepart status icons don't intersect with the active background's top border. */
  padding-top: 2px;
  padding-bottom: 2px;
}
.ln-layout-accordion .panel-body > a.ln-layout-active-state {
  background: #dfdfdf !important;
}
.ln-layout-accordion .panel-body > a:hover {
  background: #dfdfdf !important;
}
.ln-layout-accordion .theme-status,
.ln-layout-accordion .coursepart-status {
  margin-left: -25px;
  /* Empty icons should have a default width. */
  display: inline-block;
  min-width: 19px;
  vertical-align: text-bottom;
}
.ln-overlay-panel {
  position: absolute;
  top: 50px;
  bottom: 22px;
  left: 0;
  right: 0;
  background: #fdfdfd;
  z-index: 980;
}
@media (max-width: 769px) {
  .ln-overlay-panel {
    top: 0;
    bottom: 0;
    z-index: 1005;
  }
}
.ln-container-only {
  overflow-y: auto;
  height: 100%;
}
.sidebar-toggle {
  display: none;
}
img.pull-left {
  margin: 0 5px 3px 0;
}
img.pull-right {
  margin: 0 0 3px 5px;
}
.largeIndicatorIcon {
  padding: 5px;
}
.largeIndicatorIcon.text-danger {
  background-color: #ff6;
  border: 1px solid #666;
  padding: 4px;
}
.modal-header h1,
.modal-header h2,
.modal-header h3,
.modal-header h4,
.modal-header h5,
.modal-header h6 {
  margin: 0;
}
.modal-footer {
  margin-top: 0;
}
.panel-heading h1,
.panel-heading h2,
.panel-heading h3,
.panel-heading h4,
.panel-heading h5,
.panel-heading h6 {
  margin: 0;
}
.table.table-no-header tr:first-child td {
  border-top: none;
}
.container {
  margin-top: 0 !important;
}
.bg-success {
  background: #8ac775;
}
.bg-info {
  background: #93cae0;
}
.bg-warning {
  background: #f5dea2;
}
.bg-danger {
  background: #ed9e9e;
}
.bg-primary {
  background: #5faa45;
}
.bg-white {
  background: #fdfdfd;
}
.app-thumblink-image {
  border-radius: 4px;
  margin-top: 10px;
}
.ln-report-subscription input.ng-invalid {
  border: 1px solid #e57373 !important;
}
img.emojipict {
  height: 1em;
  width: 1em;
  margin: 0 0.05em 0 0.1em;
  vertical-align: -0.1em;
}
/* make links no bigger than current view or parent container */
/* TODO: ckeck o lot of browsers */
.blockConstrained a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 95%;
  height: 22px;
  margin-bottom: -6px;
}
.blockConstrained sup a,
.blockConstrained sub a {
  display: inline;
}
.mce-content-body {
  overflow: auto;
  padding: 6px 12px;
  border: 1px solid #b3b3b3;
}
body.mce-content-body {
  border: none;
}
.mce-edit-focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media print {
  .container {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
.ln-splash-page .icon-spinner {
  font-size: 600%;
  color: #555;
}
.box {
  /* stolen from panel (panels.less) */
  min-height: 20px;
  padding: 5px;
  margin-bottom: 22px;
  background-color: #fdfdfd;
  border: 1px solid #555555;
  border-top-width: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.box.Facts {
  border-color: #6bb7d5;
}
.box.Info {
  border-color: #f3d68b;
}
.box.leftbox,
.box.rightbox {
  margin: 5px 8px 5px 0;
}
@media (min-width: 770px) {
  .box.leftbox {
    float: left;
    margin: 5px 8px 5px 0;
  }
}
@media (min-width: 770px) {
  .box.rightbox {
    float: right;
    margin: 5px 0 5px 8px;
  }
}
.box.w150 {
  max-width: 150px;
}
@media (min-width: 770px) {
  .box.w150 {
    width: 150px;
  }
}
.box.w200 {
  max-width: 200px;
}
@media (min-width: 770px) {
  .box.w200 {
    width: 200px;
  }
}
.box.w250 {
  max-width: 250px;
}
@media (min-width: 770px) {
  .box.w250 {
    width: 250px;
  }
}
.box.w300 {
  max-width: 300px;
}
@media (min-width: 770px) {
  .box.w300 {
    width: 300px;
  }
}
.box.w350 {
  max-width: 350px;
}
@media (min-width: 770px) {
  .box.w350 {
    width: 350px;
  }
}
.box.w400 {
  max-width: 400px;
}
@media (min-width: 770px) {
  .box.w400 {
    width: 400px;
  }
}
.box.w450 {
  max-width: 450px;
}
@media (min-width: 770px) {
  .box.w450 {
    width: 450px;
  }
}
.box.w500 {
  max-width: 500px;
}
@media (min-width: 770px) {
  .box.w500 {
    width: 500px;
  }
}
.box.w550 {
  max-width: 550px;
}
@media (min-width: 770px) {
  .box.w550 {
    width: 550px;
  }
}
::selection {
  background-color: #5faa45;
  color: #d7eccf;
}
.intrologo {
  display: inline-block;
  background: url('https://static.laranara.se/images/logotypes/logo30.svg') no-repeat left;
  background-size: 17rem 4rem;
  width: 17rem;
  height: 4rem;
  margin-bottom: 10px;
}
@media (max-width: 769px) {
  inputfocus,
  textarea:focus,
  .form-control:focus,
  .mce-content-body {
    font-size: 16px;
  }
}
#mailEditToolBar {
  position: relative;
  top: -100px;
  height: 0;
  overflow: visible;
}
.font-inherit {
  font-family: inherit;
}
.ln-login-dialog .title-xs {
  vertical-align: bottom;
  padding-left: 10px;
}
.ln-login-dialog .logo-xs {
  display: inline-block;
  background: url('https://static.laranara.se/images/logotypes/logo30.svg') no-repeat;
  background-size: 17rem 4rem;
  width: 17rem;
  height: 4rem;
}
.ln-login-dialog .logo-sm {
  background: url('https://static.laranara.se/images/logotypes/logo30.svg') no-repeat;
  padding: 10px;
  margin-left: 0px;
  margin-top: 5px;
  background-size: 17rem 4rem;
  background-position: left;
  width: 17rem;
  height: 4rem;
}
.ln-login-dialog a.logo-sm,
.ln-login-dialog a.logo-xs {
  display: block;
}
.ln-demo-login-dialog .title-image {
  background: none no-repeat;
  background-size: 0 0;
  width: 0;
  height: 0;
}
.ln-mail-list .panel-body {
  padding: 0;
}
.ln-mail-list a.project {
  display: block;
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
  text-decoration: none;
}
.ln-mail-list a.project:hover {
  background-color: #dfdfdf;
}
.ln-mail-list a.project.current {
  background-color: #dfdfdf;
}
.ln-mail-list a.project:last-child {
  border-bottom: none;
}
.ln-mail-list a.project .mail-title:hover {
  text-decoration: underline;
}
.ln-mail-list a.project .mail-date {
  color: #56585b;
}
.ln-mail-list .icon-search {
  padding: 7px 4px 4px 18px;
  cursor: pointer;
}
.ln-mail-list .search {
  padding: 10px;
  border-bottom: 1px solid #cccccc;
}
.ln-mail-editor .receivers label,
.ln-mail-viewer .receivers label {
  font-weight: normal;
}
.ln-mail-editor .receivers .receiver,
.ln-mail-viewer .receivers .receiver {
  padding-left: 20px;
}
.ln-mail-editor .mce-content-body,
.ln-mail-viewer .mce-content-body {
  max-height: 500px;
  min-height: 75px;
}
.ln-single-mail-list {
  height: 100%;
  width: 100%;
}
.ln-single-mail-list .ln-close {
  margin-left: 10px;
}
.ln-single-mail-list .ln-sidebar-and-content {
  width: 100%;
}
@media (max-width: 769px) {
  .ln-single-mail-list .ln-sidebar-and-content.hide-sidebar-xs .ln-layout-sidebar {
    display: none;
  }
}
.ln-single-mail-list .ln-sidebar-and-content .ln-layout-sidebar {
  padding-left: 0;
}
.ln-single-mail-list .ln-sidebar-and-content .ln-layout-sidebar .project.active {
  background: #eee;
}
.ln-single-mail-list .ln-sidebar-and-content .ln-layout-sidebar .sent .project {
  padding-left: 30px;
}
.ln-single-mail-list .ln-sidebar-and-content .ln-layout-sidebar .sent .project .icon {
  margin-left: -25px;
  color: #56585b;
}
.ln-single-mail-list .ln-sidebar-and-content .ln-layout-content {
  padding-right: 0;
}
@media (max-width: 769px) {
  .ln-single-mail-list .ln-sidebar-and-content {
    height: auto;
  }
  .ln-single-mail-list .ln-sidebar-and-content .ln-layout-sidebar {
    height: auto;
    padding-right: 0;
  }
  .ln-single-mail-list .ln-sidebar-and-content .ln-layout-content {
    height: auto;
    padding-left: 0;
  }
}
@media (min-width: 770px) {
  .ln-single-mail-list .ln-sidebar-and-content .ln-layout-sidebar {
    overflow-y: auto;
  }
}
.ln-single-mail-view {
  height: 100%;
  overflow-y: auto;
}
.icon-mail-pending {
  -webkit-animation: spin 0.75s steps(8, end) infinite;
  -moz-animation: spin 0.75s steps(8, end) infinite;
  -o-animation: spin 0.75s steps(8, end) infinite;
  animation: spin 0.75s steps(8, end) infinite;
  display: inline-block;
  font-size: 120%;
}
.icon-mail-pending.ng-leave {
  display: none;
}
.icon-mail-pending:before {
  content: "\e678";
}
.icon-mail-trysent {
  background: url("/images/icons/mail/trysent.png") no-repeat;
  display: inline-block;
  height: 16px;
  width: 25px;
}
.icon-mail-sent {
  background: url("/images/icons/mail/sent.png") no-repeat;
  display: inline-block;
  height: 16px;
  width: 25px;
}
.icon-mail-errorsending {
  background: url("/images/icons/mail/errorsending.png") no-repeat;
  display: inline-block;
  height: 16px;
  width: 25px;
}
.icon-mail-opened {
  background: url("/images/icons/mail/opened.png") no-repeat;
  display: inline-block;
  height: 16px;
  width: 25px;
}
.ln-notification-list .item {
  padding: 5px;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.ln-notification-list .item:hover {
  background-color: #cccccc !important;
}
.ln-notification-list .item.active {
  background-color: #dfdfdf;
}
.ln-notification-list .item.active.bg-success {
  background-color: #6bb850;
}
@media screen {
  .view-notification .panel.sm {
    width: auto;
    border: none;
    margin-bottom: 10px;
  }
  .view-notification .panel.sm .panel-heading {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #b3b3b3;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .view-notification .panel.sm .panel-body {
    display: none;
  }
}
.ln-notification #notifEditToolBar {
  position: relative;
  top: -57px;
  height: 0;
  overflow: visible;
}
.ln-notification .editor .display-type-list .item label {
  padding: 5px;
  margin: 0;
}
.ln-notification .editor .mce-content-body {
  max-height: none;
  outline: none;
}
.ln-notification .editor .mce-content-body.mce-edit-focus {
  max-height: 500px;
}
.ln-notification .editor .notheader {
  min-width: 60%;
  display: inline-block;
  overflow: visible;
}
.ln-notification .editor .notheader strong {
  min-width: 100%;
  display: inline-block;
}
.ln-notification .editor .notheader strong:hover {
  outline: 1px dotted #333;
}
.ln-notification .editor .notheader input {
  width: 100%;
  background: transparent;
  outline: dotted 1px black;
  border: none;
  font-weight: bold;
  padding: 0;
}
.ln-notification .editor .notheader.error {
  display: inline-block;
  width: 50px;
  outline: 1px dotted #e57373;
}
.ln-mediaplayer-backdrop {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #959595;
  z-index: 1020;
}
.ln-mediaplayer-backdrop div.nav-button {
  position: absolute;
  top: 30%;
  width: 105px;
  z-index: 10;
  color: #fdfdfd;
  font-size: 100px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  height: 100px;
}
.ln-mediaplayer-backdrop div.nav-button span {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #555555;
  border-radius: 5px;
  background-color: #b3b3b3;
}
.ln-mediaplayer-backdrop div.nav-button.hide-icon span {
  visibility: hidden;
}
.ln-mediaplayer-backdrop div.nav-button.hide-icon:hover span {
  visibility: visible !important;
}
.ln-mediaplayer-backdrop div.nav-button.left {
  left: 0;
}
.ln-mediaplayer-backdrop div.nav-button.right {
  right: 2px;
  text-align: right;
}
.ln-mediaplayer-backdrop .player-area {
  height: 100%;
  width: 100%;
  position: relative;
}
.ln-mediaplayer-backdrop .player-area .player {
  position: absolute;
  width: 100%;
  bottom: 40px;
}
.ln-mediaplayer-backdrop .player-area .transcript-icon {
  font-size: 3em;
  color: #fdfdfd;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ln-mediaplayer-backdrop .player-area .transcript-panel {
  width: 350px;
  position: fixed;
  top: 0px;
  right: 3px;
  bottom: 40px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.ln-mediaplayer-backdrop .player-area .transcript-panel .panel-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 45px);
}
.ln-mediaplayer-backdrop .player-area .transcript-panel .icon {
  padding: 10px;
}
.ln-mediaplayer-backdrop .player-area .noVideoWrap {
  position: fixed;
  top: -10000px;
  left: -10000px;
  overflow: hidden;
  right: -9999px;
}
.ln-mediaplayer-backdrop .player-area.imageScreen .noVideoWrap,
.ln-mediaplayer-backdrop .player-area.htmlScreen .noVideoWrap {
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
}
.ln-mediaplayer-backdrop .player-area.imageScreen.showingTranscript .noVideoWrap,
.ln-mediaplayer-backdrop .player-area.htmlScreen.showingTranscript .noVideoWrap {
  right: 356px;
}
.ln-mediaplayer-backdrop .player-area.imageScreen.audio .noVideoWrap,
.ln-mediaplayer-backdrop .player-area.htmlScreen.audio .noVideoWrap {
  bottom: 72px;
}
.ln-mediaplayer-backdrop .player-area .images {
  position: relative;
  height: 100%;
  width: 100%;
}
.ln-mediaplayer-backdrop .player-area .images > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.ln-mediaplayer-backdrop .player-area .images .theScreenHtmlWrap {
  text-align: start;
  display: inline-block;
  background-color: #fdfdfd;
  overflow: auto;
  height: 110px;
  position: absolute;
}
.ln-mediaplayer-backdrop .player-area .images .theScreenHtmlWrap .theHtml {
  min-width: 300px;
  padding: 10px 20px;
}
.ln-mediaplayer-backdrop .player-area .screenHtml {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.ln-mediaplayer-backdrop .player-area .screenHtml .theHtml {
  text-align: start;
  display: inline-block;
  background-color: transparent;
  overflow: auto;
  max-width: 920px;
  min-width: 300px;
  padding: 10px 20px;
  margin: auto;
  max-height: 100%;
}
.ln-mediaplayer-backdrop .player-area.audio .transcript-panel {
  bottom: 72px;
}
.ln-mediaplayer-backdrop .player-area.audio .images img {
  cursor: pointer;
}
.ln-mediaplayer-backdrop .player-area.audio .player {
  height: 32px;
  overflow-y: hidden;
}
.ln-mediaplayer-backdrop .player-area.audio .loading {
  background: url("/images/ajax-loader.gif") no-repeat 50% 50%;
}
.ln-mediaplayer-backdrop .player-area.imageScreen .screenHtml {
  height: 0;
  width: 0;
  position: absolute;
  left: -1000000px !important;
  top: -1000000px !important;
  width: 1000px !important;
  height: 1000px !important;
  bottom: auto !important;
  right: auto !important;
}
.ln-mediaplayer-backdrop .player-area.imageScreen .images {
  height: 100%;
  width: 100%;
}
.ln-mediaplayer-backdrop .player-area.htmlScreen .images {
  height: 0;
  width: 0;
  position: absolute;
  left: -1000000px !important;
  top: -1000000px !important;
  width: 1000px !important;
  height: 1000px !important;
  bottom: auto !important;
  right: auto !important;
}
.ln-mediaplayer-backdrop .player-area.video .noVideoWrap {
  height: 0;
  width: 0;
  position: absolute;
  left: -1000000px !important;
  top: -1000000px !important;
  width: 1000px !important;
  height: 1000px !important;
  bottom: auto !important;
  right: auto !important;
}
.ln-mediaplayer-backdrop .player-area.video .images .audioPausePlay {
  display: none;
}
.ln-mediaplayer-backdrop .player-area.video .player {
  top: 0;
}
.ln-mediaplayer-backdrop .player-area.video .player .wrapper {
  position: absolute;
  bottom: 0;
}
.ln-mediaplayer-backdrop .player-area.video .player .wrapper ln-videogular-media-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
.ln-mediaplayer-backdrop .player-area.video .player .wrapper ln-videogular-media-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
.ln-mediaplayer-backdrop .player-area.video .loading {
  display: none;
}
.ln-mediaplayer-backdrop .player-area.no-media {
  padding-bottom: 40px;
}
.ln-mediaplayer-backdrop .player-area.no-media .player {
  position: absolute;
  left: -1000000px !important;
  top: -1000000px !important;
  width: 1000px !important;
  height: 1000px !important;
  bottom: auto !important;
  right: auto !important;
  height: 32px;
}
.ln-mediaplayer-backdrop .player-area.no-media .loading {
  display: none;
}
.ln-mediaplayer-backdrop .player-area .overlay-icon {
  font-size: 6em;
  line-height: 1;
  position: absolute;
  color: #fdfdfd;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -53px;
  width: 105px;
  height: 105px;
  cursor: pointer;
}
.ln-mediaplayer-backdrop .player-area .overlay-icon div {
  opacity: 0.65;
  filter: alpha(opacity=65);
  border: 3px solid #555555;
  border-radius: 5px;
  background-color: #333333;
  width: 105px;
  height: 105px;
  padding-top: 8px;
}
.ln-mediaplayer-backdrop .player-controls {
  display: block !important;
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  margin-bottom: 0;
  background-color: #333333;
  /*background: -webkit-linear-gradient( @player-control-gradient-1, @player-control-gradient-2);
        background: -o-linear-gradient(      @player-control-gradient-1, @player-control-gradient-2);
        background: -moz-linear-gradient(    @player-control-gradient-1, @player-control-gradient-2);
        background: linear-gradient(         @player-control-gradient-1, @player-control-gradient-2);*/
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: #5faa45;
}
.ln-mediaplayer-backdrop .player-controls.ng-hide {
  opacity: 0;
}
.ln-mediaplayer-backdrop .player-controls li {
  padding: 5px 0 0 0;
  vertical-align: text-top;
}
.ln-mediaplayer-backdrop .player-controls li.slides {
  padding: 10px 5px 0 5px;
  font-size: 0.7em;
}
.ln-mediaplayer-backdrop .player-controls li.control {
  color: #555555;
}
.ln-mediaplayer-backdrop .player-controls li.control.enabled {
  color: #5faa45;
  cursor: pointer;
}
.ln-mediaplayer-backdrop .player-controls li.control.enabled:hover {
  color: #eec55d;
}
.ln-mediaplayer-backdrop .player-controls li.control.enabled.toggle:hover {
  color: #5faa45;
}
.ln-mediaplayer-backdrop .player-controls li.control.enabled.toggle.on {
  color: #eec55d;
}
.ln-mediaplayer-backdrop .player-controls li.control.enabled.toggle.on:hover {
  color: #eec55d;
}
.ln-mediaplayer-backdrop .player-controls li.whitespace {
  width: 5%;
  /* Scale down the whitespace as the screen gets smaller. */
  /* NOTE: Things start breaking at 300px. */
}
@media screen and (max-width: 360px) {
  .ln-mediaplayer-backdrop .player-controls li.whitespace {
    width: 3%;
  }
}
@media screen and (max-width: 340px) {
  .ln-mediaplayer-backdrop .player-controls li.whitespace {
    width: 1%;
  }
}
@media screen and (max-width: 325px) {
  .ln-mediaplayer-backdrop .player-controls li.whitespace {
    width: 0;
  }
}
@media screen and (max-width: 315px) {
  .ln-mediaplayer-backdrop .player-controls li.whitespace {
    display: none;
  }
}
.ln-mediaplayer-slides {
  padding: 20px 10px 10px 20px;
}
.ln-mediaplayer-slides .screen {
  position: relative;
  float: left;
  width: 130px;
  height: 120px;
  padding: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  text-align: center;
}
.ln-mediaplayer-slides .screen .icon {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px;
  color: #fdfdfd;
  background-color: #72D637;
  border: 2px solid #fdfdfd;
  border-radius: 15px;
}
.ln-mediaplayer-slides .screen img {
  max-width: 110px;
  max-height: 80px;
  border-radius: 4px;
}
.ln-mediaplayer-slides .screen .number {
  position: absolute;
  bottom: 5px;
  width: 110px;
}
.ln-mediaplayer-slides .screen.current {
  border: 3px solid #b3b3b3;
}
.ln-mediaplayer-slides .screen.current .number {
  bottom: 3px;
  width: 106px;
}
.ln-mediaplayer-slides .screen:hover {
  border-color: #b3b3b3;
  background: #cccccc;
  cursor: pointer;
}
.ln-mediaplayer {
  position: relative;
  height: 100%;
  width: 100%;
}
.ln-mediaplayer .instance {
  position: absolute;
  left: 50%;
  top: 50%;
}
.ln-mediaplayer .instance.hidden {
  left: -10000px;
  top: -10000px;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('/content/fonts/ptsans_normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('/content/fonts/ptsans_bold.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* nothing you could do regular */
/* latin */
@font-face {
  font-family: 'Nothing You Could Do';
  font-style: normal;
  font-weight: 400;
  src: url('/content/fonts/nycd.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@media (min-width: 770px) {
  .ln-search-container {
    position: absolute;
    top: 56px;
    bottom: 30px;
    right: 6px;
  }
}
.ln-search-container > .wrapper {
  position: absolute;
  display: block !important;
  float: none !important;
  padding: 10px;
  height: 98%;
}
@media (min-width: 770px) {
  .ln-search-container > .wrapper {
    top: auto !important;
    left: auto;
    right: 0;
    width: 450px;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 769px) {
  .ln-search-container > .wrapper {
    top: 5px !important;
    left: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    margin-bottom: 0;
    width: auto !important;
  }
}
.ln-search {
  height: 100%;
}
.ln-search .results {
  margin-top: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100% - 46px);
}
.ln-search .results .group {
  padding: 8px 5px 1px 10px;
  margin-bottom: 10px;
}
.ln-search .results .group .title {
  margin-top: 0;
}
.ln-search .results .ungrouped {
  padding: 0 5px 0 13px;
}
.ln-search .results a.toggle-sub-results {
  text-decoration: none;
}
.ln-search .results a.toggle-sub-results .icon {
  padding: 7px;
  cursor: pointer;
}
.ln-search .results select {
  max-width: calc(100% - 100px);
}
table.mc-table {
  border: none;
  border-spacing: 0;
}
table.mc-table tr td {
  vertical-align: top;
  border: none;
  padding: 0;
}
table.mc-table tr td label {
  padding-left: 7px;
}
table.mc-table tr td p {
  margin: 0;
}
.ln-multiple-choice-test .question .answer {
  margin-bottom: 5px;
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.ln-multiple-choice-test .question .answer:hover {
  background: #dfdfdf;
}
.ln-multiple-choice-test .question .answer div,
.ln-multiple-choice-test .question .answer input {
  float: left;
}
.ln-multiple-choice-test .question .answer div {
  width: calc(100% - 40px);
}
.ln-multiple-choice-test .question .answer input {
  width: 30px;
}
.ln-file-test-file {
  padding: 2px 5px;
}
.ln-file-test-file:hover {
  background-color: #dfdfdf;
}
.ln-file-test-file .date.missing {
  display: inline-block;
  width: 80px;
  text-align: center;
}
/* vars */
#testEditControlBar,
.testEditControlBar {
  position: absolute;
  top: -13px;
  width: 100%;
  background-color: #fff;
}
.matrixSettings {
  position: relative;
}
.matrixSettings .dropdown-menu {
  padding: 5px 10px 5px 15px;
  min-width: 300px;
  left: auto;
  right: 0;
}
.matrixSettings .dropdown-menu label {
  font-weight: normal;
}
.resultsView.student {
  top: 100px;
}
.resultsView.student td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.resultsView i.icon-plus,
.resultsView i.icon-minus {
  margin: 0 4px 0 2px;
  font-size: 85%;
}
.resultsView,
.testsOnly {
  line-height: 25px;
}
.resultsView table,
.testsOnly table {
  border-collapse: collapse;
  min-height: 25px;
  empty-cells: hide;
}
.resultsView table tr.themeTableFirstRow,
.testsOnly table tr.themeTableFirstRow {
  border-top: 2px solid #A3C4D8;
}
.resultsView table .namecol,
.testsOnly table .namecol {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.resultsView table .wide,
.testsOnly table .wide {
  width: 150px;
}
.resultsView table .testcol,
.testsOnly table .testcol {
  width: 120px;
}
.resultsView table a.namecol,
.testsOnly table a.namecol {
  cursor: pointer;
}
.resultsView table a.testNamecol,
.testsOnly table a.testNamecol {
  width: 240px;
}
.resultsView table table,
.testsOnly table table {
  margin: -2px;
  width: 100%;
}
.resultsView table table td.first-child,
.testsOnly table table td.first-child {
  width: 155px;
}
.resultsView table table div.tableWrap,
.testsOnly table table div.tableWrap {
  margin: -2px;
  height: 25px;
}
.resultsView table table div.tableWrap > table,
.testsOnly table table div.tableWrap > table {
  margin: 0;
}
.resultsView table.testresultstable,
.testsOnly table.testresultstable {
  width: 100%;
}
.resultsView table.testresultstable td:first-child,
.testsOnly table.testresultstable td:first-child {
  width: 20px !important;
}
.resultsView table.testresultstable td,
.testsOnly table.testresultstable td {
  border: none;
  padding: 3px 6px 3px 9px;
  border-top: none;
  cursor: pointer;
}
.resultsView table tr,
.testsOnly table tr {
  height: 28px;
}
.resultsView table tr td,
.testsOnly table tr td {
  height: 28px;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: -2px;
}
.resultsView table tr .success td,
.testsOnly table tr .success td {
  background-color: #8ac775;
}
.resultsView table tr a,
.testsOnly table tr a {
  cursor: pointer;
}
.resultsView table tr a:hover,
.testsOnly table tr a:hover {
  text-decoration: none;
}
.resultsView table tr a:focus,
.testsOnly table tr a:focus {
  text-decoration: none;
}
.ln-test-result-matrix {
  position: relative !important;
  width: auto !important;
}
.ln-test-result-matrix table.upper-right td {
  text-align: center;
  height: 25px;
}
.ln-test-result-matrix table.upper-right td a,
.ln-test-result-matrix table.upper-right td span {
  width: 28px;
  display: block;
  height: 25px;
  padding-top: 3px;
  overflow: hidden;
  font-size: 90%;
}
.ln-test-result-matrix table.lower-right td {
  text-align: center;
}
.ln-test-result-matrix table.lower-right td td a,
.ln-test-result-matrix table.lower-right td td span {
  width: 28px;
  display: block;
  height: 25px;
  padding-top: 3px;
  overflow: hidden;
  font-size: 90%;
}
.ln-test-result-matrix table.lower-right td td.active {
  background-color: #cccccc !important;
}
.ln-test-result-matrix table.lower-right td td.stopped:after {
  border-color: transparent #d93232 transparent transparent;
  content: "";
  border-style: solid;
  position: relative;
  display: block;
  width: 0;
  top: -27px;
  border-width: 0 6px 6px;
  right: -18px;
  margin-bottom: -8px;
}
.ln-test-result-matrix table.lower-right td td.locked {
  background-color: #dfdfdf;
}
.ln-test-result-matrix table.lower-right td td.waiting:after {
  border-color: transparent transparent transparent #50a021;
  content: "";
  border-style: solid;
  position: relative;
  display: block;
  width: 0;
  top: -27px;
  border-width: 0 6px 6px;
  margin-bottom: -8px;
}
.oneTestTable {
  width: initial !important;
}
.oneTestTable label {
  width: 100%;
}
.oneStudent .user-image {
  max-height: 50px;
  max-width: 50px;
}
@media (min-width: 770px) {
  .ln-class-results-export .right-side,
  .oneStudent .right-side,
  .oneTest .right-side {
    position: absolute;
    right: 30px;
  }
}
.smallMatrix {
  line-height: 8px;
  font-size: 8px;
}
.smallMatrix table {
  margin: -1px;
}
.smallMatrix td {
  height: 8px;
  border: 1px solid #b3b3b3;
}
.smallMatrix td a {
  width: 12px;
  display: block;
  height: 8px;
}
.smallMatrix td a:hover {
  background-color: #555555;
}
.color-notset {
  background-color: #fdfdfd;
}
.color-approvedbyteacherbutcanbebetter,
.color-approvedbyteacher {
  background-color: #72D637;
}
.color-failed {
  background-color: #e57373;
}
.color-confirmed,
.color-passed,
.color-recievedbyteacher,
.color-underreview {
  background-color: #eec55d;
}
.color-incomplete {
  background-color: #cccccc;
}
.color-followupneeded {
  background-color: #f5c9c9;
}
.icon-notset {
  color: transparent !important;
  font-size: 120%;
}
.icon-notset:before {
  content: "\e6f6";
}
.icon-notset:hover {
  color: transparent !important;
}
.icon-approvedbyteacherbutcanbebetter {
  color: #72D637 !important;
  font-size: 120%;
}
.icon-approvedbyteacherbutcanbebetter:before {
  content: "\e66b";
}
.icon-approvedbyteacher {
  color: #72D637 !important;
  font-size: 120%;
}
.icon-approvedbyteacher:before {
  content: "\e6fe";
}
.icon-approvedwithexcellence {
  display: inline-block;
  background: no-repeat center / 90% url("/Images/icons/approvedwithexcellence.svg");
  width: 2.1rem !important;
  height: 2.1rem !important;
}
.icon-failed {
  color: #e57373 !important;
  font-size: 120%;
}
.icon-failed:before {
  content: "\e6fd";
}
.icon-confirmed {
  color: #eec55d !important;
  font-size: 120%;
}
.icon-confirmed:before {
  content: "\e66a";
}
.icon-passed {
  color: #eec55d !important;
  font-size: 120%;
}
.icon-passed:before {
  content: "\e66a";
}
.icon-incomplete {
  color: #222222 !important;
  font-size: 120%;
}
.icon-incomplete:before {
  content: "\e66d";
}
.icon-underreview {
  color: #eec55d !important;
  font-size: 120%;
}
.icon-underreview:before {
  content: "\e68e";
}
.icon-recievedbyteacher {
  color: #eec55d !important;
  font-size: 120%;
}
.icon-recievedbyteacher:before {
  content: "\e66c";
}
.icon-followupneeded {
  color: #e57373 !important;
  font-size: 120%;
  font-weight: bold;
}
.icon-followupneeded:before {
  content: "\e6f5";
}
.icon-teacherurge {
  display: inline-block;
  background: no-repeat center / 90% url("/Images/icons/teacherurge.svg");
  width: 2.1rem !important;
  height: 2.1rem !important;
}
.ln-class-results-overlay {
  z-index: 985;
}
@media (max-width: 769px) {
  .ln-class-results-overlay {
    z-index: 1010;
  }
}
.ln-class-results-overlay .container {
  position: relative;
}
.ln-class-results-overlay .container.expand {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  width: auto;
}
.ln-class-results-overlay .container .tabset {
  position: relative;
  height: calc(100% - 53px);
}
.ln-class-results-overlay .container .tabset .tab-content {
  position: absolute;
  width: 100%;
  top: 54px;
  bottom: 0;
}
@media print {
  .ln-class-results-overlay .container .tabset .tab-content {
    position: relative;
    top: 0;
  }
}
.ln-class-results-overlay .container .tabset .tab-content .tab-pane {
  height: 100%;
  overflow-y: auto;
}
@media print {
  .ln-class-results-overlay .container .tabset .tab-content .tab-pane {
    overflow-y: initial;
  }
}
.ln-class-results-overlay .container .ln-test-result-matrix {
  height: calc(100% - 52px);
}
.ln-test-comment-library .tab-content {
  position: relative !important;
  width: auto !important;
  top: auto !important;
  bottom: auto !important;
  max-height: 200px;
  overflow-y: auto;
}
.ln-test-comment-library .nav-pills > li > a {
  padding: 6px 6px;
}
.ln-test-comment-library .comment .icon {
  padding: 2px;
}
.ln-test-comment-library .comment a {
  display: inline-block;
  height: 20px;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-test-comment-library .comment a p,
.ln-test-comment-library .comment a h1,
.ln-test-comment-library .comment a h2,
.ln-test-comment-library .comment a h3,
.ln-test-comment-library .comment a h4 {
  margin: 0 !important;
}
.ln-theme .coursepart {
  display: table;
  float: left;
  border: 1px solid #b3b3b3;
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  width: 13em;
  height: 13em;
  margin-right: 1em;
  margin-bottom: 1em;
  page-break-inside: avoid;
}
.ln-theme .coursepart:hover {
  border-color: #555555;
  background-color: #cccccc;
  text-decoration: none;
}
.ln-theme .coursepart .name {
  display: table-row;
  height: 0;
  word-break: break-word;
}
.ln-theme .coursepart .image {
  display: table-row;
  height: 100%;
}
.ln-theme .coursepart .image > div {
  display: table-cell;
  vertical-align: middle;
}
.ln-theme .coursepart .image img {
  border-radius: 3px;
}
.ln-user-info-cell {
  width: 160px;
  height: 100px;
  padding: 5px;
  border: 1px solid #b3b3b3;
  margin-top: 10px;
  margin-right: 10px;
  border-radius: 4px;
  text-align: center;
  page-break-after: always;
}
@media print {
  .ln-user-info-cell {
    height: 100px;
    font-size: 70%;
  }
}
.ln-user-info-cell .image {
  position: relative;
  margin-top: 25px;
  height: 100px;
}
@media print {
  .ln-user-info-cell .image {
    margin-top: 12.5px;
  }
}
.ln-user-info-cell .image .online {
  position: absolute;
  top: -31px;
  right: -6px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}
.ln-user-info-cell .image .mainteacher {
  position: absolute;
  top: -31px;
  left: -6px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}
.ln-user-info-cell .image .image-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.ln-user-info-cell .image .image-wrapper img {
  border-radius: 4px;
  max-height: 100px;
  max-width: 100px;
}
.ln-user-info-cell .fullname {
  overflow: hidden;
  height: 44px;
}
@media print {
  .ln-user-info-cell .fullname {
    height: auto;
  }
}
.ln-user-info-cell .mail {
  width: 150px;
  overflow-wrap: break-word;
}
@media print {
  .ln-user-info-cell .mail {
    font-size: 90%;
  }
}
.ln-user-info-cell .buttons {
  padding-top: 5px;
}
.ln-user-info-cell .buttons .button {
  padding: 8px 6px;
  margin: 1px;
  font-size: 120%;
}
.ln-user-info-cell .buttons .button:hover {
  background-color: #dfdfdf;
}
.ln-user-overview .table,
.ln-user-overview .progress {
  margin-bottom: 0;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.dropdownAutoHeight .dropdown-menu {
  top: auto !important;
}
.white-space-pre-line {
  white-space: pre-line;
}
.word-break-all {
  word-break: break-all;
}
.word-break-word {
  word-break: break-word;
}
.no-text-wrap {
  white-space: nowrap;
}
/* Make sure that they are not small in elastic mode in IE */
textarea {
  min-height: 1.4em !important;
}
.ontop {
  z-index: 100000 !important;
}
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block !important;
}
textarea.resize-vertical-only {
  resize: vertical;
}
a.no-text-decoration {
  text-decoration: none;
}
label.font-weight-normal {
  font-weight: normal;
}
.form-control.no-width {
  width: auto !important;
}
.list-inline.no-padding > li {
  padding: 0 !important;
}
.vertical-align-top {
  vertical-align: top;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.opacity-zero {
  opacity: 0;
  filter: alpha(opacity=0);
}
.opacity-half {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.fullheight {
  height: 100%;
}
@media (max-width: 769px) {
  .fullheight.keepForSmall {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.fullwidth {
  width: 100%;
}
.fullsize {
  height: 100%;
  width: 100%;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.margin-bottom-xs {
  margin-bottom: 5px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-bottom-medium {
  margin-bottom: 20px;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-top-medium {
  margin-top: 20px;
}
.margin-left-medium {
  margin-left: 10px;
}
.margin-right-medium {
  margin-right: 10px;
}
.padding-left-small {
  padding-left: 10px;
}
.padding-left-large {
  padding-left: 16px;
}
.padding-right-small {
  padding-right: 10px;
}
.padding-right-large {
  padding-right: 16px;
}
.padding-top-small {
  padding-top: 5px;
}
.padding-top-large {
  padding-top: 10px !important;
}
.padding-bottom-large {
  padding-bottom: 10px !important;
}
.padding-bottom-small {
  padding-bottom: 5px !important;
}
.padding-large {
  padding: 16px;
}
@media (max-width: 769px) {
  .padding-left-zero-xs-only {
    padding-left: 0;
  }
}
.padding-left-zero {
  padding-left: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-grab {
  cursor: grab;
}
.font-weight-normal {
  font-weight: normal;
}
.break-word {
  -ms-word-break: break-all;
  word-break: break-all;
}
.fix-button-offset {
  margin-top: -5px;
}
.off-screen {
  position: absolute;
  left: -1000000px !important;
  top: -1000000px !important;
  width: 1000px !important;
  height: 1000px !important;
  bottom: auto !important;
  right: auto !important;
}
@media (min-width: 770px) {
  .on-screen-xs {
    position: absolute;
    left: -1000000px !important;
    top: -1000000px !important;
    bottom: auto !important;
    right: auto !important;
  }
}
.multiline-text {
  white-space: pre-wrap;
}
.scroll-x {
  overflow-x: auto;
}
.border-radius-base {
  border-radius: 4px;
}
/* resets of different kinds*/
.panel-heading-collapsed {
  border-bottom: none;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* overflow scroll */
.overflowScroll.Auto {
  overflow: auto;
}
.overflowScroll.Vert {
  overflow-y: auto;
}
.overflowScroll.Hor {
  overflow-x: auto;
}
/* fix heights*/
.height30px {
  height: 30px;
}
.logo-small {
  height: 90px;
}
.font-size-larger {
  font-size: 120%;
}
.no-text-highlighting {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.max_height_300 {
  max-height: 300px;
}
.caret-big-up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
}
.caret-big-right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid;
  border-right: 5px solid transparent;
}
.caret-big {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
hr.thin {
  margin-top: 2px;
  margin-bottom: 11px -2px;
}
.display-block {
  display: block;
}
.bg-grey {
  background-color: #dfdfdf;
}
.display-initial {
  display: initial !important;
}
label.check {
  padding-left: 20px;
  position: relative;
}
label.check input {
  position: absolute;
  left: 0;
}
.max-width-60rem {
  max-width: 60rem;
}
dialog {
  pointer-events: auto;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: 0.5rem;
}
.rotate90 {
  transform: rotate(90deg);
}
.rotate180 {
  transform: rotate(180deg);
}
.rotate270 {
  transform: rotate(270deg);
}
input {
  accent-color: #5faa45;
}
.lntip {
  z-index: 1050;
  position: absolute;
  top: 150px;
  left: 100px;
  padding: 10px;
  width: auto;
  max-width: 550px;
  min-width: 70px;
  border: 2px solid #b3b3b3;
  color: #333;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 4px #b3b3b3;
  -moz-box-shadow: 2px 2px 4px #b3b3b3;
  box-shadow: 2px 2px 4px #b3b3b3;
}
.lntip div.content {
  max-height: 400px;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
.lntip div.ellips {
  display: none;
}
.lntip.halfsize div.content {
  max-height: 200px;
}
.lntip.halfsize div.ellips {
  display: block;
}
.lntip:before,
.lntip:after {
  content: "";
  border-style: solid;
  position: absolute;
  display: block;
  width: 0;
}
.lntip.top:before {
  border-color: #b3b3b3 transparent;
  top: -30px;
  bottom: auto;
  border-width: 0 10px 30px;
}
.lntip.top:after {
  border-color: #fff transparent;
  bottom: auto;
  border-width: 0 8px 27px;
  top: -27px;
}
.lntip.bottom:before {
  border-color: #b3b3b3 transparent;
  bottom: -30px;
  border-width: 30px 10px 0;
  left: 30px;
}
.lntip.bottom:after {
  border-color: #fff transparent;
  border-width: 27px 8px 0;
  bottom: -27px;
  left: 32px;
}
.lntip.right:before {
  left: auto;
  right: 30px;
}
.lntip.right:after {
  left: auto;
  right: 32px;
}
.lntip.left:before {
  left: 30px;
  right: auto;
}
.lntip.left:after {
  left: 32px;
  right: auto;
}
.lntip.side:before {
  top: 15px;
  bottom: auto;
  border-color: transparent #b3b3b3;
}
.lntip.side:after {
  top: 17px;
  bottom: auto;
  border-color: transparent #fff;
}
.lntip.side.left:before {
  left: -30px;
  border-width: 10px 30px 10px 0;
}
.lntip.side.left:after {
  left: -27px;
  border-width: 8px 27px 8px 0;
}
.lntip.side.right:before {
  right: -30px;
  border-width: 10px 0 10px 30px;
}
.lntip.side.right:after {
  right: -27px;
  border-width: 8px 0 8px 27px;
}
/**
 * Angular JS slider directive
 *
 * (c) Rafal Zajac <rzajac@gmail.com>
 * http://github.com/rzajac/angularjs-slider
 *
 * Licensed under the MIT license
 */
/* Slider colors */
/* Slider size parameters */
rzslider {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 100%;
  margin: 30px 0 15px 0;
  vertical-align: middle;
}
rzslider span {
  white-space: nowrap;
  position: absolute;
  display: inline-block;
}
rzslider span.rz-base {
  width: 100%;
  height: 100%;
  padding: 0;
}
rzslider span.rz-bar-wrapper {
  left: 0;
  box-sizing: border-box;
  margin-top: -8px;
  padding-top: 8px;
  width: 100%;
  height: 16px;
}
rzslider span.rz-bar {
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 0;
  background: #333333;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
rzslider span.rz-bar.rz-selection {
  z-index: 1;
  background: #000;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
rzslider span.rz-pointer {
  cursor: pointer;
  width: 16px;
  height: 16px;
  top: -7px;
  background-color: #000;
  z-index: 2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
rzslider span.rz-pointer:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 1px;
  left: 1px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background: #fff;
}
rzslider span.rz-pointer:hover:after {
  background-color: #5faa45;
}
rzslider span.rz-pointer.rz-active:after {
  background-color: #5faa45;
}
rzslider span.rz-bubble {
  cursor: default;
  top: -29px;
  padding: 1px 3px;
  color: #333333;
}
rzslider span.rz-bubble.rz-selection {
  top: 8px;
}
rzslider span.rz-bubble.rz-limit {
  color: #333333;
}
.stickytop {
  position: fixed;
  z-index: 100;
}
@media print {
  body.modal-open > * {
    display: none;
  }
  body.modal-open div.modal {
    display: block;
    overflow-y: auto;
    position: initial;
  }
  body.modal-open div.modal .modal-content {
    border: none;
  }
  body.modal-open div.modal .modal-content .modal-header {
    border: none;
    background-color: transparent;
  }
  body.modal-open div.modal .modal-content .modal-body {
    border: none;
  }
  body.modal-open div.modal .modal-content .modal-footer {
    display: none;
  }
}
.btn-wrap {
  white-space: normal;
  min-width: 100px;
  max-width: 160px;
}
.btn-primary {
  color: #fdfdfd !important;
}
table.btn-table td {
  vertical-align: top;
  white-space: normal;
}
.btn-toggle {
  position: relative;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  border: 1px solid #555555;
  border-radius: 4px;
}
.btn-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 3px;
  border-radius: 1px;
  background-color: #555555;
}
.btn-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.editPlansEditor {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fdfdfd;
  z-index: 100;
}
.editPlansEditor .editPlansTable {
  top: 65px;
  height: auto;
  width: auto;
  bottom: 21px;
  left: 15px;
  right: 15px;
}
.editPlansEditor .ln-table-scroller a,
.editPlansEditor .ln-table-scroller a:hover {
  color: #56585b;
  text-decoration: none;
}
.editPlansEditor .ln-table-scroller a.running,
.editPlansEditor .ln-table-scroller a:hover.running {
  color: #50a021;
}
.editPlansEditor .ln-table-scroller a.hasend:after,
.editPlansEditor .ln-table-scroller a:hover.hasend:after {
  border-color: transparent #d93232 transparent transparent;
  content: "";
  border-style: solid;
  position: relative;
  display: block;
  width: 0;
  top: -20px;
  border-width: 0 6px 6px;
  right: -10px;
  margin-bottom: -8px;
}
.editPlansEditor .ln-table-scroller table tr.thin {
  height: 12px;
}
.editPlansEditor .ln-table-scroller table tr.thin td {
  height: 12px;
  font-size: 7px;
  line-height: 12px;
}
.editPlansEditor .ln-table-scroller table tr.thin td a,
.editPlansEditor .ln-table-scroller table tr.thin td div {
  height: 12px;
  display: block;
  overflow: hidden;
  padding-top: 3px;
}
.editPlansEditor .ln-table-scroller table.cells td > a {
  display: block;
  width: 21px;
  text-align: center;
  padding: 6px 0 5px 0;
  overflow: hidden;
  height: 25px;
}
.editPlansEditor .ln-table-scroller table.cells td > a.stopped {
  color: #d93232;
}
.editPlansEditor .ln-table-scroller table.cells td > div {
  height: 28px;
}
/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */
.as-sortable-item,
.as-sortable-placeholder {
  display: block;
}
.as-sortable-item {
  -ms-touch-action: none;
  touch-action: none;
  /* to disable context menu on iOS devices */
  -webkit-touch-callout: none;
}
.as-sortable-item-handle {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.as-sortable-placeholder {
  background-color: red;
}
.as-sortable-drag {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.as-sortable-hidden {
  display: none !important;
}
.as-sortable-un-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* ******************************************* */
/* Optional CSS, default style for ng-sortable */
/* ******************************************* */
.as-sortable-placeholder {
  min-height: 20px;
  margin: 1px 2px 5px 1px;
  border-radius: 5px;
}
.as-sortable-placeholder {
  border: 1px dashed darkgrey;
  box-sizing: border-box;
  background-color: #dbdbdb;
}
.as-sortable-drag {
  opacity: 0.8;
}
.template-doc {
  height: 297mm;
  width: 210mm;
  background-color: white;
  /*padding: 10mm 15mm 20mm 15mm;*/
  margin-left: 4rem;
  position: relative;
}
.template-doc .editors {
  z-index: 1;
  display: grid;
  zoom: 0.75;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  width: 100%;
  height: 100%;
  color: black !important;
}
.template-doc .editors > div {
  overflow-y: hidden;
}
.template-doc .tinymce-toolbar {
  position: absolute;
  top: -8rem;
}
dialog.templateEdit {
  position: fixed !important;
  top: 20rem;
  right: 2rem;
  z-index: 1;
  inset-block-start: 0px;
  inset-block-end: 0px;
  max-width: calc(100% - 2em - 6px);
  max-height: calc(100% - 2em - 6px);
  user-select: text;
  visibility: visible;
  overflow: auto;
}
.ln-course-permissions .ln-table-scroller {
  position: relative;
  height: 600px;
  width: 100%;
}
.ln-course-permissions tr.readonly {
  background: #dfdfdf;
}
.ln-course-permissions tr.readonly .course,
.ln-course-permissions tr.readonly .coursepart,
.ln-course-permissions tr.readonly .cell {
  cursor: default;
}
.ln-course-permissions .empty {
  padding: 2px;
  border: 1px solid #b3b3b3;
}
.ln-course-permissions .empty > span {
  display: block;
  width: 245px;
}
.ln-course-permissions .course {
  padding: 2px;
  border: 1px solid #b3b3b3;
}
.ln-course-permissions .course > span {
  display: block;
  width: 245px;
}
.ln-course-permissions .course > span .text {
  display: block;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-course-permissions .course > span .icon {
  padding: 4px;
}
.ln-course-permissions .theme {
  padding: 2px;
}
.ln-course-permissions .theme > span {
  display: block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-course-permissions .coursepart {
  padding: 2px;
}
.ln-course-permissions .coursepart > span {
  display: block;
  width: 140px;
}
.ln-course-permissions .coursepart > span .text {
  display: block;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-course-permissions .coursepart > span .icon {
  padding: 4px;
}
.ln-course-permissions .user {
  padding: 2px;
  text-align: center;
  border: 1px solid #b3b3b3;
}
.ln-course-permissions .user > span {
  display: block;
  width: 30px;
}
.ln-course-permissions .cell {
  padding: 0 2px;
  text-align: center;
  border: 1px solid #b3b3b3;
  cursor: pointer;
  font-size: 115%;
}
.ln-course-permissions .cell > span {
  display: block;
  width: 30px;
}
.ln-course-permissions .cell.read {
  color: #4b8636;
  font-family: 'icomoon' !important;
}
.ln-course-permissions .cell.read:before {
  content: "\e61f";
}
.ln-course-permissions .cell.edit {
  color: #5ab525;
  font-family: 'icomoon' !important;
}
.ln-course-permissions .cell.edit:before {
  content: "\e605";
}
.ln-course-permissions .cell.delete {
  color: #dd4848;
  font-family: 'icomoon' !important;
}
.ln-course-permissions .cell.delete:before {
  content: "\e6a7";
}
.ln-course-permissions .cell.admin {
  color: #eec55d;
  font-family: 'icomoon' !important;
}
.ln-course-permissions .cell.admin:before {
  content: "\e63e";
}
.ln-course-permissions .cell.owner {
  position: relative;
}
.ln-course-permissions .cell.owner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-right-color: #000;
  border-top-color: #000;
}
.ln-course-permissions .count {
  padding: 2px;
  text-align: center;
  border: 1px solid #b3b3b3;
}
.ln-course-permissions .count > span {
  display: block;
  width: 200px;
}
.ln-course-permissions .course:hover,
.ln-course-permissions .coursepart:hover,
.ln-course-permissions .cell:hover {
  background-color: #dfdfdf;
}
.ln-image-picker .image-list div.bg-primary {
  border: 5px solid #5faa45;
}
.ln-image-picker .image-list .panel {
  width: 400px;
  margin: 10px;
}
.ln-image-picker .image-list .panel panel-body {
  padding: 10px;
}
.ln-image-picker .image-list .panel img {
  max-width: 100%;
}
.ln-image-picker .image-list .image-thumb-box {
  text-align: center;
  width: 70px;
  height: 70px;
  margin: 5px;
}
.ln-image-picker .image-list .image-thumb-box img {
  max-width: 100%;
  max-height: 100%;
}
.ln-image-picker-align .btn-default.active {
  background-color: #5faa45;
}
.ln-image-picker-align .align {
  color: #333333 !important;
  font-size: 12px;
  width: 35px;
  border: solid 3px #333333;
  border-left: none;
  border-right: none;
  padding: 1px 1px 3px 0;
}
.ln-image-picker-align .align.left {
  text-align: left;
}
.ln-image-picker-align .align.right {
  text-align: right;
}
.ln-image-picker-align .align.normal > div {
  border-top: solid 3px #333333;
  line-height: 10px;
  padding-bottom: 1px;
  padding-top: 1px;
  margin-top: 2px;
  padding-left: 1px;
}
.ln-image-picker-align .align > div {
  border-bottom: solid 3px #333333;
  padding-bottom: 3px;
}
.ln-image-picker-align .align > div span.icon-minus {
  display: block;
  height: 8px;
}
.ln-image-picker-preview img.preview.pull-left,
.ln-image-picker-preview img.preview.pull-right,
.ln-image-picker-preview img.preview.pull-auto {
  max-width: 200px !important;
  max-height: 200px !important;
}
.ln-image-picker-preview img.preview.pull-left {
  margin: 2px 8px 2px 0;
}
.ln-image-picker-preview img.preview.pull-right {
  margin: 0 2px 8px 2px;
}
videogular vg-scrub-bar [role=slider] {
  position: relative;
}
videogular .ln-videogular-thumbnails {
  position: absolute;
  width: 100%;
  height: 32px;
  top: 0;
}
videogular .ln-videogular-thumbnails .wrapper {
  position: relative;
  overflow: hidden;
}
videogular .ln-videogular-thumbnails .wrapper img {
  position: absolute;
  width: auto;
  max-width: none;
  height: auto;
}
videogular .ln-videogular-watched-segments {
  position: absolute;
  width: 100%;
  height: 32px;
  top: 0;
}
videogular .ln-videogular-watched-segments .segment {
  position: absolute;
  background: #eec55d;
  height: 2px;
}
videogular .ln-videogular-cue-points {
  position: absolute;
  width: 100%;
  height: 32px;
  top: 0;
  z-index: 10;
  transform: translate(0px, -33px);
}
videogular .ln-videogular-cue-points .cue-point {
  position: absolute;
  color: #5faa45;
  height: 100%;
  font-size: 145%;
  padding-top: 5px;
}
videogular .ln-videogular-cue-points .cue-point.show-point-menu .cueMenu {
  display: block;
}
videogular .ln-videogular-cue-points .cue-point.show-position .cuePosition {
  display: block;
}
videogular .ln-videogular-cue-points .cue-point .cuePosition {
  background-color: #fff;
  color: #333;
  font-size: small;
  border: 1px solid #333;
  position: absolute;
  display: none;
  width: 110px;
  top: -23px;
  left: -50px;
  z-index: 10;
  padding: 8px;
  text-align: center;
}
videogular .ln-videogular-cue-points .cue-point .cueMenu {
  background-color: #fff;
  padding: 4px;
  color: #333;
  font-size: small;
  border: 1px solid #333;
  position: absolute;
  display: none;
  width: 200px;
  top: -90px;
  left: -50px;
  z-index: 10;
  text-align: left;
}
videogular .ln-videogular-cue-points .cue-point .cueMenu button {
  border: none;
  margin: 0;
  padding: 4px;
  padding-left: 32px;
  display: block;
  color: #333;
  background: #fff url(/images/design/menubg.png) repeat-y 0 0;
  width: 100%;
  text-align: left;
}
videogular .ln-videogular-cue-points .cue-point .cueMenu button:disabled {
  color: lightgray;
}
videogular .ln-videogular-cue-points .cue-point .cueMenu button.selected {
  font-weight: bold;
}
videogular .ln-videogular-cue-points .cue-point .cueMenu button:not([disabled]):hover {
  margin: -1px;
  color: white;
  background: #b8bfd3;
  border: 1px solid #000 !important;
}
.ln-object-permission-table {
  max-width: 600px;
  margin-bottom: 20px;
}
.ln-object-permission-table td {
  padding: 4px;
  border: 1px solid #b3b3b3;
}
.ln-object-permission-table tr.empty td {
  border: none;
}
.ln-object-permission-row td:first-child {
  width: 100%;
}
.ln-object-permission-row .delete {
  cursor: pointer;
  padding: 3px;
}
.ln-object-permission-row .cell {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
  padding: 3px;
  border: 1px solid #000;
  cursor: pointer;
  font-size: 100%;
}
.ln-object-permission-row .cell.disabled {
  background: #ccc;
  cursor: auto;
}
.ln-panel {
  margin: 0 0 20px 0;
  width: 100%;
}
.ln-panel .panel-body {
  min-height: 170px;
}
.ln-panel .panel-body div[name=body] {
  padding: 1px 0;
}
.ln-panel .hide-on-unfolded {
  display: none;
}
.ln-panel.foldedPanel {
  max-height: 217px;
}
.ln-panel.foldedPanel .panel-heading {
  height: 43px;
}
.ln-panel.foldedPanel .panel-body {
  overflow-y: auto;
  height: 170px;
}
.ln-panel.foldedPanel .hide-on-unfolded {
  display: inline-block;
}
.ln-panel.foldedPanel.partial-body .panel-heading div[name=head] {
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}
.ln-panel.foldedPanel.partial-body .panel-body {
  height: 85px;
  min-height: 85px;
  overflow: hidden;
}
.ln-panel.foldedPanel.partial-body .panel-body > div {
  position: relative;
}
.ln-panel.foldedPanel.partial-body .panel-body > div .small,
.ln-panel.foldedPanel.partial-body .panel-body > div .thin {
  display: none;
}
.ln-panel.foldedPanel.partial-body .panel-body > div:before {
  content: '';
  box-shadow: 0 0 27px 19px #fff;
  position: absolute;
  left: 1px;
  top: 64px;
  right: 1px;
}
@media print {
  .ln-panel.foldedPanel {
    max-height: initial;
  }
  .ln-panel.foldedPanel .panel-body {
    overflow-y: auto;
    height: auto;
  }
}
.ln-panel.outlined {
  outline: 2px solid #b3b3b3;
}
.ln-table-scroller {
  position: absolute;
  width: 800px;
  height: 800px;
  background-color: #fdfdfd;
  overflow: hidden;
}
.ln-table-scroller .leftCol {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 200px;
  background-color: #fff;
  z-index: 1;
}
.ln-table-scroller .leftCol.adjusted {
  width: 200px;
}
.ln-table-scroller .leftCol .upper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 57px;
  overflow: hidden;
}
.ln-table-scroller .leftCol .lower {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.ln-table-scroller .rightCol {
  position: absolute;
  top: 0;
  left: 200px;
  right: 0;
  bottom: 0;
}
.ln-table-scroller .rightCol .upper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 57px;
  overflow: hidden;
}
.ln-table-scroller .rightCol .lower {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.ln-table-scroller table {
  border-collapse: collapse;
  min-height: 25px;
  empty-cells: hide;
}
.ln-table-scroller table .namecol {
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ln-table-scroller table .wide {
  width: 150px;
}
.ln-table-scroller table .testcol {
  width: 120px;
}
.ln-table-scroller table a.namecol {
  cursor: pointer;
}
.ln-table-scroller table a.testNamecol {
  width: 240px;
}
.ln-table-scroller table table {
  margin: -2px;
  width: 100%;
}
.ln-table-scroller table table td.first-child {
  width: 155px;
}
.ln-table-scroller table tr {
  height: 28px;
}
.ln-table-scroller table tr td {
  height: 28px;
  vertical-align: top;
  border: 1px solid #b3b3b3;
  padding: 1px;
}
.ln-table-scroller table tr .success td {
  background-color: #8ac775;
}
.ln-table-scroller table tr a {
  cursor: pointer;
}
.ln-table-scroller table tr a:hover {
  text-decoration: none;
}
.ln-docbox-main {
  position: absolute;
  top: 85px;
  bottom: 0;
  width: 100%;
}
@media (max-width: 769px) {
  .ln-docbox-main {
    bottom: 55px;
  }
}
.docbox .dropdown-menu li .alert {
  white-space: initial;
}
.docbox label {
  font-weight: normal;
}
.docbox input {
  margin: 0;
}
.docbox table .file-table {
  font-size: 16px;
}
.docbox table tr {
  width: 100%;
}
.docbox table .namecol {
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.docbox table .narrowCol {
  width: 85px;
}
.docbox table .firstCol {
  width: 40px;
}
.docbox table .fileNameCol {
  width: calc(100% - 295px);
}
.docbox table .fileLinkCell {
  width: 100%;
}
.docbox table .fileLinkCell .caret {
  margin-top: -10px;
}
.docbox table .fileLinkCell .fileLinkcol {
  max-width: calc(100% - 40px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.docbox h2.breadcrumbs {
  margin: 3px 0;
}
.docbox h2.breadcrumbs a.btn-sm {
  font-size: inherit;
  border-color: transparent;
  position: relative;
  top: -2px;
}
.docbox .dropdown-menu {
  top: auto;
  left: auto;
}
.docbox .docbox-navigation button.btn {
  text-align: left;
  padding-left: 8px;
}
.docbox .fileList {
  overflow-y: auto;
}
.folder-tree {
  font-size: 1.2em;
}
.folder-tree ul {
  padding-left: 22px;
  padding-top: 4px;
}
.folder-tree ul li {
  list-style-type: none;
  padding-bottom: 4px;
}
/**
 * @license Videogular v0.7.2 http://videogular.com
 * Two Fucking Developers http://twofuckingdevelopers.com
 * License: MIT
 */
@font-face {
  font-family: 'videogular';
  src: url('/content/fonts/videogular.eot');
  src: url('/content/fonts/videogular.eot?#iefix') format('embedded-opentype'), url('/content/fonts/videogular.woff') format('woff'), url('/content/fonts/videogular.ttf') format('truetype'), url('/content/fonts/videogular.svg#videogular') format('svg');
  font-weight: normal;
  font-style: normal;
}
videogular {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #959595;
  display: block;
  flex-direction: column;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: moz-none;
  -ms-user-select: none;
  user-select: none;
}
videogular button {
  cursor: pointer;
}
videogular.fullscreen {
  position: absolute;
  left: 0;
  top: 0;
}
videogular vg-media {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
videogular video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
videogular .iconButton {
  color: #fdfdfd;
  font-family: 'videogular';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  background: none;
  padding: 6px;
  border: none;
}
videogular .iconButton:focus {
  border: 1px solid #fdfdfd;
}
/*****************/
/* Poster plugin */
/*****************/
videogular vg-poster {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  z-index: 1;
  top: 0;
}
videogular vg-poster img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
}
videogular vg-poster img.pause,
videogular vg-poster img.play {
  display: none;
}
videogular vg-poster img.stop {
  display: block;
}
/**********************/
/* OverlayPlay plugin */
/**********************/
videogular vg-overlay-play {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
}
videogular vg-overlay-play .play:before {
  content: "\e000";
}
videogular vg-overlay-play .overlayPlayContainer {
  font-size: 100px;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: table;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
videogular vg-overlay-play .overlayPlayContainer div {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
}
/*********************/
/* Controlbar plugin */
/*********************/
videogular vg-controls {
  width: 100%;
  height: 32px;
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
}
videogular.video vg-controls {
  top: 100%;
}
.ln-fullscreen videogular.video vg-controls {
  position: fixed;
  top: auto;
  bottom: 0;
}
.ln-fullscreen videogular.video vg-controls:hover div {
  visibility: visible;
}
.ln-fullscreen videogular.video vg-controls div {
  visibility: hidden;
}
videogular vg-controls .controls-container {
  width: 100%;
  height: 32px;
  background-color: #555;
  position: absolute;
  display: table;
  zoom: 1;
  /*filter: alpha(opacity=50);
  opacity: 0.5;*/
}
videogular vg-play-pause-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-time-display {
  color: #FFFFFF;
  display: table-cell;
  /*font-family: Arial;*/
  font-size: 16px;
  width: 75px;
  vertical-align: middle;
  text-align: center;
  cursor: default;
}
videogular .vgTimeDisplay {
  display: table-cell;
  /*font-family: Arial;*/
  font-size: 16px;
  width: auto;
}
videogular vg-scrub-bar {
  width: auto;
  display: table-cell;
  cursor: pointer;
  vertical-align: middle;
}
videogular vg-scrub-bar [role=slider] {
  /*margin-top: 24px;
      margin-bottom: 24px;*/
  height: 32px;
  background-color: #222222;
}
videogular vg-scrub-bar :focus vg-scrub-bar-current-time {
  border-right: 6px #222222 groove;
}
videogular vg-scrub-bar-current-time {
  background-color: #fdfdfd;
  width: 100%;
  height: 32px;
  display: block;
  cursor: pointer;
}
videogular vg-volume {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar {
  width: 50px;
  height: 100px;
  top: -100px;
  margin-left: -25px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  cursor: pointer;
}
/* IE10 hack */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  videogular vg-volume-bar {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
  }
}
videogular vg-fullscreen-button {
  display: table-cell;
  width: 50px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
videogular vg-volume-bar .verticalVolumeBar {
  width: 50px;
  height: 100px;
  background-color: #000000;
  position: absolute;
}
videogular vg-volume-bar .volumeBackground {
  width: 20px;
  height: 70px;
  left: 15px;
  top: 15px;
  background-color: #222222;
  position: absolute;
}
videogular vg-volume-bar .volumeValue {
  width: 20px;
  height: 100%;
  background-color: #fdfdfd;
  position: absolute;
}
videogular vg-volume-bar .volumeClickArea {
  width: 20px;
  height: 100%;
  position: absolute;
}
videogular vg-controls .hide-animation {
  animation: hideControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: hideControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: hideControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: hideControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: hideControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes hideControlsAnimationFrames {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
videogular vg-controls .show-animation {
  animation: showControlsAnimationFrames ease-out 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  /*when the spec is finished*/
  -webkit-animation: showControlsAnimationFrames ease-out 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  /*Chrome 16+, Safari 4+*/
  -moz-animation: showControlsAnimationFrames ease-out 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  /*FF 5+*/
  -o-animation: showControlsAnimationFrames ease-out 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  /*Not implemented yet*/
  -ms-animation: showControlsAnimationFrames ease-out 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
  /*IE 10+*/
}
@keyframes showControlsAnimationFrames {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-moz-keyframes showControlsAnimationFrames {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-webkit-keyframes showControlsAnimationFrames {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-o-keyframes showControlsAnimationFrames {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@-ms-keyframes showControlsAnimationFrames {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
/* Controlbar icons */
videogular vg-play-pause-button .play:before {
  content: "\e000";
}
videogular vg-play-pause-button .pause:before {
  content: "\e001";
}
videogular vg-mute-button {
  width: 50px;
  display: block;
}
videogular vg-mute-button .level3:before {
  content: "\e002";
}
videogular vg-mute-button .level2:before {
  content: "\e003";
}
videogular vg-mute-button .level1:before {
  content: "\e004";
}
videogular vg-mute-button .level0:before {
  content: "\e005";
}
videogular vg-mute-button .mute:before {
  content: "\e006";
}
videogular vg-fullscreen-button .enter:before {
  content: "\e007";
}
videogular vg-fullscreen-button .exit:before {
  content: "\e008";
}
/********************/
/* Buffering plugin */
/********************/
videogular vg-buffering {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 4;
  top: 0;
}
videogular vg-buffering .bufferingContainer {
  width: 100%;
  position: absolute;
  cursor: pointer;
  top: 50%;
  margin-top: -50px;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
/* Loading Spinner
 * http://www.alessioatzeni.com/blog/css3-loading-animation-loop/
 */
videogular vg-buffering .loadingSpinner {
  background-color: rgba(0, 0, 0, 0);
  border: 5px solid #ffffff;
  opacity: 0.9;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 0 0 35px #FFFFFF;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  -moz-animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinite linear;
}
videogular vg-buffering .loadingSpinner .stop {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes spinoff {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinoff {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
/**********************/
/* IMA ads plugin */
/**********************/
videogular vg-ima-ads {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  display: none;
}
.ln-admin-class-edit-students .student {
  margin: 0 -10px;
  padding: 3px 10px;
}
.ln-admin-class-edit-students .student .name {
  padding-left: 5px;
}
.ln-admin-class-edit-students .student .mail {
  padding-left: 24px;
}
.ln-admin-class-edit-students .student .archivebutton {
  opacity: 0.3;
  font-size: 24px;
}
.ln-admin-class-edit-students .student .archivebutton.enabled {
  opacity: 1;
}
.ln-admin-class-edit-students .student:hover {
  background-color: #dfdfdf;
}
.cells.students {
  font-size: 90%;
}
.planStudentList .panel-body {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ln-admin-class-history .item .header {
  padding: 4px 10px 0 10px;
  cursor: pointer;
}
.ln-admin-class-history .item .header:hover {
  background-color: #dfdfdf;
}
.ln-admin-class-history .item .header.no-icon {
  padding-left: 22px;
  cursor: default;
}
.ln-admin-class-history .item .header .icon {
  display: inline-block;
  overflow: hidden;
  margin-right: 3px;
}
.ln-admin-class-history .item .header .timestamp {
  display: inline-block;
  width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-admin-class-history .item .header .user {
  display: inline-block;
  width: 125px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-admin-class-history .item .header .message {
  display: inline-block;
  overflow: hidden;
}
.ln-admin-class-history .item .body {
  padding-left: 28px;
  margin-bottom: 10px;
}
.ln-admin-class-history .item .body .multi-test th.coursepart {
  padding-right: 10px;
}
.ln-admin-class-history .item .body .multi-test td.coursepart {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
}
.ln-admin-class-history .item .body .multi-test td.test {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-admin-class-history .item .body .dates-changed td:not(:first-child) {
  padding-left: 10px;
}
.ln-admin-class-history-plans-changed td.coursepart,
.ln-admin-class-history-plans-changed td.test {
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.baseGroupStudentName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 1.6em;
  max-width: 199px;
}
.editor-label {
  background-color: #5faa45;
  border-radius: 4px 4px 0 0;
  padding: 0 5px;
  color: #fdfdfd;
  font-size: 80%;
}
.signonform label {
  cursor: pointer;
  position: relative;
  padding-left: 2rem;
}
.signonform label input {
  position: absolute;
  left: 0;
}
.signonform details {
  margin-top: 0.5rem;
}
.signonform details summary {
  cursor: pointer;
  font-weight: bold;
  display: list-item;
  margin-bottom: 0.5rem;
}
.signonform #tinymce-toolbar-body-panel {
  width: 100%;
  position: absolute;
  z-index: 100;
}
.signonform div.mce-tinymce-inline {
  width: 100% !important;
  height: 8rem !important;
}
.smaller ul.nav.nav-pills li {
  margin: 0.3rem;
}
.smaller ul.nav.nav-pills li a {
  font-size: 90%;
  padding: 0.6rem 0.7rem;
  color: #56585b;
  border-color: #56585b;
}
.ln-admin-coursepermissions-overlay > div {
  padding: 0 10px;
}
.ln-admin-coursepermissions-overlay .ln-table-scroller {
  position: absolute;
  top: 140px;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: auto;
  width: auto;
}
.ln-admin-coursepermissions-overlay .icon-read {
  color: #4b8636;
  font-family: 'icomoon' !important;
}
.ln-admin-coursepermissions-overlay .icon-read:before {
  content: "\e61f";
}
.ln-admin-coursepermissions-overlay .icon-edit {
  color: #5ab525;
  font-family: 'icomoon' !important;
}
.ln-admin-coursepermissions-overlay .icon-edit:before {
  content: "\e605";
}
.ln-admin-coursepermissions-overlay .icon-delete {
  color: #dd4848;
  font-family: 'icomoon' !important;
}
.ln-admin-coursepermissions-overlay .icon-delete:before {
  content: "\e6a7";
}
.ln-admin-coursepermissions-overlay .icon-admin {
  color: #eec55d;
  font-family: 'icomoon' !important;
}
.ln-admin-coursepermissions-overlay .icon-admin:before {
  content: "\e63e";
}
.ln-admin-coursepermissions-overlay .icon-owner {
  position: relative;
}
.ln-admin-coursepermissions-overlay .icon-owner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 3px;
  border-right-color: #000;
  border-top-color: #000;
}
.ln-admin-delete-students .class-list .results {
  padding-top: 5px;
}
.ln-admin-delete-students .class-list .results .item {
  padding: 0 5px;
  margin-top: 2px;
}
.ln-admin-delete-students .class-list .results .item .text {
  display: inline-block;
  width: calc(100% - 20px);
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-admin-delete-students .class-list .results .item .icon {
  margin-top: 1px;
  padding: 3px;
}
.ln-admin-delete-students .class-list .results .item:hover {
  background: #dfdfdf;
}
.ln-admin-delete-students .results-list {
  display: block;
  overflow-x: auto;
}
.ln-admin-group-tree.node .heading {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ln-admin-group-tree.node .heading .icon {
  padding: 2px;
}
.ln-admin-group-tree.node .heading .icon-empty {
  display: inline-block;
  width: 18px;
}
.ln-admin-group-tree.node .children {
  padding-left: 18px;
}
.ln-admin-room-list .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ln-admin-otp .legend {
  padding-left: 5px;
}
.ln-admin-otp .legend .letter {
  display: inline-block;
  width: 20px;
}
.ln-admin-otp table .date {
  width: 100px;
}
.ln-admin-otp table .cell {
  width: 20px;
}
.ln-admin-otp table .icon {
  padding: 4px;
  cursor: pointer;
}
.ln-change-language .item {
  padding-right: 5px;
}
.ln-notification-editor .message .header {
  display: inline-block;
  min-width: 100%;
  overflow: visible;
}
.ln-notification-editor .message .header input {
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  font-weight: bold;
  padding: 0;
}
.ln-notification-editor .message .header input:hover,
.ln-notification-editor .message .header input:focus {
  outline: dotted 1px black;
}
.ln-notification-editor .message .tinymce-toolbar {
  position: relative;
  top: -67px;
  height: 0;
  overflow: visible;
}
.ln-notification-editor .message .mce-content-body {
  border: none;
  border-radius: 0;
}
.ln-notification-editor .display-type-list .item label {
  padding: 5px;
  margin: 0;
}
.ln-notification-editor .icon-flag-sv {
  display: inline-block;
  background: url("/Images/flags/flag_swe.gif");
  width: 17px;
  height: 11px;
}
.ln-notification-editor .icon-flag-en {
  display: inline-block;
  background: url("/Images/flags/flag_gbr.gif");
  width: 17px;
  height: 11px;
}
.ln-notification-editor .icon-flag-dk {
  display: inline-block;
  background: url("/Images/flags/flag_da.gif");
  width: 17px;
  height: 11px;
}
.ln-notification-editor .padding-medium {
  padding: 10px;
}
.ln-root-edit-units-list .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ln-root-statictext .search {
  max-width: 400px;
}
.ln-root-statictext .results .item {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  padding: 3px 0px 0px 12px;
}
.ln-root-statictext .results .item:hover {
  background: #cccccc;
}
.ln-root-statictext .results .item .key {
  display: inline-block;
  width: 250px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ln-root-statictext .results .item .text {
  vertical-align: top;
}
.ln-root-edit-courses-list .item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.ln-panel-dropdown .panel-heading.closed {
  border-bottom: 0;
  border-radius: 3px;
}
.ln-test-result-editor {
  position: absolute;
  bottom: 1px;
  right: 5px;
  width: 700px;
  top: 75px;
  z-index: 995;
  max-width: 99%;
}
@media (min-width: 770px) {
  .ln-test-result-editor {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
  }
}
@media (max-width: 769px) {
  .ln-test-result-editor {
    top: 5px !important;
    left: 5px !important;
    right: 5px !important;
    bottom: 5px !important;
    margin-bottom: 0;
    width: auto !important;
    z-index: 1012;
  }
}
.ln-test-result-editor > div.panel-heading {
  font-size: 80%;
  padding: 2px;
  height: 18px;
  /* "close" is used somewhere else and it interferes */
}
.ln-test-result-editor > div.panel-heading .resize-drag-target {
  width: 14px;
  height: 14px;
  overflow: hidden;
  cursor: nw-resize;
}
.ln-test-result-editor > div.panel-heading .resize-drag-target .icon {
  font-size: 26px;
  position: relative;
  top: -10px;
  left: -9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ln-test-result-editor > div.panel-heading .minimize {
  padding: 1px 5px;
}
.ln-test-result-editor > div.panel-heading .close-1 {
  padding: 1px;
}
.ln-test-result-editor > div.panel-body {
  overflow: auto;
  position: absolute;
  bottom: 2px;
  right: 0;
  left: 0;
  top: 18px;
}
.ln-test-result-editor.minimized {
  top: auto !important;
  width: 400px !important;
  opacity: 0.7;
  height: 18px !important;
}
.ln-test-result-editor.minimized div.panel-body {
  display: none;
}
.ln-class-progress table.table {
  margin-bottom: 0;
}
.ln-class-progress table.table.outer tr td:first-child {
  max-width: 250px;
}
.ln-class-progress .part-statistics td {
  width: 33%;
  border: none !important;
}
.ln-class-progress .bar-incomplete {
  background-color: #b3b3b3;
}
.ln-class-progress .bar-failed {
  background-color: #e57373;
}
.ln-class-progress .bar-approvedbyteacher {
  background-color: #72D637;
}
.ln-class-progress .bar-passed {
  background-color: #eec55d;
}
.ln-class-progress .bar-notset {
  background-color: #fdfdfd;
}
.ln-class-progress .testbar {
  width: 100%;
  position: relative;
  border: 1px solid #cccccc;
  height: 1em;
}
.ln-class-progress .testbar .bar-segment {
  height: calc(1em - 2px);
  display: inline-block;
  position: relative;
  top: -4px;
}
.ln-user-detail-edit-classes .item {
  margin: 0 -5px;
  padding: 0 5px;
}
.ln-user-detail-edit-classes .item .archivebutton {
  margin-top: 2px;
  opacity: 0.3;
}
.ln-user-detail-edit-classes .item .archivebutton.enabled {
  opacity: 1;
}
.ln-user-detail-view-classes .icon {
  margin-top: 3px;
}
.loggedInTable {
  font-size: 12px;
  line-height: 16.8px;
}
.loggedInTable td {
  padding: 0 !important;
}
.loggedInTable td.dates {
  position: relative;
  width: 110px;
  padding-left: 3px !important;
}
.loggedInTable td.bars {
  position: relative;
  width: calc(100% - 110px);
}
.loggedInTable td.bars div.timeBar {
  background-color: #5faa45;
  position: absolute;
  height: 1.2em;
  top: 2px;
}
.loggedInTable td.bars div.timeTick {
  position: absolute;
}
.loggedInTable td.bars div.timeTick .tickLabel {
  position: relative;
  left: -14px;
}
.loggedInTable td.bars div.timeTick .tickDiv {
  position: absolute;
  height: 5px;
  width: 1px;
  background-color: black;
  top: 1.3em;
}
.NoNotes {
  color: #b3b3b3;
}
.HasReadNotes {
  color: #5faa45;
}
.HasUnreadNotes {
  color: #e57373;
}
.oldNotesList {
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
.currentNote {
  background-color: #dfdfdf;
}
.students-table .ln-table-scroller {
  width: initial;
  right: 0;
  top: 60px;
  left: 20px;
  /*.lower-left {
            td:last-child {
                border-right-width: 2px;
            }
    }*/
}
.students-table .ln-table-scroller .namecol-stud {
  width: 100px;
  padding: 0 3px 0 3px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.students-table .ln-table-scroller td.namecell {
  position: relative;
}
.students-table .ln-table-scroller td.namecell .shift-icon {
  position: absolute;
  top: -2px;
  right: -6px;
  z-index: 100;
  cursor: pointer;
}
.students-table .ln-table-scroller td.namecell .shift-icon:hover {
  color: #eec55d;
}
.students-table .ln-table-scroller .upper-right td {
  position: relative;
}
.students-table .ln-table-scroller .upper-right td .col-resize-grip {
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  width: 7px;
  z-index: 10;
  cursor: col-resize;
}
.students-table .ln-table-scroller .upper-left,
.students-table .ln-table-scroller .upper-right {
  font-weight: bold;
}
.students-table .ln-table-scroller .upper-left td:last-child {
  border-right-width: 2px;
}
.students-table .container.studentsTable {
  margin-right: inherit;
  margin-left: inherit;
  padding-left: 20px;
}
.students-table .as-sortable-item.alert {
  padding: 5px;
  margin-bottom: 7px;
}
.studentTableSettings label {
  display: block;
  margin-left: 17px;
  position: relative;
}
.studentTableSettings label input[type='checkbox'] {
  position: absolute;
  left: -17px;
}
.studentTableSettings .alert {
  padding: 6px;
  margin-bottom: 6px;
}
.plot-area {
  overflow: hidden;
}
.plot-area .area {
  fill: #8ac775;
}
/* for the navigator chart, hide the y axis, and 'collapse' the chart title 
   and x-axis label so that they do not occupy any space */
#navigator-chart .y-axis {
  visibility: hidden;
}
#navigator-chart .chart-label,
#navigator-chart .x-axis-label {
  display: none;
}
#main-chart {
  height: calc(100% - 120px);
}
#navigator-chart {
  height: 100px;
}
.loggedInGraphWrapper {
  height: calc(100% - 50px);
}
.clickCover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10;
  background-color: white;
}
.maintenance {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 10px;
  right: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
.maintenance .classListDropDown {
  left: auto;
  right: 0;
}
.maintenance .deleteSpinner {
  position: absolute;
  top: 50px;
  left: 48%;
  z-index: 20000;
}
.maintenance .container {
  width: 100%;
}
.maintenance hr {
  margin: 0;
}
.maintenance .maintenance-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.maintenance .tabs {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  right: 0;
}
.maintenance .tabs .nav-pills {
  position: absolute;
  top: 0;
  height: 48px;
  left: 0;
  right: 0;
}
.maintenance .tabs .tab-content {
  position: absolute;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
}
.maintenance .tabs .tab-content .tab-pane {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.diploma-body {
  position: relative;
  background-color: white;
  height: 297mm;
  padding: 10mm 15mm 20mm 15mm;
}
.diploma-body .diploma {
  background-color: transparent !important;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
  position: relative;
  overflow: hidden;
  height: 100%;
  zoom: 0.75;
}
.diploma-body .diploma > div {
  overflow-y: hidden;
}
table.testExtensionTable.menuBar {
  z-index: 10;
}
table.testExtensionTable tr td {
  position: relative;
}
table.testExtensionTable tr td span.connected {
  position: absolute;
  top: 2px;
  right: 1px;
}
table.testExtensionTable tr td div {
  width: 100px;
  overflow: hidden;
}
table.testExtensionTable tr td div.multiline-ellipsis {
  max-width: 100px;
  margin-bottom: 4px;
  position: relative;
  height: 44px;
}
table.testExtensionTable tr td div.multiline-ellipsis:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 22px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #8ac775 50%);
}
table.basegroupedit {
  width: auto;
}
table.basegroupedit thead tr th {
  background-color: #fdfdfd;
}
table.basegroupedit thead tr th a:hover,
table.basegroupedit thead tr th a:active {
  text-decoration: none;
}
table.basegroupedit thead tr th div.header {
  width: 120px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 20px;
}
table.basegroupedit thead tr th div.dropdown-menu {
  top: auto;
  left: auto;
}
table.basegroupedit thead tr th div.dropdown-menu div.form-group {
  margin: 4px;
}
table.basegroupedit thead tr th:first-child > div {
  width: 200px;
}
table.basegroupedit tbody tr td > div {
  width: 120px;
}
table.basegroupedit tbody tr td:first-child > div {
  width: 200px;
  overflow: hidden;
}
.user-results a {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.ln-layout-sidebar .studGroup .panel-body > a {
  width: 205px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
@media (max-width: 500px) {
  .ln-edit-base-groups {
    min-height: 50rem;
  }
}
.ln-edit-base-groups .explAlert {
  z-index: 100;
  left: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ln-edit-base-groups .theTable {
  width: calc(100% - 20px);
  position: absolute;
  top: 18rem;
  bottom: 3rem;
}
.ln-edit-base-groups .matrix {
  height: calc(100% - 3rem);
  width: 100%;
}
.ln-edit-base-groups .matrix.ln-table-scroller .rightCol .upper {
  overflow: visible !important;
}
.ln-edit-base-groups .matrix table.upper-left td {
  width: 200px;
}
.ln-edit-base-groups .matrix table.lower-left {
  width: 200px;
}
.ln-edit-base-groups .matrix table.upper-right div.header {
  height: 20px;
  width: 120px;
}
.ln-edit-base-groups .matrix table.upper-right div.header a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 120px;
  height: 20px;
}
.ln-edit-base-groups .matrix table.upper-right div.dropdown-menu {
  top: auto;
  left: auto;
  width: 25rem;
}
.ln-edit-base-groups .matrix table.upper-right div.dropdown-menu div.form-group {
  margin: 4px;
}
.ln-edit-base-groups .matrix table.upper-right div.dropdown-menu div.form-group div.editCheckBox {
  padding-left: 3rem;
}
.ln-edit-base-groups .matrix table.upper-right div.dropdown-menu div.form-group div.editCheckBox input {
  margin-left: -2rem;
}
.ln-edit-base-groups .matrix table.lower-right td > div {
  width: 120px;
}
.ln-edit-base-groups .matrix .icon {
  display: inline-block;
  padding: 4px 0 0 4px;
}
.ln-edit-base-groups .background {
  height: 500px;
}
.diplomaframe {
  position: absolute;
  top: 13rem;
  width: calc(100% - 2rem);
  height: calc(100% - 15rem);
  border: none;
}
html {
  height: 100%;
}
.form-box {
  margin-top: 20px;
  padding: 40px 20px 20px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
img {
  height: auto;
  max-width: 100%;
}
.archived {
  background-color: #fdf7e7;
}
a[target='_blank']:after {
  content: "\a0\e75a";
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label.check-radio {
  position: relative;
  padding-left: 1.5em;
}
label.check-radio input {
  position: absolute;
  left: 0;
}
.htmledit {
  border-radius: 4px;
}
