/* Minification failed. Returning unminified contents.
(13657,39): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@transparentWhite10'
(13658,36): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@transparentWhite10'
(13659,31): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@transparentWhite10'
(13710,27): run-time error CSS1019: Unexpected token, found ' '
(13710,27): run-time error CSS1034: Expected closing parenthesis, found ' '
 */
/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 
	*/
/*--------------------------*/
/* Fonts */
/*--------------------------*/
/*--------------------------*/
/* Colors */
/*--------------------------*/
/*@tableDividerWidth:                 88px;*/
.clearfix,
.sn-container,
.sn-row {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.sn-container:before,
.sn-container:after,
.sn-row:before,
.sn-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.sn-container:after,
.sn-row:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  /*display: block;*/
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.paper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.paper-raised {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
}
.paper-flat {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
}
.paper1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
  webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.paper2 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.paper3 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.paper4 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25);
  box-shadow: 0 14px 45px rgba(0, 0, 0, 0.25);
}
.paper5 {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
  -webkit-box-shadow: 0 19px 60px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 19px 60px rgba(0, 0, 0, 0.3);
  box-shadow: 0 19px 60px rgba(0, 0, 0, 0.3);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #758d99;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
@media print {
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #99abb4;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}
a {
  color: #1e88e5;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #1360a4;
  text-decoration: underline;
}
a:hover > .muted,
a:focus > .muted {
  text-decoration: none;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  /*display: block;*/
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
.sn-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .sn-container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .sn-container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .sn-container {
    width: 1160px;
  }
}
.sn-container-fluid {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.sn-container-fluid:before,
.sn-container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.sn-container-fluid:after {
  clear: both;
}
.sn-container-fluid:before,
.sn-container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.sn-container-fluid:after {
  clear: both;
}
.sn-row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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 :before,
.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 :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}
small {
  font-size: 85%;
}
b,
strong {
  font-weight: 500;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #99abb4;
}
a.muted:hover,
a.muted:focus {
  color: #7c939e;
}
.text-white {
  color: #ffffff;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6;
}
.text-gray {
  color: #99abb4;
}
a.text-gray:hover,
a.text-gray:focus {
  color: #7c939e;
}
.text-warning,
.text-orange {
  color: #ffb22b;
}
a.text-warning:hover,
a.text-orange:hover a.text-warning:focus,
a.text-orange:focus {
  color: #f79d00;
}
.text-error,
.text-danger,
.text-red {
  color: #fc4b6c;
}
a.text-error:hover,
a.text-danger:hover,
a.text-red:hover,
a.text-error:focus,
a.text-danger:focus,
a.text-red:focus {
  color: #fb1943;
}
.text-info,
.text-blue {
  color: #26c6da;
}
a.text-info:hover,
a.text-blue:hover a.text-info:focus,
a.text-blue:focus {
  color: #1e9faf;
}
.text-success,
.text-green {
  color: #1acb69;
}
a.text-success:hover,
a.text-green:hover,
a.text-success:focus,
a.text-green:focus {
  color: #149e52;
}
.text-primary {
  color: #1e88e5;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #166dba;
}
.text-pink {
  color: #fc4bab;
}
a.text-pink:hover,
a.text-pink:focus {
  color: #fb1994;
}
.text-yellow {
  color: #fff42a;
}
a.text-yellow:hover,
a.text-yellow:focus {
  color: #f6e900;
}
.text-violet {
  color: #5a42eb;
}
a.text-violet:hover,
a.text-violet:focus {
  color: #3518e2;
}
.text-lime {
  color: #82c522;
}
a.text-lime:hover,
a.text-lime:focus {
  color: #659a1a;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: 500;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #99abb4;
}
h1,
h2,
h3 {
  line-height: 40px;
}
h1 {
  font-size: 38.5px;
}
h2 {
  font-size: 31.5px;
}
h3 {
  font-size: 24.5px;
}
h4 {
  font-size: 17.5px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11.9px;
}
h1 small {
  font-size: 24.5px;
}
h2 small {
  font-size: 17.5px;
}
h3 small {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #e2edf1;
}
.page-header h3 {
  margin: 0 auto 15px auto;
  font-size: 21px;
  line-height: 1.2em;
}
.page-header p.description {
  color: #99abb4;
  margin-bottom: 20px;
}
.page-header p.cta {
  margin-bottom: 20px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: 500;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.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;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #e2edf1;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #99abb4;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #e2edf1;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #99abb4;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #e2edf1;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}
.text-code {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #758d99;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
code {
  padding: 2px 4px;
  color: #fc4b6c;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #758d99;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #99abb4;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: Poppins, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #8fc5f4;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #758d99;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #99abb4;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #99abb4;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #99abb4;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #99abb4;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  /*padding-top: 5px;*/
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.radio.inline.inline-wide + .radio.inline.inline-wide,
.checkbox.inline.inline-wide + .checkbox.inline.inline-wide {
  margin-left: 20px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #e2edf1;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #ffb22b;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #ffb22b;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #ffb22b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #f79d00;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #ffd791;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #ffd791;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #ffd791;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #ffb22b;
  background-color: #ffeccc;
  border-color: #ffb22b;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #fc4b6c;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #fc4b6c;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #fc4b6c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #fb1943;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #feafbe;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #feafbe;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #feafbe;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #fc4b6c;
  background-color: #fed4dc;
  border-color: #fc4b6c;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #1acb69;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #1acb69;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #1acb69;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #149e52;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #60eb9e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #60eb9e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #60eb9e;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #1acb69;
  background-color: #c1f9da;
  border-color: #1acb69;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #26c6da;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #26c6da;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #26c6da;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #1e9faf;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #7ddde9;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #7ddde9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05), 0 0 6px #7ddde9;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #26c6da;
  background-color: #c9f3f9;
  border-color: #26c6da;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #fc4b6c;
  border-color: #fd8198;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #fc4f6f;
}
.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block {
  display: block;
  margin-bottom: 10px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  margin-left: 5px;
  height: 30px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  background-color: #e2edf1;
  border: 1px solid #cccccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
}
.input-append .active,
.input-prepend .active {
  background-color: #8ef0ba;
  border-color: #1acb69;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
/* Next gen forms */
.form-text {
  display: inline-block;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 4px;
  margin-bottom: 10px;
}
.sn-form-label {
  text-align: right;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .sn-form-label {
    text-align: left;
  }
}
/*Form builder*/
.form-builder .form-field {
  padding: 10px 40px;
}
.form-builder .form-field.active {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-builder .form-field.active:not(.form-field-last) + .form-field {
  padding-top: 40px;
}
.form-builder .form-field:hover:not(.active) {
  background: #fafafa;
}
.form-builder .form-field.form-field-first {
  padding-top: 40px;
}
.form-builder .form-field.form-field-last {
  padding-bottom: 40px;
}
.form-control.form-control-large {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  height: 100%;
}
.form-control-entity {
  position: relative;
}
.form-control-entity > input[type=text]:focus + img {
  border-color: #8fc5f4;
}
.form-control-entity > img {
  height: 28px;
  border: 1px solid #cccccc;
  border-left: none;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  position: absolute;
  top: 0;
  right: 0;
}
.form-control-entity:not(.has-entity) > img {
  display: none;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  /*> .divider {
			display: inline-block;
			min-width: @tableDividerWidth !important;
		}*/
}
.table th {
  background-color: #f9f9f9;
  font-weight: 500;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
.table .table {
  background-color: #ffffff;
}
table.table tfoot {
  background-color: #f9f9f9;
}
.table-elastic {
  width: auto;
  margin: auto;
}
.table-elastic2 {
  width: auto;
}
.table-elastic2 td {
  width: 80px;
  min-width: 80px;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-collapse: collapse;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > thead > tr:hover > td,
.table-hover > thead > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover > tfoot > tr:hover > td,
.table-hover > tfoot > tr:hover > th {
  background-color: rgba(0, 0, 0, 0.05);
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.green > td,
.table tbody tr.success > td,
.table tbody tr.bg-success > td,
.table tbody tr.bg-alt-green > td {
  background-color: #c1f9da;
}
.table tbody tr.red > td,
.table tbody tr.error > td,
.table tbody tr.danger > td,
.table tbody tr.bg-alt-red > td {
  background-color: #fed4dc;
}
.table tbody tr.orange > td,
.table tbody tr.warning > td,
.table tbody tr.bg-alt-orange > td {
  background-color: #ffeccc;
}
.table tbody tr.blue > td,
.table tbody tr.info > td,
.table tbody tr.bg-alt-blue > td {
  background-color: #c9f3f9;
}
.table tbody tr.violet > td,
.table tbody tr.bg-alt-violet > td {
  background-color: #ddd8fc;
}
.table tbody tr.lime > td,
.table tbody tr.bg-alt-lime > td {
  background-color: #e4f9c9;
}
.table tbody tr.pink > td,
.table tbody tr.bg-alt-pink > td {
  background-color: #fed4eb;
}
.table tbody tr.yellow > td,
.table tbody tr.bg-alt-yellow > td {
  background-color: #fffccc;
}
.table tbody tr.gray > td,
.table tbody tr.bg-alt-gray > td {
  background-color: #e2edf1;
}
.table tbody tr.primary > td,
.table tbody tr.bg-alt-primary > td {
  background-color: #c7e2fa;
}
.table tbody tr > td.success,
.table tbody tr > td.bg-alt-green {
  background-color: #c1f9da;
}
.table tbody tr > td.error,
.table tbody tr > td.danger,
.table tbody tr > td.bg-alt-red {
  background-color: #fed4dc;
}
.table tbody tr > td.warning,
.table tbody tr > td.bg-alt-orange {
  background-color: #ffeccc;
}
.table tbody tr > td.info,
.table tbody tr > td.bg-alt-blue {
  background-color: #c9f3f9;
}
.table tbody tr > td.bg-alt-violet {
  background-color: #ddd8fc;
}
.table tbody tr > td.bg-alt-lime {
  background-color: #e4f9c9;
}
.table tbody tr > td.bg-alt-pink {
  background-color: #fed4eb;
}
.table tbody tr > td.bg-alt-yellow {
  background-color: #fffccc;
}
.table tbody tr > td.bg-alt-gray {
  background-color: #e2edf1;
}
.table tbody tr > td.bg-alt-primary {
  background-color: #c7e2fa;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.bg-alt-green:hover > td {
  background-color: #aaf7cc;
}
.table-hover > tbody > tr.error:hover > td,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.bg-alt-red:hover > td {
  background-color: #fdbbc8;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.bg-alt-orange:hover > td {
  background-color: #ffe3b3;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.bg-alt-blue:hover > td {
  background-color: #b2eef6;
}
.table-hover > tbody > tr.bg-alt-violet:hover > td {
  background-color: #c8c0fa;
}
.table-hover > tbody > tr.bg-alt-lime:hover > td {
  background-color: #d9f6b2;
}
.table-hover > tbody > tr.bg-alt-pink:hover > td {
  background-color: #fdbbdf;
}
.table-hover > tbody > tr.bg-alt-yellow:hover > td {
  background-color: #fffbb3;
}
.table-hover > tbody > tr.bg-alt-gray:hover > td {
  background-color: #d1e2e9;
}
.table-hover > tbody > tr.bg-alt-primary:hover > td {
  background-color: #b0d6f8;
}
.table-hover > tbody tr:hover > td.success,
.table-hover > tbody tr:hover > td.bg-alt-green {
  background-color: #aaf7cc;
}
.table-hover > tbody tr:hover > td.error,
.table-hover > tbody tr:hover > td.danger,
.table-hover > tbody tr:hover > td.bg-alt-red {
  background-color: #fdbbc8;
}
.table-hover > tbody tr:hover > td.warning,
.table-hover > tbody tr:hover > td.bg-alt-orange {
  background-color: #ffe3b3;
}
.table-hover > tbody tr:hover > td.info,
.table-hover > tbody tr:hover > td.bg-alt-blue {
  background-color: #b2eef6;
}
.table-hover > tbody tr:hover > td.bg-alt-violet {
  background-color: #c8c0fa;
}
.table-hover > tbody tr:hover > td.bg-alt-lime {
  background-color: #d9f6b2;
}
.table-hover > tbody tr:hover > td.bg-alt-pink {
  background-color: #fdbbdf;
}
.table-hover > tbody tr:hover > td.bg-alt-yellow {
  background-color: #fffbb3;
}
.table-hover > tbody tr:hover > td.bg-alt-gray {
  background-color: #d1e2e9;
}
.table-hover > tbody tr:hover > td.bg-alt-primary {
  background-color: #b0d6f8;
}
/*Custom table classes*/
.table-exact {
  margin-bottom: 0;
}
.table.table-minimal tr:first-child td {
  border-top: none;
}
.table.table-minimal tr.group-main td {
  padding-bottom: 0;
}
.table.table-minimal tr.group-alt td {
  border-top: none;
  padding-top: 0;
}
table.table-minimal-header > thead > tr > th,
table.table-minimal-header > thead > tr td {
  background: transparent;
  color: #99abb4;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-weight: normal;
}
table.table-minimal-header.table-minimal-header-strong > thead > tr > th {
  border-bottom-color: #dddddd;
}
/*Flat table*/
.table-flat {
  border: 1px solid #dddddd;
}
.table-flat thead tr th,
.table-flat tfoot tr th {
  font-weight: normal;
}
.table-flat tbody tr:first-child td {
  border-top-color: #dddddd;
}
.table-no-head tbody tr:first-child td {
  border-top-width: 0;
}
.table.table-flat thead tr th.br-left-item,
table.table.table-flat tbody tr td.br-le,
table.table.table-flat tfoot tr td.br-fle {
  text-align: left;
}
/*Checkboxes*/
td.td-check {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  text-align: center;
}
td.td-check input.listing-check-student {
  margin-top: 0;
}
/*Scrollable wrapper*/
.scrollable-wrapper {
  margin-bottom: 20px;
}
.scrollable-wrapper table.table {
  margin-bottom: 0;
}
/*Item columns */
table.table th.item-column .btn-group .btn.btn-link {
  padding: 0;
  text-align: left;
}
.tab-content .table.table-inherit th,
.tab-content .table.table-inherit td {
  padding: 12px;
}
.accordion-body .table.table-inherit th,
.accordion-body .table.table-inherit td {
  padding: 15px;
}
.accordion-body .table.table-inherit.table-minimal {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.accordion-body .table.table-inherit.table-minimal:last-child {
  border-bottom: none;
}
.accordion-body .table.table-inherit.table-minimal > thead > tr > th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.modal-body .table.table-inherit th,
.modal-body .table.table-inherit td {
  padding: 15px;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid rgba(0, 0, 0, 0.05);
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
table.table.table-transparent thead th {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
table.table.table-transparent tbody th {
  background-color: transparent;
}
table.table.table-transparent tfoot {
  background-color: transparent;
}
table.table.table-transparent tfoot td {
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
table.table.table-tab th:first-child,
table.table.table-tab td:first-child {
  padding-left: 20px;
}
table.table.table-tab th:last-child,
table.table.table-tab td:last-child {
  padding-right: 20px;
}
.table .listing-options-min .btn.listing-check-toggle {
  display: none;
}
/*data tables*/
.datatable-wrapper {
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.datatable-wrapper table.dataTable thead th,
.datatable-wrapper table.dataTable tfoot th {
  font-weight: 500;
}
.datatable-wrapper table.dataTable thead th,
.datatable-wrapper table.dataTable thead td {
  padding: 8px 10px;
  border-bottom-color: #dddddd;
}
.datatable-wrapper table.dataTable tfoot th,
.datatable-wrapper table.dataTable tfoot td {
  padding: 8px 10px;
  border-top-color: #dddddd;
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group {
  white-space: normal;
  min-width: 96px;
  text-align: left;
  /*&.divider {
					display: inline-block;
					min-width: @tableDividerWidth !important;
					text-align: right;
				}*/
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group > a.btn-link {
  line-height: 1.2em;
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group.size-narrow {
  min-width: 64px;
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group.size-normal {
  min-width: 96px;
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group.size-wide {
  min-width: 128px;
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group.size-ultra-wide {
  min-width: 160px;
}
.datatable-wrapper table.dataTable th.mtda-cell .btn-group.size-max {
  white-space: nowrap;
}
.datatable-wrapper table.dataTable .student-row .student-cell:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.datatable-wrapper table.dataTable.table-condensed thead th,
.datatable-wrapper table.dataTable.table-condensed thead td,
.datatable-wrapper table.dataTable.table-condensed tbody td,
.datatable-wrapper table.dataTable.table-condensed tfoot th,
.datatable-wrapper table.dataTable.table-condensed tfoot td {
  padding: 4px;
}
.datatable-wrapper .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: none;
}
.datatable-wrapper .dataTables_scrollBody::-webkit-scrollbar-corner {
  background: #f9f9f9;
}
.datatable-wrapper .btn-group.open .btn.dropdown-toggle {
  background-color: transparent;
}
.datatable-wrapper .btn-group > .btn:hover {
  z-index: unset;
}
.datatable-wrapper .dataTables_scrollHeadInner,
.datatable-wrapper .dataTables_scrollFootInner {
  background: #f9f9f9;
}
/*Expanded table*/
.table-expanded > thead > tr > th,
.table-expanded > tbody > tr > td {
  padding: 12px 10px;
}
/* Accordion Table (to mimic accordion design) */
table.sn-table-accordion {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  background: #ffffff;
}
table.sn-table-accordion th,
table.sn-table-accordion td {
  text-align: left;
  padding: 8px 15px;
  border-bottom: 1px solid #e5e5e5;
}
table.sn-table-accordion > thead > tr > th,
table.sn-table-accordion > tfoot > tr > td {
  background: #f9f9f9;
  font-weight: normal;
}
/*Editor table (e.g. Item Creator/Editor)*/
table.sn-table-editor {
  width: 100%;
  /*Navigation*/
  /*Settings*/
  /*Preview*/
  /*Footer*/
  /*Call to Action*/
}
table.sn-table-editor > tbody > tr {
  vertical-align: top;
}
table.sn-table-editor td.editor-nav {
  padding: 0;
}
table.sn-table-editor td.editor-nav .nav-tabs {
  margin-right: 0;
  float: right;
  text-align: center;
}
table.sn-table-editor td.editor-nav .nav-tabs li.active a {
  background: #fcfcfc;
}
table.sn-table-editor td.editor-settings {
  border: 1px solid #dddddd;
  border-right: none;
  padding: 12px 0 12px 12px;
  background: #fcfcfc;
  width: 50%;
  min-width: 480px;
}
table.sn-table-editor td.editor-settings .tab-content {
  overflow: inherit;
}
table.sn-table-editor td.editor-settings .accordion {
  background: #ffffff;
  margin-bottom: 0;
}
table.sn-table-editor td.editor-settings .accordion .accordion-title {
  background: #f9f9f9;
}
table.sn-table-editor td.editor-settings .accordion .accordion-title .accordion-toggle {
  cursor: default;
}
table.sn-table-editor td.editor-settings .accordion .accordion-inner {
  padding: 15px 25px;
  background: #fefefe;
}
table.sn-table-editor td.editor-settings .accordion .control-group {
  margin-bottom: 10px;
}
table.sn-table-editor td.editor-settings .accordion .control-group:first-child {
  margin-top: 10px;
}
table.sn-table-editor td.editor-preview {
  border: 1px solid #dddddd;
  border-left: none;
  padding: 12px 12px 48px 12px;
  width: 50%;
  min-width: 240px;
  background: #fcfcfc;
}
table.sn-table-editor td.editor-preview .preview-wrapper {
  background: #ffffff;
}
table.sn-table-editor td.editor-preview .preview-section {
  position: relative;
}
table.sn-table-editor td.editor-preview .preview-section .preview-guide {
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -56px;
  padding: 5px;
  border-radius: 0 2px 2px 0;
  border: 1px solid #dddddd;
  background: #fefefe;
  text-align: center;
}
table.sn-table-editor td.editor-preview .preview-section .preview-guide a {
  color: #99abb4;
}
table.sn-table-editor td.editor-preview .preview-section .preview-guide.active {
  border-left-color: #ffffff;
  background: #ffffff;
}
table.sn-table-editor td.editor-preview .preview-section .preview-guide.active a {
  color: #99abb4;
}
table.sn-table-editor td.editor-footer {
  border: 1px solid #dddddd;
  border-top: none;
  border-right: none;
  padding: 24px;
  text-align: right;
  background: rgba(0, 0, 0, 0.05);
}
table.sn-table-editor td.editor-cta {
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
  padding: 24px;
  text-align: right;
  background: rgba(0, 0, 0, 0.05);
}
/* Multiple Choice Question */
table.table.table-question.table-multiplechoice > thead > tr > th {
  background: transparent;
  font-weight: normal;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
table.table.table-question.table-multiplechoice > tbody > tr:first-child > td {
  border-top-color: transparent;
}
table.table.table-question.table-multiplechoice > tbody > tr > td {
  padding-left: 0 !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
table.table.table-question.table-multiplechoice > tbody > tr > td:last-child {
  padding-right: 0 !important;
}
table.table.table-question.table-multiplechoice > tbody > tr > td.td-promptnum {
  border-top-color: transparent;
  padding-right: 20px !important;
  font-weight: 500;
}
.print-question table.table.table-question.table-multiplechoice > tbody > tr > td > label.radio,
.print-question table.table.table-question.table-multiplechoice > tbody > tr > td label.checkbox {
  padding-left: 0 !important;
}
table.table.table-question.table-multiplechoice > tbody > tr > td > label.radio > input,
table.table.table-question.table-multiplechoice > tbody > tr > td label.checkbox > input {
  margin-right: 10px !important;
}
.print-question table.table.table-question.table-multiplechoice > tbody > tr > td > label.radio > input,
.print-question table.table.table-question.table-multiplechoice > tbody > tr > td label.checkbox > input {
  margin-right: 0 !important;
  display: none;
}
.preview-item {
  margin-bottom: 24px;
}
.preview-question {
  margin-bottom: 24px;
}
/*Definition List*/
table.table-dl > tbody > tr > td {
  text-align: left;
}
table.table-dl > tbody > tr > td:first-child {
  text-align: right;
  color: #99abb4;
  white-space: nowrap;
}
table.table-dl > tbody > tr > td:not(:first-child) {
  width: 100%;
}
table.table-dl > tbody :hover > td:first-child {
  color: #333333;
}
table.table-dl.table-dl-v > tbody > tr > td {
  display: block;
}
table.table-dl.table-dl-v > tbody > tr > td:first-child {
  padding-bottom: 0;
  text-align: left;
  font-weight: 500;
}
table.table-dl.table-dl-v > tbody > tr > td:not(:first-child) {
  padding-top: 0;
  border-top: none;
}
div[sgyfloatingtable] {
  overflow-x: scroll;
}
div[sgyfloatingtable].scrolling > table.table > tbody > tr > td.options-cell > .options-context {
  visibility: visible;
}
div[sgyfloatingtable].scrolling > table.table > tbody > tr > td.options-cell > .options-context:hover > .options-context-partial {
  display: none;
}
div[sgyfloatingtable].scrolling > table.table > tbody > tr > td.options-cell > .options-context:hover > .options-context-full {
  display: inline;
}
div[sgyfloatingtable].scrolling > table.table > tbody > tr > td.options-cell > .options-context > .options-context-partial {
  display: inline;
}
div[sgyfloatingtable].scrolling > table.table > tbody > tr > td.options-cell > .options-context > .options-context-full {
  display: none;
}
div[sgyfloatingtable] > table.table {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div[sgyfloatingtable] > table.table > thead > tr > th.options-header {
  min-width: 24px;
}
div[sgyfloatingtable] > table.table > tbody > tr {
  position: relative;
}
div[sgyfloatingtable] > table.table > tbody > tr > td {
  vertical-align: middle;
}
div[sgyfloatingtable] > table.table > tbody > tr > td.options-cell > .btn-group,
div[sgyfloatingtable] > table.table > tbody > tr > td.options-cell > .btn {
  position: absolute;
  margin-top: -15px;
}
div[sgyfloatingtable] > table.table > tbody > tr > td.options-cell > .options-context {
  position: absolute;
  margin-top: -15px;
  margin-left: 35px;
  visibility: hidden;
  background-color: #f7f7f7;
  color: #333333;
  border: 1px solid #dddddd;
  border-radius: 2px;
  break-inside: avoid;
  display: inline-block;
  line-height: 1.0em;
  padding: .5em;
}
div.sticky-table-wrapper {
  overflow: scroll;
  height: 640px;
  background: #ffffff;
}
div.sticky-table-wrapper > table {
  margin-bottom: 0;
}
div.sticky-table-wrapper > table.table-hover > thead > tr:hover > th,
div.sticky-table-wrapper > table.table-hover > tbody > tr:hover > th[scope=row] {
  background-color: #f9f9f9;
}
div.sticky-table-wrapper > table > thead > tr > th {
  position: sticky;
  top: 0;
  z-index: 2;
}
div.sticky-table-wrapper > table > thead > tr > th[scope=row] {
  z-index: 3;
}
div.sticky-table-wrapper > table > thead > tr > th[scope=row]:first-child {
  left: 0;
}
div.sticky-table-wrapper > table > thead > tr > th[scope=row]:last-child {
  right: 0;
}
div.sticky-table-wrapper > table > thead > tr > th[scope=row].bulkentry-col-2 {
  width: 185px;
  min-width: 185px;
  max-width: 185px;
  left: 48px;
}
div.sticky-table-wrapper > table > thead > tr > th[scope=row].entries-col-2 {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  left: 48px;
}
div.sticky-table-wrapper > table > thead > tr > th[scope=row].entries-col-3 {
  width: 185px;
  min-width: 185px;
  max-width: 185px;
  left: 128px;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row] {
  position: sticky;
  z-index: 1;
  font-weight: unset;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row]:first-child {
  left: 0;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row]:last-child {
  right: 0;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row].bulkentry-col-2 {
  width: 185px;
  min-width: 185px;
  max-width: 185px;
  left: 48px;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row].entries-col-2 {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  left: 48px;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row].entries-col-3 {
  width: 185px;
  min-width: 185px;
  max-width: 185px;
  left: 128px;
}
div.sticky-table-wrapper > table > tbody > tr > th[scope=row]:hover {
  z-index: 999;
}
.sticky-table-wrapper2 {
  overflow: auto;
  height: 600px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  position: relative;
}
.sticky-table-wrapper2 table {
  border-collapse: collapse;
  width: 100%;
}
.sticky-table-wrapper2 th {
  background-color: #f9f9f9;
}
.sticky-table-wrapper2 th,
.sticky-table-wrapper2 td {
  padding: 4px;
  padding-left: 6px;
  padding-right: 6px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  /*background: white;*/
  /*min-width: 32px;*/
  /*text-align: left;*/
  white-space: nowrap;
}
.sticky-table-wrapper2 thead th {
  position: sticky;
  top: 0;
  /*background: #f9f9f9;*/
  /*z-index: 3;*/
}
.sticky-table-wrapper2 td.col-sticky,
.sticky-table-wrapper2 th.col-sticky {
  position: sticky;
  background: #f9f9f9;
  z-index: 3;
}
.sticky-table-wrapper2 th.col-sticky {
  background: #f9f9f9;
}
.sticky-table-wrapper2 .col-sticky::after {
  background-color: #ddd;
}
.sticky-table-wrapper2 .student-cell {
  border-left: none;
}
.sticky-table-wrapper2 td.main-column,
.sticky-table-wrapper2 th.main-column {
  width: 100%;
}
.sticky-table-wrapper2 tfoot td.col-sticky {
  background: #fff;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/assets/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("/assets/img/glyphicons-halflings-white.png");
}
.nav-pills > .active > a > [class^="fa-"],
.nav-pills > .active > a > [class*=" fa-"],
.nav-list > .active > a > [class^="fa-"],
.nav-list > .active > a > [class*=" fa-"],
.navbar-inverse .nav > .active > a > [class^="fa-"],
.navbar-inverse .nav > .active > a > [class*=" fa-"],
.dropdown-menu > li > a:hover > [class^="fa-"],
.dropdown-menu > li > a:focus > [class^="fa-"],
.dropdown-menu > li > a:hover > [class*="fa-"],
.dropdown-menu > li > a:focus > [class*="fa-"],
.dropdown-menu > .active > a > [class^="fa-"],
.dropdown-menu > .active > a > [class*="fa-"],
.dropdown-submenu:hover > a > [class^="fa-"],
.dropdown-submenu:focus > a > [class^="fa-"],
.dropdown-submenu:hover > a > [class*="fa-"],
.dropdown-submenu:focus > a > [class*="fa-"] {
  color: white;
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
/*Custom icon colors*/
.icon-red {
  background-image: url("/assets/img/glyphicons-halflings-red.png");
}
.icon-green {
  background-image: url("/assets/img/glyphicons-halflings-green.png");
}
.icon-blue {
  background-image: url("/assets/img/glyphicons-halflings-blue.png");
}
.icon-orange {
  background-image: url("/assets/img/glyphicons-halflings-orange.png");
}
.icon-pink {
  background-image: url("/assets/img/glyphicons-halflings-pink.png");
}
.icon-muted {
  background-image: url("/assets/img/glyphicons-halflings-muted.png");
}
.icon-semi {
  background-image: url("/assets/img/glyphicons-halflings-semi.png");
}
/*Custom icon classes*/
.icon-baseline {
  vertical-align: baseline;
}
.icon-left,
.fa-left {
  margin-right: 0.4em;
}
.icon-right,
.fa-right {
  margin-left: 0.4em;
}
.icon-left-2x,
.fa-left-2x {
  margin-right: 0.8em;
}
.icon-right-2x,
.fa-right-2x {
  margin-left: 0.8em;
}
/* icon colors for both BS and FA*/
.icon-white,
.fa-white {
  color: #ffffff;
}
.icon-bg-white,
.fa-bg-white {
  background-color: #ffffff;
}
.icon-primary,
.fa-primary {
  color: #3494e8;
}
.icon-light-primary,
.fa-light-primary {
  color: #60acee;
}
.icon-dark-primary,
.fa-dark-primary {
  color: #187bd1;
}
.icon-bg-primary,
.fa-bg-primary {
  background-color: #1e88e5;
}
.icon-blue,
.fa-blue {
  color: #26c6da;
}
.icon-light-blue,
.fa-light-blue {
  color: #65d9e7;
}
.icon-dark-blue,
.fa-dark-blue {
  color: #22b3c5;
}
.icon-bg-blue,
.fa-bg-blue {
  background-color: #26c6da;
}
.icon-green,
.fa-green {
  color: #1acb69;
}
.icon-light-green,
.fa-light-green {
  color: #4fea94;
}
.icon-dark-green,
.fa-dark-green {
  color: #17b75e;
}
.icon-bg-green,
.fa-bg-green {
  background-color: #1acb69;
}
.icon-orange,
.fa-orange {
  color: #ffb22b;
}
.icon-light-orange,
.fa-light-orange {
  color: #ffc96b;
}
.icon-dark-orange,
.fa-dark-orange {
  color: #ffa70d;
}
.icon-bg-orange,
.fa-bg-orange {
  background-color: #ffb22b;
}
.icon-yellow,
.fa-yellow {
  color: #fff42a;
}
.icon-light-yellow,
.fa-light-yellow {
  color: #fff76a;
}
.icon-dark-yellow,
.fa-dark-yellow {
  color: #fff20c;
}
.icon-bg-yellow,
.fa-bg-yellow {
  background-color: #fff42a;
}
.icon-red,
.fa-red {
  color: #fc4b6c;
}
.icon-light-red,
.fa-light-red {
  color: #fd8198;
}
.icon-dark-red,
.fa-dark-red {
  color: #fb2b52;
}
.icon-bg-red,
.fa-bg-red {
  background-color: #fc4b6c;
}
.icon-pink,
.fa-pink {
  color: #fc4bab;
}
.icon-light-pink,
.fa-light-pink {
  color: #fd81c4;
}
.icon-dark-pink,
.fa-dark-pink {
  color: #fb2b9c;
}
.icon-bg-pink,
.fa-bg-pink {
  background-color: #fc4bab;
}
.icon-violet,
.fa-violet {
  color: #7460ee;
}
.icon-light-violet,
.fa-light-violet {
  color: #9d8ff4;
}
.icon-dark-violet,
.fa-dark-violet {
  color: #5a42eb;
}
.icon-bg-violet,
.fa-bg-violet {
  background-color: #7460ee;
}
.icon-lime,
.fa-lime {
  color: #90da26;
}
.icon-light-lime,
.fa-light-lime {
  color: #b2e765;
}
.icon-dark-lime,
.fa-dark-lime {
  color: #82c522;
}
.icon-bg-lime,
.fa-bg-lime {
  background-color: #90da26;
}
.icon-gray,
.fa-gray {
  color: #99abb4;
}
.icon-muted,
.fa-muted {
  color: #99abb4;
}
.icon-na,
.fa-na {
  color: #d7e4ea;
}
.icon-bg-muted,
.icon-bg-gray,
.fa-bg-muted,
.fa-bg-gray {
  background-color: #99abb4;
}
.icon-bg-na,
.icon-bg-na,
.fa-bg-na,
.fa-bg-na {
  background-color: #d7e4ea;
}
.icon-bg-light-gray,
.fa-bg-light-gray {
  background-color: #b4c6ce;
}
.icon-semi,
.fa-semi {
  color: rgba(0, 0, 0, 0.4);
}
.icon-bg-semi,
.fa-bg-semi {
  background-color: rgba(0, 0, 0, 0.4);
}
.icon-semi-white,
.fa-semi-white {
  color: rgba(255, 255, 255, 0.6);
}
.icon-bg-semi-white,
.fa-bg-semi-white {
  background-color: rgba(255, 255, 255, 0.6);
}
.icon-semi-2x,
.fa-semi-2x {
  color: rgba(0, 0, 0, 0.25);
}
.icon-bg-semi-2x,
.fa-bg-semi-2x {
  background-color: rgba(0, 0, 0, 0.25);
}
.icon-semi-white-2x,
.fa-semi-white-2x {
  color: rgba(255, 255, 255, 0.4);
}
.icon-bg-semi-white-2x,
.fa-bg-semi-white-2x {
  background-color: rgba(255, 255, 255, 0.4);
}
/* icon shapes */
.icon-bg,
.fa-bg {
  padding: 0.25em;
}
.icon-bg-2x,
.fa-bg-2x {
  padding: 0.5em;
}
.icon-bg-3x,
.fa-bg-3x {
  padding: 1.0em;
}
.icon-bg-4x,
.fa-bg-3x {
  padding: 1.5em;
}
.icon-bg-circle,
.fa-bg-circle {
  border-radius: 50%;
  text-align: center;
  width: 1.0em;
}
.icon-bg-rounded,
.fa-bg-rounded {
  border-radius: 4px;
  text-align: center;
  width: 1.0em;
}
.fa-letter {
  font-family: Poppins, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  width: 1.0em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-twitter-hover:hover {
  color: #55acee;
}
.fa-facebook-hover:hover {
  color: #3b5998;
}
/* icon animations */
.fa.fa-spin.fa-spin-2x {
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.fa.fa-spin.fa-spin-4x {
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.hidden-icon {
  visibility: hidden !important;
  text-decoration: none;
  cursor: none;
}
.icon-container {
  display: inline-block;
  width: 18px;
  text-align: center;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu,
.typeahead-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right,
.typeahead-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider,
.typeahead-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu > li > a,
.typeahead-menu > li > a {
  display: block;
  padding: 2.5px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a > i.fa.fa-fw:not(.fa-success):not(.fa-green):not(.fa-danger):not(.fa-red):not(.fa-warning):not(.fa-success):not(.fa-green):not(.fa-info):not(.fa-blue):not(.fa-):not(.fa-muted):not(.fa-semi):not(.fa-violet):not(.fa-pink),
.typeahead-menu > li > a > i.fa.fa-fw:not(.fa-success):not(.fa-green):not(.fa-danger):not(.fa-red):not(.fa-warning):not(.fa-success):not(.fa-green):not(.fa-info):not(.fa-blue):not(.fa-):not(.fa-muted):not(.fa-semi):not(.fa-violet):not(.fa-pink) {
  color: #333333;
}
.typeahead-menu > li > a {
  white-space: normal;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #1a1a1a;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a:hover > i.fa,
.dropdown-menu > li > a:focus > i.fa,
.dropdown-submenu:hover > a > i.fa,
.dropdown-submenu:focus > a > i.fa {
  color: #1a1a1a !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus,
.typeahead-menu > .active > a,
.typeahead-menu > .active > a:hover,
.typeahead-menu > .active > a:focus {
  color: #1a1a1a;
  text-decoration: none;
  outline: 0;
  background-color: #e5e5e5;
}
.dropdown-menu > .active > a > i.fa.fa-fw,
.dropdown-menu > .active > a:hover > i.fa.fa-fw,
.dropdown-menu > .active > a:focus > i.fa.fa-fw,
.typeahead-menu > .active > a > i.fa.fa-fw,
.typeahead-menu > .active > a:hover > i.fa.fa-fw,
.typeahead-menu > .active > a:focus > i.fa.fa-fw {
  color: #1a1a1a !important;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #99abb4;
}
.dropdown-menu > .disabled > a > i.fa.fa-fw,
.dropdown-menu > .disabled > a:hover > i.fa.fa-fw,
.dropdown-menu > .disabled > a:focus > i.fa.fa-fw {
  color: #99abb4 !important;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 2px;
  -moz-border-radius: 0 2px 2px 2px;
  border-radius: 0 2px 2px 2px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 2px 2px 2px 0;
  -moz-border-radius: 2px 2px 2px 0;
  border-radius: 2px 2px 2px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #1a1a1a;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.well.well-large {
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.well.well-empty {
  background-color: #ffffff;
}
.well.well-warning {
  background-color: rgba(255, 178, 43, 0.1);
}
.well.well-danger {
  background-color: rgba(252, 75, 108, 0.1);
}
.well.well-success {
  background-color: rgba(26, 203, 105, 0.1);
}
.well.well-info {
  background-color: rgba(38, 198, 218, 0.1);
}
.well blockquote {
  border-color: #dddddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.card {
  text-align: center;
  border-radius: 4px;
  border: 1px solid #dddddd;
  background-color: #fcfcfc;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  margin-bottom: 15px !important;
}
.card-grid .card {
  margin-bottom: 20px !important;
}
.card > h1 {
  color: #333333;
  font-size: 15.4px;
  font-weight: 400;
  line-height: 1.1em;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.card > small {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  font-size: 11.9px;
  text-transform: uppercase;
}
.card.card-white {
  background-color: #ffffff;
}
.card.card-white > small {
  color: rgba(0, 0, 0, 0.4);
}
.card.card-muted {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
}
.card.card-muted > h1 {
  color: rgba(0, 0, 0, 0.25);
}
.card.card-muted > small {
  color: rgba(0, 0, 0, 0.4);
}
.card.card-info {
  background-color: #c9f3f9;
  border-color: #26c6da;
}
.card.card-info > h1 {
  color: #26c6da;
}
.card.card-success {
  background-color: #c1f9da;
  border-color: #1acb69;
}
.card.card-success > h1 {
  color: #1acb69;
}
.card.card-warning {
  background-color: #ffeccc;
  border-color: #ffb22b;
}
.card.card-warning > h1 {
  color: #ffb22b;
}
.card.card-danger {
  background-color: #fed4dc;
  border-color: #fc4b6c;
}
.card.card-danger > h1 {
  color: #fc4b6c;
}
.card.card-reverse {
  background-color: #99abb4;
  border-color: transparent;
}
.card.card-reverse h1 {
  color: #ffffff;
}
.card.card-reverse > small {
  color: rgba(255, 255, 255, 0.75);
}
.card.card-reverse.card-info {
  background-color: #3bccdf;
}
.card.card-reverse.card-danger {
  background-color: #fc5d7b;
}
.card.card-reverse.card-success {
  background-color: #1ee376;
}
.card.card-reverse.card-warning {
  background-color: #ffba40;
}
.card.card-reverse.card-primary {
  background-color: #3494e8;
}
.fade {
  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;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #000000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  *border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #333333;
  background-color: #e2edf1;
  border: 1px solid #e2edf1;
  border-bottom: 1px solid #e2edf1;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #c0d8e0;
}
.btn:active,
.btn.active {
  background-color: #9dc2d0 \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #758d99;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #758d99;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-sq {
  padding: 4px;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  /*.border-radius(@borderRadiusLarge);*/
}
.btn-large.btn-sq {
  padding: 11px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-small.btn-sq {
  padding: 2px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-mini.btn-sq {
  padding: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-micro {
  padding: 1px 4px;
  font-size: 7px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-micro.btn-sq {
  padding: 1px;
}
.btn-micro [class^="icon-"],
.btn-micro [class*=" icon-"] {
  vertical-align: middle;
  margin-top: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active,
.btn-pink.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  background-color: #1e88e5;
  border: 1px solid #1e88e5;
  border-bottom: 1px solid #1e88e5;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #166dba;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #10538d \9;
}
.btn-warning {
  color: #ffffff;
  background-color: #ffb22b;
  border: 1px solid #ffb22b;
  border-bottom: 1px solid #ffb22b;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f79d00;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c47d00 \9;
}
.btn-danger {
  color: #ffffff;
  background-color: #fc4b6c;
  border: 1px solid #fc4b6c;
  border-bottom: 1px solid #fc4b6c;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #fb1943;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #dd042c \9;
}
.btn-success {
  color: #ffffff;
  background-color: #1acb69;
  border: 1px solid #1acb69;
  border-bottom: 1px solid #1acb69;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #149e52;
}
.btn-success:active,
.btn-success.active {
  background-color: #0e713a \9;
}
.btn-info {
  color: #ffffff;
  background-color: #26c6da;
  border: 1px solid #26c6da;
  border-bottom: 1px solid #26c6da;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #1e9faf;
}
.btn-info:active,
.btn-info.active {
  background-color: #167784 \9;
}
.btn-inverse {
  color: #ffffff;
  background-color: #869ba6;
  border: 1px solid #869ba6;
  border-bottom: 1px solid #869ba6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #67808c;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #51656f \9;
}
.btn-pink {
  color: #ffffff;
  background-color: #fc4bab;
  border: 1px solid #fc4bab;
  border-bottom: 1px solid #fc4bab;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.btn-pink.disabled,
.btn-pink[disabled] {
  color: #ffffff;
  background-color: #fb1994;
}
.btn-pink:active,
.btn-pink.active {
  background-color: #dd047a \9;
}
.btn-transparent {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
}
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-transparent.active,
.btn-transparent.disabled,
.btn-transparent[disabled] {
  color: #ffffff;
  background-color: transparent;
}
.btn-transparent:active,
.btn-transparent.active {
  background-color: rgba(0, 0, 0, 0) \9;
}
.btn-google {
  color: #ffffff;
  background-color: #dd4b39;
  border: 1px solid #dd4b39;
  border-bottom: 1px solid #dd4b39;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active,
.btn-google.active,
.btn-google.disabled,
.btn-google[disabled] {
  color: #ffffff;
  background-color: #c23321;
}
.btn-google:active,
.btn-google.active {
  background-color: #96271a \9;
}
.btn-microsoft {
  color: #ffffff;
  background-color: #2672ec;
  border: 1px solid #2672ec;
  border-bottom: 1px solid #2672ec;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-microsoft:hover,
.btn-microsoft:focus,
.btn-microsoft:active,
.btn-microsoft.active,
.btn-microsoft.disabled,
.btn-microsoft[disabled] {
  color: #ffffff;
  background-color: #125acd;
}
.btn-microsoft:active,
.btn-microsoft.active {
  background-color: #0e459e \9;
}
.btn-office365 {
  color: #ffffff;
  background-color: #da3b01;
  border: 1px solid #da3b01;
  border-bottom: 1px solid #da3b01;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-office365:hover,
.btn-office365:focus,
.btn-office365:active,
.btn-office365.active,
.btn-office365.disabled,
.btn-office365[disabled] {
  color: #ffffff;
  background-color: #a72d01;
}
.btn-office365:active,
.btn-office365.active {
  background-color: #742001 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #1e88e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #1360a4;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #758d99;
  text-decoration: none;
}
/*Custom buttons */
.btn-float {
  width: 55px;
  min-width: 55px;
  max-width: 55px;
  height: 55px;
  min-height: 55px;
  max-height: 55px;
  padding: 0;
  border: none;
  border-radius: 50%;
}
.btn-float i {
  font-size: 15px;
  line-height: 55px;
}
.btn.btn-flat {
  color: #869ba6;
  background: none;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: none;
}
.btn.btn-flat:hover {
  color: #758d99;
  background-color: #e2edf1;
}
.btn.btn-primary.btn-flat {
  color: #1e88e5;
}
.btn.btn-primary.btn-flat:hover {
  color: #187bd1;
  background-color: #c7e2fa;
}
.btn.btn-info.btn-flat {
  color: #26c6da;
}
.btn.btn-info.btn-flat:hover {
  color: #22b3c5;
  background-color: #c9f3f9;
}
.btn.btn-success.btn-flat {
  color: #1acb69;
}
.btn.btn-success.btn-flat:hover {
  color: #17b75e;
  background-color: #c1f9da;
}
.btn.btn-warning.btn-flat {
  color: #ffb22b;
}
.btn.btn-warning.btn-flat:hover {
  color: #ffa70d;
  background-color: #ffeccc;
}
.btn.btn-danger.btn-flat {
  color: #fc4b6c;
}
.btn.btn-danger.btn-flat:hover {
  color: #fb2b52;
  background-color: #fed4dc;
}
/*Input button */
.btn-input {
  font-size: 14px;
  color: #99abb4;
  line-height: 20px;
  padding: 4px 12px;
  border: 1px solid #cccccc;
}
/*Ghost buttons*/
.btn.btn-ghost {
  color: #333333;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.btn.btn-ghost.btn-ghost-listing-img {
  color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  height: 36px;
  width: 36px;
  line-height: 36px;
  padding: 0;
  vertical-align: middle;
}
.btn.btn-ghost.btn-input {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 4px 6px;
  color: #333333;
}
/* Button text */
.btn-text {
  padding: 4px 0;
}
/* Add/Remove*/
.btn.btn-add > i.fa {
  color: #1acb69;
}
.btn.btn-add > i.fa:before {
  content: "\f067";
}
.btn.btn-remove > i.fa {
  color: #fc4b6c;
}
.btn.btn-remove > i.fa:before {
  content: "\f00d";
  content: "\f014";
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  /*.box-shadow(~"inset 1px 0 0 @transparentWhite10, inset 0 1px 0 @transparentWhite20, 0 1px 2px @transparentBlack05");*/
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  /*.box-shadow(~"inset 0 2px 4px @transparentBlack15, 0 1px 2px @transparentBlack05");*/
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #c0d8e0;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #166dba;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f79d00;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #fb1943;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #149e52;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #1e9faf;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #67808c;
}
.btn-group.open .btn-pink.dropdown-toggle {
  background-color: #fb1994;
}
.btn-group.open .btn-transparent.dropdown-toggle {
  background-color: transparent;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group.btn-group-table-header .btn {
  border: 1px solid #c0d8e0;
  color: rgba(0, 0, 0, 0.5);
  background-color: transparent;
}
.btn-group.btn-group-table-header .btn:focus {
  outline: 0;
  outline-offset: 0;
}
/*extensions*/
.btn-group.btn-group-radio > label.btn > input[type=radio],
.btn-group.btn-group-check > label.btn > input[type=radio],
.btn-group.btn-group-radio > label.btn > input[type=checkbox],
.btn-group.btn-group-check > label.btn > input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.btn-group.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group.btn-group-justified > .btn,
.btn-group.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.alert {
  padding: 20px 40px 20px 20px;
  background-color: rgba(255, 178, 43, 0.1);
  border: 1px solid #ffd997;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.alert h4 {
  color: #ffb22b;
  font-family: Poppins, sans-serif;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: rgba(26, 203, 105, 0.1);
  border-color: #83f1b4;
}
.alert-success h4 {
  color: #1acb69;
}
.alert-danger,
.alert-error {
  background-color: rgba(252, 75, 108, 0.1);
  border-color: #fea7b7;
}
.alert-danger h4,
.alert-error h4 {
  color: #fc4b6c;
}
.alert-info {
  background-color: rgba(38, 198, 218, 0.1);
  border-color: #92e5ef;
}
.alert-info h4 {
  color: #26c6da;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
/*Custom alert classes*/
.alert-large {
  padding: 20px 40px 20px 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav {
  margin-left: 0;
  margin-bottom: 20px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e2edf1;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 2.5px 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  color: #99abb4;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #1e88e5;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs.nav-tabs-condensed > li > a,
.nav-pills.nav-tabs-condensed > li > a,
.nav-tabs.nav-pills-condensed > li > a,
.nav-pills.nav-pills-condensed > li > a {
  padding-left: 10px;
  padding-right: 10px;
}
.nav-tabs.nav-tabs-super-condensed > li > a,
.nav-pills.nav-tabs-super-condensed > li > a,
.nav-tabs.nav-pills-super-condensed > li > a,
.nav-pills.nav-pills-super-condensed > li > a {
  padding-left: 8px;
  padding-right: 8px;
}
.nav-tabs.nav-tabs-ultra-condensed > li > a,
.nav-pills.nav-tabs-ultra-condensed > li > a,
.nav-tabs.nav-pills-ultra-condensed > li > a,
.nav-pills.nav-pills-ultra-condensed > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li.active.comp-bg-light > a {
  background: #fcfcfc;
}
.nav-tabs > li.active.comp-bg > a {
  background: #f9f9f9;
}
.nav-tabs > li.active.comp-bg-dark > a {
  background: #f5f5f5;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #e2edf1 #e2edf1 #dddddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #99abb4;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #1e88e5;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #dddddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #dddddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-pills.nav-pills-center > li {
  float: none;
  display: inline-block;
}
.nav-pills.nav-pills-center {
  text-align: center;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #1e88e5;
  border-bottom-color: #1e88e5;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #1360a4;
  border-bottom-color: #1360a4;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #99abb4;
  border-bottom-color: #99abb4;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #99abb4;
  border-color: #99abb4;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #99abb4;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #dddddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #dddddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left:not(.tabs-min) > .nav-tabs > li > a,
.tabs-right:not(.tabs-min) > .nav-tabs > li > a {
  min-width: 74px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
}
.tabs-left:not(.tabs-min) > .nav-tabs {
  border-right: 1px solid #dddddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #e2edf1 #dddddd #e2edf1 #e2edf1;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #dddddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #e2edf1 #e2edf1 #e2edf1 #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
  *border-left-color: #ffffff;
}
.tabs-center {
  text-align: center;
}
.tabs-center > li {
  display: inline-block;
  float: none;
}
.nav-center {
  text-align: center !important;
  float: none !important;
  display: inline-block !important;
  margin-right: 0!important;
}
.nav-center > li {
  display: inline-block !important;
  float: none !important;
}
.nav-icon-list > li {
  border-right: 1px solid #ddd;
  width: 32px;
  text-align: center;
}
.nav-icon-list > li > a {
  display: block;
  text-align: center;
}
.nav > .disabled > a {
  color: #99abb4;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
/* Tabs that go above tables */
.nav-tabs.nav-tabs-table {
  margin-bottom: 0;
}
.nav-tabs.nav-tabs-table > .active a {
  background-color: #f9f9f9;
}
/* Tabs that go above accordions */
.nav-tabs.nav-tabs-accordion {
  margin-bottom: 0;
  border-bottom: none;
}
.table.table-tab {
  border-color: rgba(0, 0, 0, 0.1);
  border-top: none;
}
.tab-legend p {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  float: right;
}
/* Smart Tab a tab control that has headings and footers */
.sn-smart-tab {
  border: 1px solid #dddddd;
  background: #fcfcfc;
}
.sn-smart-tab .sn-smart-tab-header {
  padding: 24px;
}
.sn-smart-tab .nav.nav-tabs {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 0;
}
.sn-smart-tab .tab-content {
  padding: 24px;
  background: #ffffff;
}
.sn-smart-tab .sn-smart-tab-footer {
  border-top: 1px solid #dddddd;
  background: #f9f9f9;
  padding: 24px;
}
.tab-content .tab-header {
  background: #ffffff;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}
.navbar {
  overflow: visible;
  margin-bottom: 20px;
  *position: relative;
  *z-index: 2;
}
.navbar-inner {
  min-height: 50px;
  padding-left: 0;
  padding-right: 0;
  background-color: #1e88e5;
  border: 1px solid #187bd1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  *zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar-inner:before,
.navbar-inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-inner:after {
  clear: both;
}
.navbar .container {
  width: auto;
}
.nav-collapse.collapse {
  height: auto;
  overflow: visible;
  background: rgba(255, 255, 255, 0.1);
  margin-left: -20px;
  margin-right: -20px;
}
.nav-collapse.collapse.in .nav {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-collapse.collapse.in .nav li {
  /*padding-left:15px;
			  padding-right:15px;*/
}
.navbar .brand {
  float: left;
  display: block;
  font-size: 16.66666667px;
  line-height: 50px;
  padding: 0 20px;
  margin-left: -20px;
  font-weight: 500;
  color: #000204;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar .brand.letter {
  font-size: 25px;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 50px;
  color: #000204;
}
.navbar-link {
  color: #000204;
}
.navbar-link:hover,
.navbar-link:focus {
  color: #000000;
}
.navbar .divider-vertical {
  height: 50px;
  margin: 0;
  border-right: 1px solid #187bd1;
}
.navbar .btn,
.navbar .btn-group {
  margin-top: 10px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}
.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form:before,
.navbar-form:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar-form:after {
  clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 10px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}
.navbar-search {
  position: relative;
  float: left;
  margin-top: 10px;
  margin-bottom: 0;
}
.navbar-search .search-query {
  margin-bottom: 0;
  padding: 4px 14px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.navbar-static-top {
  position: static;
  margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*// Reset container width
// Required here as we reset the width earlier on and the grid mixins don't override early enough
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  #grid > .core > .span(@gridColumns);
}*/
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.navbar-fixed-top {
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
}
.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a {
  float: none;
  line-height: 50px;
  padding: 0 10px;
  color: #000204;
  text-decoration: none;
  font-size: 12.5px;
}
.navbar .nav > li div > div > a {
  float: none;
  line-height: 50px;
  padding: 0 10px;
  color: #000204;
  text-decoration: none;
  font-size: 12.5px;
}
.navbar .nav .dropdown-toggle .caret {
  margin-top: 23px;
}
.navbar .nav > li.icon > a {
  font-size: 16.66666667px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #187bd1;
}
.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-left: 5px;
  margin-right: 0;
  color: #ffffff;
  background-color: #166dba;
  border: 1px solid #166dba;
  border-bottom: 1px solid #166dba;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #187bd1;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #1360a4 \9;
}
.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  bottom: -7px;
  top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  border-top: 6px solid #ffffff;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #187bd1;
  color: #000000;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #000204;
  border-bottom-color: #000204;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  left: auto;
  right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  left: auto;
  right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: -1px;
  -webkit-border-radius: 2px 0 2px 2px;
  -moz-border-radius: 2px 0 2px 2px;
  border-radius: 2px 0 2px 2px;
}
.navbar-inverse .navbar-inner {
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #ffffff;
}
.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}
.navbar-inverse .brand {
  color: #ffffff;
}
.navbar-inverse .brand.brand-edis {
  padding-right: 0;
}
.navbar-inverse .brand.brand-edis > img {
  height: 34px;
  margin-top: -2px;
  border-radius: 4px;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: #ffffff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #1e88e5;
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}
.navbar-inverse .divider-vertical {
  border-left-color: #1e88e5;
  border-right-color: #1e88e5;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #1e88e5;
  color: #ffffff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #ffffff;
  border-color: #1e88e5;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #bfbfbf;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #bfbfbf;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #bfbfbf;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #758d99;
  background-color: #ffffff;
  border: 0;
  outline: 0;
}
.navbar-inverse .btn-navbar {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.9);
  border: none;
  height: 42px;
  width: 42px;
  line-height: 42px;
  margin: 0;
  margin-top: 4px;
  padding: 0;
  border-radius: 4px;
}
/* Top nav search*/
.nav-search-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 0;
}
.nav-search-box a.post {
  margin: 8px 0 0 0;
  border-radius: 0;
  line-height: 34px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.2);
  font-size: 17.5px;
  padding: 0 5px 0 5px;
}
.nav-search-box a.post:last-of-type {
  border-radius: 0 4px 4px 0;
  padding-right: 10px;
}
.nav-search-box a.post:hover {
  color: #ffffff;
}
.nav-search-box input,
.nav-search-box form {
  margin: 8px 0 0 0;
  border-radius: 4px 0 0 4px;
  line-height: 34px;
  height: 34px;
  max-height: 34px;
  min-height: 34px;
  padding: 0 10px 0 10px;
  width: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 17.5px;
  outline: none;
}
.nav-search-box input:focus,
.nav-search-box form:focus {
  background-color: #ffffff;
}
.nav-search-box input:focus ~ a.post,
.nav-search-box form:focus ~ a.post {
  background-color: #ffffff;
  color: #1e88e5;
}
.nav-search-box input:focus ~ a.post:hover,
.nav-search-box form:focus ~ a.post:hover {
  color: #1e88e5;
}
.nav-search-box input:not(:focus),
.nav-search-box form:not(:focus) {
  color: transparent;
}
.nav-search-box input:focus {
  outline: none;
}
.nav-search-box input.no-results {
  color: #fc4b6c;
  text-decoration: line-through;
}
.app-nav-search {
  position: absolute;
  margin-top: 7px;
  z-index: 1001;
  border: none;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-bottom-width: 1px;
  webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
}
.app-nav-search .menu {
  width: 100%;
}
.app-nav-search .result {
  cursor: pointer;
  padding-left: 10px;
  margin: 0;
}
.search-result-text {
  overflow-x: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.search-result-category {
  padding-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.app-nav-search .result.foot {
  background-color: #f9f9f9;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.app-nav-search .result.active {
  background-color: #e5e5e5;
  color: #1a1a1a;
}
.app-nav-search .result.active i {
  color: #1a1a1a;
}
.nav-img > img {
  height: 42px;
  line-height: 42px;
  margin: 0;
  border-radius: 4px;
}
.navbar.navbar-clear > .navbar-inner {
  background: #f3f3f3;
  border-bottom-color: #cccccc;
}
.navbar.navbar-clear.navbar-fixed-bottom > .navbar-inner {
  border-top-color: #cccccc;
}
.navbar.navbar-ghost > .navbar-inner {
  background: rgba(0, 0, 0, 0.75);
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.navbar.navbar-ghost.navbar-fixed-bottom > .navbar-inner {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.navbar.navbar-sm > .navbar-inner {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
}
.navbar.navbar-sm .nav > li {
  /**Confirm directive*/
}
.navbar.navbar-sm .nav > li > a {
  line-height: 40px;
}
.navbar.navbar-sm .nav > li > a.btn-nav {
  display: inline-block;
  margin-top: 4px;
  line-height: 20px;
  padding: 5px 10px;
  color: #869ba6;
  border-color: #dddddd;
}
.navbar.navbar-sm .nav > li > a.btn-nav:hover {
  color: #67808c;
}
.navbar.navbar-sm .nav > li > a.btn-nav.btn-submit {
  color: #1acb69;
  background: #c1f9da;
  border-color: #1acb69;
}
.navbar.navbar-sm .nav > li.disabled > a.btn-nav {
  color: #99abb4;
  background: transparent;
}
.navbar.navbar-sm .nav > li.disabled > a.btn-nav:hover {
  background: transparent;
}
.navbar.navbar-sm .nav > li div > div > a {
  line-height: 40px;
}
.navbar.navbar-sm .nav > li div > div > a.btn-nav {
  display: inline-block;
  margin-top: 4px;
  line-height: 20px;
  padding: 5px 10px;
  color: #869ba6;
  border-color: #dddddd;
}
.navbar.navbar-sm .nav > li div > div > a.btn-nav:hover {
  color: #67808c;
}
.navbar.navbar-sm .nav > li div > div > a.btn-nav.btn-submit {
  color: #1acb69;
  background: #c1f9da;
  border-color: #1acb69;
}
.navbar.navbar-xs > .navbar-inner {
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  font-size: 11.9px;
}
.navbar.navbar-xs .nav > li > a {
  line-height: 20px;
}
.breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
}
.breadcrumb > li {
  line-height: 11.9px;
  font-size: 11.9px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  line-height: 11px;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #99abb4;
}
.pagination {
  margin: 20px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: rgba(0, 0, 0, 0.05);
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #99abb4;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #99abb4;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.pager {
  margin: 20px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.05);
}
.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: #99abb4;
  background-color: #ffffff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #99abb4;
  border: 1px solid rgba(0, 0, 0, 0.25);
  *border: 1px solid #99abb4;
  /* IE6-7 */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #dddddd;
}
.modal-header .close {
  font-weight: normal;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 30px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-size: 21px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.05);
  border-top: 1px solid #dddddd;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn {
  margin: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/*Question modal*/
.modal.modal-dialog {
  width: 500px;
  margin-left: -250px;
}
.modal.modal-dialog .modal-body {
  padding: 20px;
  max-height: 400px;
}
.modal.modal-dialog .modal-body h2,
.modal.modal-dialog .modal-body h3,
.modal.modal-dialog .modal-body h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}
.modal.modal-dialog .modal-body p {
  margin-bottom: 0;
}
.modal.modal-dialog .modal-footer {
  background: none;
  border: none;
  padding-top: 0;
}
/*Paper modal (e.g. assessment item test drive)*/
.modal.modal-paper {
  border: none;
  border-radius: 0;
}
.modal.modal-paper .modal-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
.modal.modal-paper .modal-body {
  margin-top: 38px;
  padding: 0 38px 0 38px;
  max-height: 500px;
}
.modal.modal-paper .modal-footer {
  background-color: transparent;
  border-top: none;
  text-align: center;
}
.modal.modal-wide {
  width: 750px;
  /* new custom width */
  margin-left: -375px;
  /* must be half of the width, minus scrollbar on the left (30px) */
  top: 2%;
}
.modal.modal-wide .modal-body {
  max-height: 500px;
}
.modal.modal-wide.fade.in {
  top: 2%;
}
.modal.modal-xwide {
  width: 960px;
  /* new custom width */
  margin-left: -480px;
  /* must be half of the width, minus scrollbar on the left (30px) */
  top: 2%;
}
.modal.modal-xwide .modal-body {
  max-height: 500px;
}
.modal.modal-xwide.fade.in {
  top: 2%;
}
.modal-body-header {
  border-bottom: 1px solid #e2edf1;
}
.modal-pager {
  padding: 20px;
  text-align: center;
  background: #f9f9f9;
  border-top: 1px solid #dddddd;
}
.modal.modal-filter {
  width: 500px;
  margin-left: -250px;
  top: 2%;
}
.modal.modal-filter .modal-header {
  padding: 0;
  display: table;
  background: #f5f5f5;
}
.modal.modal-filter .modal-header:after {
  clear: both;
}
.modal.modal-filter .modal-header .modal-header-search {
  float: left;
  width: 500px;
}
.modal.modal-filter .modal-header .modal-header-search div {
  padding: 10px;
}
.modal.modal-filter .modal-header .modal-header-search div input[type=search] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
  line-height: 20px;
  padding: 15px 10px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  font-size: 1.1em;
}
.modal.modal-filter .modal-header .modal-header-search div input[type=search].filter-search-students {
  padding-right: 40px;
}
.modal.modal-filter .modal-header .modal-header-search div input[type=search].filter-search-students:focus + a.filter-search-students-trigger {
  color: #333333;
  background: #e2edf1;
  border-radius: 0 2px 2px 0;
  border-left: 1px solid #cccccc;
}
.modal.modal-filter .modal-header .modal-header-search div input[type=search].filter-search-students:focus + a.filter-search-students-trigger:hover {
  background: #d1e2e9;
}
.modal.modal-filter .modal-header .modal-header-search div a.filter-search-students-trigger {
  position: absolute;
  top: 11px;
  right: 20px;
  right: 11px;
  padding: 9px;
  color: #cccccc;
}
.modal.modal-filter .modal-body {
  padding: 0;
  max-height: 500px;
}
.modal.modal-filter .modal-body .modal-body-settings {
  float: left;
  width: 500px;
  background: white;
}
.modal.modal-filter .modal-body .modal-body-settings > div {
  border-right: 1px solid #ddd;
}
.modal.modal-filter .modal-body .modal-body-settings > div > div {
  min-height: 400px;
  max-height: 400px;
  height: 400px;
  overflow-y: scroll;
}
.modal.modal-filter .modal-body .modal-body-students {
  display: none;
}
.modal.modal-filter.fade.in {
  top: 2%;
}
.modal.modal-filter.modal-filter-students {
  width: 700px;
  margin-left: -350px;
}
.modal.modal-filter.modal-filter-students .modal-header .modal-header-search {
  width: 350px;
}
.modal.modal-filter.modal-filter-students .modal-header .modal-header-search:first-child div {
  border-right: 1px solid #dddddd;
}
.modal.modal-filter.modal-filter-students .modal-body .modal-body-settings {
  width: 350px;
}
.modal.modal-filter.modal-filter-students .modal-body .modal-body-students {
  display: block;
  float: left;
  width: 350px;
  background: white;
}
.modal.modal-filter.modal-filter-students .modal-body .modal-body-students > div > div {
  min-height: 400px;
  max-height: 400px;
  height: 400px;
  overflow-y: scroll;
}
.modal.modal-filter.modal-filter-students .modal-body .modal-body-students table.table tr td:first-child {
  padding-left: 15px;
}
.modal.modal-filter.modal-filter-students .modal-body .modal-body-students table.table tr td:last-child {
  padding-right: 15px;
}
.modal.modal-filter.modal-filter-students .modal-body .modal-body-students table.table tr td input[type=checkbox] {
  margin: 0;
  padding: 0;
}
.modal.modal-filter:not(.modal-app-filter) .modal-header {
  display: none;
}
.modal.modal-filter:not(.modal-app-filter) .modal-body .accordion-group.filter-section-page-filter > .accordion-heading {
  display: none;
}
.modal.modal-filter:not(.modal-app-filter) .modal-body .accordion-group:not(.filter-section-page-filter) {
  display: none;
}
.modal.modal-filter:not(.modal-app-filter) .modal-body .modal-body-settings > div {
  border-right: none;
}
.modal.modal-filter:not(.modal-app-filter) .modal-body .modal-body-settings > div > div {
  min-height: unset;
  max-height: unset;
  height: unset;
  overflow-y: unset;
}
.modal.modal-filter:not(.modal-app-filter) .modal-footer .btn:not(.filter-cancel) {
  display: none;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.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: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.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: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-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;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.vcard-popover + .popover .popover-content {
  padding: 0;
}
.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: #99abb4;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #d7e4ea;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #99abb4;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #99abb4;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #1e88e5;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #99abb4;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  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 {
  margin-left: 0;
  list-style: none;
}
/*Custom media objects*/
/*Media navs*/
.media-grid .media {
  padding: 10px;
  margin-bottom: 20px !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-color: #dddddd !important;
  background-color: #ffffff;
}
.media-nav .media {
  padding-bottom: 10px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px !important;
}
.media > .grid-img {
  float: left;
  margin-right: 10px !important;
}
.media > .media-object-action {
  float: right;
  margin-left: 10px !important;
}
.media > .media-object-action:not(.btn) {
  line-height: 1.0em;
}
.media-nav .media > .media-body {
  padding-bottom: 10px !important;
}
.media-nav .media > .media-body.media-body-thin {
  padding-bottom: 0 !important;
}
.media-nav .media:last-child > .media-body {
  border-bottom: none;
}
.media > .media-body > h4 {
  margin: 0 0 5px;
  color: #1e88e5;
  font-weight: 400;
}
.media > .media-body > ul {
  font-size: 11.9px;
  margin-left: 0 !important;
  list-style: none;
}
.media > .media-body > ul i.fa {
  width: 1.28571429em;
  text-align: center;
  margin-right: 0.4em;
}
.media > .media-body > ul a {
  color: #333333 !important;
}
.media > .media-body > p > a {
  color: #333333;
}
.media > .media-body > span.label {
  font-size: 11.9px;
  margin-bottom: 5px !important;
}
.label,
.badge {
  display: inline-block;
  font-size: 12.6px;
  font-weight: normal;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  background-color: #a2b4bd;
  padding: .3em .6em;
  line-height: 1;
  text-align: center;
}
.label {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.label.label-expanded {
  padding: .6em .9em;
}
.label.label-header {
  padding: 1em 1.2em;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  min-width: 10px;
  padding: 3px 7px;
  border-radius: 10px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #fc5d7b;
}
.label-red,
.badge-red {
  background-color: #fc5d7b;
}
.label-danger,
.badge-danger {
  background-color: #fc5d7b;
}
.label-error,
.badge-error {
  background-color: #fc5d7b;
}
.label-warning,
.badge-warning {
  background-color: #ffba40;
}
.label-orange,
.badge-orange {
  background-color: #ffba40;
}
.label-success,
.badge-success {
  background-color: #1ee376;
}
.label-green,
.badge-green {
  background-color: #1ee376;
}
.label-info,
.badge-info {
  background-color: #3bccdf;
}
.label-blue,
.badge-blue {
  background-color: #3bccdf;
}
.label-primary,
.badge-primary {
  background-color: #3494e8;
}
.label-inverse,
.badge-inverse {
  background-color: #99abb4;
}
.label-pink,
.badge-pink {
  background-color: #fc5db3;
}
.label-yellow,
.badge-yellow {
  background-color: #fff53f;
}
.label-violet,
.badge-violet {
  background-color: #8270f0;
}
.label-lime,
.badge-lime {
  background-color: #9bdf3b;
}
.label-muted,
.badge-muted {
  background-color: #b6cdd8;
}
.label-transparent,
.badge-transparent {
  background-color: transparent;
}
.label-text,
.badge-text {
  background-color: transparent;
  color: #333333;
}
.label-tag,
.badge-tag {
  background-color: #e2edf1;
  border: 1px solid #cccccc;
  color: #758d99;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
.label-list .label {
  margin: 5px;
}
.label.label-outline {
  color: #1e88e5;
  background: #f9f9f9;
  border: 1px solid #dddddd;
}
.label.label-outline.label-primary {
  color: #1e88e5;
  background: #c7e2fa;
  border-color: #1e88e5;
}
.label.label-outline.label-info {
  color: #26c6da;
  background: #c9f3f9;
  border-color: #26c6da;
}
.label.label-outline.label-success {
  color: #1acb69;
  background: #c1f9da;
  border-color: #1acb69;
}
.label.label-outline.label-warning {
  color: #ffb22b;
  background: #ffeccc;
  border-color: #ffb22b;
}
.label.label-outline.label-current {
  color: #1e88e5;
  border-color: #1e88e5;
}
.label.label-outline:hover {
  color: #1e88e5;
}
.label.label-notification {
  position: relative;
}
.label.label-notification:after {
  content: '';
  background: #fc4b6c;
  color: #fc4b6c;
  position: absolute;
  right: -5px;
  top: -5px;
  display: inline-block;
  line-height: 1.0em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.badge.badge-inverted {
  color: #758d99;
  background-color: #e2edf1;
}
.badge.badge-inverted.badge-inverted-primary {
  color: #1e88e5;
  background-color: #c7e2fa;
}
.badge.badge-inverted.badge-inverted-danger {
  color: #fc4b6c;
  background-color: #fed4dc;
}
.badge.badge-inverted.badge-inverted-info {
  color: #26c6da;
  background-color: #c9f3f9;
}
.badge.badge-inverted.badge-inverted-success {
  color: #1acb69;
  background-color: #c1f9da;
}
.badge.badge-inverted.badge-inverted-warning {
  color: #ffb22b;
  background-color: #ffeccc;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 10px;
  background-color: #d7e4ea;
}
.progress.progress-noperc {
  background-color: transparent;
}
/*Bootstrap Progress Bar Extension*/
.progress.progress-small {
  height: 5px;
}
.progress.progress-mini {
  height: 2.5px;
}
.progress.progress-condensed {
  margin-bottom: 5px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-primary .bar,
.progress .bar-primary {
  background-color: #3494e8;
}
.progress-primary.progress-striped .bar,
.progress-striped .bar-primary {
  background-color: #3494e8;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-danger .bar,
.progress .bar-danger,
.progress-red .bar,
.progress .bar-red {
  background-color: #fc5d7b;
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger,
.progress-red.progress-striped .bar,
.progress-striped .bar-red {
  background-color: #fc5d7b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success,
.progress-green .bar,
.progress .bar-green {
  background-color: #1ee376;
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success,
.progress-green.progress-striped .bar,
.progress-striped .bar-green {
  background-color: #1ee376;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info,
.progress-blue .bar,
.progress .bar-blue {
  background-color: #3bccdf;
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info,
.progress-blue.progress-striped .bar,
.progress-striped .bar-blue {
  background-color: #3bccdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning,
.progress-orange .bar,
.progress .bar-orange {
  background-color: #ffba40;
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning,
.progress-orange.progress-striped .bar,
.progress-striped .bar-orange {
  background-color: #ffba40;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-yellow .bar,
.progress .bar-yellow {
  background-color: #fff53f;
}
.progress-yellow.progress-striped .bar,
.progress-striped .bar-yellow {
  background-color: #fff53f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-pink .bar,
.progress .bar-pink {
  background-color: #fc5db3;
}
.progress-pink.progress-striped .bar,
.progress-striped .bar-pink {
  background-color: #fc5db3;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-violet .bar,
.progress .bar-violet {
  background-color: #8270f0;
}
.progress-violet.progress-striped .bar,
.progress-striped .bar-violet {
  background-color: #8270f0;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-lime .bar,
.progress .bar-lime {
  background-color: #9bdf3b;
}
.progress-lime.progress-striped .bar,
.progress-striped .bar-lime {
  background-color: #9bdf3b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-exact {
  margin-bottom: 0;
}
.bar a {
  color: #ffffff;
}
.bar a:hover {
  color: #ffffff;
  text-decoration: none;
}
/*Scale*/
.scale {
  text-align: left;
  margin-left: -8.75px;
  margin-right: 8.75px;
}
.scale i.fa {
  width: 17.5px;
  height: 17.5px;
  font-size: 17.5px;
  line-height: 17.5px;
}
/*Extensions*/
.progress.progress-label {
  background: transparent;
  height: 20px;
  line-height: 100%;
  margin-bottom: -5px;
}
.progress.progress-label > .bar-label {
  color: #000000;
  text-align: right;
}
.progress.progress-label > .bar-label > i.fa {
  font-size: 20px;
  margin-right: -5px;
}
.progress.progress-marker {
  background: transparent;
  height: 20px;
  line-height: 100%;
  margin-top: 5px;
}
.progress.progress-marker > .bar-marker {
  color: #99abb4;
}
.progress.progress-marker > .bar-marker > .bar-marker-left {
  text-align: left;
  float: left;
  margin-left: 5px;
}
.progress.progress-marker > .bar-marker > .bar-marker-center {
  text-align: center;
}
.progress.progress-marker > .bar-marker > .bar-marker-right {
  text-align: right;
  float: right;
  margin-right: 5px;
}
.accordion {
  margin-bottom: 20px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.accordion-group.accordion-group-component-dark .accordion-body {
  background: #f9f9f9;
}
.accordion-group.accordion-group-component .accordion-body {
  background: #fcfcfc;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-heading.accordion-heading-w-description {
  padding: 8px 15px;
}
.accordion-heading.accordion-heading-w-description .accordion-toggle {
  padding: 0;
}
.accordion-heading.accordion-heading-w-description .description {
  display: block;
  font-size: 11.9px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
/*Extensions*/
.accordion.accordion-flat > .accordion-group {
  border-radius: 0;
  border-top: none;
  margin-bottom: 0;
}
.accordion.accordion-flat > .accordion-group:first-child {
  border-top: 1px solid #e5e5e5;
}
.accordion.accordion-flat > .accordion-group.in > .accordion-heading > a.accordion-toggle:before {
  content: "\f139";
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > a.accordion-toggle {
  display: inline-block;
  text-decoration: none;
  color: #333333;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > a.accordion-toggle.accordion-toggle-small {
  padding-top: 12px;
  padding-bottom: 12px;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > a.accordion-toggle:before {
  font-family: FontAwesome;
  content: "\f13a";
  color: #1e88e5;
  margin-right: 10px;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > a.accordion-toggle:hover {
  font-weight: 500;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > .accordion-content {
  padding: 8px 15px;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > .accordion-label {
  margin: 8px 15px;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading.accordion-header {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 15px;
}
.accordion.accordion-flat > .accordion-group > .accordion-heading > .btn.btn-small.accordion-cta,
.accordion.accordion-flat > .accordion-group > .accordion-heading a.accordion-cta {
  margin: 8px 15px;
}
.accordion.accordion-flat > .accordion-group > .accordion-body.collapse.in {
  overflow: inherit;
}
.accordion.accordion-minimal {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.accordion.accordion-minimal > .accordion-group {
  border-left: none;
  border-right: none;
}
.accordion.accordion-minimal > .accordion-group:first-child {
  border-top: none;
}
.accordion.accordion-minimal > .accordion-group:last-child {
  border-bottom: none;
}
.accordion .accordion-heading.accordion-heading-w-options {
  display: table-row;
}
.accordion .accordion-heading.accordion-heading-w-options > a.accordion-toggle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 10px;
}
.accordion .accordion-heading.accordion-heading-w-options > div.btn-group-wrapper {
  display: table-cell;
  padding: 5px;
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  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: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #67808c;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #cccccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #758d99;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #ffffff;
  line-height: 20px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #e2edf1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 30px;
}
.sn-note {
  position: relative;
  border: 1px solid #dddddd;
  padding: 48px 24px;
}
.sn-note:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  border-width: 0 24px 24px 0;
  border-style: solid;
  border-color: #ffffff #ffffff #dddddd #dddddd;
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
}
.sn-note.sn-note-sm {
  padding: 24px 12px;
}
.sn-note.sn-note-sm:before {
  border-width: 0 12px 12px 0;
}
.sn-note.sn-note-comp:before {
  border-color: #f9f9f9 #f9f9f9 #dddddd #dddddd;
}
.sn-note.sn-note-light:before {
  border-color: #fcfcfc #fcfcfc #dddddd #dddddd;
}
.sn-note.sn-note-dark:before {
  border-color: #f3f3f3 #f3f3f3 #dddddd #dddddd;
}
.speech-bubble {
  position: relative;
  background: #ffffff;
  border-color: #dddddd !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-radius: 4px;
}
.speech-bubble:after {
  position: absolute;
  content: '';
  background: #ffffff;
  padding: 10px;
  margin-left: -10px;
  margin-bottom: -10px;
  left: 50%;
  bottom: -1px;
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
}
/*Editor note*/
.sn-table-editor .sn-note:before {
  border-color: #fcfcfc #fcfcfc #dddddd #dddddd;
}
/*Modal note*/
.modal.modal-paper .sn-note:before {
  border-right-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
}
.sn-comment {
  background: #ffffff;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 2px;
  padding: 10px;
}
.sn-comment:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -7px;
  background: #ffffff;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
  border-top: none;
  border-right: none;
  padding: 6px;
  /* Firefox 3.0 damage limitation */
  display: block;
  width: 0;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sn-comment.sn-comment-success {
  border-color: #4fea94;
}
.sn-comment.sn-comment-success:before {
  border-bottom-color: #4fea94;
  border-left-color: #4fea94;
}
.sn-comment.sn-comment-danger {
  border-color: #fd8198;
}
.sn-comment.sn-comment-danger:before {
  border-bottom-color: #fd8198;
  border-left-color: #fd8198;
}
.sn-comment.sn-comment-warning {
  border-color: #ffc96b;
}
.sn-comment.sn-comment-warning:before {
  border-bottom-color: #ffc96b;
  border-left-color: #ffc96b;
}
.sn-comment.sn-comment-info {
  border-color: #65d9e7;
}
.sn-comment.sn-comment-info:before {
  border-bottom-color: #65d9e7;
  border-left-color: #65d9e7;
}
.sgy-sidebar {
  padding-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* all links */
.sgy-sidebar .nav > li > a {
  color: #99abb4;
  border-left: 2px solid transparent;
  padding: 4px 20px;
  font-size: 14px;
  font-weight: 400;
}
/* nested links */
.sgy-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 11.9px;
}
/* active & hover links */
.sgy-sidebar .nav > .active > a,
.sgy-sidebar .nav > li > a:hover,
.sgy-sidebar .nav > li > a:focus {
  color: #1e88e5;
  text-decoration: none;
  background-color: transparent;
  border-left-color: #1e88e5;
}
/* all active links */
.sgy-sidebar .nav > .active > a,
.sgy-sidebar .nav > .active:hover > a,
.sgy-sidebar .nav > .active:focus > a {
  font-weight: 700;
}
/* nested active links */
.sgy-sidebar .nav .nav > .active > a,
.sgy-sidebar .nav .nav > .active:hover > a,
.sgy-sidebar .nav .nav > .active:focus > a {
  font-weight: 500;
}
/* hide inactive nested list */
.sgy-sidebar .nav ul.nav {
  display: none;
}
/* show active nested list */
.sgy-sidebar .nav > .active > ul.nav {
  display: block;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.wrap-col-300 {
  max-width: 300px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/**
 * Bootstrap Multiselect v0.9.8 (https://github.com/davidstutz/bootstrap-multiselect)
 *
 * Copyright 2012 - 2014 David Stutz
 *
 * Dual licensed under the BSD-3-Clause and the Apache License, Version 2.0.
 */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: 500;
}
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 500;
}
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}
.multiselect-container > li > a {
  padding: 0;
}
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 20px 3px 40px;
}
.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0;
}
.multiselect-container > li > a > label > input[type="checkbox"] {
  margin-bottom: 5px;
}
.filter .btn {
  padding: 6px 3px;
}
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}
.form-inline .multiselect-container li a label.checkbox input[type="checkbox"],
.form-inline .multiselect-container li a label.radio input[type="radio"] {
  margin-left: -20px;
  margin-right: 0;
}
select[multiple].sn-multiselect.form-control:not(.exact) + .btn-group {
  margin-bottom: 10px !important;
}
select[multiple].sn-multiselect + .btn-group .multiselect.btn {
  border: 1px solid #cccccc;
  background-color: #ffffff;
  color: #333333;
}
select[multiple].sn-multiselect.input-block-level + .btn-group {
  width: 100%;
}
select[multiple].sn-multiselect.input-block-level + .btn-group .multiselect.btn {
  width: 100%;
  text-align: left;
}
select[multiple].sn-multiselect.input-block-level + .btn-group .multiselect.btn b.caret {
  float: right;
}
.bootstrap-tagsinput {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 4px 6px;
  margin-bottom: 10px;
  color: #99abb4;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.tour-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1100;
  background-color: #000000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tour-step-backdrop {
  position: relative;
  z-index: 1101;
  background: inherit;
}
.tour-step-backdrop > td {
  position: relative;
  z-index: 1101;
}
.tour-step-background {
  position: absolute !important;
  z-index: 1100;
  background: inherit;
  border-radius: 6px;
}
.popover[class*="tour-"] {
  z-index: 1100;
}
.popover[class*="tour-"] .popover-navigation {
  padding: 9px 14px;
}
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  float: right;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"],
.popover[class*="tour-"] .popover-navigation *[data-role="next"],
.popover[class*="tour-"] .popover-navigation *[data-role="end"] {
  cursor: pointer;
}
.popover[class*="tour-"] .popover-navigation *[data-role="prev"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="next"].disabled,
.popover[class*="tour-"] .popover-navigation *[data-role="end"].disabled {
  cursor: default;
}
.popover[class*="tour-"].orphan {
  position: fixed;
  margin-top: 0;
}
.popover[class*="tour-"].orphan .arrow {
  display: none;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background-color: #08c;
  border: 1px solid #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.note-editor {
  position: relative;
  border: 1px solid #dddddd;
}
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #65d9e7;
  background-color: white;
  border: 2px dashed #65d9e7;
  opacity: .95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.note-editor .note-dropzone.hover {
  color: #22b3c5;
  border: 2px dashed #22b3c5;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor .note-toolbar {
  background-color: #f0f0f0;
  border: 1px solid #dddddd;
  position: absolute;
  bottom: 100%;
  margin: 0 20px 0 -1px;
  border-radius: 4px 4px 0 0;
}
.note-editor .note-toolbar .btn.btn-default {
  background-color: #ffffff;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
}
.note-editor.fullscreen .note-editable {
  background-color: white;
}
.note-editor.fullscreen .note-resizebar {
  display: none;
}
.note-editor.codeview .note-editable {
  display: none;
}
.note-editor.codeview .note-codable {
  display: block;
}
.note-editor .note-statusbar {
  background-color: #f9f9f9;
}
.note-editor .note-statusbar .note-resizebar {
  width: 100%;
  height: 8px;
  cursor: ns-resize;
  border-top: 1px solid #dddddd;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #c8d8df;
}
.note-editor .note-editable[contenteditable=true]:empty:not(:focus):before {
  color: #a9a9a9;
  content: attr(data-placeholder);
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: 0;
  background: #ffffff;
}
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #cccccc;
  background-color: #67808c;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}
.note-air-editor {
  outline: 0;
}
.note-popover .popover {
  max-width: none;
}
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.note-popover .popover .arrow {
  left: 20px;
}
.note-popover .popover .popover-content,
.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}
.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}
.note-popover .popover .popover-content .btn-group .note-table,
.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker,
.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .popover .popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,
.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #e2edf1;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #e2edf1;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,
.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child,
.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,
.note-toolbar .dropdown-menu {
  min-width: 90px;
}
.note-popover .popover .popover-content .dropdown-menu.right,
.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,
.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,
.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-popover .popover .popover-content .dropdown-menu li a i,
.note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu li a.checked i,
.note-toolbar .dropdown-menu li a.checked i {
  visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #ffffff;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000000;
}
.note-dialog > div {
  display: none;
}
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}
.note-dialog .note-modal-form {
  margin: 0;
}
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #cccccc;
  background: transparent;
  background-color: #67808c !important;
  border: 0;
  -webkit-opacity: .9;
  -khtml-opacity: .9;
  -moz-opacity: .9;
  opacity: .9;
  -ms-filter: alpha(opacity=90);
  filter: alpha(opacity=90);
}
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-dialog .note-help-dialog .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  border-bottom: white 1px solid;
}
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #fff42a;
  cursor: pointer;
}
.note-dialog .note-help-dialog .text-center {
  margin: 10px 0 0;
}
.note-dialog .note-help-dialog .note-shortcut {
  padding-top: 8px;
  padding-bottom: 8px;
}
.note-dialog .note-help-dialog .note-shortcut-row {
  margin-right: -5px;
  margin-left: -5px;
}
.note-dialog .note-help-dialog .note-shortcut-col {
  padding-right: 5px;
  padding-left: 5px;
}
.note-dialog .note-help-dialog .note-shortcut-title {
  font-size: 13px;
  font-weight: 500;
  color: #fff42a;
}
.note-dialog .note-help-dialog .note-shortcut-key {
  font-family: "Courier New";
  color: #fff42a;
  text-align: right;
}
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000000;
}
.note-handle .note-control-selection > div {
  position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: white;
  border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: white;
  background-color: black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}
/*Custom Extensions*/
.note-editor .btn.btn-default {
  border: 1px solid #dddddd;
  border-bottom-width: 1px;
  background: #f9f9f9;
  color: #99abb4;
}
.note-editor .btn.btn-default .caret {
  border-top-color: #99abb4;
}
.summernote-accordion-header {
  padding: 8px 15px;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  border-bottom: none;
  margin-bottom: 0;
}
/*!
 * Jasny Bootstrap v3.1.3 (http://jasny.github.io/bootstrap)
 * Copyright 2012-2014 Arnold Daniels
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.container-smooth {
  max-width: 1170px;
}
@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-label {
  position: relative;
  left: -12px;
  display: inline-block;
  padding: 6px 12px;
  background: transparent;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px 0 0 3px;
}
.btn-label.btn-label-right {
  right: -12px;
  left: auto;
  border-radius: 0 3px 3px 0;
}
.btn-lg .btn-label {
  left: -16px;
  padding: 10px 16px;
  border-radius: 5px 0 0 5px;
}
.btn-lg .btn-label.btn-label-right {
  right: -16px;
  left: auto;
  border-radius: 0 5px 5px 0;
}
.btn-sm .btn-label {
  left: -10px;
  padding: 5px 10px;
  border-radius: 2px 0 0 2px;
}
.btn-sm .btn-label.btn-label-right {
  right: -10px;
  left: auto;
  border-radius: 0 2px 2px 0;
}
.btn-xs .btn-label {
  left: -5px;
  padding: 1px 5px;
  border-radius: 2px 0 0 2px;
}
.btn-xs .btn-label.btn-label-right {
  right: -5px;
  left: auto;
  border-radius: 0 2px 2px 0;
}
.nav-tabs-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: 0;
}
.nav-tabs-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px;
}
.nav-tabs-bottom > li > a:hover,
.nav-tabs-bottom > li > a:focus,
.nav-tabs-bottom > li.active > a,
.nav-tabs-bottom > li.active > a:hover,
.nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #dddddd;
  border-top-color: transparent;
}
.nav-tabs-left {
  border-right: 1px solid #dddddd;
  border-bottom: 0;
}
.nav-tabs-left > li {
  float: none;
  margin-right: -1px;
  margin-bottom: 0;
}
.nav-tabs-left > li > a {
  margin-right: 0;
  margin-bottom: 2px;
  border-radius: 4px 0 0 4px;
}
.nav-tabs-left > li > a:hover,
.nav-tabs-left > li > a:focus,
.nav-tabs-left > li.active > a,
.nav-tabs-left > li.active > a:hover,
.nav-tabs-left > li.active > a:focus {
  border: 1px solid #dddddd;
  border-right-color: transparent;
}
.row > .nav-tabs-left {
  position: relative;
  z-index: 1;
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
}
.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #dddddd;
}
.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #dddddd;
}
.nav-tabs-right > li {
  float: none;
  margin-bottom: 0;
  margin-left: -1px;
}
.nav-tabs-right > li > a {
  margin-bottom: 2px;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}
.nav-tabs-right > li > a:hover,
.nav-tabs-right > li > a:focus,
.nav-tabs-right > li.active > a,
.nav-tabs-right > li.active > a:hover,
.nav-tabs-right > li.active > a:focus {
  border: 1px solid #dddddd;
  border-left-color: transparent;
}
.row > .nav-tabs-right {
  padding-right: 15px;
  padding-left: 0;
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1030;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  right: auto;
  left: 0;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  right: 0;
  left: auto;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 10px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  float: none;
  padding-top: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  padding: 10px 15px;
  margin: 10px 0;
  font-size: 18px;
  line-height: 20px;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f9f9f9;
  border-color: #e5e5e5;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #c8d8df;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #99abb4;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #c8d8df;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #758d99;
  border-bottom-color: #758d99;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #99abb4;
  background-color: #e5e5e5;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #99abb4;
  border-bottom-color: #99abb4;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #c8d8df;
  border-bottom-color: #c8d8df;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e5e5e5;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f9f9f9;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #c8d8df;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #758d99;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #99abb4;
  background-color: #e5e5e5;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #67808c;
  border-color: #000000;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #99abb4;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #99abb4;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #99abb4;
  border-bottom-color: #99abb4;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #67808c;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #d7e4ea;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #869ba6;
  background-color: transparent;
}
.alert-fixed-top,
.alert-fixed-bottom {
  position: fixed;
  left: 0;
  z-index: 1035;
  width: 100%;
  margin: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .alert-fixed-top,
  .alert-fixed-bottom {
    left: 50%;
    width: 992px;
    margin-left: -496px;
  }
}
.alert-fixed-top {
  top: 0;
  border-width: 0 0 1px 0;
}
@media (min-width: 992px) {
  .alert-fixed-top {
    border-width: 0 1px 1px 1px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
}
.alert-fixed-bottom {
  bottom: 0;
  border-width: 1px 0 0 0;
}
@media (min-width: 992px) {
  .alert-fixed-bottom {
    border-width: 1px 1px 0 1px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top .35s, left .35s, bottom .35s, right .35s;
  transition: top .35s, left .35s, bottom .35s, right .35s;
}
.offcanvas-clone {
  position: absolute !important;
  top: auto !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border: none !important;
  opacity: 0 !important;
}
.table.rowlink td:not(.rowlink-skip),
.table .rowlink td:not(.rowlink-skip) {
  cursor: pointer;
}
.table.rowlink td:not(.rowlink-skip) a,
.table .rowlink td:not(.rowlink-skip) a {
  font: inherit;
  color: inherit;
  text-decoration: inherit;
}
.table-hover.rowlink tr:hover td,
.table-hover .rowlink tr:hover td {
  background-color: #cfcfcf;
}
.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
}
.fileinput {
  display: inline-block;
  margin-bottom: 9px;
}
.fileinput .form-control {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 5px;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: text;
}
.fileinput .thumbnail {
  display: inline-block;
  margin-bottom: 5px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.fileinput .thumbnail > img {
  max-height: 100%;
}
.fileinput .btn {
  vertical-align: middle;
}
.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
  display: none;
}
.fileinput-inline .fileinput-controls {
  display: inline;
}
.fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.form-control .fileinput-filename {
  vertical-align: bottom;
}
.fileinput.input-group {
  display: table;
}
.fileinput.input-group > * {
  position: relative;
  z-index: 2;
}
.fileinput.input-group > .btn-file {
  z-index: 1;
}
.fileinput-new.input-group .btn-file,
.fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}
.fileinput-new.input-group .btn-file.btn-xs,
.fileinput-new .input-group .btn-file.btn-xs,
.fileinput-new.input-group .btn-file.btn-sm,
.fileinput-new .input-group .btn-file.btn-sm {
  border-radius: 0 3px 3px 0;
}
.fileinput-new.input-group .btn-file.btn-lg,
.fileinput-new .input-group .btn-file.btn-lg {
  border-radius: 0 6px 6px 0;
}
.form-group.has-warning .fileinput .fileinput-preview {
  color: #ffb22b;
}
.form-group.has-warning .fileinput .thumbnail {
  border-color: #ffeccc;
}
.form-group.has-error .fileinput .fileinput-preview {
  color: #fc4b6c;
}
.form-group.has-error .fileinput .thumbnail {
  border-color: #fed4dc;
}
.form-group.has-success .fileinput .fileinput-preview {
  color: #1acb69;
}
.form-group.has-success .fileinput .thumbnail {
  border-color: #c1f9da;
}
.input-group-addon:not(:first-child) {
  border-left: 0;
}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap2-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
label.checkbox .toggle,
label.checkbox.inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}
.toggle {
  min-width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}
.toggle input[type="checkbox"] {
  display: none;
}
.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}
.toggle.off .toggle-group {
  left: -100%;
}
.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}
.toggle-handle.btn-mini {
  top: -1px;
}
.toggle.btn {
  min-width: 30px;
  border-bottom-width: 0;
}
.toggle-on.btn {
  padding-right: 24px;
}
.toggle-off.btn {
  padding-left: 24px;
}
.toggle.btn-large {
  min-width: 40px;
}
.toggle-on.btn-large {
  padding-right: 35px;
}
.toggle-off.btn-large {
  padding-left: 35px;
}
.toggle.btn-small {
  min-width: 25px;
}
.toggle-on.btn-small {
  padding-right: 20px;
}
.toggle-off.btn-small {
  padding-left: 20px;
}
.toggle.btn-mini {
  min-width: 20px;
}
.toggle-on.btn-mini {
  padding-right: 12px;
}
.toggle-off.btn-mini {
  padding-left: 12px;
}
/* Tree views are simple structure to represent hierarchical data */
.sn-treeview ul {
  list-style-type: none;
  margin-left: 20px;
}
.sn-treeview ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sn-treeview ul li > a {
  color: #333333;
}
.sn-treeview ul li > a:not(.not-node):before {
  font-family: FontAwesome;
  content: "\f0fe";
  content: "\f055";
  color: #1e88e5;
  margin-right: 15px;
}
.sn-treeview ul li > a:not(.not-node):hover {
  font-weight: 500;
  text-decoration: none;
}
.sn-treeview ul li > ul,
.sn-treeview ul li > .table-responsive,
.sn-treeview ul li > .table-responsive > table,
.sn-treeview ul li > .node-contents,
.sn-treeview ul li > table {
  display: none;
}
.sn-treeview ul li.open.node-component-dark {
  background: #f9f9f9;
}
.sn-treeview ul li.open.node-component {
  background: #fcfcfc;
}
.sn-treeview ul li.open.node-component-white {
  background: #ffffff;
}
.sn-treeview ul li.open.node-component-transparent {
  background: transparent;
}
.sn-treeview ul li.open > a:not(.not-node):before {
  content: "\f146";
  content: "\f056";
}
.sn-treeview ul li.open > ul,
.sn-treeview ul li.open > .table-responsive,
.sn-treeview ul li.open > .node-contents {
  display: block;
}
.sn-treeview ul li.open > .table-responsive > table,
.sn-treeview ul li.open > table {
  display: table;
}
.sn-treeview ul:first-child {
  margin-left: 0;
  margin-bottom: 0;
}
.sn-treeview table.table {
  margin: 10px 0 20px 0;
}
.sn-treeview.sn-treeview-small ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sn-treeview.sn-treeview-table {
  border: 1px solid #e5e5e5;
}
.sn-treeview.sn-treeview-table > ul > li {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sn-treeview.sn-treeview-table > ul > li:last-child {
  border-bottom: none;
}
.sn-treeview.sn-treeview-table li.open.node-table {
  background: #fcfcfc;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.sn-treeview.sn-treeview-table li.open.node-table > a.node {
  margin-left: 20px;
  margin-right: 20px;
}
.sn-treeview.sn-treeview-table li.open.node-table > table.table,
.sn-treeview.sn-treeview-table li.open.node-table > div > table.table {
  margin-bottom: 0;
  background-color: #ffffff;
}
.sn-treeview.sn-treeview-table li.open.node-table > table.table td:first-child,
.sn-treeview.sn-treeview-table li.open.node-table > div > table.table td:first-child {
  padding-left: 30px;
}
.sn-treeview.sn-treeview-table li.open.node-table > table.table td:last-child,
.sn-treeview.sn-treeview-table li.open.node-table > div > table.table td:last-child {
  padding-right: 20px;
}
/* Tree Drawers are intended for very complex drill-down structures. Ex: teacher vam report explanation*/
.sn-tree-drawer ul {
  list-style-type: none;
  margin-left: 20px;
  margin-top: 8px;
}
.sn-tree-drawer ul li {
  border-top: 1px dashed #e5e5e5;
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sn-tree-drawer ul li > .node {
  margin-left: 20px;
}
.sn-tree-drawer ul li > a.node {
  margin-left: 0;
  color: #333333;
}
.sn-tree-drawer ul li > a.node:hover {
  text-decoration: none;
}
.sn-tree-drawer ul li > a.node:before {
  font-family: FontAwesome;
  content: "\f055";
  color: #1e88e5;
  width: 12px;
  margin-right: 8px;
}
.sn-tree-drawer ul li > span.summary {
  display: inline;
  float: right;
  padding-right: 20px;
}
.sn-tree-drawer ul li:last-child {
  padding-bottom: 0;
}
.sn-tree-drawer ul li > ul,
.sn-tree-drawer ul li > table {
  display: none;
}
.sn-tree-drawer ul li.open > a.node:before {
  content: "\f056";
}
.sn-tree-drawer ul li.open > span.summary {
  display: none;
}
.sn-tree-drawer ul li.open > ul {
  display: block;
}
.sn-tree-drawer ul li.open > ul > li > table {
  display: table;
}
.sn-tree-drawer ul li table.level1 {
  width: 100%;
  margin-bottom: 20px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr > td,
.sn-tree-drawer ul li table.level1 > thead > tr > th {
  padding: 8px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr > td:first-child,
.sn-tree-drawer ul li table.level1 > thead > tr > th:first-child {
  padding-left: 20px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr > td:last-child,
.sn-tree-drawer ul li table.level1 > thead > tr > th:last-child {
  padding-right: 20px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr > td {
  border-top: 1px dashed #e5e5e5;
}
.sn-tree-drawer ul li table.level1 > thead > tr > th {
  font-weight: normal;
  color: #99abb4;
  padding-top: 0;
  border-bottom: none;
}
.sn-tree-drawer ul li table.level1 > tbody > tr:first-child > td {
  border-top-style: solid;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node > td:first-child {
  text-align: center;
  width: 30px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node > td:first-child > a:hover {
  text-decoration: none;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node > td:first-child > a:before {
  font-family: FontAwesome;
  content: "\f13a";
  width: 12px;
  margin-right: 8px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr {
  display: none;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td {
  padding: 0;
  border-top: none;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td > table.level2 {
  border: 1px solid #e5e5e5;
  border-top: none;
  width: 100%;
  margin-bottom: 20px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td > table.level2 > thead > tr > th,
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td > table.level2 > tbody > tr > td {
  padding: 8px;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td > table.level2 > thead > tr > th {
  vertical-align: bottom;
  background: #f9f9f9;
  font-weight: normal;
  color: #999999;
  border-bottom: 1px solid #e5e5e5;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td > table.level2 > tbody > tr > td {
  border-top: 1px dashed #e5e5e5;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node + tr > td > table.level2 > tbody > tr:first-child > td {
  border-top: none;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node.open > td {
  border-bottom: 1px solid #dddddd;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node.open > td:first-child {
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node.open > td:first-child > a:before {
  content: "\f139";
}
.sn-tree-drawer ul li table.level1 > tbody > tr.node.open + tr {
  display: table-row;
}
.sn-tree-drawer ul li table.level1 > tbody > tr:last-child td {
  border-top-style: solid;
  padding-bottom: 0;
}
.sn-tree-drawer ul li.total {
  padding-right: 20px;
  border-top: 1px solid #e5e5e5;
}
.sn-tree-drawer ul li.total span.label {
  vertical-align: text-bottom;
}
.sn-tree-drawer ul li.total1 {
  margin-bottom: 20px;
  border-top: 1px solid #e5e5e5;
}
.sn-tree-drawer > ul {
  margin-top: 0;
  margin-left: 0;
}
.sn-tree-drawer > ul > li:first-child {
  border-top: none;
}
.sn-tree-drawer > ul > li:last-child {
  padding-bottom: 8px;
}
/* Timeline*/
.sn-timeline .timeline-wrapper {
  margin-top: 60px;
  position: relative;
  /* the first node that comes right next to a year */
}
.sn-timeline .timeline-wrapper:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 0;
  background: #e5e5e5;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.sn-timeline .timeline-wrapper .year {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
.sn-timeline .timeline-wrapper .year:nth-child(1) {
  margin-top: 0px;
  margin-bottom: 60px;
}
.sn-timeline .timeline-wrapper .year.last {
  margin-bottom: 0;
}
.sn-timeline .timeline-wrapper .year span,
.sn-timeline .timeline-wrapper .year a {
  display: inline-block;
  background: #e5e5e5;
  padding: 10px 20px;
  border-radius: 2px;
}
.sn-timeline .timeline-wrapper .year span {
  color: #99abb4;
}
.sn-timeline .timeline-wrapper .year + .node {
  margin-top: -20px;
}
.sn-timeline .timeline-wrapper .node {
  position: relative;
  float: right;
  clear: right;
  width: 40%;
  margin: 40px 0;
  border-radius: 2px;
}
.sn-timeline .timeline-wrapper .node.node-info:before,
.sn-timeline .timeline-wrapper .node.node-info .marker {
  background: #26c6da;
}
.sn-timeline .timeline-wrapper .node.node-info .news {
  border-color: #26c6da;
}
.sn-timeline .timeline-wrapper .node.node-warning:before,
.sn-timeline .timeline-wrapper .node.node-warning .marker {
  background: #ffb22b;
}
.sn-timeline .timeline-wrapper .node.node-warning .news {
  border-color: #ffb22b;
}
.sn-timeline .timeline-wrapper .node.node-success:before,
.sn-timeline .timeline-wrapper .node.node-success .marker {
  background: #1acb69;
}
.sn-timeline .timeline-wrapper .node.node-success .news {
  border-color: #1acb69;
}
.sn-timeline .timeline-wrapper .node.node-danger:before,
.sn-timeline .timeline-wrapper .node.node-danger .marker {
  background: #fc4b6c;
}
.sn-timeline .timeline-wrapper .node.node-danger .news {
  border-color: #fc4b6c;
}
@media (max-width: 767px) {
  .sn-timeline .timeline-wrapper .node {
    width: 100%;
  }
}
.sn-timeline .timeline-wrapper .node.left {
  float: left;
  clear: left;
}
.sn-timeline .timeline-wrapper .node.left:before {
  right: -25%;
  left: inherit;
}
.sn-timeline .timeline-wrapper .node.left .marker {
  left: inherit;
  right: -25%;
  margin-right: -5px;
}
.sn-timeline .timeline-wrapper .node:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  left: -25%;
  top: 60px;
}
@media (max-width: 767px) {
  .sn-timeline .timeline-wrapper .node:before {
    display: none;
  }
}
.sn-timeline .timeline-wrapper .node .marker {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e5e5e5;
  left: -25%;
  margin-left: -5px;
  top: calc(56px);
}
@media (max-width: 767px) {
  .sn-timeline .timeline-wrapper .node .marker {
    display: none;
  }
}
.sn-timeline .timeline-wrapper .node .entry {
  position: relative;
  padding: 20px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
}
.sn-timeline .timeline-wrapper .node .entry:before {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  border-radius: 0 0 2px 2px;
  /*background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(15, 24, 49, 0.89) 100%);*/
}
.sn-timeline .timeline-wrapper .node .entry.smallish {
  height: 320px;
}
.sn-timeline .timeline-wrapper .node .entry.smallish .intro {
  top: 68%;
}
.sn-timeline .timeline-wrapper .node .entry.short-entry {
  background: #e5e5e5;
  color: #c8d8df;
  height: inherit;
  padding: 13px;
  box-shadow: none;
  position: relative;
  top: 41px;
  left: -1px;
  margin-bottom: 20px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
}
.sn-timeline .timeline-wrapper .node .entry.short-entry:before {
  background: none;
}
.sn-timeline .timeline-wrapper .node .entry .intro {
  position: relative;
  top: 75%;
  color: #ffffff;
  z-index: 9;
  letter-spacing: .3px;
}
.sn-timeline .timeline-wrapper .node .entry .intro h4 {
  font-size: 21px;
  letter-spacing: .5px;
}
@media (max-width: 767px) {
  .sn-timeline .timeline-wrapper .node .entry .intro h4 {
    font-size: 17.5px;
  }
}
.sn-timeline .timeline-wrapper .node .entry .intro p {
  font-weight: 300;
}
.sn-timeline .timeline-wrapper .node .news {
  position: relative;
  background-size: cover;
  background-position: center center;
  border-radius: 2px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.sn-timeline .timeline-wrapper .node .news section {
  padding: 20px 20px 10px 20px;
}
.sn-timeline .timeline-wrapper .node .news section h3 {
  margin-top: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}
.sn-timeline .timeline-wrapper .node .news section p {
  margin-top: 20px;
  color: #c8d8df;
}
.sn-timeline .timeline-wrapper .node .news section ul {
  margin-top: 20px;
  color: #99abb4;
}
.sn-timeline .timeline-wrapper .node .news section ul li {
  margin-bottom: 10px;
}
.sn-timeline .timeline-wrapper .node .news .footer {
  bottom: 0;
  text-align: right;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 500;
  color: #9EAEBE;
}
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("/assets/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("/assets/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("/assets/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("/assets/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("/assets/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #b0bed9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
div.DTS {
  display: block !important;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #ffffff 10px, #ffffff 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
/**
 * simplemde v1.11.2
 * Copyright Next Step Webs, Inc.
 * @link https://github.com/NextStepWebs/simplemde-markdown-editor
 * @license MIT
 */
.sgy-markdown .CodeMirror {
  color: #000000;
}
.sgy-markdown .CodeMirror-lines {
  padding: 4px 0;
}
.sgy-markdown .CodeMirror pre {
  padding: 0 4px;
}
.sgy-markdown .CodeMirror-gutter-filler,
.sgy-markdown .CodeMirror-scrollbar-filler {
  background-color: #ffffff;
}
.sgy-markdown .CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.sgy-markdown .CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.sgy-markdown .CodeMirror-guttermarker {
  color: #000000;
}
.sgy-markdown .CodeMirror-guttermarker-subtle {
  color: #999999;
}
.sgy-markdown .CodeMirror-cursor {
  border-left: 1px solid #000;
  border-right: none;
  width: 0;
}
.sgy-markdown .CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.sgy-markdown .cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0!important;
  background: #77ee77;
}
.sgy-markdown .cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.sgy-markdown .cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #77ee77;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
.sgy-markdown .cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.sgy-markdown .CodeMirror-ruler {
  border-left: 1px solid #ccc;
  position: absolute;
}
.sgy-markdown .cm-s-default .cm-header {
  color: #0000ff;
}
.sgy-markdown .cm-s-default .cm-quote {
  color: #009900;
}
.sgy-markdown .cm-negative {
  color: #dd4444;
}
.sgy-markdown .cm-positive {
  color: #229922;
}
.sgy-markdown .cm-header,
.sgy-markdown .cm-strong {
  font-weight: 700;
}
.sgy-markdown .cm-em {
  font-style: italic;
}
.sgy-markdown .cm-link {
  text-decoration: underline;
}
.sgy-markdown .cm-strikethrough {
  text-decoration: line-through;
}
.sgy-markdown .cm-s-default .cm-keyword {
  color: #770088;
}
.sgy-markdown .cm-s-default .cm-atom {
  color: #221199;
}
.sgy-markdown .cm-s-default .cm-number {
  color: #116644;
}
.sgy-markdown .cm-s-default .cm-def {
  color: #0000ff;
}
.sgy-markdown .cm-s-default .cm-variable-2 {
  color: #0055aa;
}
.sgy-markdown .cm-s-default .cm-variable-3 {
  color: #008855;
}
.sgy-markdown .cm-s-default .cm-comment {
  color: #aa5500;
}
.sgy-markdown .cm-s-default .cm-string {
  color: #aa1111;
}
.sgy-markdown .cm-s-default .cm-string-2 {
  color: #ff5500;
}
.sgy-markdown .cm-s-default .cm-meta,
.sgy-markdown .cm-s-default .cm-qualifier {
  color: #555555;
}
.sgy-markdown .cm-s-default .cm-builtin {
  color: #3300aa;
}
.sgy-markdown .cm-s-default .cm-bracket {
  color: #999977;
}
.sgy-markdown .cm-s-default .cm-tag {
  color: #117700;
}
.sgy-markdown .cm-s-default .cm-attribute {
  color: #0000cc;
}
.sgy-markdown .cm-s-default .cm-hr {
  color: #999999;
}
.sgy-markdown .cm-s-default .cm-link {
  color: #0000cc;
}
.sgy-markdown .cm-invalidchar,
.sgy-markdown .cm-s-default .cm-error {
  color: red;
}
.sgy-markdown .CodeMirror-composing {
  border-bottom: 2px solid;
}
.sgy-markdown div.CodeMirror span.CodeMirror-matchingbracket {
  color: #00ff00;
}
.sgy-markdown div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #ff2222;
}
.sgy-markdown .CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.sgy-markdown .CodeMirror-activeline-background {
  background: #e8f2ff;
}
.sgy-markdown .CodeMirror {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.sgy-markdown .CodeMirror-scroll {
  overflow: scroll!important;
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: 0;
  position: relative;
}
.sgy-markdown .CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
.sgy-markdown .CodeMirror-gutter-filler,
.sgy-markdown .CodeMirror-hscrollbar,
.sgy-markdown .CodeMirror-scrollbar-filler,
.sgy-markdown .CodeMirror-vscrollbar {
  position: absolute;
  z-index: 6;
  display: none;
}
.sgy-markdown .CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.sgy-markdown .CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.sgy-markdown .CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.sgy-markdown .CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.sgy-markdown .CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.sgy-markdown .CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.sgy-markdown .CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: 0 0!important;
  border: none!important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.sgy-markdown .CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.sgy-markdown .CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.sgy-markdown .CodeMirror-lines {
  cursor: text;
  min-height: 1px;
}
.sgy-markdown .CodeMirror pre {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: 0 0;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: none;
  font-variant-ligatures: none;
}
.sgy-markdown .CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.sgy-markdown .CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.sgy-markdown .CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.sgy-markdown .CodeMirror-code {
  outline: 0;
}
.sgy-markdown .CodeMirror-gutter,
.sgy-markdown .CodeMirror-gutters,
.sgy-markdown .CodeMirror-linenumber,
.sgy-markdown .CodeMirror-scroll,
.sgy-markdown .CodeMirror-sizer {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.sgy-markdown .CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.sgy-markdown .CodeMirror-cursor {
  position: absolute;
}
.sgy-markdown .CodeMirror-measure pre {
  position: static;
}
.sgy-markdown div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
.sgy-markdown .CodeMirror-focused div.CodeMirror-cursors,
.sgy-markdown div.CodeMirror-dragcursors {
  visibility: visible;
}
.sgy-markdown .CodeMirror-selected {
  background: #d9d9d9;
}
.sgy-markdown .CodeMirror-focused .CodeMirror-selected,
.sgy-markdown .CodeMirror-line::selection,
.sgy-markdown .CodeMirror-line > span::selection,
.sgy-markdown .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.sgy-markdown .CodeMirror-crosshair {
  cursor: crosshair;
}
.sgy-markdown .CodeMirror-line::-moz-selection,
.sgy-markdown .CodeMirror-line > span::-moz-selection,
.sgy-markdown .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.sgy-markdown .cm-searching {
  background: #ffa;
  background: rgba(255, 255, 0, 0.4);
}
.sgy-markdown .cm-force-border {
  padding-right: 0.1px;
}
@media print {
  .sgy-markdown .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
.sgy-markdown .cm-tab-wrap-hack:after {
  content: '';
}
.sgy-markdown span.CodeMirror-selectedtext {
  background: 0 0;
}
.sgy-markdown .CodeMirror {
  height: auto;
  min-height: 300px;
  border: 1px solid #ddd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 10px;
  font: inherit;
  z-index: 1;
}
.sgy-markdown .CodeMirror-scroll {
  min-height: 300px;
}
.sgy-markdown .CodeMirror-fullscreen {
  background: #fff;
  position: fixed!important;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 9;
}
.sgy-markdown .CodeMirror-sided {
  width: 50% !important;
}
.sgy-markdown .editor-toolbar {
  position: relative;
  opacity: .6;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  padding: 0 10px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.sgy-markdown .editor-toolbar:after,
.sgy-markdown .editor-toolbar:before {
  display: block;
  content: ' ';
  height: 1px;
}
.sgy-markdown .editor-toolbar:before {
  margin-bottom: 8px;
}
.sgy-markdown .editor-toolbar:after {
  margin-top: 8px;
}
.sgy-markdown .editor-toolbar:hover,
.sgy-markdown .editor-wrapper input.title:focus,
.sgy-markdown .editor-wrapper input.title:hover {
  opacity: 0.8;
}
.sgy-markdown .editor-toolbar.fullscreen {
  width: 100%;
  height: 70px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
  background: #fff;
  border: 0;
  position: fixed;
  top: 50px;
  left: 0;
  opacity: 1;
  z-index: 9;
}
.sgy-markdown .editor-toolbar.fullscreen::before {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.sgy-markdown .editor-toolbar.fullscreen::after {
  width: 20px;
  height: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ffffff 100%);
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.sgy-markdown .editor-toolbar a {
  display: inline-block;
  text-align: center;
  text-decoration: none!important;
  color: #2c3e50!important;
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
}
.sgy-markdown .editor-toolbar a.active,
.sgy-markdown .editor-toolbar a:hover {
  background: #fcfcfc;
  border-color: #95a5a6;
}
.sgy-markdown .editor-toolbar a:before {
  line-height: 30px;
}
.sgy-markdown .editor-toolbar i.separator {
  display: inline-block;
  width: 0;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #fff;
  color: transparent;
  text-indent: -10px;
  margin: 0 6px;
}
.sgy-markdown .editor-toolbar a.fa-header-x:after {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 65%;
  vertical-align: text-bottom;
  position: relative;
  top: 2px;
}
.sgy-markdown .editor-toolbar a.fa-header-1:after {
  content: "1";
}
.sgy-markdown .editor-toolbar a.fa-header-2:after {
  content: "2";
}
.sgy-markdown .editor-toolbar a.fa-header-3:after {
  content: "3";
}
.sgy-markdown .editor-toolbar a.fa-header-bigger:after {
  content: "▲";
}
.sgy-markdown .editor-toolbar a.fa-header-smaller:after {
  content: "▼";
}
.sgy-markdown .editor-toolbar.disabled-for-preview a:not(.no-disable) {
  pointer-events: none;
  background: #fff;
  border-color: transparent;
  text-shadow: inherit;
}
@media only screen and (max-width: 700px) {
  .sgy-markdown .editor-toolbar a.no-mobile {
    display: none;
  }
}
.sgy-markdown .editor-statusbar {
  padding: 8px 10px;
  font-size: 12px;
  color: #959694;
  text-align: right;
}
.sgy-markdown .editor-statusbar span {
  display: inline-block;
  min-width: 4em;
  margin-left: 1em;
}
.sgy-markdown .editor-preview,
.sgy-markdown .editor-preview-side {
  padding: 10px;
  background: #fafafa;
  overflow: auto;
  display: none;
  box-sizing: border-box;
}
.sgy-markdown .editor-statusbar .lines:before {
  content: 'lines: ';
}
.sgy-markdown .editor-statusbar .words:before {
  content: 'words: ';
}
.sgy-markdown .editor-statusbar .characters:before {
  content: 'characters: ';
}
.sgy-markdown .editor-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 7;
}
.sgy-markdown .editor-preview-side {
  position: fixed;
  bottom: 0;
  width: 50%;
  top: 50px;
  right: 0;
  z-index: 9;
  border: 1px solid #dddddd;
}
.sgy-markdown .editor-preview-active,
.sgy-markdown .editor-preview-active-side {
  display: block;
}
.sgy-markdown .editor-preview-side > p,
.sgy-markdown .editor-preview > p {
  margin-top: 0;
}
.sgy-markdown .editor-preview pre,
.sgy-markdown .editor-preview-side pre {
  background: #eee;
  margin-bottom: 10px;
}
.sgy-markdown .editor-preview table td,
.sgy-markdown .editor-preview table th,
.sgy-markdown .editor-preview-side table td,
.sgy-markdown .editor-preview-side table th {
  border: 1px solid #ddd;
  padding: 5px;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-tag {
  color: #63a35c;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-attribute {
  color: #795da3;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-string {
  color: #183691;
}
.sgy-markdown .CodeMirror .CodeMirror-selected {
  background: #d9d9d9;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-header-1 {
  font-size: 200%;
  line-height: 200%;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-header-2 {
  font-size: 160%;
  line-height: 160%;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-header-3 {
  font-size: 125%;
  line-height: 125%;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-header-4 {
  font-size: 110%;
  line-height: 110%;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-comment {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-link {
  color: #7f8c8d;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-url {
  color: #aab2b3;
}
.sgy-markdown .CodeMirror .CodeMirror-code .cm-strikethrough {
  text-decoration: line-through;
}
.sgy-markdown .CodeMirror .CodeMirror-placeholder {
  opacity: 0.5;
}
.sgy-markdown .CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word) {
  background: rgba(255, 0, 0, 0.15);
}
/* BASICS */
/* PADDING */
.CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}
.CodeMirror pre {
  padding: 0 4px;
  /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}
.CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}
.CodeMirror-guttermarker {
  color: black;
}
.CodeMirror-guttermarker-subtle {
  color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}
.cm-fat-cursor-mark {
  background-color: rgba(20, 255, 20, 0.5);
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
  width: auto;
  border: 0;
  -webkit-animation: blink 1.06s steps(1) infinite;
  -moz-animation: blink 1.06s steps(1) infinite;
  animation: blink 1.06s steps(1) infinite;
  background-color: #7e7;
}
@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}
@keyframes blink {
  50% {
    background-color: transparent;
  }
}
/* Can style cursor different in overwrite (non-insert) mode */
.cm-tab {
  display: inline-block;
  text-decoration: inherit;
}
.CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: -20px;
  overflow: hidden;
}
.CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
  color: blue;
}
.cm-s-default .cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header,
.cm-strong {
  font-weight: 500;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-s-default .cm-keyword {
  color: #708;
}
.cm-s-default .cm-atom {
  color: #219;
}
.cm-s-default .cm-number {
  color: #164;
}
.cm-s-default .cm-def {
  color: #00f;
}
.cm-s-default .cm-variable-2 {
  color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
  color: #085;
}
.cm-s-default .cm-comment {
  color: #a50;
}
.cm-s-default .cm-string {
  color: #a11;
}
.cm-s-default .cm-string-2 {
  color: #f50;
}
.cm-s-default .cm-meta {
  color: #555;
}
.cm-s-default .cm-qualifier {
  color: #555;
}
.cm-s-default .cm-builtin {
  color: #30a;
}
.cm-s-default .cm-bracket {
  color: #997;
}
.cm-s-default .cm-tag {
  color: #170;
}
.cm-s-default .cm-attribute {
  color: #00c;
}
.cm-s-default .cm-hr {
  color: #999;
}
.cm-s-default .cm-link {
  color: #00c;
}
.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}
.CodeMirror-composing {
  border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0f0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #f22;
}
.CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
  background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */
.CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}
.CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 30px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -30px;
  margin-right: -30px;
  padding-bottom: 30px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}
.CodeMirror-sizer {
  position: relative;
  border-right: 30px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
}
.CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}
.CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -30px;
}
.CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}
.CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}
.CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}
.CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}
.CodeMirror pre {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}
.CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  overflow: auto;
}
.CodeMirror-rtl pre {
  direction: rtl;
}
.CodeMirror-code {
  outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}
.CodeMirror-measure pre {
  position: static;
}
div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}
div.CodeMirror-dragcursors {
  visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}
.CodeMirror-selected {
  background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}
.CodeMirror-crosshair {
  cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}
.cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
  padding-right: .1px;
}
@media print {
  /* Hide the cursor when printing */
  .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
  content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
  background: none;
}
.CodeMirror-hints {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 2px;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  border: 1px solid silver;
  background: white;
  font-size: 90%;
  font-family: monospace;
  max-height: 20em;
  overflow-y: auto;
}
.CodeMirror-hint {
  margin: 0;
  padding: 0 4px;
  border-radius: 2px;
  white-space: pre;
  color: black;
  cursor: pointer;
}
li.CodeMirror-hint-active {
  background: #08f;
  color: white;
}
/*@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";*/
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.visible-desktop.visible-desktop-table-cell {
  display: table-cell !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop,
  .visible-desktop.visible-desktop-table-cell {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop,
  .visible-desktop.visible-desktop-table-cell {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    /*display: block;*/
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.56410256%;
    *margin-left: 2.51091107%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.56410256%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.45299145%;
    *width: 91.39979996%;
  }
  .row-fluid .span10 {
    width: 82.90598291%;
    *width: 82.85279142%;
  }
  .row-fluid .span9 {
    width: 74.35897436%;
    *width: 74.30578287%;
  }
  .row-fluid .span8 {
    width: 65.81196581%;
    *width: 65.75877432%;
  }
  .row-fluid .span7 {
    width: 57.26495726%;
    *width: 57.21176578%;
  }
  .row-fluid .span6 {
    width: 48.71794872%;
    *width: 48.66475723%;
  }
  .row-fluid .span5 {
    width: 40.17094017%;
    *width: 40.11774868%;
  }
  .row-fluid .span4 {
    width: 31.62393162%;
    *width: 31.57074013%;
  }
  .row-fluid .span3 {
    width: 23.07692308%;
    *width: 23.02373159%;
  }
  .row-fluid .span2 {
    width: 14.52991453%;
    *width: 14.47672304%;
  }
  .row-fluid .span1 {
    width: 5.98290598%;
    *width: 5.92971449%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820513%;
    *margin-left: 105.02182215%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256%;
    *margin-left: 102.45771959%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658%;
    *margin-left: 96.4748136%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709402%;
    *margin-left: 93.91071104%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803%;
    *margin-left: 87.92780506%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547%;
    *margin-left: 85.36370249%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717949%;
    *margin-left: 79.38079651%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692%;
    *margin-left: 76.81669394%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094%;
    *margin-left: 70.83378796%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606838%;
    *margin-left: 68.2696854%;
  }
  .row-fluid .offset7 {
    margin-left: 62.39316239%;
    *margin-left: 62.28677941%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905983%;
    *margin-left: 59.72267685%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615385%;
    *margin-left: 53.73977087%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128%;
    *margin-left: 51.1756683%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991453%;
    *margin-left: 45.19276232%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504274%;
    *margin-left: 42.62865976%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675%;
    *margin-left: 36.64575377%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803419%;
    *margin-left: 34.08165121%;
  }
  .row-fluid .offset3 {
    margin-left: 28.20512821%;
    *margin-left: 28.09874523%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.64102564%;
    *margin-left: 25.53464266%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811966%;
    *margin-left: 19.55173668%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.09401709%;
    *margin-left: 16.98763412%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111%;
    *margin-left: 11.00472813%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.54700855%;
    *margin-left: 8.44062557%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    /*display: block;*/
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.76243094%;
    *margin-left: 2.70923945%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.76243094%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851%;
  }
  .row-fluid .span11 {
    width: 91.43646409%;
    *width: 91.3832726%;
  }
  .row-fluid .span10 {
    width: 82.87292818%;
    *width: 82.81973669%;
  }
  .row-fluid .span9 {
    width: 74.30939227%;
    *width: 74.25620078%;
  }
  .row-fluid .span8 {
    width: 65.74585635%;
    *width: 65.69266486%;
  }
  .row-fluid .span7 {
    width: 57.18232044%;
    *width: 57.12912895%;
  }
  .row-fluid .span6 {
    width: 48.61878453%;
    *width: 48.56559304%;
  }
  .row-fluid .span5 {
    width: 40.05524862%;
    *width: 40.00205713%;
  }
  .row-fluid .span4 {
    width: 31.49171271%;
    *width: 31.43852122%;
  }
  .row-fluid .span3 {
    width: 22.9281768%;
    *width: 22.87498531%;
  }
  .row-fluid .span2 {
    width: 14.36464088%;
    *width: 14.31144939%;
  }
  .row-fluid .span1 {
    width: 5.80110497%;
    *width: 5.74791348%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486188%;
    *margin-left: 105.4184789%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243094%;
    *margin-left: 102.65604796%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132597%;
    *margin-left: 96.85494299%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.19889503%;
    *margin-left: 94.09251205%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779006%;
    *margin-left: 88.29140708%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.63535912%;
    *margin-left: 85.52897614%;
  }
  .row-fluid .offset9 {
    margin-left: 79.83425414%;
    *margin-left: 79.72787116%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.0718232%;
    *margin-left: 76.96544023%;
  }
  .row-fluid .offset8 {
    margin-left: 71.27071823%;
    *margin-left: 71.16433525%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729%;
    *margin-left: 68.40190431%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232%;
    *margin-left: 62.60079934%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138%;
    *margin-left: 59.8383684%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364641%;
    *margin-left: 54.03726343%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121547%;
    *margin-left: 51.27483249%;
  }
  .row-fluid .offset5 {
    margin-left: 45.5801105%;
    *margin-left: 45.47372752%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767956%;
    *margin-left: 42.71129658%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657459%;
    *margin-left: 36.91019161%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414365%;
    *margin-left: 34.14776067%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867%;
    *margin-left: 28.3466557%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773%;
    *margin-left: 25.58422476%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276%;
    *margin-left: 19.78311978%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182%;
    *margin-left: 17.02068884%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685%;
    *margin-left: 11.21958387%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591%;
    *margin-left: 8.45715293%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  .nav-search-box input,
  .nav-search-box form {
    width: 150px;
  }
}
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-left: -20px;
    margin-right: -20px;
  }
  #page-header {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    /*display: block;*/
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  .navbar .brand {
    /*padding-left: 20px;
    padding-right: 20px;*/
    margin: 0 0 0 -5px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #cccccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 979px) {
  body {
    padding-top: 0!important;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    /*margin-bottom: @baseLineHeight;*/
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    /*padding: 20px;*/
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    /*padding-left: 20px;
    padding-right: 20px;*/
    /*margin: 0 0 0 -5px;*/
  }
  .navbar .nav.pull-right {
    margin-right: 0;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #000204;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    color: #000204;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #1e88e5;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #1e88e5;
  }
  .nav-collapse.in .btn-group {
    margin-top: 5px;
    padding: 0;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    float: none;
    display: none;
    max-width: none;
    margin: 0 15px;
    padding: 0;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #1e88e5;
    border-bottom: 1px solid #1e88e5;
    -webkit-box-shadow: inset 0 1px 0 @transparentWhite10, 0 1px 0 @transparentWhite10;
    -moz-box-shadow: inset 0 1px 0 @transparentWhite10, 0 1px 0 @transparentWhite10;
    box-shadow: inset 0 1px 0 @transparentWhite10, 0 1px 0 @transparentWhite10;
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #1e88e5;
    border-bottom-color: #1e88e5;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    overflow: hidden;
    height: 0;
  }
  .navbar .btn-navbar {
    display: block;
    margin-right: 20px;
  }
  .nav-collapse.in.collapse .nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-collapse.in.collapse .nav li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-static .navbar-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav-search-box input,
  .nav-search-box form {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar .btn-navbar {
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .nav-collapse.in.collapse .nav {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 979px + 1) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  .navbar .btn-navbar {
    margin-right: 0;
  }
  .nav-collapse.collapse.in .nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  .nav-collapse.collapse.in .nav li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  /*position: static;*/
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .dropdown-submenu .dropdown-menu {
  left: 100%;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 979px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}
/*Custom SNLGY styles*/
/* colors */
.primary,
.color-primary {
  color: #1e88e5 !important;
}
.white,
.color-white {
  color: #ffffff !important;
}
.hover-white,
.color-hover-white:hover {
  color: #ffffff !important;
}
.red,
.color-red,
.color-danger {
  color: #fc4b6c !important;
}
.green,
.color-green,
.color-success {
  color: #1acb69 !important;
}
.orange,
.color-orange,
.color-warning {
  color: #ffb22b !important;
}
.yellow,
.color-yellow {
  color: #ffb22b !important;
}
.blue,
.color-blue,
.color-info {
  color: #26c6da !important;
}
.pink,
.color-pink {
  color: #fc4bab !important;
}
.violet,
.color-violet {
  color: #7460ee !important;
}
.lime,
.color-lime {
  color: #7460ee !important;
}
.gray,
.color-gray {
  color: #99abb4 !important;
}
.na,
.color-na {
  color: #d7e4ea !important;
}
.black,
.color-black {
  color: #000000 !important;
}
.color-body {
  color: #333333 !important;
}
.color-text {
  color: #333333 !important;
}
/*backgrounds*/
.bg-white {
  background-color: #ffffff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-primary {
  background-color: #1e88e5 !important;
}
.bg-ulight-primary {
  background-color: #c7e2fa !important;
}
.bg-transparent-primary {
  background-color: rgba(30, 136, 229, 0.1) !important;
}
.bg-info,
.bg-blue {
  background-color: #26c6da !important;
}
.bg-ulight-info,
.bg-ulight-blue {
  background-color: #c9f3f9 !important;
}
.bg-transparent-info,
.bg-transparent-blue {
  background-color: rgba(38, 198, 218, 0.1) !important;
}
.bg-danger,
.bg-red {
  background-color: #fc4b6c !important;
}
.bg-ulight-danger,
.bd-ulight-red {
  background-color: #fed4dc !important;
}
.bg-transparent-danger,
.bg-transparent-red {
  background-color: rgba(252, 75, 108, 0.1) !important;
}
.bg-warning,
.bg-orange {
  background-color: #ffb22b !important;
}
.bg-ulight-warning,
.bg-ulight-orange {
  background-color: #ffeccc !important;
}
.bg-transparent-warning,
.bg-transparent-orange {
  background-color: rgba(255, 178, 43, 0.1) !important;
}
.bg-success,
.bg-green {
  background-color: #1acb69 !important;
}
.bg-ulight-success,
.bg-ulight-green {
  background-color: #c1f9da !important;
}
.bg-transparent-success,
.bg-transparent-green {
  background-color: rgba(26, 203, 105, 0.1) !important;
}
.bg-ulight-violet,
.bg-ulight-violet {
  background-color: #ddd8fc !important;
}
.bg-transparent-violet {
  background-color: rgba(116, 96, 238, 0.1) !important;
}
.bg-ulight-pink {
  background-color: #fed4eb !important;
}
.bg-transparent-pink {
  background-color: rgba(252, 75, 171, 0.1) !important;
}
.bg-ulight-gray {
  background-color: #e2edf1 !important;
}
.bg-transparent-gray {
  background-color: rgba(153, 171, 180, 0.1) !important;
}
.bg-comp {
  background-color: #f9f9f9 !important;
}
.bg-comp-light {
  background-color: #fcfcfc !important;
}
.bg-comp-dark {
  background-color: #f5f5f5 !important;
}
/*Social Media*/
.color-facebook {
  color: #3b5998 !important;
}
.color-twitter {
  color: #55acee !important;
}
.color-google {
  color: #dd4b39 !important;
}
.color-microsoft {
  color: #2672ec !important;
}
.color-office365 {
  color: #da3b01 !important;
}
.color-pinterest {
  color: #cb2027 !important;
}
/* This file extends frameworks such as bootstrap and font-awesome with SNLGY variables */
/* This style sheet extends bootstrap */
@media (max-width: 979px) {
  body {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .page-header h1 small {
    margin-top: 10px;
  }
}
.btn-toolbar-exact {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar-search .search-query {
  font-family: inherit;
}
div.row-fluid-exact,
.row-fluid-exact > div {
  min-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fixed-width {
  width: 980px;
  min-width: 980px;
  max-width: 980px;
  margin: auto;
}
.btn .caret.caret-right {
  margin-left: 5px;
}
/* Buttons */
.btn-clear {
  border: none;
  margin: 0;
  line-height: 100%;
}
.btn-group.btn-group-clear.open .btn.dropdown-toggle {
  border: none;
  box-shadow: none;
  background: none;
}
.btn-group-checks .btn i {
  display: none;
}
.btn-group-checks .btn.active i {
  display: inline-block;
}
/*New 5-based fluid span*/
.row-fluid .span2_4 {
  width: 17%;
  *width: 17%;
}
/*New row for type for making grids easier...*/
.row-grid-6 .span2:nth-child(6n + 1),
.row-grid-5 .span2_4:nth-child(5n+1),
.row-grid-4 .span3:nth-child(4n+1),
.row-grid-3 .span4:nth-child(3n+1),
.row-grid-2 .span6:nth-child(2n+1) {
  margin-left: 0 !important;
  clear: left;
}
/*Margins*/
.bottom-20 {
  margin-bottom: 20px;
}
/* Forms */
.form-exact {
  margin-bottom: 0;
}
.form-horizontal.form-horizontal-left {
  text-align: left;
}
.form-horizontal.form-horizontal-left .control-label {
  text-align: left;
  width: 120px;
}
.form-horizontal.form-horizontal-left .controls {
  margin-left: 0;
}
.checkbox-condensed,
.radio-condensed {
  padding-left: 0;
}
.sn-form-control-range {
  position: relative;
}
.sn-form-control-range > input[type="number"] {
  padding-right: 30px;
}
.sn-form-control-range > input[type="checkbox"] {
  position: absolute;
  top: 4px;
  right: 8px;
}
.sn-form-control-wrapper {
  border: 1px solid #cccccc;
  border-radius: 2px;
  padding: 4px 6px;
}
/* Badges and Labels */
.badge-semi,
.label-semi {
  background-color: rgba(0, 0, 0, 0.25);
  color: rgba(255, 255, 255, 0.9);
}
.badge i.muted {
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  font-style: normal;
  font-size: 75%;
}
.badge-round {
  padding: 7px;
  border-radius: 50%;
}
.badge-bubble {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  border-radius: 50%;
}
.label-circle {
  border-radius: 50%;
  text-align: center;
  width: 1.0em;
}
/* Labels and Badges extensions */
.label-chain {
  margin-left: .1em;
  margin-right: .1em;
}
/*Anchors*/
.muted a {
  text-decoration: none;
  color: inherit;
}
.small-block {
  display: inline-block;
  line-height: 1.2em;
  font-weight: normal;
}
.read {
  line-height: 1.6em;
  display: inline-block;
}
.read-s {
  line-height: 1.2em;
}
/*Line Heights*/
.lh-1p0 {
  line-height: 1.0em !important;
}
.lh-1p1 {
  line-height: 1.1em !important;
}
.lh-1p2 {
  line-height: 1.2em !important;
}
.lh-1p3 {
  line-height: 1.3em !important;
}
.lh-1p4 {
  line-height: 1.4em !important;
}
.lh-1p5 {
  line-height: 1.5em !important;
}
.lh-1p6 {
  line-height: 1.6em !important;
}
.lh-1p7 {
  line-height: 1.7em !important;
}
.lh-1p8 {
  line-height: 1.8em !important;
}
.lh-1p9 {
  line-height: 1.9em !important;
}
.lh-2p0 {
  line-height: 2.0em !important;
}
/* Nav pills */
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #1e88e5;
}
/* Affix */
.affix.affix-left {
  left: 20px;
}
.affix.affix-right {
  right: 20px;
}
.affix.affix-span1 {
  width: 5%;
}
.affix.affix-span3 {
  width: 22%;
}
/* HR */
hr.semi {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.9);
}
/* Modal headers */
.modal-header h3 {
  font-weight: 500;
  font-size: 14px;
}
/*Muted headers*/
h1.muted,
h2.muted,
h3.muted,
h4.muted,
h5.muted {
  color: #d7e4ea !important;
}
h1.semi,
h2.semi,
h3.semi,
h4.semi,
h5.semi {
  opacity: 0.9 !important;
}
/*Pagination*/
.pagination ul {
  border-radius: 2px;
  box-shadow: none;
}
/*Top Nav design*/
a.btn-top-nav {
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
a.btn-top-nav i {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 20px;
  text-shadow: none !important;
}
/*table*/
/*accordion table*/
table.table-accordion tbody + tbody {
  border-top: none;
}
table.table.table-accordion th,
table.table.table-accordion td {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
table.table.table-accordion tbody:first-child th,
table.table.table-accordion tbody:first-child td {
  border-top: 1px solid #e5e5e5;
}
table.table.table-accordion th:first-child,
table.table.table-accordion td:first-child {
  border-left: 1px solid #e5e5e5;
}
table.table.table-accordion th:last-child,
table.table.table-accordion td:last-child {
  border-right: 1px solid #e5e5e5;
}
/*drawer table*/
table.table.table-drawer > tbody > tr:nth-child(odd) > td:first-child,
table.table.table-drawer > tbody > tr:nth-child(odd) td.td-drawer {
  width: 20px;
  padding-right: 0;
}
table.table.table-drawer > tbody > tr:nth-child(odd) > td:first-child > a:not(.drawer-ignore) > i:before,
table.table.table-drawer > tbody > tr:nth-child(odd) td.td-drawer > a:not(.drawer-ignore) > i:before {
  content: "\f147";
}
table.table.table-drawer > tbody > tr:nth-child(odd) > td:first-child > a:not(.drawer-ignore).btn > i:before,
table.table.table-drawer > tbody > tr:nth-child(odd) td.td-drawer > a:not(.drawer-ignore).btn > i:before {
  content: "\f0d8";
}
table.table.table-drawer > tbody > tr:nth-child(odd):not(.open) > td:first-child > a:not(.drawer-ignore) > i:before,
table.table.table-drawer > tbody > tr:nth-child(odd):not(.open) td.td-drawer > a:not(.drawer-ignore) > i:before {
  content: "\f196";
}
table.table.table-drawer > tbody > tr:nth-child(odd):not(.open) > td:first-child > a:not(.drawer-ignore).btn > i:before,
table.table.table-drawer > tbody > tr:nth-child(odd):not(.open) td.td-drawer > a:not(.drawer-ignore).btn > i:before {
  content: "\f0d7";
}
table.table.table-drawer > tbody > tr:nth-child(odd):not(.open) + tr {
  display: none;
}
table.table.table-drawer > tbody > tr:nth-child(odd) + tr > td {
  border-top-color: #dddddd;
  padding: 0;
  width: 100%;
}
table.table.table-drawer > tbody > tr:nth-child(odd).open + tr + tr > td {
  border-top-color: #dddddd;
}
table.table.table-drawer.table-hover > tbody > tr.open + tr:hover > td {
  background: inherit;
}
/*pivot table*/
table.table-pivot:not(.pivoted) {
  display: none;
}
table.table-pivot.pivoted > tbody > tr > th,
table.table-pivot.pivoted > tbody > tr > td {
  vertical-align: middle;
}
table.table-pivot.pivoted > tbody > tr > th {
  background: transparent;
}
table.table-pivot.pivoted > tbody > tr > td {
  text-align: right;
}
table.table-pivot.pivoted > tbody > tr:first-child > th {
  border-top: none;
}
/*padded tables*/
table.table.table-pad-h-10 > thead > tr > th:first-child,
table.table.table-pad-h-10 > thead > tr > td:first-child,
table.table.table-pad-h-10 > tbody > tr > th:first-child,
table.table.table-pad-h-10 > tbody > tr > td:first-child,
table.table.table-pad-h-10 > tfoot > tr > th:first-child,
table.table.table-pad-h-10 > tfoot > tr > td:first-child {
  padding-left: 10px !important;
}
table.table.table-pad-h-10 > thead > tr > th:last-child,
table.table.table-pad-h-10 > thead > tr > td:last-child,
table.table.table-pad-h-10 > tbody > tr > th:last-child,
table.table.table-pad-h-10 > tbody > tr > td:last-child,
table.table.table-pad-h-10 > tfoot > tr > th:last-child,
table.table.table-pad-h-10 > tfoot > tr > td:last-child {
  padding-right: 10px !important;
}
table.table.table-pad-h-15 > thead > tr > th:first-child,
table.table.table-pad-h-15 > thead > tr > td:first-child,
table.table.table-pad-h-15 > tbody > tr > th:first-child,
table.table.table-pad-h-15 > tbody > tr > td:first-child,
table.table.table-pad-h-15 > tfoot > tr > th:first-child,
table.table.table-pad-h-15 > tfoot > tr > td:first-child {
  padding-left: 15px !important;
}
table.table.table-pad-h-15 > thead > tr > th:last-child,
table.table.table-pad-h-15 > thead > tr > td:last-child,
table.table.table-pad-h-15 > tbody > tr > th:last-child,
table.table.table-pad-h-15 > tbody > tr > td:last-child,
table.table.table-pad-h-15 > tfoot > tr > th:last-child,
table.table.table-pad-h-15 > tfoot > tr > td:last-child {
  padding-right: 15px !important;
}
table.table.table-pad-h-20 > thead > tr > th:first-child,
table.table.table-pad-h-20 > thead > tr > td:first-child,
table.table.table-pad-h-20 > tbody > tr > th:first-child,
table.table.table-pad-h-20 > tbody > tr > td:first-child,
table.table.table-pad-h-20 > tfoot > tr > th:first-child,
table.table.table-pad-h-20 > tfoot > tr > td:first-child {
  padding-left: 20px !important;
}
table.table.table-pad-h-20 > thead > tr > th:last-child,
table.table.table-pad-h-20 > thead > tr > td:last-child,
table.table.table-pad-h-20 > tbody > tr > th:last-child,
table.table.table-pad-h-20 > tbody > tr > td:last-child,
table.table.table-pad-h-20 > tfoot > tr > th:last-child,
table.table.table-pad-h-20 > tfoot > tr > td:last-child {
  padding-right: 20px !important;
}
/*peity charts*/
.pty {
  visibility: hidden;
}
/*Custom type classes*/
.text-bold {
  font-weight: 500 !important;
}
.text-normal {
  font-weight: normal !important;
}
.text-italic {
  font-style: italic;
}
.text-upper {
  text-transform: uppercase;
}
.text-lower {
  text-transform: lowercase;
}
.text-underline {
  text-decoration: underline;
}
input[type=text]:valid.input-upper {
  text-transform: uppercase;
}
input[type=text]:valid.input-lower {
  text-transform: lowercase;
}
.text-size-normal {
  font-size: 14px;
}
.text-small,
.text-smaller {
  font-size: 11.9px;
}
.text-mini {
  font-size: 10.5px;
}
.text-medium,
.text-med {
  font-size: 15.4px;
}
.text-larger,
.text-large {
  font-size: 17.5px;
}
.text-xlarger,
.text-xlarge {
  font-size: 21px;
}
.text-xxlarger,
.text-xxlarge {
  font-size: 28px;
  line-height: 100%;
}
.text-xxxlarger,
.text-xxxlarge {
  font-size: 35px;
  line-height: 100%;
}
.text-exact {
  margin: 0;
  line-height: 1.0em;
}
/* Display types */
.display-inline {
  display: inline;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-none {
  display: none;
}
.position-absolute {
  position: absolute;
}
.position-relative {
  position: relative;
}
.position-fixed {
  position: fixed;
}
.position-static {
  position: static;
}
/* Position alignment */
.position-t-0 {
  top: 0;
}
.position-r-0 {
  right: 0;
}
.position-b-0 {
  bottom: 0;
}
.position-l-0 {
  left: 0;
}
/*Code Mirror*/
.CodeMirror {
  border: 1px solid #cccccc;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
/*Document Anchor*/
/*To link to documents considering the fixed-to-top nav-bar height*/
.document-anchor {
  height: 0;
  line-height: 0;
  position: absolute;
  top: -50px;
  visibility: hidden;
}
/*Mouse cursors*/
.cursor-pointer:hover {
  cursor: pointer;
}
/* callouts */
.callout {
  padding: 20px;
  border-left: 2px solid #e2edf1;
}
.callout h4,
.callout h5,
.callout h6 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-weight: normal;
  font-family: Poppins, sans-serif;
}
.callout dl {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.callout dl dt {
  margin-right: 3px;
  display: inline;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 9px;
}
.callout dl dd {
  display: inline;
  margin-right: 12px;
  margin-left: 0;
}
.callout-exact {
  margin-top: 0;
}
.callout-region {
  border: none;
}
.callout-warning,
.callout-orange,
.callout-yellow {
  background-color: rgba(255, 178, 43, 0.1);
  border-color: #ffd997;
}
.callout-warning h4,
.callout-warning h5,
.callout-warning h6,
.callout-warning dl dt,
.callout-yellow h4,
.callout-yellow h5,
.callout-yellow h6,
.callout-yellow dl dt,
.callout-orange h4,
.callout-orange h5,
.callout-orange h6,
.callout-orange dl dt {
  color: #ffb22b;
}
.callout-info,
.callout-blue {
  background-color: rgba(38, 198, 218, 0.1);
  border-color: #92e5ef;
}
.callout-info h4,
.callout-info h5,
.callout-info h6,
.callout-info dl dt,
.callout-blue h4,
.callout-blue h5,
.callout-blue h6,
.callout-blue dl dt {
  color: #26c6da;
}
.callout-danger,
.callout-red {
  background-color: rgba(252, 75, 108, 0.1);
  border-color: #fea7b7;
}
.callout-danger h4,
.callout-danger h5,
.callout-danger h6,
.callout-danger dl dt,
.callout-red h4,
.callout-red h5,
.callout-red h6,
.callout-red dl dt {
  color: #fc4b6c;
}
.callout-success,
.callout-green {
  background-color: rgba(26, 203, 105, 0.1);
  border-color: #83f1b4;
}
.callout-success h4,
.callout-success h5,
.callout-success h6,
.callout-success dl dt,
.callout-green h4,
.callout-green h5,
.callout-green h6,
.callout-green dl dt {
  color: #1acb69;
}
.callout-pink {
  background-color: rgba(252, 75, 171, 0.1);
  border-color: #fea7d6;
}
.callout-pink h4,
.callout-pink h5,
.callout-pink h6,
.callout-pink dl dt {
  color: #fc4bab;
}
.chart.sn-chart.sn-highchart.sn-bar-chart .highcharts-xaxis-labels > span {
  width: 100% !important;
  z-index: -1;
  font-size: 14px !important;
  color: #333333 !important;
}
.chart.sn-chart .highcharts-tooltip {
  width: 200px!important;
  max-width: 200px!important;
}
.chart.sn-chart .highcharts-tooltip .tooltip-title {
  white-space: normal!important;
}
/* Chart related classes */
.cht-container,
.chart {
  /*height: 400px;*/
  /*min-height: 400px !important;
	height: 100% !important;*/
  width: 100% !important;
  margin: 0 auto;
}
.chart.chart-100 {
  width: 100% !important;
  /*	min-width: 100% !important;*/
  display: block;
}
.cht-lgd {
  height: 24px;
}
.cht-lgd-item {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.0em;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding-top: 2px;
}
.cht-lgd-item.cht-lgd-name {
  width: 130px;
}
.cht-lgd-item.cht-lgd-count {
  width: 70px;
  text-align: right;
  border-right: 2px solid #758d99;
  margin-right: 4px;
  padding-right: 4px;
}
.cht-lgd-item.cht-lgd-perc {
  width: 35px;
  text-align: right;
  margin-right: 12px;
}
/*Pie Chart Labels*/
.pie-inn-lbl {
  text-align: center;
}
.pie-inn-lbl-section {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pie-inn-lbl-head {
  line-height: 1.0em;
  margin-top: 0;
  margin-bottom: 5px;
}
.pie-inn-lbl-sub {
  line-height: 1.0em;
  margin-top: 0;
  margin-bottom: 0;
}
.pie-inn-lbl-sub-sub {
  line-height: 1.0em;
  margin-top: 5px;
  margin-bottom: 0;
}
.entity-card {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 20px !important;
}
.entity-card .entity-header {
  background-color: #f7f7f7;
  padding: 30px 40px;
  text-align: center;
}
.entity-card .entity-facts {
  border-top: 1px solid #eaeaea;
}
.entity-card .entity-facts .table {
  margin-bottom: 0;
}
.entity-card .entity-facts .table tr td {
  border-color: #eaeaea;
}
.entity-card .entity-facts .table tr td:first-child {
  padding-left: 20px;
}
.entity-card .entity-facts .table tr td:last-child {
  padding-right: 20px;
}
.entity-card .entity-footer {
  border-bottom: 1px solid #eaeaea;
  background-color: #f7f7f7;
  padding: 20px;
}
.entity-social {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
}
.entity-social textarea {
  padding: 20px;
  border: none;
  resize: none;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.entity-social .entity-social-cta {
  padding: 10px 10px 10px 20px;
}
.entity-content {
  margin-bottom: 20px !important;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
}
.entity-content .nav-tabs {
  margin-bottom: 0;
}
.entity-content .nav-tabs > li {
  margin-bottom: -2px;
}
.entity-content .nav-tabs > li > a {
  padding: 10px 20px;
}
.entity-content .nav-tabs > li.active a {
  border-top: none;
  border-radius: 0;
}
.entity-content .nav-tabs > li:first-child.active a {
  border-left: none;
}
.entity-content .nav-tabs > li.dropdown {
  border-radius: 0;
}
.entity-content .nav-tabs > li.dropdown.open > a {
  border-radius: 0;
}
.entity-content .tab-content {
  padding: 0;
  background-color: #ffffff;
  overflow: visible;
}
.entity-content .tab-content .tab-body {
  padding: 20px;
}
.entity-content .tab-content .tab-footer {
  padding: 20px;
  background-color: #f7f7f7;
  border-top: 1px solid #e5e5e5;
}
.entity-content table.table.table-feed tr td {
  border: none;
  position: relative;
}
.entity-content table.table.table-feed tr td:first-child {
  text-align: center;
}
.entity-content table.table.table-feed tr td:first-child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  background: #dddddd;
  margin: 0 auto;
}
.entity-content table.table.table-feed tr td:first-child .listing-img {
  position: relative;
}
.entity-content table.table.table-feed tr td:last-child {
  width: 100%;
}
.entity-content table.table.table-feed tr:last-child td:first-child:before {
  background-color: transparent;
}
/* Helper classes that will be commonly used accross the application */
/* Margins and Padding */
.mar-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pad-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mar-h-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.pad-h-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mar-v-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pad-v-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mar-t-0 {
  margin-top: 0 !important;
}
.mar-r-0 {
  margin-right: 0 !important;
}
.mar-b-0 {
  margin-bottom: 0 !important;
}
.mar-l-0 {
  margin-left: 0 !important;
}
.pad-t-0 {
  padding-top: 0 !important;
}
.pad-r-0 {
  padding-right: 0 !important;
}
.pad-b-0 {
  padding-bottom: 0 !important;
}
.pad-l-0 {
  padding-left: 0 !important;
}
.mar-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.pad-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.mar-h-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.pad-h-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.mar-v-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.pad-v-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.mar-t-5 {
  margin-top: 5px !important;
}
.mar-r-5 {
  margin-right: 5px !important;
}
.mar-b-5 {
  margin-bottom: 5px !important;
}
.mar-l-5 {
  margin-left: 5px !important;
}
.pad-t-5 {
  padding-top: 5px !important;
}
.pad-r-5 {
  padding-right: 5px !important;
}
.pad-b-5 {
  padding-bottom: 5px !important;
}
.pad-l-5 {
  padding-left: 5px !important;
}
.mar-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.pad-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mar-h-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.pad-h-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.mar-v-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.pad-v-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.mar-t-10 {
  margin-top: 10px !important;
}
.mar-r-10 {
  margin-right: 10px !important;
}
.mar-b-10 {
  margin-bottom: 10px !important;
}
.mar-l-10 {
  margin-left: 10px !important;
}
.pad-t-10 {
  padding-top: 10px !important;
}
.pad-r-10 {
  padding-right: 10px !important;
}
.pad-b-10 {
  padding-bottom: 10px !important;
}
.pad-l-10 {
  padding-left: 10px !important;
}
.mar-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.pad-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mar-h-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.pad-h-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.mar-v-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.pad-v-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mar-t-15 {
  margin-top: 15px !important;
}
.mar-r-15 {
  margin-right: 15px !important;
}
.mar-b-15 {
  margin-bottom: 15px !important;
}
.mar-l-15 {
  margin-left: 15px !important;
}
.pad-t-15 {
  padding-top: 15px !important;
}
.pad-r-15 {
  padding-right: 15px !important;
}
.pad-b-15 {
  padding-bottom: 15px !important;
}
.pad-l-15 {
  padding-left: 15px !important;
}
.mar-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.pad-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mar-h-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}
.pad-h-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mar-v-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.pad-v-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.mar-t-20 {
  margin-top: 20px !important;
}
.mar-r-20 {
  margin-right: 20px !important;
}
.mar-b-20 {
  margin-bottom: 20px !important;
}
.mar-l-20 {
  margin-left: 20px !important;
}
.pad-t-20 {
  padding-top: 20px !important;
}
.pad-r-20 {
  padding-right: 20px !important;
}
.pad-b-20 {
  padding-bottom: 20px !important;
}
.pad-l-20 {
  padding-left: 20px !important;
}
.mar-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.pad-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.mar-h-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.pad-h-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.mar-v-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.pad-v-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.mar-t-25 {
  margin-top: 25px !important;
}
.mar-r-25 {
  margin-right: 25px !important;
}
.mar-b-25 {
  margin-bottom: 25px !important;
}
.mar-l-25 {
  margin-left: 25px !important;
}
.pad-t-25 {
  padding-top: 25px !important;
}
.pad-r-25 {
  padding-right: 25px !important;
}
.pad-b-25 {
  padding-bottom: 25px !important;
}
.pad-l-25 {
  padding-left: 25px !important;
}
.mar-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.pad-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.mar-h-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.pad-h-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.mar-v-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.pad-v-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.mar-t-40 {
  margin-top: 40px !important;
}
.mar-r-40 {
  margin-right: 40px !important;
}
.mar-b-40 {
  margin-bottom: 40px !important;
}
.mar-l-40 {
  margin-left: 40px !important;
}
.pad-t-40 {
  padding-top: 40px !important;
}
.pad-r-40 {
  padding-right: 40px !important;
}
.pad-b-40 {
  padding-bottom: 40px !important;
}
.pad-l-40 {
  padding-left: 40px !important;
}
.mar-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.pad-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.mar-h-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}
.pad-h-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}
.mar-v-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.pad-v-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.mar-t-80 {
  margin-top: 80px !important;
}
.mar-r-80 {
  margin-right: 80px !important;
}
.mar-b-80 {
  margin-bottom: 80px !important;
}
.mar-l-80 {
  margin-left: 80px !important;
}
.pad-t-80 {
  padding-top: 80px !important;
}
.pad-r-80 {
  padding-right: 80px !important;
}
.pad-b-80 {
  padding-bottom: 80px !important;
}
.pad-l-80 {
  padding-left: 80px !important;
}
.pad-l-btn {
  padding-left: 12px;
}
.pad-r-btn {
  padding-right: 12px;
}
.pad-h-btn {
  padding-left: 12px;
  padding-right: 12px;
}
.pad-t-btn {
  padding-top: 4px;
}
.pad-b-btn {
  padding-bottom: 4px;
}
.pad-v-btn {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pad-btn {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}
/*Helper classes*/
.borderless {
  border: none !important;
}
.border-radius-base-tl {
  border-top-left-radius: 2px;
}
.border-radius-base-tr {
  border-top-right-radius: 2px;
}
.border-radius-base-br {
  border-bottom-right-radius: 2px;
}
.border-radius-base-bl {
  border-bottom-left-radius: 2px;
}
.border-radius-base-t {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.border-radius-base-r {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.border-radius-base-b {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.border-radius-base-l {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.border-radius-base {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.border-radius-large-tl {
  border-top-left-radius: 4px;
}
.border-radius-large-tr {
  border-top-right-radius: 4px;
}
.border-radius-large-br {
  border-bottom-right-radius: 4px;
}
.border-radius-large-bl {
  border-bottom-left-radius: 4px;
}
.border-radius-large-t {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.border-radius-large-r {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.border-radius-large-b {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.border-radius-large-l {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.border-radius-large {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.nowrap {
  white-space: nowrap !important;
}
/*Transparency*/
.transp-10 {
  opacity: .1;
}
.transp-25 {
  opacity: .25;
}
.transp-50 {
  opacity: .5;
}
.transp-75 {
  opacity: .75;
}
.transp-90 {
  opacity: .9;
}
.transp-100 {
  opacity: 1;
}
/* widths*/
.min-width-5 {
  display: inline-block;
  min-width: 5px !important;
}
.min-width-10 {
  display: inline-block;
  min-width: 10px !important;
}
.min-width-15 {
  display: inline-block;
  min-width: 15px !important;
}
.min-width-20 {
  display: inline-block;
  min-width: 20px !important;
}
.min-width-50 {
  display: inline-block;
  min-width: 50px !important;
}
.min-width-100 {
  display: inline-block;
  min-width: 100px !important;
}
/* Tag List */
ul.tag-list {
  list-style-type: none;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
ul.tag-list > li {
  display: inline-block;
  text-align: center;
  line-height: 1.0em;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  white-space: nowrap;
}
ul.tag-list > li:after {
  padding-left: 10px;
  padding-right: 10px;
  content: '|';
  font-weight: 400;
  color: #dddddd;
}
ul.tag-list > li:last-child:after {
  padding-left: 0;
  padding-right: 0;
  content: '';
}
ul.tag-list.tag-list-breadcrumbs > li:last-child > a {
  font-weight: 500;
}
ul.tag-list.tag-list-breadcrumbs > li:after {
  padding-left: 5px;
  padding-right: 5px;
  content: '/';
}
ul.tag-list.tag-list-breadcrumbs > li:last-child:after {
  padding-left: 0;
  padding-right: 0;
  content: '';
}
ul.tag-list.tag-list-condensed > li:after {
  padding-left: 5px;
  padding-right: 5px;
}
ul.tag-list.tag-list-nospace > li:after {
  padding-left: 0;
  padding-right: 0;
}
ul.tag-list.tag-list-descriptions > li {
  line-height: 1.4em;
  text-align: left;
  white-space: normal;
}
/* Signature Pad */
.sn-signature {
  height: 200px;
  position: relative;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  border-radius: 2px;
}
.sn-signature .sn-signature-body {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 40px;
  border-bottom: 1px solid #f3f3f3;
}
.sn-signature .sn-signature-body canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  cursor: pointer;
}
.sn-signature .sn-signature-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  height: 20px;
}
.sn-signature .sn-signature-footer .sn-signature-description {
  color: #cccccc;
  text-align: center;
  margin-top: 10px;
}
.sn-signature .sn-signature-footer .sn-signature-description .sn-signature-clear {
  position: absolute;
  left: 0;
  top: 10px;
}
/* Signature Result */
.sn-signature-result.sn-signature-result-table > img {
  max-height: 64px;
}
/* Input Append (by us, not BS's) */
.sn-input-append {
  display: table;
  width: 100%;
}
.sn-input-append input {
  display: table-cell;
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  padding: 4px 5px;
  margin-bottom: 0;
  vertical-align: middle;
  border-radius: 2px 0 0 2px;
  border-right: none;
}
.sn-input-append .sn-add-on {
  display: table-cell;
  height: 30px;
  border: 1px solid #cccccc;
  border-right: none;
  background: #e2edf1;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  min-width: 30px;
  max-width: 30px;
  width: 30px;
}
.sn-input-append .sn-add-on:last-child {
  border-right: 1px solid #cccccc;
  border-radius: 0 2px 2px 0;
}
.sn-input-append .sn-add-on:hover {
  background: #d1e2e9;
}
/*Bubble sheet*/
.bubble-sheet {
  font-size: 13px;
  font-family: arial;
  line-height: 1.0em;
  width: 716px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.bubble-sheet table.bubble-table {
  width: 100%;
  border-spacing: 2px;
}
.bubble-sheet table.bubble-table td {
  padding: .1em;
  text-align: center;
  vertical-align: middle;
}
.bubble-sheet table.bubble-table .text-box {
  border: 1px solid #aaa;
  font-size: 1.1em;
  padding: .5em;
}
.bubble-sheet table.bubble-table .text-box-label {
  padding-left: .5em;
  font-size: .9em;
}
.bubble-sheet table.bubble-table .text-box.number {
  width: 9px;
  min-width: 9px;
  max-width: 9px;
  padding: .5em;
}
.bubble-sheet table.bubble-table .bubble {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  padding: 2px;
  font-size: .9em;
  line-height: 11px;
  border: 1px solid black;
  color: #aaa;
  text-align: center;
  margin: auto;
}
.bubble-sheet table.bubble-table .bubble.filled {
  color: black;
  background-color: black;
}
.bubble-sheet table.bubble-table tr.bubble-row td {
  padding-top: .1em;
  padding-bottom: .1em;
}
.bubble-sheet table.bubble-table tr.bubble-row.first td {
  padding-top: .5em;
}
.bubble-sheet table.bubble-table .item-index {
  text-align: right;
  padding-left: 0;
  padding-right: 5px;
}
.bubble-sheet table.bubble-table .item-index:not(:first-child) {
  padding-left: 10px;
}
.bubble-sheet .qr-code-placeholder {
  text-align: center;
}
.bubble-sheet .qr-code-placeholder img {
  height: 64px;
  width: 64px;
  margin: auto;
}
/*Data Story*/
.data-story-section {
  /*border-bottom: 1px solid @componentBorder;*/
}
.data-story-section:last-child {
  border-bottom: none;
}
.data-story-section .data-story-section-editor {
  padding: 20px;
}
.data-story-section .data-story-options {
  position: relative;
  right: 60px;
  z-index: 1060;
  text-align: right;
  top: 42px;
}
/*Student Bundle*/
.student-bundle-section {
  border-bottom: 1px solid #dddddd;
}
.student-bundle-section:last-child {
  border-bottom: none;
}
.student-bundle-section .student-bundle-section-editor {
  padding: 20px;
}
/*Tree View*/
.sgy-treeview {
  position: relative;
}
.sgy-treeview ul.sgy-treeview,
.sgy-treeview li.sgy-treeview-node {
  position: relative;
}
.sgy-treeview ul.sgy-treeview {
  list-style: none;
  padding-left: 20px;
}
.sgy-treeview li.sgy-treeview-node::before,
.sgy-treeview li.sgy-treeview-node::after {
  content: "";
  position: absolute;
  left: -20px;
}
.sgy-treeview li.sgy-treeview-node::before {
  border-top: 1px solid #dddddd;
  top: 40px;
  width: 20px;
  height: 0;
}
.sgy-treeview li.sgy-treeview-node::after {
  border-left: 1px solid #dddddd;
  height: 100%;
  width: 0px;
  top: 0;
}
.sgy-treeview ul.sgy-treeview > li.sgy-treeview-node:last-child::after {
  height: 40px;
}
.sgy-treeview .sgy-treeview-elem {
  padding-top: 20px;
}
.sgy-treeview .sgy-treeview-elem::after {
  position: absolute;
  left: -23px;
  top: 29px;
  content: "\25CF";
  color: #dddddd;
}
/*skeleton flicker*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
}
.skeleton-flicker {
  animation: fadeIn 3s infinite alternate;
  /*width: 100% !important;*/
}
.draggable-list .draggable-item {
  padding: 5px;
}
.draggable-list .dragging {
  background-color: #dddddd;
  opacity: 0.7;
  border: 2px dashed #aaa;
}
.draggable-list .drag-over-top {
  border-top: 3px solid #dddddd;
}
.draggable-list .drag-over-bottom {
  border-bottom: 3px solid #dddddd;
}
/*AngularJS*/
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none;
}
/*body*/
body {
  padding-top: 50px;
  margin-bottom: 20px;
}
body #page-body {
  margin-top: 10px;
}
body.body-slim {
  padding: 10px;
}
body.body-slim #page-body {
  margin-top: 0;
}
body.body-no-padding {
  padding: 0;
  margin-bottom: 0;
}
body.body-no-padding #page-body {
  margin-top: 0;
}
body.body-no-h-padding {
  padding: 0;
  margin-bottom: 0;
}
body.body-no-h-padding #page-body {
  margin-top: 0;
}
.body-normal {
  background-color: #ffffff;
}
.body-dark {
  background-color: #f3f3f3;
}
/*footer*/
footer {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 100px;
}
footer section {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.client-logo {
  height: 80px;
  max-width: 400px;
}
/* Main marketing message and sign up button */
.readable {
  font-family: serif;
  font-size: 17px;
  line-height: 1.6em;
}
.text-reading {
  font-family: serif;
}
.text-headers,
.text-heading {
  font-family: Poppins, sans-serif;
}
.jumbotron {
  margin: 40px 0 0 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 40px;
  color: #000000;
}
.jumbotron p.lead {
  color: #99abb4;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
  margin-top: 20px;
}
.jumbotron hr {
  margin: 0;
}
.jumbotron-call-to-action {
  margin-bottom: 40px;
}
/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}
/* Top Navigation Bar */
.nav-align {
  margin-top: 2px;
  margin-right: 12px;
}
.masthead {
  position: fixed;
}
.main-content {
  margin-top: 20px;
}
#page-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-size: cover;
}
#page-header ul.breadcrumb li:last-child:not(.ignore) {
  display: block;
  font-size: 1.5em;
  line-height: 1.25em;
  font-weight: 400;
}
#page-header ul.breadcrumb li a {
  color: #333333;
}
.page-option {
  margin: 0 0 0 10px;
}
#filter,
.filter-section,
.main-well {
  margin-top: 10px;
}
#filter > div,
.filter-section > div,
.main-well > div {
  border-radius: 2px;
  border: 1px solid #dddddd;
}
.well-filter {
  background-color: #e2edf1;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.filter-separator {
  border-top: 1px solid #dddddd;
  border-bottom: white;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#filter-options {
  margin-bottom: 10px;
}
.filter-label {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.filter-close {
  position: relative;
}
.filter-close a {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -15px;
  margin-right: -15px;
  color: rgba(0, 0, 0, 0.2);
}
.filter-select[disabled] {
  background-color: white;
}
@media (max-width: 767px) {
  .filter-label-app {
    margin-top: 10px;
  }
}
.filter-label.filter-label-vertical {
  margin-top: 5px;
}
select.filter-select,
select.interventions-filter-select {
  margin-bottom: 0;
  width: 100%;
}
/*Filter legend*/
#filter-choices li {
  margin-left: 5px;
}
.tags {
  display: inline;
  margin-left: 0;
}
.tags li {
  display: inline-block;
  white-space: nowrap;
  line-height: 1.0em;
  padding: 0;
  color: #99abb4;
  border: 1px solid #dddddd;
  padding: .6em .4em;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 9px;
  font-size: .9em;
}
.tags li:last-child {
  margin-right: 10px;
}
.body-dark .tags li {
  background: #ffffff;
}
.body-normal .tags li {
  background: #f9f9f9;
}
.tag-remove:hover {
  color: #fc4b6c;
  text-decoration: line-through;
  cursor: pointer;
}
ul.horizontal li {
  display: inline;
}
.page-content {
  margin-top: 30px;
}
.blend {
  color: rgba(0, 0, 0, 0.5);
}
hr.blend {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
.report-widget-title-container {
  margin-bottom: 10px;
}
.report-widget-title {
  font-size: 17px;
  color: black;
  line-height: 1.5em;
}
.report-widget-divider {
  margin-top: 10px;
}
.table-small {
  font-size: 12px;
}
.table-small thead {
  font-size: 13px;
}
.table-collapsable {
  margin-bottom: 0;
}
thead.thead-style th {
  width: 100px;
}
tbody.tbody-style td {
  width: 100px;
}
.definition-section {
  margin-bottom: 20px;
}
.definition-section-header h2 {
  font-weight: normal;
}
.filter-container {
  border: 1px solid #dddddd;
  padding: 20px;
  margin-bottom: 30px;
}
.filter-selection {
  color: black;
  margin-right: 5px;
}
.filter-select-label {
  text-transform: uppercase;
  font-size: 11px;
  margin-bottom: 1px;
  font-weight: 500;
  color: #c8d8df;
}
.filter-advanced-label {
  text-transform: uppercase;
  font-size: 11px;
  padding-bottom: 1px;
  margin-bottom: 2px;
  font-weight: 500;
  color: #c8d8df;
  border-bottom: 1px solid #dddddd;
  display: block;
}
.filter-advanced-check {
  font-size: 11px;
  display: block;
}
.filter-advanced-check input {
  vertical-align: top;
}
.searchResult-item {
  margin: 20px 0 40px 0;
}
.searchResult-item p {
  margin-bottom: 0;
}
.thumbnail-white {
  background-color: white;
}
.align-right {
  text-align: right !important;
}
.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.filter-mode {
  cursor: pointer;
}
/* Icons Layout Extension */
i.icon-separate {
  margin-right: 5px;
}
/* Template Items */
.template-item {
  display: none;
}
/* Custom Scenario*/
.custom-scenario-section {
  margin-top: 10px;
}
li.settings-list-item {
  list-style: none;
  border-bottom: 1px solid #eaeaea;
  padding: 7px 5px;
  line-height: 16px;
}
li.settings-list-item:hover {
  background-color: #e2edf1;
  cursor: pointer;
}
li.settings-list-item span {
  padding: 0 5px;
}
li.settings-list-item a {
  color: #99abb4;
}
li.last {
  border-bottom: none;
}
div.settings-list-item-value {
  color: #888888;
}
div.settings-list-item-value input {
  margin: 0;
}
div.settings-list-item-edit {
  text-align: right;
  color: #9d8ff4;
  line-height: 20px;
  vertical-align: middle;
}
div.settings-list-item-edit img {
  display: none;
  vertical-align: middle;
}
/*Bootstrap Popover  Extension*/
.popover {
  width: auto;
  max-width: none;
  z-index: 1060;
  position: fixed;
}
/*Bootstrap Popover Text Styles Extension*/
.text-relevant {
  color: #7460ee;
}
/*Bootstrap Popover Table TR Styles Extension*/
div.highlight,
table tbody tr.highlight td {
  background: #ffffcc !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  color: black;
}
/*Bootstrap Popover Table TD Styles Extension*/
table tbody tr td.warning {
  /*background-color: @color-ulight-warning !important;
	color: @color-strong-warning;*/
}
table tbody tr td.warning a {
  /*color: @color-strong-warning;
	text-decoration: underline;*/
}
table tbody tr td.danger,
table tbody tr td.error {
  /*background-color: @color-ulight-danger !important;
	color: @color-strong-danger;*/
}
table tbody tr td.danger a,
table tbody tr td.error a {
  /*color: @color-strong-danger;
	text-decoration: underline;*/
}
table tbody tr td.success {
  /*background-color: @color-ulight-success !important;
	color: @color-strong-success;*/
}
table tbody tr td.success a {
  /*color: @color-strong-success;
	text-decoration: underline;*/
}
table tbody tr td.info {
  /*background-color: @color-ulight-info !important;
	color: @color-strong-info;*/
}
table tbody tr td.info a {
  /*color: @color-strong-info;
	text-decoration: underline;*/
}
/*Bootstrap Popover Close Extension*/
.custom-close-popover {
  position: absolute;
  top: 7px;
  right: 10px;
}
a {
  cursor: pointer;
}
/*Bootstrap span extension*/
.row-fluid .span2.span2-fluid {
  margin-left: 2.564102564102564% !important;
}
/*Tags Tokens*/
.taglist-token {
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: #D9EDF7;
  /*background-color: #E2E6F0;*/
  background-image: none;
  -moz-background-origin: padding-box;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  /*border-color: #BCE8F1;*/
  border-color: #9DACCC;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-collapse: collapse;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  color: #67808c;
  display: block;
  float: left;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  height: 18px;
  line-height: 14px;
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 4px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 1px;
  position: relative;
  text-align: left;
  top: 2px;
  unicode-bidi: normal;
  vertical-align: middle;
  white-space: nowrap;
  z-index: 100;
}
.taglist-tokenarea span.taglist-token {
  margin: 5px;
}
.token-remove {
  background-attachment: scroll;
  -moz-background-clip: border-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  background-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAsCAYAAACzBUKoAAAAvElEQVR42p2RsQ3DMBADNYfHiGdw6Q1SZw6vkRlcegBv4zWYD6CCACH8iw9cQfyZFqQGoIwnv97fJfjw8p+DhWRadCSTrB+oqPKo0W3Oz2zfRoonx2/WYC+wNgopLG+I4WXPm8igkSzNLKio8qjRbc7P7N9GlekXPIK7wNEopLB8IoaXPZ8ig0ayNLOgosqjRrc5P7N/G1WmX/AKUOBqFFJYfhDDy54fkWkki8yCiiqPGu3m/Mz+bVSZesEfB8CKbsRog4oAAAAASUVORK5CYII=') /*../ico/close-blue.png*/;
  -moz-background-origin: padding-box;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  border-bottom-color: #67808c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-color: #67808c;
  border-left-style: none;
  border-left-width: 0;
  border-right-color: #67808c;
  border-right-style: none;
  border-right-width: 0;
  border-top-color: #67808c;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: 0;
  color: #67808c;
  cursor: pointer;
  direction: ltr;
  display: inline-block;
  float: none;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  height: 11px;
  line-height: 11px;
  list-style-type: none;
  margin-bottom: -2px;
  margin-left: 1px;
  margin-right: 0;
  margin-top: 2px;
  outline-color: #67808c;
  outline-style: none;
  outline-width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  position: static;
  text-align: left;
  text-indent: -11px;
  unicode-bidi: normal;
  vertical-align: baseline;
  white-space: nowrap;
  width: 11px;
  z-index: auto;
}
.template-token {
  display: none;
}
/* Widgets */
.widget-column {
  min-height: 1000px;
}
.widget-temp-placeholder {
  border: 1px dashed #c8d8df;
  background-color: rgba(153, 171, 180, 0.1);
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
}
.widget-temp-placeholder-helper {
  /* border: 1px dashed @color-xlight-gray;
    background-color: @color-transparent-gray;
    height: 200px;
    width: 100%;
    margin-bottom: 10px;*/
  border: none;
  background-color: transparent;
  height: 10px;
  width: 100%;
}
.widget-moveable .data-widget-head {
  cursor: move;
}
.widget-placeholder {
  border: 1px dashed #aaa;
  visibility: visible !important;
  height: 200px;
  margin: 0 0 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.widget-placeholder * {
  visibility: hidden;
}
.widget-title {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}
.widget-stat-value {
  font-size: 36px;
  font-weight: 600;
  vertical-align: middle !important;
  line-height: 36px;
  height: 100%;
  padding: 8px 0;
}
.widget-stat-value.widget-stat-value-condensed,
.list-row.list-row-condensed .widget-stat-value {
  font-size: 20px;
  font-weight: 600;
  vertical-align: middle !important;
  height: 100%;
  padding: 3px 0;
}
.widget-stat-total {
  line-height: 44px !important;
  vertical-align: middle !important;
}
.widget-stat-total .widget-stat-value {
  font-size: 44px;
}
/* Widgets Library */
.widget-lib-details .taglist-token {
  margin-bottom: 5px;
}
/*RTI*/
.rti-header-hr {
  margin-top: 0;
}
.rti-header-title h5 {
  margin-top: 0;
}
.rti-header-pd {
  margin-bottom: 10px;
  text-align: right;
}
.horizontal-scroll {
  overflow-x: scroll;
}
table .header-fixed {
  position: fixed;
  top: 50px;
  z-index: 1020;
  border-bottom: 1px solid #d5d5d5;
  background-color: #eaeaea;
}
@media (max-width: 979px) {
  table .header-fixed {
    top: 0;
  }
}
/*Text Styles*/
.emphasis {
  font-weight: bolder;
}
a.reference-text {
  color: inherit;
}
.print-thead-th {
  display: none;
}
.print-tbody-td {
  width: 13%;
}
.noexport {
  display: none !important;
}
.pdf-no-break-inside {
  page-break-inside: avoid !important;
}
.well-quick-tools {
  margin: 15px;
  width: 135px;
  padding-bottom: 0;
}
/*Stats*/
.stat-container {
  text-align: center;
  width: 100%;
}
.stat-holder {
  color: #758d99;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
}
.stat-holder-left {
  text-align: left;
}
.stat-holder-right {
  text-align: right;
}
.stat {
  height: 60px;
  padding: 15px;
  text-align: center;
  background: #f6f6f6;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #758d99;
}
.stat a {
  text-decoration: none;
  color: inherit;
  line-height: 20px;
  margin: 10px 0 15px 0;
}
.stat-value {
  display: block;
  margin: 10px 0 15px 0;
  font-size: 44px;
  font-weight: 600;
  font-style: normal;
}
.stat-title {
  display: block;
  padding: 3px 0;
  color: #888888;
  font-size: 11px;
  font-weight: 800;
}
.brief-box {
  padding: 10px 0;
}
.brief-box .list-row {
  padding: 8px 0;
}
.brief-main {
  padding-bottom: 8px;
}
.brief-main-title {
  display: inline-block;
  padding: 3px 0;
  color: #99abb4;
  font-size: 12px;
  font-weight: 800;
}
.brief-main-value {
  display: block;
  margin: 10px 0 15px 0;
  font-size: 48px;
  font-weight: 600;
  font-style: normal;
}
/*Quick Tools*/
.quick-tools {
  text-align: center;
}
.quick-tools .quick-tool {
  width: 15%;
  display: inline-block;
  padding: 12px 0;
  margin: 0 .5% 1em;
  vertical-align: top;
}
.quick-tools .quick-tool:first-child {
  margin-left: 0;
}
.quick-tool-icon {
  margin-top: .25em;
  margin-bottom: .25em;
  font-size: 32px;
  color: #888;
  display: inline-block;
}
.quick-tool-label {
  display: block;
  font-weight: 500;
  color: #666;
  padding: 5px;
  font-size: 12px;
}
/*Lists*/
.list-header {
  font-weight: 500;
  padding: 8px 0 !important;
}
.list-row {
  border-top: 1px solid #dddddd;
}
.student-row-options {
  text-align: left;
}
.list-body .list-row,
.list-footer .list-row {
  padding: 8px;
}
.list-row.list-row-condensed {
  padding: 3px;
}
.list-row.list-row-condensed:first-child {
  border-top: none;
}
.list-footer {
  padding-bottom: 8px;
  font-weight: 500;
}
/*Gauges*/
.gauge.gauge-large {
  height: 256px;
}
.gauge {
  height: 160px;
}
.gauge.gauge-small {
  height: 96px;
}
.gauge.gauge-mini {
  height: 64px;
}
/*UI*/
div.draggable,
table.draggable th:not(.fixed),
dragg-zone {
  cursor: move;
}
@media (max-width: 900px) {
  .btn-view-details {
    display: none !important;
  }
}
.page-section-header {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
}
.exact {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 100%;
  min-height: 0;
  min-width: 0;
}
.exact-important {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  line-height: 100% !important;
  min-height: 0 !important;
  min-width: 0 !important;
}
.pager-label {
  margin-left: 5px;
  margin-right: 5px;
}
.listing-header {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  clear: both;
  overflow: hidden;
}
.listing-header h4,
.listing-header h5 {
  margin: 0;
  float: left;
  font-weight: normal;
  text-transform: uppercase;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.listing-header h4 {
  font-size: 16px;
}
.listing-header h5 {
  font-size: 14px;
}
.listing-header div.listing-header-options {
  text-align: right;
  padding-bottom: 10px;
}
.section-header {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 16px 0;
  margin-top: 20px;
}
.section-header-condensed-top {
  margin-top: 0;
}
.section-header h4,
h5 {
  margin: 0;
  font-weight: normal;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.section-header h4 {
  font-size: 16px;
}
.section-header h5 {
  font-size: 14px;
}
.section-header-condensed {
  padding-bottom: 10px;
}
.section-header-spaced {
  margin-bottom: 20px;
}
.section-header-spaced-top {
  margin-top: 24px;
}
.section-header-open {
  border-bottom: none;
}
.section-footer {
  padding: 0px 0 0 0;
}
.section-footer h4 {
  margin: 0;
}
.section-footer-condensed {
  padding-top: 10px;
}
.text-val {
  display: block;
}
.validation-summary-errors {
  color: #fc4b6c;
  margin-top: 20px;
}
.validation-summary-errors ul {
  list-style-type: none;
  margin: 0;
}
.control-label-small {
  width: 80px !important;
}
.controls-small {
  margin-left: 100px !important;
}
.adv-filter-container {
  padding-left: 20px;
  padding-right: 20px;
}
.adv-filter-container .row-fluid {
  margin-bottom: 20px;
}
/*End of top nav search*/
input.transparent {
  border: none;
  outline: none;
  box-shadow: none !important;
  font-weight: 300;
}
input.transparent:focus {
  border: none !important;
  outline: none !important;
}
/* Widgets */
.data-widget-box {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.data-widget-final {
  border: none;
}
.data-widget-primary {
  border-color: #b0d6f8;
}
.data-widget-info {
  border-color: #b2edf5;
}
.data-widget-success {
  border-color: #a7f6ca;
}
.data-widget-warning {
  border-color: #ffe4b6;
}
.data-widget-danger {
  border-color: #fec1cd;
}
.data-widget-section.data-widget-section-clean {
  border: none;
}
.data-widget-head {
  padding: 10px;
}
.data-widget-head h5 {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding-top: 0;
}
.data-widget-head button i.fa {
  color: #99abb4;
}
.data-widget:hover .data-widget-head {
  background: #f9f9f9;
}
.data-widget-body {
  padding: 10px;
}
.data-widget-body.data-widget-exact {
  padding: 0;
}
.data-widget-body.data-widget-exact table.table.table-widget tr td:first-child {
  padding-left: 30px;
}
.data-widget-body.data-widget-exact table.table.table-widget tr td:last-child {
  padding-right: 30px;
}
.data-widget-body.data-widget-exact table.table.table-bars:not(.table-family) tr:first-child td {
  border-top: none;
}
.data-widget-body.data-widget-exact table.table.table-bars tr td {
  padding: 0;
  line-height: 1em;
  border: none;
}
.data-widget-body.data-widget-exact table.table.table-bars tr td:first-child {
  padding-left: 30px;
  padding-right: 10px;
}
.data-widget-body.data-widget-exact table.table.table-bars tr td:last-child {
  padding-right: 30px;
  padding-left: 15px;
}
.data-widget-body.data-widget-exact table.table.table-bars tr td .progress {
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 2px;
  margin-bottom: 2px;
}
.data-widget-body.data-widget-exact table.table.table-bars tr.tr-label td {
  padding-top: 6px;
  padding-bottom: 2px;
}
.widget-caret {
  margin-top: 4px;
}
.widget-muted {
  text-align: center;
}
/*end of widgets*/
span.paging-legend-top {
  margin-right: 10px;
}
.page-size-option {
  margin-right: 5px;
}
.page-size-option.active {
  color: #99abb4;
}
.toolbar-wrap {
  margin-top: 4px;
  margin-bottom: 4px;
}
.th-wide,
.td-wide {
  width: 100%;
}
.th-exact,
.td-exact {
  width: 1.0em;
}
th.th-bordered,
th.th-bordered-left,
td.td-bordered,
td.td-bordered-left {
  border-left: 1px solid rgba(0, 0, 0, 0.05) !important;
}
th.th-bordered-right,
td.td-bordered-right {
  border-right: 1px solid rgba(0, 0, 0, 0.05) !important;
}
th.th-bordered-top,
td.td-bordered-top {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}
th.th-bordered-bottom,
td.td-bordered-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
th.th-bordered-strong,
th.th-bordered-left-strong,
td.td-bordered-strong,
td.td-bordered-left-strong {
  border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}
th.th-bordered-right-strong,
td.td-bordered-right-strong {
  border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
th.th-bordered-top-strong,
td.td-bordered-top-strong {
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
th.th-bordered-bottom-strong,
td.td-bordered-bottom-strong {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
th.th-cta {
  border-top: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  border-left: 1px solid #bbb !important;
  background-color: rgba(0, 0, 0, 0.1) !important;
}
td.td-cta {
  border-left: 1px solid #bbb !important;
  border-right: 1px solid #bbb !important;
  background-color: rgba(0, 0, 0, 0.05) !important;
}
td.td-cta.td-cta-footer {
  border-bottom: 1px solid #bbb;
  padding: 16px;
}
td.td-footer {
  border-top: 1px solid #67808c;
}
th.th-right,
td.td-right {
  text-align: right;
}
th.th-center,
td.td-center {
  text-align: center;
}
th.th-bold,
td.td-bold {
  font-weight: 500;
}
th.th-upper,
td.td-upper {
  text-transform: uppercase;
}
th.th-black,
td.td-black {
  color: black;
}
tr.tr-middle > th,
tr.tr-middle > td {
  vertical-align: middle;
}
tr.tr-dashed th,
tr.tr-dashed td {
  border-top-style: dashed;
}
tr.tr-borderless th,
tr.tr-borderless td {
  border-top-style: none;
}
hr.hr-exact {
  margin-top: 0;
  margin-bottom: 0;
}
hr.hr-small {
  margin-top: 8px;
  margin-bottom: 8px;
}
hr.hr-xsmall {
  margin-top: 4px;
  margin-bottom: 4px;
}
.table.table-unstyled th,
.table.table-unstyled td {
  border-top: none;
}
.span-exact {
  margin-left: 0 !important;
}
/*Report items for report library*/
.report-category {
  color: black;
  text-transform: capitalize;
  font-size: 17.5px;
}
.report-item-icon {
  float: left;
  position: absolute;
  font-size: 17.5px;
}
.report-item-icon.report-item-mini i {
  font-size: 15.4px;
}
.report-item-content {
  padding-left: 30px;
  margin-bottom: 40px;
}
.report-item-content.report-item-mini {
  padding-left: 20px;
  margin-bottom: 20px;
}
.report-item-name {
  margin-bottom: 10px;
  font-size: 15.4px;
  font-weight: 400;
}
.report-item-description {
  margin-bottom: 10Spx;
}
.report-item-footer {
  margin-bottom: 0;
}
.report-list-item:hover .report-list-fav-switch i {
  visibility: visible !important;
}
.profile-img > a > img {
  margin-top: -20px;
  width: 120px;
  min-width: 120px;
  max-width: 120px;
  height: 160px;
  min-height: 160px;
  max-height: 160px;
}
img.menu-img {
  width: 24px;
  border-radius: 4px;
}
.menu-img img {
  width: 24px;
  border-radius: 4px;
}
.listing-img {
  width: 32px;
}
.listing-img img {
  width: 32px;
  border-radius: 4px;
}
img.listing-img {
  width: 32px;
  border-radius: 4px;
}
td.td-listing-img,
th.th-listing-img {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
}
td.td-grid-img {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
}
.listing-img-left {
  float: left;
  margin-left: 3px;
  margin-right: 6px;
  margin-top: 1px;
}
.listing-img.muted {
  opacity: 0.25;
  filter: alpha(opacity=25);
  /* msie */
  background-color: #000000;
}
.listing-img-text {
  line-height: 32px;
}
.grid-img img,
img.grid-img {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  border-radius: 4px;
}
.grid-img-listing img,
img.grid-img-listing {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  border-radius: 4px;
}
.grid-img-center,
.profile-img-center {
  margin: auto;
}
.listing-avatar {
  width: 24px;
  border-radius: 4px;
}
.listing-avatar-large {
  width: 48px;
  border-radius: 4px;
}
.btn-large.btn-icon img {
  width: 64px;
  height: 64px;
}
/*Map*/
#_map {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 320px;
}
#_map.big-map {
  height: 640px;
  max-height: 100%;
}
div.map-info-content {
  width: 100%;
  overflow: hidden;
}
article.content {
  width: 160px;
  padding-left: 10px;
  padding-right: 10px;
}
div.map-info-item {
  margin-left: 5px;
}
div.map-info-item ul {
  list-style: none;
  padding-top: 0;
}
div#map-smart-info {
  padding: 3px 3px 3px 3px;
  background-color: #ffffff !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);
}
.input-exact {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.nav-pills > li > a {
  border-radius: 6px;
}
/* search */
.search-hit-wrapper {
  padding-top: 40px;
  padding-bottom: 20px;
}
.search-hit {
  text-align: center;
  margin-bottom: 20px;
  min-height: 128px;
  max-height: 128px;
  height: 128px;
}
.search-hit-title {
  margin-top: 3px;
  font-size: 14px;
}
/*RTI*/
.wizard-instructions {
  margin-bottom: 40px;
}
.wizard-footer {
  margin-top: 40px;
}
.form-skeleton-top tr td {
  vertical-align: top;
}
.form-controls,
form-label,
form-aux {
  padding-bottom: 20px;
}
.form-label {
  text-align: right;
  padding-right: 10px;
  min-width: 100px;
  max-width: 300px;
}
.form-controls {
  width: 100%;
}
.form-aux {
  text-align: left;
  padding-left: 10px;
  max-width: 300px;
  min-width: 200px;
}
.form-control-label {
  color: #bbb;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.form-control-label.on {
  color: #c8d8df;
}
.form-control-subtitle {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 5px;
  font-size: 60%;
}
.form-control-block {
  margin-bottom: 28px;
}
.input-xsmall {
  width: 48px;
}
.input-suffix {
  font-size: 11px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
}
.form-section-header {
  text-align: center;
  margin: 43px 0 56px 0;
}
.form-section-header:first-child {
  margin-top: 15px;
}
.form-section-header h4 {
  font-weight: normal;
  color: #1e88e5;
  font-size: 20px;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
.form-cta {
  padding: 28px 20px;
  margin: 28px 0;
  border-top: 2px solid #d7e4ea;
}
.form-cta.form-cta-light {
  border-top: 1px solid #d7e4ea;
}
.form-cta .form-control-label {
  color: #aaa;
}
textarea.form-control {
  resize: none;
}
.cta-section {
  text-align: center;
}
.cta-section i {
  margin-top: 48px;
}
.cta-section h4 {
  font-size: 24px;
  font-weight: normal;
  color: #26c6da;
  margin-top: 24px;
  margin-bottom: 24px;
}
.cta-section p {
  font-size: 14px;
  margin-bottom: 24px;
}
.cta-section p.actions {
  margin-bottom: 48px;
}
code.tag {
  margin-right: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
}
code.tag.tag-block {
  display: inline-block;
  line-height: 1.0em;
}
code.tag.tag-qualitative-scale:hover {
  background-color: #c9f3f9;
}
code.tag i {
  font-style: normal;
  margin-left: 8px;
}
code.tag.tag-edstd {
  padding: .3em .6em;
  font-size: 11.9px;
}
code.tag.tag-edstd a {
  color: #99abb4;
}
code.tag.tag-edstd .tag-edstd-type {
  padding-right: .3em;
  margin-right: .3em;
  border-right: 1px solid #dddddd;
}
code.tag.tag-edstd .tag-edstd-remove {
  margin-left: .3em;
}
code.tag input[type=checkbox],
code.tag input[type=radio] {
  margin: 0;
}
/* Educational Standards */
.edstd-index {
  padding-right: 10px;
  text-align: right;
}
.edstd-item {
  width: 100%;
  padding-bottom: 10px;
  padding-right: 10px;
}
.edstd-action {
  vertical-align: top;
}
/* Wizard Guide */
table.wizard-guide {
  line-height: 100%;
  min-height: 0;
  width: 100%;
  margin: 20px 0;
}
table.wizard-guide tr td {
  background-image: url("http://dummyimage.com/1x4/D7E4EA/D7E4EA.gif");
  background-position: center left;
  background-repeat: repeat-x;
  text-align: center;
}
table.wizard-guide tr td.on {
  /*@url: "http://dummyimage.com/1x4/@{color-txt-success}/@{color-txt-success}.gif";
            background-image: url(@url);*/
}
table.wizard-guide tr td a i {
  padding: 10px;
  border-radius: 50%;
  width: 1em;
  background-color: #d7e4ea;
  color: black;
}
table.wizard-guide tr td.on a i {
  background-color: #1acb69;
  color: white;
}
table.wizard-guide tr td.on.now a i {
  padding: 15px;
  background-color: #1e88e5;
  color: white;
  /*padding: 30px;*/
}
/* Section Guide */
ol.section-guide {
  list-style-type: none;
  margin: 0;
  text-align: center;
  background-image: url("http://dummyimage.com/4x1/D7E4EA/D7E4EA.gif");
  background-position: top center;
  background-repeat: repeat-y;
}
ol.section-guide li {
  margin: 100px 0;
}
ol.section-guide li:first-child {
  margin-top: 0;
}
ol.section-guide li:last-child {
  margin-bottom: 0;
}
ol.section-guide li a i {
  padding: 8px;
  border-radius: 50%;
  width: 1em;
  background-color: #d7e4ea;
  color: black;
}
ol.section-guide li.done a i {
  background-color: #1acb69;
  color: white;
}
ol.section-guide li.on a i {
  padding: 12px;
  background-color: #1e88e5;
  color: white;
}
.no-margin-left {
  margin-left: 0 !important;
}
.checkbox-container {
  margin: 5px 0 0 8px !important;
}
.collapsable-toggle {
  padding: 0 5px !important;
}
.collapsable-header {
  padding-top: 5px !important;
}
.demographic-data {
  color: black;
}
.refresh-meeting-target {
  cursor: pointer;
}
.current-selected {
  background-color: #F1F1F1;
  font-size: 12px;
  color: black;
}
/*Messages Badge*/
.messages-badge-unread {
  margin-left: 5px;
}
.messages-badge-unread.badge-bubble {
  top: 1px;
  right: 3px;
  color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.textarea-large {
  height: 240px;
}
.textarea-xlarge {
  height: 320px;
}
.textarea-xxlarge {
  height: 480px;
}
.textarea-nonresizeable {
  resize: none;
}
.btn-icon.btn-icon-xlarge {
  height: 32px;
}
.btn-icon.btn-icon-xlarge.btn-icon-left {
  margin-right: 19px;
}
.btn-icon.btn-icon-xlarge.btn-icon-right {
  margin-left: 19px;
}
dl.dl-simple dt {
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}
dl.dl-simple dd {
  margin-left: 0;
  margin-bottom: 20px;
}
/*Typeahead Extension*/
ul.typeahead a {
  text-decoration: none;
}
ul.typeahead > li > a {
  padding: 3px;
  line-height: 35px;
}
ul.typeahead .search-hit {
  width: 100%;
  padding: 0;
  margin: 0;
}
ul.typeahead .search-hit .listing-avatar {
  padding: 3px 5px;
  float: left;
}
ul.typeahead .search-hit .sh-content {
  text-align: left;
  padding: 3px;
  margin-left: 7px;
}
ul.typeahead .search-hit span.sh-title {
  font-weight: 500;
}
ul.typeahead .search-hit span.sh-category {
  font-size: small !important;
}
ul.typeahead .active .search-hit a {
  color: #ffffff !important;
}
ul.typeahead .active .search-hit span.sh-title {
  color: #ffffff !important;
}
ul.typeahead .active .search-hit span.sh-category {
  color: #dddddd;
}
/*vCard Styles*/
.vcard {
  width: 320px;
  min-width: 320px;
  max-width: 320px;
  height: 180px;
  min-height: 180px;
  max-height: 180px;
  overflow: hidden;
}
.vcard-header {
  padding: 5px 10px 0 10px;
}
.vcard-img {
  border-radius: 50%;
  border: 4px solid #d7e4ea;
  overflow: hidden;
  width: 128px;
  max-width: 128px;
  min-width: 128px;
  height: 128px;
  max-height: 128px;
  min-height: 128px;
}
.vcard-img img {
  margin-top: -21px;
}
.vcard-cta {
  margin-top: -3px;
}
.vcard-body {
  padding: 10px;
}
.vcard-list {
  margin-top: 0;
  margin-bottom: 0;
}
.vcard-list dt {
  color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 5px;
}
.vcard-list dd {
  padding-left: 0;
  margin-left: 0;
  font-size: 9px;
  line-height: 9px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.vcard-list dd:last-child {
  margin-top: 10px;
  margin-bottom: 0;
}
.card-edstd-content {
  width: 200px;
  height: 150px;
  overflow-x: hidden;
}
.card-edstd {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  height: 110px;
  min-height: 110px;
  max-height: 110px;
  overflow: hidden;
}
.input-size-fixed {
  width: 80px;
}
/*Explanations*/
blockquote {
  font-family: serif;
  line-height: 1.6em;
}
.blockquote-large {
  font-size: 24px;
}
/*Interventions*/
h3.title {
  margin-top: 0;
  color: #26c6da;
}
h3.title.on-track {
  color: #1acb69;
}
h3.title.off-track {
  color: red;
}
h3.title.succeded {
  color: #1acb69;
  text-decoration: line-through;
}
h3.title.failed {
  color: red;
  text-decoration: line-through;
}
h6.subtitle {
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  margin-top: 0;
}
/* Affix */
.affix.affix-top20 {
  top: 20px;
}
.affix.affix-top40 {
  top: 40px;
}
.affix.affix-bottom80 {
  bottom: 80px;
}
/* Fading */
.sgy-fade {
  -webkit-transition: 0.85s linear all;
  -moz-transition: 0.85s linear all;
  -o-transition: 0.85s linear all;
  transition: 0.85s linear all;
  opacity: 1;
}
.sgy-fade.ng-hide {
  opacity: 0;
}
.sgy-fade.ng-hide-remove {
  display: block !important;
}
/*Loading Splash*/
#page-wrapper.page-loading {
  opacity: 0.5;
}
/*Smart sharing*/
.social-share-list,
.social-tags,
#smart-share-list,
.smart-tags {
  list-style-type: none;
  margin: 0;
}
.social-share-list.not-empty,
.social-tags.not-empty,
#smart-share-list.not-empty,
.smart-tags.not-empty {
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 10px;
  padding: 5px;
}
.social-share-list > li,
.social-tags > li,
#smart-share-list > li,
.smart-tags > li {
  display: inline;
}
.social-share-list > li.share-tag,
.social-tags > li.share-tag,
#smart-share-list > li.share-tag,
.smart-tags > li.share-tag,
.social-share-list > li.smart-tag,
.social-tags > li.smart-tag,
#smart-share-list > li.smart-tag,
.smart-tags > li.smart-tag {
  background-color: #f7f7f7;
  color: #99abb4;
  border: 1px solid #dddddd;
  border-radius: 2px;
  -webkit-break-inside: avoid;
  break-inside: avoid;
  display: inline-block;
  line-height: 1.0em;
  padding: .5em;
  margin: 2px 4px;
}
.social-share-list > li.share-tag:first-child,
.social-tags > li.share-tag:first-child,
#smart-share-list > li.share-tag:first-child,
.smart-tags > li.share-tag:first-child,
.social-share-list > li.smart-tag:first-child,
.social-tags > li.smart-tag:first-child,
#smart-share-list > li.smart-tag:first-child,
.smart-tags > li.smart-tag:first-child {
  margin-left: 0;
}
.social-share-list > li.share-tag.transparent-tag,
.social-tags > li.share-tag.transparent-tag,
#smart-share-list > li.share-tag.transparent-tag,
.smart-tags > li.share-tag.transparent-tag,
.social-share-list > li.smart-tag.transparent-tag,
.social-tags > li.smart-tag.transparent-tag,
#smart-share-list > li.smart-tag.transparent-tag,
.smart-tags > li.smart-tag.transparent-tag {
  background-color: transparent;
  border-color: transparent;
}
.social-share-input,
.social-tag-input,
#smart-share-input,
.smart-tag-input {
  font-size: 12px;
}
.social-share-input.not-empty,
.social-tag-input.not-empty,
#smart-share-input.not-empty,
.smart-tag-input.not-empty {
  border: none;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.social-share-input:focus,
.social-tag-input:focus,
#smart-share-input:focus,
.smart-tag-input:focus {
  outline: 0;
}
.social-share-notes,
#smart-share-notes {
  font-size: 14px;
}
/* Testing (remove this at some poing) */
.btn-test-success {
  background-color: #1acb69;
}
.btn-test-light-success {
  background-color: #4fea94;
}
/*BYOR*/
table.table-center thead tr th,
table.table-center tbody tr td,
table.table-center tfoot tr td {
  text-align: center;
}
span.br-perc {
  margin-left: .25em;
}
th.br-item,
th.br-cat {
  min-width: 100px;
  max-width: 200px;
}
th.br-left-item {
  min-width: 200px;
  max-width: 300px;
}
/* Plain Anchor*/
a.anchor-plain,
a.anchor-plain:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
.border-l-solid-1 {
  border-left-style: solid;
  border-left-width: 1px;
}
.border-r-solid-1 {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-h-solid-1 {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
}
.border-t-solid-1 {
  border-top-style: solid;
  border-top-width: 1px;
}
.border-b-solid-1 {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}
.border-v-solid-1 {
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}
.border-solid-1 {
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
}
.border-dashed-1 {
  border: 1px dashed;
  border-color: #cccccc !important;
}
.border-pink {
  border-color: #fec1e2 !important;
}
.border-info,
.border-blue {
  border-color: #b2edf5 !important;
}
.border-danger,
.border-red {
  border-color: #fec1cd !important;
}
.border-warning,
.border-orange,
.border-yellow {
  border-color: #ffe4b6 !important;
}
.border-success,
.border-green {
  border-color: #a7f6ca !important;
}
.border-muted,
.border-gray,
.border-comp {
  border-color: #dddddd !important;
}
.border-comp-light {
  border-color: #e5e5e5 !important;
}
.border-comp-dark {
  border-color: #cccccc !important;
}
.border-comp-darkish {
  border-color: #aaaaaa !important;
}
.border-comp-darker {
  border-color: #aaaaaa !important;
}
/*UX clues*/
.student-profile-body .uxclue-wrapper {
  border-top: 1px solid #dddddd;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #ffffff;
}
.uxclue-ico {
  margin-top: 40px;
  text-align: center;
}
.uxclue-txt {
  margin-top: 40px;
  line-height: 1.4em;
  text-align: center;
  font-size: 17.5px;
  font-weight: 300;
}
.uxclue-cta {
  text-align: center;
  margin-top: 40px;
}
.uxclue-help {
  margin-top: 60px;
  text-align: center;
}
/*End of UX clues*/
/* Color picker */
i.color-picker-element {
  cursor: pointer;
}
/* SNLGY forms */
form.sn-form fieldset {
  margin-bottom: 27px;
}
form.sn-form legend {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.0em;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom-width: 2px;
  font-family: Poppins, sans-serif;
  padding-bottom: 7px;
  color: #758d99;
}
form.sn-form legend a {
  float: right;
}
form.sn-form legend a i {
  vertical-align: bottom;
}
form.sn-form label.checkbox.inline,
form.sn-form label.radio.inline {
  margin-left: 0 !important;
  margin-right: 10px !important;
  white-space: nowrap;
  width: 90px;
  overflow-x: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
form.sn-form label.checkbox.inline.col3,
form.sn-form label.radio.inline.col3 {
  width: 130px;
}
form.sn-form label.checkbox.inline.col2,
form.sn-form label.radio.inline.col2 {
  width: 210px;
}
form.sn-form label.checkbox.inline.col1,
form.sn-form label.radio.inline.col1 {
  width: 460px;
}
.sn-form-header {
  background-color: #f9f9f9 !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-color: #dddddd !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.sn-form-footer {
  background-color: #f9f9f9 !important;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #dddddd !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-align: center !important;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.tip-large {
  width: 300px !important;
}
.tip-small {
  width: 150px !important;
}
.tip-xlarge {
  width: 400px !important;
}
.tip-content {
  font-size: 13px !important;
  line-height: 1.6em;
  font-weight: normal !important;
  text-shadow: none !important;
  text-transform: none !important;
  text-align: left !important;
  max-width: 500px !important;
  width: 220px;
  padding: 15px 15px 25px 15px;
  color: rgba(255, 255, 255, 0.95);
}
.guided-help-next,
.guided-help-previous,
.guided-help-exit {
  padding: 0 !important;
}
.tooltip.in {
  opacity: .9;
}
.tooltip.left.tip-content .tooltip-arrow {
  right: -13%;
}
.tooltip.left.tip-content.tip-small .tooltip-arrow {
  right: -19%;
}
.tooltip.left.tip-content.tip-large .tooltip-arrow {
  right: -9.5%;
}
.tooltip.left.tip-content.tip-xlarge .tooltip-arrow {
  right: -7%;
}
/* tabs modal */
.modal.modal-tabs .modal-header {
  padding-bottom: 0;
  border-bottom: none;
}
/* search modal */
.modal.modal-search .modal-header {
  padding: 14px 15px 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #dddddd;
  border-radius: 2px 2px 0 0;
  box-shadow: inset 0 -1px 0 #ffffff;
}
.modal.modal-search .modal-header input {
  margin-bottom: 0;
  width: 100%;
  font-size: 17px;
  line-height: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 37px;
  min-height: 37px;
  max-height: 37px;
  border-radius: 2px;
  border-bottom-width: 1px;
}
.modal.modal-search .modal-header input:focus {
  outline: none !important;
  box-shadow: none !important;
}
/* App Tour*/
.modal-fixed-walkthrough {
  width: 640px;
  margin-left: -320px;
  overflow: hidden;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 29px;
  border: 4px;
}
.modal-fixed-walkthrough .modal-header {
  background-color: #e2edf1;
  padding: 4px 8px;
}
.modal-fixed-walkthrough .modal-header i.fa {
  font-size: 11.9px;
}
.modal-fixed-walkthrough .modal-body {
  height: 400px;
  min-height: 400px;
  max-height: 400px;
  padding: 0;
  overflow-y: hidden;
}
.modal-fixed-walkthrough .modal-footer {
  padding: 20px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.modal-fixed-walkthrough .walkthrough-screen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  opacity: 0;
  z-index: -1;
}
.modal-fixed-walkthrough .modal-footer button {
  margin-top: 20px;
}
.walkthrough-header {
  background-color: #e2edf1;
}
.walkthrough-slide {
  text-align: center !important;
  display: none;
  width: 640px;
  padding-top: 220px;
}
.walkthrough-slide.active {
  display: block;
  left: 0;
}
.walkthrough-slide h3 {
  color: #1e88e5;
  padding-left: 40px;
  padding-right: 40px;
}
.walkthrough-slide p {
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
.modal-fixed-walkthrough ol.carousel-indicators {
  display: inline-block;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 40px auto auto;
}
.modal-fixed-walkthrough ol.carousel-indicators li {
  background: #dddddd;
  cursor: pointer;
}
.modal-fixed-walkthrough ol.carousel-indicators li:hover {
  background: #cccccc;
}
.modal-fixed-walkthrough ol.carousel-indicators li.active {
  background: #bbb;
}
/*Listing Stats*/
.listing-stats {
  margin-top: 10px;
  padding: 20px;
}
.listing-stats h2 {
  font-weight: 400;
}
.listing-stats label {
  font-size: 11.9px;
  text-transform: uppercase;
  font-weight: 500;
}
/* rnd - testing */
.context-menu {
  position: absolute;
  z-index: 9999;
}
.context-menu.open {
  display: block;
}
.q-editor {
  padding: 5px;
}
.q-section {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
}
.q-preview-section-header {
  border-bottom: 1px solid #cccccc;
}
.q-editor-section-content {
  padding: 10px;
}
.q-editor-section-content > div {
  padding: 5px;
  margin-bottom: 5px;
}
.q-editor-sub-section-header {
  padding-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #dddddd;
}
.q-preview-section-content {
  padding: 10px 0px;
}
.q-preview-frame {
  min-height: 640px;
  border: 3px solid #dddddd;
  border-radius: 25px;
  padding: 50px 25px;
  background-color: #e2edf1;
}
.q-preview-frame-inner {
  min-height: 640px;
  border: 3px solid #dddddd;
  background-color: #fefefe;
}
.q-preview-frame-inner > div {
  margin: 20px 10px;
}
.q-feedback {
  border-top: 1px solid #e2edf1;
  margin: 15px 0;
  padding: 7px;
}
span.inline {
  margin: 0 5px;
}
.modal.modal-test-drive {
  background: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.modal-test-drive .test-drive-controls {
  margin: 0 0 15px 0;
}
table.table-question label {
  margin-bottom: 0;
}
table.table-question input {
  margin-bottom: 0;
}
table.table-question select {
  margin-bottom: 0;
}
.sn-dropzone {
  min-width: 5em;
  background-color: #ffffff;
  border: 2px dashed #cccccc;
  display: inline-block;
  line-height: 30px;
}
.sn-dragndrop {
  cursor: move;
  text-align: center;
}
.sn-dragndrop .btn {
  cursor: move;
}
.sn-dragndrop.disabled {
  cursor: not-allowed;
  color: #99abb4;
}
.sn-dragndrop.disabled .btn {
  cursor: not-allowed;
}
.sn-dragzone .sn-dragndrop {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
.sn-over {
  background-color: #c1f9da;
}
.sn-drag {
  font-weight: 500;
}
/* V Card Tables and images */
table.table-card {
  margin-bottom: 5px !important;
  font-size: 14px !important;
}
table.table-card th {
  font-weight: normal !important;
  vertical-align: middle !important;
}
table.table-card th small {
  white-space: nowrap !important;
  line-height: 1.2em !important;
  display: block;
}
table.table.table-card td {
  background-color: transparent !important;
  text-align: left !important;
  vertical-align: top !important;
}
table.table.table-card td.text-right {
  text-align: right !important;
}
table.table.table-card td:first-child,
table.table.table-card th:first-child {
  padding-left: 15px !important;
}
table.table.table-card td:last-child,
table.table.table-card th:last-child {
  padding-right: 15px !important;
}
table.table.table-card tr:first-child > th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
table.table.table-card tr:first-child td {
  border-top: none !important;
}
table.table.table-card tr:hover td,
table.table.table-card tr:hover th {
  border-bottom-width: 0 !important;
}
.ng-vcard-img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
/* Loaders */
.loader {
  /*position: fixed;*/
  z-index: 3;
  margin: 0 auto;
  padding: 20px;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 2px;
  list-style: none;
  background-color: #d7e4ea;
}
@-webkit-keyframes 'loadbars' {
  0% {
    height: 10px;
    margin-top: 25px;
  }
  50% {
    height: 60px;
    margin-top: 0px;
  }
  100% {
    height: 10px;
    margin-top: 25px;
  }
}
.loader li {
  background-color: #1e88e5;
  width: 10px;
  height: 10px;
  float: right;
  margin-left: 5px;
  margin-right: 5px;
}
.loader.loader-success li {
  background-color: #1acb69;
}
.loader.loader-danger li {
  background-color: #fc4b6c;
}
.loader.loader-warning li {
  background-color: #ffb22b;
}
.loader.loader-info li {
  background-color: #26c6da;
}
.loader li:first-child {
  -webkit-animation: loadbars 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) infinite 0s;
}
.loader li:nth-child(2) {
  -webkit-animation: loadbars 0.6s ease-in-out infinite -0.2s;
}
.loader li:nth-child(3) {
  -webkit-animation: loadbars 0.6s ease-in-out infinite -0.4s;
}
/*Sidebar*/
.position-fixed {
  position: fixed;
}
/* Oops */
.oops {
  margin-top: 100px;
}
.oops h1 {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 40px;
}
.oops .description {
  margin-bottom: 40px;
  color: #c8d8df;
}
/*Form box*/
.form-box {
  margin-top: 0;
  margin-bottom: 20px;
}
.form-box .form-box-header {
  background: #fcfcfc;
  border: 1px solid #dddddd;
  border-bottom: none;
}
.form-box .form-box-header .form-box-header-content {
  font-size: 21px;
  line-height: 40px;
  padding: 20px;
}
.form-box .form-box-header .form-box-header-content small {
  color: #333333;
  font-size: 14px;
}
.form-box .form-box-header .nav {
  margin-bottom: 0;
  border-bottom: none;
  padding-left: 20px;
  padding-right: 20px;
}
.form-box .form-box-body {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 40px 20px 0 20px;
}
.form-box .form-box-body .tab-content {
  overflow: hidden;
}
.form-box .form-box-body .tab-content form {
  margin-bottom: 0;
}
.form-box .form-box-body .form-box-img {
  margin-top: 20px;
  text-align: center;
}
.form-box .form-box-body .form-box-img > img {
  max-height: 150px;
}
.form-box form .input-append .add-on {
  color: #99abb4;
  padding: 10px;
}
.form-box form .input-append input {
  padding: 10px;
  width: 200px;
}
.form-box form .input-append select {
  padding: 10px 5px;
  line-height: 20px;
  height: 42px;
  width: 222px;
}
.overflow-y-visible {
  overflow-y: visible;
}
.grid-img.mini,
.grid-img.mini img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin: 2px 10px 5px 0px;
}
input.input-typeahead.not-empty {
  margin: 2px 0px;
  height: 25px;
  padding: 1px 6px;
  border: none;
  width: 200px;
}
.comp-elem {
  border-bottom: 1px solid #dddddd;
}
.comp-elem:last-child {
  border-bottom: none;
}
/* Comp-header*/
.comp-header {
  border: 1px solid #dddddd;
  border-bottom: none;
  background: #f9f9f9;
  position: relative;
}
.comp-header.comp-header-dark {
  background: #f5f5f5;
}
.comp-header.comp-header-tab {
  border-top: none;
}
.comp-header > .btn-group.page-option {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}
.comp-header > .btn-group.page-option + .page-option {
  margin-right: 64px;
}
.sn-show-hover {
  opacity: 0;
  -moz-transition: opacity 0.1s 0 ease;
  -o-transition: opacity 0.1s 0 ease;
  -webkit-transition: opacity 0.1s 0 ease;
  transition: opacity 0.1s 0 ease;
}
.sn-hoverable:hover .sn-show-hover {
  opacity: 1;
  transition: opacity 0.5s 0.2s ease;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-fast {
  transition-delay: 0.1s;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-slow {
  transition-delay: 0.5s;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-now {
  transition-delay: 0s;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-transp {
  opacity: .5;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-transp.sn-show-hover-transp-50 {
  opacity: .5;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-transp.sn-show-hover-transp-25 {
  opacity: .25;
}
.sn-hoverable:hover .sn-show-hover.sn-show-hover-transp:hover {
  opacity: 1;
}
ul.data-lib {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
ul.data-lib ul {
  margin-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
ul.data-lib li {
  padding: 0;
}
ul.data-lib li.lib-node-1 {
  padding: 10px;
  border-top: 1px solid #eee;
}
ul.data-lib li.lib-node-1:first-child {
  border-top: none;
}
ul.data-lib li.lib-node-1.open {
  background: #f7f7f7;
}
ul.data-lib li.lib-node-1.open + li {
  border-top: none;
  padding: 15px 10px;
  display: list-item;
}
ul.data-lib li.lib-node-2.open + li {
  display: list-item;
}
ul.data-lib li.lib-node-2.open + li > ul > li {
  margin-left: 5px;
}
ul.data-lib li.lib-node-3.open + li {
  display: list-item;
}
ul.data-lib li.lib-node-3.open + li > ul > li {
  margin-left: 5px;
}
ul.data-lib li.lib-node-4.open + li {
  display: list-item;
}
ul.data-lib li.lib-node-empty {
  color: #999;
  margin-bottom: 5px;
}
ul.data-lib li.lib-node-empty:before {
  content: 'No options';
}
ul.data-lib li.lib-node-checks {
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.data-lib li.lib-node-radios {
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.data-lib li.lib-node-values {
  margin-top: 5px;
  margin-bottom: 10px;
}
ul.data-lib li.lib-node-values input[type=text] {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  margin-bottom: 0;
}
ul.data-lib a.lib-node-filter {
  display: none;
  color: #999;
}
ul.data-lib li.lib-node.open > a.lib-node-filter {
  display: inline-block;
}
ul.data-lib div.lib-filters {
  display: none;
}
ul.data-lib div.lib-filters label.lib-filter-header {
  color: #999;
  font-size: 11.9px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
}
ul.data-lib div.lib-filters select {
  width: 100%;
  display: block;
}
ul.data-lib div.lib-filters select:last-child {
  margin-bottom: 15px;
}
ul.data-lib li.lib-node.filter-open > a.lib-node-filter {
  color: #1e88e5;
}
ul.data-lib li.lib-node.filter-open + li div.lib-filters {
  display: block;
}
.app-filter.in-action img.working {
  display: inline-block;
}
.app-filter.filtering img.working {
  display: inline-block;
}
.app-filter .working {
  display: none;
}
.app-filter fieldset {
  margin-bottom: 0 !important;
}
.app-filter fieldset:disabled legend {
  color: #99abb4;
}
.app-filter fieldset:disabled legend a.filter-group-check {
  display: none;
}
.app-filter fieldset:disabled label {
  cursor: default;
  color: #99abb4;
}
.app-filter legend {
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #000000;
}
.app-filter label.checkbox,
.app-filter label.radio {
  color: #758d99;
  padding: 8px 0;
  margin: 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.app-filter label.checkbox input,
.app-filter label.radio input {
  margin-left: 0;
  margin-right: 12px;
}
.app-filter label.disabled {
  cursor: default;
  color: #99abb4;
}
.app-filter label:last-child {
  border-bottom: none;
}
.app-filter .accordion-inner {
  padding: 0;
}
.app-filter .accordion.accordion-flat .accordion-group.in .accordion-heading {
  background: #f9f9f9;
}
.app-filter .filter-section-page-filter {
  display: none;
}
.app-filter .filter-section-page-filter.has-filters {
  display: block;
}
.app-filter .filter-section-page-filter .accordion-inner {
  background-color: #e2edf1;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.app-filter .page-filter {
  display: block;
}
.page-filter {
  display: none;
}
.mini-card {
  display: table-row;
}
.mini-card > div {
  display: table-cell;
  vertical-align: top;
  line-height: 1.0em;
  padding: 0;
  margin: 0;
}
.mini-card > div > img {
  width: 32px;
  min-width: 32px;
  border-radius: 4px;
}
.mini-card > div + div {
  display: table-cell;
  vertical-align: top;
  line-height: 1.0em;
  padding: 0 0 0 5px;
  margin: 0;
}
.mini-card > div + div > .main-text {
  display: inline-block;
  line-height: 1.1em;
}
.mini-card .sec-text {
  display: inline-block;
  line-height: 1.1em;
  color: #99abb4;
  margin-top: .3em;
}
.advanced-dashboard .widget-grid {
  padding-top: 10px;
  padding-bottom: 200px;
}
.advanced-dashboard .widget-grid .widget-grid-section {
  position: relative;
  padding: 20px 60px 20px 60px;
}
.advanced-dashboard .widget-grid .widget-grid-section:hover {
  background: #eaeaea;
}
.advanced-dashboard .widget-grid .widget-grid-section:hover .widget-grid-section-options {
  /*opacity: .25;*/
  opacity: 1;
}
.advanced-dashboard .widget-grid .widget-grid-section:hover .widget-grid-section-options:hover {
  /*opacity: 1;*/
}
.advanced-dashboard .widget-grid .widget-grid-section:hover .widget-grid-section-column .widget-grid-widget.widget-grid-widget .widget-grid-widget-options {
  /*opacity: .25;*/
  opacity: 1;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-options {
  position: absolute;
  /*left: 5px;*/
  right: 5px;
  top: 5px;
  opacity: 0;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column.col-xs-4,
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column.col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column.col-xs-4:first-child,
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column.col-xs-6:first-child {
  padding-left: 10px;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column.col-xs-4:last-child,
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column.col-xs-6:last-child {
  padding-right: 10px;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget {
  position: relative;
  margin-bottom: 10px;
  background: #ffffff;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-color: #dddddd !important;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget:hover {
  border-color: #cccccc !important;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget:hover .widget-grid-widget-options {
  /*opacity: .25;*/
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget .widget-grid-widget-title {
  text-align: center;
  font-weight: 500;
  padding: 10px 40px;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget .widget-grid-widget-title:hover {
  cursor: move;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget .widget-grid-widget-options {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget .widget-grid-widget-options:hover {
  /*opacity: 1;*/
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget .widget-grid-widget-body .widget-grid-widget-body-placeholder {
  padding: 80px;
  color: #99abb4;
  text-align: center;
}
.advanced-dashboard .widget-grid .widget-grid-section .widget-grid-section-column .widget-grid-widget .widget-grid-widget-content {
  min-height: 400px !important;
}
.advanced-dashboard .widget-grid .widget-grid-section-empty {
  min-height: 400px !important;
}
.advanced-dashboard .datastory-wrapper {
  position: relative;
}
.advanced-dashboard .datastory-wrapper:hover .datastory-options {
  opacity: .5;
}
.advanced-dashboard .datastory-wrapper .datastory-options {
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 0;
}
.advanced-dashboard .datastory-wrapper .datastory-options:hover {
  opacity: 1;
}
.form-template-wrapper {
  position: relative;
}
.form-template-wrapper .form-element {
  position: absolute;
}
.form-template-wrapper .form-element:hover {
  background: rgba(0, 0, 0, 0.01);
}
.form-template-wrapper .form-handwriting {
  font-family: 'Shadows Into Light Two', cursive;
  font-size: 18pt;
  line-height: 1.7rem;
  color: black;
  word-break: break-all;
}
.form-template-wrapper .form-check {
  margin-top: -7pt;
  margin-left: 1pt;
}
.form-template-wrapper .form-image > div {
  height: 100%;
  position: relative;
}
.form-template-wrapper .form-image > div > img {
  bottom: 0;
  position: absolute;
  max-height: 100%;
}
.student-bundle .student-bundle-grid {
  margin-bottom: 80px;
  border-color: #dddddd !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  padding-top: 10px;
  padding-bottom: 200px;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section-editing {
  background: #ffffff;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section-editing:hover {
  background: #eaeaea;
  border-color: #cccccc !important;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section {
  background: #ffffff;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  position: relative;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section:hover {
  /* background: @componentBorderLightest;
                .border-comp-dark;*/
}
.student-bundle .student-bundle-grid .student-bundle-grid-section:hover .student-bundle-grid-section-options {
  opacity: .25;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section:hover .student-bundle-grid-section-options:hover {
  opacity: 1;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section .student-bundle-grid-section-options {
  /*float: left;*/
  /*                padding-left: 5px !important;*/
  padding-top: 5px !important;
  padding-bottom: 20px !important;
  opacity: 0;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section.col-xs-4,
.student-bundle .student-bundle-grid .student-bundle-grid-section.col-xs-8,
.student-bundle .student-bundle-grid .student-bundle-grid-section.col-xs-6,
.student-bundle .student-bundle-grid .student-bundle-grid-section.col-xs-12 {
  /*  padding-left: 5px;
                padding-right: 5px;

                &:first-child {
                    padding-left: 10px;
                }

                &:last-child {
                    padding-right: 10px;
                }*/
}
.student-bundle .student-bundle-grid .student-bundle-grid-section .student-bundle-grid-section-column {
  position: relative;
  background: #ffffff;
  padding: 10px;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section .student-bundle-grid-section-column .student-bundle-grid-section-column-editing {
  margin-top: 40px;
  margin-bottom: 40px;
  background: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-color: #dddddd !important;
}
.student-bundle .student-bundle-grid .student-bundle-grid-section .student-bundle-grid-section-column .student-bundle-grid-section-column-content {
  background: #ffffff;
  /*    .border-solid-1;
                    .border-comp;*/
  min-height: 200px;
}
.sn-hoverable .widget-grid-widget-options {
  opacity: 0;
}
.sn-hoverable:hover .widget-grid-widget-options {
  opacity: .5;
}
.sn-hoverable .widget-grid-widget-options:hover {
  opacity: 1;
}
/*Calculator*/
.calc {
  position: absolute;
  top: 55px;
  right: 20px;
  z-index: 1100;
}
.calc .calc-icon {
  font-size: 25px;
}
.calc .calc-container {
  text-align: center;
  margin: 0 auto;
  border-radius: 9px;
  background: #c8c8c8;
  padding: 0px;
  width: 260px;
}
.calc .calc-container .calc-header {
  /*    padding-top: 10px;*/
  height: 15px;
  cursor: move;
  /*    margin-top: 0px;*/
}
.calc .calc-container .calc-body {
  padding: 10px;
}
.calc .calc-container .calc-options .btn {
  color: #333333;
  border: 1px solid transparent;
}
.calc .calc-container.basic {
  width: 220px;
}
.calc .calc-container.scientific {
  width: 370px;
}
.calc .calc-container .buttons-container {
  display: flex;
  margin: 10px;
  margin-top: 20px;
}
.calc .calc-container .buttons-container .basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 250px;
  width: 199px;
  order: 2;
}
.calc .calc-container .buttons-container .scientific {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 250px;
  width: 140px;
  order: 1;
}
.calc .calc-container .buttons-container .scientific button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 15px;
  border-radius: 3px;
  background-color: rgba(76, 100, 220, 0.5);
  border-color: transparent;
}
.calc .calc-container .buttons-container .basic button {
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  color: white;
  font-size: 15px;
  border-radius: 3px;
  background: #4c4c4c;
  border-color: transparent;
}
.calc .calc-container .input-container input[type="text"] {
  text-align: right;
  color: black;
  height: 30px;
  background-color: white;
  width: 200px;
  font-size: 15px;
  border-radius: 3px;
  border-color: transparent;
  padding: 5px;
  padding-bottom: 10px;
}
.calc .calc-container .input-container.basic input[type="text"] {
  width: 160px;
}
.calc .calc-container .input-container.scientific input[type="text"] {
  width: 315px;
}
.calc .calc-container .input-container .error-display {
  height: 15px;
  position: relative;
  margin-top: -30px;
  text-align: right;
  margin-right: 24px;
  margin-left: 24px;
  color: red;
  right: -5px;
  font-size: 11px;
}
.calc .calc-container .input-container .expression-display {
  height: 15px;
  position: relative;
  top: 12px;
  text-align: right;
  margin-right: 24px;
  margin-left: 24px;
  color: grey;
  right: -10px;
  font-size: 11px;
}
.calc .calc-container .buttons-container .basic .equals {
  width: 90px;
}
.calc .calc-container .buttons-container .basic .basicOperator {
  background-color: rgba(76, 76, 76, 0.7);
}
.calc .calc-container .buttons-container .basic .number {
  background-color: rgba(76, 76, 76, 0.4);
  font-size: 18px;
}
.calc .calc-container .buttons-container .scientific .trigonometric {
  font-size: 12px;
}
.calc .calc-container .buttons-container .scientific .advancedOperator {
  background-color: rgba(76, 100, 220, 0.7);
  font-size: 12px;
}
.calc .calc-container .buttons-container .scientific .advancedOperator.active {
  background-color: #4c64dc;
  font-size: 13px;
  -webkit-box-shadow: inset 1px 1px 1px 0px black, inset -1px -1px 1px 0px slategrey;
  -moz-box-shadow: inset 1px 1px 1px 0px black, inset -1px -1px 1px 0px slategrey;
  box-shadow: inset 1px 1px 1px 0px black, inset -1px -1px 1px 0px slategrey;
}
.calc .calc-container .buttons-container button:active {
  -webkit-box-shadow: inset 1px 1px 1px 0px slategrey, inset -1px -1px 1px 0px darkgrey;
  -moz-box-shadow: inset 1px 1px 1px 0px slategrey, inset -1px -1px 1px 0px darkgrey;
  box-shadow: inset 1px 1px 1px 0px slategrey, inset -1px -1px 1px 0px darkgrey;
}
.calc .calc-container .input-mode {
  text-align: left;
  top: 0;
  margin-left: 20px;
  margin-bottom: 10px;
}
/*Data Story - sections*/
.accordion-heading .accordion-tab {
  list-style-type: none;
  margin: 0;
  background: transparent;
}
.accordion-heading .accordion-tab.not-empty {
  /*  border: 0px solid @componentBorderDark;*/
  /*border-radius: @baseBorderRadius;*/
  /*margin-bottom: 10px;*/
  /*padding: 5px;*/
}
.accordion-heading .accordion-tab > li {
  display: inline;
  border: 0px solid transparent !important;
  width: 100%;
  height: 100%;
  background: transparent;
}
.accordion-heading .accordion-tab > li > a {
  width: 100%;
  height: 100%;
  color: #000000;
  background: transparent;
}
.accordion-heading .accordion-tab > li > a:hover {
  /*                color: @transparent;*/
  /*                text-decoration: line-through;*/
  border: 0px solid transparent !important;
  cursor: pointer;
  border: none !important;
  background: transparent;
}
.accordion-heading .accordion-tab > li > a:focus {
  /*            color: @transparent;*/
  /*            text-decoration: line-through;*/
  cursor: pointer;
  border: none !important;
  border: 0px solid transparent !important;
  color: #000000;
  background: transparent;
}
.accordion-heading .accordion-tab > li:focus {
  border: none !important;
  border: 0px solid transparent !important;
  background: transparent;
}
/**WIDGET TAB OPTIONS*/
.tabs-widget-options {
  /*margin: 20px 0;*/
}
.tabs-widget-options ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.tabs-widget-options ul > li {
  display: inline;
}
.tabs-widget-options ul > li > a,
.tabs-widget-options ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}
.tabs-widget-options ul > li > a:hover,
.tabs-widget-options ul > li > a:focus,
.tabs-widget-options ul > .active > a,
.tabs-widget-options ul > .active > span {
  background-color: #f5f5f5;
}
.tabs-widget-options ul > .active > a,
.tabs-widget-options ul > .active > span {
  color: #999999;
  cursor: default;
}
.tabs-widget-options ul > .disabled > span,
.tabs-widget-options ul > .disabled > a,
.tabs-widget-options ul > .disabled > a:hover,
.tabs-widget-options ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.tabs-widget-options ul > li:first-child > a,
.tabs-widget-options ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.tabs-widget-options ul > li:last-child > a,
.tabs-widget-options ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.tabs-widget-options-centered {
  text-align: center;
}
.tabs-widget-options-right {
  text-align: right;
}
.capitalize {
  text-transform: capitalize;
}
/*.scrolleable-grid {
    overflow-y: scroll;
    min-height: 500px;
    max-height: 500px;
}*/
/*
@media (max-width: 767px) {
    .scrolleable-grid {
        overflow-y: scroll;
        min-height: 300px;
        max-height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .scrolleable-grid {
        overflow-y: scroll;
        min-height: 400px;
        max-height: 400px;
    }
}

@media (min-width: 1301px) {
    .scrolleable-grid {
        overflow-y: scroll;
        min-height: 500px;
        max-height: 500px;
    }
}*/
@media (max-width: 767px) {
  .scrolleable-grid {
    overflow-y: auto;
    min-height: 30vh !important;
    /* 30% */
    max-height: 30vh !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .scrolleable-grid {
    overflow-y: auto;
    min-height: 50vh !important;
    /* 40% */
    max-height: 50vh !important;
  }
}
@media (min-width: 1200px) {
  .scrolleable-grid {
    overflow-y: auto;
    min-height: 70vh !important;
    /* 50% */
    max-height: 70vh !important;
  }
}
.mtda-edit-report-modal {
  width: 75%;
  /* new custom width */
  margin-left: -35%;
  /* must be half of the width, minus scrollbar on the left (30px) */
  top: 5%;
}
.mtds-edita-report-column-options {
  float: left;
}
.sn-widget > .widget-loading {
  text-align: center;
  padding: 40px;
}
.sn-widget.widget-kpi > .widget-content > .widget-chart {
  padding: 20px 20px 0 20px;
}
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  text-align: right;
  width: 100%;
  border-spacing: 0;
}
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table td,
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table th {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: top;
}
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table td:first-child,
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table th:first-child {
  padding-left: 20px;
  text-align: left;
}
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table td:last-child,
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table th:last-child {
  padding-right: 30px;
  text-align: right;
}
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table th {
  font-weight: normal;
}
.sn-widget.widget-kpi > .widget-content > .widget-body > .widget-table > tbody > tr:last-child td {
  border-bottom: none;
}
.sn-widget.widget-apw {
  background: #ffffff;
}
.sn-widget.widget-apw:not(.nested) {
  border: 1px solid #dddddd;
}
.sn-widget.widget-apw > .widget-content > .apw-header {
  text-align: center;
  padding: 20px;
  background: #fcfcfc;
  border-bottom: 1px solid #dddddd;
}
.sn-widget.widget-apw > .widget-content > .apw-header > h3 {
  font-size: 14px;
  line-height: 1.2em;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 500;
}
.sn-widget.widget-apw > .widget-content > .apw-chart {
  text-align: center;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #dddddd;
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row:not(.open) > td:first-child a i:before {
  content: "\f196";
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row:not(.open) + tr {
  display: none;
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row.open > td {
  border-top-color: #dddddd;
  vertical-align: middle;
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row.open > td:first-child a i:before {
  content: "\f147";
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row.open > td:not(:first-child) {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.0em;
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row.open + tr > td {
  padding: 0;
  border-top-color: #e5e5e5;
}
.sn-widget.widget-apw > .widget-content > .apw-table > .table > tbody > tr.trial-row.open + tr + tr > td {
  border-top-color: #dddddd;
}
.sn-widget.widget-ata {
  background: #ffffff;
}
.sn-widget.widget-ata:not(.nested) {
  border: 1px solid #dddddd;
}
.sn-widget.widget-ata > .widget-content > .ata-chart {
  text-align: center;
  padding: 0 10px 5px 10px;
  border-bottom: 1px solid #dddddd;
}
.sn-widget.widget-ata > .widget-content > .ata-table > table > thead > tr > th:first-child,
.sn-widget.widget-ata > .widget-content > .ata-table > table > tbody > tr > td:first-child,
.sn-widget.widget-ata > .widget-content > .ata-table > table > tfoot > tr > td:first-child {
  padding-left: 10px;
}
.sn-widget.widget-ata > .widget-content > .ata-table > table > thead > tr > th:last-child,
.sn-widget.widget-ata > .widget-content > .ata-table > table > tbody > tr > td:last-child,
.sn-widget.widget-ata > .widget-content > .ata-table > table > tfoot > tr > td:last-child {
  padding-right: 10px;
}
.sn-widget.widget-adg {
  background: #ffffff;
}
.sn-widget.widget-adg > .widget-content > .adg-header {
  background: #f9f9f9;
  padding: 10px;
  text-align: center;
}
.sn-widget.widget-adg > .widget-content > .adg-chart {
  border-bottom: 1px solid #dddddd;
}
.sn-widget.widget-adg > .widget-content > .adg-table > table > thead > tr > th:first-child,
.sn-widget.widget-adg > .widget-content > .adg-table > table > tbody > tr > td:first-child,
.sn-widget.widget-adg > .widget-content > .adg-table > table > tfoot > tr > td:first-child {
  padding-left: 10px;
}
.sn-widget.widget-adg > .widget-content > .adg-table > table > thead > tr > th:last-child,
.sn-widget.widget-adg > .widget-content > .adg-table > table > tbody > tr > td:last-child,
.sn-widget.widget-adg > .widget-content > .adg-table > table > tfoot > tr > td:last-child {
  padding-right: 10px;
}
/*New log*/
/*Log Input*/
.sn-log-input {
  background: #f5f5f5;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 10px 10px 10px 14px;
  position: relative;
}
.sn-log-input:not(.active) > .log-input-controls > .log-input-footer {
  display: none;
}
.sn-log-input.active > .log-input-controls > textarea {
  margin-bottom: 10px;
}
.sn-log-input > .log-input-img {
  width: 48px;
  max-height: 48px;
  border-radius: 4px;
  position: absolute;
}
.sn-log-input > .log-input-controls {
  margin-left: 58px;
}
.sn-log-input > .log-input-controls > textarea {
  box-sizing: border-box;
  margin-bottom: 0;
  padding: 12px;
  resize: none;
}
.sn-log-input > .log-input-controls > .log-input-footer .log-input-actions {
  text-align: right;
}
.sn-log-input > .log-input-controls > .log-input-footer .log-input-actions .btn.btn-link {
  color: #c8d8df;
  font-size: 21px;
}
.sn-log-input > .log-input-controls > .log-input-footer .log-input-actions .btn.btn-link :hover {
  color: #1e88e5;
}
/*Attachments*/
.post-file-icon-img {
  min-height: 24px;
  max-height: 30px;
  display: inline-block;
}
.file-icon-img-preview {
  min-height: 48px;
  max-height: 96px;
  display: inline-block;
}
.post-file-icon-other,
.post-file-icon-temp {
  background: #ffffff;
  padding: 6px 10px;
  color: #99abb4;
  border: 1px solid #b4c6ce;
  border-top-width: 6px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11.9px;
  line-height: 1.0em;
  display: inline-block;
}
.post-file-icon-temp {
  padding-left: 15px;
  padding-right: 15px;
}
/*Posts Wrapper*/
.sn-log-posts {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin-bottom: 10px;
}
.sn-log-posts > ul {
  margin: 0;
  list-style-type: none;
}
.sn-log-posts > ul > li .sn-log-post {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}
.sn-log-posts > ul > li .sn-log-post:hover {
  background: #fafafa;
  color: #000000;
}
.sn-log-posts > ul > li:last-child .sn-log-post {
  border-bottom: none;
}
/*Post*/
.sn-log-post {
  min-height: 56px;
  padding: 10px 14px;
  border: 1px solid #e5e5e5;
  position: relative;
}
.sn-log-post > .post-img {
  width: 48px;
  border-radius: 4px;
  position: absolute;
  margin-top: 4px;
}
.sn-log-post > .post-body {
  margin-left: 62px;
}
.sn-log-post > .post-body > .post-title {
  font-weight: 500;
  margin-bottom: 0;
}
.sn-log-post > .post-body > .post-title > .post-time,
.sn-log-post > .post-body > .post-title > .post-metadata {
  color: #99abb4;
  font-weight: normal;
}
.sn-log-post > .post-body > .post-title > .post-time:before,
.sn-log-post > .post-body > .post-title > .post-metadata:before {
  padding-left: 5px;
  content: "\00b7";
  padding-right: 5px;
}
.sn-log-post > .post-body > .post-content {
  margin-bottom: 5px;
  font-size: 1.1em;
  line-height: 1.4em;
  font-family: Poppins, sans-serif;
  padding: 0;
  background: transparent;
  border: none;
  -ms-word-break: normal;
  word-break: normal;
}
.sn-log-post > .post-body > .post-files {
  margin-bottom: 10px;
}
.sn-log-post > .post-body > .post-files .post-file-img img {
  border-radius: 4px;
}
.sn-log-post > .post-body > .post-actions .post-action {
  margin-right: 10px;
  color: #99abb4;
}
.sn-log-post > .post-body > .post-actions .post-action.post-delete {
  opacity: 0;
  transition: opacity 0.1s 0 ease;
}
.sn-log-post > .post-body > .post-actions .post-action.post-delete a {
  color: #99abb4;
}
.sn-log-post > .post-body > .post-actions .post-action:hover.post-reply i {
  color: #1acb69;
}
.sn-log-post > .post-body > .post-actions .post-action:hover.post-details {
  color: #333333;
}
.sn-log-post > .post-body > .post-actions .post-action:hover.post-details i {
  color: #ffb22b;
}
.sn-log-post > .post-body > .post-actions .post-action:hover.post-delete a {
  color: #fc4b6c;
}
.sn-log-post:hover > .post-body > .post-actions .post-delete {
  opacity: 1;
  transition: opacity 0.1s 0.5s ease;
}
/*Post Modal*/
.sn-modal-post .modal-post-header {
  background: #f9f9f9;
}
.sn-modal-post .modal-post-header h3 {
  font-size: 17.5px;
  line-height: 1.0em;
}
.sn-modal-post .modal-post-header .close {
  top: 8px;
  right: 8px;
}
.sn-modal-post .modal-post-body {
  padding: 0;
  max-height: 500px;
}
.sn-modal-post .modal-post-body .sn-log-post {
  border-left: 0;
  border-right: 0;
}
.sn-modal-post .modal-post-body .sn-log-posts {
  margin: 0;
  border: none;
}
.sn-modal-post .modal-post-body .modal-main-post .sn-log-post {
  border-bottom: 0;
}
.sn-modal-post .modal-post-body .modal-conversation ul li:first-child .sn-log-post {
  border-top: 1px solid #dddddd;
}
.sn-modal-post .modal-post-body .log-post-msg {
  display: none;
}
.sn-modal-post .modal-post-footer {
  border-top: none;
  background-color: transparent;
  padding: 0;
  text-align: left;
}
.sn-modal-post .modal-post-footer .log-input {
  border: none;
}
/*Log Search*/
.sn-log-search {
  border-bottom: none;
  padding: 0;
  margin-bottom: 10px;
}
.sn-log-search > input[type=search] {
  box-sizing: border-box;
  margin-bottom: 0;
}
/*Log Tags*/
.sn-log-tags {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding-top: 10px;
}
.sn-log-tags > .log-tags-title {
  text-align: center;
  font-weight: 500;
}
.sn-log-tags > .log-tag-list-active {
  list-style-type: none;
  margin: 0 10px 10px 10px;
}
.sn-log-tags > .log-tag-list-active > li > a {
  padding: 2px 0;
  border-radius: 2px;
}
.sn-log-tags > .log-tag-list-active > li > a:hover {
  color: #fc4b6c;
  text-decoration: line-through;
}
.sn-log-tags > .log-tag-options {
  margin: 0 10px 10px 10px;
}
.sn-log-tags > .log-tag-search {
  padding: 0 10px 10px 10px;
}
.sn-log-tags > .log-tag-search > input[type=search] {
  box-sizing: border-box;
  margin-bottom: 0;
}
.sn-log-tags > .log-tag-list {
  list-style-type: none;
  margin: 0 0 10px 0;
  display: table;
}
.sn-log-tags > .log-tag-list > li {
  display: table-row;
}
.sn-log-tags > .log-tag-list > li:hover > a,
.sn-log-tags > .log-tag-list > li:hover > span {
  background: rgba(0, 0, 0, 0.05);
}
.sn-log-tags > .log-tag-list > li > a {
  padding-left: 10px;
  padding-right: 10px;
  display: table-cell;
  width: 100%;
}
.sn-log-tags > .log-tag-list > li > a:hover {
  color: #1acb69;
}
.sn-log-tags > .log-tag-list > li > span {
  padding-right: 10px;
  display: table-cell;
  text-align: right;
  color: #99abb4;
}
/*
	This style sheet controls how printing looks in EDIS
*/
.print-only {
  display: none;
}
.print-only .sn-chart,
.print-only .widget-chart {
  width: 100%!important;
  overflow: hidden;
}
.pre-print-only {
  display: none;
}
html.sn-print-wrapper body {
  overflow: scroll;
}
html.sn-print-wrapper body section.fixed-width {
  width: 800px !important;
  max-width: 800px !important;
  min-width: 800px !important;
}
html.sn-print-wrapper body .sn-note.sn-note-w-header {
  margin-top: 75px;
}
html.sn-print-wrapper body .sn-note.sn-note-w-footer {
  margin-bottom: 100px;
}
html.sn-print-wrapper body .pre-print-only {
  display: inherit;
}
html.sn-print-wrapper body .pre-print-only.pre-print-only-inline {
  display: inline;
}
html.sn-print-wrapper body .sn-signature-result {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
html.sn-print-wrapper body .sn-signature-result > img {
  max-height: 48px;
}
html.sn-print-wrapper body .print-spacer-header {
  margin-top: 75px;
}
html.sn-print-wrapper body .print-spacer-footer {
  margin-bottom: 100px;
}
html.sn-print-wrapper body .print-spacer-page {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print {
  .noprint,
  .no-print {
    display: none !important;
  }
  .print-no-break-inside {
    page-break-inside: avoid !important;
  }
  .print-only,
  .show-always {
    display: inherit !important;
    visibility: visible !important;
  }
  .print-page-break,
  .print-page-break-before {
    display: block;
    page-break-before: always !important;
  }
  .print-page-break-after {
    display: block;
    page-break-after: always !important;
  }
  .print-alt .print-alt:after {
    content: attr(data-print);
  }
  a {
    color: #333333 !important;
  }
  a[href]:after {
    content: none !important;
  }
  abbr[title]:after {
    content: none !important;
  }
  html.sn-print-wrapper body {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  html.sn-print-wrapper body section.fixed-width {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }
  html.sn-print-wrapper .sn-note {
    padding: 0;
    border: none;
    margin: 0 !important;
  }
  html.sn-print-wrapper .sn-note:before {
    display: none;
  }
  html.sn-print-wrapper .sn-note.sn-note-w-header {
    margin-top: 0 !important;
  }
  html.sn-print-wrapper .sn-note.sn-note-w-footer {
    margin-bottom: 0 !important;
  }
  html.sn-print-wrapper .sn-form-header,
  html.sn-print-wrapper .sn-form-footer {
    display: none;
  }
  html.sn-print-wrapper .print-spacer-header {
    display: none;
    margin: 0 !important;
  }
  html.sn-print-wrapper .print-spacer-footer {
    display: none;
    margin: 0 !important;
  }
  html.sn-print-wrapper .print-spacer-page {
    display: none;
    margin: 0!important;
  }
  html.sn-print-wrapper button[sgydomeraser] {
    display: none;
  }
}
