/* Minification failed. Returning unminified contents.
(31133,51): run-time error CSS1030: Expected identifier, found '.'
(31133,76): run-time error CSS1031: Expected selector, found ')'
(31133,76): run-time error CSS1025: Expected comma or open brace, found ')'
(31160,47): run-time error CSS1030: Expected identifier, found '.'
(31160,69): run-time error CSS1031: Expected selector, found ')'
(31160,69): run-time error CSS1025: Expected comma or open brace, found ')'
(31195,19): run-time error CSS1030: Expected identifier, found '>'
(31195,53): run-time error CSS1031: Expected selector, found ')'
(31195,53): run-time error CSS1025: Expected comma or open brace, found ')'
(31202,19): run-time error CSS1030: Expected identifier, found '>'
(31202,53): run-time error CSS1031: Expected selector, found ')'
(31202,53): run-time error CSS1025: Expected comma or open brace, found ')'
(31208,19): run-time error CSS1030: Expected identifier, found '>'
(31208,53): run-time error CSS1031: Expected selector, found ')'
(31208,53): run-time error CSS1025: Expected comma or open brace, found ')'
(31214,69): run-time error CSS1030: Expected identifier, found '~'
(31214,71): run-time error CSS1030: Expected identifier, found 'button'
(31214,77): run-time error CSS1031: Expected selector, found ')'
(31214,77): run-time error CSS1025: Expected comma or open brace, found ')'
(31217,48): run-time error CSS1030: Expected identifier, found '~'
(31217,56): run-time error CSS1031: Expected selector, found ')'
(31217,56): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #0c86c7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0c86c7;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 33px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #0c86c7;
}
a.text-primary:hover {
  color: #096697;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #0c86c7;
}
a.bg-primary:hover {
  background-color: #096697;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 746px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1166px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 13px;
  padding-right: 13px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -13px;
  margin-right: -13px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 13px;
  padding-right: 13px;
}
.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.666666667%;
}
.col-xs-10 {
  width: 83.333333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.666666667%;
}
.col-xs-7 {
  width: 58.333333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.666666667%;
}
.col-xs-4 {
  width: 33.333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666667%;
}
.col-xs-1 {
  width: 8.333333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.666666667%;
}
.col-xs-pull-10 {
  right: 83.333333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.666666667%;
}
.col-xs-pull-7 {
  right: 58.333333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.666666667%;
}
.col-xs-pull-4 {
  right: 33.333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666667%;
}
.col-xs-pull-1 {
  right: 8.333333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.666666667%;
}
.col-xs-push-10 {
  left: 83.333333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.666666667%;
}
.col-xs-push-7 {
  left: 58.333333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.666666667%;
}
.col-xs-push-4 {
  left: 33.333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666667%;
}
.col-xs-push-1 {
  left: 8.333333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333%;
}
.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.666666667%;
  }
  .col-sm-10 {
    width: 83.333333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.666666667%;
  }
  .col-sm-7 {
    width: 58.333333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.666666667%;
  }
  .col-sm-4 {
    width: 33.333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666667%;
  }
  .col-sm-1 {
    width: 8.333333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.666666667%;
  }
  .col-sm-push-10 {
    left: 83.333333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.666666667%;
  }
  .col-sm-push-7 {
    left: 58.333333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.666666667%;
  }
  .col-sm-push-4 {
    left: 33.333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666667%;
  }
  .col-sm-push-1 {
    left: 8.333333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .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.666666667%;
  }
  .col-md-10 {
    width: 83.333333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.666666667%;
  }
  .col-md-7 {
    width: 58.333333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.666666667%;
  }
  .col-md-4 {
    width: 33.333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666667%;
  }
  .col-md-1 {
    width: 8.333333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.666666667%;
  }
  .col-md-pull-10 {
    right: 83.333333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.666666667%;
  }
  .col-md-pull-7 {
    right: 58.333333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.666666667%;
  }
  .col-md-pull-4 {
    right: 33.333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666667%;
  }
  .col-md-pull-1 {
    right: 8.333333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.666666667%;
  }
  .col-md-push-10 {
    left: 83.333333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.666666667%;
  }
  .col-md-push-7 {
    left: 58.333333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.666666667%;
  }
  .col-md-push-4 {
    left: 33.333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666667%;
  }
  .col-md-push-1 {
    left: 8.333333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
  .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.666666667%;
  }
  .col-lg-10 {
    width: 83.333333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.666666667%;
  }
  .col-lg-7 {
    width: 58.333333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.666666667%;
  }
  .col-lg-4 {
    width: 33.333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666667%;
  }
  .col-lg-1 {
    width: 8.333333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.666666667%;
  }
  .col-lg-push-10 {
    left: 83.333333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.666666667%;
  }
  .col-lg-push-7 {
    left: 58.333333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.666666667%;
  }
  .col-lg-push-4 {
    left: 33.333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666667%;
  }
  .col-lg-push-1 {
    left: 8.333333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #e4e4e4;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #e4e4e4;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #e4e4e4;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #e4e4e4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e4e4e4;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #e4e4e4;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 32px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 40px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 23px;
  right: 0;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #959595;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -13px;
  margin-right: -13px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 13px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #0c86c7;
  border-color: #0b76af;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0a6ca1;
  border-color: #074f75;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0c86c7;
  border-color: #0b76af;
}
.btn-primary .badge {
  color: #0c86c7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #0c86c7;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #0c86c7;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/Content/styles/tenants/fonts/glyphicons-halflings-regular.eot);
  src: url(/Content/styles/tenants/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/Content/styles/tenants/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Content/styles/tenants/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Content/styles/tenants/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0c86c7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.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;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}
.btn-group-xs > .btn > .fa-caret-down {
  font-size: 10px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
  line-height: 15px;
  padding: 4px 9px;
}
.btn-group-sm > .btn > .fa-caret-down {
  font-size: 10px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 3px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0c86c7;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #0c86c7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 13px;
  padding-left: 13px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -13px;
  margin-left: -13px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 13px;
  font-size: 17px;
  line-height: 18px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -13px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 13px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -13px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -13px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -13px;
  margin-right: -13px;
  padding: 10px 13px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
.navbar-form .form-control {
  margin-bottom: 10px;
}
.navbar-form .checkbox label,
.navbar-form .radio label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navbar-form .form-control {
    margin-bottom: 0;
    width: auto;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -13px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #eee;
  border-color: #d4d4d4;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #d4d4d4;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #dcdcdc;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #d4d4d4;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #d4d4d4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #d4d4d4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #d4d4d4;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #0c86c7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0c86c7;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0c86c7;
  border-color: #0c86c7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #0c86c7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #096697;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0c86c7;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0c86c7;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #0c86c7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #0c86c7;
  border-color: #0c86c7;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #a5dcfa;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #e4e4e4;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #0c86c7;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #0c86c7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0c86c7;
  border-color: #0c86c7;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #0c86c7;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #0c86c7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 2px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 1135px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #222;
  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: #222;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #222;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  zoom: 1;
  font-family: 'TradeGothic';
  font-weight: normal;
  font-style: normal;
  src: url(/Content/fonts/tradegothicltstd-bdcn20-webfont.eot);
  src: url(/Content/fonts/tradegothicltstd-bdcn20-webfont.eot?#iefix) format('eot'), url(/Content/fonts/tradegothicltstd-bdcn20-webfont.woff) format('woff'), url(/Content/fonts/tradegothicltstd-bdcn20-webfont.ttf) format('truetype'), url(/Content/fonts/tradegothicltstd-bdcn20-webfont.svg#TradeGothicLTStdBdCnNo.20) format('svg');
}
@font-face {
  font-family: 'trade_gothic_lt_stdlight';
  src: url(/Content/fonts/tradegothicltstd-light-webfont.eot);
  src: url(/Content/fonts/tradegothicltstd-light-webfont.eot?#iefix) format('embedded-opentype'), url(/Content/fonts/tradegothicltstd-light-webfont.woff) format('woff'), url(/Content/fonts/tradegothicltstd-light-webfont.ttf) format('truetype'), url(/Content/fonts/tradegothicltstd-light-webfont.svg#trade_gothic_lt_stdlight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'trade_gothic_lt_stdCnno.18';
  src: url(/Content/fonts/tradegothicltstd-cn18-webfont.eot);
  src: url(/Content/fonts/tradegothicltstd-cn18-webfont.eot?#iefix) format('embedded-opentype'), url(/Content/fonts/tradegothicltstd-cn18-webfont.woff) format('woff'), url(/Content/fonts/tradegothicltstd-cn18-webfont.ttf) format('truetype'), url(/Content/fonts/tradegothicltstd-cn18-webfont.svg#trade_gothic_lt_stdCnno.18) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: 'FontAwesome';
  src: url(/Content/styles/libs/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?v=4.2.0);
  src: url(/Content/styles/libs/font-awesome-4.2.0/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'), url(/Content/styles/libs/font-awesome-4.2.0/fonts/fontawesome-webfont.woff?v=4.2.0) format('woff'), url(/Content/styles/libs/font-awesome-4.2.0/fonts/fontawesome-webfont.ttf?v=4.2.0) format('truetype'), url(/Content/styles/libs/font-awesome-4.2.0/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular) format('svg');
  
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.285714286em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857143em;
  top: 0.142857143em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.857142857em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
body,
html {
  padding: 0;
  margin: 0;
}
body:before,
body:after {
  content: " ";
  display: table;
}
body:after {
  clear: both;
}
.ie8 body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  outline: none;
}
a,
a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  a:focus {
    outline: none;
  }
}
.no-animation {
  -webkit-animation-duration: 0s !important;
  -moz-animation-duration: 0s !important;
  -o-animation-duration: 0s !important;
  animation-duration: 0s !important;
}
.page-header,
.page-header h1 {
  margin: 0;
}
.page-header {
  background: #fafafa;
  border-bottom: 1px solid #e4e4e4;
  margin: -26px -26px 26px -26px;
  padding: 20px 26px 20px 26px;
}
.page-header:before,
.page-header:after {
  content: " ";
  display: table;
}
.page-header:after {
  clear: both;
}
.page-header h1 {
  color: #666;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.page-header-icon {
  font-size: 21px;
  line-height: 21px;
}
#small-screen-width-point {
  display: block;
}
#tablet-screen-width-point {
  display: none;
}
@media (min-width: 480px) {
  #small-screen-width-point {
    display: none !important;
  }
  #tablet-screen-width-point {
    display: block;
  }
}
@media (min-width: 768px) {
  #tablet-screen-width-point {
    display: none !important;
  }
}
#main-wrapper {
  width: 100%;
  overflow: hidden !important;
}
#content-wrapper {
  left: 0;
  padding: 102px 26px 26px 26px;
  width: 100%;
  position: relative;
}
#main-menu-bg {
  display: block;
  left: 0;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499;
}
.main-menu-animated #main-navbar .navbar-inner,
.main-menu-animated #main-wrapper,
.main-menu-animated #main-navbar .navbar-header,
.main-menu-animated #main-navbar #main-menu-toggle,
.main-menu-animated #main-navbar .navbar-toggle,
.main-menu-animated #main-menu,
.main-menu-animated #content-wrapper,
.main-menu-animated #main-menu-bg {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.main-menu-animated #main-navbar .navbar-header {
  -webkit-transition-property: padding;
  -moz-transition-property: padding;
  -ms-transition-property: padding;
  -o-transition-property: padding;
  transition-property: padding;
}
.mm-no-transition #main-navbar .navbar-inner,
.mm-no-transition #main-wrapper,
.mm-no-transition #main-navbar .navbar-header,
.mm-no-transition #main-navbar #main-menu-toggle,
.mm-no-transition #main-navbar .navbar-toggle,
.mm-no-transition #main-menu,
.mm-no-transition #content-wrapper,
.mm-no-transition #main-menu-bg {
  -webkit-transition: none !important;
  transition: none !important;
}
.main-navbar-fixed #main-navbar {
  position: fixed !important;
}
#main-navbar {
  border: none;
  border-radius: 0;
  left: 0;
  min-height: 76px;
  right: 0;
  position: absolute;
  top: 0 !important;
  z-index: 1030;
}
#main-navbar .navbar-inner {
  min-height: 76px;
  width: 100%;
  position: relative;
  left: 0;
}
#main-navbar .navbar-header {
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1032;
}
#main-navbar .navbar-brand {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 76px;
  height: auto !important;
  padding: 0 0 0 14px;
}
#main-navbar #main-menu-toggle,
#main-navbar .navbar-toggle {
  background: none;
  border: none;
  display: block;
  font-size: 11px;
  margin: 0;
  outline: none !important;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0 !important;
  z-index: 1033;
}
#main-navbar #main-menu-toggle .navbar-icon,
#main-navbar .navbar-toggle .navbar-icon {
  color: #0c86c7;
  font-size: 14px;
  line-height: 76px;
}
#main-navbar #main-menu-toggle {
  height: 76px;
  left: 0;
  overflow: hidden;
  width: 56px;
  z-index: 1034;
}
#main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
  margin: -38px 0 0 0;
  padding: 0;
  position: absolute;
  z-index: 1035;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  display: block;
  font-size: 10px;
  line-height: 76px;
  position: absolute;
  right: -8px;
  top: 0;
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}
.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}
#main-navbar #main-menu-toggle .hide-menu-text {
  left: 51px;
  line-height: 76px;
  margin-top: -38px;
  opacity: 0;
  position: absolute;
  z-index: 1035;
}
.ie8 #main-navbar #main-menu-toggle .hide-menu-text {
  left: 53px;
}
#main-navbar .navbar-toggle {
  padding: 0 17px;
  right: 0;
}
#main-navbar .navbar-toggle:not(.collapsed) {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#main-navbar .navbar-toggle .navbar-icon {
  display: inline-block;
}
#main-navbar li .divider {
  display: none;
}
#main-navbar li .nav-header {
  display: none;
}
#main-navbar li a {
  line-height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}
#main-navbar li a:hover {
  background: none;
}
#main-navbar li a:active,
#main-navbar li a:focus {
  background: none;
}
#main-navbar .navbar-collapse {
  height: auto;
  max-height: inherit;
  padding-left: 0;
  padding-right: 0;
  z-index: 1031;
}
#main-navbar .navbar-collapse,
#main-navbar .navbar-collapse.collapse {
  overflow: visible;
}
#main-navbar .navbar-collapse.collapsing,
#main-navbar .navbar-collapse.in {
  overflow: hidden;
}
#main-navbar .navbar-nav {
  margin: 0;
}
#main-navbar .navbar-nav.pull-right {
  width: 100%;
}
#main-navbar .navbar-nav > li:before,
#main-navbar .navbar-nav > li:after {
  content: " ";
  display: table;
}
#main-navbar .navbar-nav > li:after {
  clear: both;
}
#main-navbar .dropdown-menu {
  padding: 0;
}
#main-navbar form.navbar-form {
  border: none;
  margin: 0;
  width: 100%;
}
#main-navbar form.navbar-form .form-group {
  margin: 0;
}
#main-navbar form.navbar-form .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
#main-navbar .user-menu > img {
  border-radius: 25px;
  display: inline-block;
  height: 20px;
  margin: -2px 0 0 0;
  width: 20px;
}
#main-navbar .user-menu > span {
  display: inline-block;
  margin-left: 7px;
}
.mme #main-navbar {
  overflow: hidden;
}
.mme #main-navbar #main-menu-toggle {
  width: 80%;
}
.mme #main-navbar #main-menu-toggle .navbar-icon {
  left: 26px;
}
.mme #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0d9";
  right: 16px;
}
.mme #main-navbar #main-menu-toggle .hide-menu-text {
  opacity: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
  left: 20px;
}
.mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
  content: "\f0da";
  right: -8px;
}
@media (max-width: 768px) {
  #main-navbar .dropdown > a:after {
    content: "\f078";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
    font-size: 10px;
    position: relative;
  }
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  #main-navbar .dropdown.open > a:after {
    content: "\f077";
  }
}
@media (min-width: 768px) {
  #main-navbar {
    overflow: visible !important;
  }
  #main-navbar .navbar-header {
    width: auto;
    z-index: 1033;
  }
  #main-navbar .navbar-brand {
    padding-right: 14px;
  }
  #main-navbar #main-menu-toggle {
    width: 56px !important;
  }
  #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon,
  .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  .main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after,
  .mme.main-menu-right #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  #main-navbar .navbar-toggle {
    display: none !important;
  }
  #main-navbar .hide-menu-text {
    opacity: 0 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
  #main-navbar .right {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1031;
  }
  #main-navbar li {
    border: none;
  }
  #main-navbar li .divider {
    display: block;
  }
  #main-navbar li a {
    line-height: 76px;
  }
  #main-navbar .navbar-collapse {
    height: auto !important;
    overflow: visible !important;
    padding: 0 !important;
  }
  #main-navbar .navbar-nav,
  #main-navbar .navbar-form {
    position: relative;
    z-index: 1032;
  }
  #main-navbar .navbar-nav {
    margin: 0;
  }
  #main-navbar .navbar-nav > li > a {
    height: 76px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  #main-navbar .navbar-nav.pull-right {
    width: auto;
  }
  #main-navbar .dropdown > a:after {
    display: none;
  }
  #main-navbar .dropdown.open {
    border-bottom: none;
  }
  #main-navbar .dropdown-menu .badge {
    padding-left: 6px;
    padding-right: 6px;
  }
  #main-navbar .dropdown-menu > li > a {
    line-height: 32px;
    margin: 0;
  }
  #main-navbar .pull-right .dropdown-menu {
    float: right;
    left: auto;
    right: 0;
  }
  #main-navbar form.navbar-form {
    height: 76px;
  }
  #main-navbar form.navbar-form .form-control {
    height: 30px;
    line-height: 20px;
    margin-top: 23px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 150px;
  }
  #main-navbar .search-nav {
    display: none !important;
  }
  #main-navbar .user-menu > span {
    display: none;
  }
  #main-navbar .user-menu > img {
    height: 25px;
    margin-top: -3px;
    width: 25px;
  }
  .mmc #main-navbar #main-menu-toggle .navbar-icon,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 20px;
  }
  .mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0da";
    right: -8px;
  }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon {
    left: 26px;
  }
  .main-menu-right.mmc #main-navbar #main-menu-toggle .navbar-icon:after,
  .main-menu-right.mme.mmc #main-navbar #main-menu-toggle .navbar-icon:after {
    content: "\f0d9";
    right: 16px;
  }
}
@media (min-width: 1300px) {
  .mmc #main-navbar .navbar-header {
    width: auto;
  }
  #main-navbar .user-menu > span {
    display: inline-block;
  }
  #main-navbar .navbar-brand {
    line-height: 60px;
  }
  .no-main-menu #main-navbar .navbar-header,
  .main-menu-right #main-navbar .navbar-header {
    width: auto;
  }
}
@media (min-width: 1150px) {
  #main-navbar .search-nav {
    display: inline-block !important;
  }
  .no-main-menu #main-navbar .navbar-header,
  .main-menu-right #main-navbar .navbar-header {
    width: auto;
  }
}
#main-navbar-collapse .iScrollVerticalScrollbar {
  margin-right: 2px !important;
  width: 4px !important;
}
#main-navbar-collapse .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
}
.main-menu-fixed #main-menu {
  height: 100%;
  margin: 0;
  position: fixed;
  padding-bottom: 0;
}
#main-menu .navigation ul.get-height {
  display: block !important;
  position: absolute !important;
  visibility: hidden !important;
}
#main-menu-bg {
  left: -80%;
  width: 80%;
}
#main-menu {
  display: block;
  height: 100%;
  left: -80%;
  position: fixed;
  top: 0;
  width: 80%;
  z-index: 500;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#main-menu .navigation {
  padding: 76px 0 0 0;
}
#main-menu .navigation,
#main-menu .navigation ul {
  display: block;
}
#main-menu .navigation li {
  display: block;
}
#main-menu .navigation a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 11px 14px;
  text-decoration: none;
}
#main-menu .navigation a,
#main-menu .navigation a:active,
#main-menu .navigation a:focus,
#main-menu .navigation a:hover {
  outline: none !important;
}
#main-menu .navigation .menu-icon {
  display: inline-block;
  margin-right: 5px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
  font-size: 14px;
}
#main-menu .navigation .badge,
#main-menu .navigation .label {
  display: block;
  line-height: 16px;
  float: right;
  font-size: 11px;
  height: auto;
  margin: 2px 0 0 5px;
  padding: 0 5px;
  position: relative;
  width: auto !important;
  z-index: 501;
  border: none;
}
#main-menu .mm-dropdown {
  position: relative;
}
#main-menu .mm-dropdown > a {
  padding-right: 30px;
}
#main-menu .mm-dropdown > a:before {
  content: "\f105";
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  line-height: 10px;
  height: 10px;
  width: 10px;
  right: 14px;
  top: 17px;
  margin: 0;
  position: absolute;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#main-menu .mm-dropdown ul {
  display: none;
  overflow: hidden;
  padding: 0;
}
#main-menu .mm-dropdown ul li {
  padding-left: 0;
}
#main-menu .mm-dropdown ul li a:hover {
  color: #fff;
}
#main-menu .mm-dropdown ul li:hover {
  background-color: #0c86c7;
}
#main-menu .mm-dropdown ul .menu-icon {
  margin-left: -5px;
}
#main-menu .mm-dropdown ul a {
  padding-bottom: 8px;
  padding-top: 8px;
}
#main-menu .mm-dropdown ul a:before {
  top: 14px;
}
#main-menu .mm-dropdown > ul > li > a {
  padding-left: 40px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 60px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 80px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 100px;
}
#main-menu .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 120px;
}
#main-menu .mm-dropdown .badge,
#main-menu .mm-dropdown .label {
  line-height: 16px;
  margin-top: 2px;
}
#main-menu .mm-dropdown.open > a:before {
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#main-menu .mm-dropdown.open > ul {
  display: block;
}
#main-menu .mmc-dropdown-open > ul {
  display: block !important;
  left: 100%;
  padding-bottom: 0;
  padding-left: 0 !important;
  position: absolute;
  top: 0;
  width: 240px;
  z-index: 502;
}
#main-menu .mmc-dropdown-open > ul > .mmc-title {
  display: none;
}
#main-menu .mmc-dropdown-open.top > ul {
  bottom: 0;
  padding-top: 0;
  top: auto;
}
#main-menu .mmc-dropdown-open.mm-dropdown > ul > li > a {
  padding-left: 16px;
}
#main-menu .mmc-dropdown-open.mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 36px;
}
#main-menu .mmc-dropdown-open.mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 56px;
}
#main-menu .mmc-dropdown-open.mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 76px;
}
#main-menu .mmc-dropdown-open.mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > .mm-dropdown > ul > li > a {
  padding-left: 96px;
}
#main-menu .mmc-title {
  display: none;
  line-height: 42px;
  padding: 0 18px;
  position: relative;
}
#main-menu .mmc-dropdown-delay {
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
#main-menu .menu-content {
  margin-top: 15px;
  padding: 20px;
  border-top: 1px solid;
  overflow: hidden;
}
#main-menu .menu-content.top {
  border-bottom: 0;
  border-top: none;
  margin-bottom: -77px;
  margin-top: 0;
  padding-top: 96px;
}
@media (min-width: 480px) {
  #main-menu-bg {
    left: 0;
    width: 56px;
  }
  #main-menu {
    height: auto;
    left: 0;
    overflow: visible;
    position: absolute;
    width: 56px;
  }
  #main-menu .navigation > li {
    width: auto;
  }
  #main-menu .navigation > li > a {
    text-align: center;
  }
  #main-menu .navigation > li > a > .menu-icon {
    margin: 0;
  }
  #main-menu .navigation > li > a > .badge,
  #main-menu .navigation > li > a > .label {
    display: none;
  }
  #main-menu .navigation > li > a > .mm-text {
    display: none;
  }
  #main-menu .navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  #main-menu .navigation > .mm-dropdown > a:before {
    right: 7px;
  }
  .main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
  #main-menu .navigation > .mm-dropdown.open > ul {
    display: none;
  }
  #main-menu .navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #main-menu .menu-content {
    display: none;
  }
  .mme #main-menu-bg {
    width: 240px;
  }
  .mme #main-menu {
    overflow: hidden;
    width: 240px;
  }
  .mme #main-menu .navigation > li {
    width: 240px;
  }
  .mme #main-menu .navigation > li > a {
    text-align: left;
  }
  .mme #main-menu .navigation > li > a:before {
    right: 14px;
  }
  .mme #main-menu .navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  .mme #main-menu .navigation > li > a > .badge,
  .mme #main-menu .navigation > li > a > .label {
    display: block;
  }
  .mme #main-menu .navigation > li > a > .mm-text {
    display: inline;
  }
  .mme #main-menu .navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  .mme #main-menu .navigation > .mm-dropdown.open > ul {
    display: block;
  }
  .mme #main-menu .navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mme #main-menu .menu-content {
    display: block;
  }
  .mme.main-menu-right #main-menu .navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px;
  }
}
@media (min-width: 768px) {
  .mme #main-menu,
  #main-menu,
  .mme #main-menu-bg,
  #main-menu-bg {
    overflow: hidden;
    width: 240px;
  }
  .mmc #main-menu,
  .mme.mmc #main-menu,
  .mmc #main-menu-bg,
  .mme.mmc #main-menu-bg {
    overflow: visible;
    width: 56px;
  }
  #main-menu ul.navigation > li {
    width: 240px;
  }
  #main-menu ul.navigation > li > a {
    text-align: left;
  }
  #main-menu ul.navigation > li > a > .menu-icon {
    margin-right: 5px;
  }
  #main-menu ul.navigation > li > a > .badge,
  #main-menu ul.navigation > li > a > .label {
    display: block;
  }
  #main-menu ul.navigation > li > a > .mm-text {
    display: inline;
  }
  #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 30px;
  }
  #main-menu ul.navigation > .mm-dropdown > a:before,
  .main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f105";
    left: auto;
    right: 14px;
  }
  #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: block;
  }
  #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #main-menu .menu-content {
    display: block;
  }
  .mmc #main-menu {
    overflow: visible;
  }
  .mmc #main-menu ul.navigation > li {
    width: auto;
  }
  .mmc #main-menu ul.navigation > li > a {
    text-align: center;
  }
  .mmc #main-menu ul.navigation > li > a > .menu-icon {
    margin: 0;
    text-align: center;
  }
  .mmc #main-menu ul.navigation > li > a > .badge,
  .mmc #main-menu ul.navigation > li > a > .label {
    display: none;
  }
  .mmc #main-menu ul.navigation > li > a > .mm-text {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown > a {
    padding-right: 14px;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown > a:before {
    right: 7px;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown.open > ul {
    display: none;
  }
  .mmc #main-menu ul.navigation > .mm-dropdown.open > a:before {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .mmc #main-menu .menu-content {
    display: none !important;
  }
  .mmc.main-menu-right #main-menu ul.navigation > .mm-dropdown > a:before {
    content: "\f104";
    left: 7px;
    right: auto;
  }
}
.mme #main-navbar {
  position: fixed;
}
#main-navbar .navbar-header {
  padding-left: 56px;
}
.mme #main-navbar .navbar-inner,
.mme #content-wrapper {
  left: 80%;
}
.mme #main-navbar .navbar-header {
  padding-left: 0;
}
.mme #main-menu,
.mme #main-menu-bg {
  left: 0%;
}
@media (min-width: 480px) {
  #main-wrapper {
    padding-left: 56px;
  }
  .mme #main-navbar {
    position: absolute;
  }
  .mme #content-wrapper {
    left: 184px;
  }
  .mme #main-navbar .navbar-inner {
    left: 240px;
    padding-left: 0;
  }
  .mme #main-navbar #main-menu-toggle {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .mme #main-wrapper,
  #main-wrapper {
    padding-left: 240px;
  }
  .mme #content-wrapper,
  .mmc.mme #content-wrapper {
    left: 0;
  }
  .mme #main-navbar .navbar-inner {
    left: 0;
  }
  .mmc #main-wrapper {
    padding-left: 56px;
  }
  #main-navbar .navbar-header {
    padding-left: 56px !important;
  }
}
@media (min-width: 768px) {
  #main-navbar .navbar-header {
    width: 240px;
  }
}
.main-menu-right #main-menu-bg {
  left: auto;
  right: -80%;
}
.main-menu-right #main-menu {
  left: auto;
  right: -80%;
}
.main-menu-right #main-menu .mmc-dropdown-open > ul {
  left: auto;
  right: 100%;
}
.main-menu-right #main-navbar .navbar-header {
  padding-left: 0;
}
.main-menu-right #main-navbar .navbar-inner {
  left: auto;
  right: 0;
}
.main-menu-right #main-navbar #main-menu-toggle {
  left: auto;
  right: 0;
}
.main-menu-right #main-navbar .navbar-toggle {
  right: 56px;
}
.main-menu-right #content-wrapper {
  left: auto;
  right: 0;
}
.main-menu-right.mme #main-navbar .navbar-inner,
.main-menu-right.mme #content-wrapper {
  left: auto;
  right: 80%;
}
.main-menu-right.mme #main-menu,
.main-menu-right.mme #main-menu-bg {
  left: auto;
  right: 0%;
}
.main-menu-right.mme #main-navbar .navbar-toggle {
  right: 0;
}
@media (min-width: 480px) {
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 56px;
  }
  .main-menu-right #main-menu,
  .main-menu-right #main-menu-bg {
    left: auto;
    right: 0;
  }
  .main-menu-right.mme #content-wrapper {
    left: auto;
    right: 184px;
  }
  .main-menu-right.mme #main-navbar .navbar-inner {
    left: auto;
    right: 240px;
  }
  .main-menu-right.mme #main-navbar #main-menu-toggle {
    width: 240px;
  }
}
@media (min-width: 768px) {
  .main-menu-right.mme #main-wrapper,
  .main-menu-right #main-wrapper {
    padding-left: 0;
    padding-right: 240px;
  }
  .main-menu-right.mme #content-wrapper,
  .main-menu-right #content-wrapper {
    right: 0;
  }
  .main-menu-right #main-navbar .navbar-inner,
  .main-menu-right.mme #main-navbar .navbar-inner,
  .main-menu-right.mme.mmc #main-navbar .navbar-inner {
    right: 0;
    margin-right: 56px;
    width: auto;
  }
  .main-menu-right.mmc #main-wrapper,
  .main-menu-right.mme.mmc #main-wrapper {
    padding-right: 56px;
    padding-left: 0;
  }
  .main-menu-right #main-navbar .navbar-header {
    padding-left: 0 !important;
  }
}
body.no-main-menu #main-menu,
body.no-main-menu #main-menu-bg {
  display: none !important;
}
body.no-main-menu #main-menu-toggle {
  display: none !important;
}
body.no-main-menu #main-wrapper {
  padding: 0 !important;
}
body.no-main-menu #content-wrapper {
  left: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  right: 0 !important;
}
body.no-main-menu #main-navbar .navbar-header {
  padding: 0 !important;
}
body.no-main-menu #main-navbar .navbar-inner {
  left: 0 !important;
  margin: 0 !important;
  right: 0 !important;
}
.navlogo {
  margin-top: 15px;
  margin-bottom: 10px;
  max-width: 12em;
  height: auto;
  width: 100%;
}
.navbar-header.logoContainer .navlogo {
  max-height: 4em;
}
.navbar .label,
.navbar .badge,
.navbar .dropdown-menu > li > a > .label,
.navbar .dropdown-menu > li > a > .badge {
  font-size: 11px;
  padding: 0 4px;
  line-height: 16px;
  top: -1px;
  position: relative;
}
.navbar .nav-icon-btn.dropdown > a:after {
  display: none !important;
}
.navbar .dropdown-menu > li > a > .badge {
  line-height: 14px;
}
.navbar .nav-icon-btn > a {
  width: auto;
}
.navbar .nav-icon-btn > a .label,
.navbar .nav-icon-btn > a .badge {
  display: inline-block;
}
.navbar .nav-icon-btn > a .small-screen-text {
  display: inline-block;
}
.navbar .nav-icon-btn .label,
.navbar .nav-icon-btn .badge,
.navbar .dropdown-menu .label.pull-right,
.navbar .dropdown-menu .badge.pull-right {
  float: right;
  top: 13px;
}
.navbar .nav-icon-btn.nav-icon-btn-success .label {
  background: #5ebd5e;
}
.navbar .nav-icon-btn.nav-icon-btn-warning .label {
  background: #f4b04f;
}
.navbar .nav-icon-btn.nav-icon-btn-danger .label {
  background: #e66454;
}
.navbar .nav-icon-btn.nav-icon-btn-info .label {
  background: #5bc0de;
}
@media (max-width: 768px) {
  .navbar .nav-icon-btn.dropdown > .dropdown-menu {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .navbar .dropdown-menu .label.pull-right,
  .navbar .dropdown-menu .badge.pull-right {
    top: 0px;
  }
  .navbar .dropdown-menu > li > a > .label,
  .navbar .dropdown-menu > li > a > .badge {
    font-size: 10px;
    line-height: 13px;
    top: 1px;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .navbar .dropdown-menu > li > a > .label {
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .navbar .nav-icon-btn {
    font-size: 13px;
  }
  .navbar .nav-icon-btn > a {
    text-align: center;
    width: 76px;
  }
  .navbar .nav-icon-btn > a .nav-icon {
    display: inline-block;
    font-size: 12px;
    margin: 0 !important;
  }
  .navbar .nav-icon-btn > a .label,
  .navbar .nav-icon-btn > a .badge {
    font-size: 8px;
    padding: 0 2px;
    line-height: 10px;
    position: absolute;
    display: block;
    right: 10px;
  }
  .navbar .nav-icon-btn > a .small-screen-text {
    display: none;
  }
  .navbar .navbar-brand {
    line-height: 60px;
  }
}
.btn {
  text-shadow: none;
  line-height: 15px;
  font-weight: 400;
  padding: 7px 12px;
  outline: none !important;
}
.btn,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn > .fa-caret-down {
  font-size: 12px;
}
.btn-lg {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}
.btn-sm {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}
.btn-sm > .fa-caret-down {
  font-size: 10px;
}
.btn-xs {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}
.btn-xs > .fa-caret-down {
  font-size: 10px;
}
.btn.btn-flat {
  border-bottom-width: 3px;
}
.btn.btn-flat:focus {
  border-bottom-width: 3px;
}
.btn.btn-flat:active {
  border-bottom-width: 1px !important;
  margin-top: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.btn-flat.btn-lg {
  border-bottom-width: 3px;
}
.btn.btn-flat.btn-lg:active {
  margin-top: 2px;
}
.btn.btn-flat.btn-xs {
  border-bottom-width: 2px;
}
.btn.btn-flat.btn-xs:active {
  margin-top: 1px;
}
.btn.btn-outline,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-flat.btn-primary {
  background: none;
  color: #555;
  background: url(/Content/styles/tenants/images/pixel-admin/blank.png)\9;
}
.btn.btn-outline,
.btn.btn-outline.btn-flat,
.btn.btn-outline.btn-primary,
.btn.btn-outline.btn-flat.btn-primary,
.btn.btn-outline:focus,
.btn.btn-outline.btn-flat:focus,
.btn.btn-outline.btn-primary:focus,
.btn.btn-outline.btn-flat.btn-primary:focus,
.btn-group > .btn.btn-outline,
.btn-group > .btn.btn-outline.btn-flat,
.btn-group > .btn.btn-outline.btn-primary,
.btn-group > .btn.btn-outline.btn-flat.btn-primary,
.btn-group > .btn.btn-outline:focus,
.btn-group > .btn.btn-outline.btn-flat:focus,
.btn-group > .btn.btn-outline.btn-primary:focus,
.btn-group > .btn.btn-outline.btn-flat.btn-primary:focus,
.input-group-btn > .btn.btn-outline,
.input-group-btn > .btn.btn-outline.btn-flat,
.input-group-btn > .btn.btn-outline.btn-primary,
.input-group-btn > .btn.btn-outline.btn-flat.btn-primary,
.input-group-btn > .btn.btn-outline:focus,
.input-group-btn > .btn.btn-outline.btn-flat:focus,
.input-group-btn > .btn.btn-outline.btn-primary:focus,
.input-group-btn > .btn.btn-outline.btn-flat.btn-primary:focus {
  background: none;
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
  background: url(/Content/styles/tenants/images/pixel-admin/blank.png)\9;
}
.btn.btn-outline.dark,
.btn.btn-outline.dark.btn-primary {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  background: url(/Content/styles/tenants/images/pixel-admin/blank.png)\9;
}
.btn.btn-outline.dark,
.btn.btn-outline.dark.btn-primary,
.btn.btn-outline.dark:focus,
.btn.btn-outline.dark.btn-primary:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}
.btn.btn-outline.dark:hover,
.btn.btn-outline.dark.btn-primary:hover,
.btn.btn-outline.dark:active,
.btn.btn-outline.dark.btn-primary:active {
  border-color: transparent !important;
}
.btn.btn-rounded {
  border-radius: 9999px;
}
.btn-rounded.btn-flat {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-rounded.btn-flat,
.btn-rounded.btn-flat:hover,
.btn-rounded.btn-flat:focus {
  border-bottom-width: 2px;
}
.btn-rounded.btn-flat.btn-lg,
.btn-rounded.btn-flat.btn-lg:hover,
.btn-rounded.btn-flat.btn-lg:focus {
  border-bottom-width: 3px;
}
.btn-rounded.btn-flat:active {
  margin-top: 1px;
}
.btn-rounded.btn-flat.btn:hover,
.btn-rounded.btn-flat.btn-outline.btn:hover,
.btn-rounded.btn-flat.btn:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.btn-rounded.btn-flat.btn-outline:focus {
  border-color: #e0e0e0;
  border-color: rgba(0, 0, 0, 0.12);
}
.btn-rounded.btn-flat.btn-outline.dark:focus {
  border-color: #595959;
  border-color: rgba(255, 255, 255, 0.12);
}
.btn,
.btn-default {
  color: #555;
}
.btn,
.btn-default,
.btn:focus,
.btn-default:focus {
  border-color: #e2e2e2;
  border-bottom-color: #c6c6c6;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}
.btn:hover,
.btn-default:hover {
  border-bottom-color: #b2b2b2;
  color: #555;
  border-color: #e2e2e2;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}
.btn:active,
.btn-default:active,
.btn.active,
.btn-default.active,
.open .btn.dropdown-toggle,
.open .btn-default.dropdown-toggle {
  border-bottom-color: #c6c6c6 !important;
  background: none;
  background: #ebebeb !important;
}
.btn:active,
.btn-default:active,
.btn.active,
.btn-default.active,
.open .btn.dropdown-toggle,
.open .btn-default.dropdown-toggle {
  border-color: #c6c6c6;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn.btn-flat,
.btn-default.btn-flat {
  background: #ececec;
}
.btn.btn-flat:hover,
.btn-default.btn-flat:hover,
.btn.btn-flat:active,
.btn-default.btn-flat:active,
.btn.btn-flat.active,
.btn-default.btn-flat.active,
.open .btn.btn-flat.dropdown-toggle,
.open .btn-default.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
  border-color: #e2e2e2;
  border-bottom-color: #b2b2b2;
  background: #e5e5e5;
}
.btn.btn-outline:hover,
.btn-default.btn-outline:hover,
.btn.btn-outline.btn-flat:hover,
.btn-default.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #e2e2e2;
  border-bottom-color: #b2b2b2;
}
.btn.btn-outline:active,
.btn-default.btn-outline:active,
.btn.btn-outline.btn-flat:active,
.btn-default.btn-outline.btn-flat:active {
  border-color: #e2e2e2;
}
.btn-group .btn,
.btn-group .btn-default,
.btn-group .btn:focus,
.btn-group .btn-default:focus,
.input-group-btn .btn,
.input-group-btn .btn-default,
.input-group-btn .btn:focus,
.input-group-btn .btn-default:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}
.btn-group .btn:hover,
.btn-group .btn-default:hover,
.btn-group.open .btn.dropdown-toggle,
.btn-group.open .btn-default.dropdown-toggle,
.input-group-btn .btn:hover,
.input-group-btn .btn-default:hover,
.input-group-btn.open .btn.dropdown-toggle,
.input-group-btn.open .btn-default.dropdown-toggle {
  border-color: #c6c6c6;
}
.btn-group .btn:active,
.btn-group .btn-default:active,
.btn-group .btn.active,
.btn-group .btn-default.active,
.input-group-btn .btn:active,
.input-group-btn .btn-default:active,
.input-group-btn .btn.active,
.input-group-btn .btn-default.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.btn-info {
  color: #fff;
}
.btn-info,
.btn-info:focus {
  border-color: #4ebbdb;
  border-bottom-color: #28a4c9;
  background: #5bc0de;
  background-image: -webkit-linear-gradient(top, #5fc2df 0%, #46b8da 100%);
  background-image: linear-gradient(to bottom, #5fc2df 0%, #46b8da 100%);
  background-repeat: repeat-x;
}
.btn-info:hover {
  border-bottom-color: #2289a7;
  color: #fff;
  border-color: #4ebbdb;
  background: #46b8da !important;
  background-image: -webkit-linear-gradient(top, #53bddc 0%, #39b3d7 100%) !important;
  background-image: linear-gradient(to bottom, #53bddc 0%, #39b3d7 100%) !important;
  background-repeat: repeat-x;
}
.btn-info:active,
.btn-info.active,
.open .btn-info.dropdown-toggle {
  border-bottom-color: #28a4c9 !important;
  background: none;
  background: #4ab9db !important;
}
.btn-info:active,
.btn-info.active,
.open .btn-info.dropdown-toggle {
  border-color: #28a4c9;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-info.btn-flat {
  background: #4ebbdb;
}
.btn-info.btn-flat:hover,
.btn-info.btn-flat:active,
.btn-info.btn-flat.active,
.open .btn-info.btn-flat.dropdown-toggle {
  background: #4ebbdb !important;
  color: #fff;
  border-color: #4ebbdb;
  border-bottom-color: #2289a7;
  background: #42b6d9;
}
.btn-info.btn-outline:hover,
.btn-info.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #4ebbdb;
  border-bottom-color: #2289a7;
}
.btn-info.btn-outline:active,
.btn-info.btn-outline.btn-flat:active {
  border-color: #4ebbdb;
}
.btn-group .btn-info,
.btn-group .btn-info:focus,
.input-group-btn .btn-info,
.input-group-btn .btn-info:focus {
  border-left-color: #39b3d7;
  border-right-color: #39b3d7;
}
.btn-group .btn-info:hover,
.btn-group.open .btn-info.dropdown-toggle,
.input-group-btn .btn-info:hover,
.input-group-btn.open .btn-info.dropdown-toggle {
  border-color: #28a4c9;
}
.btn-group .btn-info:active,
.btn-group .btn-info.active,
.input-group-btn .btn-info:active,
.input-group-btn .btn-info.active {
  border-left-color: #28a4c9;
  border-right-color: #28a4c9;
}
.btn-success {
  color: #fff;
}
.btn-success,
.btn-success:focus {
  border-color: #53b953;
  border-bottom-color: #3e963e;
  background: #5ebd5e;
  background-image: -webkit-linear-gradient(top, #62be62 0%, #4cb64c 100%);
  background-image: linear-gradient(to bottom, #62be62 0%, #4cb64c 100%);
  background-repeat: repeat-x;
}
.btn-success:hover {
  border-bottom-color: #327932;
  color: #fff;
  border-color: #53b953;
  background: #4cb64c !important;
  background-image: -webkit-linear-gradient(top, #57ba57 0%, #46ac46 100%) !important;
  background-image: linear-gradient(to bottom, #57ba57 0%, #46ac46 100%) !important;
  background-repeat: repeat-x;
}
.btn-success:active,
.btn-success.active,
.open .btn-success.dropdown-toggle {
  border-bottom-color: #3e963e !important;
  background: none;
  background: #50b750 !important;
}
.btn-success:active,
.btn-success.active,
.open .btn-success.dropdown-toggle {
  border-color: #3e963e;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-success.btn-flat {
  background: #53b953;
}
.btn-success.btn-flat:hover,
.btn-success.btn-flat:active,
.btn-success.btn-flat.active,
.open .btn-success.btn-flat.dropdown-toggle {
  background: #53b953 !important;
  color: #fff;
  border-color: #53b953;
  border-bottom-color: #327932;
  background: #49b349;
}
.btn-success.btn-outline:hover,
.btn-success.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #53b953;
  border-bottom-color: #327932;
}
.btn-success.btn-outline:active,
.btn-success.btn-outline.btn-flat:active {
  border-color: #53b953;
}
.btn-group .btn-success,
.btn-group .btn-success:focus,
.input-group-btn .btn-success,
.input-group-btn .btn-success:focus {
  border-left-color: #46ac46;
  border-right-color: #46ac46;
}
.btn-group .btn-success:hover,
.btn-group.open .btn-success.dropdown-toggle,
.input-group-btn .btn-success:hover,
.input-group-btn.open .btn-success.dropdown-toggle {
  border-color: #3e963e;
}
.btn-group .btn-success:active,
.btn-group .btn-success.active,
.input-group-btn .btn-success:active,
.input-group-btn .btn-success.active {
  border-left-color: #3e963e;
  border-right-color: #3e963e;
}
.btn-warning {
  color: #fff;
}
.btn-warning,
.btn-warning:focus {
  border-color: #f29f29;
  border-bottom-color: #d5830d;
  background: #f4b04f;
  background-image: -webkit-linear-gradient(top, #f4b254 0%, #f3a537 100%);
  background-image: linear-gradient(to bottom, #f4b254 0%, #f3a537 100%);
  background-repeat: repeat-x;
}
.btn-warning:hover {
  border-bottom-color: #ae6b0b;
  color: #fff;
  border-color: #f29f29;
  background: #f3a537 !important;
  background-image: -webkit-linear-gradient(top, #f3ac45 0%, #f29f29 100%) !important;
  background-image: linear-gradient(to bottom, #f3ac45 0%, #f29f29 100%) !important;
  background-repeat: repeat-x;
}
.btn-warning:active,
.btn-warning.active,
.open .btn-warning.dropdown-toggle {
  border-bottom-color: #d5830d !important;
  background: none;
  background: #f3a73c !important;
}
.btn-warning:active,
.btn-warning.active,
.open .btn-warning.dropdown-toggle {
  border-color: #d5830d;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-warning.btn-flat {
  background: #f3aa41;
}
.btn-warning.btn-flat:hover,
.btn-warning.btn-flat:active,
.btn-warning.btn-flat.active,
.open .btn-warning.btn-flat.dropdown-toggle {
  background: #f3aa41 !important;
  color: #fff;
  border-color: #f29f29;
  border-bottom-color: #ae6b0b;
  background: #f2a332;
}
.btn-warning.btn-outline:hover,
.btn-warning.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #f29f29;
  border-bottom-color: #ae6b0b;
}
.btn-warning.btn-outline:active,
.btn-warning.btn-outline.btn-flat:active {
  border-color: #f29f29;
}
.btn-group .btn-warning,
.btn-group .btn-warning:focus,
.input-group-btn .btn-warning,
.input-group-btn .btn-warning:focus {
  border-left-color: #f09411;
  border-right-color: #f09411;
}
.btn-group .btn-warning:hover,
.btn-group.open .btn-warning.dropdown-toggle,
.input-group-btn .btn-warning:hover,
.input-group-btn.open .btn-warning.dropdown-toggle {
  border-color: #d5830d;
}
.btn-group .btn-warning:active,
.btn-group .btn-warning.active,
.input-group-btn .btn-warning:active,
.input-group-btn .btn-warning.active {
  border-left-color: #d5830d;
  border-right-color: #d5830d;
}
.btn-danger {
  color: #fff;
}
.btn-danger,
.btn-danger:focus {
  border-color: #e45847;
  border-bottom-color: #d4331f;
  background: #e66454;
  background-image: -webkit-linear-gradient(top, #e76858 0%, #e3503e 100%);
  background-image: linear-gradient(to bottom, #e76858 0%, #e3503e 100%);
  background-repeat: repeat-x;
}
.btn-danger:hover {
  border-bottom-color: #b02a1a;
  color: #fff;
  border-color: #e45847;
  background: #e3503e !important;
  background-image: -webkit-linear-gradient(top, #e55c4b 0%, #e14430 100%) !important;
  background-image: linear-gradient(to bottom, #e55c4b 0%, #e14430 100%) !important;
  background-repeat: repeat-x;
}
.btn-danger:active,
.btn-danger.active,
.open .btn-danger.dropdown-toggle {
  border-bottom-color: #d4331f !important;
  background: none;
  background: #e35442 !important;
}
.btn-danger:active,
.btn-danger.active,
.open .btn-danger.dropdown-toggle {
  border-color: #d4331f;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-danger.btn-flat {
  background: #e45847;
}
.btn-danger.btn-flat:hover,
.btn-danger.btn-flat:active,
.btn-danger.btn-flat.active,
.open .btn-danger.btn-flat.dropdown-toggle {
  background: #e45847 !important;
  color: #fff;
  border-color: #e45847;
  border-bottom-color: #b02a1a;
  background: #e24c39;
}
.btn-danger.btn-outline:hover,
.btn-danger.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #e45847;
  border-bottom-color: #b02a1a;
}
.btn-danger.btn-outline:active,
.btn-danger.btn-outline.btn-flat:active {
  border-color: #e45847;
}
.btn-group .btn-danger,
.btn-group .btn-danger:focus,
.input-group-btn .btn-danger,
.input-group-btn .btn-danger:focus {
  border-left-color: #e14430;
  border-right-color: #e14430;
}
.btn-group .btn-danger:hover,
.btn-group.open .btn-danger.dropdown-toggle,
.input-group-btn .btn-danger:hover,
.input-group-btn.open .btn-danger.dropdown-toggle {
  border-color: #d4331f;
}
.btn-group .btn-danger:active,
.btn-group .btn-danger.active,
.input-group-btn .btn-danger:active,
.input-group-btn .btn-danger.active {
  border-left-color: #d4331f;
  border-right-color: #d4331f;
}
.btn.btn-outline.disabled,
.btn.btn-outline[disabled] {
  background: none !important;
  color: #555 !important;
}
.btn.btn-outline.disabled,
.btn.btn-outline[disabled],
.btn.btn-outline.disabled:active,
.btn.btn-outline[disabled]:active,
.btn.btn-outline.disabled.active,
.btn.btn-outline[disabled].active,
.btn.btn-outline.disabled:hover,
.btn.btn-outline[disabled]:hover,
.btn.btn-outline.disabled:visited,
.btn.btn-outline[disabled]:visited,
.btn.btn-outline.disabled:link,
.btn.btn-outline[disabled]:link,
.btn.btn-outline.disabled:focus,
.btn.btn-outline[disabled]:focus {
  background: none !important;
  border-color: #e0e0e0 !important;
  border-color: rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: url(/Content/styles/tenants/images/pixel-admin/blank.png)\9;
}
.btn.btn-flat.disabled:active,
.btn.btn-flat[disabled]:active {
  margin-top: 0 !important;
  border-bottom-width: 3px !important;
}
.btn.btn-flat.btn-rounded.disabled:active,
.btn.btn-flat.btn-rounded[disabled]:active {
  border-bottom-width: 2px !important;
}
.btn.btn-labeled {
  position: relative;
}
.btn.btn-labeled .btn-label {
  display: block;
  float: left;
  margin: -8px 12px -8px -13px;
  padding: 8px 10px;
  position: relative;
  background: rgba(0, 0, 0, 0.06);
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btn.btn-labeled .btn-label.icon {
  font-size: 14px;
}
.btn.btn-labeled.btn-lg .btn-label {
  margin: -10px 18px -10px -19px;
  padding: 10px 13px;
  line-height: 19px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.btn.btn-labeled.btn-lg .btn-label.icon {
  font-size: 15px;
}
.btn.btn-labeled.btn-sm .btn-label {
  margin: -5px 9px -5px -10px;
  padding: 5px 7px;
  line-height: 15px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btn.btn-labeled.btn-sm .btn-label.icon {
  font-size: 11px;
}
.btn.btn-labeled.btn-xs .btn-label {
  margin: -5px 9px -5px -8px;
  padding: 5px 6px;
  line-height: 12px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btn.btn-labeled.btn-xs .btn-label.icon {
  font-size: 11px;
}
.btn.btn-rounded.btn-labeled .btn-label,
.btn.btn-lg.btn-rounded.btn-labeled .btn-label,
.btn.btn-sm.btn-rounded.btn-labeled .btn-label,
.btn.btn-xs.btn-rounded.btn-labeled .btn-label {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
}
.progress {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
}
.progress-bar {
  background: none;
  border: 1px solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress .progress-bar.progress-bar-info {
  background: #5bc0de;
  border-color: #42b6d9;
}
.progress.progress-striped .progress-bar.progress-bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress .progress-bar.progress-bar-success {
  background: #5ebd5e;
  border-color: #49b349;
}
.progress.progress-striped .progress-bar.progress-bar-success {
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress .progress-bar.progress-bar-warning {
  background: #f4b04f;
  border-color: #f2a332;
}
.progress.progress-striped .progress-bar.progress-bar-warning {
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.progress .progress-bar.progress-bar-danger {
  background: #e66454;
  border-color: #e24c39;
}
.progress.progress-striped .progress-bar.progress-bar-danger {
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.label {
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  padding: 0 6px;
  display: inline-block;
  font-weight: 600;
}
.label.pull-right {
  margin: 0;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  font-size: 75%;
  padding: 0.2em 0.5em;
}
.label.label-tag {
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  margin-left: 12px;
  padding: 0 5px;
  position: relative;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.label.label-tag:before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #b0b0b0 transparent transparent;
  -webkit-transform: rotate(360deg);
  margin-left: -17px;
  top: -1px;
}
.label.label-tag:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  margin: -12px 0 0 -10px;
}
.ie8 .label.label-tag:after {
  display: none !important;
}
.label {
  background: #b0b0b0;
}
.label[href]:hover,
.label[href]:focus {
  background-color: #969696;
}
.label.label-tag {
  border: 1px solid #b0b0b0;
}
.label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}
.label.label-tag[href]:hover,
.label.label-tag[href]:focus {
  border-color: #969696;
}
.label.label-tag[href]:hover:before,
.label.label-tag[href]:focus:before {
  border-color: transparent #969696 transparent transparent;
}
.right-to-left .label.label-tag:before {
  border-color: transparent transparent transparent #b0b0b0;
}
.right-to-left .label.label-tag[href]:hover:before,
.right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #969696;
}
.ie8 .right-to-left .label.label-tag:before,
.ie9 .right-to-left .label.label-tag:before {
  border-color: transparent #b0b0b0 transparent transparent;
}
.ie8 .right-to-left .label.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-tag[href]:focus:before {
  border-color: transparent #969696 transparent transparent;
}
.label.label-success {
  background: #5ebd5e;
}
.label.label-success[href]:hover,
.label.label-success[href]:focus {
  background-color: #43a543;
}
.label.label-success.label-tag {
  border: 1px solid #5ebd5e;
}
.label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}
.label.label-success.label-tag[href]:hover,
.label.label-success.label-tag[href]:focus {
  border-color: #43a543;
}
.label.label-success.label-tag[href]:hover:before,
.label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}
.right-to-left .label.label-success.label-tag:before {
  border-color: transparent transparent transparent #5ebd5e;
}
.right-to-left .label.label-success.label-tag[href]:hover:before,
.right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #43a543;
}
.ie8 .right-to-left .label.label-success.label-tag:before,
.ie9 .right-to-left .label.label-success.label-tag:before {
  border-color: transparent #5ebd5e transparent transparent;
}
.ie8 .right-to-left .label.label-success.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-success.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-success.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-success.label-tag[href]:focus:before {
  border-color: transparent #43a543 transparent transparent;
}
.label.label-warning {
  background: #f4b04f;
}
.label.label-warning[href]:hover,
.label.label-warning[href]:focus {
  background-color: #f19a1f;
}
.label.label-warning.label-tag {
  border: 1px solid #f4b04f;
}
.label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}
.label.label-warning.label-tag[href]:hover,
.label.label-warning.label-tag[href]:focus {
  border-color: #f19a1f;
}
.label.label-warning.label-tag[href]:hover:before,
.label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}
.right-to-left .label.label-warning.label-tag:before {
  border-color: transparent transparent transparent #f4b04f;
}
.right-to-left .label.label-warning.label-tag[href]:hover:before,
.right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #f19a1f;
}
.ie8 .right-to-left .label.label-warning.label-tag:before,
.ie9 .right-to-left .label.label-warning.label-tag:before {
  border-color: transparent #f4b04f transparent transparent;
}
.ie8 .right-to-left .label.label-warning.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-warning.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-warning.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-warning.label-tag[href]:focus:before {
  border-color: transparent #f19a1f transparent transparent;
}
.label.label-danger {
  background: #e66454;
}
.label.label-danger[href]:hover,
.label.label-danger[href]:focus {
  background-color: #df3c28;
}
.label.label-danger.label-tag {
  border: 1px solid #e66454;
}
.label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}
.label.label-danger.label-tag[href]:hover,
.label.label-danger.label-tag[href]:focus {
  border-color: #df3c28;
}
.label.label-danger.label-tag[href]:hover:before,
.label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}
.right-to-left .label.label-danger.label-tag:before {
  border-color: transparent transparent transparent #e66454;
}
.right-to-left .label.label-danger.label-tag[href]:hover:before,
.right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #df3c28;
}
.ie8 .right-to-left .label.label-danger.label-tag:before,
.ie9 .right-to-left .label.label-danger.label-tag:before {
  border-color: transparent #e66454 transparent transparent;
}
.ie8 .right-to-left .label.label-danger.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-danger.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-danger.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-danger.label-tag[href]:focus:before {
  border-color: transparent #df3c28 transparent transparent;
}
.label.label-info {
  background: #5bc0de;
}
.label.label-info[href]:hover,
.label.label-info[href]:focus {
  background-color: #31b0d5;
}
.label.label-info.label-tag {
  border: 1px solid #5bc0de;
}
.label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}
.label.label-info.label-tag[href]:hover,
.label.label-info.label-tag[href]:focus {
  border-color: #31b0d5;
}
.label.label-info.label-tag[href]:hover:before,
.label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}
.right-to-left .label.label-info.label-tag:before {
  border-color: transparent transparent transparent #5bc0de;
}
.right-to-left .label.label-info.label-tag[href]:hover:before,
.right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #31b0d5;
}
.ie8 .right-to-left .label.label-info.label-tag:before,
.ie9 .right-to-left .label.label-info.label-tag:before {
  border-color: transparent #5bc0de transparent transparent;
}
.ie8 .right-to-left .label.label-info.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-info.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-info.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-info.label-tag[href]:focus:before {
  border-color: transparent #31b0d5 transparent transparent;
}
.badge {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  padding: 0 8px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.badge.pull-right {
  margin: 0;
}
.badge {
  background: #b0b0b0;
  border: 1px solid #b0b0b0;
}
.badge[href]:hover,
.badge[href]:focus {
  background-color: #969696;
  border-color: #969696;
}
.badge.badge-success {
  background: #5ebd5e;
  border: 1px solid #5ebd5e;
}
.badge.badge-success[href]:hover,
.badge.badge-success[href]:focus {
  background-color: #43a543;
  border-color: #43a543;
}
.badge.badge-warning {
  background: #f4b04f;
  border: 1px solid #f4b04f;
}
.badge.badge-warning[href]:hover,
.badge.badge-warning[href]:focus {
  background-color: #f19a1f;
  border-color: #f19a1f;
}
.badge.badge-danger {
  background: #e66454;
  border: 1px solid #e66454;
}
.badge.badge-danger[href]:hover,
.badge.badge-danger[href]:focus {
  background-color: #df3c28;
  border-color: #df3c28;
}
.badge.badge-info {
  background: #5bc0de;
  border: 1px solid #5bc0de;
}
.badge.badge-info[href]:hover,
.badge.badge-info[href]:focus {
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.breadcrumb {
  background: none;
  margin-bottom: 26px;
  position: relative;
}
.breadcrumb li + li:before {
  color: #ccc;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 7px;
  display: inline-block;
  line-height: 8px;
  top: -1px;
  left: -1px;
  position: relative;
  padding: 0;
  height: 8px;
  width: 15px;
  text-align: center;
}
.breadcrumb li,
.breadcrumb li a {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
}
.breadcrumb li:hover,
.breadcrumb li a:hover {
  color: #555;
}
.breadcrumb li.active {
  padding-left: 16px;
  position: relative;
}
.breadcrumb li.active:before {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
}
.breadcrumb li.active,
.breadcrumb li.active a {
  color: #555;
  text-decoration: none;
}
.breadcrumb.breadcrumb-dark > li + li:before {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb.breadcrumb-dark li,
.breadcrumb.breadcrumb-dark li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb.breadcrumb-dark li:hover,
.breadcrumb.breadcrumb-dark li a:hover {
  color: #fff;
}
.breadcrumb.breadcrumb-dark li.active,
.breadcrumb.breadcrumb-dark li.active a {
  color: #fff;
}
.breadcrumb.breadcrumb-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.breadcrumb.breadcrumb-page {
  border-radius: 0;
  margin-left: -26px;
  margin-right: -26px;
  margin-top: -26px;
  padding-left: 26px;
  padding-right: 26px;
}
.breadcrumb-label {
  float: left;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  padding-right: 15px;
  margin: 1px 0 -1px 0;
}
.alert {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}
.alert .close {
  top: 0;
}
.alert.alert-danger {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}
.alert.alert-success {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}
.alert.alert-info {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}
.alert.alert-dark {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: none;
  border-color: #f19a1f;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.alert.alert-danger.alert-dark {
  background: none;
  border-color: #df3c28;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.alert.alert-success.alert-dark {
  background: none;
  border-color: #43a543;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.alert.alert-info.alert-dark {
  background: none;
  border-color: #31b0d5;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.alert.alert-page {
  margin: -26px -26px 26px -26px;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-radius: 0;
  padding-left: 26px;
  padding-right: 26px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  border-top-color: #e4e4e4;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th {
  font-weight: 600;
}
.table tbody + tbody {
  border-top-color: #e4e4e4;
}
.table-bordered {
  border-color: #e4e4e4;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border-color: #e4e4e4;
}
.table-header {
  background: #fff;
  position: relative;
  border: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding: 10px 15px 10px 15px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.table-header .table-caption {
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.table-footer {
  min-height: 40px;
  margin-top: -19px;
  position: relative;
  border: 1px solid #e4e4e4;
  line-height: 20px;
  padding: 10px 15px 10px 15px;
  background: #fafafa;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.table-light,
.table-success,
.table-danger,
.table-warning,
.table-info,
.table-primary {
  margin-bottom: 20px;
}
.table-light table {
  border-top-color: #dbdbdb !important;
}
.table-light thead,
.table-light thead tr,
.table-light thead th,
.table-light .table-header {
  border-color: #dbdbdb !important;
  color: #555;
}
.table-light thead tr,
.table-light thead th {
  background: #ebebeb;
}
.table-light .table-header {
  background: #fafafa;
}
.table-success table {
  border-top-color: #518d51 !important;
}
.table-success thead,
.table-success thead tr,
.table-success thead th,
.table-success .table-header {
  border-color: #518d51 !important;
  color: #fff;
}
.table-success thead tr,
.table-success thead th {
  background: #53a953;
}
.table-success .table-header {
  background: #5ebd5e;
}
.table-danger table {
  border-top-color: #ca4433 !important;
}
.table-danger thead,
.table-danger thead tr,
.table-danger thead th,
.table-danger .table-header {
  border-color: #ca4433 !important;
  color: #fff;
}
.table-danger thead tr,
.table-danger thead th {
  background: #d95342;
}
.table-danger .table-header {
  background: #e66454;
}
.table-warning table {
  border-top-color: #de9328 !important;
}
.table-warning thead,
.table-warning thead tr,
.table-warning thead th,
.table-warning .table-header {
  border-color: #de9328 !important;
  color: #fff;
}
.table-warning thead tr,
.table-warning thead th {
  background: #e9a23b;
}
.table-warning .table-header {
  background: #f4b04f;
}
.table-info table {
  border-top-color: #3da1bf !important;
}
.table-info thead,
.table-info thead tr,
.table-info thead th,
.table-info .table-header {
  border-color: #3da1bf !important;
  color: #fff;
}
.table-info thead tr,
.table-info thead th {
  background: #4bb1d0;
}
.table-info .table-header {
  background: #5bc0de;
}
.nav-tabs > li > a > .badge,
.nav-pills > li > a > .badge,
.nav-tabs > li > a > .label,
.nav-pills > li > a > .label {
  position: relative;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  margin: 0 -5px -100px 5px;
  padding: 0 6px;
  line-height: 14px;
  top: 0;
}
.nav-tabs > li > a > .label,
.nav-pills > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
}
.nav-tabs > li > a > .badge.badge-success,
.nav-pills > li > a > .badge.badge-success,
.nav-tabs > li > a > .label.label-success,
.nav-pills > li > a > .label.label-success {
  background-color: #5ebd5e;
}
.nav-tabs > li > a > .badge.badge-warning,
.nav-pills > li > a > .badge.badge-warning,
.nav-tabs > li > a > .label.label-warning,
.nav-pills > li > a > .label.label-warning {
  background-color: #f4b04f;
}
.nav-tabs > li > a > .badge.badge-danger,
.nav-pills > li > a > .badge.badge-danger,
.nav-tabs > li > a > .label.label-danger,
.nav-pills > li > a > .label.label-danger {
  background-color: #e66454;
}
.nav-tabs > li > a > .badge.badge-info,
.nav-pills > li > a > .badge.badge-info,
.nav-tabs > li > a > .label.label-info,
.nav-pills > li > a > .label.label-info {
  background-color: #5bc0de;
}
.nav-tabs:not(.nav-tabs-simple) > li.active > a > .badge,
.nav-pills > li.active > a > .badge,
.nav-tabs:not(.nav-tabs-simple) > li.active > a > .label,
.nav-pills > li.active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}
.nav-tabs.nav-justified > li > a,
.nav-pills.nav-justified > li > a {
  margin: 0;
}
.nav-tabs.nav-tabs-sm > li > a > .badge,
.nav-tabs.nav-tabs-sm > li > a > .label {
  margin-left: 4px;
  margin-right: -4px;
}
.nav-tabs.nav-tabs-xs > li > a {
  font-size: 12px;
}
.nav-tabs.nav-tabs-xs > li > a > .badge,
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  margin-left: 3px;
  margin-right: -3px;
  top: -1px;
}
.nav-tabs.nav-tabs-xs > li > a > .label {
  padding-left: 3px;
  padding-right: 3px;
}
.nav-tabs {
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs > li > a {
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border: 0;
  border-bottom: 2px solid #e4e4e4;
  color: #777;
  margin: 0 6px -1px 0;
  padding: 8px 20px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:active {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #d7d7d7;
  color: #555;
}
.nav-tabs > li > a > .fa-caret-down {
  font-size: 12px;
}
.nav-tabs > li.dropdown.open > a:focus {
  border-bottom: 2px solid #e4e4e4;
}
.nav-tabs li.active > a,
.nav-tabs li.active > a:hover,
.nav-tabs li.active > a:focus {
  border: none;
  color: #fff;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 2px solid #e4e4e4;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.nav-tabs.nav-stacked > li > a {
  margin: 0;
  border-bottom-width: 1px !important;
}
.nav-tabs.nav-stacked > li:last-child > a {
  border-bottom-width: 0 !important;
}
.nav-tabs.nav-stacked > li:last-child.active > a {
  border-bottom-width: 2px !important;
  margin-bottom: -3px;
}
.nav-tabs.nav-stacked > li:not(:first-child):not(:last-child) > a {
  border-radius: 0;
}
.nav-tabs.nav-tabs-simple > li > a {
  background-color: transparent !important;
  margin-right: 0;
}
.nav-tabs.nav-tabs-simple > li.active > a {
  color: #555 !important;
}
.nav-tabs.nav-tabs-sm > li > a {
  padding: 6px 15px;
}
.nav-tabs.nav-tabs-xs > li > a {
  padding: 4px 15px;
}
.tab-content {
  padding: 15px 0;
}
.tab-content.tab-content-bordered {
  border: 1px solid #d7d7d7;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.nav-pills > li > a {
  color: #777;
  background-color: #f3f3f3;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  padding: 8px 20px;
}
.nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #555;
}
.nav-pills > li > a > .fa-caret-down {
  font-size: 12px;
}
.nav-pills > li > a > .badge,
.nav-pills > li > a > .label {
  top: -1px;
}
.nav-pills > li {
  margin-left: 0;
  margin-right: 6px;
}
.nav-pills > li + li {
  margin-left: 0;
}
.nav-pills.nav-stacked > li {
  margin: 0 0 4px 0;
}
.dropdown-menu {
  border: 2px solid #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}
ul.dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
}
ul.dropdown-menu > li > a {
  margin: 0 -2px;
  padding: 5px 18px;
}
ul.dropdown-menu > li > a > .label,
ul.dropdown-menu > li > a > .badge {
  position: relative;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 13px;
  font-size: 10px;
  top: 1px;
}
ul.dropdown-menu > li > a > .label {
  padding-top: 1px;
  padding-bottom: 1px;
}
ul.dropdown-menu .divider {
  border-width: 2px;
  margin: 5px 0;
}
ul.dropdown-menu .dropdown-header {
  font-size: 11px;
  font-weight: 600;
  margin: 0 -2px;
  padding: 6px 18px 3px 18px;
  text-transform: uppercase;
}
ul.dropdown-menu .dropdown-icon {
  display: inline-block;
  font-size: 14px;
}
.nav .dropdown > .dropdown-toggle .nav-icon {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.nav .dropdown > .dropdown-toggle .nav-icon.inactive {
  opacity: 0.2;
}
.nav .dropdown > .dropdown-toggle .nav-icon.active {
  opacity: 1;
}
.pull-right .dropdown-menu {
  left: auto;
  float: right;
  right: 0;
}
.btn-group-lg .btn {
  font-size: 15px;
  line-height: 19px;
  padding: 9px 18px;
}
.btn-group-sm .btn {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
}
.btn-group-sm .btn > .fa-caret-down {
  font-size: 10px;
}
.btn-group-xs .btn {
  font-size: 11px;
  line-height: 12px;
  padding: 4px 7px;
}
.btn-group-xs .btn > .fa-caret-down {
  font-size: 10px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 1px solid #e4e4e4;
  color: #7b7b7b;
  margin-right: 5px;
  border-radius: 2px;
}
.pagination > li > a:hover {
  background-color: transparent;
  color: #555;
}
.pagination > li.active > a,
.pagination > li.active > span {
  color: #fff;
  font-weight: 600;
}
.pagination > li.disabled > a:hover {
  border-color: #e4e4e4 !important;
}
.pagination.pagination-xs li a,
.pagination.pagination-xs li span {
  font-size: 10px;
  padding: 4px 8px;
}
.pager li > a,
.pager li > span {
  background-color: transparent;
  border-color: #e4e4e4;
  color: #7b7b7b;
}
.pager li > a:hover {
  background-color: transparent;
  color: #555;
}
.pager li.disabled > a {
  background-color: transparent;
}
.pager li.disabled > a:hover {
  background-color: transparent;
  border-color: #e4e4e4 !important;
}
.pager.pager-xs li a,
.pager.pager-xs li span {
  font-size: 11px;
  padding: 4px 8px;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  background-color: transparent;
}
.list-group-item {
  padding-bottom: 10px;
  padding-top: 10px;
  border-color: #e4e4e4;
}
.list-group-item > .badge {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item > .label {
  line-height: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.list-group-item > .label + .label {
  margin-right: 5px;
}
.list-group-icon {
  width: 26px;
  color: #aaa;
  font-size: 14px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #555;
  margin-top: 5px;
}
a.list-group-item .list-group-item-heading + .list-group-item-text {
  margin-bottom: 5px;
}
a.list-group-item .list-group-item-text {
  color: #6e6e6e;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
a.list-group-item.active {
  color: #fff;
}
a.list-group-item.active .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .badge {
  background: #fff;
  background: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  color: #fff;
}
.ie8 a.list-group-item.active .badge {
  color: #555;
}
.form-inline .form-control {
  margin-bottom: 10px;
}
.form-inline .checkbox label,
.form-inline .radio label {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-inline .form-control {
    margin-bottom: 0;
    width: auto;
  }
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-horizontal .control-label {
  padding-top: 0;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
  }
}
legend {
  color: #666;
  font-size: 16.9px;
  padding-bottom: 7px;
}
label {
  font-weight: 600;
}
optgroup {
  font-weight: 600;
}
.form-control {
  border-top-color: #c2c2c2;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.help-block {
  margin-bottom: 0;
}
.form-group:before,
.form-group:after {
  content: " ";
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group.has-error .checkbox .help-block,
.form-group.has-error .radio .help-block,
.form-group.has-error .checkbox + .help-block,
.form-group.has-error .radio + .help-block {
  position: relative;
  top: 5px;
}
.form-group.has-error .checkbox .help-block:before,
.form-group.has-error .radio .help-block:before,
.form-group.has-error .checkbox + .help-block:before,
.form-group.has-error .radio + .help-block:before,
.form-group.has-error .checkbox .help-block:after,
.form-group.has-error .radio .help-block:after,
.form-group.has-error .checkbox + .help-block:after,
.form-group.has-error .radio + .help-block:after {
  display: none;
}
.checkbox label,
.radio label {
  display: block;
  margin-bottom: 0;
}
.checkbox label:before,
.radio label:before,
.checkbox label:after,
.radio label:after {
  content: " ";
  display: table;
}
.checkbox label:after,
.radio label:after {
  clear: both;
}
.form-control-feedback {
  font-size: 14px;
}
.has-feedback .form-control {
  padding-right: 32px;
}
.form-bordered .form-group {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
}
.checkbox,
.radio {
  margin-top: 0;
}
.has-warning .help-block,
.has-error .help-block,
.has-success .help-block {
  display: block;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative;
}
.has-warning .help-block:before,
.has-error .help-block:before,
.has-success .help-block:before,
.has-warning .help-block:after,
.has-error .help-block:after,
.has-success .help-block:after {
  content: "";
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.has-warning .help-block:before,
.has-error .help-block:before,
.has-success .help-block:before {
  border-bottom: solid;
  border-width: 7px;
  left: 16px;
  top: -7px;
}
.has-warning .help-block:after,
.has-error .help-block:after,
.has-success .help-block:after {
  border-bottom: 6px solid;
  left: 17px;
  top: -6px;
}
.has-warning.simple .help-block,
.has-error.simple .help-block,
.has-success.simple .help-block {
  background: none !important;
  border: none;
  padding: 3px 0;
}
.has-warning.simple .help-block:before,
.has-error.simple .help-block:before,
.has-success.simple .help-block:before,
.has-warning.simple .help-block:after,
.has-error.simple .help-block:after,
.has-success.simple .help-block:after {
  display: none;
}
.has-feedback:not(.form-group) {
  position: relative;
}
.has-feedback:not(.form-group) .form-control-feedback {
  top: 0;
}
.has-warning .control-label {
  color: #555;
}
.has-warning .help-block {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}
.has-warning .help-block:before {
  border-bottom-color: #f1cc7e;
}
.has-warning .help-block:after {
  border-bottom-color: #f9f2cc;
}
.has-warning .form-control {
  border-color: #eebf5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .form-control:focus,
.has-warning .form-control.focus {
  border-color: #e9ad30 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #af8640;
  border-color: #f6deac;
  background-color: #f9f1c7;
}
.has-warning .form-control-feedback {
  color: #e9ad30;
}
.has-error .control-label {
  color: #555;
}
.has-error .help-block {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}
.has-error .help-block:before {
  border-bottom-color: #dda7b0;
}
.has-error .help-block:after {
  border-bottom-color: #f3e2e2;
}
.has-error .form-control {
  border-color: #d38e99;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control:focus,
.has-error .form-control.focus {
  border-color: #c46978 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #ebccd1;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #c46978;
}
.has-success .control-label {
  color: #555;
}
.has-success .help-block {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}
.has-success .help-block:before {
  border-bottom-color: #b5d899;
}
.has-success .help-block:after {
  border-bottom-color: #e2f1dc;
}
.has-success .form-control {
  border-color: #a3ce7f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .form-control:focus,
.has-success .form-control.focus {
  border-color: #88c05b !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #d0e6be;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #88c05b;
}
.has-warning.dark .control-label {
  color: #555;
}
.has-warning.dark .help-block {
  background: #f4b04f;
  border-color: #f19a1f;
  color: #fff;
  background-size: 20px 20px;
}
.has-warning.dark .help-block:before {
  border-bottom-color: #d0800d;
}
.has-warning.dark .help-block:after {
  border-bottom-color: #f4b254;
}
.has-warning.dark .form-control {
  border-color: #f4b04f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning.dark .form-control:focus,
.has-warning.dark .form-control.focus {
  border-color: #f19a1f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning.dark .input-group-addon {
  color: #fff;
  border-color: #f19a1f;
  background-color: #f4b04f;
}
.has-warning.dark .form-control-feedback {
  color: #f19a1f;
}
.has-warning.dark .help-block {
  background: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.has-error.dark .control-label {
  color: #555;
}
.has-error.dark .help-block {
  background: #e66454;
  border-color: #df3c28;
  color: #fff;
  background-size: 20px 20px;
}
.has-error.dark .help-block:before {
  border-bottom-color: #b92c1b;
}
.has-error.dark .help-block:after {
  border-bottom-color: #e76858;
}
.has-error.dark .form-control {
  border-color: #e66454;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error.dark .form-control:focus,
.has-error.dark .form-control.focus {
  border-color: #df3c28 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error.dark .input-group-addon {
  color: #fff;
  border-color: #df3c28;
  background-color: #e66454;
}
.has-error.dark .form-control-feedback {
  color: #df3c28;
}
.has-error.dark .help-block {
  background: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.04)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.04)), color-stop(0.75, rgba(255, 255, 255, 0.04)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.has-success.dark .control-label {
  color: #555;
}
.has-success.dark .help-block {
  background: #5ebd5e;
  border-color: #43a543;
  color: #fff;
  background-size: 20px 20px;
}
.has-success.dark .help-block:before {
  border-bottom-color: #358035;
}
.has-success.dark .help-block:after {
  border-bottom-color: #62be62;
}
.has-success.dark .form-control {
  border-color: #5ebd5e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success.dark .form-control:focus,
.has-success.dark .form-control.focus {
  border-color: #43a543 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success.dark .input-group-addon {
  color: #fff;
  border-color: #43a543;
  background-color: #5ebd5e;
}
.has-success.dark .form-control-feedback {
  color: #43a543;
}
.has-success.dark .help-block {
  background: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.06)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.06)), color-stop(0.75, rgba(255, 255, 255, 0.06)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.has-warning.simple .help-block {
  color: #f29f29 !important;
}
.has-error.simple .help-block {
  color: #e14430 !important;
}
.has-success.simple .help-block {
  color: #46ac46 !important;
}
.gt-ie8 input.px {
  position: absolute !important;
  left: -1000000px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gt-ie8 input.px + .lbl {
  position: relative;
  padding-left: 1px;
  display: inline-block;
}
.gt-ie8 input.px + .lbl:before {
  content: "";
  opacity: 1;
  border: 1px solid #bbb;
  background: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.gt-ie8 input.px + .lbl:after {
  display: none;
  position: absolute;
}
.gt-ie8 input.px:checked + .lbl:after {
  display: block;
}
.gt-ie8 input.px + .lbl:before,
.gt-ie8 input.px + .lbl:after {
  margin: 2px 3px -3px -20px !important;
}
.gt-ie8 input[type="checkbox"].px + .lbl:before {
  border-radius: 2px;
}
.gt-ie8 input[type="checkbox"].px + .lbl:after {
  content: "\f00c";
  top: 1px;
  left: 1px;
  width: 13px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  font-family: FontAwesome;
  text-align: center;
}
.gt-ie8 input[type="radio"].px + .lbl:before {
  border-radius: 999999px;
}
.gt-ie8 input[type="radio"].px + .lbl:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  top: 5px;
  left: 5px;
}
.gt-ie8 input.px:disabled,
.gt-ie8 input.px.disabled,
.gt-ie8 input.px:disabled + .lbl,
.gt-ie8 input.px.disabled + .lbl,
.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:before,
.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled + .lbl:after {
  cursor: not-allowed !important;
}
.gt-ie8 input.px:disabled + .lbl:before,
.gt-ie8 input.px.disabled + .lbl:before {
  background: #eee !important;
  border-color: #d6d6d6 !important;
}
.gt-ie8 input.px:disabled + .lbl:after,
.gt-ie8 input.px.disabled + .lbl:after {
  opacity: 0.5 !important;
}
@media (min-width: 768px) {
  .gt-ie8 .form-inline .radio input.px + .lbl,
  .gt-ie8 .form-inline .checkbox input.px + .lbl {
    margin-left: 20px;
  }
}
.px-single {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0;
  font-weight: 400 !important;
}
.px-single input.px {
  margin: 0 !important;
}
.px-single input.px + .lbl:before,
.px-single input.px + .lbl:after {
  margin: 0 !important;
}
.px-single input.px + .lbl {
  padding: 0 !important;
  width: 15px !important;
  height: 15px !important;
}
.wizard-pane .checkbox,
.wizard-pane .radio {
  margin-top: 0px;
  margin-bottom: 0px;
}
.wizard-pane .control-label {
  padding-top: 0;
  margin-bottom: 5px;
}
.input-group-btn > .btn {
  line-height: 16px;
  margin: 0;
}
.input-group input {
  position: relative;
  z-index: 3;
}
.input-group > .input-group-btn + input {
  margin-left: -1px;
}
.input-group-addon > .fa {
  font-size: 14px;
}
.input-group > input + .input-group-btn .btn:first-child {
  border-left-width: 0;
}
.input-group-addon.no-background {
  background: #fff !important;
}
.panel,
.panel-default {
  border-color: #e4e4e4;
  margin-bottom: 26px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .alert-page,
.panel-default .alert-page {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 2px;
  font-size: 12px;
  margin: -2px -1px 0 -1px !important;
  padding: 8px 15px;
  position: relative;
}
.panel-heading {
  background: #fafafa;
  border-bottom: 2px solid #ececec;
  padding-bottom: 9px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  position: relative;
}
.panel-heading .nav-tabs {
  border-bottom-color: transparent;
  bottom: -2px;
  position: absolute;
  right: 9px;
}
.panel-heading .nav-tabs > li > a {
  border-bottom-color: transparent;
}
.panel-body {
  background: #fff;
  margin: 0;
  padding: 20px;
}
.panel-body > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-footer {
  background: #fff;
  border-top: 1px solid #ececec;
  padding-left: 20px;
  padding-right: 20px;
}
.panel-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
.panel-title-icon {
  display: inline-block;
  font-size: 14px;
  margin-right: 7px;
}
.panel-heading-controls {
  margin-top: -2px;
  margin-bottom: -200px;
  float: right;
}
.panel-heading-controls > * {
  display: block;
  float: left;
}
.panel-heading-controls > * + * {
  margin-left: 4px;
}
.panel-heading-controls > .btn,
.panel-heading-controls > .btn-group {
  margin-top: -4px;
}
.panel-heading-controls > .btn.btn-sm,
.panel-heading-controls > .btn-group.btn-group-sm {
  margin-top: -1px;
}
.panel-heading-controls > .btn.btn-xs,
.panel-heading-controls > .btn-group.btn-group-xs {
  margin-top: 0;
}
.panel-heading-controls > .progress {
  height: 6px;
  margin-top: 8px;
}
.panel-heading-controls > .label,
.panel-heading-controls .badge {
  margin-bottom: -10px;
  margin-top: 1px;
}
.panel-heading-controls > .pagination {
  margin: -5px 0 0 0;
}
.panel-heading-controls > .pagination.pagination-sm {
  margin-top: -3px;
}
.panel-heading-controls > .pagination.pagination-xs {
  margin-top: -1px;
}
.panel-heading-controls > .pager {
  margin: -4px 0 0 0;
}
.panel-heading-controls > .pager.pager-xs {
  margin: -1px 0 0 0;
}
.panel-heading-controls > .form-control,
.panel-heading-controls .input-group {
  margin-top: -2px;
}
.panel-heading-controls > .form-control,
.panel-heading-controls .input-group .form-control,
.panel-heading-controls .input-group .btn {
  height: 26px;
  padding: 3px 8px;
}
.panel-heading-controls > .panel-heading-icon {
  font-size: 14px;
  margin-top: 1px;
}
.panel-heading-controls > .switcher {
  margin-top: 1px;
}
.panel-heading-text {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  margin-top: 1px;
}
.panel-dark .panel-heading-controls .btn {
  border-color: transparent;
}
.panel-dark .panel-heading-controls .btn.btn-outline {
  border-width: 1px;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}
.panel-dark .panel-heading-controls .btn.btn-outline:hover {
  border-color: transparent !important;
}
.panel-dark .panel-heading-controls > .form-control {
  border-color: transparent !important;
}
.panel-dark .panel-heading-controls > .pagination li a,
.panel-dark .panel-heading-controls > .pager li a,
.panel-dark .panel-heading-controls > .pagination li span,
.panel-dark .panel-heading-controls > .pager li span {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
}
.panel-dark .panel-heading-controls > .pagination li a:hover,
.panel-dark .panel-heading-controls > .pager li a:hover {
  color: #fff;
  border-color: #fff;
}
.panel-dark .panel-heading-controls > .pagination li.active a,
.panel-dark .panel-heading-controls > .pager li.active a,
.panel-dark .panel-heading-controls > .pagination li.active a:hover,
.panel-dark .panel-heading-controls > .pager li.active a:hover,
.panel-dark .panel-heading-controls > .pagination li.active span,
.panel-dark .panel-heading-controls > .pager li.active span {
  background: #fff;
  border-color: #fff;
}
.panel-dark .panel-heading-controls > .pagination li.disabled a,
.panel-dark .panel-heading-controls > .pager li.disabled a,
.panel-dark .panel-heading-controls > .pagination li.disabled span,
.panel-dark .panel-heading-controls > .pager li.disabled span {
  border-color: rgba(255, 255, 255, 0.1) !important;
  color: rgba(255, 255, 255, 0.3) !important;
}
.panel-dark .panel-heading-controls .input-group .form-control {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: #d5d5d5;
}
.panel-dark .panel-heading .nav-tabs > li > a {
  background: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.panel-dark .panel-heading .nav-tabs > li > a:hover {
  color: #fff;
}
.panel-dark .panel-heading .nav-tabs > li.active > a,
.panel-dark .panel-heading .nav-tabs > li.active > a:hover,
.panel-dark .panel-heading .nav-tabs > li.active > a:focus {
  background: #fff;
  border-bottom-color: #fff;
  color: #555;
}
.panel.panel-dark.panel-body-colorful table,
.panel.panel-dark.panel-body-colorful .list-group {
  color: #fff;
}
.panel-warning {
  border-color: #f6deac !important;
}
.panel-warning .panel-heading {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
  background-size: 20px 20px;
}
.panel-warning .panel-heading .panel-title {
  color: #af8640;
}
.panel-warning .panel-heading .panel-heading-text a {
  color: #af8640;
  text-decoration: underline;
}
.panel-warning .panel-heading .panel-heading-text a:hover {
  color: #c49e5e;
}
.panel-warning.panel-body-colorful .panel-body {
  background: #f9f1c7;
  color: #af8640;
}
.panel-warning.panel-body-colorful .panel-footer {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}
.panel-danger {
  border-color: #ebccd1 !important;
}
.panel-danger .panel-heading {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
}
.panel-danger .panel-heading .panel-title {
  color: #b94a48;
}
.panel-danger .panel-heading .panel-heading-text a {
  color: #b94a48;
  text-decoration: underline;
}
.panel-danger .panel-heading .panel-heading-text a:hover {
  color: #c76e6d;
}
.panel-danger.panel-body-colorful .panel-body {
  background: #f2dede;
  color: #b94a48;
}
.panel-danger.panel-body-colorful .panel-footer {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.panel-success {
  border-color: #d0e6be !important;
}
.panel-success .panel-heading {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
  background-size: 20px 20px;
}
.panel-success .panel-heading .panel-title {
  color: #468847;
}
.panel-success .panel-heading .panel-heading-text a {
  color: #468847;
  text-decoration: underline;
}
.panel-success .panel-heading .panel-heading-text a:hover {
  color: #58a959;
}
.panel-success.panel-body-colorful .panel-body {
  background: #dff0d8;
  color: #468847;
}
.panel-success.panel-body-colorful .panel-footer {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}
.panel-info {
  border-color: #bce8f1 !important;
}
.panel-info .panel-heading {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
  background-size: 20px 20px;
}
.panel-info .panel-heading .panel-title {
  color: #3a87ad;
}
.panel-info .panel-heading .panel-heading-text a {
  color: #3a87ad;
  text-decoration: underline;
}
.panel-info .panel-heading .panel-heading-text a:hover {
  color: #54a0c6;
}
.panel-info.panel-body-colorful .panel-body {
  background: #d9edf7;
  color: #3a87ad;
}
.panel-info.panel-body-colorful .panel-footer {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.panel-warning.panel-dark {
  border-color: #f4b04f !important;
}
.panel-warning.panel-dark .panel-heading {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}
.panel-warning.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-warning.panel-dark .panel-heading .panel-heading-text {
  color: #ffffff;
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a {
  color: #ffffff;
  text-decoration: underline;
}
.panel-warning.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-warning.panel-dark .panel-heading-controls li.active a,
.panel-warning.panel-dark .panel-heading-controls li.active span {
  color: #f4b04f !important;
}
.panel-warning.panel-dark.panel-body-colorful .panel-heading,
.panel-warning.panel-dark.panel-body-colorful table,
.panel-warning.panel-dark.panel-body-colorful table tr,
.panel-warning.panel-dark.panel-body-colorful table th,
.panel-warning.panel-dark.panel-body-colorful table td,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  border-color: #f6c175;
}
.panel-warning.panel-dark.panel-body-colorful,
.panel-warning.panel-dark.panel-body-colorful .panel-body,
.panel-warning.panel-dark.panel-body-colorful .list-group-item {
  background: #f4b04f;
  color: #fff;
}
.panel-warning.panel-dark.panel-body-colorful .panel-footer {
  background: #f4b04f;
  border-color: #f6c175;
  color: #fff;
}
.panel-danger.panel-dark {
  border-color: #e66454 !important;
}
.panel-danger.panel-dark .panel-heading {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}
.panel-danger.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-danger.panel-dark .panel-heading .panel-heading-text {
  color: #fffdfd;
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a {
  color: #fffdfd;
  text-decoration: underline;
}
.panel-danger.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-danger.panel-dark .panel-heading-controls li.active a,
.panel-danger.panel-dark .panel-heading-controls li.active span {
  color: #e66454 !important;
}
.panel-danger.panel-dark.panel-body-colorful .panel-heading,
.panel-danger.panel-dark.panel-body-colorful table,
.panel-danger.panel-dark.panel-body-colorful table tr,
.panel-danger.panel-dark.panel-body-colorful table th,
.panel-danger.panel-dark.panel-body-colorful table td,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  border-color: #eb8478;
}
.panel-danger.panel-dark.panel-body-colorful,
.panel-danger.panel-dark.panel-body-colorful .panel-body,
.panel-danger.panel-dark.panel-body-colorful .list-group-item {
  background: #e66454;
  color: #fff;
}
.panel-danger.panel-dark.panel-body-colorful .panel-footer {
  background: #e66454;
  border-color: #eb8478;
  color: #fff;
}
.panel-success.panel-dark {
  border-color: #5ebd5e !important;
}
.panel-success.panel-dark .panel-heading {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}
.panel-success.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-success.panel-dark .panel-heading .panel-heading-text {
  color: #e7f5e7;
}
.panel-success.panel-dark .panel-heading .panel-heading-text a {
  color: #e7f5e7;
  text-decoration: underline;
}
.panel-success.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-success.panel-dark .panel-heading-controls li.active a,
.panel-success.panel-dark .panel-heading-controls li.active span {
  color: #5ebd5e !important;
}
.panel-success.panel-dark.panel-body-colorful .panel-heading,
.panel-success.panel-dark.panel-body-colorful table,
.panel-success.panel-dark.panel-body-colorful table tr,
.panel-success.panel-dark.panel-body-colorful table th,
.panel-success.panel-dark.panel-body-colorful table td,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7bc97b;
}
.panel-success.panel-dark.panel-body-colorful,
.panel-success.panel-dark.panel-body-colorful .panel-body,
.panel-success.panel-dark.panel-body-colorful .list-group-item {
  background: #5ebd5e;
  color: #fff;
}
.panel-success.panel-dark.panel-body-colorful .panel-footer {
  background: #5ebd5e;
  border-color: #7bc97b;
  color: #fff;
}
.panel-info.panel-dark {
  border-color: #5bc0de !important;
}
.panel-info.panel-dark .panel-heading {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.panel-info.panel-dark .panel-heading .panel-title {
  color: #fff;
}
.panel-info.panel-dark .panel-heading .panel-heading-text {
  color: #fcfefe;
}
.panel-info.panel-dark .panel-heading .panel-heading-text a {
  color: #fcfefe;
  text-decoration: underline;
}
.panel-info.panel-dark .panel-heading .panel-heading-text a:hover {
  color: #fff;
}
.panel-info.panel-dark .panel-heading-controls li.active a,
.panel-info.panel-dark .panel-heading-controls li.active span {
  color: #5bc0de !important;
}
.panel-info.panel-dark.panel-body-colorful .panel-heading,
.panel-info.panel-dark.panel-body-colorful table,
.panel-info.panel-dark.panel-body-colorful table tr,
.panel-info.panel-dark.panel-body-colorful table th,
.panel-info.panel-dark.panel-body-colorful table td,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  border-color: #7dcde5;
}
.panel-info.panel-dark.panel-body-colorful,
.panel-info.panel-dark.panel-body-colorful .panel-body,
.panel-info.panel-dark.panel-body-colorful .list-group-item {
  background: #5bc0de;
  color: #fff;
}
.panel-info.panel-dark.panel-body-colorful .panel-footer {
  background: #5bc0de;
  border-color: #7dcde5;
  color: #fff;
}
.panel-transparent {
  background: none !important;
  border: none !important;
}
.panel-transparent .panel-heading {
  background: none !important;
}
.panel-transparent .panel-body {
  background: none !important;
}
.panel-transparent .panel-footer {
  background: none !important;
  border: none !important;
}
.well {
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover {
  border: 3px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.popover.top .arrow {
  border-top: none;
}
.popover.top .arrow:after {
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 7px 8px 0 8px;
  bottom: 1px;
}
.popover.bottom .arrow {
  border-bottom: none;
}
.popover.bottom .arrow:after {
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-width: 0 8px 7px 8px;
  top: 1px;
}
.popover.left .arrow {
  border-left: none;
}
.popover.left .arrow:after {
  border-left-color: rgba(0, 0, 0, 0.2);
  border-width: 8px 0 8px 7px;
  bottom: -9px;
  right: 1px;
}
.popover.right .arrow {
  border-right: none;
}
.popover.right .arrow:after {
  border-right-color: rgba(0, 0, 0, 0.2);
  border-width: 8px 7px 8px 0;
  bottom: -9px;
  left: 1px;
}
.popover-colorful + .popover {
  border-width: 1px;
}
.popover-colorful + .popover.top {
  margin-bottom: 8px;
}
.popover-colorful + .popover.left {
  margin-right: 8px;
}
.popover-colorful + .popover.top .arrow:after {
  bottom: 3px;
}
.popover-colorful + .popover.bottom .arrow:after {
  top: 3px;
}
.popover-colorful + .popover.left .arrow:after {
  right: 3px;
}
.popover-colorful + .popover.right .arrow:after {
  left: 3px;
}
.popover-title {
  background-color: rgba(0, 0, 0, 0.06);
  border-bottom-color: #ddd;
  border-radius: 0;
}
.ie8 .popover.top.in {
  margin-top: -30px;
}
.ie8 .popover.left.in {
  margin-left: -30px;
}
.ie8 .popover .arrow {
  display: none !important;
}
.popover-warning + .popover .popover-title {
  background: #f9f1c7;
  border-bottom-color: #f6deac;
  color: #af8640;
}
.popover-warning.popover-colorful + .popover {
  background: #f9f1c7;
  border-color: #f6deac;
  color: #af8640;
}
.popover-warning.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f6deac;
}
.popover-warning.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f6deac;
}
.popover-warning.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f6deac;
}
.popover-warning.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f6deac;
}
.popover-danger + .popover .popover-title {
  background: #f2dede;
  border-bottom-color: #ebccd1;
  color: #b94a48;
}
.popover-danger.popover-colorful + .popover {
  background: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.popover-danger.popover-colorful + .popover.top .arrow:after {
  border-top-color: #ebccd1;
}
.popover-danger.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #ebccd1;
}
.popover-danger.popover-colorful + .popover.left .arrow:after {
  border-left-color: #ebccd1;
}
.popover-danger.popover-colorful + .popover.right .arrow:after {
  border-right-color: #ebccd1;
}
.popover-success + .popover .popover-title {
  background: #dff0d8;
  border-bottom-color: #d0e6be;
  color: #468847;
}
.popover-success.popover-colorful + .popover {
  background: #dff0d8;
  border-color: #d0e6be;
  color: #468847;
}
.popover-success.popover-colorful + .popover.top .arrow:after {
  border-top-color: #d0e6be;
}
.popover-success.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #d0e6be;
}
.popover-success.popover-colorful + .popover.left .arrow:after {
  border-left-color: #d0e6be;
}
.popover-success.popover-colorful + .popover.right .arrow:after {
  border-right-color: #d0e6be;
}
.popover-info + .popover .popover-title {
  background: #d9edf7;
  border-bottom-color: #bce8f1;
  color: #3a87ad;
}
.popover-info.popover-colorful + .popover {
  background: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.popover-info.popover-colorful + .popover.top .arrow:after {
  border-top-color: #bce8f1;
}
.popover-info.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #bce8f1;
}
.popover-info.popover-colorful + .popover.left .arrow:after {
  border-left-color: #bce8f1;
}
.popover-info.popover-colorful + .popover.right .arrow:after {
  border-right-color: #bce8f1;
}
.popover-warning.popover-dark + .popover .popover-title {
  background: #f4b04f;
  border-bottom-color: #f4b04f;
  color: #fff;
}
.popover-warning.popover-dark.popover-colorful + .popover {
  background: #f4b04f;
  border-color: #f4b04f;
  color: #fff;
}
.popover-warning.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #f6c175;
  border-bottom-width: 2px;
}
.popover-warning.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #f4b04f;
}
.popover-warning.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #f4b04f;
}
.popover-warning.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #f4b04f;
}
.popover-warning.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #f4b04f;
}
.popover-danger.popover-dark + .popover .popover-title {
  background: #e66454;
  border-bottom-color: #e66454;
  color: #fff;
}
.popover-danger.popover-dark.popover-colorful + .popover {
  background: #e66454;
  border-color: #e66454;
  color: #fff;
}
.popover-danger.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #eb8478;
  border-bottom-width: 2px;
}
.popover-danger.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #e66454;
}
.popover-danger.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #e66454;
}
.popover-danger.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #e66454;
}
.popover-danger.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #e66454;
}
.popover-success.popover-dark + .popover .popover-title {
  background: #5ebd5e;
  border-bottom-color: #5ebd5e;
  color: #fff;
}
.popover-success.popover-dark.popover-colorful + .popover {
  background: #5ebd5e;
  border-color: #5ebd5e;
  color: #fff;
}
.popover-success.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7bc97b;
  border-bottom-width: 2px;
}
.popover-success.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5ebd5e;
}
.popover-success.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5ebd5e;
}
.popover-success.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5ebd5e;
}
.popover-success.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5ebd5e;
}
.popover-info.popover-dark + .popover .popover-title {
  background: #5bc0de;
  border-bottom-color: #5bc0de;
  color: #fff;
}
.popover-info.popover-dark.popover-colorful + .popover {
  background: #5bc0de;
  border-color: #5bc0de;
  color: #fff;
}
.popover-info.popover-dark.popover-colorful + .popover .popover-title {
  border-bottom-color: #7dcde5;
  border-bottom-width: 2px;
}
.popover-info.popover-dark.popover-colorful + .popover.top .arrow:after {
  border-top-color: #5bc0de;
}
.popover-info.popover-dark.popover-colorful + .popover.bottom .arrow:after {
  border-bottom-color: #5bc0de;
}
.popover-info.popover-dark.popover-colorful + .popover.left .arrow:after {
  border-left-color: #5bc0de;
}
.popover-info.popover-dark.popover-colorful + .popover.right .arrow:after {
  border-right-color: #5bc0de;
}
.tooltip-inner {
  background-color: #222;
  font-size: 12px;
  padding: 4px 10px;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip-warning + .tooltip .tooltip-inner {
  background-color: #f19a1f;
}
.tooltip-warning + .tooltip.top .tooltip-arrow {
  border-top-color: #f19a1f;
}
.tooltip-warning + .tooltip.top-left .tooltip-arrow {
  border-top-color: #f19a1f;
}
.tooltip-warning + .tooltip.top-right .tooltip-arrow {
  border-top-color: #f19a1f;
}
.tooltip-warning + .tooltip.right .tooltip-arrow {
  border-right-color: #f19a1f;
}
.tooltip-warning + .tooltip.left .tooltip-arrow {
  border-left-color: #f19a1f;
}
.tooltip-warning + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #f19a1f;
}
.tooltip-warning + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #f19a1f;
}
.tooltip-warning + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #f19a1f;
}
.tooltip-danger + .tooltip .tooltip-inner {
  background-color: #df3c28;
}
.tooltip-danger + .tooltip.top .tooltip-arrow {
  border-top-color: #df3c28;
}
.tooltip-danger + .tooltip.top-left .tooltip-arrow {
  border-top-color: #df3c28;
}
.tooltip-danger + .tooltip.top-right .tooltip-arrow {
  border-top-color: #df3c28;
}
.tooltip-danger + .tooltip.right .tooltip-arrow {
  border-right-color: #df3c28;
}
.tooltip-danger + .tooltip.left .tooltip-arrow {
  border-left-color: #df3c28;
}
.tooltip-danger + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #df3c28;
}
.tooltip-danger + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #df3c28;
}
.tooltip-danger + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #df3c28;
}
.tooltip-success + .tooltip .tooltip-inner {
  background-color: #43a543;
}
.tooltip-success + .tooltip.top .tooltip-arrow {
  border-top-color: #43a543;
}
.tooltip-success + .tooltip.top-left .tooltip-arrow {
  border-top-color: #43a543;
}
.tooltip-success + .tooltip.top-right .tooltip-arrow {
  border-top-color: #43a543;
}
.tooltip-success + .tooltip.right .tooltip-arrow {
  border-right-color: #43a543;
}
.tooltip-success + .tooltip.left .tooltip-arrow {
  border-left-color: #43a543;
}
.tooltip-success + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #43a543;
}
.tooltip-success + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #43a543;
}
.tooltip-success + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #43a543;
}
.tooltip-info + .tooltip .tooltip-inner {
  background-color: #31b0d5;
}
.tooltip-info + .tooltip.top .tooltip-arrow {
  border-top-color: #31b0d5;
}
.tooltip-info + .tooltip.top-left .tooltip-arrow {
  border-top-color: #31b0d5;
}
.tooltip-info + .tooltip.top-right .tooltip-arrow {
  border-top-color: #31b0d5;
}
.tooltip-info + .tooltip.right .tooltip-arrow {
  border-right-color: #31b0d5;
}
.tooltip-info + .tooltip.left .tooltip-arrow {
  border-left-color: #31b0d5;
}
.tooltip-info + .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #31b0d5;
}
.tooltip-info + .tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #31b0d5;
}
.tooltip-info + .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #31b0d5;
}
.modal-dialog {
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -ms-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.modal-content {
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.modal-content:before,
.modal-content:after {
  content: " ";
  display: table;
}
.modal-content:after {
  clear: both;
}
.modal-header {
  background: #f8f8f8;
  padding: 12px 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.modal-dialog .close {
  color: #555;
  font-size: 20px;
  margin-top: 3px;
}
.modal-dialog .close.fa-times {
  font-size: 15px;
  margin-top: 2px;
}
.modal-footer {
  padding: 12px 20px;
  margin-top: 0;
  background: #fff;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
@media (min-width: 480px) {
  .modal-alert .modal-dialog {
    width: 350px;
  }
}
.modal-alert .modal-header,
.modal-alert .modal-title,
.modal-alert .modal-body,
.modal-alert .modal-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}
.modal-alert .modal-header {
  color: #fff;
  margin-bottom: 20px;
  padding: 25px 0 18px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}
.modal-alert .modal-header .fa {
  font-size: 90px;
}
.modal-alert .modal-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.modal-alert .modal-body {
  color: #888;
}
.modal-alert .modal-footer {
  margin: 25px 0 20px 0;
}
.modal-alert.modal-info .modal-header {
  background: #5bc0de;
}
.modal-alert.modal-danger .modal-header {
  background: #e66454;
}
.modal-alert.modal-warning .modal-header {
  background: #f4b04f;
}
.modal-alert.modal-success .modal-header {
  background: #5ebd5e;
}
.panel-group .panel-heading {
  padding: 0;
}
.accordion-toggle {
  color: #555;
  display: block;
  line-height: 36px;
  padding: 0 15px;
}
.accordion-toggle:hover,
.accordion-toggle.collapsed:hover {
  background: rgba(0, 0, 0, 0.015);
  color: #555;
  text-decoration: none;
}
.accordion-toggle:hover:after,
.accordion-toggle.collapsed:hover:after {
  color: #888;
}
.accordion-toggle:after {
  color: #aaa;
  content: "\f146";
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: relative;
}
.accordion-toggle.collapsed {
  color: #777;
}
.accordion-toggle.collapsed:after {
  content: "\f0fe";
}
.panel-group.panel-group-success .accordion-toggle {
  background: #5ebd5e;
  color: #fff;
}
.panel-group.panel-group-success .accordion-toggle:after,
.panel-group.panel-group-success .accordion-toggle:hover:after,
.panel-group.panel-group-success .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-success .panel,
.panel-group.panel-group-success .panel-heading,
.panel-group.panel-group-success .panel-body,
.panel-group.panel-group-success.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5ebd5e;
}
.panel-group.panel-group-danger .accordion-toggle {
  background: #e66454;
  color: #fff;
}
.panel-group.panel-group-danger .accordion-toggle:after,
.panel-group.panel-group-danger .accordion-toggle:hover:after,
.panel-group.panel-group-danger .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-danger .panel,
.panel-group.panel-group-danger .panel-heading,
.panel-group.panel-group-danger .panel-body,
.panel-group.panel-group-danger.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #e66454;
}
.panel-group.panel-group-warning .accordion-toggle {
  background: #f4b04f;
  color: #fff;
}
.panel-group.panel-group-warning .accordion-toggle:after,
.panel-group.panel-group-warning .accordion-toggle:hover:after,
.panel-group.panel-group-warning .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-warning .panel,
.panel-group.panel-group-warning .panel-heading,
.panel-group.panel-group-warning .panel-body,
.panel-group.panel-group-warning.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #f4b04f;
}
.panel-group.panel-group-info .accordion-toggle {
  background: #5bc0de;
  color: #fff;
}
.panel-group.panel-group-info .accordion-toggle:after,
.panel-group.panel-group-info .accordion-toggle:hover:after,
.panel-group.panel-group-info .accordion-toggle.collapsed:hover:after {
  color: #fff;
}
.panel-group.panel-group-info .panel,
.panel-group.panel-group-info .panel-heading,
.panel-group.panel-group-info .panel-body,
.panel-group.panel-group-info.panel-group .panel-heading + .panel-collapse .panel-body {
  border-color: #5bc0de;
}
.note {
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-right: 0 solid #ddd;
  margin-bottom: 20px;
  padding: 20px;
}
.note h1,
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 0;
}
.note.note-success {
  border-color: #5ebd5e;
  background: #f4faf2;
}
.note.note-success h1,
.note.note-success h2,
.note.note-success h3,
.note.note-success h4,
.note.note-success h5,
.note.note-success h6 {
  color: #5ebd5e;
}
.note.note-danger {
  border-color: #e66454;
  background: #fbf4f4;
}
.note.note-danger h1,
.note.note-danger h2,
.note.note-danger h3,
.note.note-danger h4,
.note.note-danger h5,
.note.note-danger h6 {
  color: #e66454;
}
.note.note-warning {
  border-color: #f4b04f;
  background: #fbf7de;
}
.note.note-warning h1,
.note.note-warning h2,
.note.note-warning h3,
.note.note-warning h4,
.note.note-warning h5,
.note.note-warning h6 {
  color: #f4b04f;
}
.note.note-info {
  border-color: #5bc0de;
  background: #f6fbfd;
}
.note.note-info h1,
.note.note-info h2,
.note.note-info h3,
.note.note-info h4,
.note.note-info h5,
.note.note-info h6 {
  color: #5bc0de;
}
.counter,
.counter-separated {
  display: inline-block;
}
.counter span,
.counter-separated span {
  background: #444444;
  border: 1px solid #333;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding: 0 6px;
  position: relative;
  text-align: center;
}
.counter span:before,
.counter-separated span:before {
  background: #333;
  content: " ";
  display: block;
  font-size: 0px;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.counter.counter-sm span,
.counter-separated.counter-sm span {
  font-size: 16px;
  line-height: 22px;
  padding: 0 4px;
}
.counter.counter-lg span,
.counter-separated.counter-lg span {
  font-size: 24px;
  line-height: 34px;
  padding: 0 6px;
}
.counter-separated span {
  padding: 0 5px;
}
.counter-separated span + span {
  margin-left: 4px;
}
.counter-separated.counter-sm span {
  padding: 0 4px;
}
.counter-separated.counter-sm span + span {
  margin-left: 3px;
}
.bordered {
  border: 1px solid #e4e4e4;
}
.bordered[class*='bg-'],
[class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.border-t {
  border-top: 1px solid #e4e4e4;
}
.no-border {
  border-width: 0 !important;
}
.no-border-hr {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}
.no-border-vr {
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
}
.no-border-t {
  border-top-width: 0 !important;
}
body:not(.right-to-left) .no-border-r {
  border-right-width: 0 !important;
}
.no-border-b {
  border-bottom-width: 0 !important;
}
body:not(.right-to-left) .no-border-l {
  border-left-width: 0 !important;
}
.no-grid-gutter-h {
  margin-left: -26px !important;
  margin-right: -26px !important;
}
.panel-wide {
  margin-left: -20px !important;
  margin-right: -20px !important;
}
.grid-gutter-margin-b {
  margin-bottom: 26px;
}
.m-r-15 {
  margin-right: 15px;
}
.no-margin {
  margin: 0 !important;
}
.no-margin-hr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.no-margin-vr {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.no-margin-b {
  margin-bottom: 0 !important;
}
.no-margin-t {
  margin-top: 0 !important;
}
.form-group-margin {
  margin-bottom: 15px !important;
}
.panel-padding {
  padding: 20px !important;
}
.grid-gutter-padding-h {
  padding-left: 26px;
  padding-right: 26px;
}
.tab-content-padding {
  padding: 15px 0 !important;
}
.panel-padding-h {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.padding-sm {
  padding: 10px 15px !important;
}
.padding-sm-hr {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.padding-xs-hr {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.padding-sm-vr {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.padding-xs-vr {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-hr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding-vr {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-padding-b {
  padding-bottom: 0 !important;
}
.no-padding-t {
  padding-top: 0 !important;
}
.no-padding-l {
  padding-left: 0 !important;
}
.no-padding-r {
  padding-right: 0 !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
}
.valign-top,
.valign-top td,
.valign-top th {
  vertical-align: top !important;
}
.valign-middle,
.valign-middle td,
.valign-middle th {
  vertical-align: middle !important;
}
.valign-bottom,
.valign-bottom td,
.valign-bottom th {
  vertical-align: bottom !important;
}
.text-xs {
  font-size: 11px;
}
.text-sm {
  font-size: 12px;
}
.text-bg {
  font-size: 17px;
}
.text-lg {
  font-size: 23px;
}
.text-xlg {
  font-size: 30px;
}
.text-slg {
  font-size: 50px;
}
.text-slim {
  font-weight: 300 !important;
}
.text-normal {
  font-weight: 400 !important;
}
.text-semibold {
  font-weight: 600 !important;
}
.text-bold {
  font-weight: 700 !important;
}
.text-default,
.text-default:hover,
.text-default:active,
.text-default:focus,
.text-default a,
.text-default a:focus {
  color: #829091;
}
.text-default a:hover,
.text-default a:active {
  color: #5d6869;
}
.text-success,
.text-success:hover,
.text-success:active,
.text-success:focus,
.text-success a,
.text-success a:focus {
  color: #46ac46;
}
.text-success a:hover,
.text-success a:active {
  color: #307630;
}
.text-danger,
.text-danger:hover,
.text-danger:active,
.text-danger:focus,
.text-danger a,
.text-danger a:focus {
  color: #e14430;
}
.text-danger a:hover,
.text-danger a:active {
  color: #ac2919;
}
.text-warning,
.text-warning:hover,
.text-warning:active,
.text-warning:focus,
.text-warning a,
.text-warning a:focus {
  color: #f29f29;
}
.text-warning a:hover,
.text-warning a:active {
  color: #c2770c;
}
.text-info,
.text-info:hover,
.text-info:active,
.text-info:focus,
.text-info a,
.text-info a:focus {
  color: #39b3d7;
}
.text-info a:hover,
.text-info a:active {
  color: #2185a3;
}
.text-light-gray,
.text-light-gray:hover,
.text-light-gray:active,
.text-light-gray:focus,
.text-light-gray a,
.text-light-gray a:focus {
  color: #bbb;
}
.text-light-gray a:hover,
.text-light-gray a:active {
  color: #959595;
}
.bg-default {
  background: #98a3a4;
}
.bg-default[href]:hover {
  background: #969797;
}
.bg-default.darken {
  background: #969797;
}
.bg-default.darken[href]:hover {
  background: #8e8f8f;
}
.bg-default.darker {
  background: #8e8f8f;
}
.bg-default.darker[href]:hover {
  background: #878787;
}
.bg-default,
.bg-default:hover,
.bg-default:active,
.bg-default:focus,
.bg-default a,
.bg-default a:focus {
  color: #fff;
}
.bg-default a:hover,
.bg-default a:active {
  color: #d9d9d9;
}
.bg-default[href]:hover,
.bg-default [href]:hover {
  color: #fff;
}
.bg-default * {
  border-color: #abb4b5;
}
.bg-success {
  background: #5ebd5e;
}
.bg-success[href]:hover {
  background: #5ab15a;
}
.bg-success.darken {
  background: #5ab15a;
}
.bg-success.darken[href]:hover {
  background: #51ab51;
}
.bg-success.darker {
  background: #51ab51;
}
.bg-success.darker[href]:hover {
  background: #4ca14c;
}
.bg-success,
.bg-success:hover,
.bg-success:active,
.bg-success:focus,
.bg-success a,
.bg-success a:focus {
  color: #fff;
}
.bg-success a:hover,
.bg-success a:active {
  color: #d9d9d9;
}
.bg-success[href]:hover,
.bg-success [href]:hover {
  color: #fff;
}
.bg-success * {
  border-color: #77c777;
}
.bg-danger {
  background: #e66454;
}
.bg-danger[href]:hover {
  background: #de5d4d;
}
.bg-danger.darken {
  background: #de5d4d;
}
.bg-danger.darken[href]:hover {
  background: #db5140;
}
.bg-danger.darker {
  background: #db5140;
}
.bg-danger.darker[href]:hover {
  background: #d94533;
}
.bg-danger,
.bg-danger:hover,
.bg-danger:active,
.bg-danger:focus,
.bg-danger a,
.bg-danger a:focus {
  color: #fff;
}
.bg-danger a:hover,
.bg-danger a:active {
  color: #d9d9d9;
}
.bg-danger[href]:hover,
.bg-danger [href]:hover {
  color: #fff;
}
.bg-danger * {
  border-color: #eb8073;
}
.bg-warning {
  background: #f4b04f;
}
.bg-warning[href]:hover {
  background: #eda847;
}
.bg-warning.darken {
  background: #eda847;
}
.bg-warning.darken[href]:hover {
  background: #eca239;
}
.bg-warning.darker {
  background: #eca239;
}
.bg-warning.darker[href]:hover {
  background: #ea9b2b;
}
.bg-warning,
.bg-warning:hover,
.bg-warning:active,
.bg-warning:focus,
.bg-warning a,
.bg-warning a:focus {
  color: #fff;
}
.bg-warning a:hover,
.bg-warning a:active {
  color: #d9d9d9;
}
.bg-warning[href]:hover,
.bg-warning [href]:hover {
  color: #fff;
}
.bg-warning * {
  border-color: #f6bf71;
}
.bg-info {
  background: #5bc0de;
}
.bg-info[href]:hover {
  background: #55b8d5;
}
.bg-info.darken {
  background: #55b8d5;
}
.bg-info.darken[href]:hover {
  background: #48b3d2;
}
.bg-info.darker {
  background: #48b3d2;
}
.bg-info.darker[href]:hover {
  background: #3cadcf;
}
.bg-info,
.bg-info:hover,
.bg-info:active,
.bg-info:focus,
.bg-info a,
.bg-info a:focus {
  color: #fff;
}
.bg-info a:hover,
.bg-info a:active {
  color: #d9d9d9;
}
.bg-info[href]:hover,
.bg-info [href]:hover {
  color: #fff;
}
.bg-info * {
  border-color: #79cbe4;
}
.bg-panel {
  background: #fafafa;
}
.no-bg {
  background: none !important;
}
.rounded {
  border-radius: 999999px !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.TextareaNoVerticalAdjust {
  resize: vertical;
}
@media (min-width: 768px) {
  .col-sm-auto {
    width: auto;
  }
}
@media (min-width: 992px) {
  .col-md-auto {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .col-lg-auto {
    width: auto;
  }
}
.stat-panel {
  background: #fff;
  border-radius: 2px;
  display: table;
  margin-bottom: 26px;
  overflow: hidden;
  position: relative;
  table-layout: fixed !important;
  width: 100%;
}
.stat-rows {
  display: table;
  height: 100%;
  table-layout: fixed !important;
  width: 100%;
}
.stat-cell,
.stat-row {
  float: none !important;
}
.stat-row {
  display: table-row !important;
  float: none;
  width: 100%;
}
.stat-cell {
  display: table-cell !important;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.stat-cell > * {
  position: relative;
}
.stat-cell .fa {
  line-height: 1.428571429;
}
.stat-cell .bg-icon {
  bottom: 0;
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  text-align: center;
  width: 120px;
}
.stat-cell .bg-icon.bg-icon-left {
  left: 0;
  right: auto;
}
a.stat-cell:hover {
  text-decoration: none;
}
.stats-sparklines {
  display: inline-block;
  margin-bottom: -2px;
  position: relative;
  width: 100%;
}
.stat-counters {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.stat-counters > .stat-cell {
  display: table-cell;
  float: none;
}
.stat-counters > .stat-cell + .stat-cell {
  border-left: 1px solid #e4e4e4;
}
.stat-counters[class*='bg-'] {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.stat-counters[class*='bg-'] .stat-cell {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
[class*='bg-'] .bg-icon {
  color: rgba(0, 0, 0, 0.08);
}
.ie8 .stat-cell .bg-icon {
  display: none !important;
}
#mortgage_sourcing .checkbox {
  padding-left: 20px;
}
#mortgage_sourcing .checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
#mortgage_sourcing .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
#mortgage_sourcing .checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
#mortgage_sourcing .checkbox input[type="checkbox"],
#mortgage_sourcing .checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
#mortgage_sourcing .checkbox input[type="checkbox"]:focus + label::before,
#mortgage_sourcing .checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mortgage_sourcing .checkbox input[type="checkbox"]:checked + label::after,
#mortgage_sourcing .checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
#mortgage_sourcing .checkbox input[type="checkbox"]:indeterminate + label::after,
#mortgage_sourcing .checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
#mortgage_sourcing .checkbox input[type="checkbox"]:disabled + label,
#mortgage_sourcing .checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
#mortgage_sourcing .checkbox input[type="checkbox"]:disabled + label::before,
#mortgage_sourcing .checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
#mortgage_sourcing .checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
#mortgage_sourcing .checkbox.checkbox-inline {
  margin-top: 0;
}
#mortgage_sourcing .checkbox-primary input[type="checkbox"]:checked + label::before,
#mortgage_sourcing .checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #0c86c7;
  border-color: #0c86c7;
}
#mortgage_sourcing .checkbox-primary input[type="checkbox"]:checked + label::after,
#mortgage_sourcing .checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
#mortgage_sourcing .checkbox-danger input[type="checkbox"]:checked + label::before,
#mortgage_sourcing .checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
#mortgage_sourcing .checkbox-danger input[type="checkbox"]:checked + label::after,
#mortgage_sourcing .checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
#mortgage_sourcing .checkbox-info input[type="checkbox"]:checked + label::before,
#mortgage_sourcing .checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
#mortgage_sourcing .checkbox-info input[type="checkbox"]:checked + label::after,
#mortgage_sourcing .checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
#mortgage_sourcing .checkbox-warning input[type="checkbox"]:checked + label::before,
#mortgage_sourcing .checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
#mortgage_sourcing .checkbox-warning input[type="checkbox"]:checked + label::after,
#mortgage_sourcing .checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
#mortgage_sourcing .checkbox-success input[type="checkbox"]:checked + label::before,
#mortgage_sourcing .checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
#mortgage_sourcing .checkbox-success input[type="checkbox"]:checked + label::after,
#mortgage_sourcing .checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
#mortgage_sourcing .checkbox-primary input[type="checkbox"]:indeterminate + label::before,
#mortgage_sourcing .checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #0c86c7;
  border-color: #0c86c7;
}
#mortgage_sourcing .checkbox-primary input[type="checkbox"]:indeterminate + label::after,
#mortgage_sourcing .checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
#mortgage_sourcing .checkbox-danger input[type="checkbox"]:indeterminate + label::before,
#mortgage_sourcing .checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
#mortgage_sourcing .checkbox-danger input[type="checkbox"]:indeterminate + label::after,
#mortgage_sourcing .checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
#mortgage_sourcing .checkbox-info input[type="checkbox"]:indeterminate + label::before,
#mortgage_sourcing .checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
#mortgage_sourcing .checkbox-info input[type="checkbox"]:indeterminate + label::after,
#mortgage_sourcing .checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
#mortgage_sourcing .checkbox-warning input[type="checkbox"]:indeterminate + label::before,
#mortgage_sourcing .checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
#mortgage_sourcing .checkbox-warning input[type="checkbox"]:indeterminate + label::after,
#mortgage_sourcing .checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
#mortgage_sourcing .checkbox-success input[type="checkbox"]:indeterminate + label::before,
#mortgage_sourcing .checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
#mortgage_sourcing .checkbox-success input[type="checkbox"]:indeterminate + label::after,
#mortgage_sourcing .checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
#mortgage_sourcing .radio {
  padding-left: 20px;
}
#mortgage_sourcing .radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
#mortgage_sourcing .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #d6d6d6;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
#mortgage_sourcing .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
#mortgage_sourcing .radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
#mortgage_sourcing .radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mortgage_sourcing .radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#mortgage_sourcing .radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
#mortgage_sourcing .radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
#mortgage_sourcing .radio.radio-inline {
  margin-top: 0;
}
#mortgage_sourcing .radio-primary input[type="radio"] + label::after {
  background-color: #0c86c7;
}
#mortgage_sourcing .radio-primary input[type="radio"]:checked + label::before {
  border-color: #0c86c7;
}
#mortgage_sourcing .radio-primary input[type="radio"]:checked + label::after {
  background-color: #0c86c7;
}
#mortgage_sourcing .radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
#mortgage_sourcing .radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
#mortgage_sourcing .radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
#mortgage_sourcing .radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
#mortgage_sourcing .radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
#mortgage_sourcing .radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}
#mortgage_sourcing .radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
#mortgage_sourcing .radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
#mortgage_sourcing .radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
#mortgage_sourcing .radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
#mortgage_sourcing .radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
#mortgage_sourcing .radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
#mortgage_sourcing input[type="checkbox"].styled:checked + label:after,
#mortgage_sourcing input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
#mortgage_sourcing input[type="checkbox"] .styled:checked + label::before,
#mortgage_sourcing input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
#mortgage_sourcing input[type="checkbox"] .styled:checked + label::after,
#mortgage_sourcing input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
#main-navbar .navbar-brand {
  font-size: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main-navbar .navbar-brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#main-navbar .navbar-brand div {
  display: inline-block;
  position: relative;
  top: 15px;
}
#main-navbar .navbar-brand div img {
  display: block;
}
.right-to-left #main-navbar .navbar-brand div {
  margin-right: 0;
}
#menu-content-demo {
  white-space: nowrap !important;
  position: relative;
}
#menu-content-demo span.text-slim {
  display: block;
}
#menu-content-demo img {
  width: 54px;
  height: 54px;
  display: block;
  position: absolute;
  left: -68px;
  top: 1px;
  border-radius: 99999999999px;
}
#menu-content-demo .text-bg {
  color: #fff;
  margin-bottom: 6px;
}
#menu-content-demo .btn {
  width: 26px !important;
  height: 22px;
  line-height: 20px;
  text-align: center;
  padding: 0;
  display: inline-block !important;
  opacity: 0.8;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#menu-content-demo .btn:hover {
  opacity: 1;
}
#menu-content-demo > div {
  margin: 6px 0;
  position: relative;
  width: 120px;
}
#menu-content-demo .close {
  position: absolute;
  top: -15px;
  right: -20px;
  text-shadow: none;
  color: #fff;
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
  font-weight: 300;
  font-size: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-content-demo .close:hover {
  color: #fff;
}
.theme-clean #menu-content-demo .text-bg,
.theme-white #menu-content-demo .text-bg {
  color: #444;
}
.theme-clean #menu-content-demo .close,
.theme-white #menu-content-demo .close {
  color: #ccc;
}
.theme-clean #menu-content-demo .close:hover,
.theme-white #menu-content-demo .close:hover {
  color: #888;
}
.right-to-left #menu-content-demo {
  padding-left: 20px !important;
  padding-right: 86px !important;
}
.right-to-left #menu-content-demo img {
  left: auto;
  right: -68px;
}
.right-to-left #menu-content-demo .close {
  left: -20px;
  right: auto;
}
.fa {
  padding: 2px 3px 2px 2px;
}
.dip-wizard.details > .wizard-wrapper,
.application-wizard.details > .wizard-wrapper,
.insurance-wizard.details > .wizard-wrapper,
.enquiry-wizard.details > .wizard-wrapper,
.equityrelease-wizard.details > .wizard-wrapper {
  white-space: normal;
  border: none;
}
.dip-wizard.details > .wizard-wrapper .wizard-steps,
.application-wizard.details > .wizard-wrapper .wizard-steps,
.insurance-wizard.details > .wizard-wrapper .wizard-steps,
.enquiry-wizard.details > .wizard-wrapper .wizard-steps,
.equityrelease-wizard.details > .wizard-wrapper .wizard-steps {
  white-space: normal;
}
.dip-wizard.details > .wizard-wrapper .wizard-steps li,
.application-wizard.details > .wizard-wrapper .wizard-steps li,
.insurance-wizard.details > .wizard-wrapper .wizard-steps li,
.enquiry-wizard.details > .wizard-wrapper .wizard-steps li,
.equityrelease-wizard.details > .wizard-wrapper .wizard-steps li {
  border: 4px solid #e4e4e4;
  border-radius: 10px;
  cursor: pointer;
  margin: 0px 5px 5px 0;
  display: inline;
  float: left;
  min-height: 70px;
  max-height: 70px;
  position: relative;
  min-width: 219px;
  transition: 1s;
}
.dip-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-number,
.application-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-number,
.insurance-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-number,
.enquiry-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-number,
.equityrelease-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-number {
  top: auto;
  margin-top: 19px;
  border: 2px solid #555;
  color: #555;
}
.dip-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-caption h5,
.application-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-caption h5,
.insurance-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-caption h5,
.enquiry-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-caption h5,
.equityrelease-wizard.details > .wizard-wrapper .wizard-steps li .wizard-step-caption h5 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 157px;
  text-align: left;
  margin: 0;
  font-weight: 600;
  color: #555;
}
.dip-wizard.details > .wizard-wrapper .wizard-steps li.active,
.application-wizard.details > .wizard-wrapper .wizard-steps li.active,
.insurance-wizard.details > .wizard-wrapper .wizard-steps li.active,
.enquiry-wizard.details > .wizard-wrapper .wizard-steps li.active,
.equityrelease-wizard.details > .wizard-wrapper .wizard-steps li.active {
  box-shadow: inset 0px -3px 0 0px #0b86c7;
}
.dip-wizard.details > .wizard-wrapper .wizard-steps li:before,
.application-wizard.details > .wizard-wrapper .wizard-steps li:before,
.insurance-wizard.details > .wizard-wrapper .wizard-steps li:before,
.enquiry-wizard.details > .wizard-wrapper .wizard-steps li:before,
.equityrelease-wizard.details > .wizard-wrapper .wizard-steps li:before {
  background: none;
  width: 0px;
}
.dip-wizard.details .wizard-content,
.application-wizard.details .wizard-content,
.insurance-wizard.details .wizard-content,
.enquiry-wizard.details .wizard-content,
.equityrelease-wizard.details .wizard-content {
  min-height: 300px;
}
.dip-wizard .wizard-content,
.application-wizard .wizard-content,
.insurance-wizard .wizard-content,
.equityrelease-wizard .wizard-content,
.dip-wizard.details .wizard-content,
.application-wizard.details .wizard-content,
.insurance-wizard.details .wizard-content,
.enquiry-wizard .wizard-content,
.equityrelease-wizard.details .wizard-content {
  min-height: 300px;
}
.powered-by-wrapper {
  padding-right: 100px;
  position: relative;
}
.powered-by {
  text-align: justify;
  max-width: 100px;
  text-transform: uppercase;
  font-size: 9px;
  top: 0;
  right: 0;
  position: absolute;
}
.powered-by img {
  max-width: 100%;
}
.powered-by:before {
  content: "powered by";
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 2px;
  padding-right: 1px;
  letter-spacing: 4px;
}
.powered-by-oms {
  text-align: center;
  position: relative;
  display: block;
  padding: 15px 0;
}
.powered-by-oms .powered-by {
  position: relative;
  font-size: 12px;
}
.powered-by-oms .powered-by:before {
  padding-left: 17px;
}
.powered-by-oms .powered-by img {
  max-width: 80%;
}
.mmc .powered-by-oms {
  display: none;
}
.budget-planner form {
  margin: 0;
}
.budget-planner .wizard-wrapper {
  background: #fafafa;
}
.budget-planner .wizard-content.panel {
  margin: 0;
}
.budget-planner .panel-primary .input-group .panel-heading {
  color: white;
  background-color: #0c86c7;
  border-color: #0c86c7;
}
.budget-planner .modal-body .panel .panel-body .has-error {
  margin-top: -18px;
  margin-bottom: 20px;
}
.budget-planner .modal-body .panel .panel-body .has-error .help-block:before {
  left: 10px;
}
.budget-planner .modal-body .panel .panel-body .has-error .help-block:after {
  left: 11px;
}
.budget-planner .panel .panel-body .has-error {
  margin-top: -18px;
  margin-bottom: 20px;
}
.budget-planner .panel .panel-body .has-error .help-block:before {
  left: 10px;
}
.budget-planner .panel .panel-body .has-error .help-block:after {
  left: 11px;
}
.budget-planner .panel .panel-title {
  color: #fff;
}
.budget-planner .panel .panel-title :hover {
  color: #fff;
}
.budget-planner #Budget-Planner-View .panel-title:hover {
  background: rgba(255, 255, 255, 0.2);
}
.budget-planner #Budget-Planner-View .accordion-toggle:after,
.budget-planner #Budget-Planner-View .accordion-toggle.collapsed,
.budget-planner #Budget-Planner-View .accordion-toggle.collapsed:after {
  color: #fff;
}
#main-navbar .dropdown-menu > li > a {
  color: #0c86c7 !important;
}
.panel-primary > .panel-heading {
  background-color: #0c86c7 !important;
  border-bottom: 1px solid #0c86c7 !important;
}
a {
  color: #0c86c7;
}
a:hover {
  color: #0c86c7;
}
a:focus {
  color: #0c86c7;
}
/*.loading-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: @loading-gif !important;
    opacity: 0.8;
}*/

.modal-backdrop {
  z-index: 10004;
}
.loading-overlay {
  border: 26px solid #f3f3f3;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 0.8;
  margin: 100px auto;
}
.opacity-effect {
  opacity: 0.5 !important;
}
.opacity-effect:hover {
  opacity: 1 !important;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Layout helpers
----------------------------------*/

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

}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-slider {
  background: #d7d7d7;
  border-radius: 20px;
  position: relative;
  text-align: left;
}
.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 14px;
  height: 14px;
  cursor: default;
  border-radius: 1000px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #fcfcfc 0%, #eaeaea 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcfcfc', endColorstr='#ffeaeaea', GradientType=0);
}
.ui-slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 1000px;
  background: red;
  z-index: 3;
  top: 4px;
  left: 4px;
  background: #bbb;
}
.ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background-position: 0 0;
  border-radius: 1000px;
}
/* For IE8 - See #6727 */

.ui-state-disabled .ui-slider-handle,
.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 6px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -4px;
  margin-left: -7px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: 6px;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -4px;
  margin-left: 0;
  margin-bottom: -7px;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-slider.ui-slider-info .ui-slider-handle.ui-state-active:before {
  background: #5bc0de;
}
.ui-slider.ui-slider-info .ui-slider-range {
  background: #5bc0de;
}
.ui-slider.ui-slider-success .ui-slider-handle.ui-state-active:before {
  background: #5ebd5e;
}
.ui-slider.ui-slider-success .ui-slider-range {
  background: #5ebd5e;
}
.ui-slider.ui-slider-warning .ui-slider-handle.ui-state-active:before {
  background: #f4b04f;
}
.ui-slider.ui-slider-warning .ui-slider-range {
  background: #f4b04f;
}
.ui-slider.ui-slider-danger .ui-slider-handle.ui-state-active:before {
  background: #e66454;
}
.ui-slider.ui-slider-danger .ui-slider-range {
  background: #e66454;
}
.ui-accordion {
  margin-top: -3px;
}
.ui-accordion-header {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #777;
  cursor: pointer;
  margin: 5px 0 0 0;
  min-height: 0;
  padding: 0 15px;
  position: relative;
}
.ui-accordion-header.ui-state-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ui-accordion-header.ui-state-active:after {
  content: "\f146";
}
.ui-accordion-header:hover,
.ui-accordion-header.ui-state-active:hover {
  background: #f1f1f1;
  color: #555;
  text-decoration: none;
}
.ui-accordion-header:hover:after,
.ui-accordion-header.ui-state-active:hover:after {
  color: #888;
}
.ui-accordion-header:after {
  color: #aaa;
  content: "\f0fe";
  display: block;
  float: right;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 36px;
  position: relative;
}
.ui-accordion-header,
.ui-accordion-header > span {
  color: #555;
  display: block;
  font-size: 13px;
  line-height: 36px;
}
.ui-accordion-content {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  overflow: auto;
  padding: 15px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.ui-accordion-content:before,
.ui-accordion-content:after {
  content: " ";
  display: table;
}
.ui-accordion-content:after {
  clear: both;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
  border: 2px solid #ccc;
  padding: 5px 0;
  border-radius: 2px;
}
.ui-autocomplete > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-autocomplete > li > a {
  color: #555;
  cursor: pointer !important;
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
  text-decoration: none;
}
.ui-autocomplete > li > a:hover {
  text-decoration: none;
}
.ui-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  display: none;
  float: left;
  font-size: 13px;
  left: 0;
  list-style: none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */

}
.ui-menu .ui-menu-item a {
  clear: both;
  color: #555;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.428571429;
  margin: 0 -2px;
  min-height: 0;
  /* support: IE7 */
  padding: 5px 18px;
  text-decoration: none;
  white-space: nowrap;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus {
  color: #fff;
  text-decoration: none;
}
.ui-menu .ui-menu-item a[aria-haspopup="true"]:after {
  content: "\f0da";
  display: block;
  float: right;
  font-family: FontAwesome;
}
.ui-menu .divider,
.ui-menu .ui-menu-divider {
  background-color: #e5e5e5;
  border-width: 2px;
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
}
.ui-menu .disabled,
.ui-menu .ui-state-disabled {
  font-weight: normal;
}
.ui-menu .disabled a,
.ui-menu .ui-state-disabled a,
.ui-menu .disabled:hover a,
.ui-menu .ui-state-disabled:hover a,
.ui-menu .disabled:focus a,
.ui-menu .ui-state-disabled:focus a {
  background: transparent !important;
  color: #999 !important;
  cursor: not-allowed;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  color: #fff;
}
.ui-spinner {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  padding-right: 32px;
}
.ui-spinner-button {
  display: block;
  position: absolute;
  text-align: center;
  line-height: 15px;
  font-weight: 400;
  width: 20px;
  height: 15px;
  top: 0;
  right: 0;
  font-family: FontAwesome;
  cursor: pointer;
  text-decoration: none !important;
  border-color: #cfcece !important;
  border-left: 1px solid;
  margin: 1px 1px 1px 0;
  color: #555;
}
.ui-spinner-button,
.ui-spinner-button:focus {
  border-color: #e2e2e2;
  border-bottom-color: #c6c6c6;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}
.ui-spinner-button:hover {
  border-bottom-color: #b2b2b2;
  color: #555;
  border-color: #e2e2e2;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}
.ui-spinner-button:active,
.ui-spinner-button.active,
.open .ui-spinner-button.dropdown-toggle {
  border-bottom-color: #c6c6c6 !important;
  background: none;
  background: #ebebeb !important;
}
.ui-spinner-button:active,
.ui-spinner-button.active,
.open .ui-spinner-button.dropdown-toggle {
  border-color: #c6c6c6;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.ui-spinner-button.btn-flat {
  background: #ececec;
}
.ui-spinner-button.btn-flat:hover,
.ui-spinner-button.btn-flat:active,
.ui-spinner-button.btn-flat.active,
.open .ui-spinner-button.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
  border-color: #e2e2e2;
  border-bottom-color: #b2b2b2;
  background: #e5e5e5;
}
.ui-spinner-button.btn-outline:hover,
.ui-spinner-button.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #e2e2e2;
  border-bottom-color: #b2b2b2;
}
.ui-spinner-button.btn-outline:active,
.ui-spinner-button.btn-outline.btn-flat:active {
  border-color: #e2e2e2;
}
.btn-group .ui-spinner-button,
.btn-group .ui-spinner-button:focus,
.input-group-btn .ui-spinner-button,
.input-group-btn .ui-spinner-button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}
.btn-group .ui-spinner-button:hover,
.btn-group.open .ui-spinner-button.dropdown-toggle,
.input-group-btn .ui-spinner-button:hover,
.input-group-btn.open .ui-spinner-button.dropdown-toggle {
  border-color: #c6c6c6;
}
.btn-group .ui-spinner-button:active,
.btn-group .ui-spinner-button.active,
.input-group-btn .ui-spinner-button:active,
.input-group-btn .ui-spinner-button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.ui-spinner-button span {
  display: none;
}
.ui-spinner-button:after {
  content: "\f0d8";
  font-size: 12px;
}
.ui-spinner-button.ui-spinner-down {
  top: 15px;
  margin-top: 0;
  border-top: 1px solid;
  height: 16px;
}
.ui-spinner-button.ui-spinner-down:after {
  content: "\f0d7";
}
.ui-spinner-disabled .ui-spinner-button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  background: #eee;
}
.ui-progressbar {
  background-color: rgba(0, 0, 0, 0.06);
  height: 13px;
  overflow: hidden;
  text-align: left;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ui-progressbar .ui-progressbar-value {
  background: none;
  border: 1px solid;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background: none;
}
.ui-progressbar.ui-progressbar-warning .ui-progressbar-value {
  background: #f4b04f;
  border-color: #f2a332;
  background-color: #f4b04f;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.ui-progressbar.ui-progressbar-success .ui-progressbar-value {
  background: #5ebd5e;
  border-color: #49b349;
  background-color: #5ebd5e;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.ui-progressbar.ui-progressbar-danger .ui-progressbar-value {
  background: #e66454;
  border-color: #e24c39;
  background-color: #e66454;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.ui-progressbar.ui-progressbar-info .ui-progressbar-value {
  background: #5bc0de;
  border-color: #42b6d9;
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.ui-tabs-nav {
  border-bottom: 2px solid #e4e4e4 !important;
}
.ui-tabs-border {
  border-top: 1px solid #0c86c7 !important;
  border-right: 1px solid #0c86c7 !important;
  border-left: 1px solid #0c86c7 !important;
  border-bottom: 4px solid white !important;
}
.ui-tabs-nav.nav-tabs-simple > .ui-tabs-active > a {
  color: #555 !important;
}
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .badge,
.ui-tabs-nav:not(.nav-tabs-simple) > .ui-tabs-active > a > .label {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}
.ui-datepicker {
  background-clip: padding-box;
  background-color: #fff;
  border: 4px solid;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  top: 0;
  width: auto !important;
  z-index: 1010;
  white-space: normal;
}
.ui-datepicker table {
  width: 210px;
}
.ui-datepicker th,
.ui-datepicker td {
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.ui-datepicker td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.ui-datepicker td a {
  color: #555555;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.ui-datepicker td a:hover {
  background: #f3f3f3;
}
.ui-datepicker td.ui-datepicker-today a {
  background: #f3f3f3;
  font-weight: 700;
}
.ui-datepicker tr td:last-child {
  border-right: none;
}
.ui-datepicker th {
  color: #fff;
  font-weight: 600;
}
.ui-datepicker .ui-state-active {
  color: #fff !important;
  text-decoration: none;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  color: #fff;
  cursor: pointer;
  display: block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  text-decoration: none !important;
  width: 35px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
  display: none;
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: rgba(255, 255, 255, 0.2);
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  color: #fff;
  font-family: FontAwesome;
}
.ui-datepicker-prev {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  left: 0;
}
.ui-datepicker-prev:after {
  content: "\f053";
}
.ui-datepicker-next {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  right: 0;
}
.ui-datepicker-next:after {
  content: "\f054";
}
.ui-datepicker-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  width: 210px;
}
.ui-datepicker-title select {
  background: none;
  border: none;
  color: #fff;
}
.ui-datepicker-title select:first-child {
  margin-right: 5px;
}
.ui-datepicker-buttonpane {
  background: #eee;
  padding: 5px 7px;
  text-align: right;
}
.ui-datepicker-buttonpane button {
  font-size: 12px;
  line-height: 15px;
  padding: 4px 9px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  outline: none !important;
  border: 1px solid #cfcece;
  border-radius: 2px;
  color: #555;
}
.ui-datepicker-buttonpane button,
.ui-datepicker-buttonpane button:focus {
  border-color: #e2e2e2;
  border-bottom-color: #c6c6c6;
  background: #f4f4f4;
  background-image: -webkit-linear-gradient(top, #f4f4f4 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 0%, #eaeaea 100%);
  background-repeat: repeat-x;
}
.ui-datepicker-buttonpane button:hover {
  border-bottom-color: #b2b2b2;
  color: #555;
  border-color: #e2e2e2;
  background: #eaeaea !important;
  background-image: -webkit-linear-gradient(top, #efefef 0%, #e5e5e5 100%) !important;
  background-image: linear-gradient(to bottom, #efefef 0%, #e5e5e5 100%) !important;
  background-repeat: repeat-x;
}
.ui-datepicker-buttonpane button:active,
.ui-datepicker-buttonpane button.active,
.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-bottom-color: #c6c6c6 !important;
  background: none;
  background: #ebebeb !important;
}
.ui-datepicker-buttonpane button:active,
.ui-datepicker-buttonpane button.active,
.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-color: #c6c6c6;
  color: #555;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.ui-datepicker-buttonpane button.btn-flat {
  background: #ececec;
}
.ui-datepicker-buttonpane button.btn-flat:hover,
.ui-datepicker-buttonpane button.btn-flat:active,
.ui-datepicker-buttonpane button.btn-flat.active,
.open .ui-datepicker-buttonpane button.btn-flat.dropdown-toggle {
  background: #ececec !important;
  color: #555;
  border-color: #e2e2e2;
  border-bottom-color: #b2b2b2;
  background: #e5e5e5;
}
.ui-datepicker-buttonpane button.btn-outline:hover,
.ui-datepicker-buttonpane button.btn-outline.btn-flat:hover {
  color: #555;
  border-color: #e2e2e2;
  border-bottom-color: #b2b2b2;
}
.ui-datepicker-buttonpane button.btn-outline:active,
.ui-datepicker-buttonpane button.btn-outline.btn-flat:active {
  border-color: #e2e2e2;
}
.btn-group .ui-datepicker-buttonpane button,
.btn-group .ui-datepicker-buttonpane button:focus,
.input-group-btn .ui-datepicker-buttonpane button,
.input-group-btn .ui-datepicker-buttonpane button:focus {
  border-left-color: #d5d5d5;
  border-right-color: #d5d5d5;
}
.btn-group .ui-datepicker-buttonpane button:hover,
.btn-group.open .ui-datepicker-buttonpane button.dropdown-toggle,
.input-group-btn .ui-datepicker-buttonpane button:hover,
.input-group-btn.open .ui-datepicker-buttonpane button.dropdown-toggle {
  border-color: #c6c6c6;
}
.btn-group .ui-datepicker-buttonpane button:active,
.btn-group .ui-datepicker-buttonpane button.active,
.input-group-btn .ui-datepicker-buttonpane button:active,
.input-group-btn .ui-datepicker-buttonpane button.active {
  border-left-color: #c6c6c6;
  border-right-color: #c6c6c6;
}
.ui-datepicker-buttonpane button + button {
  margin-left: 5px;
}
.ui-datepicker-group {
  float: left;
  width: 210px;
}
.ui-datepicker-group + .ui-datepicker-group .ui-datepicker-title,
.ui-datepicker-group + .ui-datepicker-group table {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.ui-datepicker-row-break:before,
.ui-datepicker-row-break:after {
  content: " ";
  display: table;
}
.ui-datepicker-row-break:after {
  clear: both;
}
.ui-tooltip {
  background-color: #222;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  max-width: 300px;
  padding: 4px 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 9999;
}
body .ui-tooltip {
  border-width: 0;
}
.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
  border: none;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 2px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #0c86c7;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 1px;
  border-top-left-radius: 1px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333;
  background: #fff;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.limiter-label {
  color: #888;
  padding-top: 3px;
  font-size: 12px;
}
.limiter-count {
  font-weight: 600;
  color: #555;
}
.expanding-input {
  position: relative;
}
.expanding-input-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}
.expanding-input-placeholder {
  padding: 7px 13px;
  color: #999;
  font-size: 13px;
  line-height: 1.428571429;
}
.expanding-input-hidden {
  display: none;
}
.expanding-input.expanded .expanding-input-hidden,
.expanding-input.expanded .expanding-input-content {
  display: block;
}
.expanding-input.expanded .expanding-input-hidden:before,
.expanding-input.expanded .expanding-input-content:before,
.expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:after {
  content: " ";
  display: table;
}
.expanding-input.expanded .expanding-input-hidden:after,
.expanding-input.expanded .expanding-input-content:after {
  clear: both;
}
.expanding-input.expanding-input-sm .expanding-input-placeholder {
  padding: 6px 11px;
  font-size: 12px;
  line-height: 1.5;
}
.expanding-input.expanding-input-lg .expanding-input-placeholder {
  padding: 11px 17px;
  font-size: 17px;
  line-height: 1.33;
}
.pxajs .wizard-pane {
  display: none;
}
.wizard-wrapper + .wizard-content.panel {
  margin-top: -1px;
}
.wizard.freeze .wizard-steps > li {
  cursor: default !important;
}
.modal-content > .wizard .wizard-wrapper {
  border-left: none;
  border-radius: 0;
  border-right: none;
  border-top: none;
}
.wizard-wrapper {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  white-space: nowrap;
  width: auto;
  position: relative;
  overflow: hidden;
}
.wizard-steps {
  cursor: default;
  display: block !important;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.wizard-steps > li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0;
  padding: 0 10px 0 50px;
  vertical-align: middle;
}
.wizard-steps > li + li:before {
  background: #e4e4e4;
  bottom: 0;
  content: "";
  margin-left: -51px;
  position: absolute;
  top: 0;
  width: 1px;
}
.wizard-steps > li.completed {
  cursor: pointer;
}
.wizard-steps > li.active .wizard-step-caption,
.wizard-steps > li.completed .wizard-step-caption {
  color: #555;
}
.wizard-steps > li.active .wizard-step-description,
.wizard-steps > li.completed .wizard-step-description {
  color: #888;
}
.wizard-steps > li.active .wizard-step-number,
.wizard-steps > li.completed .wizard-step-number {
  border-color: #555;
  color: #555;
}
.wizard-steps .wizard-step-number:after {
  display: none;
}
.wizard-step-number {
  background: #fff;
  border-radius: 9999px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  position: absolute;
  text-align: center;
}
.wizard-step-number {
  border: 2px solid #bbb;
  color: #bbb;
  font-weight: 700;
  height: 30px;
  margin-left: -40px;
  margin-top: -15px;
  top: 50%;
  width: 30px;
}
.wizard-steps > li.completed .wizard-step-number:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  height: 26px;
  left: 0;
  width: 26px;
  top: 0;
}
.wizard-step-caption,
.wizard-step-description {
  color: #bbb;
  display: inline-block;
  line-height: 14px;
  white-space: normal;
}
.wizard-step-caption {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 15px;
  vertical-align: middle;
}
.wizard-step-description {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  position: relative;
}
.wizard-content {
  padding: 20px;
}
.wizard-content:before,
.wizard-content:after {
  content: " ";
  display: table;
}
.wizard-content:after {
  clear: both;
}
.pixel-file-input {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  line-height: 18px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}
.pixel-file-input > input[type=file] {
  visibility: hidden;
  position: absolute;
  display: block;
  left: -10000px;
}
.pfi-filename {
  white-space: nowrap;
}
.pfi-actions {
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 5px 0 10px;
  background: #fff;
  white-space: nowrap;
}
.pfi-actions > * + * {
  margin-left: 4px;
}
.pfi-clear {
  display: none;
}
.pfi-placeholder {
  color: #aaa;
  font-style: italic;
}
.select2-container:before,
.select2-drop:before,
.select2-choices:before,
.select2-search-field:before,
.select2-search-field input:before,
.select2-search:before,
.select2-search input:before,
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  content: " ";
  display: table;
}
.select2-container:after,
.select2-drop:after,
.select2-choices:after,
.select2-search-field:after,
.select2-search-field input:after,
.select2-search:after,
.select2-search input:after {
  clear: both;
}
.select2-container,
.select2-container.form-control {
  border: none;
  margin: 0;
  padding: 0;
}
.select2-container {
  display: inline-block;
  height: auto !important;
  position: relative;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 100%;
}
.select2-container .select2-choice {
  background-clip: padding-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  color: #555555;
  display: block;
  font-size: 13px;
  line-height: 1.428571429;
  height: 32px;
  overflow: hidden;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container .select2-choice > .select2-chosen {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-choice .select2-search-choice-close {
  border: 0;
  color: #888;
  cursor: pointer;
  display: none;
  font-size: 11px;
  line-height: 30px;
  height: 30px;
  right: 18px;
  width: 24px;
}
.select2-container .select2-choice .select2-search-choice-close:hover {
  color: #aaa;
  cursor: pointer;
}
.select2-container .select2-choice .select2-arrow {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.select2-container .select2-choice .select2-arrow b {
  color: #555555;
  display: block;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.428571429;
  height: 100%;
  margin-top: 1px;
  padding: 6px 0;
  text-align: center;
  width: 100%;
}
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f0d7";
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 2px 2px;
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
.select2-container.select2-allowclear .select2-choice .select2-search-choice-close {
  display: block;
}
.select2-drop {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top: 0;
  border-radius: 0 0 2px 2px;
  color: #555555;
  margin-top: -1px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9999;
}
.select2-drop.select2-drop-above {
  border-bottom: 0;
  border-top: 1px solid #aaa;
  border-radius: 2px 2px 0 0;
  margin-bottom: -1px;
  margin-top: 1px;
}
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}
.select2-drop-active {
  border-top: none;
}
.select2-search {
  display: block;
  margin: 0;
  min-height: 17px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
}
.select2-search:after {
  color: #888;
  content: "\f002";
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 9px;
  top: 10px;
  width: 30px;
}
.select2-search input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  color: #555555;
  font-size: 12px;
  line-height: 15px;
  height: auto !important;
  margin-top: 8px;
  min-height: 17px;
  outline: none !important;
  padding: 4px 9px;
  padding-right: 30px;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  outline: none;
}
.select2-dropdown-open .select2-choice {
  border-bottom-color: #aaa;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-arrow b:before {
  content: "\f0d8";
}
.select2-results {
  margin: 8px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}
.select2-results li {
  background-image: none;
  display: block;
  list-style: none;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: 600;
}
.select2-results .select2-result-label {
  cursor: pointer;
  margin: 0;
  min-height: 1em;
  padding: 5px 7px 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-results .select2-highlighted {
  color: #fff;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #555;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  color: #999;
  display: block;
  font-style: italic;
}
.select2-results .select2-disabled,
.select2-results .select2-disabled.select2-highlighted {
  color: #888;
  cursor: default;
  display: block;
}
.select2-results .select2-selected {
  display: none;
}
.select2-more-results {
  display: block;
}
.select2-container.select2-container-disabled .select2-choice {
  background-color: #eeeeee;
  cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow:before {
  display: none !important;
}
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
.select2-container-multi .select2-choices {
  background: #fff;
  border: 1px solid #d6d6d6;
  border-top-color: #c2c2c2;
  border-radius: 2px;
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 5px 5px 0 0;
  position: relative;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.select2-container-multi .select2-choices li {
  display: block;
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  display: block;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
  background: transparent !important;
  border: 0;
  color: #555555;
  font-size: 13px;
  line-height: 1.428571429;
  margin-top: -5px;
  padding: 6px 12px;
  outline: 0;
}
.select2-container-multi .select2-choices .select2-search-choice {
  border-radius: 2px;
  color: #fff;
  cursor: default;
  display: block;
  font-size: 11px;
  font-weight: 600;
  line-height: 20px;
  margin: 0 0 5px 5px;
  padding: 0 20px 0 6px;
  position: relative;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice + .select2-search-field input {
  padding-left: 6px;
  padding-right: 0;
}
.select2-container-multi.select2-container-active .select2-choices {
  outline: none;
}
.select2-locked {
  padding: 0 6px !important;
}
.select2-default {
  color: #999 !important;
}
.select2-search-choice-close {
  display: block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  outline: none;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 0;
  width: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select2-search-choice-close:before {
  content: "\f00d";
}
.select2-search-choice-close:hover {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #eeeeee;
  cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  opacity: 0.7;
  padding: 0 6px;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  background: none;
  display: none;
}
.select2-drop-mask {
  border: 0;
  left: 0;
  height: auto;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  padding: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
.select2-display-none {
  display: none;
}
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background: #b0b0b0;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #969696;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #b0b0b0 !important;
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice {
  background: #5ebd5e;
}
.select2-success .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #43a543;
}
.select2-success .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5ebd5e !important;
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice {
  background: #f4b04f;
}
.select2-warning .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #f19a1f;
}
.select2-warning .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #f4b04f !important;
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice {
  background: #e66454;
}
.select2-danger .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #df3c28;
}
.select2-danger .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #e66454 !important;
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice {
  background: #5bc0de;
}
.select2-info .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #31b0d5;
}
.select2-info .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #5bc0de !important;
}
.has-warning .select2-choice,
.has-warning .select2-choices,
.has-warning.simple .select2-choice,
.has-warning.simple .select2-choices {
  border-color: #eebf5e;
}
.has-error .select2-choice,
.has-error .select2-choices,
.has-error.simple .select2-choice,
.has-error.simple .select2-choices {
  border-color: #d38e99;
}
.has-success .select2-choice,
.has-success .select2-choices,
.has-success.simple .select2-choice,
.has-success.simple .select2-choices {
  border-color: #a3ce7f;
}
.has-warning.dark .select2-choice,
.has-warning.dark .select2-choices {
  border-color: #f4b04f;
}
.has-error.dark .select2-choice,
.has-error.dark .select2-choices {
  border-color: #e66454;
}
.has-success.dark .select2-choice,
.has-success.dark .select2-choices {
  border-color: #5ebd5e;
}
.select2-hidden-accessible {
  display: none;
}
.datepicker-dropdown {
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  left: 0;
  margin-top: 10px;
  top: 0;
  z-index: 10000 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker-dropdown.datepicker-orient-bottom {
  margin-top: -10px;
}
.datepicker-dropdown:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 10.5px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 10.5px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -13px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}
.modal .datepicker-dropdown {
  z-index: 1040;
}
.datepicker {
  direction: ltr;
  padding: 0;
  width: auto !important;
}
.datepicker.datepicker-inline {
  border: 1px solid #eee;
  display: inline-block;
  position: relative;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days,
.datepicker.months div.datepicker-months,
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker div.datepicker-months td,
.datepicker div.datepicker-years td {
  width: 210px !important;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td {
  line-height: 32px;
  padding: 0 !important;
  text-align: center;
  width: 30px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.datepicker table tr td:last-child {
  border-right: none;
}
.datepicker table tr td.day:hover {
  background: #f3f3f3;
  cursor: pointer;
  position: relative;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #bbb;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background: #f3f3f3;
  font-weight: 700 !important;
}
.datepicker table tr td.today:hover:hover {
  color: #555;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #f3f3f3;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background: #f3f3f3;
  font-weight: 700;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #fff !important;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #fff !important;
}
.datepicker table tr td span {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 54px;
  margin: 1%;
  width: 23%;
}
.datepicker table tr td span:hover {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #eee;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #eee;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker th,
.datepicker td,
.datepicker tr {
  border-top: none !important;
  text-align: center !important;
}
.datepicker thead th,
.datepicker tfoot th {
  font-weight: 600;
  padding: 0 !important;
}
.datepicker thead th {
  border-bottom: none !important;
  color: #fff;
  font-weight: 600;
  line-height: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  text-align: center;
}
.datepicker thead tr:first-child {
  border-bottom: 1px solid !important;
}
.datepicker thead tr:first-child th:hover {
  background: rgba(255, 255, 255, 0.2);
}
.datepicker thead tr:last-child {
  border-bottom: none !important;
}
.datepicker thead th.prev,
.datepicker thead th.next {
  color: rgba(0, 0, 0, 0);
  display: block;
  font-size: 0;
  line-height: 0;
  position: absolute;
  width: 36px !important;
}
.datepicker thead th.prev:after,
.datepicker thead th.next:after {
  bottom: 0;
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  left: 0;
  line-height: 35px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 36px;
}
.datepicker thead th.prev {
  left: 0;
  border-right: 1px solid;
}
.datepicker thead th.prev:after {
  content: "\f053";
}
.datepicker thead th.next {
  border-left: 1px solid;
  right: 0;
}
.datepicker thead th.next:after {
  content: "\f054";
}
.datepicker tfoot th:hover {
  background: #eee;
}
.datepicker tbody td,
.datepicker tfoot th {
  line-height: 32px !important;
}
.datepicker > .datepicker-days tbody .cw {
  background: #f8f8f8 !important;
  color: #aaa;
  font-size: 8px;
  font-weight: 600;
}
.datepicker > .datepicker-days thead tr:first-child th.cw {
  background-color: transparent;
  cursor: default;
}
.datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  left: 30px;
  border-left: 1px solid;
}
.datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-left: 1px solid;
}
.input-daterange input {
  text-align: center;
}
.date .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker {
  position: relative;
}
.bootstrap-timepicker .input-group-addon {
  cursor: pointer;
}
.bootstrap-timepicker-widget .modal-footer {
  margin-top: 0 !important;
}
.bootstrap-timepicker-widget.dropdown-menu {
  left: 0;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  z-index: 400;
  margin: 10px 0 0;
  width: 200px;
  padding: 10px;
  right: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom {
  margin-top: 0;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: block;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-left:after {
  left: 10.5px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-right:after {
  right: 10.5px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-top:after {
  top: -13px;
}
.bootstrap-timepicker-widget.dropdown-menu.timepicker-orient-bottom:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}
.bootstrap-timepicker-widget span.bootstrap-timepicker-hour,
.bootstrap-timepicker-widget span.bootstrap-timepicker-minute,
.bootstrap-timepicker-widget span.bootstrap-timepicker-second,
.bootstrap-timepicker-widget span.bootstrap-timepicker-meridian {
  line-height: 32px;
  font-weight: 600;
}
.bootstrap-timepicker-widget .timepicker-increment {
  margin-bottom: 5px;
}
.bootstrap-timepicker-widget .timepicker-decrement {
  margin-top: 5px;
}
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: auto;
  margin: 0;
  padding: 0;
  min-width: 20px;
}
.bootstrap-timepicker-widget table td.separator {
  width: 10px;
  text-align: center;
}
.bootstrap-timepicker-widget table td a,
.bootstrap-timepicker-widget table td input {
  border-radius: 2px !important;
}
.bootstrap-timepicker-widget table td a {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 1px solid #eee;
  color: #666;
  text-decoration: none;
  line-height: 32px;
  text-align: center;
}
.bootstrap-timepicker-widget table td a:hover {
  color: #fff;
}
.bootstrap-timepicker-widget table td a .fa {
  margin: 0 !important;
  padding: 0 !important;
}
.bootstrap-timepicker-widget table td input {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.modal .bootstrap-timepicker-widget.dropdown-menu {
  z-index: 1040;
}
/**
 * bootstrap-multiselect.less
 * 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: 0;
}
.multiselect-container .input-group {
  margin: 5px;
}
.multiselect-container > li {
  padding: 0;
}
.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}
.multiselect-container > li > label.multiselect-group {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}
.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;
}
.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;
}
.datepaginator {
  font-size: 12px;
}
.pagination {
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
.pagination a.dp-item,
.pagination a.dp-nav {
  margin: 0;
  text-align: center;
}
.pagination a.dp-item:hover,
.pagination a.dp-nav:hover {
  z-index: 403 !important;
}
.pagination a.dp-item {
  padding: 10px 0;
  border-radius: 0;
  margin: 0 0 0 -1px;
}
.pagination a.dp-nav {
  margin: 0px;
  font-family: FontAwesome;
  padding: 17px 0;
  line-height: 20px;
}
.pagination a.dp-nav i {
  display: none;
}
.pagination a.dp-nav.dp-nav-right {
  margin: 0 0 0 -1px;
}
.pagination a.dp-nav:before {
  display: none !important;
}
.pagination a.dp-nav.dp-nav-left:after {
  content: "\f053";
}
.pagination a.dp-nav.dp-nav-right:after {
  content: "\f054";
}
.pagination a.dp-off,
.pagination a.dp-off:hover {
  background-color: #F9F9F9;
  z-index: 400;
}
.pagination a.dp-today {
  color: #ffffff !important;
  z-index: 401;
}
.pagination a.dp-selected {
  color: #ffffff !important;
  z-index: 402;
}
#dp-calendar {
  font-family: FontAwesome;
  position: absolute;
  line-height: 18px;
  top: 4px;
  right: 0;
  font-style: normal !important;
  display: block;
  font-size: 14px;
  padding: 0 8px 0 18px;
}
#dp-calendar:after {
  content: "\f073" !important;
}
#dp-calendar:before {
  display: none !important;
}
.datepaginator-sm {
  font-size: 10px;
}
.pagination a.dp-item.dp-item-sm {
  padding: 10px 0;
}
.pagination a.dp-nav.dp-nav-sm {
  padding: 14px 0;
}
.datepaginator-lg {
  font-size: 14px;
}
.pagination a.dp-item.dp-item-lg {
  padding: 15px 0;
}
.pagination a.dp-nav.dp-nav-lg {
  padding: 25px 0;
  font-size: 13px;
}
.modal .pagination a.dp-item:hover,
.modal .pagination a.dp-nav:hover {
  z-index: 1043 !important;
}
.modal .pagination a.dp-off,
.modal .pagination a.dp-off:hover {
  z-index: 1040;
}
.modal .pagination a.dp-today {
  z-index: 1041;
}
.modal .pagination a.dp-selected {
  z-index: 1042;
}
.nav-tabs,
.nav-pills {
  position: relative;
}
.tabdrop {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tabdrop > .dropdown-toggle {
  cursor: pointer !important;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.tabdrop > .dropdown-toggle > .fa {
  font-size: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tabdrop > .dropdown-toggle > .caret {
  border: none;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  height: auto;
  margin-left: 5px;
  position: relative;
  top: -1px;
  width: auto;
}
.tabdrop > .dropdown-toggle > .caret:after {
  content: "\f0d7";
}
.minicolors {
  position: relative;
}
.minicolors input[type=hidden] + .minicolors-swatch {
  height: 32px;
  position: static;
  cursor: pointer;
}
.minicolors .minicolors-grid {
  position: relative;
  float: right;
  width: 150px;
  height: 150px;
  background: url(/Content/styles/common/images/plugins/jquery.minicolors.png) -120px 0;
  cursor: crosshair;
  margin: 1px;
}
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: none;
}
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background: url(/Content/styles/common/images/plugins/jquery.minicolors.png) -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.minicolors-panel {
  position: absolute;
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 10px;
  z-index: 400;
  display: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.minicolors-panel.minicolors-visible {
  display: block;
}
.minicolors-panel:after {
  border-bottom: 10px solid rgba(0, 0, 0, 0.2);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 0;
  content: '';
  display: block;
  position: absolute;
}
.modal .minicolors-panel {
  z-index: 1040;
}
.minicolors-slider,
.minicolors-opacity-slider {
  position: relative;
  float: right;
  width: 20px;
  height: 150px;
  background: white url(/Content/styles/common/images/plugins/jquery.minicolors.png) 0 0;
  cursor: row-resize;
  margin: 1px 1px 1px 0;
}
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}
.minicolors-with-opacity .minicolors-slider {
  margin-right: 22px;
}
.minicolors-opacity-slider {
  background-position: -40px 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}
.minicolors-slider-saturation .minicolors-grid-inner {
  background: url(/Content/styles/common/images/plugins/jquery.minicolors.png) -270px 0;
}
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}
.minicolors-slider-brightness .minicolors-grid-inner {
  background: black;
}
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}
.minicolors-position-top .minicolors-panel {
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 10px;
}
.minicolors-position-top .minicolors-panel:after {
  border-bottom: 0;
  border-top: 10px solid rgba(0, 0, 0, 0.2);
  bottom: -13px;
}
.minicolors-position-right .minicolors-panel {
  right: 0;
}
.minicolors-position-right .minicolors-panel:after {
  right: 2.5px;
}
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}
.minicolors-position-bottom .minicolors-panel:after {
  top: -13px;
}
.minicolors-position-left .minicolors-panel {
  left: 0;
}
.minicolors-position-left .minicolors-panel:after {
  left: 2.5px;
}
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: white;
  border: solid 1px black;
  margin-top: -2px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  border: solid 1px black;
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.minicolors-inline {
  display: inline-block;
}
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  box-shadow: none;
  z-index: auto;
  display: inline-block;
  border: none;
  margin: 0;
  background: none;
}
.minicolors-inline .minicolors-panel:after {
  display: none !important;
}
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
}
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
}
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 5px;
}
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  padding-left: inherit;
}
.minicolors-theme-bootstrap .minicolors-swatch {
  top: 3px;
  left: 3px;
  width: 26px;
  bottom: 3px;
  border-radius: 2px;
}
.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-swatch {
  left: auto;
  right: 3px;
}
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 40px;
  padding-left: 12px;
}
/*!
 * bootstrap-tokenfield
 * https://github.com/sliptree/bootstrap-tokenfield
 * Copyright 2013-2014 Sliptree and other contributors; Licensed MIT
 */
@-webkit-keyframes 'blink' {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@-moz-keyframes 'blink' {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
@keyframes 'blink' {
  0% {
    border-color: #ededed;
  }
  100% {
    border-color: #b94a48;
  }
}
.tokenfield {
  height: auto;
  min-height: 32px;
  padding-bottom: 0px;
}
.tokenfield.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tokenfield .token {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  background-color: #ededed;
  white-space: nowrap;
  margin: -1px 5px 5px 0;
  height: 22px;
  vertical-align: top;
  cursor: default;
}
.tokenfield .token:hover {
  border-color: #b9b9b9;
}
.tokenfield .token.active {
  border-color: #52a8ec;
  border-color: rgba(82, 168, 236, 0.8);
}
.tokenfield .token.duplicate {
  border-color: #ebccd1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tokenfield .token.invalid {
  background: none;
  border: 1px solid transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px dotted #d9534f;
}
.tokenfield .token.invalid.active {
  background: #ededed;
  border: 1px solid #ededed;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tokenfield .token .token-label {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 4px;
  vertical-align: top;
}
.tokenfield .token .close {
  font-family: Arial;
  display: inline-block;
  line-height: 100%;
  font-size: 1.1em;
  line-height: 1.49em;
  margin-left: 5px;
  float: none;
  height: 100%;
  vertical-align: top;
  padding-right: 4px;
}
.tokenfield .token-input {
  background: none;
  width: 60px;
  min-width: 60px;
  border: 0;
  height: 20px;
  padding: 0;
  margin-bottom: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield .token-input:focus {
  border-color: transparent;
  outline: 0;
  /* IE6-9 */

  -webkit-box-shadow: none;
  box-shadow: none;
}
.tokenfield.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.tokenfield.disabled .token-input {
  cursor: not-allowed;
}
.tokenfield.disabled .token:hover {
  cursor: not-allowed;
  border-color: #d9d9d9;
}
.tokenfield.disabled .token:hover .close {
  cursor: not-allowed;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.has-warning .tokenfield.focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-error .tokenfield.focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-success .tokenfield.focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.tokenfield.input-sm,
.input-group-sm .tokenfield {
  min-height: 30px;
  padding-bottom: 0px;
}
.input-group-sm .token,
.tokenfield.input-sm .token {
  height: 20px;
  margin-bottom: 4px;
}
.input-group-sm .token-input,
.tokenfield.input-sm .token-input {
  height: 18px;
  margin-bottom: 5px;
}
.tokenfield.input-lg,
.input-group-lg .tokenfield {
  min-height: 45px;
  padding-bottom: 4px;
}
.input-group-lg .token,
.tokenfield.input-lg .token {
  height: 25px;
}
.input-group-lg .token-label,
.tokenfield.input-lg .token-label {
  line-height: 23px;
}
.input-group-lg .token .close,
.tokenfield.input-lg .token .close {
  line-height: 1.3em;
}
.input-group-lg .token-input,
.tokenfield.input-lg .token-input {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  vertical-align: top;
}
.tokenfield.rtl {
  direction: rtl;
  text-align: right;
}
.tokenfield.rtl .token {
  margin: -1px 0 5px 5px;
}
.tokenfield.rtl .token .token-label {
  padding-left: 0px;
  padding-right: 4px;
}
/*!
 * Datetimepicker for Bootstrap v3
//! version : 3.1.3
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 0;
}
.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}
.bootstrap-datetimepicker-widget.bottom:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.bottom:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.top:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.top:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  position: absolute;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}
.bootstrap-datetimepicker-widget.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}
.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 2px;
}
.bootstrap-datetimepicker-widget td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #999999;
}
.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #999999;
}
.bootstrap-datetimepicker-widget td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget td.today:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #0c86c7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #0c86c7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 2px;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget td span.active {
  background-color: #0c86c7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget td span.old {
  color: #999999;
}
.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 19.5px;
}
.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: #eeeeee;
}
.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0px !important;
}
@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}
[class*="cal-cell"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}
.cal-row-fluid {
  width: 100%;
  *zoom: 1;
}
.cal-row-fluid:before,
.cal-row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.cal-row-fluid:after {
  clear: both;
}
.cal-row-fluid [class*="cal-cell"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 0%;
  *margin-left: -0.052137643%;
}
.cal-row-fluid [class*="cal-cell"]:first-child {
  margin-left: 0;
}
.cal-row-fluid .controls-row [class*="cal-cell"] + [class*="cal-cell"] {
  margin-left: 0%;
}
.cal-row-fluid .cal-cell7 {
  width: 100%;
  *width: 99.946695096%;
}
.cal-row-fluid .cal-cell6 {
  width: 85.714285714%;
  *width: 85.66098081%;
}
.cal-row-fluid .cal-cell5 {
  width: 71.428571429%;
  *width: 71.375266525%;
}
.cal-row-fluid .cal-cell4 {
  width: 57.142857143%;
  *width: 57.089552239%;
}
.cal-row-fluid .cal-cell3 {
  width: 42.857142857%;
  *width: 42.803837953%;
}
.cal-row-fluid .cal-cell2 {
  width: 28.571428571%;
  *width: 28.518123667%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714286%;
  *width: 14.232409382%;
}
.cal-week-box .cal-offset7,
.cal-row-fluid .cal-offset7,
.cal-row-fluid .cal-offset7:first-child {
  margin-left: 100%;
  *margin-left: 99.893390192%;
}
.cal-week-box .cal-offset6,
.cal-row-fluid .cal-offset6,
.cal-row-fluid .cal-offset6:first-child {
  margin-left: 85.714285714%;
  *margin-left: 85.607675906%;
}
.cal-week-box .cal-offset5,
.cal-row-fluid .cal-offset5,
.cal-row-fluid .cal-offset5:first-child {
  margin-left: 71.428571429%;
  *margin-left: 71.32196162%;
}
.cal-week-box .cal-offset4,
.cal-row-fluid .cal-offset4,
.cal-row-fluid .cal-offset4:first-child {
  margin-left: 57.142857143%;
  *margin-left: 57.036247335%;
}
.cal-week-box .cal-offset3,
.cal-row-fluid .cal-offset3,
.cal-row-fluid .cal-offset3:first-child {
  margin-left: 42.857142857%;
  *margin-left: 42.750533049%;
}
.cal-week-box .cal-offset2,
.cal-row-fluid .cal-offset2,
.cal-row-fluid .cal-offset2:first-child {
  margin-left: 28.571428571%;
  *margin-left: 28.464818763%;
}
.cal-week-box .cal-offset1,
.cal-row-fluid .cal-offset1,
.cal-row-fluid .cal-offset1:first-child {
  margin-left: 14.285714286%;
  *margin-left: 14.179104478%;
}
.cal-row-fluid .cal-cell1 {
  width: 14.285714286%;
  *width: 14.233576642%;
}
[class*="cal-cell"].hide,
.cal-row-fluid [class*="cal-cell"].hide {
  display: none;
}
[class*="cal-cell"].pull-right,
.cal-row-fluid [class*="cal-cell"].pull-right {
  float: right;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  min-height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cal-events-num {
  margin-top: 20px;
}
.cal-month-day {
  position: relative;
  display: block;
  width: 100%;
}
#cal-week-box {
  position: absolute;
  width: 70px;
  left: -71px;
  top: -1px;
  padding: 8px 5px;
  cursor: pointer;
}
#cal-day-tick {
  position: absolute;
  right: 50%;
  bottom: -21px;
  padding: 0px 5px;
  cursor: pointer;
  z-index: 5;
  text-align: center;
  width: 26px;
  margin-right: -17px;
}
.cal-year-box #cal-day-tick {
  margin-right: -7px;
}
#cal-slide-box {
  position: relative;
}
#cal-slide-tick {
  position: absolute;
  width: 16px;
  margin-left: -7px;
  height: 9px;
  top: -1px;
  z-index: 1;
}
#cal-slide-tick.tick-month1 {
  left: 12.5%;
}
#cal-slide-tick.tick-month2 {
  left: 37.5%;
}
#cal-slide-tick.tick-month3 {
  left: 62.5%;
}
#cal-slide-tick.tick-month4 {
  left: 87.5%;
}
#cal-slide-tick.tick-day1 {
  left: 7.142857143%;
}
#cal-slide-tick.tick-day2 {
  left: 21.428571429%;
}
#cal-slide-tick.tick-day3 {
  left: 35.714285714%;
}
#cal-slide-tick.tick-day4 {
  left: 50%;
}
#cal-slide-tick.tick-day5 {
  left: 64.285714286%;
}
#cal-slide-tick.tick-day6 {
  left: 78.571428571%;
}
#cal-slide-tick.tick-day7 {
  left: 92.857142857%;
}
.events-list {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#cal-slide-content ul.unstyled {
  margin-bottom: 0;
}
.cal-week-box {
  position: relative;
}
.cal-week-box [data-event-class] {
  white-space: nowrap;
  height: 30px;
  margin: 1px 1px;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 10px;
}
.cal-week-box .cal-column {
  position: absolute;
  height: 100%;
  z-index: -1;
}
.cal-week-box .arrow-before,
.cal-week-box .arrow-after {
  position: relative;
}
.cal-week-box .arrow-after:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  right: 0;
  border-top: 15px solid #ffffff;
  border-left: 8px solid;
  border-bottom: 15px solid #FFFFFF;
}
.cal-week-box .arrow-before:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  left: 1px;
  border-top: 15px solid transparent;
  border-left: 8px solid #FFFFFF;
  border-bottom: 15px solid transparent;
}
#cal-day-box {
  text-wrap: none;
}
#cal-day-box .cal-day-hour-part {
  height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: thin dashed #e1e1e1;
}
#cal-day-box .cal-day-hour .day-highlight {
  height: 30px;
}
#cal-day-box .cal-hours {
  font-weight: bolder;
}
#cal-day-box .cal-day-hour:nth-child(odd) {
  background-color: #fafafa;
}
#cal-day-box #cal-day-panel {
  position: relative;
  padding-left: 60px;
}
#cal-day-box #cal-day-panel-hour {
  position: absolute;
  width: 100%;
  margin-left: -60px;
}
#cal-day-box .day-event {
  position: relative;
  max-width: 200px;
  overflow: hidden;
}
#cal-day-box .day-highlight {
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #c3c3c3;
  margin: 1px 1px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cal-day-box .day-highlight.dh-event-important {
  border: 1px solid #ad2121;
}
#cal-day-box .day-highlight.dh-event-warning {
  border: 1px solid #e3bc08;
}
#cal-day-box .day-highlight.dh-event-info {
  border: 1px solid #1e90ff;
}
#cal-day-box .day-highlight.dh-event-inverse {
  border: 1px solid #1b1b1b;
}
#cal-day-box .day-highlight.dh-event-success {
  border: 1px solid #006400;
}
#cal-day-box .day-highlight.dh-event-special {
  background-color: #ffe6ff;
  border: 1px solid #800080;
}
.event {
  display: block;
  background-color: #c3c3c3;
  width: 12px;
  height: 12px;
  margin-right: 2px;
  margin-bottom: 2px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  border: 1px solid #ffffff;
}
.event-block {
  display: block;
  background-color: #c3c3c3;
  width: 20px;
  height: 100%;
}
.cal-event-list .event.pull-left {
  margin-top: 3px;
}
.event-important {
  background-color: #ad2121;
}
.event-info {
  background-color: #1e90ff;
}
.event-warning {
  background-color: #e3bc08;
}
.event-inverse {
  background-color: #1b1b1b;
}
.event-success {
  background-color: #006400;
}
.event-special {
  background-color: #800080;
}
.day-highlight:hover,
.day-highlight {
  background-color: #dddddd;
}
.day-highlight.dh-event-important:hover,
.day-highlight.dh-event-important {
  background-color: #fae3e3;
}
.day-highlight.dh-event-warning:hover,
.day-highlight.dh-event-warning {
  background-color: #fdf1ba;
}
.day-highlight.dh-event-info:hover,
.day-highlight.dh-event-info {
  background-color: #d1e8ff;
}
.day-highlight.dh-event-inverse:hover,
.day-highlight.dh-event-inverse {
  background-color: #c1c1c1;
}
.day-highlight.dh-event-success:hover,
.day-highlight.dh-event-success {
  background-color: #caffca;
}
.day-highlight.dh-event-special:hover,
.day-highlight.dh-event-special {
  background-color: #ffe6ff;
}
.cal-row-head [class*="cal-cell"]:first-child,
.cal-row-head [class*="cal-cell"] {
  font-weight: bolder;
  text-align: center;
  border: 0px solid;
  padding: 5px 0;
}
.cal-row-head [class*="cal-cell"] small {
  font-weight: normal;
}
.cal-year-box .row-fluid:hover,
.cal-row-fluid:hover {
  background-color: #fafafa;
}
.cal-month-day {
  height: 100px;
}
[class*="cal-cell"]:hover {
  background-color: #ededed;
}
.cal-year-box [class*="span"],
.cal-month-box [class*="cal-cell"] {
  min-height: 100px;
  border-right: 1px solid #e1e1e1;
  position: relative;
}
.cal-year-box [class*="span"] {
  min-height: 60px;
}
.cal-year-box .row-fluid [class*="span"]:last-child,
.cal-month-box .cal-row-fluid [class*="cal-cell"]:last-child {
  border-right: 0px;
}
.cal-year-box .row-fluid,
.cal-month-box .cal-row-fluid {
  border-bottom: 1px solid #e1e1e1;
  margin-left: 0px;
  margin-right: 0px;
}
.cal-year-box .row-fluid:last-child,
.cal-month-box .cal-row-fluid:last-child {
  border-bottom: 0px;
}
.cal-month-box,
.cal-year-box,
.cal-week-box {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-radius: 2px;
}
span[data-cal-date] {
  font-size: 1.2em;
  font-weight: normal;
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  margin-top: 15px;
  margin-right: 15px;
}
span[data-cal-date]:hover {
  opacity: 1;
}
.cal-day-outmonth span[data-cal-date] {
  opacity: 0.1;
  cursor: default;
}
.cal-day-today {
  background-color: #e8fde7;
}
.cal-day-today span[data-cal-date] {
  color: darkgreen;
}
.cal-month-box .cal-day-today span[data-cal-date] {
  font-size: 1.9em;
}
.cal-day-holiday span[data-cal-date] {
  color: #800080;
}
.cal-day-weekend span[data-cal-date] {
  color: darkred;
}
#cal-week-box {
  border: 1px solid #e1e1e1;
  border-right: 0px;
  border-radius: 5px 0 0 5px;
  background-color: #fafafa;
  text-align: right;
}
#cal-day-tick {
  border: 1px solid #e1e1e1;
  border-top: 0px solid;
  border-radius: 0 0 5px 5px;
  background-color: #ededed;
  text-align: center;
}
#cal-slide-box {
  border-top: 0px solid #8c8c8c;
}
#cal-slide-content {
  padding: 20px;
  color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
#cal-slide-tick {
  background-image: url(/Content/styles/common/img/tick.png?2);
}
#cal-slide-content:hover {
  background-color: transparent;
}
#cal-slide-content a.event-item {
  color: #ffffff;
  font-weight: normal;
  line-height: 22px;
}
.events-list {
  max-height: 47px;
  padding-left: 5px;
}
.cal-column {
  border-left: 1px solid #e1e1e1;
}
a.cal-event-week {
  text-decoration: none;
  color: #151515;
}
.badge-important {
  background-color: #b94a48;
}
.calendar-header {
  margin: 15px 0;
}
.calendar-header #calendar-controls {
  margin-top: 18px;
}
#cal-slide-content a.event-item {
  line-height: normal;
}
#cal-slide-content {
  background-color: #0c86c7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#cal-slide-content:hover {
  background-color: #0c86c7;
}
#cal-day-tick .fa {
  padding: 0;
}
#cal-slide-tick {
  background-image: url(/images/cal-slide-tick.png);
}
#cal-week-box {
  left: -1px;
  top: -35px;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
.editableform {
  margin-bottom: 0;
}
.editableform .control-group {
  margin-bottom: 0;
  white-space: nowrap;
  line-height: 20px;
}
.editableform .form-control {
  width: auto;
}
.editable-buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  zoom: 1;
  *display: inline;
}
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}
.editable-input {
  vertical-align: top;
  display: inline-block;
  width: auto;
  white-space: normal;
  zoom: 1;
  *display: inline;
}
.editableform-loading {
  background: url(/Content/styles/common/plugins/images/plugins/bootstrap-editable/loading.gif) center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}
.editable-inline .editableform-loading {
  background-position: left 5px;
}
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}
.editable-error-block.ui-state-error {
  padding: 3px;
}
.editable-error {
  color: red;
}
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}
.editable-checklist label {
  white-space: nowrap;
}
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}
.editable-clear-x {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  font-size: 13px;
  line-height: 13px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}
.editable-clear-x:after {
  content: '\f057';
}
.editable-clear-x:hover {
  opacity: 1;
}
.editable-pre-wrapped {
  white-space: pre-wrap;
}
.editable-container.editable-popup {
  max-width: none !important;
}
.editable-container.popover {
  width: auto;
}
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  zoom: 1;
  *display: inline;
}
.editable-container .ui-widget {
  font-size: inherit;
  z-index: 9990;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  text-decoration: none;
}
.editable-unsaved {
  font-weight: bold;
}
.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;
}
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}
.editable-buttons .editable-submit,
.editable-buttons .editable-cancel {
  font-family: FontAwesome;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.editable-buttons .editable-submit i,
.editable-buttons .editable-cancel i {
  display: none;
}
.editable-buttons .editable-cancel {
  color: #555;
  margin-left: 5px;
}
.editable-buttons .editable-submit:after {
  content: "\f00c";
}
.editable-buttons .editable-cancel:after {
  content: "\f00d";
}
.editable-input > .select2-container {
  max-width: 300px;
}
.editable-date.well {
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
}
.editable[data-type="address"] + .editable-container .editable-input {
  width: 260px;
}
.editable[data-type="address"] + .editable-container .editable-buttons {
  position: relative;
  top: 2px;
}
.editable-address {
  margin-top: 2px;
}
.editable-address label {
  width: 100%;
}
.editable-address label span,
.editable-address input {
  display: block;
  float: left;
  margin: 0;
}
.editable-address label span {
  width: 25%;
  padding: 0 10px 0 0;
  line-height: 32px;
  text-align: right;
  position: relative;
}
.editable-address input {
  width: 75% !important;
}
.editable-address + .editable-address {
  margin-top: 6px;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
  margin-bottom: 0;
}
.tt-dropdown-menu {
  border: 2px solid #ccc;
  padding: 5px 0;
  min-width: 160px;
  margin-top: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.tt-suggestion {
  display: block;
  margin: 0 -2px;
  padding: 5px 18px;
}
.tt-suggestion p {
  margin: 0;
}
.tt-suggestion.tt-is-under-cursor a,
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
}
@media (min-width: 768px) {
  .bootbox.bootbox-sm .modal-dialog {
    width: 300px;
  }
}
.bootbox .modal-footer {
  margin-top: 0;
}
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}
div.dataTables_length select {
  width: 75px;
}
div.dataTables_filter label {
  font-weight: normal;
  float: right;
}
div.dataTables_filter input {
  width: 16em;
}
div.dataTables_info {
  padding-top: 8px;
}
div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}
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 {
  cursor: pointer;
}
table.dataTable thead .sorting {
  background: url(/Content/images/sort_both.png) no-repeat center right;
}
table.dataTable thead .sorting_asc {
  background: url(/Content/images/sort_asc.png) no-repeat center right;
}
table.dataTable thead .sorting_desc {
  background: url(/Content/images/sort_desc.png) no-repeat center right;
}
table.dataTable thead .sorting_asc_disabled {
  background: url(/Content/images/sort_asc_disabled.png) no-repeat center right;
}
table.dataTable thead .sorting_desc_disabled {
  background: url(/Content/images/sort_desc_disabled.png) no-repeat center right;
}
table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}
table.dataTable th:active {
  outline: none;
}
/* Scrolling */

div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}
/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */

table.table-bordered.dataTable {
  border-collapse: separate !important;
}
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}
/*
 * TableTools styles
 */

.table tbody tr.active td,
.table tbody tr.active th {
  background-color: #08C;
  color: white;
}
.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
  background-color: #0075b0 !important;
}
.table tbody tr.active a {
  color: white;
}
.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
  background-color: #017ebc;
}
table.DTTT_selectable tbody tr {
  cursor: pointer;
}
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}
div.DTTT .btn:hover {
  text-decoration: none !important;
}
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */

}
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}
div.DTTT_collection_background {
  z-index: 2002;
}
/* TableTools information display */

div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
div.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%);
}
/*
 * FixedColumns styles
 */

div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}
/*
 * FixedHeader styles
 */

div.FixedHeader_Cloned table {
  margin: 0 !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
  padding-left: 0.333em;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before,
table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
  border-top: 5px solid transparent;
  border-left: 0px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.5);
}
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.dtr-control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded td.control:before,
table.dataTable.dtr-column > tbody > tr.dtr-expanded th.control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: fit-content;
  max-height: 75%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 2.5em;
}
div.dtr-modal div.dtr-modal-content h2 {
  margin-top: 0;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
html.dark table.dataTable > tbody > tr > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control:before {
  border-left-color: rgba(255, 255, 255, 0.5) !important;
}
html.dark table.dataTable > tbody > tr > td.dtr-control.arrow-right::before,
html[data-bs-theme=dark] table.dataTable > tbody > tr > td.dtr-control.arrow-right::before {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}
html.dark table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html.dark table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > td.dtr-control:before,
html[data-bs-theme=dark] table.dataTable > tbody > tr.dtr-expanded > th.dtr-control:before {
  border-top-color: rgba(255, 255, 255, 0.5) !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
html.dark table.dataTable > tbody > tr.child ul.dtr-details > li,
html[data-bs-theme=dark] table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom-color: #404346;
}
html.dark div.dtr-modal div.dtr-modal-display,
html[data-bs-theme=dark] div.dtr-modal div.dtr-modal-display {
  background-color: #212529;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
#growls {
  position: fixed;
  right: 0;
  top: 10px;
  z-index: 5000;
}
.main-navbar-fixed #growls {
  top: 76px;
}
.main-menu-right #growls {
  left: 0;
  right: auto;
}
.growl {
  border-radius: 4px;
  margin: 10px;
  position: relative;
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.growl .growl-title {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 2px;
}
.growl .growl-message {
  font-size: 13px;
}
.growl .growl-close {
  cursor: pointer;
  display: inline-block;
  float: right;
  font-family: helvetica, verdana, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: -2px;
}
.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}
.growl.growl-small {
  padding: 6px 8px;
  width: 200px;
}
.growl.growl-small .growl-title {
  font-size: 13px;
  margin-bottom: 0;
}
.growl.growl-small .growl-message {
  font-size: 11px;
}
.growl.growl-medium {
  padding: 10px;
  width: 250px;
}
.growl.growl-large {
  padding: 15px;
  width: 300px;
}
.growl.growl-default {
  background: #7f8c8d;
  color: #fff;
}
.growl.growl-error {
  background: #e66454;
  color: #fff;
}
.growl.growl-notice {
  background: #5ebd5e;
  color: #fff;
}
.growl.growl-warning {
  background: #f4b04f;
  color: #fff;
}
.dz-browser-not-supported .dz-message {
  display: none !important;
}
.dz-browser-not-supported.dropzone-box {
  min-height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  width: auto !important;
  cursor: default !important;
  padding: 0 !important;
  -webkit-transition: none;
  transition: none;
}
.dropzone-box {
  position: relative;
  min-height: 284px;
  border: 3px dashed #ddd;
  border-radius: 3px;
  vertical-align: middle;
  width: 100%;
  cursor: pointer;
  padding: 0 15px 15px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dz-default.dz-message {
  color: #555;
  font-size: 20px;
  font-weight: 600;
  display: block;
  min-height: 70px;
  width: 300px;
  position: absolute;
  padding-left: 90px;
  padding-top: 12px;
  line-height: 22px;
  top: 50%;
  margin-top: -35px;
  left: 50%;
  margin-left: -150px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dz-text-small {
  font-size: 14px;
  font-weight: 400;
}
.dropzone-box .fa.fa-cloud-upload {
  display: block;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 70px;
  font-size: 32px;
  background: #eee;
  color: #aaa;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dropzone-box:hover .fa.fa-cloud-upload {
  color: #fff;
}
.dz-started .dz-default.dz-message {
  display: none;
}
.dz-started:hover .fa.fa-cloud-upload {
  background: #eee !important;
  color: #aaa !important;
}
.dz-preview {
  width: 160px;
  padding: 6px 10px 10px 10px;
  margin: 15px 0 0 15px;
  display: inline-block;
  cursor: default;
  border: 1px solid #ddd;
  border-radius: 2px;
  vertical-align: top;
}
.dz-filename {
  color: #555;
  overflow: hidden;
  padding-bottom: 2px;
}
.dz-size {
  padding-bottom: 8px;
}
.dz-thumbnail {
  width: 138px;
  height: 120px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
}
.dz-thumbnail > img {
  max-width: 100%;
  max-height: 120px;
}
.dz-preview .progress,
.dz-preview .progess-bar {
  height: 8px;
}
.dz-preview .progress {
  margin: 8px 0 0 0;
}
.dz-size {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
}
.dz-size span {
  font-weight: 600;
}
.dz-remove {
  line-height: 30px;
  display: block;
  margin: 8px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dz-remove:hover {
  background: #e66454;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}
.dz-thumbnail-wrapper {
  margin: 0 -10px;
  padding: 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-left: none;
  border-right: none;
  position: relative;
}
.dz-nopreview {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  color: #888;
}
.dz-thumbnail img[src] + .dz-nopreview {
  display: none;
}
.dz-error-mark,
.dz-success-mark,
.dz-error-message {
  display: none;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.dz-error-mark .fa,
.dz-success-mark .fa {
  line-height: 140px;
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}
.dz-error-mark .fa {
  color: #fa6b59;
}
.dz-success-mark .fa {
  color: #9ed441;
}
.dz-error-message {
  color: #fff;
  font-weight: 600;
  padding: 20px 10px 0 10px;
}
.dz-error .dz-error-mark {
  display: block;
}
.dz-error .dz-error-message {
  display: none;
}
.dz-error:hover .dz-error-mark {
  display: none;
}
.dz-error:hover .dz-error-message {
  display: block;
}
.dz-success .dz-success-mark {
  display: block;
}
/* Layout
 ------------------------------------------*/

.note-editor {
  border: 1px solid #edf0f1;
  background: #fff;
  /* dropzone */
  /* fullscreen mode */

  /* codeview mode */

  /* toolbar */

  /* note handle */

  /* dialog */

  /* editable */

  /* codeable */

  /* dropdown-menu for toolbar and popover */

  /* color palette for toolbar and popover */

}
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 1;
  border: 2px dashed lightskyblue;
  color: lightskyblue;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.note-editor .note-dropzone.hover {
  border: 2px dashed #098ddf;
  color: #098ddf;
}
.note-editor.dragover .note-dropzone {
  display: table;
}
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
}
.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-toolbar {
  padding-left: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid #edf0f1;
}
.note-editor .note-toolbar .fa {
  font-size: 14px;
  margin: 0 !important;
}
.note-editor .note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}
.note-editor .note-toolbar > .btn-group > .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.note-editor .note-toolbar .dropdown-menu {
  white-space: nowrap;
}
.note-editor .note-toolbar .dropdown-menu .btn-group {
  float: none;
}
.note-editor .note-toolbar .dropdown-menu > li > a {
  cursor: pointer;
}
.note-editor .note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}
.note-editor .note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}
.note-editor .note-toolbar .note-table .dropdown-menu .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-editor .note-toolbar .note-table .dropdown-menu .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-editor .note-toolbar .note-style h1,
.note-editor .note-toolbar .note-style h2,
.note-editor .note-toolbar .note-style h3,
.note-editor .note-toolbar .note-style h4,
.note-editor .note-toolbar .note-style h5,
.note-editor .note-toolbar .note-style h6,
.note-editor .note-toolbar .note-style blockquote {
  margin: 0;
}
.note-editor .note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu {
  min-width: 290px;
  white-space: nowrap;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 12px;
  margin: 5px;
  padding: 0 3px;
  cursor: pointer;
  border-radus: 5px;
}
.note-editor .note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}
.note-editor .note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}
.note-editor .note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
  height: 8px;
  width: 100%;
  border-top: 1px solid #edf0f1;
  cursor: s-resize;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #edf0f1;
}
.note-editor .note-popover .popover {
  max-width: none;
}
.note-editor .note-popover .popover .popover-content {
  padding: 5px;
}
.note-editor .note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */

}
.note-editor .note-popover .popover .popover-content .btn-group + .btn-group {
  margin-left: 5px;
}
.note-editor .note-popover .popover .arrow {
  left: 20px;
}
.note-editor .note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}
.note-editor .note-handle .note-control-selection > div {
  position: absolute;
}
.note-editor .note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.note-editor .note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}
.note-editor .note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000000;
}
.note-editor .note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid #000000;
  background-color: white;
}
.note-editor .note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}
.note-editor .note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}
.note-editor .note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}
.note-editor .note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}
.note-editor .note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  border-radus: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.note-editor .note-dialog > div {
  display: none;
  /* BS2's hide pacth. */

}
.note-editor .note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}
.note-editor .note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}
.note-editor .note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
}
.note-editor .note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}
.note-editor .note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}
.note-editor .note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dd0;
  cursor: pointer;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut th {
  text-align: left;
  font-size: 13px;
  color: #dd0;
}
.note-editor .note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  font-family: "Courier New";
  color: #dd0;
  text-align: right;
  padding-right: 10px;
}
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: none;
}
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  direction: ltr !important;
  /* override BS2 default style */
  border-radius: 0;
  margin-bottom: 0;
}
.note-editor .CodeMirror {
  direction: ltr !important;
}
.note-editor .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */

  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */

  /* dropdown-menu for selectbox */

}
.note-editor .dropdown-menu.right {
  right: 0;
  left: auto;
}
.note-editor .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}
.note-editor .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}
.note-editor .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}
.note-editor .dropdown-menu li a.checked i {
  visibility: visible;
}
.note-editor .note-fontsize-10 {
  font-size: 10px;
}
.note-editor .note-color-palette {
  line-height: 1;
}
.note-editor .note-color-palette div .note-color-btn {
  width: 17px;
  height: 17px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}
.note-editor .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}
.md-editor {
  display: block;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.md-editor > .md-header,
.md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
}
.md-editor > .md-header {
  margin: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.md-editor > .md-header .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}
.md-editor > .md-header .btn .fa {
  font-size: 14px;
}
.md-editor > .md-preview {
  border-top: 1px dashed #e4e4e4;
  min-height: 10px;
  padding: 6px 12px;
}
.md-editor > textarea {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  outline: 0;
  margin: 0;
  display: block;
  padding: 6px 12px;
  width: 100%;
  border: 0;
  border-top: 1px dashed #e4e4e4;
  border-radius: 0;
  background: #fff;
}
.md-editor.active {
  border-color: #66afe9;
}
.jqstooltip {
  width: auto !important;
  height: auto !important;
  color: #fff !important;
  border-radius: 2px;
  background-color: #222 !important;
  font-size: 11px !important;
  padding: 4px 10px !important;
}
.pie-chart {
  display: inline-block !important;
  position: relative !important;
}
.pie-chart:before,
.pie-chart:after {
  content: " ";
  display: table;
}
.pie-chart:after {
  clear: both;
}
.pie-chart-label {
  display: block !important;
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute !important;
  top: 50%;
  font-weight: 300;
  font-size: 17px;
}
.morris-hover {
  position: absolute;
  z-index: 1000;
}
.morris-hover.morris-default-style {
  text-align: center;
  border-radius: 2px;
  background-color: #222;
  font-size: 11px;
  padding: 4px 10px;
}
.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 4px 0;
  color: #aaa;
}
.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 2px 0;
}
.pa-flot-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.pa-flot-container:before,
.pa-flot-container:after {
  content: " ";
  display: table;
}
.pa-flot-container:after {
  clear: both;
}
.pa-flot-graph {
  width: auto;
  height: auto;
}
.pa-flot-info {
  width: auto;
  margin-bottom: 20px;
  background: #f4f4f4;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 2px;
}
.pa-flot-info:before,
.pa-flot-info:after {
  content: " ";
  display: table;
}
.pa-flot-info:after {
  clear: both;
}
.pa-flot-info span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  cursor: default;
  padding-left: 24px;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #646464;
}
.pa-flot-info i {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  top: 12px;
  left: 10px;
  border-radius: 9999px;
}
.pa-flot-tooltip {
  position: absolute;
  display: none;
  padding: 5px 10px;
  font-size: 12px;
  background: #222;
  color: #fff;
  border-radius: 2px;
}
.tickLabel {
  font-size: 12px;
  color: #666;
}
.yAxis .tickLabel:first-child,
.yAxis .tickLabel:last-child {
  display: none;
}
.pieLabel > div {
  font-size: 12px !important;
}
.slimScrollBar {
  width: 6px !important;
  opacity: 0.3 !important;
}
.slimScrollRail {
  width: 6px !important;
}
/* ========================================================================
 * bootstrap-switch - v3.1.0
 * http://www.bootstrap-switch.org
 * ========================================================================
 * Copyright 2012-2013 Mattia Larentis
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstrap-switch {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  min-width: 100px;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 71px;
}
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 10px;
  line-height: 9px;
}
.bootstrap-switch.bootstrap-switch-small {
  min-width: 79px;
}
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-switch.bootstrap-switch-large {
  min-width: 120px;
}
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding-bottom: 9px;
  padding-top: 9px;
  font-size: 16px;
  line-height: normal;
}
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  cursor: default !important;
}
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-container,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-container {
  margin-left: 0%;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-container,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-container {
  margin-left: -50%;
}
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-container,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-indeterminate .bootstrap-switch-container {
  margin-left: -25%;
}
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  width: 150%;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding-bottom: 4px;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
}
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
  width: 33.333333333%;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #428bca;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  width: 33.333333333%;
  color: #333333;
  background: #ffffff;
}
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.bootstrap-switch input[type='radio'].form-control,
.bootstrap-switch input[type='checkbox'].form-control {
  height: auto;
}
/* iCheck plugin Square skin, green
----------------------------------- */

.icheckbox_square-green,
.iradio_square-green {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/Content/styles/common/plugins/i-check/green.png) no-repeat;
  border: none;
  cursor: pointer;
}
.icheckbox_square-green {
  background-position: 0 0;
}
.icheckbox_square-green.hover {
  background-position: -24px 0;
}
.icheckbox_square-green.checked {
  background-position: -48px 0;
}
.icheckbox_square-green.disabled {
  background-position: -72px 0;
  cursor: default;
}
.icheckbox_square-green.checked.disabled {
  background-position: -96px 0;
}
.iradio_square-green {
  background-position: -120px 0;
}
.iradio_square-green.hover {
  background-position: -144px 0;
}
.iradio_square-green.checked {
  background-position: -168px 0;
}
.iradio_square-green.disabled {
  background-position: -192px 0;
  cursor: default;
}
.iradio_square-green.checked.disabled {
  background-position: -216px 0;
}
/* HiDPI support */

@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square-green,
  .iradio_square-green {
    background-image: url(/Content/styles/common/plugins/i-check/green@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}
.treeview .list-group-item {
  cursor: pointer;
}
.treeview span.indent {
  margin-left: 10px;
  margin-right: 10px;
}
.treeview span.icon {
  width: 12px;
  margin-right: 5px;
}
.treeview .node-disabled {
  color: silver;
  cursor: not-allowed;
}
.gj-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #000;
  border-radius: 3px;
  padding: 6px 10px;
  cursor: pointer;
}
.gj-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gj-margin-left-5 {
  margin-left: 5px;
}
.gj-margin-left-10 {
  margin-left: 10px;
}
.gj-width-full {
  width: 100%;
}
.gj-cursor-pointer {
  cursor: pointer;
}
.gj-text-align-center {
  text-align: center;
}
.gj-font-size-16 {
  font-size: 16px;
}
.gj-hidden {
  display: none;
}
.gj-mdl-icon-plus::after {
  content: "\E145";
}
.gj-mdl-icon-minus::after {
  content: "\E15B";
}
/** Material Design */

.gj-button-md {
  background: 0 0;
  border: none;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  height: 36px;
  margin: 0;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gj-button-md:hover {
  background-color: rgba(158, 158, 158, 0.2);
}
.gj-button-md:disabled {
  color: rgba(0, 0, 0, 0.26);
  background: 0 0;
}
.gj-button-md .material-icons {
  vertical-align: middle;
  font-size: 1.3rem;
  margin-right: 4px;
}
.gj-button-md.gj-button-md-icon {
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0px;
}
.gj-button-md.gj-button-md-icon .material-icons {
  vertical-align: baseline;
  margin-right: 0px;
}
.gj-button-md.active {
  background-color: rgba(158, 158, 158, 0.4);
}
.gj-button-md-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.gj-textbox-md {
  border: none;
  border-bottom: 1px solid #E0E0E0;
  display: block;
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
}
.gj-textbox-md:focus {
  border-bottom: 2px solid rgba(158, 158, 158, 0.4);
  outline: none;
}
.gj-md-spacer-24 {
  min-width: 24px;
  width: 24px;
  display: inline-block;
}
.gj-md-spacer-32 {
  min-width: 32px;
  width: 32px;
  display: inline-block;
}
/* List */

ul.gj-list li [data-role="wrapper"] {
  display: table;
  width: 100%;
}
ul.gj-list li [data-role="checkbox"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.gj-list li [data-role="image"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.gj-list li [data-role="display"] {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
ul.gj-list li [data-role="display"]:empty:before {
  content: "\200b";
  /* unicode zero width space character */

}
/* List - Bootstrap */

ul.gj-list-bootstrap {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul.gj-list-bootstrap li {
  padding: 0px;
}
ul.gj-list-bootstrap li [data-role="wrapper"] {
  padding: 0px 10px;
}
ul.gj-list-bootstrap li [data-role="checkbox"] {
  width: 24px;
  padding: 3px;
}
ul.gj-list-bootstrap li [data-role="image"] {
  width: 24px;
  height: 24px;
}
ul.gj-list-bootstrap li [data-role="display"] {
  padding: 8px 0px 8px 4px;
}
.list-group-item.active ul li,
.list-group-item.active:focus ul li,
.list-group-item.active:hover ul li {
  text-shadow: none;
  color: initial;
}
/* List - Material Design */

ul.gj-list-md {
  padding: 0px;
  list-style: none;
  list-style-type: none;
  line-height: 24px;
  letter-spacing: 0;
}
ul.gj-list-md li {
  display: list-item;
  list-style-type: none;
  padding: 0px;
  min-height: unset;
  box-sizing: border-box;
  align-items: center;
  cursor: default;
  overflow: hidden;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
ul.gj-list-md li [data-role="checkbox"] {
  height: 24px;
  width: 24px;
}
ul.gj-list-md li [data-role="image"] {
  height: 24px;
  width: 24px;
}
ul.gj-list-md li [data-role="display"] {
  padding: 8px 0px 8px 5px;
  order: 0;
  flex-grow: 2;
  text-decoration: none;
  box-sizing: border-box;
  align-items: center;
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
}
ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="display"] {
  color: #9E9E9E;
  /* Gray 500 */

}
.gj-list-md-active {
  background: #E8EAF6;
}
ul.gj-list li [data-role="spacer"] {
  display: table-cell;
}
ul.gj-list li [data-role="expander"] {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
[data-type="tree"] ul li [data-role="expander"].gj-tree-material-icons-expander {
  width: 24px;
  color: #616161;
  /* Gray 700 */

}
[data-type="tree"] ul li [data-role="expander"].gj-tree-font-awesome-expander {
  width: 24px;
}
[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander {
  width: 24px;
}
[data-type="tree"] ul li [data-role="expander"].gj-tree-glyphicons-expander .glyphicon {
  top: 4px;
  height: 24px;
}
/* Bootstrap Theme */

.gj-tree-bootstrap-3 ul.gj-list-bootstrap li {
  border: 0px;
  color: #333;
}
.gj-tree-bootstrap-3 ul.gj-list-bootstrap li.disabled {
  color: #777;
  background-color: #eee;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li {
  border: 1px solid #ddd;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li {
  border-left: 0px;
  border-right: 0px;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.gj-tree-bootstrap-border ul.gj-list-bootstrap li ul.gj-list-bootstrap li:last-child {
  border-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
  padding-top: 6px;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li {
  border: 0px;
  color: #212529;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li.disabled {
  color: #868e96;
}
.gj-tree-bootstrap-4 ul.gj-list-bootstrap li ul.gj-list-bootstrap {
  width: 100%;
}
/* Material Design Theme */

ul.gj-list-md li.disabled > [data-role="wrapper"] > [data-role="expander"] {
  color: #9E9E9E;
  /* Gray 500 */

}
.gj-tree-md-border ul.gj-list-md li {
  border: 1px solid rgba(0, 0, 0, 0.87);
  margin-bottom: -1px;
}
.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li {
  border-left: 0px;
  border-right: 0px;
}
.gj-tree-md-border ul.gj-list-md li ul.gj-list-md li:last-child {
  border-bottom: 0px;
}
.gj-tree-drop-above {
  border-top: 1px solid #000;
}
.gj-tree-drop-below {
  border-bottom: 1px solid #000;
}
.gj-tree-drag-el {
  padding: 0px;
  margin: 0px;
}
.gj-tree-drag-el li {
  padding: 0px;
  margin: 0px;
}
.gj-tree-drag-el [data-role="wrapper"] {
  cursor: move;
  display: table;
}
.gj-tree-drag-el [data-role="indicator"] {
  width: 14px;
  padding: 0px 3px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gj-tree-bootstrap-drag-el [data-role="indicator"] {
  width: 24px;
  height: 24px;
  padding: 0px;
}
.gj-tree-mdl-drag-el [data-role="indicator"] {
  width: 24px;
  height: 24px;
  padding: 0px;
}
.page-invoice .invoice {
  padding: 0 20px;
}
.page-invoice .invoice hr {
  border: none;
  border-bottom: 3px solid #f1f1f1;
  margin: 0 -20px;
}
.page-invoice .invoice-header {
  background: #f7f7f7;
  border-bottom: 8px solid #f1f1f1;
  margin: 0 -20px;
  padding: 20px;
  position: relative;
}
.page-invoice .invoice-header:before,
.page-invoice .invoice-header:after {
  content: " ";
  display: table;
}
.page-invoice .invoice-header:after {
  clear: both;
}
.page-invoice .invoice-header h3 {
  font-size: 19px;
  font-weight: 600;
  height: 55px;
  line-height: 23px;
  margin: 0 0 0 40px;
  padding: 0;
  word-wrap: none;
}
.page-invoice .invoice-header small {
  color: #a0a0a0;
  font-size: 12px;
}
.page-invoice .invoice-header .invoice-logo {
  display: block;
  height: 26px;
  width: 26px;
  margin: 12px 0 0 -40px;
  position: absolute;
}
.page-invoice .invoice-header address {
  border-left: 5px solid #e8e8e8;
  color: #959595;
  display: block;
  font-size: 12px;
  line-height: 15px;
  padding-left: 10px;
  margin-top: 5px;
}
.page-invoice .invoice-date {
  font-size: 16px;
  font-weight: 600;
  margin-top: -5px;
}
.page-invoice .invoice-info,
.page-invoice .invoice-table {
  padding: 30px 0;
}
.page-invoice .invoice-info:before,
.page-invoice .invoice-table:before,
.page-invoice .invoice-info:after,
.page-invoice .invoice-table:after {
  content: " ";
  display: table;
}
.page-invoice .invoice-info:after,
.page-invoice .invoice-table:after {
  clear: both;
}
.page-invoice .invoice-recipient {
  font-size: 14px;
  line-height: 19px;
  height: 60px;
  padding-left: 70px;
}
.page-invoice .invoice-recipient:before {
  background: #f7f7f7;
  border-radius: 999px;
  color: #888888;
  content: "TO";
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 52px;
  line-height: 52px;
  margin: 4px 0 0 -70px;
  position: absolute;
  text-align: center;
  width: 52px;
}
.page-invoice .invoice-total {
  background: #f7f7f7;
  color: #888888;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  padding: 0 25px;
  white-space: nowrap;
  margin-top: 20px;
}
.page-invoice .invoice-total span {
  display: block;
  float: right;
  color: #555;
  font-size: 24px;
}
.page-invoice .invoice-description {
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  padding-top: 4px;
}
.page-invoice table {
  width: 100%;
}
.page-invoice table thead {
  background: #f7f7f7;
  color: #888;
  font-size: 12px;
}
.page-invoice table tbody tr {
  font-size: 14px;
}
.page-invoice table tbody tr + tr {
  border-top: 1px solid #f1f1f1;
}
.page-invoice table th,
.page-invoice table td {
  border-left: 1px solid #fff;
  font-weight: 600;
  padding: 7px 0 7px 15px;
  text-align: left;
  vertical-align: top;
}
.page-invoice table td {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .page-invoice .invoice {
    padding: 0 40px;
  }
  .page-invoice .invoice hr {
    border: none;
    border-bottom: 3px solid #f1f1f1;
    margin: 0 -40px;
  }
  .page-invoice .invoice-header {
    padding: 40px;
    margin: 0 -40px;
  }
  .page-invoice .invoice-header h3 {
    float: left;
  }
  .page-invoice .invoice-header address {
    margin: 6px 0 0 30px;
    float: left;
  }
  .page-invoice .invoice-date {
    float: right;
    margin-top: 6px;
  }
  .page-invoice .invoice-recipient,
  .page-invoice .invoice-total {
    width: 50%;
  }
  .page-invoice .invoice-recipient {
    float: left;
  }
  .page-invoice .invoice-total {
    float: right;
    margin-top: 0;
  }
}
body.page-invoice.page-invoice-print,
body.page-invoice.page-invoice-print * {
  color: #000000 !important;
}
.page-invoice.page-invoice-print .invoice {
  min-width: 768px;
  padding: 0 40px;
}
.page-invoice.page-invoice-print .invoice hr {
  border-bottom: 1px solid #aaa;
  margin: 0 -40px;
}
.page-invoice.page-invoice-print .invoice-header {
  padding: 40px;
  margin: 0 -40px;
  background: none;
  border-bottom: 2px solid #aaa;
}
.page-invoice.page-invoice-print .invoice-header h3 {
  float: left;
  margin: 0 !important;
}
.page-invoice.page-invoice-print .invoice-header address {
  margin: 6px 0 0 30px;
  float: left;
}
.page-invoice.page-invoice-print .invoice-header .invoice-logo {
  display: none !important;
}
.page-invoice.page-invoice-print .invoice-date {
  float: right;
  margin-top: 6px;
}
.page-invoice.page-invoice-print .invoice-recipient,
.page-invoice.page-invoice-print .invoice-total {
  width: 50%;
}
.page-invoice.page-invoice-print .invoice-recipient {
  float: left;
}
.page-invoice.page-invoice-print .invoice-recipient:before {
  color: #000;
  background: none;
}
.page-invoice.page-invoice-print .invoice-total {
  float: right;
  margin-top: 0;
  background: none;
  text-align: right;
}
.page-invoice.page-invoice-print .invoice-total span {
  margin-left: 15px;
}
.page-invoice.page-invoice-print table thead {
  background: none;
  border-bottom: 1px solid #aaa;
}
.page-pricing .page-pricing-header {
  margin: -26px -26px 26px -26px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.page-pricing .page-pricing-header img {
  left: 0;
  position: absolute;
  width: 100%;
}
.page-pricing .page-pricing-header .bg-overlay {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.page-pricing .page-pricing-header .page-pricing-header-content {
  position: relative;
}
.page-pricing .page-pricing-header .page-pricing-header-content h1.page-title {
  padding: 40px 0 0 0;
  color: #fff;
  margin: 0 0 -40px 0;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan {
  padding: 60px 0 40px 0;
  color: #fff;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h3,
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
  padding: 0;
  margin: 0;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h3 {
  line-height: 30px;
  font-weight: 600;
}
.page-pricing .page-pricing-header .page-pricing-header-content .slogan h4 {
  padding-top: 10px;
  font-weight: 300;
}
.page-pricing .plans-panel {
  margin: 0 auto;
}
.page-pricing .plans-container {
  position: relative;
  margin: -1px;
}
.page-pricing .plans-container:before,
.page-pricing .plans-container:after {
  content: " ";
  display: table;
}
.page-pricing .plans-container:after {
  clear: both;
}
.page-pricing .plan-col {
  text-align: center;
  padding: 0;
  position: relative;
  margin-bottom: 26px;
}
.page-pricing .plan-header {
  font-size: 15px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  line-height: 50px;
  position: relative;
}
.page-pricing .plan-pricing {
  white-space: nowrap;
  padding: 20px 0;
}
.page-pricing .plan-currency {
  font-size: 24px;
  font-weight: 300;
}
.page-pricing .plan-value {
  font-size: 44px;
  font-weight: 300;
}
.page-pricing .plan-period {
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
}
.page-pricing .plan-features {
  padding: 0;
  margin: 0;
  border-top: none;
}
.page-pricing .plan-features > li,
.page-pricing .plan-features > a {
  margin: 0;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.page-pricing .plan-features > li {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: 0;
}
.page-pricing .plan-features > a {
  margin-top: -1px;
  font-size: 13px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-pricing .trial {
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  color: #888;
  line-height: 23px;
}
.page-pricing .trial a {
  font-size: 15px;
}
.ie8 .page-pricing .page-pricing-header .bg-overlay {
  display: none !important;
}
@media (min-width: 768px) {
  .page-pricing .plans-panel {
    background: #fafafa;
    border: 1px solid #e4e4e4;
    margin-bottom: 26px;
  }
  .page-pricing .plan-col {
    margin-bottom: 0;
  }
  .page-pricing .plan-col + .plan-col .plan-features > li {
    border-left-width: 0;
    -webkit-box-shadow: -1px 0 0 #e4e4e4;
    box-shadow: -1px 0 0 #e4e4e4;
  }
  .page-pricing .plan-col + .plan-col .plan-features > a {
    margin-left: -1px;
  }
}
html body.page-signin {
  background: #333 !important;
}
#page-signin-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
#page-signin-bg img {
  width: 100%;
}
#page-signin-bg .overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.page-signin .signin-container {
  border-radius: 2px;
  display: block;
  margin: 50px 50px 50px 50px;
  position: relative;
}
.page-signin .validation-summary-errors ul {
  padding: 5px 0;
  list-style: none;
  color: #e66454;
}
.page-signin .signin-info {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 20px 30px;
  text-align: center;
}
.page-signin .signin-info .logo {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  opacity: 1;
}
.page-signin .signin-info .logo[href]:hover {
  opacity: 0.7;
}
.page-signin .signin-info .slogan {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
}
.page-signin .signin-info ul {
  display: none;
}
.page-signin .signin-form {
  background: #fff;
  display: block;
  padding: 30px;
  position: relative;
}
.page-signin .password-reset-form {
  background: #fff;
  bottom: 0;
  display: none;
  left: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1020;
}
.page-signin .password-reset-form .header {
  background: #fff;
  border-bottom: 1px solid #ddd;
  margin: -30px -30px 30px -30px;
  padding: 20px 20px;
}
.page-signin .password-reset-form .header .signin-text {
  margin: 0;
}
.page-signin .password-reset-form .header .signin-text span {
  background: #f4f4f4;
}
.page-signin .password-reset-form .header .signin-text:before {
  display: none;
}
.page-signin .password-reset-form .header .close {
  margin-top: 2px;
}
.page-signin .password-reset-form .form-group.w-icon .signin-form-icon {
  z-index: 1025;
}
.page-signin .form-actions {
  margin-top: 15px;
}
.page-signin .form-actions .signin-btn {
  border: none;
  border-radius: 999999px;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  outline: 0 !important;
  padding: 10px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-signin .form-actions .signin-btn:hover {
  background: #444 !important;
}
.page-signin .form-actions a.forgot-password {
  border-bottom: 1px dashed #bbb;
  color: #999;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding-bottom: 1px;
}
.page-signin .form-actions a.forgot-password:hover {
  color: #555;
  text-decoration: none;
}
.page-signin .form-group {
  margin: 0;
  position: relative;
}
.page-signin .form-group + .form-group {
  margin: 10px 0 0 0;
}
.page-signin .form-group.w-icon .signin-form-icon {
  border-right: 1px solid #d6d6d6;
  bottom: 9px;
  color: #d6d6d6;
  display: block;
  font-size: 14px;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 9px;
  width: 40px;
  z-index: 1002;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-signin .form-group.w-icon input[type="text"],
.page-signin .form-group.w-icon input[type="password"] {
  font-size: 15px;
  padding-left: 56px;
}
.page-signin .form-group.w-icon input[type="text"]:focus + .signin-form-icon,
.page-signin .form-group.w-icon input[type="password"]:focus + .signin-form-icon {
  color: #888;
}
.page-signin .form-group.w-icon select {
  font-size: 15px;
  padding-left: 52px;
}
.page-signin .signin-text {
  color: #777;
  display: block;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.page-signin .signin-text span {
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.page-signin .signin-text:before {
  background: #e4e4e4;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.page-signin .signin-with {
  background: #f4f4f4;
  border-top: 1px solid #ddd;
  margin: 30px -30px -30px -30px;
  padding: 20px 30px 20px 30px;
}
.page-signin .signin-with-btn {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 300;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-signin .signin-with-btn span {
  font-weight: 600;
}
.page-signin .signin-with-btn + .signin-with-btn {
  margin-top: 10px;
}
.page-signin .signin-with-btn:hover {
  background: #444 !important;
}
.page-signin .not-a-member {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: -50px 0 50px;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 999;
}
.page-signin .not-a-member a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s;
}
.page-signin .not-a-member a:hover {
  opacity: 0.6;
}
@media (min-width: 700px) {
  .page-signin .signin-container {
    display: table;
    margin: 80px auto;
    width: 650px;
    table-layout: fixed;
  }
  .page-signin .signin-info {
    display: table-cell;
    padding: 30px;
    text-align: left;
    vertical-align: top;
    width: 40%;
  }
  .page-signin .signin-info ul {
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 300;
    margin: 30px 0 0 0;
    padding: 0;
  }
  .page-signin .signin-info ul li {
    list-style: none;
    margin: 0;
    padding: 7px 0;
  }
  .page-signin .signin-info ul .signin-icon {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-right: 6px;
    text-align: center;
    width: 24px;
  }
  .page-signin .signin-form {
    display: table-cell;
    vertical-align: top;
    width: 60%;
  }
  .page-signin .not-a-member {
    margin: -80px 0 80px;
  }
}
.page-search .search-text {
  color: #888;
  font-size: 15px;
  font-weight: 300;
  line-height: 36px;
  margin-bottom: 26px;
}
.page-search .search-tabs {
  margin-bottom: -2px;
}
.page-search .search-tabs:before,
.page-search .search-tabs:after {
  content: " ";
  display: table;
}
.page-search .search-tabs:after {
  clear: both;
}
.page-search .search-form {
  background: #fafafa;
  margin: -1px;
  padding: 16px 20px;
  position: relative;
}
.page-search .search-form .input-group-addon {
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-width: 0;
}
.page-search .search-form input[type="text"] {
  border-bottom-width: 0;
  border-top-width: 0;
}
.page-search .search-form button {
  border-bottom-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.page-search .search-classic {
  margin: -20px;
  padding: 0;
}
.page-search .search-classic li {
  list-style: none;
  margin: 0;
  padding: 20px;
}
.page-search .search-classic li > * + * {
  margin-top: 10px;
}
.page-search .search-classic li + li {
  border-top: 1px solid #e4e4e4;
}
.page-search .search-classic .search-title,
.page-search .search-classic .search-tags,
.page-search .search-classic .search-content,
.page-search .search-classic .search-url {
  display: block;
}
.page-search .search-classic .search-title {
  font-size: 15px;
  font-weight: 600;
}
.page-search .search-classic .search-tags:before,
.page-search .search-classic .search-tags:after {
  content: " ";
  display: table;
}
.page-search .search-classic .search-tags:after {
  clear: both;
}
.page-search .search-classic .search-tags span,
.page-search .search-classic .search-tags a {
  display: block;
  float: left;
  line-height: 17px;
}
.page-search .search-classic .search-tags .search-tags-text {
  color: #aaa;
  font-size: 10px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}
.page-search .search-classic .search-tags .label,
.page-search .search-classic .search-tags .badge {
  font-size: 10px;
}
.page-search .search-classic .search-tags .label + .label,
.page-search .search-classic .search-tags .badge + .label,
.page-search .search-classic .search-tags .label + .badge,
.page-search .search-classic .search-tags .badge + .badge {
  margin-left: 5px;
}
.page-search .search-classic .search-url {
  color: #3a8b54;
  font-size: 11px;
  margin-top: 4px;
}
.page-search .search-users {
  margin: -20px;
}
.page-search .search-users table {
  margin: 0;
}
.page-search .search-users table th,
.page-search .search-users table td {
  padding-bottom: 14px;
  padding-top: 14px;
  vertical-align: middle;
}
.page-search .search-users .avatar {
  border-radius: 999999px;
  height: 30px;
  width: 30px;
}
.page-search .search-messages {
  margin-bottom: -20px;
  margin-top: -20px;
}
.page-search .search-messages .message {
  padding-bottom: 12px;
  padding-top: 12px;
}
.page-search .search-messages .message .date {
  top: 12px;
}
.page-404 {
  background: #f4b04f !important;
}
.page-500 {
  background: #e66454 !important;
}
.page-500 .error-text {
  margin-bottom: 80px !important;
}
.page-404,
.page-500 {
  text-align: center;
}
.page-404 .header,
.page-500 .header {
  background: #fff;
  padding: 20px 0;
  -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.page-404 .header .logo,
.page-500 .header .logo {
  color: #555;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  opacity: 1;
  width: 24px;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .header .logo[href]:hover,
.page-500 .header .logo[href]:hover {
  opacity: 1;
}
.page-404 .header .demo-logo,
.page-500 .header .demo-logo {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  background: #555 !important;
}
.page-404 .error-code,
.page-500 .error-code {
  color: #fff;
  font-size: 120px;
  font-weight: 700;
  line-height: 140px;
  margin-top: 60px;
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}
.page-404 .error-text,
.page-500 .error-text {
  color: #fff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 600;
  padding: 0 20px;
}
.page-404 .error-text .oops,
.page-500 .error-text .oops {
  font-size: 50px;
}
.page-404 .error-text .hr,
.page-500 .error-text .hr {
  background: #fff;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 5px;
  margin: 20px 0;
  width: 40px;
}
.page-404 .error-text .solve,
.page-500 .error-text .solve {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.page-404 .search-form,
.page-500 .search-form {
  display: inline-block;
  margin: 50px 0 80px 0;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  border: none;
  border-radius: 3px;
  display: block;
  float: left;
  font-size: 15px;
  height: 46px;
  line-height: 20px;
  padding: 13px 0;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input,
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn,
.page-404 .search-form .search-input:active,
.page-500 .search-form .search-input:active,
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active,
.page-404 .search-form .search-input:focus,
.page-500 .search-form .search-input:focus,
.page-404 .search-form .search-btn:focus,
.page-500 .search-form .search-btn:focus {
  outline: 0 !important;
  outline-offset: 0 !important;
}
.page-404 .search-form .search-input,
.page-500 .search-form .search-input {
  background: #fff;
  color: #555;
  padding-left: 12px;
  padding-right: 12px;
  width: 220px;
}
.page-404 .search-form .search-btn,
.page-500 .search-form .search-btn {
  background: #444;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  margin-left: 10px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-404 .search-form .search-btn:hover,
.page-500 .search-form .search-btn:hover {
  background: rgba(0, 0, 0, 0.5);
}
.page-404 .search-form .search-btn:active,
.page-500 .search-form .search-btn:active {
  background: rgba(0, 0, 0, 0.7);
}
#home-menu a {
  /*display: block;
          margin: 1em;          
      min-width: 320px;
      background: #0_0498f;
      /*background: #054d93;*/
  /*border: 1px solid #edf0f1;
      padding: 0;*/
  display: block;
  background: none;
  border: none;
  padding: 0.5em;
}
#home-menu a > div {
  background: #0c86c7;
}
#home-menu a > div div {
  padding: 1em;
  height: 75px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
}
#home-menu a > div div:hover {
  background: rgba(255, 255, 255, 0.2);
}
#home-menu a img {
  float: left;
  position: absolute;
  bottom: 0;
  left: 20px;
}
#home-menu a h2 {
  color: white;
  font-weight: normal;
  padding: 0 0 0 58px;
  margin: 3px 0 2px;
  font-size: 1.2em;
}
#home-menu a aside {
  color: #fff;
  /*color: #ff0003;*/
  line-height: 1.1em;
  font-weight: normal;
  padding: 0 0 0 58px;
  margin: 0px;
  width: auto;
  font-size: 0.9em;
}
#home-menu #cases {
  left: 20px;
}
#home-menu #security {
  left: 24px;
}
#home-menu #configuration {
  left: 17px;
}
#home-menu #reporting {
  left: 21px;
}
#home-menu #content {
  left: 20px;
}
#home-menu #integration {
  left: 25px;
}
#home-menu #compliance {
  left: 19px;
}
#home-menu #sourcing {
  left: 20px;
}
#home-menu #workflows {
  left: 19px;
}
#home-menu #third-party {
  left: 17px;
}
#home-menu #appointment-diary {
  left: 20px;
}
/*.placeholder{
    color:#d6d6d6; 
}*/

.homelink {
  background: #0c86c7 !important;
}
.home-button-title {
  color: #fff !important;
  font-size: clamp(16px, 0.9vw, 22px) !important;
}
.sign-in-text {
  color: #0c86c7;
}
.adjust-content-margin {
  margin-top: -17px !important;
}
td.details-control {
  background: url(/Content/images/details_open.png) no-repeat center center;
  cursor: pointer;
}
tr.shown td.details-control {
  background-image: url(/Content/images/details_close.png);
}
.radioBtnInputs {
  text-align: right;
  padding: 7px 0 0;
}
.no-padding-vertical .control-label {
  padding-top: 0;
}
.loading-overlay {
  z-index: 3;
}
h3.hr {
  padding-bottom: 9px;
  border-bottom: 1px dashed #d9d9d9;
}
#current-task-info {
  position: relative;
}
#current-task-info .loading-overlay {
  border: 1px solid #bce8f1;
}
#lenderProducts.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
#lenderProducts.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
}
.enquiry-edit-panel {
  border: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
}
.generatepdf {
  padding: 6px 10px 6px 10px;
  margin-right: 10px;
}
.hiddenOwner,
.hiddenRenter {
  display: none;
}
.expat {
  display: none;
}
.brokerInvisible {
  display: none;
}
.hideme {
  display: none;
}
.space-under {
  margin-bottom: 20px;
}
.space-left {
  margin-left: 20px;
}
.space-right {
  margin-right: 20px;
}
div.packager {
  margin: 20px 0;
}
div.packager img {
  width: 150px;
}
div.packager a.send-packager.atom {
  background: #00498f;
  border-color: #00498f;
}
div.packager a.send-packager.complete {
  background: black;
  border-color: black;
}
div#s2id_NavbarSearch.select2-container.form-control {
  background: none !important;
  margin-top: 17px;
}
div#s2id_NavbarSearch.select2-container.form-control a {
  border-radius: 999999px !important;
  border-width: 0px !important;
}
div#s2id_NavbarSearch.select2-container.form-control a:hover {
  background: #ffffff;
}
.mmc > #main-wrapper > #main-menu > #main-menu-inner > .SideBanner {
  display: none !important;
}
.navbar-header {
  position: relative;
}
.topad {
  position: fixed;
  left: 250px;
  top: 7px;
  width: 468px;
  height: 60px;
  z-index: 1035;
}
.navbar-link {
  color: #999999;
}
.navbar-link:hover {
  color: #fff;
}
.navbar {
  border-bottom: 1px solid #0c86c7 !important;
}
body .form-group.w-icon .input-group .input-group-addon {
  background: #fff;
  padding: 6px 0px;
}
body .form-group.w-icon .input-group .input-group-addon .input-icon {
  color: #d6d6d6;
  width: 40px;
  border-right: 1px solid #d6d6d6;
}
body .form-group.w-icon .input-group input {
  border-left: none;
  border-color: #D6D6D6;
  font-size: 15px;
}
body .enquiry-panel .panel-body {
  padding-bottom: 0;
}
body .bootstrap-datetimepicker-widget td,
body .bootstrap-datetimepicker-widget th {
  border-radius: 0px;
}
body .bootstrap-datetimepicker-widget .btn {
  border-radius: 0;
}
body .bootstrap-datetimepicker-widget .accordion-toggle:after {
  content: "";
}
body .edit-appointment-form .control-label {
  text-align: left;
}
.signin-info .logo img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .signin-container#broker-registration {
    width: 650px;
  }
  .signin-container#broker-registration .signin-info {
    width: 35%;
  }
  .signin-container#broker-registration .signin-form {
    width: 65%;
  }
  .signin-container#broker-registration .signin-form .form-group:nth-child(-n+2) {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .signin-container#broker-registration {
    width: 850px;
  }
  .signin-container#broker-registration .signin-info {
    width: 30%;
  }
  .signin-container#broker-registration .signin-form {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .signin-container#broker-registration {
    width: 1000px;
  }
  .signin-container#broker-registration .signin-info {
    width: 20%;
  }
  .signin-container#broker-registration .signin-form {
    width: 80%;
  }
}
.signin-container#broker-registration .signin-form .form-group.w-icon .signin-form-icon {
  left: 13px;
}
.signin-container#broker-registration .signin-form #password-fields {
  margin-top: 10px;
}
.signin-container#broker-registration .signin-form .addressContainer .form-group input {
  font-size: 15px;
}
.signin-container#broker-registration .select2-container .select2-choice {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.signin-container#broker-registration .select2-container .select2-choice .select2-arrow {
  top: 4px;
}
.signin-text.signin-sub-header {
  margin: 20px 0 10px;
}
.broker-consent {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.broker-consent li {
  padding: 0;
  margin: 0;
}
.broker-consent li .space-under {
  margin-bottom: 6px;
}
.broker-consent li .space-under label {
  font-weight: normal;
}
.broker-consent li .space-under label input {
  top: -1px;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: bottom;
  position: relative;
}
.m-b-20 {
  margin-bottom: 20px;
}
.check-read {
  vertical-align: bottom;
  position: relative;
  top: -1px;
  margin: 0 0 0 15px !important;
}
.terms-check {
  height: 20px;
  margin: 8px 0 0 0 !important;
}
.tokens {
  padding: 5px 5px 0;
  margin: 0;
  background-color: whitesmoke;
  border: 1px solid #d6d6d6;
  border-bottom: none;
}
.tokens .label {
  margin: 0 0 5px;
}
.tokens label {
  margin-bottom: 0px;
}
.global-settings .form-control {
  width: 100%;
}
.mail-box {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-top: 0;
  padding: 0px;
  margin-bottom: 20px;
}
.mail-box-header {
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  border-bottom: 0;
  padding: 20px 20px 20px 20px;
}
.mail-box-header h2 {
  margin-top: 0px;
  color: #333;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
}
.mailbox-content .tag-list li a {
  background: #ffffff;
}
.mail-body {
  border-top: 1px solid #e7eaec;
  padding: 20px;
}
.mail-text {
  border-top: 1px solid #e7eaec;
}
.mail-text .note-toolbar {
  padding: 10px 15px;
}
.mail-body .form-group {
  margin-bottom: 5px;
}
.mail-text .note-editor .note-toolbar {
  background-color: #F9F8F8;
}
.mail-attachment {
  border-top: 1px solid #e7eaec;
  padding: 20px;
  font-size: 12px;
}
.mailbox-content {
  background: none;
  border: none;
  padding: 10px;
  padding-top: 1px;
}
.mail-contact {
  width: 23%;
  font-weight: bold;
}
table.table-mail tr td {
  padding: 12px;
}
.table-mail .check-mail {
  padding-left: 20px;
}
.table-mail .mail-date {
  padding-right: 20px;
}
.star-mail,
.check-mail {
  width: 40px;
}
.unread td a,
.unread td {
  font-weight: 600;
  color: inherit;
}
.read td a,
.read td {
  font-weight: normal;
  color: inherit;
}
.unread td {
  background-color: #f9f8f8;
}
/* FILE MANAGER */

.file-box {
  float: left;
  width: 220px;
}
.file-manager h5 {
  text-transform: uppercase;
}
.file-manager {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.folder-list {
  margin-bottom: 20px;
}
.folder-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.folder-list li {
  border-bottom: 1px solid #edf0f1;
  display: block;
}
.folder-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a {
  color: #666666;
  display: block;
  padding: 5px 0;
}
.category-list li {
  display: block;
}
.category-list li i {
  margin-right: 8px;
  color: #3d4d5d;
}
.category-list li a .text-navy {
  color: navy;
}
.category-list li a .text-primary {
  color: blue;
}
.category-list li a .text-info {
  color: #00efff;
}
.category-list li a .text-danger {
  color: #EF5352;
}
.category-list li a .text-warning {
  color: #F8AC59;
}
.file-manager h5.tag-title {
  margin-top: 20px;
}
.tag-list li {
  float: left;
}
.tag-list li a {
  font-size: 10px;
  background-color: #999;
  padding: 5px 12px;
  color: inherit;
  border-radius: 2px;
  border: 1px solid #edf0f1;
  margin-right: 5px;
  margin-top: 5px;
  display: block;
}
.file {
  border: 1px solid #edf0f1;
  padding: 0;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
}
.file-manager .hr-line-dashed {
  margin: 15px 0;
}
.file .icon,
.file .image {
  height: 100px;
  overflow: hidden;
}
.file .icon {
  padding: 15px 10px;
  text-align: center;
}
.file-control {
  color: inherit;
  font-size: 11px;
  margin-right: 10px;
}
.file-control.active {
  text-decoration: underline;
}
.file .icon i {
  font-size: 70px;
  color: #dadada;
}
.file .file-name {
  padding: 10px;
  background-color: #f8f8f8;
  border-top: 1px solid #edf0f1;
}
.file-name small {
  color: #999;
}
.corner {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  line-height: 0;
  border: 0.6em solid transparent;
  border-right: 0.6em solid #f1f1f1;
  border-bottom: 0.6em solid #f1f1f1;
  right: 0em;
  bottom: 0em;
}
a.compose-mail {
  padding: 8px 10px;
}
.mail-search {
  max-width: 300px;
}
.note-editor article,
.note-editor aside,
.note-editor details,
.note-editor figcaption,
.note-editor figure,
.note-editor footer,
.note-editor header,
.note-editor hgroup,
.note-editor main,
.note-editor nav,
.note-editor section,
.note-editor summary {
  display: block;
}
.note-editor audio,
.note-editor canvas,
.note-editor video {
  display: inline-block;
}
.note-editor audio:not([controls]) {
  display: none;
  height: 0;
}
.note-editor [hidden],
.note-editor template {
  display: none;
}
.note-editor html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
.note-editor body {
  margin: 0;
}
.note-editor a {
  background: transparent;
}
.note-editor a:focus {
  outline: thin dotted;
}
.note-editor a:active,
.note-editor a:hover {
  outline: 0;
}
.note-editor h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.note-editor abbr[title] {
  border-bottom: 1px dotted;
}
.note-editor b,
.note-editor strong {
  font-weight: bold;
}
.note-editor dfn {
  font-style: italic;
}
.note-editor hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
.note-editor mark {
  background: #ff0;
  color: #000;
}
.note-editor code,
.note-editor kbd,
.note-editor pre,
.note-editor samp {
  font-family: monospace, serif;
  font-size: 1em;
}
.note-editor pre {
  white-space: pre-wrap;
}
.note-editor q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.note-editor small {
  font-size: 80%;
}
.note-editor sub,
.note-editor sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.note-editor sup {
  top: -0.5em;
}
.note-editor sub {
  bottom: -0.25em;
}
.note-editor img {
  border: 0;
}
.note-editor svg:not(:root) {
  overflow: hidden;
}
.note-editor figure {
  margin: 0;
}
.note-editor fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
.note-editor legend {
  border: 0;
  padding: 0;
}
.note-editor button,
.note-editor input,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
.note-editor button,
.note-editor input {
  line-height: normal;
}
.note-editor button,
.note-editor select {
  text-transform: none;
}
.note-editor button,
.note-editor html input[type="button"],
.note-editor input[type="reset"],
.note-editor input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.note-editor button[disabled],
.note-editor html input[disabled] {
  cursor: default;
}
.note-editor input[type="checkbox"],
.note-editor input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.note-editor input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.note-editor input[type="search"]::-webkit-search-cancel-button,
.note-editor input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.note-editor button::-moz-focus-inner,
.note-editor input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.note-editor textarea {
  overflow: auto;
  vertical-align: top;
}
.note-editor table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  .note-editor * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  .note-editor a,
  .note-editor a:visited {
    text-decoration: underline;
  }
  .note-editor a[href]:after {
    content: " (" attr(href) ")";
  }
  .note-editor abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .note-editor .ir a:after,
  .note-editor a[href^="javascript:"]:after,
  .note-editor a[href^="#"]:after {
    content: "";
  }
  .note-editor pre,
  .note-editor blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .note-editor thead {
    display: table-header-group;
  }
  .note-editor tr,
  .note-editor img {
    page-break-inside: avoid;
  }
  .note-editor img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  .note-editor p,
  .note-editor h2,
  .note-editor h3 {
    orphans: 3;
    widows: 3;
  }
  .note-editor h2,
  .note-editor h3 {
    page-break-after: avoid;
  }
  .note-editor .navbar {
    display: none;
  }
  .note-editor .table td,
  .note-editor .table th {
    background-color: #fff !important;
  }
  .note-editor .btn > .caret,
  .note-editor .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .note-editor .label {
    border: 1px solid #000;
  }
  .note-editor .table {
    border-collapse: collapse !important;
  }
  .note-editor .table-bordered th,
  .note-editor .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
.note-editor *,
.note-editor *:before,
.note-editor *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.note-editor body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
.note-editor input,
.note-editor button,
.note-editor select,
.note-editor textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.note-editor a {
  color: #428bca;
  text-decoration: none;
}
.note-editor a:hover,
.note-editor a:focus {
  color: #2a6496;
  text-decoration: underline;
}
.note-editor a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor img {
  vertical-align: middle;
}
.note-editor .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.note-editor .img-rounded {
  border-radius: 6px;
}
.note-editor .img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.note-editor .img-circle {
  border-radius: 50%;
}
.note-editor hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.note-editor .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.note-editor p {
  margin: 0 0 10px;
}
.note-editor .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .note-editor .lead {
    font-size: 21px;
  }
}
.note-editor small,
.note-editor .small {
  font-size: 85%;
}
.note-editor cite {
  font-style: normal;
}
.note-editor .text-muted {
  color: #999999;
}
.note-editor .text-primary {
  color: #428bca;
}
.note-editor .text-primary:hover {
  color: #3071a9;
}
.note-editor .text-warning {
  color: #c09853;
}
.note-editor .text-warning:hover {
  color: #a47e3c;
}
.note-editor .text-danger {
  color: #b94a48;
}
.note-editor .text-danger:hover {
  color: #953b39;
}
.note-editor .text-success {
  color: #468847;
}
.note-editor .text-success:hover {
  color: #356635;
}
.note-editor .text-info {
  color: #3a87ad;
}
.note-editor .text-info:hover {
  color: #2d6987;
}
.note-editor .text-left {
  text-align: left;
}
.note-editor .text-right {
  text-align: right;
}
.note-editor .text-center {
  text-align: center;
}
.note-editor h1,
.note-editor h2,
.note-editor h3,
.note-editor h4,
.note-editor h5,
.note-editor h6,
.note-editor .h1,
.note-editor .h2,
.note-editor .h3,
.note-editor .h4,
.note-editor .h5,
.note-editor .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor .h1 small,
.note-editor .h2 small,
.note-editor .h3 small,
.note-editor .h4 small,
.note-editor .h5 small,
.note-editor .h6 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small,
.note-editor .h1 .small,
.note-editor .h2 .small,
.note-editor .h3 .small,
.note-editor .h4 .small,
.note-editor .h5 .small,
.note-editor .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.note-editor h1,
.note-editor h2,
.note-editor h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.note-editor h1 small,
.note-editor h2 small,
.note-editor h3 small,
.note-editor h1 .small,
.note-editor h2 .small,
.note-editor h3 .small {
  font-size: 65%;
}
.note-editor h4,
.note-editor h5,
.note-editor h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.note-editor h4 small,
.note-editor h5 small,
.note-editor h6 small,
.note-editor h4 .small,
.note-editor h5 .small,
.note-editor h6 .small {
  font-size: 75%;
}
.note-editor h1,
.note-editor .h1 {
  font-size: 36px;
}
.note-editor h2,
.note-editor .h2 {
  font-size: 30px;
}
.note-editor h3,
.note-editor .h3 {
  font-size: 24px;
}
.note-editor h4,
.note-editor .h4 {
  font-size: 18px;
}
.note-editor h5,
.note-editor .h5 {
  font-size: 14px;
}
.note-editor h6,
.note-editor .h6 {
  font-size: 12px;
}
.note-editor .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.note-editor ul,
.note-editor ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.note-editor ul ul,
.note-editor ol ul,
.note-editor ul ol,
.note-editor ol ol {
  margin-bottom: 0;
}
.note-editor .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-inline {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.note-editor dl {
  margin-bottom: 20px;
}
.note-editor dt,
.note-editor dd {
  line-height: 1.428571429;
}
.note-editor dt {
  font-weight: bold;
}
.note-editor dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .note-editor .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .note-editor .dl-horizontal dd {
    margin-left: 180px;
  }
  .note-editor .dl-horizontal dd:before,
  .note-editor .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  
  }
  .note-editor .dl-horizontal dd:after {
    clear: both;
  }
  .note-editor .dl-horizontal dd:before,
  .note-editor .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  
  }
  .note-editor .dl-horizontal dd:after {
    clear: both;
  }
}
.note-editor abbr[title],
.note-editor abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.note-editor abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.note-editor blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
.note-editor blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
.note-editor blockquote p:last-child {
  margin-bottom: 0;
}
.note-editor blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
.note-editor blockquote small:before {
  content: '\2014 \00A0';
}
.note-editor blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.note-editor blockquote.pull-right p,
.note-editor blockquote.pull-right small,
.note-editor blockquote.pull-right .small {
  text-align: right;
}
.note-editor blockquote.pull-right small:before,
.note-editor blockquote.pull-right .small:before {
  content: '';
}
.note-editor blockquote.pull-right small:after,
.note-editor blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.note-editor blockquote:before,
.note-editor blockquote:after {
  content: "";
}
.note-editor address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
.note-editor code,
.note-editor kdb,
.note-editor pre,
.note-editor samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
.note-editor code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
.note-editor pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.note-editor pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.note-editor .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.note-editor .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.note-editor .container:before,
.note-editor .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .container:after {
  clear: both;
}
.note-editor .container:before,
.note-editor .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .container:after {
  clear: both;
}
.note-editor .row {
  margin-left: -15px;
  margin-right: -15px;
}
.note-editor .row:before,
.note-editor .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .row:after {
  clear: both;
}
.note-editor .row:before,
.note-editor .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .row:after {
  clear: both;
}
.note-editor .col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.note-editor .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 {
  float: left;
}
.note-editor .col-xs-12 {
  width: 100%;
}
.note-editor .col-xs-11 {
  width: 91.666666667%;
}
.note-editor .col-xs-10 {
  width: 83.333333333%;
}
.note-editor .col-xs-9 {
  width: 75%;
}
.note-editor .col-xs-8 {
  width: 66.666666667%;
}
.note-editor .col-xs-7 {
  width: 58.333333333%;
}
.note-editor .col-xs-6 {
  width: 50%;
}
.note-editor .col-xs-5 {
  width: 41.666666667%;
}
.note-editor .col-xs-4 {
  width: 33.333333333%;
}
.note-editor .col-xs-3 {
  width: 25%;
}
.note-editor .col-xs-2 {
  width: 16.666666667%;
}
.note-editor .col-xs-1 {
  width: 8.333333333%;
}
.note-editor .col-xs-pull-12 {
  right: 100%;
}
.note-editor .col-xs-pull-11 {
  right: 91.666666667%;
}
.note-editor .col-xs-pull-10 {
  right: 83.333333333%;
}
.note-editor .col-xs-pull-9 {
  right: 75%;
}
.note-editor .col-xs-pull-8 {
  right: 66.666666667%;
}
.note-editor .col-xs-pull-7 {
  right: 58.333333333%;
}
.note-editor .col-xs-pull-6 {
  right: 50%;
}
.note-editor .col-xs-pull-5 {
  right: 41.666666667%;
}
.note-editor .col-xs-pull-4 {
  right: 33.333333333%;
}
.note-editor .col-xs-pull-3 {
  right: 25%;
}
.note-editor .col-xs-pull-2 {
  right: 16.666666667%;
}
.note-editor .col-xs-pull-1 {
  right: 8.333333333%;
}
.note-editor .col-xs-push-12 {
  left: 100%;
}
.note-editor .col-xs-push-11 {
  left: 91.666666667%;
}
.note-editor .col-xs-push-10 {
  left: 83.333333333%;
}
.note-editor .col-xs-push-9 {
  left: 75%;
}
.note-editor .col-xs-push-8 {
  left: 66.666666667%;
}
.note-editor .col-xs-push-7 {
  left: 58.333333333%;
}
.note-editor .col-xs-push-6 {
  left: 50%;
}
.note-editor .col-xs-push-5 {
  left: 41.666666667%;
}
.note-editor .col-xs-push-4 {
  left: 33.333333333%;
}
.note-editor .col-xs-push-3 {
  left: 25%;
}
.note-editor .col-xs-push-2 {
  left: 16.666666667%;
}
.note-editor .col-xs-push-1 {
  left: 8.333333333%;
}
.note-editor .col-xs-offset-12 {
  margin-left: 100%;
}
.note-editor .col-xs-offset-11 {
  margin-left: 91.666666667%;
}
.note-editor .col-xs-offset-10 {
  margin-left: 83.333333333%;
}
.note-editor .col-xs-offset-9 {
  margin-left: 75%;
}
.note-editor .col-xs-offset-8 {
  margin-left: 66.666666667%;
}
.note-editor .col-xs-offset-7 {
  margin-left: 58.333333333%;
}
.note-editor .col-xs-offset-6 {
  margin-left: 50%;
}
.note-editor .col-xs-offset-5 {
  margin-left: 41.666666667%;
}
.note-editor .col-xs-offset-4 {
  margin-left: 33.333333333%;
}
.note-editor .col-xs-offset-3 {
  margin-left: 25%;
}
.note-editor .col-xs-offset-2 {
  margin-left: 16.666666667%;
}
.note-editor .col-xs-offset-1 {
  margin-left: 8.333333333%;
}
@media (min-width: 768px) {
  .note-editor .container {
    width: 750px;
  }
  .note-editor .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 {
    float: left;
  }
  .note-editor .col-sm-12 {
    width: 100%;
  }
  .note-editor .col-sm-11 {
    width: 91.666666667%;
  }
  .note-editor .col-sm-10 {
    width: 83.333333333%;
  }
  .note-editor .col-sm-9 {
    width: 75%;
  }
  .note-editor .col-sm-8 {
    width: 66.666666667%;
  }
  .note-editor .col-sm-7 {
    width: 58.333333333%;
  }
  .note-editor .col-sm-6 {
    width: 50%;
  }
  .note-editor .col-sm-5 {
    width: 41.666666667%;
  }
  .note-editor .col-sm-4 {
    width: 33.333333333%;
  }
  .note-editor .col-sm-3 {
    width: 25%;
  }
  .note-editor .col-sm-2 {
    width: 16.666666667%;
  }
  .note-editor .col-sm-1 {
    width: 8.333333333%;
  }
  .note-editor .col-sm-pull-12 {
    right: 100%;
  }
  .note-editor .col-sm-pull-11 {
    right: 91.666666667%;
  }
  .note-editor .col-sm-pull-10 {
    right: 83.333333333%;
  }
  .note-editor .col-sm-pull-9 {
    right: 75%;
  }
  .note-editor .col-sm-pull-8 {
    right: 66.666666667%;
  }
  .note-editor .col-sm-pull-7 {
    right: 58.333333333%;
  }
  .note-editor .col-sm-pull-6 {
    right: 50%;
  }
  .note-editor .col-sm-pull-5 {
    right: 41.666666667%;
  }
  .note-editor .col-sm-pull-4 {
    right: 33.333333333%;
  }
  .note-editor .col-sm-pull-3 {
    right: 25%;
  }
  .note-editor .col-sm-pull-2 {
    right: 16.666666667%;
  }
  .note-editor .col-sm-pull-1 {
    right: 8.333333333%;
  }
  .note-editor .col-sm-push-12 {
    left: 100%;
  }
  .note-editor .col-sm-push-11 {
    left: 91.666666667%;
  }
  .note-editor .col-sm-push-10 {
    left: 83.333333333%;
  }
  .note-editor .col-sm-push-9 {
    left: 75%;
  }
  .note-editor .col-sm-push-8 {
    left: 66.666666667%;
  }
  .note-editor .col-sm-push-7 {
    left: 58.333333333%;
  }
  .note-editor .col-sm-push-6 {
    left: 50%;
  }
  .note-editor .col-sm-push-5 {
    left: 41.666666667%;
  }
  .note-editor .col-sm-push-4 {
    left: 33.333333333%;
  }
  .note-editor .col-sm-push-3 {
    left: 25%;
  }
  .note-editor .col-sm-push-2 {
    left: 16.666666667%;
  }
  .note-editor .col-sm-push-1 {
    left: 8.333333333%;
  }
  .note-editor .col-sm-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .note-editor .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .note-editor .col-sm-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .note-editor .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .note-editor .col-sm-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .note-editor .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .note-editor .col-sm-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .note-editor .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }
}
@media (min-width: 992px) {
  .note-editor .container {
    width: 970px;
  }
  .note-editor .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 {
    float: left;
  }
  .note-editor .col-md-12 {
    width: 100%;
  }
  .note-editor .col-md-11 {
    width: 91.666666667%;
  }
  .note-editor .col-md-10 {
    width: 83.333333333%;
  }
  .note-editor .col-md-9 {
    width: 75%;
  }
  .note-editor .col-md-8 {
    width: 66.666666667%;
  }
  .note-editor .col-md-7 {
    width: 58.333333333%;
  }
  .note-editor .col-md-6 {
    width: 50%;
  }
  .note-editor .col-md-5 {
    width: 41.666666667%;
  }
  .note-editor .col-md-4 {
    width: 33.333333333%;
  }
  .note-editor .col-md-3 {
    width: 25%;
  }
  .note-editor .col-md-2 {
    width: 16.666666667%;
  }
  .note-editor .col-md-1 {
    width: 8.333333333%;
  }
  .note-editor .col-md-pull-12 {
    right: 100%;
  }
  .note-editor .col-md-pull-11 {
    right: 91.666666667%;
  }
  .note-editor .col-md-pull-10 {
    right: 83.333333333%;
  }
  .note-editor .col-md-pull-9 {
    right: 75%;
  }
  .note-editor .col-md-pull-8 {
    right: 66.666666667%;
  }
  .note-editor .col-md-pull-7 {
    right: 58.333333333%;
  }
  .note-editor .col-md-pull-6 {
    right: 50%;
  }
  .note-editor .col-md-pull-5 {
    right: 41.666666667%;
  }
  .note-editor .col-md-pull-4 {
    right: 33.333333333%;
  }
  .note-editor .col-md-pull-3 {
    right: 25%;
  }
  .note-editor .col-md-pull-2 {
    right: 16.666666667%;
  }
  .note-editor .col-md-pull-1 {
    right: 8.333333333%;
  }
  .note-editor .col-md-push-12 {
    left: 100%;
  }
  .note-editor .col-md-push-11 {
    left: 91.666666667%;
  }
  .note-editor .col-md-push-10 {
    left: 83.333333333%;
  }
  .note-editor .col-md-push-9 {
    left: 75%;
  }
  .note-editor .col-md-push-8 {
    left: 66.666666667%;
  }
  .note-editor .col-md-push-7 {
    left: 58.333333333%;
  }
  .note-editor .col-md-push-6 {
    left: 50%;
  }
  .note-editor .col-md-push-5 {
    left: 41.666666667%;
  }
  .note-editor .col-md-push-4 {
    left: 33.333333333%;
  }
  .note-editor .col-md-push-3 {
    left: 25%;
  }
  .note-editor .col-md-push-2 {
    left: 16.666666667%;
  }
  .note-editor .col-md-push-1 {
    left: 8.333333333%;
  }
  .note-editor .col-md-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
  .note-editor .col-md-offset-10 {
    margin-left: 83.333333333%;
  }
  .note-editor .col-md-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-md-offset-8 {
    margin-left: 66.666666667%;
  }
  .note-editor .col-md-offset-7 {
    margin-left: 58.333333333%;
  }
  .note-editor .col-md-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-md-offset-5 {
    margin-left: 41.666666667%;
  }
  .note-editor .col-md-offset-4 {
    margin-left: 33.333333333%;
  }
  .note-editor .col-md-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-md-offset-2 {
    margin-left: 16.666666667%;
  }
  .note-editor .col-md-offset-1 {
    margin-left: 8.333333333%;
  }
}
@media (min-width: 1200px) {
  .note-editor .container {
    width: 1170px;
  }
  .note-editor .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 {
    float: left;
  }
  .note-editor .col-lg-12 {
    width: 100%;
  }
  .note-editor .col-lg-11 {
    width: 91.666666667%;
  }
  .note-editor .col-lg-10 {
    width: 83.333333333%;
  }
  .note-editor .col-lg-9 {
    width: 75%;
  }
  .note-editor .col-lg-8 {
    width: 66.666666667%;
  }
  .note-editor .col-lg-7 {
    width: 58.333333333%;
  }
  .note-editor .col-lg-6 {
    width: 50%;
  }
  .note-editor .col-lg-5 {
    width: 41.666666667%;
  }
  .note-editor .col-lg-4 {
    width: 33.333333333%;
  }
  .note-editor .col-lg-3 {
    width: 25%;
  }
  .note-editor .col-lg-2 {
    width: 16.666666667%;
  }
  .note-editor .col-lg-1 {
    width: 8.333333333%;
  }
  .note-editor .col-lg-pull-12 {
    right: 100%;
  }
  .note-editor .col-lg-pull-11 {
    right: 91.666666667%;
  }
  .note-editor .col-lg-pull-10 {
    right: 83.333333333%;
  }
  .note-editor .col-lg-pull-9 {
    right: 75%;
  }
  .note-editor .col-lg-pull-8 {
    right: 66.666666667%;
  }
  .note-editor .col-lg-pull-7 {
    right: 58.333333333%;
  }
  .note-editor .col-lg-pull-6 {
    right: 50%;
  }
  .note-editor .col-lg-pull-5 {
    right: 41.666666667%;
  }
  .note-editor .col-lg-pull-4 {
    right: 33.333333333%;
  }
  .note-editor .col-lg-pull-3 {
    right: 25%;
  }
  .note-editor .col-lg-pull-2 {
    right: 16.666666667%;
  }
  .note-editor .col-lg-pull-1 {
    right: 8.333333333%;
  }
  .note-editor .col-lg-push-12 {
    left: 100%;
  }
  .note-editor .col-lg-push-11 {
    left: 91.666666667%;
  }
  .note-editor .col-lg-push-10 {
    left: 83.333333333%;
  }
  .note-editor .col-lg-push-9 {
    left: 75%;
  }
  .note-editor .col-lg-push-8 {
    left: 66.666666667%;
  }
  .note-editor .col-lg-push-7 {
    left: 58.333333333%;
  }
  .note-editor .col-lg-push-6 {
    left: 50%;
  }
  .note-editor .col-lg-push-5 {
    left: 41.666666667%;
  }
  .note-editor .col-lg-push-4 {
    left: 33.333333333%;
  }
  .note-editor .col-lg-push-3 {
    left: 25%;
  }
  .note-editor .col-lg-push-2 {
    left: 16.666666667%;
  }
  .note-editor .col-lg-push-1 {
    left: 8.333333333%;
  }
  .note-editor .col-lg-offset-12 {
    margin-left: 100%;
  }
  .note-editor .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .note-editor .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .note-editor .col-lg-offset-9 {
    margin-left: 75%;
  }
  .note-editor .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .note-editor .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .note-editor .col-lg-offset-6 {
    margin-left: 50%;
  }
  .note-editor .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .note-editor .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .note-editor .col-lg-offset-3 {
    margin-left: 25%;
  }
  .note-editor .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .note-editor .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }
}
.note-editor table {
  max-width: 100%;
  background-color: transparent;
}
.note-editor th {
  text-align: left;
}
.note-editor .table {
  width: 100%;
  margin-bottom: 20px;
}
.note-editor .table > thead > tr > th,
.note-editor .table > tbody > tr > th,
.note-editor .table > tfoot > tr > th,
.note-editor .table > thead > tr > td,
.note-editor .table > tbody > tr > td,
.note-editor .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.note-editor .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.note-editor .table > caption + thead > tr:first-child > th,
.note-editor .table > colgroup + thead > tr:first-child > th,
.note-editor .table > thead:first-child > tr:first-child > th,
.note-editor .table > caption + thead > tr:first-child > td,
.note-editor .table > colgroup + thead > tr:first-child > td,
.note-editor .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.note-editor .table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.note-editor .table .table {
  background-color: #ffffff;
}
.note-editor .table-condensed > thead > tr > th,
.note-editor .table-condensed > tbody > tr > th,
.note-editor .table-condensed > tfoot > tr > th,
.note-editor .table-condensed > thead > tr > td,
.note-editor .table-condensed > tbody > tr > td,
.note-editor .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.note-editor .table-bordered {
  border: 1px solid #dddddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > tbody > tr > th,
.note-editor .table-bordered > tfoot > tr > th,
.note-editor .table-bordered > thead > tr > td,
.note-editor .table-bordered > tbody > tr > td,
.note-editor .table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.note-editor .table-bordered > thead > tr > th,
.note-editor .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.note-editor .table-striped > tbody > tr:nth-child(odd) > td,
.note-editor .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.note-editor .table-hover > tbody > tr:hover > td,
.note-editor .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
.note-editor table col[class*="col-"] {
  float: none;
  display: table-column;
}
.note-editor table td[class*="col-"],
.note-editor table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.note-editor .table > thead > tr > td.active,
.note-editor .table > tbody > tr > td.active,
.note-editor .table > tfoot > tr > td.active,
.note-editor .table > thead > tr > th.active,
.note-editor .table > tbody > tr > th.active,
.note-editor .table > tfoot > tr > th.active,
.note-editor .table > thead > tr.active > td,
.note-editor .table > tbody > tr.active > td,
.note-editor .table > tfoot > tr.active > td,
.note-editor .table > thead > tr.active > th,
.note-editor .table > tbody > tr.active > th,
.note-editor .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.note-editor .table > thead > tr > td.success,
.note-editor .table > tbody > tr > td.success,
.note-editor .table > tfoot > tr > td.success,
.note-editor .table > thead > tr > th.success,
.note-editor .table > tbody > tr > th.success,
.note-editor .table > tfoot > tr > th.success,
.note-editor .table > thead > tr.success > td,
.note-editor .table > tbody > tr.success > td,
.note-editor .table > tfoot > tr.success > td,
.note-editor .table > thead > tr.success > th,
.note-editor .table > tbody > tr.success > th,
.note-editor .table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-editor .table-hover > tbody > tr > td.success:hover,
.note-editor .table-hover > tbody > tr > th.success:hover,
.note-editor .table-hover > tbody > tr.success:hover > td,
.note-editor .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.note-editor .table > thead > tr > td.danger,
.note-editor .table > tbody > tr > td.danger,
.note-editor .table > tfoot > tr > td.danger,
.note-editor .table > thead > tr > th.danger,
.note-editor .table > tbody > tr > th.danger,
.note-editor .table > tfoot > tr > th.danger,
.note-editor .table > thead > tr.danger > td,
.note-editor .table > tbody > tr.danger > td,
.note-editor .table > tfoot > tr.danger > td,
.note-editor .table > thead > tr.danger > th,
.note-editor .table > tbody > tr.danger > th,
.note-editor .table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-editor .table-hover > tbody > tr > td.danger:hover,
.note-editor .table-hover > tbody > tr > th.danger:hover,
.note-editor .table-hover > tbody > tr.danger:hover > td,
.note-editor .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e4b9c0;
}
.note-editor .table > thead > tr > td.warning,
.note-editor .table > tbody > tr > td.warning,
.note-editor .table > tfoot > tr > td.warning,
.note-editor .table > thead > tr > th.warning,
.note-editor .table > tbody > tr > th.warning,
.note-editor .table > tfoot > tr > th.warning,
.note-editor .table > thead > tr.warning > td,
.note-editor .table > tbody > tr.warning > td,
.note-editor .table > tfoot > tr.warning > td,
.note-editor .table > thead > tr.warning > th,
.note-editor .table > tbody > tr.warning > th,
.note-editor .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-editor .table-hover > tbody > tr > td.warning:hover,
.note-editor .table-hover > tbody > tr > th.warning:hover,
.note-editor .table-hover > tbody > tr.warning:hover > td,
.note-editor .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f7e1b5;
}
@media (max-width: 767px) {
  .note-editor .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .note-editor .table-responsive > .table {
    margin-bottom: 0;
  }
  .note-editor .table-responsive > .table > thead > tr > th,
  .note-editor .table-responsive > .table > tbody > tr > th,
  .note-editor .table-responsive > .table > tfoot > tr > th,
  .note-editor .table-responsive > .table > thead > tr > td,
  .note-editor .table-responsive > .table > tbody > tr > td,
  .note-editor .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .note-editor .table-responsive > .table-bordered {
    border: 0;
  }
  .note-editor .table-responsive > .table-bordered > thead > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .note-editor .table-responsive > .table-bordered > thead > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .note-editor .table-responsive > .table-bordered > thead > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .note-editor .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .note-editor .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .note-editor .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.note-editor fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
.note-editor legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.note-editor label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.note-editor input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.note-editor input[type="radio"],
.note-editor input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
.note-editor input[type="file"] {
  display: block;
}
.note-editor select[multiple],
.note-editor select[size] {
  height: auto;
}
.note-editor select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
.note-editor input[type="file"]:focus,
.note-editor input[type="radio"]:focus,
.note-editor input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor input[type="number"]::-webkit-outer-spin-button,
.note-editor input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.note-editor output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}
.note-editor .form-control:-moz-placeholder {
  color: #999999;
}
.note-editor .form-control::-moz-placeholder {
  color: #999999;
}
.note-editor .form-control:-ms-input-placeholder {
  color: #999999;
}
.note-editor .form-control::-webkit-input-placeholder {
  color: #999999;
}
.note-editor .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.note-editor .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.note-editor .form-control[disabled],
.note-editor .form-control[readonly],
fieldset[disabled] .note-editor .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.note-editor .form-control {
  height: auto;
}
.note-editor .form-group {
  margin-bottom: 15px;
}
.note-editor .radio,
.note-editor .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.note-editor .radio label,
.note-editor .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.note-editor .radio input[type="radio"],
.note-editor .radio-inline input[type="radio"],
.note-editor .checkbox input[type="checkbox"],
.note-editor .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.note-editor .radio + .radio,
.note-editor .checkbox + .checkbox {
  margin-top: -5px;
}
.note-editor .radio-inline,
.note-editor .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.note-editor .radio-inline + .radio-inline,
.note-editor .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.note-editor input[type="radio"][disabled],
.note-editor input[type="checkbox"][disabled],
.note-editor .radio[disabled],
.note-editor .radio-inline[disabled],
.note-editor .checkbox[disabled],
.note-editor .checkbox-inline[disabled],
fieldset[disabled] .note-editor input[type="radio"],
fieldset[disabled] .note-editor input[type="checkbox"],
fieldset[disabled] .note-editor .radio,
fieldset[disabled] .note-editor .radio-inline,
fieldset[disabled] .note-editor .checkbox,
fieldset[disabled] .note-editor .checkbox-inline {
  cursor: not-allowed;
}
.note-editor .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.note-editor .input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.note-editor .input-sm {
  height: auto;
}
.note-editor .input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.note-editor .input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.note-editor .input-lg {
  height: auto;
}
.note-editor .has-warning .help-block,
.note-editor .has-warning .control-label {
  color: #c09853;
}
.note-editor .has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.note-editor .has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.note-editor .has-error .help-block,
.note-editor .has-error .control-label {
  color: #b94a48;
}
.note-editor .has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.note-editor .has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.note-editor .has-success .help-block,
.note-editor .has-success .control-label {
  color: #468847;
}
.note-editor .has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.note-editor .has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.note-editor .has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.note-editor .form-control-static {
  margin-bottom: 0;
}
.note-editor .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .note-editor .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .form-inline .form-control {
    display: inline-block;
  }
  .note-editor .form-inline .radio,
  .note-editor .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .note-editor .form-inline .radio input[type="radio"],
  .note-editor .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.note-editor .form-horizontal .control-label,
.note-editor .form-horizontal .radio,
.note-editor .form-horizontal .checkbox,
.note-editor .form-horizontal .radio-inline,
.note-editor .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.note-editor .form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .form-horizontal .form-group:after {
  clear: both;
}
.note-editor .form-horizontal .form-group:before,
.note-editor .form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .form-horizontal .form-group:after {
  clear: both;
}
.note-editor .form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .note-editor .form-horizontal .control-label {
    text-align: right;
  }
}
.note-editor .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.note-editor .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.note-editor .btn:hover,
.note-editor .btn:focus {
  color: #333333;
  text-decoration: none;
}
.note-editor .btn:active,
.note-editor .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn.disabled,
.note-editor .btn[disabled],
fieldset[disabled] .note-editor .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.note-editor .btn-default:hover,
.note-editor .btn-default:focus,
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.note-editor .btn-default:active,
.note-editor .btn-default.active,
.open .dropdown-toggle.note-editor .btn-default {
  background-image: none;
}
.note-editor .btn-default.disabled,
.note-editor .btn-default[disabled],
fieldset[disabled] .note-editor .btn-default,
.note-editor .btn-default.disabled:hover,
.note-editor .btn-default[disabled]:hover,
fieldset[disabled] .note-editor .btn-default:hover,
.note-editor .btn-default.disabled:focus,
.note-editor .btn-default[disabled]:focus,
fieldset[disabled] .note-editor .btn-default:focus,
.note-editor .btn-default.disabled:active,
.note-editor .btn-default[disabled]:active,
fieldset[disabled] .note-editor .btn-default:active,
.note-editor .btn-default.disabled.active,
.note-editor .btn-default[disabled].active,
fieldset[disabled] .note-editor .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.note-editor .btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.note-editor .btn-primary:hover,
.note-editor .btn-primary:focus,
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.note-editor .btn-primary:active,
.note-editor .btn-primary.active,
.open .dropdown-toggle.note-editor .btn-primary {
  background-image: none;
}
.note-editor .btn-primary.disabled,
.note-editor .btn-primary[disabled],
fieldset[disabled] .note-editor .btn-primary,
.note-editor .btn-primary.disabled:hover,
.note-editor .btn-primary[disabled]:hover,
fieldset[disabled] .note-editor .btn-primary:hover,
.note-editor .btn-primary.disabled:focus,
.note-editor .btn-primary[disabled]:focus,
fieldset[disabled] .note-editor .btn-primary:focus,
.note-editor .btn-primary.disabled:active,
.note-editor .btn-primary[disabled]:active,
fieldset[disabled] .note-editor .btn-primary:active,
.note-editor .btn-primary.disabled.active,
.note-editor .btn-primary[disabled].active,
fieldset[disabled] .note-editor .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.note-editor .btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.note-editor .btn-warning:hover,
.note-editor .btn-warning:focus,
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.note-editor .btn-warning:active,
.note-editor .btn-warning.active,
.open .dropdown-toggle.note-editor .btn-warning {
  background-image: none;
}
.note-editor .btn-warning.disabled,
.note-editor .btn-warning[disabled],
fieldset[disabled] .note-editor .btn-warning,
.note-editor .btn-warning.disabled:hover,
.note-editor .btn-warning[disabled]:hover,
fieldset[disabled] .note-editor .btn-warning:hover,
.note-editor .btn-warning.disabled:focus,
.note-editor .btn-warning[disabled]:focus,
fieldset[disabled] .note-editor .btn-warning:focus,
.note-editor .btn-warning.disabled:active,
.note-editor .btn-warning[disabled]:active,
fieldset[disabled] .note-editor .btn-warning:active,
.note-editor .btn-warning.disabled.active,
.note-editor .btn-warning[disabled].active,
fieldset[disabled] .note-editor .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.note-editor .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.note-editor .btn-danger:hover,
.note-editor .btn-danger:focus,
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.note-editor .btn-danger:active,
.note-editor .btn-danger.active,
.open .dropdown-toggle.note-editor .btn-danger {
  background-image: none;
}
.note-editor .btn-danger.disabled,
.note-editor .btn-danger[disabled],
fieldset[disabled] .note-editor .btn-danger,
.note-editor .btn-danger.disabled:hover,
.note-editor .btn-danger[disabled]:hover,
fieldset[disabled] .note-editor .btn-danger:hover,
.note-editor .btn-danger.disabled:focus,
.note-editor .btn-danger[disabled]:focus,
fieldset[disabled] .note-editor .btn-danger:focus,
.note-editor .btn-danger.disabled:active,
.note-editor .btn-danger[disabled]:active,
fieldset[disabled] .note-editor .btn-danger:active,
.note-editor .btn-danger.disabled.active,
.note-editor .btn-danger[disabled].active,
fieldset[disabled] .note-editor .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.note-editor .btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.note-editor .btn-success:hover,
.note-editor .btn-success:focus,
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.note-editor .btn-success:active,
.note-editor .btn-success.active,
.open .dropdown-toggle.note-editor .btn-success {
  background-image: none;
}
.note-editor .btn-success.disabled,
.note-editor .btn-success[disabled],
fieldset[disabled] .note-editor .btn-success,
.note-editor .btn-success.disabled:hover,
.note-editor .btn-success[disabled]:hover,
fieldset[disabled] .note-editor .btn-success:hover,
.note-editor .btn-success.disabled:focus,
.note-editor .btn-success[disabled]:focus,
fieldset[disabled] .note-editor .btn-success:focus,
.note-editor .btn-success.disabled:active,
.note-editor .btn-success[disabled]:active,
fieldset[disabled] .note-editor .btn-success:active,
.note-editor .btn-success.disabled.active,
.note-editor .btn-success[disabled].active,
fieldset[disabled] .note-editor .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.note-editor .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.note-editor .btn-info:hover,
.note-editor .btn-info:focus,
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.note-editor .btn-info:active,
.note-editor .btn-info.active,
.open .dropdown-toggle.note-editor .btn-info {
  background-image: none;
}
.note-editor .btn-info.disabled,
.note-editor .btn-info[disabled],
fieldset[disabled] .note-editor .btn-info,
.note-editor .btn-info.disabled:hover,
.note-editor .btn-info[disabled]:hover,
fieldset[disabled] .note-editor .btn-info:hover,
.note-editor .btn-info.disabled:focus,
.note-editor .btn-info[disabled]:focus,
fieldset[disabled] .note-editor .btn-info:focus,
.note-editor .btn-info.disabled:active,
.note-editor .btn-info[disabled]:active,
fieldset[disabled] .note-editor .btn-info:active,
.note-editor .btn-info.disabled.active,
.note-editor .btn-info[disabled].active,
fieldset[disabled] .note-editor .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.note-editor .btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.note-editor .btn-link,
.note-editor .btn-link:active,
.note-editor .btn-link[disabled],
fieldset[disabled] .note-editor .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.note-editor .btn-link,
.note-editor .btn-link:hover,
.note-editor .btn-link:focus,
.note-editor .btn-link:active {
  border-color: transparent;
}
.note-editor .btn-link:hover,
.note-editor .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.note-editor .btn-link[disabled]:hover,
fieldset[disabled] .note-editor .btn-link:hover,
.note-editor .btn-link[disabled]:focus,
fieldset[disabled] .note-editor .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.note-editor .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.note-editor .btn-sm,
.note-editor .btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-xs {
  padding: 1px 5px;
}
.note-editor .btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.note-editor .btn-block + .btn-block {
  margin-top: 5px;
}
.note-editor input[type="submit"].btn-block,
.note-editor input[type="reset"].btn-block,
.note-editor input[type="button"].btn-block {
  width: 100%;
}
.note-editor .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.note-editor .fade.in {
  opacity: 1;
}
.note-editor .collapse {
  display: none;
}
.note-editor .collapse.in {
  display: block;
}
.note-editor .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/Content/styles/common/pages/fonts/glyphicons-halflings-regular.eot);
  src: url(/Content/styles/common/pages/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/Content/styles/common/pages/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/Content/styles/common/pages/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/Content/styles/common/pages/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.note-editor .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.note-editor .glyphicon:empty {
  width: 1em;
}
.note-editor .glyphicon-asterisk:before {
  content: "\2a";
}
.note-editor .glyphicon-plus:before {
  content: "\2b";
}
.note-editor .glyphicon-euro:before {
  content: "\20ac";
}
.note-editor .glyphicon-minus:before {
  content: "\2212";
}
.note-editor .glyphicon-cloud:before {
  content: "\2601";
}
.note-editor .glyphicon-envelope:before {
  content: "\2709";
}
.note-editor .glyphicon-pencil:before {
  content: "\270f";
}
.note-editor .glyphicon-glass:before {
  content: "\e001";
}
.note-editor .glyphicon-music:before {
  content: "\e002";
}
.note-editor .glyphicon-search:before {
  content: "\e003";
}
.note-editor .glyphicon-heart:before {
  content: "\e005";
}
.note-editor .glyphicon-star:before {
  content: "\e006";
}
.note-editor .glyphicon-star-empty:before {
  content: "\e007";
}
.note-editor .glyphicon-user:before {
  content: "\e008";
}
.note-editor .glyphicon-film:before {
  content: "\e009";
}
.note-editor .glyphicon-th-large:before {
  content: "\e010";
}
.note-editor .glyphicon-th:before {
  content: "\e011";
}
.note-editor .glyphicon-th-list:before {
  content: "\e012";
}
.note-editor .glyphicon-ok:before {
  content: "\e013";
}
.note-editor .glyphicon-remove:before {
  content: "\e014";
}
.note-editor .glyphicon-zoom-in:before {
  content: "\e015";
}
.note-editor .glyphicon-zoom-out:before {
  content: "\e016";
}
.note-editor .glyphicon-off:before {
  content: "\e017";
}
.note-editor .glyphicon-signal:before {
  content: "\e018";
}
.note-editor .glyphicon-cog:before {
  content: "\e019";
}
.note-editor .glyphicon-trash:before {
  content: "\e020";
}
.note-editor .glyphicon-home:before {
  content: "\e021";
}
.note-editor .glyphicon-file:before {
  content: "\e022";
}
.note-editor .glyphicon-time:before {
  content: "\e023";
}
.note-editor .glyphicon-road:before {
  content: "\e024";
}
.note-editor .glyphicon-download-alt:before {
  content: "\e025";
}
.note-editor .glyphicon-download:before {
  content: "\e026";
}
.note-editor .glyphicon-upload:before {
  content: "\e027";
}
.note-editor .glyphicon-inbox:before {
  content: "\e028";
}
.note-editor .glyphicon-play-circle:before {
  content: "\e029";
}
.note-editor .glyphicon-repeat:before {
  content: "\e030";
}
.note-editor .glyphicon-refresh:before {
  content: "\e031";
}
.note-editor .glyphicon-list-alt:before {
  content: "\e032";
}
.note-editor .glyphicon-lock:before {
  content: "\e033";
}
.note-editor .glyphicon-flag:before {
  content: "\e034";
}
.note-editor .glyphicon-headphones:before {
  content: "\e035";
}
.note-editor .glyphicon-volume-off:before {
  content: "\e036";
}
.note-editor .glyphicon-volume-down:before {
  content: "\e037";
}
.note-editor .glyphicon-volume-up:before {
  content: "\e038";
}
.note-editor .glyphicon-qrcode:before {
  content: "\e039";
}
.note-editor .glyphicon-barcode:before {
  content: "\e040";
}
.note-editor .glyphicon-tag:before {
  content: "\e041";
}
.note-editor .glyphicon-tags:before {
  content: "\e042";
}
.note-editor .glyphicon-book:before {
  content: "\e043";
}
.note-editor .glyphicon-bookmark:before {
  content: "\e044";
}
.note-editor .glyphicon-print:before {
  content: "\e045";
}
.note-editor .glyphicon-camera:before {
  content: "\e046";
}
.note-editor .glyphicon-font:before {
  content: "\e047";
}
.note-editor .glyphicon-bold:before {
  content: "\e048";
}
.note-editor .glyphicon-italic:before {
  content: "\e049";
}
.note-editor .glyphicon-text-height:before {
  content: "\e050";
}
.note-editor .glyphicon-text-width:before {
  content: "\e051";
}
.note-editor .glyphicon-align-left:before {
  content: "\e052";
}
.note-editor .glyphicon-align-center:before {
  content: "\e053";
}
.note-editor .glyphicon-align-right:before {
  content: "\e054";
}
.note-editor .glyphicon-align-justify:before {
  content: "\e055";
}
.note-editor .glyphicon-list:before {
  content: "\e056";
}
.note-editor .glyphicon-indent-left:before {
  content: "\e057";
}
.note-editor .glyphicon-indent-right:before {
  content: "\e058";
}
.note-editor .glyphicon-facetime-video:before {
  content: "\e059";
}
.note-editor .glyphicon-picture:before {
  content: "\e060";
}
.note-editor .glyphicon-map-marker:before {
  content: "\e062";
}
.note-editor .glyphicon-adjust:before {
  content: "\e063";
}
.note-editor .glyphicon-tint:before {
  content: "\e064";
}
.note-editor .glyphicon-edit:before {
  content: "\e065";
}
.note-editor .glyphicon-share:before {
  content: "\e066";
}
.note-editor .glyphicon-check:before {
  content: "\e067";
}
.note-editor .glyphicon-move:before {
  content: "\e068";
}
.note-editor .glyphicon-step-backward:before {
  content: "\e069";
}
.note-editor .glyphicon-fast-backward:before {
  content: "\e070";
}
.note-editor .glyphicon-backward:before {
  content: "\e071";
}
.note-editor .glyphicon-play:before {
  content: "\e072";
}
.note-editor .glyphicon-pause:before {
  content: "\e073";
}
.note-editor .glyphicon-stop:before {
  content: "\e074";
}
.note-editor .glyphicon-forward:before {
  content: "\e075";
}
.note-editor .glyphicon-fast-forward:before {
  content: "\e076";
}
.note-editor .glyphicon-step-forward:before {
  content: "\e077";
}
.note-editor .glyphicon-eject:before {
  content: "\e078";
}
.note-editor .glyphicon-chevron-left:before {
  content: "\e079";
}
.note-editor .glyphicon-chevron-right:before {
  content: "\e080";
}
.note-editor .glyphicon-plus-sign:before {
  content: "\e081";
}
.note-editor .glyphicon-minus-sign:before {
  content: "\e082";
}
.note-editor .glyphicon-remove-sign:before {
  content: "\e083";
}
.note-editor .glyphicon-ok-sign:before {
  content: "\e084";
}
.note-editor .glyphicon-question-sign:before {
  content: "\e085";
}
.note-editor .glyphicon-info-sign:before {
  content: "\e086";
}
.note-editor .glyphicon-screenshot:before {
  content: "\e087";
}
.note-editor .glyphicon-remove-circle:before {
  content: "\e088";
}
.note-editor .glyphicon-ok-circle:before {
  content: "\e089";
}
.note-editor .glyphicon-ban-circle:before {
  content: "\e090";
}
.note-editor .glyphicon-arrow-left:before {
  content: "\e091";
}
.note-editor .glyphicon-arrow-right:before {
  content: "\e092";
}
.note-editor .glyphicon-arrow-up:before {
  content: "\e093";
}
.note-editor .glyphicon-arrow-down:before {
  content: "\e094";
}
.note-editor .glyphicon-share-alt:before {
  content: "\e095";
}
.note-editor .glyphicon-resize-full:before {
  content: "\e096";
}
.note-editor .glyphicon-resize-small:before {
  content: "\e097";
}
.note-editor .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.note-editor .glyphicon-gift:before {
  content: "\e102";
}
.note-editor .glyphicon-leaf:before {
  content: "\e103";
}
.note-editor .glyphicon-fire:before {
  content: "\e104";
}
.note-editor .glyphicon-eye-open:before {
  content: "\e105";
}
.note-editor .glyphicon-eye-close:before {
  content: "\e106";
}
.note-editor .glyphicon-warning-sign:before {
  content: "\e107";
}
.note-editor .glyphicon-plane:before {
  content: "\e108";
}
.note-editor .glyphicon-calendar:before {
  content: "\e109";
}
.note-editor .glyphicon-random:before {
  content: "\e110";
}
.note-editor .glyphicon-comment:before {
  content: "\e111";
}
.note-editor .glyphicon-magnet:before {
  content: "\e112";
}
.note-editor .glyphicon-chevron-up:before {
  content: "\e113";
}
.note-editor .glyphicon-chevron-down:before {
  content: "\e114";
}
.note-editor .glyphicon-retweet:before {
  content: "\e115";
}
.note-editor .glyphicon-shopping-cart:before {
  content: "\e116";
}
.note-editor .glyphicon-folder-close:before {
  content: "\e117";
}
.note-editor .glyphicon-folder-open:before {
  content: "\e118";
}
.note-editor .glyphicon-resize-vertical:before {
  content: "\e119";
}
.note-editor .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.note-editor .glyphicon-hdd:before {
  content: "\e121";
}
.note-editor .glyphicon-bullhorn:before {
  content: "\e122";
}
.note-editor .glyphicon-bell:before {
  content: "\e123";
}
.note-editor .glyphicon-certificate:before {
  content: "\e124";
}
.note-editor .glyphicon-thumbs-up:before {
  content: "\e125";
}
.note-editor .glyphicon-thumbs-down:before {
  content: "\e126";
}
.note-editor .glyphicon-hand-right:before {
  content: "\e127";
}
.note-editor .glyphicon-hand-left:before {
  content: "\e128";
}
.note-editor .glyphicon-hand-up:before {
  content: "\e129";
}
.note-editor .glyphicon-hand-down:before {
  content: "\e130";
}
.note-editor .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.note-editor .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.note-editor .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.note-editor .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.note-editor .glyphicon-globe:before {
  content: "\e135";
}
.note-editor .glyphicon-wrench:before {
  content: "\e136";
}
.note-editor .glyphicon-tasks:before {
  content: "\e137";
}
.note-editor .glyphicon-filter:before {
  content: "\e138";
}
.note-editor .glyphicon-briefcase:before {
  content: "\e139";
}
.note-editor .glyphicon-fullscreen:before {
  content: "\e140";
}
.note-editor .glyphicon-dashboard:before {
  content: "\e141";
}
.note-editor .glyphicon-paperclip:before {
  content: "\e142";
}
.note-editor .glyphicon-heart-empty:before {
  content: "\e143";
}
.note-editor .glyphicon-link:before {
  content: "\e144";
}
.note-editor .glyphicon-phone:before {
  content: "\e145";
}
.note-editor .glyphicon-pushpin:before {
  content: "\e146";
}
.note-editor .glyphicon-usd:before {
  content: "\e148";
}
.note-editor .glyphicon-gbp:before {
  content: "\e149";
}
.note-editor .glyphicon-sort:before {
  content: "\e150";
}
.note-editor .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.note-editor .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.note-editor .glyphicon-sort-by-order:before {
  content: "\e153";
}
.note-editor .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.note-editor .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.note-editor .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.note-editor .glyphicon-unchecked:before {
  content: "\e157";
}
.note-editor .glyphicon-expand:before {
  content: "\e158";
}
.note-editor .glyphicon-collapse-down:before {
  content: "\e159";
}
.note-editor .glyphicon-collapse-up:before {
  content: "\e160";
}
.note-editor .glyphicon-log-in:before {
  content: "\e161";
}
.note-editor .glyphicon-flash:before {
  content: "\e162";
}
.note-editor .glyphicon-log-out:before {
  content: "\e163";
}
.note-editor .glyphicon-new-window:before {
  content: "\e164";
}
.note-editor .glyphicon-record:before {
  content: "\e165";
}
.note-editor .glyphicon-save:before {
  content: "\e166";
}
.note-editor .glyphicon-open:before {
  content: "\e167";
}
.note-editor .glyphicon-saved:before {
  content: "\e168";
}
.note-editor .glyphicon-import:before {
  content: "\e169";
}
.note-editor .glyphicon-export:before {
  content: "\e170";
}
.note-editor .glyphicon-send:before {
  content: "\e171";
}
.note-editor .glyphicon-floppy-disk:before {
  content: "\e172";
}
.note-editor .glyphicon-floppy-saved:before {
  content: "\e173";
}
.note-editor .glyphicon-floppy-remove:before {
  content: "\e174";
}
.note-editor .glyphicon-floppy-save:before {
  content: "\e175";
}
.note-editor .glyphicon-floppy-open:before {
  content: "\e176";
}
.note-editor .glyphicon-credit-card:before {
  content: "\e177";
}
.note-editor .glyphicon-transfer:before {
  content: "\e178";
}
.note-editor .glyphicon-cutlery:before {
  content: "\e179";
}
.note-editor .glyphicon-header:before {
  content: "\e180";
}
.note-editor .glyphicon-compressed:before {
  content: "\e181";
}
.note-editor .glyphicon-earphone:before {
  content: "\e182";
}
.note-editor .glyphicon-phone-alt:before {
  content: "\e183";
}
.note-editor .glyphicon-tower:before {
  content: "\e184";
}
.note-editor .glyphicon-stats:before {
  content: "\e185";
}
.note-editor .glyphicon-sd-video:before {
  content: "\e186";
}
.note-editor .glyphicon-hd-video:before {
  content: "\e187";
}
.note-editor .glyphicon-subtitles:before {
  content: "\e188";
}
.note-editor .glyphicon-sound-stereo:before {
  content: "\e189";
}
.note-editor .glyphicon-sound-dolby:before {
  content: "\e190";
}
.note-editor .glyphicon-sound-5-1:before {
  content: "\e191";
}
.note-editor .glyphicon-sound-6-1:before {
  content: "\e192";
}
.note-editor .glyphicon-sound-7-1:before {
  content: "\e193";
}
.note-editor .glyphicon-copyright-mark:before {
  content: "\e194";
}
.note-editor .glyphicon-registration-mark:before {
  content: "\e195";
}
.note-editor .glyphicon-cloud-download:before {
  content: "\e197";
}
.note-editor .glyphicon-cloud-upload:before {
  content: "\e198";
}
.note-editor .glyphicon-tree-conifer:before {
  content: "\e199";
}
.note-editor .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.note-editor .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
}
.note-editor .dropdown {
  position: relative;
}
.note-editor .dropdown-toggle:focus {
  outline: 0;
}
.note-editor .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.note-editor .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.note-editor .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.note-editor .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.note-editor .dropdown-menu > li > a:hover,
.note-editor .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.note-editor .dropdown-menu > .active > a,
.note-editor .dropdown-menu > .active > a:hover,
.note-editor .dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.note-editor .dropdown-menu > .disabled > a,
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.note-editor .dropdown-menu > .disabled > a:hover,
.note-editor .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.note-editor .open > .dropdown-menu {
  display: block;
}
.note-editor .open > a {
  outline: 0;
}
.note-editor .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.note-editor .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.note-editor .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.note-editor .dropup .caret,
.note-editor .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.note-editor .dropup .dropdown-menu,
.note-editor .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .note-editor .caret {
  border-top-color: #333333;
}
.btn-primary .note-editor .caret,
.btn-success .note-editor .caret,
.btn-warning .note-editor .caret,
.btn-danger .note-editor .caret,
.btn-info .note-editor .caret {
  border-top-color: #fff;
}
.note-editor .dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.note-editor .dropup .btn-primary .caret,
.note-editor .dropup .btn-success .caret,
.note-editor .dropup .btn-warning .caret,
.note-editor .dropup .btn-danger .caret,
.note-editor .dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.note-editor .btn-group,
.note-editor .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.note-editor .btn-group > .btn,
.note-editor .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.note-editor .btn-group > .btn:hover,
.note-editor .btn-group-vertical > .btn:hover,
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus,
.note-editor .btn-group > .btn:active,
.note-editor .btn-group-vertical > .btn:active,
.note-editor .btn-group > .btn.active,
.note-editor .btn-group-vertical > .btn.active {
  z-index: 2;
}
.note-editor .btn-group > .btn:focus,
.note-editor .btn-group-vertical > .btn:focus {
  outline: none;
}
.note-editor .btn-group .btn + .btn,
.note-editor .btn-group .btn + .btn-group,
.note-editor .btn-group .btn-group + .btn,
.note-editor .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .btn-toolbar:after {
  clear: both;
}
.note-editor .btn-toolbar:before,
.note-editor .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .btn-toolbar:after {
  clear: both;
}
.note-editor .btn-toolbar .btn-group {
  float: left;
}
.note-editor .btn-toolbar > .btn + .btn,
.note-editor .btn-toolbar > .btn-group + .btn,
.note-editor .btn-toolbar > .btn + .btn-group,
.note-editor .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.note-editor .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.note-editor .btn-group > .btn:first-child {
  margin-left: 0;
}
.note-editor .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .btn-group > .btn:last-child:not(:first-child),
.note-editor .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group > .btn-group {
  float: left;
}
.note-editor .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.note-editor .btn-group > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group .dropdown-toggle:active,
.note-editor .btn-group.open .dropdown-toggle {
  outline: 0;
}
.note-editor .btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.note-editor .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.note-editor .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.note-editor .btn-group > .btn + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
}
.note-editor .btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.note-editor .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.note-editor .btn .caret {
  margin-left: 0;
}
.note-editor .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.note-editor .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.note-editor .btn-group-vertical > .btn,
.note-editor .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .btn-group-vertical > .btn-group:after {
  clear: both;
}
.note-editor .btn-group-vertical > .btn-group:before,
.note-editor .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .btn-group-vertical > .btn-group:after {
  clear: both;
}
.note-editor .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.note-editor .btn-group-vertical > .btn + .btn,
.note-editor .btn-group-vertical > .btn + .btn-group,
.note-editor .btn-group-vertical > .btn-group + .btn,
.note-editor .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.note-editor .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.note-editor .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.note-editor .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.note-editor .btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
.note-editor [data-toggle="buttons"] > .btn > input[type="radio"],
.note-editor [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.note-editor .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.note-editor .input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.note-editor .input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.note-editor .input-group-lg > .form-control,
.note-editor .input-group-lg > .input-group-addon,
.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.note-editor .input-group-lg > .form-control,
select.note-editor .input-group-lg > .input-group-addon,
select.note-editor .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.note-editor .input-group-lg > .form-control,
textarea.note-editor .input-group-lg > .input-group-addon,
textarea.note-editor .input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.note-editor .input-group-sm > .form-control,
.note-editor .input-group-sm > .input-group-addon,
.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.note-editor .input-group-sm > .form-control,
select.note-editor .input-group-sm > .input-group-addon,
select.note-editor .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.note-editor .input-group-sm > .form-control,
textarea.note-editor .input-group-sm > .input-group-addon,
textarea.note-editor .input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn,
.note-editor .input-group .form-control {
  display: table-cell;
}
.note-editor .input-group-addon:not(:first-child):not(:last-child),
.note-editor .input-group-btn:not(:first-child):not(:last-child),
.note-editor .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.note-editor .input-group-addon,
.note-editor .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.note-editor .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.note-editor .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.note-editor .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.note-editor .input-group-addon input[type="radio"],
.note-editor .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.note-editor .input-group .form-control:first-child,
.note-editor .input-group-addon:first-child,
.note-editor .input-group-btn:first-child > .btn,
.note-editor .input-group-btn:first-child > .dropdown-toggle,
.note-editor .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.note-editor .input-group-addon:first-child {
  border-right: 0;
}
.note-editor .input-group .form-control:last-child,
.note-editor .input-group-addon:last-child,
.note-editor .input-group-btn:last-child > .btn,
.note-editor .input-group-btn:last-child > .dropdown-toggle,
.note-editor .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .input-group-addon:last-child {
  border-left: 0;
}
.note-editor .input-group-btn {
  position: relative;
  white-space: nowrap;
}
.note-editor .input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.note-editor .input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.note-editor .input-group-btn > .btn {
  position: relative;
}
.note-editor .input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.note-editor .input-group-btn > .btn:hover,
.note-editor .input-group-btn > .btn:active {
  z-index: 2;
}
.note-editor .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.note-editor .nav:before,
.note-editor .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .nav:after {
  clear: both;
}
.note-editor .nav:before,
.note-editor .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .nav:after {
  clear: both;
}
.note-editor .nav > li {
  position: relative;
  display: block;
}
.note-editor .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.note-editor .nav > li > a:hover,
.note-editor .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.note-editor .nav > li.disabled > a {
  color: #999999;
}
.note-editor .nav > li.disabled > a:hover,
.note-editor .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.note-editor .nav .open > a,
.note-editor .nav .open > a:hover,
.note-editor .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.note-editor .nav .open > a .caret,
.note-editor .nav .open > a:hover .caret,
.note-editor .nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.note-editor .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.note-editor .nav > li > a > img {
  max-width: none;
}
.note-editor .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.note-editor .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.note-editor .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.note-editor .nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.note-editor .nav-tabs > li.active > a,
.note-editor .nav-tabs > li.active > a:hover,
.note-editor .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.note-editor .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.note-editor .nav-tabs.nav-justified > li {
  float: none;
}
.note-editor .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .note-editor .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.note-editor .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.note-editor .nav-tabs.nav-justified > .active > a,
.note-editor .nav-tabs.nav-justified > .active > a:hover,
.note-editor .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .note-editor .nav-tabs.nav-justified > .active > a,
  .note-editor .nav-tabs.nav-justified > .active > a:hover,
  .note-editor .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.note-editor .nav-pills > li {
  float: left;
}
.note-editor .nav-pills > li > a {
  border-radius: 4px;
}
.note-editor .nav-pills > li + li {
  margin-left: 2px;
}
.note-editor .nav-pills > li.active > a,
.note-editor .nav-pills > li.active > a:hover,
.note-editor .nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.note-editor .nav-pills > li.active > a .caret,
.note-editor .nav-pills > li.active > a:hover .caret,
.note-editor .nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.note-editor .nav-stacked > li {
  float: none;
}
.note-editor .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.note-editor .nav-justified {
  width: 100%;
}
.note-editor .nav-justified > li {
  float: none;
}
.note-editor .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .note-editor .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .note-editor .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.note-editor .nav-tabs-justified {
  border-bottom: 0;
}
.note-editor .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.note-editor .nav-tabs-justified > .active > a,
.note-editor .nav-tabs-justified > .active > a:hover,
.note-editor .nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .note-editor .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .note-editor .nav-tabs-justified > .active > a,
  .note-editor .nav-tabs-justified > .active > a:hover,
  .note-editor .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.note-editor .tab-content > .tab-pane {
  display: none;
}
.note-editor .tab-content > .active {
  display: block;
}
.note-editor .nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.note-editor .nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.note-editor .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.note-editor .navbar:before,
.note-editor .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .navbar:after {
  clear: both;
}
.note-editor .navbar:before,
.note-editor .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .note-editor .navbar {
    border-radius: 4px;
  }
}
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .navbar-header:after {
  clear: both;
}
.note-editor .navbar-header:before,
.note-editor .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .note-editor .navbar-header {
    float: left;
  }
}
.note-editor .navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .navbar-collapse:after {
  clear: both;
}
.note-editor .navbar-collapse:before,
.note-editor .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .navbar-collapse:after {
  clear: both;
}
.note-editor .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .note-editor .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .note-editor .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .note-editor .navbar-collapse.in {
    overflow-y: visible;
  }
  .note-editor .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .note-editor .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .note-editor .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.note-editor .container > .navbar-header,
.note-editor .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .note-editor .container > .navbar-header,
  .note-editor .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.note-editor .navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-static-top {
    border-radius: 0;
  }
}
.note-editor .navbar-fixed-top,
.note-editor .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .note-editor .navbar-fixed-top,
  .note-editor .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.note-editor .navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.note-editor .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.note-editor .navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.note-editor .navbar-brand:hover,
.note-editor .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .note-editor .navbar-brand {
    margin-left: -15px;
  }
}
.note-editor .navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.note-editor .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .note-editor .navbar-toggle {
    display: none;
  }
}
.note-editor .navbar-nav {
  margin: 7.5px -15px;
}
.note-editor .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .note-editor .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .note-editor .navbar-nav .open .dropdown-menu > li > a,
  .note-editor .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .note-editor .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .note-editor .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-nav {
    float: left;
    margin: 0;
  }
  .note-editor .navbar-nav > li {
    float: left;
  }
  .note-editor .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-left {
    float: left !important;
  }
  .note-editor .navbar-right {
    float: right !important;
  }
}
.note-editor .navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .note-editor .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .note-editor .navbar-form .form-control {
    display: inline-block;
  }
  .note-editor .navbar-form .radio,
  .note-editor .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .note-editor .navbar-form .radio input[type="radio"],
  .note-editor .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .note-editor .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .note-editor .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.note-editor .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.note-editor .navbar-nav.pull-right > li > .dropdown-menu,
.note-editor .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.note-editor .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.note-editor .navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .note-editor .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.note-editor .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-brand {
  color: #777777;
}
.note-editor .navbar-default .navbar-brand:hover,
.note-editor .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-text {
  color: #777777;
}
.note-editor .navbar-default .navbar-nav > li > a {
  color: #777777;
}
.note-editor .navbar-default .navbar-nav > li > a:hover,
.note-editor .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-nav > .active > a,
.note-editor .navbar-default .navbar-nav > .active > a:hover,
.note-editor .navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .disabled > a,
.note-editor .navbar-default .navbar-nav > .disabled > a:hover,
.note-editor .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.note-editor .navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.note-editor .navbar-default .navbar-toggle:hover,
.note-editor .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.note-editor .navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.note-editor .navbar-default .navbar-collapse,
.note-editor .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.note-editor .navbar-default .navbar-nav > .dropdown > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.note-editor .navbar-default .navbar-nav > .open > a,
.note-editor .navbar-default .navbar-nav > .open > a:hover,
.note-editor .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.note-editor .navbar-default .navbar-nav > .open > a .caret,
.note-editor .navbar-default .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.note-editor .navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .note-editor .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.note-editor .navbar-default .navbar-link {
  color: #777777;
}
.note-editor .navbar-default .navbar-link:hover {
  color: #333333;
}
.note-editor .navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.note-editor .navbar-inverse .navbar-brand {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-brand:hover,
.note-editor .navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-text {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > li > a:hover,
.note-editor .navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-nav > .active > a,
.note-editor .navbar-inverse .navbar-nav > .active > a:hover,
.note-editor .navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.note-editor .navbar-inverse .navbar-nav > .disabled > a,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:hover,
.note-editor .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.note-editor .navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.note-editor .navbar-inverse .navbar-toggle:hover,
.note-editor .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.note-editor .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.note-editor .navbar-inverse .navbar-collapse,
.note-editor .navbar-inverse .navbar-form {
  border-color: #101010;
}
.note-editor .navbar-inverse .navbar-nav > .open > a,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.note-editor .navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.note-editor .navbar-inverse .navbar-nav > .open > a .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:hover .caret,
.note-editor .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .note-editor .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.note-editor .navbar-inverse .navbar-link {
  color: #999999;
}
.note-editor .navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.note-editor .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.note-editor .breadcrumb > li {
  display: inline-block;
}
.note-editor .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.note-editor .breadcrumb > .active {
  color: #999999;
}
.note-editor .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.note-editor .pagination > li {
  display: inline;
}
.note-editor .pagination > li > a,
.note-editor .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.note-editor .pagination > li:first-child > a,
.note-editor .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.note-editor .pagination > li:last-child > a,
.note-editor .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.note-editor .pagination > li > a:hover,
.note-editor .pagination > li > span:hover,
.note-editor .pagination > li > a:focus,
.note-editor .pagination > li > span:focus {
  background-color: #eeeeee;
}
.note-editor .pagination > .active > a,
.note-editor .pagination > .active > span,
.note-editor .pagination > .active > a:hover,
.note-editor .pagination > .active > span:hover,
.note-editor .pagination > .active > a:focus,
.note-editor .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.note-editor .pagination > .disabled > span,
.note-editor .pagination > .disabled > span:hover,
.note-editor .pagination > .disabled > span:focus,
.note-editor .pagination > .disabled > a,
.note-editor .pagination > .disabled > a:hover,
.note-editor .pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.note-editor .pagination-lg > li > a,
.note-editor .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.note-editor .pagination-lg > li:first-child > a,
.note-editor .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.note-editor .pagination-lg > li:last-child > a,
.note-editor .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.note-editor .pagination-sm > li > a,
.note-editor .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.note-editor .pagination-sm > li:first-child > a,
.note-editor .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.note-editor .pagination-sm > li:last-child > a,
.note-editor .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.note-editor .pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.note-editor .pager:before,
.note-editor .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .pager:after {
  clear: both;
}
.note-editor .pager:before,
.note-editor .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .pager:after {
  clear: both;
}
.note-editor .pager li {
  display: inline;
}
.note-editor .pager li > a,
.note-editor .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.note-editor .pager li > a:hover,
.note-editor .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.note-editor .pager .next > a,
.note-editor .pager .next > span {
  float: right;
}
.note-editor .pager .previous > a,
.note-editor .pager .previous > span {
  float: left;
}
.note-editor .pager .disabled > a,
.note-editor .pager .disabled > a:hover,
.note-editor .pager .disabled > a:focus,
.note-editor .pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.note-editor .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.note-editor .label[href]:hover,
.note-editor .label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.note-editor .label:empty {
  display: none;
}
.note-editor .label-default {
  background-color: #999999;
}
.note-editor .label-default[href]:hover,
.note-editor .label-default[href]:focus {
  background-color: #808080;
}
.note-editor .label-primary {
  background-color: #428bca;
}
.note-editor .label-primary[href]:hover,
.note-editor .label-primary[href]:focus {
  background-color: #3071a9;
}
.note-editor .label-success {
  background-color: #5cb85c;
}
.note-editor .label-success[href]:hover,
.note-editor .label-success[href]:focus {
  background-color: #449d44;
}
.note-editor .label-info {
  background-color: #5bc0de;
}
.note-editor .label-info[href]:hover,
.note-editor .label-info[href]:focus {
  background-color: #31b0d5;
}
.note-editor .label-warning {
  background-color: #f0ad4e;
}
.note-editor .label-warning[href]:hover,
.note-editor .label-warning[href]:focus {
  background-color: #ec971f;
}
.note-editor .label-danger {
  background-color: #d9534f;
}
.note-editor .label-danger[href]:hover,
.note-editor .label-danger[href]:focus {
  background-color: #c9302c;
}
.note-editor .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.note-editor .badge:empty {
  display: none;
}
.note-editor a.badge:hover,
.note-editor a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.note-editor .btn .badge {
  position: relative;
  top: -1px;
}
.note-editor a.list-group-item.active > .badge,
.note-editor .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.note-editor .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.note-editor .jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.142857144;
  color: inherit;
  background-color: #eeeeee;
}
.note-editor .jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.note-editor .jumbotron p {
  line-height: 1.4;
}
.container .note-editor .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .note-editor .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .note-editor .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .note-editor .jumbotron h1 {
    font-size: 63px;
  }
}
.note-editor .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}
.note-editor .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.note-editor a.thumbnail:hover,
.note-editor a.thumbnail:focus,
.note-editor a.thumbnail.active {
  border-color: #428bca;
}
.note-editor .thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.note-editor .thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.note-editor .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.note-editor .alert h4 {
  margin-top: 0;
  color: inherit;
}
.note-editor .alert .alert-link {
  font-weight: bold;
}
.note-editor .alert > p,
.note-editor .alert > ul {
  margin-bottom: 0;
}
.note-editor .alert > p + p {
  margin-top: 5px;
}
.note-editor .alert-dismissable {
  padding-right: 35px;
}
.note-editor .alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.note-editor .alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.note-editor .alert-success hr {
  border-top-color: #c9e2b3;
}
.note-editor .alert-success .alert-link {
  color: #356635;
}
.note-editor .alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.note-editor .alert-info hr {
  border-top-color: #a6e1ec;
}
.note-editor .alert-info .alert-link {
  color: #2d6987;
}
.note-editor .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853;
}
.note-editor .alert-warning hr {
  border-top-color: #f7e1b5;
}
.note-editor .alert-warning .alert-link {
  color: #a47e3c;
}
.note-editor .alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.note-editor .alert-danger hr {
  border-top-color: #e4b9c0;
}
.note-editor .alert-danger .alert-link {
  color: #953b39;
}
@-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;
  }
}
@-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;
  }
}
.note-editor .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.note-editor .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.note-editor .progress-striped .progress-bar {
  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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.note-editor .progress.active .progress-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;
}
.note-editor .progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .note-editor .progress-bar-success {
  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: 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);
}
.note-editor .progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .note-editor .progress-bar-info {
  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: 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);
}
.note-editor .progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .note-editor .progress-bar-warning {
  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: 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);
}
.note-editor .progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .note-editor .progress-bar-danger {
  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: 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);
}
.note-editor .media,
.note-editor .media-body {
  overflow: hidden;
  zoom: 1;
}
.note-editor .media,
.note-editor .media .media {
  margin-top: 15px;
}
.note-editor .media:first-child {
  margin-top: 0;
}
.note-editor .media-object {
  display: block;
}
.note-editor .media-heading {
  margin: 0 0 5px;
}
.note-editor .media > .pull-left {
  margin-right: 10px;
}
.note-editor .media > .pull-right {
  margin-left: 10px;
}
.note-editor .media-list {
  padding-left: 0;
  list-style: none;
}
.note-editor .list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.note-editor .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.note-editor .list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.note-editor .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.note-editor .list-group-item > .badge {
  float: right;
}
.note-editor .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.note-editor a.list-group-item {
  color: #555555;
}
.note-editor a.list-group-item .list-group-item-heading {
  color: #333333;
}
.note-editor a.list-group-item:hover,
.note-editor a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.note-editor a.list-group-item.active,
.note-editor a.list-group-item.active:hover,
.note-editor a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.note-editor a.list-group-item.active .list-group-item-heading,
.note-editor a.list-group-item.active:hover .list-group-item-heading,
.note-editor a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.note-editor a.list-group-item.active .list-group-item-text,
.note-editor a.list-group-item.active:hover .list-group-item-text,
.note-editor a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.note-editor .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.note-editor .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.note-editor .panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .panel-body {
  padding: 15px;
}
.note-editor .panel-body:before,
.note-editor .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .panel-body:after {
  clear: both;
}
.note-editor .panel-body:before,
.note-editor .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.note-editor .panel-body:after {
  clear: both;
}
.note-editor .panel > .list-group {
  margin-bottom: 0;
}
.note-editor .panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.note-editor .panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.note-editor .panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.note-editor .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.note-editor .panel > .table,
.note-editor .panel > .table-responsive {
  margin-bottom: 0;
}
.note-editor .panel > .panel-body + .table,
.note-editor .panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.note-editor .panel > .table-bordered,
.note-editor .panel > .table-responsive > .table-bordered {
  border: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.note-editor .panel > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.note-editor .panel > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.note-editor .panel > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:first-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.note-editor .panel > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.note-editor .panel > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.note-editor .panel > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.note-editor .panel > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.note-editor .panel > .table-bordered > tfoot > tr > td:last-child,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.note-editor .panel > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.note-editor .panel > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.note-editor .panel > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.note-editor .panel > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.note-editor .panel > .table-bordered > tfoot > tr:last-child > td,
.note-editor .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.note-editor .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.note-editor .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.note-editor .panel-title > a {
  color: inherit;
}
.note-editor .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.note-editor .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.note-editor .panel-group .panel + .panel {
  margin-top: 5px;
}
.note-editor .panel-group .panel-heading {
  border-bottom: 0;
}
.note-editor .panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.note-editor .panel-group .panel-footer {
  border-top: 0;
}
.note-editor .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.note-editor .panel-default {
  border-color: #dddddd;
}
.note-editor .panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.note-editor .panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.note-editor .panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.note-editor .panel-primary {
  border-color: #428bca;
}
.note-editor .panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #0c86c7 !important;
  border-color: #0c86c7 !important;
}
.note-editor .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.note-editor .panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.note-editor .panel-success {
  border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.note-editor .panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.note-editor .panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.note-editor .panel-warning {
  border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.note-editor .panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.note-editor .panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.note-editor .panel-danger {
  border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.note-editor .panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.note-editor .panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.note-editor .panel-info {
  border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.note-editor .panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.note-editor .panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.note-editor .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.note-editor .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.note-editor .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.note-editor .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.note-editor .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.note-editor .close:hover,
.note-editor .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.note-editor .close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/*.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
 

  display: table;

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
 

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}*/

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 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;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.dataTables_info {
  margin-left: 20px;
}
.mail-box-header #searchBtn {
  padding: 6px 10px;
}
.rangeslider,
.rangeslider__fill {
  background: #a2c7e3;
  display: block;
  height: 4px;
  width: 100%;
}
.rangeslider {
  background: #a2c7e3;
  position: relative;
}
.rangeslider--horizontal {
  height: 4px;
  width: 100%;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  background: #0c86c7;
  position: absolute;
  top: 0;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: #ff0000;
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -8px;
  border-radius: 50%;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle:active {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
#mortgage_sourcing {
  margin: 5px;
}
#mortgage_sourcing .product_types {
  padding: 20px 10px 0 10px;
}
#mortgage_sourcing .product_types label {
  margin: 1px 10px 0 3px;
  font-size: 1.1em;
  color: #0c86c7;
}
#mortgage_sourcing .panel-default {
  margin-bottom: 0;
}
#mortgage_sourcing .strip-white .h1 {
  font-size: 30px;
}
#mortgage_sourcing .boxed {
  background-color: #0c86c7;
  padding: 20px;
  margin: 10px 0;
}
#mortgage_sourcing .boxed h3 {
  color: #fff;
  padding: 0 10px;
  margin: 0;
}
#mortgage_sourcing .boxed input[type="text"] {
  color: #fff;
  background: none;
  border: 0;
  padding: 10px;
}
#mortgage_sourcing .boxed input[type="text"]:focus {
  outline: none;
}
#mortgage_sourcing #mortgage-type-buttons .btn {
  width: 100%;
  text-transform: none;
  -webkit-box-shadow: 0 0 5px 0 rgba(14, 7, 8, 0.85);
  box-shadow: 0 0 5px 0 rgba(14, 7, 8, 0.85);
  text-align: left;
}
#mortgage_sourcing .totals {
  color: #fff;
  background-color: #0c86c7;
  padding: 15px;
}
#mortgage_sourcing .totals .h1,
#mortgage_sourcing #mortgage_search .totals .h3 {
  color: #fff;
}
#mortgage_sourcing .submit.btn {
  width: 100%;
  height: 120px;
  white-space: normal;
  font-size: 19px;
}
#mortgage_sourcing select {
  width: 100%;
  min-width: 0;
}
#mortgage_sourcing .mortgage_type {
  padding: 20px 10px 0 10px;
}
#mortgage_sourcing .boxed label {
  font-size: 15px;
}
#mortgage_sourcing .btn-sourcing {
  background: red;
  border: red;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}
#mortgage_sourcing input[type="text"] {
  font-size: 45px;
  line-height: 45px;
  padding: 10px;
  font-weight: bold;
  color: #0c86c7;
  border: none;
  background-color: #fff;
  width: 100%;
  min-width: 0;
}
#mortgage_sourcing input[type="text"]:focus {
  outline: 2px solid #ff0000;
}
#mortgage_sourcing h1 {
  font-size: 45px;
  font-weight: bold;
  color: #131845;
  margin-bottom: 1.2em;
}
#mortgage_sourcing h2 {
  font-size: 20px;
  font-weight: bold;
  color: #131845;
  margin-bottom: 1.2em;
}
#mortgage_sourcing h3 {
  font-size: 18px;
}
#mortgage_sourcing span.fa-stack .fa-chevron {
  color: #ff0000;
}
#mortgage_sourcing .submit.btn {
  font-size: 30px;
}
#mortgage_sourcing .bordered {
  border: 1px solid silver;
  padding: 20px;
  margin: 10px 0;
  min-height: 110px;
}
#mortgage_sourcing .bordered h3 {
  padding: 0 10px;
  margin: 0;
}
#mortgage_sourcing .totals {
  padding: 20px 40px;
}
#mortgage_sourcing footer img {
  max-width: 100px;
  margin: 10px;
}
#SourcedProductsTable i.fa-info-circle,
#lenderProducts i.fa-info-circle {
  color: #0c86c7;
}
#SourcedProductsTable .popover,
#lenderProducts .popover {
  border-radius: 0;
}
#SourcedProductsTable .popover .popover-title,
#lenderProducts .popover .popover-title {
  background: #0c86c7;
  color: #fff;
  border-radius: 0;
}
#SourcedProductsTable .popover .total-fees,
#lenderProducts .popover .total-fees {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  font-weight: bold;
  margin-top: 5px;
}
#productDetailsModel .modal-header.modal-primary,
#brokerFeeModal .modal-header.modal-primary,
#eorAdditionalModal .modal-header.modal-primary,
#productDetailsTriModel .modal-header.modal-primary {
  background: #0c86c7;
  color: #fff;
}
#productDetailsModel .modal-body,
#brokerFeeModal .modal-body,
#eorAdditionalModal .modal-body,
#productDetailsTriModel .modal-body {
  padding: 0;
}
#productDetailsModel .form-group,
#brokerFeeModal .form-group,
#eorAdditionalModal .form-group,
#productDetailsTriModel .form-group {
  margin-bottom: 0;
  padding: 10px 15px;
  border-top-color: #e4e4e4;
}
#productDetailsModel .form-group .control-label,
#brokerFeeModal .form-group .control-label,
#eorAdditionalModal .form-group .control-label,
#productDetailsTriModel .form-group .control-label {
  padding-top: 0;
}
#productDetailsModel .form-group:nth-child(even),
#brokerFeeModal .form-group:nth-child(even),
#eorAdditionalModal .form-group:nth-child(even),
#productDetailsTriModel .form-group:nth-child(even) {
  background: #f9f9f9;
}
#productDetailsModel .form-group ~ .form-group,
#brokerFeeModal .form-group ~ .form-group,
#eorAdditionalModal .form-group ~ .form-group,
#productDetailsTriModel .form-group ~ .form-group {
  border-top: 1px solid #e4e4e4;
}
@media (min-width: 768px) {
  #mortgage_sourcing input[type="text"] {
    font-size: 2.6em;
  }
  #mortgage_sourcing .radio-inline + .radio-inline,
  #mortgage_sourcing .checkbox-inline + .checkbox-inline {
    margin-left: 0px;
    display: block;
  }
}
@media (min-width: 992px) {
  #mortgage_sourcing input[type="text"] {
    font-size: 45px;
  }
}
@media (min-width: 1200px) {
  #mortgage_sourcing .radio-inline + .radio-inline,
  #mortgage_sourcing .checkbox-inline + .checkbox-inline {
    margin-left: 10px;
    display: inline;
  }
}
.product-details-modal #userDetailTabs {
  margin-top: 10px;
}
.product-details-modal i {
  padding-left: 0;
}
.product-details-modal label {
  margin-bottom: 0;
}
.product-details-modal .additional-info small {
  font-size: 95%;
}
.TopBanner {
  margin-top: 7px;
  margin-left: 250px;
  z-index: 10000;
}
.SideBanner {
  z-index: 10000;
}
.lower-ads {
  margin-top: 40px;
  min-width: 336px;
}
#copyCaseModal .radioBtnInputs {
  text-align: left;
}
#copyCaseModal .form-section {
  float: left;
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ddd;
}
#copyCaseModal .form-section ~ .form-section {
  margin-top: 15px;
}
.button-holder {
  padding-top: 15px;
}
#rpaMessagesTable td,
#sourcingMessagesTable td,
#shawbrookMessagesTable,
#foundationMessagesTable td,
#ipipelineMessagesTable td,
#trigoldTable td,
#knowledgebankTable td,
#vidaTable td,
#utbTable td,
#euifinanceTable td,
#firststopTable td {
  padding: 10px 0;
}
.dragOver {
  background-color: #eee !important;
}
.list-group-item.active {
  background: #ddd;
}
.dz-upload {
  font-style: italic;
  color: #aaa;
  font-size: 11px;
  padding-bottom: 2px;
}
.request-solicitor-quote:last-child {
  margin-bottom: 0 !important;
}
.request-solicitor-quote .btn-container {
  margin-top: 15px;
}
#mappingTable .select2-container {
  width: 100%;
}
ul.user-consent {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.user-consent li {
  padding: 0;
  margin: 0;
}
ul.user-consent li .space-under {
  margin-bottom: 6px;
}
ul.user-consent li .space-under label {
  font-weight: normal;
}
ul.user-consent li .space-under label span {
  width: 150px;
  display: inline-block;
}
ul.user-consent li .space-under label input {
  top: -1px;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: bottom;
  position: relative;
}
.warning-tab {
  background-color: #e66454 !important;
  border-bottom: #e66454 !important;
  color: #fff !important;
}
.ui-tabs-nav > .ui-tabs-active > a.warning-tab {
  border-bottom: #e66454 !important;
}
#Notes {
  overflow-y: auto;
}
.notes {
  padding: 5px 10px;
  border: 1px solid #ababab;
  min-height: 150px;
  height: 150px;
  overflow-y: auto;
}
.portfolio .field-validation-error {
  background: #f2dede;
  background-size: auto auto;
  border-color: #ebccd1;
  color: #b94a48;
  background-size: 20px 20px;
  display: block;
  border: 1px solid;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  padding: 5px 10px;
  border-radius: 2px;
  margin-top: 2px;
  position: relative;
}
.portfolio-widget {
  background-color: #daefff;
  padding: 15px 20px;
  margin-bottom: 10px;
}
.portfolio-widget i {
  font-size: 2.6em;
}
.portfolio-widget span {
  font-size: 1.5em;
  text-align: right;
  display: block;
}
.portfolio-widget label {
  font-size: 0.9em;
  text-align: right;
}
#properties {
  width: 100%;
}
#properties tr th {
  font-weight: normal;
}
#properties tr td {
  font-weight: bolder;
}
#properties tr td,
#properties tr th {
  padding: 10px;
}
#properties .right {
  text-align: right;
}
#properties .left {
  text-align: left;
}
#properties .centre {
  text-align: center;
}
#properties .address {
  max-width: 290px;
}
#properties .epc-value,
#properties .epc-empty {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 20px;
  display: block;
  width: 65px;
  text-align: center;
}
#properties .epc-value {
  background-color: #fccc00;
}
#properties .epc-empty {
  background-color: #dfdfdf;
}
.prop-search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-family: FontAwesome, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif, FontAwesome;
}
.signin-info .logo img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .signin-container#rdi-registration {
    width: 650px;
  }
  .signin-container#rdi-registration .signin-info {
    width: 35%;
  }
  .signin-container#rdi-registration .signin-form {
    width: 65%;
  }
  .signin-container#rdi-registration .signin-form .form-group:nth-child(-n+2) {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .signin-container#rdi-registration {
    width: 850px;
  }
  .signin-container#rdi-registration .signin-info {
    width: 30%;
  }
  .signin-container#rdi-registration .signin-form {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .signin-container#rdi-registration {
    width: 1000px;
  }
  .signin-container#rdi-registration .signin-info {
    width: 20%;
  }
  .signin-container#rdi-registration .signin-form {
    width: 80%;
  }
}
.signin-container#rdi-registration .signin-form .form-group.w-icon .signin-form-icon {
  left: 13px;
}
.signin-container#rdi-registration .signin-form #password-fields {
  margin-top: 10px;
}
.signin-container#rdi-registration .signin-form .addressContainer .form-group input {
  font-size: 15px;
}
.signin-container#rdi-registration .select2-container .select2-choice {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 3px;
}
.signin-container#rdi-registration .select2-container .select2-choice .select2-arrow {
  top: 4px;
}
.signin-text.signin-sub-header {
  margin: 20px 0 10px;
}
.rdi-consent {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rdi-consent li {
  padding: 0;
  margin: 0;
}
.rdi-consent li .space-under {
  margin-bottom: 6px;
}
.rdi-consent li .space-under label {
  font-weight: normal;
}
.rdi-consent li .space-under label input {
  top: -1px;
  margin: 0 15px 0 0;
  padding: 0;
  vertical-align: bottom;
  position: relative;
}
.m-b-20 {
  margin-bottom: 20px;
}
.check-read {
  vertical-align: bottom;
  position: relative;
  top: -1px;
  margin: 0 0 0 15px !important;
}
.terms-check {
  height: 20px;
  margin: 8px 0 0 0 !important;
}
.widget-support-tickets .ticket {
  padding: 0 0 14px 0;
}
.widget-support-tickets .ticket + .ticket {
  padding-top: 13px;
  border-top: 1px solid;
  border-top-color: #e4e4e4;
}
.widget-support-tickets .ticket:last-child {
  padding-bottom: 0;
}
.widget-support-tickets a.ticket-title {
  display: block;
  font-size: 14px;
  padding: 0 90px 0 0;
  line-height: 20px;
}
.widget-support-tickets a.ticket-title i {
  display: inline-block;
  font-size: 11px;
  margin: 0 5px 0 0;
  top: -1px;
  position: relative;
  text-decoration: none;
}
.widget-support-tickets a.ticket-title span {
  display: inline-block;
  color: #aaa;
  padding-left: 4px;
  text-decoration: none !important;
}
.widget-support-tickets .ticket-label {
  display: block;
  float: right;
  font-size: 10px;
  line-height: 18px;
  margin: 2px 0 0 0;
  padding: 0 5px;
  position: relative;
}
.widget-support-tickets .ticket-info {
  color: #aaa;
  font-size: 12px;
}
.widget-support-tickets .ticket-info a {
  color: #555;
}
.widget-support-tickets .ticket-info a:hover {
  color: #888;
}
.panel.widget-support-tickets .ticket,
.panel .widget-support-tickets .ticket {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget-comments .comment {
  padding: 0 0 10px 0;
}
.widget-comments .comment + .comment {
  padding-top: 10px;
  border-top: 1px solid;
  border-top-color: #e4e4e4;
}
.widget-comments .comment:last-child {
  padding-bottom: 0;
}
.widget-comments .comment-avatar {
  display: block;
  float: left;
  height: 32px;
  margin-top: 5px;
  width: 32px;
  border-radius: 99999px;
}
.widget-comments .comment-body {
  margin-left: 45px;
}
.widget-comments .comment-by,
.widget-comments .actions {
  color: #aaa;
  display: block;
}
.widget-comments .comment-by {
  font-style: italic;
}
.widget-comments .comment-by a {
  font-style: normal;
}
.widget-comments .comment-text {
  padding: 4px 0;
}
.widget-comments .comment-actions i {
  display: inline-block;
  margin-right: 5px;
  text-decoration: none;
}
.widget-comments .comment-actions,
.widget-comments .comment-actions a {
  color: #aaa;
  font-size: 12px;
}
.widget-comments .comment-actions a {
  margin-right: 10px;
  display: inline-block;
}
.widget-comments .comment-actions a:hover {
  color: #555;
}
.panel.widget-comments .comment,
.panel .widget-comments .comment {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget-article-comments .comment {
  padding-top: 13px;
}
.widget-article-comments .comment:first-child {
  padding-top: 0;
}
.widget-article-comments .comment > .comment {
  margin-left: 26px !important;
}
.widget-article-comments .comment-avatar {
  border-radius: 999999px;
  display: block;
  float: left;
  height: 32px;
  position: relative;
  width: 32px;
}
.widget-article-comments .comment-heading {
  font-size: 12px;
  padding-bottom: 2px;
}
.widget-article-comments .comment-heading span {
  color: #aaa;
  display: inline-block;
  font-size: 11px;
  margin-left: 5px;
}
.widget-article-comments .comment-body {
  float: none;
  margin-left: 46px;
  position: relative;
}
.widget-article-comments .comment-body:before {
  border-color: transparent #e4e4e4 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  content: "";
  display: block;
  height: 0px;
  left: -6px;
  position: absolute;
  top: 11px;
  width: 0px;
}
.widget-article-comments .comment-text {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 7px 12px 8px 12px;
}
.widget-article-comments .comment-footer {
  display: block;
  font-size: 12px;
  padding: 4px 12px 0 12px;
}
.widget-article-comments .comment-footer,
.widget-article-comments .comment-footer a {
  color: #aaa;
}
.widget-article-comments .comment-footer a:hover {
  color: #555;
}
.widget-article-comments .comment-footer i {
  font-size: 13px;
}
.panel.widget-article-comments .comment,
.panel .widget-article-comments .comment {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget-threads .thread {
  padding: 0 0 14px 0;
}
.widget-threads .thread + .thread {
  padding-top: 13px;
  border-top: 1px solid;
  border-top-color: #e4e4e4;
}
.widget-threads .thread:last-child {
  padding-bottom: 0;
}
.widget-threads .thread-avatar {
  display: block;
  float: left;
  height: 32px;
  margin-top: 2px;
  width: 32px;
  border-radius: 999999px;
}
.widget-threads .thread-body {
  margin-left: 42px;
}
.widget-threads .thread-time {
  float: right;
  font-size: 12px;
  color: #aaa;
}
.widget-threads .thread-info {
  color: #aaa;
  font-size: 12px;
}
.widget-threads .thread-info a {
  color: #555;
}
.widget-threads .thread-info a:hover {
  color: #888;
}
.panel.widget-threads .thread,
.panel .widget-threads .thread {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget-chat .message + .message {
  padding-top: 15px;
}
.widget-chat .message-avatar {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 2px;
}
.widget-chat .message-body {
  margin-left: 55px;
}
.widget-chat .message-heading {
  font-size: 12px;
  color: #aaa;
}
.widget-chat .message-text {
  background: #f4f4f4;
  margin-top: 4px;
  padding: 10px 15px 12px 15px;
  border-radius: 2px;
  position: relative;
}
.widget-chat .message-text:before {
  border-color: transparent #f4f4f4 transparent transparent;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  content: "";
  display: block;
  height: 0px;
  left: -6px;
  position: absolute;
  top: 6px;
  width: 0px;
}
.widget-chat .message.right .message-avatar {
  float: right;
}
.widget-chat .message.right .message-body {
  margin-left: 0;
  margin-right: 55px;
}
.widget-chat .message.right .message-text:before {
  border-color: transparent transparent transparent #f4f4f4;
  border-width: 6px 0 6px 6px;
  left: auto;
  right: -6px;
}
.widget-chat .chat-controls {
  width: 100%;
  position: relative;
}
.widget-chat .chat-controls .chat-controls-input {
  margin-right: 90px;
}
.widget-chat .chat-controls .chat-controls-btn {
  position: absolute;
  right: 20px;
  width: 80px;
  top: 10px;
}
.panel.widget-chat .message,
.panel .widget-chat .message {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.widget-profile .panel-heading {
  padding-top: 18px;
  padding-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.widget-profile .panel-heading:before,
.widget-profile .panel-heading:after {
  content: " ";
  display: table;
}
.widget-profile .panel-heading:after {
  clear: both;
}
.widget-profile .widget-profile-avatar {
  width: 52px;
  height: 52px;
  border-radius: 999999px;
  float: left;
  margin-right: 12px;
}
.widget-profile .widget-profile-header {
  float: none;
  overflow: hidden;
  position: relative;
  margin-top: 3px;
}
.widget-profile .widget-profile-header span {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}
.widget-profile .widget-profile-bg-icon {
  bottom: -23px;
  width: 100%;
  right: 5px;
  text-align: right;
  position: absolute;
}
.widget-profile .widget-profile-bg-icon > * {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.3);
}
.widget-profile .widget-profile-counters {
  text-align: center;
}
.widget-profile .widget-profile-counters > div {
  padding: 15px 0;
  font-size: 11px;
}
.widget-profile .widget-profile-counters > div span {
  font-size: 18px;
  font-weight: 700;
  color: #555;
}
.widget-profile .widget-profile-counters > div + div {
  border-left: 1px solid #e4e4e4;
}
.widget-profile .widget-profile-input {
  border: none;
  border-radius: 0;
}
.widget-profile .widget-profile-text {
  padding: 10px 15px;
}
.widget-profile .widget-profile-counters + .widget-profile-input,
.widget-profile .widget-profile-counters + .widget-profile-text,
.widget-profile .widget-profile-input + .widget-profile-counters,
.widget-profile .widget-profile-input + .widget-profile-text,
.widget-profile .widget-profile-text + .widget-profile-input,
.widget-profile .widget-profile-text + .widget-profile-counters {
  border-top: 1px solid #e4e4e4 !important;
}
.panel-dark .widget-profile .widget-profile-header,
.panel-dark.widget-profile .widget-profile-header {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.panel-dark .widget-profile .widget-profile-header a,
.panel-dark.widget-profile .widget-profile-header a {
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
.panel-dark .widget-profile .widget-profile-header a:hover,
.panel-dark.widget-profile .widget-profile-header a:hover {
  color: #fff;
}
.panel-dark .widget-profile .widget-profile-header span,
.panel-dark.widget-profile .widget-profile-header span {
  color: #fff;
}
.widget-profile.widget-profile-centered {
  text-align: center;
}
.widget-profile.widget-profile-centered .widget-profile-avatar {
  width: 70px;
  height: 70px;
  float: none;
  margin: 0 auto 8px auto;
  display: block;
}
.ie8 .widget-profile-bg-icon {
  display: none !important;
}
.widget-messages .message {
  padding: 9px 0;
  position: relative;
}
.widget-messages .message:before,
.widget-messages .message:after {
  content: " ";
  display: table;
}
.widget-messages .message:after {
  clear: both;
}
.widget-messages .message > * {
  line-height: 19px;
}
.widget-messages .message .action-checkbox,
.widget-messages .message .from {
  display: block;
  float: left;
}
.widget-messages .message .action-checkbox {
  width: 24px;
  padding-right: 5px;
}
.widget-messages .message .action-checkbox > label,
.widget-messages .message .action-checkbox > input {
  display: inline-block;
  margin: 0;
  position: relative;
}
.widget-messages .message .action-checkbox > label,
.widget-messages .message .action-checkbox > input {
  vertical-align: middle;
}
.widget-messages .message .action-checkbox > input,
.widget-messages .message .action-checkbox > label {
  top: -1px;
}
.widget-messages .message .from {
  /*min-width: 115px;
      max-width: 180px;
      width: 25%;
      padding-left: 5px;*/
  overflow: hidden;
  color: #555;
}
.widget-messages .message .from:hover {
  color: #888;
}
.widget-messages .message .title {
  display: block;
  float: none;
  overflow: hidden;
  /*padding-right: 60px;*/

}
.widget-messages .message .date {
  display: block;
  position: absolute;
  color: #888;
  width: 150px;
  right: 0;
  text-align: right;
  top: 9px;
}
.widget-messages .message .message-title-icon {
  font-weight: 400 !important;
  color: #555;
  display: inline-block;
  margin-right: 7px;
  font-size: 14px;
  text-decoration: none !important;
}
.widget-messages .message.unread .title {
  font-weight: 600;
}
.widget-messages .message + .message {
  border-top: 1px solid;
  border-top-color: #e4e4e4;
}
.widget-messages .message-header {
  padding: 0 5px;
}
.widget-messages .message-body {
  padding: 0 5px;
}
.widget-messages .message-date {
  padding: 0 5px;
}
.panel.widget-messages .message,
.panel .widget-messages .message {
  margin: 0 -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.panel.widget-messages .message .date,
.panel .widget-messages .message .date {
  right: 20px;
}
.widget-tasks .task {
  padding: 8px 0;
  position: relative;
  background: #fff;
  /*.label {
      display: block;
      position: absolute;
      right: 0;
    }*/

}
.widget-tasks .task:before,
.widget-tasks .task:after {
  content: " ";
  display: table;
}
.widget-tasks .task:after {
  clear: both;
}
.widget-tasks .task .action-checkbox,
.widget-tasks .task .task-title {
  display: block;
  line-height: 21px;
}
.widget-tasks .task .action-checkbox {
  float: left;
  width: 20px;
}
.widget-tasks .task .action-checkbox > label,
.widget-tasks .task .action-checkbox > input {
  display: inline-block;
  margin: 0;
  position: relative;
}
.widget-tasks .task .action-checkbox > label,
.widget-tasks .task .action-checkbox > input {
  vertical-align: middle;
}
.widget-tasks .task .action-checkbox > input,
.widget-tasks .task .action-checkbox > label {
  top: -1px;
}
.widget-tasks .task .task-title {
  color: #444;
  text-decoration: none;
  float: none;
  overflow: hidden;
}
.widget-tasks .task .task-title span {
  display: inline-block;
  color: #aaa;
  margin-left: 5px;
  font-size: 12px;
  font-style: italic;
}
.widget-tasks .task.completed a {
  color: #999;
  text-decoration: line-through;
}
.widget-tasks .task.completed a span {
  display: none;
}
.widget-tasks .task .task-sort-icon {
  color: #bbb;
  cursor: move;
  display: block;
  float: left;
  position: relative;
  margin: -8px 6px -8px 0;
  padding: 8px 12px;
  line-height: 21px;
}
.widget-tasks .task + .task {
  border-top: 1px solid;
  border-top-color: #e4e4e4;
}
.widget-tasks .task.ui-sortable-helper {
  background: #f1f6f7;
}
.widget-tasks .task-priority {
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.widget-tasks .label ~ .label {
  clear: both;
}
.panel.widget-tasks .task,
.panel .widget-tasks .task {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 -20px;
  /*.label {
    right: @panel-content-padding;
  }*/

}
.panel.widget-tasks .task .task-sort-icon,
.panel .widget-tasks .task .task-sort-icon {
  margin-left: -11px;
}
.task-paging-label {
  margin-top: 7px;
}
.task-paging-controls {
  padding-right: 0;
}
.task-paging-controls .pagination > li:last-child > a,
.task-paging-controls .pagination > li:last-child > span {
  margin-right: 0;
}
.task-widget .panel-body,
.broker-task-widget .panel-body {
  min-height: 300px;
}
#task-widget-task-list .task-priority .label {
  min-width: 58px;
}
.widget-rating,
.widget-rating li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.widget-rating a,
.widget-rating li a {
  display: block;
  color: #bbb;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
}
.widget-rating a:before,
.widget-rating li a:before {
  content: "\f005";
  font-family: FontAwesome;
}
.widget-maps {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.widget-maps img {
  max-width: none !important;
}
.widget-maps label {
  display: inline !important;
  width: auto !important;
}
.widget-maps .gmnoprint {
  line-height: normal !important;
}
.widget-notifications .notification {
  position: relative;
  padding: 7px 12px;
}
.widget-notifications .notification + .notification {
  border-top: 1px solid #e4e4e4;
}
.widget-notifications .notifications-list {
  overflow: hidden;
  position: relative;
}
.widget-notifications .notification-title,
.widget-notifications .notification-description,
.widget-notifications .notification-ago {
  display: block;
  margin-right: 35px;
}
.widget-notifications .notification-title {
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 1px;
}
.widget-notifications .notification-description {
  font-size: 11px;
  color: #666;
}
.widget-notifications .notification-ago {
  font-size: 11px;
  font-style: italic;
  color: #bbb;
}
.widget-notifications .notification-icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -13px 12px 0 0;
  font-size: 14px;
}
.widget-notifications .notifications-link {
  text-align: center;
  padding: 8px 0 !important;
  border-top: 1px solid #e4e4e4;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 800;
  color: #999;
  line-height: 18px !important;
  height: auto !important;
}
.widget-notifications .notifications-link:hover {
  background: #f4f4f4;
  color: #555;
}
.widget-messages-alt .panel {
  margin-bottom: 0;
}
.widget-messages-alt .panel-body {
  padding: 5px;
}
.widget-messages-alt .message {
  position: relative;
  padding: 10px 12px;
}
.widget-messages-alt .message + .message {
  border-top: 1px solid #e4e4e4;
}
.widget-messages-alt .messages-list {
  overflow: hidden;
  position: relative;
}
.widget-messages-alt .messages-list abbr {
  display: block;
  border-bottom-width: 0;
}
.widget-messages-alt .message-avatar {
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  border-radius: 999999px;
  top: 50%;
  margin-top: -16px;
  left: 12px;
}
.widget-messages-alt .message-subject,
.widget-messages-alt .message-description,
.widget-messages-alt .message-subject a,
.widget-messages-alt .message-description a {
  line-height: 17px !important;
}
.widget-messages-alt .message-subject {
  display: block;
  padding-left: 10px;
  margin-bottom: 2px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.widget-messages-alt .message-description {
  display: block;
  padding-left: 10px;
  font-size: 11px;
  color: #aaa;
  height: auto !important;
}
.widget-messages-alt .message-description a {
  color: #555;
}
.widget-messages-alt .message-description a:hover {
  color: #888;
}
.widget-messages-alt .messages-link {
  text-align: center;
  padding: 8px 0 !important;
  border-top: 1px solid #e4e4e4;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 800;
  color: #999;
  line-height: 18px !important;
  height: auto !important;
}
.widget-messages-alt .messages-link:hover {
  background: #f4f4f4;
  color: #555;
}
.widget-messages-alt .messages-link,
.widget-tasks-alt .messages-link {
  text-align: center;
  padding: 8px 0 !important;
  border-top: 1px solid #e4e4e4;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 800;
  color: #999;
  line-height: 18px !important;
  height: auto !important;
}
.widget-messages-alt .messages-link:hover,
.widget-tasks-alt .messages-link:hover {
  background: #f4f4f4;
  color: #555;
}
.widget-tasks-alt .panel {
  margin-bottom: 0;
}
.widget-tasks-alt .panel-body {
  padding: 5px;
}
.widget-tasks-alt .task {
  position: relative;
  padding: 10px 12px;
}
.widget-tasks-alt .task,
.widget-tasks-alt .task a,
.widget-tasks-alt .task .caseId,
.widget-tasks-alt .task .comments {
  line-height: 17px !important;
}
.widget-tasks-alt .task + .task {
  border-top: 1px solid #e4e4e4;
}
.widget-tasks-alt .task-list {
  overflow: hidden;
  position: relative;
}
.widget-tasks-alt .caseId {
  display: inline-block;
  color: #444444;
}
.widget-tasks-alt .comments {
  color: #444444;
}
.widget-tasks-alt .tasks-link {
  text-align: center;
  padding: 8px 0 !important;
  border-top: 1px solid #e4e4e4;
  display: block;
  text-decoration: none !important;
  font-size: 10px;
  font-weight: 800;
  color: #999;
  line-height: 18px !important;
  height: auto !important;
}
.widget-tasks-alt .tasks-link:hover {
  background: #f4f4f4;
  color: #555;
}
.appointment-widget-panel .panel-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.appointment-widget-panel .panel-body .date-title {
  background: #edf0f1;
  font-weight: 500;
  padding: 9px 20px !important;
  font-size: 1.1em;
}
.appointment-widget-panel .panel-body .appointment {
  padding: 9px 20px !important;
  margin: 0 -20px;
}
.appointment-widget-panel .panel-body .appointment .duration {
  font-style: italic;
  color: #aaaaaa;
  font-size: 11px;
  margin-left: 9px;
}
.appointment-widget-panel .appointment + .appointment,
.appointment-widget-panel .date-title + .appointment,
.appointment-widget-panel .appointment + .date-title {
  border-top: 1px solid;
  border-top-color: #e4e4e4;
}
.public-appointment-widget .appointment-calender-container {
  position: relative;
}
.public-appointment-widget .appointment-calender-container #calender-container {
  height: 270px;
  width: 212px;
  position: relative;
}
.public-appointment-widget .appointment-calender-container #calender {
  background: #fff;
  height: 270px;
  width: 212px;
}
.public-appointment-widget .appointment-calender-container .appointmentTimes {
  background: #fff;
  height: 270px;
  width: 212px;
  position: absolute;
}
.public-appointment-widget .appointment-calender-container .appointmentTimes .panel-heading {
  background-color: #0c86c7;
  border-color: #0c86c7;
  border-bottom: none !important;
  color: white;
  font-weight: 600;
  line-height: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  text-align: center;
}
.public-appointment-widget .appointment-calender-container .appointmentTimes .panel-title {
  line-height: 35px !important;
  font-size: 16px;
}
.public-appointment-widget .appointment-calender-container .clientDetails {
  background: #fff;
  height: 270px;
  width: 212px;
}
.case-summary-panel .panel-body .row {
  margin-top: 10px;
  margin-bottom: 10px;
}
.case-summary-panel .panel-body .row:first-child {
  font-weight: 700;
}
body {
  background: #fafafa;
}
.page-header {
  background: transparent;
  border-color: #eee;
}
.table,
.panel,
hr {
  border-color: #dcdcdc;
}
.bordered {
  border-color: #dcdcdc;
}
.bordered[class*='bg-'],
[class*='bg-'] .border-t {
  border-color: #fff;
  border-color: rgba(0, 0, 0, 0.2);
}
.panel.panel-transparent > .panel-heading {
  border-bottom-color: #dcdcdc !important;
}
.breadcrumb-page {
  background: transparent;
  border-bottom: 1px solid #eee;
  padding-bottom: 6px;
  padding-top: 6px;
}
.ui-tabs-panel {
  padding-top: 20px;
}
/*.loading-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/loading_lg.gif) no-repeat center center #fff;
    opacity: 0.8;
}*/

.loading-overlay {
  border: 26px solid #f3f3f3;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  opacity: 0.8;
  margin: 100px auto;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#main-navbar .navbar-header a {
  color: #0c86c7;
}
#main-navbar .navbar-header,
#main-navbar .navbar-collapse {
  background: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-navbar .navbar-collapse {
  border-top: 1px solid #ffffff;
}
#main-navbar .dropdown > a,
#main-navbar .dropdown-menu > li > a,
#main-navbar .nav > li > a {
  color: #0c86c7;
}
#main-navbar .navbar-toggle {
  color: #0c86c7;
}
#main-navbar #main-menu-toggle {
  background: white;
  color: #0c86c7;
}
#main-navbar #main-menu-toggle .fa:before {
  color: #0c86c7;
}
#main-navbar li + li,
#main-navbar .nav + .nav,
#main-navbar .nav + .right {
  border-top: 1px solid #ffffff;
}
#main-navbar .dropdown.open > a {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #f2f2f2;
  margin-top: -1px;
  background: #f7f7f7;
}
#main-navbar form.navbar-form {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-navbar form.navbar-form .form-control {
  background: #fff;
  border-color: white;
  border-radius: 999999px;
}
@media (min-width: 768px) {
  #main-navbar li + li,
  #main-navbar .nav + .nav,
  #main-navbar .nav + .right {
    border-top: none;
  }
  #main-navbar .navbar-collapse {
    border-top: none;
  }
  #main-navbar .nav > li > a:hover {
    background: #f7f7f7;
  }
  #main-navbar .dropdown.open > a {
    border-top: none;
    border-bottom: none;
    margin-top: 0;
    background: #f7f7f7;
  }
  #main-navbar .dropdown-menu {
    border-radius: 2px;
    margin-top: 3px;
    padding: 5px 0;
  }
  #main-navbar .dropdown-menu > li > a {
    color: #555;
  }
  #main-navbar .dropdown-menu > li > a:hover {
    background: #f6f6f6;
  }
}
#main-menu-bg,
.mmc-dropdown-open > ul {
  background: #edf0f1;
}
#main-menu #main-menu-inner {
  padding-top: 10px;
}
#main-menu .navigation li a {
  color: #000;
  font-size: 12px;
  border-bottom: 1px solid #dfe4e6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#main-menu .navigation li a:hover {
  color: #000000;
}
#main-menu .navigation li.active > a {
  color: #000000;
  background: #fafafa;
}
#main-menu .navigation > li:first-child {
  border-top: 1px solid #dfe4e6;
}
#main-menu .mm-dropdown.active > a {
  background: none !important;
}
#main-menu .mmc-dropdown-open > a {
  color: #000000 !important;
}
#main-menu .mmc-title {
  color: #000000;
  background: #edf0f1;
}
#main-menu .mmc-dropdown-open > ul {
  border: 1px solid #eee;
  margin-top: -1px;
  background: #edf0f1 !important;
  z-index: auto;
}
#main-menu .menu-content {
  border: none;
  margin-top: -10px;
}
#main-menu .menu-content .btn-outline {
  border-color: #dfe4e6;
  color: #000;
}
#main-menu .menu-content .btn-outline:hover,
#main-menu .menu-content .btn-outline:active {
  border-color: transparent;
  color: #fff;
}
.mmc-dropdown-open .mm-dropdown.open > a,
.mme #main-menu .mm-dropdown.open > a {
  color: #000000 !important;
}
@media (min-width: 768px) {
  #main-menu .mm-dropdown.open > a {
    color: #000000;
  }
  .mmc #main-menu .navigation > .mm-dropdown.open > a {
    color: #000;
  }
}
#main-menu-bg,
.right-to-left.main-menu-right #main-menu-bg {
  border-left: none;
  border-right: 1px solid #dfe4e6;
}
#main-menu .mmc-dropdown-open > ul,
.right-to-left.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: -1px;
  margin-right: 0;
}
.right-to-left #main-menu-bg,
.main-menu-right #main-menu-bg {
  border-left: 1px solid #dfe4e6;
  border-right: none;
}
.right-to-left #main-menu .mmc-dropdown-open > ul,
.main-menu-right #main-menu .mmc-dropdown-open > ul {
  margin-left: 0;
  margin-right: -1px;
}
.page-signin .signin-info {
  background: #fff;
}
.nav-icon-btn.nav-icon-btn-primary .label {
  background: #0c86c7;
}
.btn-primary {
  color: #fff;
}
.btn-primary,
.btn-primary:focus {
  border-color: #0b7cb9;
  border-bottom-color: #085984;
  background: #0c86c7;
  background-image: -webkit-linear-gradient(top, #0c89cc 0%, #0b76af 100%);
  background-image: linear-gradient(to bottom, #0c89cc 0%, #0b76af 100%);
  background-repeat: repeat-x;
}
.btn-primary:hover {
  border-bottom-color: #063f5d;
  color: #fff;
  border-color: #0b7cb9;
  background: #0b76af !important;
  background-image: -webkit-linear-gradient(top, #0b80bd 0%, #0a6ca1 100%) !important;
  background-image: linear-gradient(to bottom, #0b80bd 0%, #0a6ca1 100%) !important;
  background-repeat: repeat-x;
}
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {
  border-bottom-color: #085984 !important;
  background: none;
  background: #0b79b4 !important;
}
.btn-primary:active,
.btn-primary.active,
.open .btn-primary.dropdown-toggle {
  border-color: #085984;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.btn-primary.btn-flat {
  background: #0b7cb9;
}
.btn-primary.btn-flat:hover,
.btn-primary.btn-flat:active,
.btn-primary.btn-flat.active,
.open .btn-primary.btn-flat.dropdown-toggle {
  background: #0b7cb9 !important;
  color: #fff;
  border-color: #0b7cb9;
  border-bottom-color: #063f5d;
  background: #0a73aa;
}
.btn-primary.btn-outline:hover,
.btn-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #0b7cb9;
  border-bottom-color: #063f5d;
}
.btn-primary.btn-outline:active,
.btn-primary.btn-outline.btn-flat:active {
  border-color: #0b7cb9;
}
.btn-group .btn-primary,
.btn-group .btn-primary:focus,
.input-group-btn .btn-primary,
.input-group-btn .btn-primary:focus {
  border-left-color: #0a6ca1;
  border-right-color: #0a6ca1;
}
.btn-group .btn-primary:hover,
.btn-group.open .btn-primary.dropdown-toggle,
.input-group-btn .btn-primary:hover,
.input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #085984;
}
.btn-group .btn-primary:active,
.btn-group .btn-primary.active,
.input-group-btn .btn-primary:active,
.input-group-btn .btn-primary.active {
  border-left-color: #085984;
  border-right-color: #085984;
}
.open .btn.btn-primary.dropdown-toggle {
  color: #fff;
  border-bottom-color: #085984 !important;
  background: none;
  background: #0b79b4 !important;
}
.progress-bar {
  background: #0c86c7;
  border-color: #0a73aa;
}
.progress-striped .progress-bar {
  background-color: #0c86c7;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.label.label-primary {
  background: #0c86c7;
}
.label.label-primary[href]:hover,
.label.label-primary[href]:focus {
  background-color: #096697;
}
.label.label-primary.label-tag {
  border: 1px solid #0c86c7;
}
.label.label-primary.label-tag:before {
  border-color: transparent #0c86c7 transparent transparent;
}
.label.label-primary.label-tag[href]:hover,
.label.label-primary.label-tag[href]:focus {
  border-color: #096697;
}
.label.label-primary.label-tag[href]:hover:before,
.label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #096697 transparent transparent;
}
.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #0c86c7;
}
.right-to-left .label.label-primary.label-tag[href]:hover:before,
.right-to-left .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent transparent transparent #096697;
}
.ie8 .right-to-left .label.label-primary.label-tag:before,
.ie9 .right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #0c86c7 transparent transparent;
}
.ie8 .right-to-left .label.label-primary.label-tag[href]:hover:before,
.ie8 .right-to-left .label.label-primary.label-tag[href]:focus:before,
.ie9 .right-to-left .label.label-primary.label-tag[href]:hover:before,
.ie9 .right-to-left .label.label-primary.label-tag[href]:focus:before {
  border-color: transparent #096697 transparent transparent;
}
.right-to-left .label.label-primary.label-tag:before {
  border-color: transparent transparent transparent #0c86c7;
}
.right-to-left .label.label-primary.label-tag:hover:before,
.right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent transparent transparent #096697;
}
.ie8 .right-to-left .label.label-primary.label-tag:before,
.ie9 .right-to-left .label.label-primary.label-tag:before {
  border-color: transparent #0c86c7 transparent transparent;
}
.ie8 .right-to-left .label.label-primary.label-tag:hover:before,
.ie8 .right-to-left .label.label-primary.label-tag:focus:before,
.ie9 .right-to-left .label.label-primary.label-tag:hover:before,
.ie9 .right-to-left .label.label-primary.label-tag:focus:before {
  border-color: transparent #096697 transparent transparent;
}
.badge.badge-primary {
  background: #0c86c7;
  border: 1px solid #0c86c7;
}
.badge.badge-primary[href]:hover,
.badge.badge-primary[href]:focus {
  background-color: #096697;
  border-color: #096697;
}
.badge.badge-primary {
  background: #0c86c7;
  border: 1px solid #0c86c7;
}
.badge.badge-primary[href]:hover,
.badge.badge-primary[href]:focus {
  background-color: #096697;
  border-color: #096697;
}
.table-primary table {
  border-top-color: #145c82 !important;
}
.table-primary thead,
.table-primary thead tr,
.table-primary thead th,
.table-primary .table-header {
  border-color: #145c82 !important;
  color: #fff;
}
.table-primary thead tr,
.table-primary thead th {
  background: #1170a3;
}
.table-primary .table-header {
  background: #0c86c7;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #0c86c7;
  border-bottom: 2px solid #0b76af;
}
.nav-tabs .nav-tabs.nav-justified > .active > a {
  border-bottom-color: #0b76af;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: #0c86c7;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li.active > a {
  background: #0c86c7;
}
.dropdown-menu > li > a:hover {
  color: #fff;
}
.btn-group .btn-primary,
.btn-group .btn-primary:focus,
.input-group-btn .btn-primary,
.input-group-btn .btn-primary:focus {
  border-left-color: #0a6ca1;
  border-right-color: #0a6ca1;
}
.btn-group .btn-primary:hover,
.btn-group.open .btn-primary.dropdown-toggle,
.input-group-btn .btn-primary:hover,
.input-group-btn.open .btn-primary.dropdown-toggle {
  border-color: #085984;
}
.btn-group .btn-primary:active,
.btn-group .btn-primary.active,
.input-group-btn .btn-primary:active,
.input-group-btn .btn-primary.active {
  border-left-color: #085984;
  border-right-color: #085984;
}
.pagination > li > a:hover {
  border-color: #0c86c7;
}
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span {
  background: #0c86c7;
  border-color: #0c86c7;
}
.pager li > a:hover {
  border-color: #0c86c7;
}
a.list-group-item.active {
  background: #0c86c7;
  border-color: #0c86c7;
}
a.list-group-item.active .list-group-item-text {
  color: #a5dcfa;
}
.form-control:focus,
.form-control.focus {
  border-color: #0c86c7;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gt-ie8  input.px:focus + .lbl:before,
.gt-ie8  input.px + .lbl:hover:before {
  border-color: #0c86c7;
}
.gt-ie8  input[type="checkbox"].px + .lbl:after {
  color: #0c86c7;
}
.gt-ie8  input[type="radio"].px + .lbl:after {
  background: #0c86c7;
}
.text-primary,
.text-primary:hover,
.text-primary:active,
.text-primary:focus,
.text-primary a,
.text-primary a:focus {
  color: #0c86c7;
}
.text-primary a:hover,
.text-primary a:active {
  color: #08557f;
}
.bg-primary {
  background: #0c86c7;
}
.bg-primary[href]:hover {
  background: #117ab3;
}
.bg-primary.darken {
  background: #117ab3;
}
.bg-primary.darken[href]:hover {
  background: #1071a5;
}
.bg-primary.darker {
  background: #1071a5;
}
.bg-primary.darker[href]:hover {
  background: #0e6797;
}
.bg-primary,
.bg-primary:hover,
.bg-primary:active,
.bg-primary:focus,
.bg-primary a,
.bg-primary a:focus {
  color: #fff;
}
.bg-primary a:hover,
.bg-primary a:active {
  color: #d9d9d9;
}
.bg-primary[href]:hover,
.bg-primary [href]:hover {
  color: #fff;
}
.bg-primary * {
  border-color: #0e9de9;
}
.bg-primary-alternate {
  background: #0c86c7;
}
.bg-primary-alternate[href]:hover {
  background: #117ab3;
}
.bg-primary-alternate.darken {
  background: #117ab3;
}
.bg-primary-alternate.darken[href]:hover {
  background: #1071a5;
}
.bg-primary-alternate.darker {
  background: #1071a5;
}
.bg-primary-alternate.darker[href]:hover {
  background: #0e6797;
}
.bg-primary-alternate,
.bg-primary-alternate:hover,
.bg-primary-alternate:active,
.bg-primary-alternate:focus,
.bg-primary-alternate a,
.bg-primary-alternate a:focus {
  color: #fff;
}
.bg-primary-alternate a:hover,
.bg-primary-alternate a:active {
  color: #d9d9d9;
}
.bg-primary-alternate[href]:hover,
.bg-primary-alternate [href]:hover {
  color: #fff;
}
.bg-primary-alternate * {
  border-color: #0e9de9;
}
.ui-slider-handle.ui-state-active:before {
  background: #0c86c7;
}
.ui-slider-range {
  background: #0c86c7;
}
.ui-autocomplete > li > a:hover,
.ui-autocompletev > li.active > a {
  background: #0c86c7;
}
.ui-autocomplete > li > a:hover {
  color: #fff;
}
.ui-autocomplete .ui-state-focus {
  background: #0c86c7;
  color: #fff;
}
.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  background: #0c86c7;
}
.ui-progressbar-value {
  background: #0c86c7;
  border-color: #0a73aa;
  background-color: #0c86c7;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.1)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-size: 10px 10px;
}
.ui-tabs-nav > .ui-tabs-active > a,
.ui-tabs-nav > .ui-tabs-active > a:hover,
.ui-tabs-nav > .ui-tabs-active > a:focus {
  color: #fff;
  background: #0c86c7;
  border-bottom: 2px solid #0b76af;
}
.ui-datepicker .ui-state-active {
  background: #0c86c7 !important;
}
.ui-datepicker-title {
  background: #0c86c7;
}
.ui-datepicker th {
  background: #1d709c;
}
.ui-datepicker-buttonpane button.ui-priority-primary {
  color: #fff;
}
.ui-datepicker-buttonpane button.ui-priority-primary,
.ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-color: #0b7cb9;
  border-bottom-color: #085984;
  background: #0c86c7;
  background-image: -webkit-linear-gradient(top, #0c89cc 0%, #0b76af 100%);
  background-image: linear-gradient(to bottom, #0c89cc 0%, #0b76af 100%);
  background-repeat: repeat-x;
}
.ui-datepicker-buttonpane button.ui-priority-primary:hover {
  border-bottom-color: #063f5d;
  color: #fff;
  border-color: #0b7cb9;
  background: #0b76af !important;
  background-image: -webkit-linear-gradient(top, #0b80bd 0%, #0a6ca1 100%) !important;
  background-image: linear-gradient(to bottom, #0b80bd 0%, #0a6ca1 100%) !important;
  background-repeat: repeat-x;
}
.ui-datepicker-buttonpane button.ui-priority-primary:active,
.ui-datepicker-buttonpane button.ui-priority-primary.active,
.open .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-bottom-color: #085984 !important;
  background: none;
  background: #0b79b4 !important;
}
.ui-datepicker-buttonpane button.ui-priority-primary:active,
.ui-datepicker-buttonpane button.ui-priority-primary.active,
.open .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #085984;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1) inset;
}
.ui-datepicker-buttonpane button.ui-priority-primary.btn-flat {
  background: #0b7cb9;
}
.ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:hover,
.ui-datepicker-buttonpane button.ui-priority-primary.btn-flat:active,
.ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.active,
.open .ui-datepicker-buttonpane button.ui-priority-primary.btn-flat.dropdown-toggle {
  background: #0b7cb9 !important;
  color: #fff;
  border-color: #0b7cb9;
  border-bottom-color: #063f5d;
  background: #0a73aa;
}
.ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:hover,
.ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:hover {
  color: #fff;
  border-color: #0b7cb9;
  border-bottom-color: #063f5d;
}
.ui-datepicker-buttonpane button.ui-priority-primary.btn-outline:active,
.ui-datepicker-buttonpane button.ui-priority-primary.btn-outline.btn-flat:active {
  border-color: #0b7cb9;
}
.btn-group .ui-datepicker-buttonpane button.ui-priority-primary,
.btn-group .ui-datepicker-buttonpane button.ui-priority-primary:focus,
.input-group-btn .ui-datepicker-buttonpane button.ui-priority-primary,
.input-group-btn .ui-datepicker-buttonpane button.ui-priority-primary:focus {
  border-left-color: #0a6ca1;
  border-right-color: #0a6ca1;
}
.btn-group .ui-datepicker-buttonpane button.ui-priority-primary:hover,
.btn-group.open .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle,
.input-group-btn .ui-datepicker-buttonpane button.ui-priority-primary:hover,
.input-group-btn.open .ui-datepicker-buttonpane button.ui-priority-primary.dropdown-toggle {
  border-color: #085984;
}
.btn-group .ui-datepicker-buttonpane button.ui-priority-primary:active,
.btn-group .ui-datepicker-buttonpane button.ui-priority-primary.active,
.input-group-btn .ui-datepicker-buttonpane button.ui-priority-primary:active,
.input-group-btn .ui-datepicker-buttonpane button.ui-priority-primary.active {
  border-left-color: #085984;
  border-right-color: #085984;
}
.select2-drop-active,
.select2-container-multi.select2-container-active .select2-choices,
.select2-container-multi.select2-dropdown-open .select2-choices {
  border: 1px solid #0c86c7;
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #0c86c7;
}
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #0c86c7;
}
.select2-dropdown-open .select2-drop-above .select2-choice,
.select2-dropdown-open .select2-drop-above .select2-choices {
  border: 1px solid #0c86c7;
  border-top-color: #aaa;
}
.select2-results .select2-highlighted {
  background: #0c86c7;
}
.select2-primary .select2-container-multi .select2-choices .select2-search-choice {
  background: #0c86c7;
}
.select2-primary .select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #096697;
}
.select2-primary .select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  background: #0c86c7 !important;
}
.switcher-primary .switcher-state-on {
  background: #0c86c7 !important;
}
.pixel-file-input:hover {
  border-color: #0c86c7;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background: #0c86c7;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background: #0c86c7;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background: #0c86c7;
}
.datepicker thead tr {
  background: #1d709c;
}
.datepicker thead tr:first-child {
  background: #0c86c7 !important;
  border-bottom-color: #1f5877 !important;
}
.datepicker thead th.prev,
.datepicker thead th.next {
  background: #0c86c7;
}
.datepicker thead th.prev {
  border-color: #1f5877;
}
.datepicker thead th.next {
  border-color: #1f5877;
}
.datepicker > .datepicker-days thead tr:first-child th.cw + .prev {
  border-color: #1f5877;
}
.datepicker > .datepicker-days thead tr:last-child th.cw + th {
  border-color: #1f5877;
}
.bootstrap-timepicker-widget table td a:hover {
  background: #0c86c7;
  border-color: #0c86c7;
}
.pagination a.dp-today,
.pagination a.dp-today:hover {
  background: #15a4f1;
  border-color: #0d96df;
}
.pagination a.dp-today:hover {
  border-color: #0c86c7 !important;
}
.pagination a.dp-selected {
  background: #0c86c7 !important;
  border-color: #0c86c7 !important;
}
.tt-suggestion.tt-is-under-cursor {
  background: #0c86c7;
}
.table-primary .dataTables_wrapper .DT-per-page {
  border-color: #145c82 !important;
}
.dropzone-box.dz-drag-hover {
  border-color: #0c86c7;
}
.dropzone-box:hover .fa.fa-cloud-upload {
  background: #0c86c7;
}
.md-editor.active {
  border-color: #0c86c7;
}
.widget-rating .active a {
  color: #0c86c7;
}
/* Imports */

.k-state-disabled,
.k-widget[disabled] {
  background: #eeeeee !important;
  border-color: #c2c2c2 !important;
}
.k-state-disabled .k-select,
.k-widget[disabled] .k-select {
  background: #c7c7c7 !important;
  color: #555555 !important;
}
.k-state-disabled .k-select .k-icon,
.k-widget[disabled] .k-select .k-icon {
  color: #555555 !important;
}
.k-block > .k-header {
  height: 35px !important;
}
.k-window {
  font-size: 13px;
}
.k-window-title {
  line-height: 1.428571429 !important;
}
.k-window div.k-window-content {
  overflow: auto;
}
.k-widget.form-control .k-input {
  height: 100% !important;
}
.k-widget.k-datepicker,
.k-widget.k-datepicker input,
.k-widget.k-datetimepicker,
.k-widget.k-datetimepicker input {
  width: 100% !important;
  font-size: 13px !important;
  height: 100% !important;
  min-height: 32px;
  max-height: 32px;
}
.k-widget.k-multiselect .k-multiselect-wrap {
  border: 1px solid #d6d6d6;
  min-height: 32px;
  padding: 1px;
}
.k-widget.k-datepicker .k-state-default {
  width: 100% !important;
  height: 100% !important;
  border-top-color: #c2c2c2;
  border: 1px solid #d6d6d6;
  min-height: 32px !important;
  max-height: 32px !important;
}
.k-widget.k-datetimepicker .k-state-default {
  width: 100% !important;
  height: 100% !important;
  border-top-color: #c2c2c2;
  border: 1px solid #d6d6d6;
  min-height: 32px !important;
  max-height: 32px !important;
}
.k-widget.k-datepicker .k-state-focused,
.k-widget.k-multiselect .k-state-focused {
  border-color: #0c86c7 !important;
  box-shadow: none;
}
.k-tabstrip {
  font-size: 13px;
}
.k-tooltip-content {
  font-size: 13px !important;
}
.k-item {
  font-size: 13px !important;
}
.k-input {
  font-size: 13px !important;
}
.k-textbox {
  font-size: 13px !important;
}
.k-callout-s {
  border-top-color: #0c86c7 !important;
}
.k-radio-label:before {
  border-color: inherit !important;
}
.k-button-group {
  margin: 15px;
}
.k-grid .k-alt.k-state-selected {
  background-color: #f1f1f1 !important;
  color: #000000;
}
.k-grid-content td[role="gridcell"] {
  cursor: pointer;
}
.k-tooltip {
  width: auto !important;
}
.k-dialog {
  width: 500px !important;
}
.k-checkbox {
  height: 25px !important;
  width: 25px !important;
  border: 1px solid darkgrey !important;
}
.k-checkbox-label::before {
  border-color: darkgrey !important;
}
.k-checkbox-label {
  padding-left: 30px !important;
}
span.k-widget.k-tooltip-validation {
  display: inline-block;
  width: 100%;
  text-align: left;
  border: 0;
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  color: red;
  font-size: 13px;
}
span.k-widget.k-tooltip-validation:after {
  content: "\A";
  white-space: pre;
  display: inline !important;
}
span.telerik-append-styling {
  width: 45px;
  height: 28.5px;
  background: #eee;
  border: 1px solid darkgrey !important;
  padding: 5px;
  margin: 0px 0 0 -1px;
  display: inline;
  float: right;
  text-align: center;
}
.k-state-disabled[disabled],
.k-state-disabled .k-state-disabled,
.k-widget[disabled] [disabled],
.k-widget[disabled] .k-state-disabled {
  color: #000;
}
/* 
    This is a less file that positions the pixel wizard steps to
    go down the side of content below it.
*/

.oms-side-steps .oms-wizard-steps.oms-position-left {
  float: left;
  width: 234px;
  margin: 0 5px 18px 0;
  overflow-y: scroll;
  height: 580px;
  min-height: 580px;
  max-height: 580px;
}
.oms-side-steps .oms-wizard-steps.oms-position-left::-webkit-scrollbar {
  width: 9px;
  border-radius: 20px;
}
.oms-side-steps .oms-wizard-steps.oms-position-left::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
}
.oms-side-steps .oms-wizard-steps.oms-position-left::-webkit-scrollbar-track {
  background: #dedede;
}
.oms-side-steps .oms-wizard-content.oms-position-right {
  float: right;
  width: calc(100% - 240px);
}
/* -------- New sidebase styling -------- */

#Sidebar {
  padding: 0;
  position: fixed;
  background: #fafafa;
  min-width: 400px;
  width: 400px;
  height: calc(100vh - 75px);
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: -4px 0 8px -6px #616161;
  transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -ms-transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#Sidebar .header {
  width: 100%;
  height: 50px;
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fafafa;
}
#Sidebar .header .title-holder {
  height: 100%;
  width: calc(100% - 100px);
  float: left;
}
#Sidebar .header .title-holder .title {
  margin: 13px 0;
  padding: 0 15px;
}
#Sidebar .header .title-holder .title img {
  margin: -5px 0;
  height: 40px;
}
#Sidebar .header .close {
  opacity: unset;
  text-shadow: none;
  color: #555;
  line-height: unset;
  font-weight: unset;
  font-size: 20px;
  float: right;
  height: 100%;
  width: 50px;
  border-radius: 0 0 0 10px;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
#Sidebar .header .close span {
  font-weight: 100;
  font-size: 30px;
  color: #555;
  line-height: 1.6;
  margin: 0 12px;
}
#Sidebar .header .close:hover {
  color: #0c86c7;
  background: #ededed;
}
#Sidebar.collapsed-right {
  right: -700px !important;
}
#Sidebar.collapsed-left {
  left: -700px !important;
}
#Sidebar.sidebar-right {
  right: 0;
  top: 75px;
  border-left: 2px solid #0c86c7;
}
#Sidebar.sidebar-left {
  left: 56px;
  top: 75px;
  border-right: 2px solid #0c86c7;
}
#Sidebar::-webkit-scrollbar {
  width: 9px;
}
#Sidebar::-webkit-scrollbar-thumb {
  background: rgba(156, 156, 156, 0.7);
  border-radius: 20px;
}
#Sidebar::-webkit-scrollbar-track {
  background: #dedede;
}
@media (max-width: 768px) {
  html.sidebar-active {
    overflow: hidden;
  }
  #Sidebar {
    width: calc(100% - 56px);
  }
}
/* 
    This is a less file that Styles and positions the 
    home screen widgets
*/

.home-widget-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-widget-grid__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em;
  border: 0.5em solid #fafafa;
  flex-shrink: 0;
}
.home-widget-grid__card__title,
.home-widget-grid__card__subtitle {
  margin: 0;
  padding-top: 0.5em;
  text-align: center;
}
.home-widget-grid__card__title {
  font-weight: bold;
  font-size: clamp(16px, 1vw, 22px) !important;
  padding-top: 0.5em;
}
.home-widget-grid__card__action-list {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  margin-bottom: 9px;
  margin-top: 0.5em;
}
.home-widget-grid__card__action-list__item {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0.5em;
}
.home-font {
  font-size: clamp(1rem, 0.7vw, 1.5rem) !important;
}
.home-font-buttons {
  font-size: clamp(1rem, 0.7vw, 1.5rem) !important;
}
.dz-rename {
  line-height: 30px;
  display: block;
  margin: -1px -11px -11px -11px;
  text-align: center;
  color: #666;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.dz-rename:hover {
  background: #5bc0de;
  color: #fff;
  border-top-color: transparent;
  text-decoration: none;
}
.dz-remove {
  margin: 11px -11px -11px -11px !important;
}
/*
    Reactive Rounded

    These work incredibly well with multiple of them in a row together!

    When one is hovered it lights up a bright white with the text changing to the primary client colour. Same happens when clicked once the app.js function is triggered (SetReactiveButtons).

    Please ask if help is needed setting it up. Just assign the SetReactiveButtons function to an on click/change method and it will work wonders!!
*/

.btn-reactive-rounded {
  width: 10em;
  height: 3em;
  background: #0c86c7;
  border-color: #0c86c7;
  border-radius: 10px;
}
.btn-reactive-rounded:hover {
  background: white !important;
  border-color: #0c86c7 !important;
  border-width: 2px;
}
.btn-reactive-rounded:hover .reactive-text {
  color: #0c86c7;
}
.btn-reactive-rounded-active {
  background: white !important;
  border-color: #0c86c7 !important;
  border-width: 2px;
}
.reactive-text {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}
.btn-reactive-rounded-active .reactive-text {
  color: #0c86c7 !important;
}
/*
    Button Effect is a class that causes buttons (not limited to however) to grow when hovered over
*/

.btn-effect {
  transition: all 0.1s ease-in-out, box-shadow 0.1s;
}
.btn-effect:not(.btn-effect-small):hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.1);
}
.btn-effect.btn-effect-small:hover {
  transform: scale(1.05);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
}
/*
    Button Square is a simple class that lets button be shaped light a square
*/

.btn-square {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
}
/*
    Button Effect is a class that causes buttons (not limited to however) to grow when hovered over
*/

.btn-effect {
  transition: all 0.1s ease-in-out, box-shadow 0.1s;
}
.btn-effect:not(.btn-effect-small):hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 3px 2px rgba(0, 0, 0, 0.1);
}
.btn-effect.btn-effect-small:hover {
  transform: scale(1.05);
  box-shadow: 0px 3px 3px 2px rgba(0, 0, 0, 0.1);
}
/*
    Button Square is a simple class that lets button be shaped light a square
*/

.btn-square {
  width: 30px;
  max-width: 30px;
  max-height: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
}
/*
    Button Custom is a special class that is a button completely made from scratch

    Can be customised with the specially made sub-classes such as rounded

    Use bg-primary, bg-secondary and bg-danger to change colours. or do it yourself with "background-color"!!
*/

.btn-custom {
  font-size: 13px;
  padding: 1.05em 0.85em;
  font-weight: 400;
  line-height: 0;
  cursor: pointer;
  text-align: center;
  border: 0.2em solid;
}
.btn-custom.thick-text {
  font-weight: bolder;
}
.btn-custom.large {
  padding: 0.8em 1em;
  font-size: 16px;
}
.btn-custom:not(.rounded-small):not(.rounded):not(.rounded-large) {
  border-radius: 0.2em;
}
.btn-custom.rounded-small {
  border-radius: 6px;
}
.btn-custom.rounded-large {
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  border: 2px;
  padding: 0.8em 1em;
}
.btn-custom.rounded {
  border-radius: 10px;
}
/*
    Makes disabled buttons no matter what html type have an opacity of 0.5
*/

.btn-custom[disabled] {
  opacity: 0.5;
  pointer-events: none;
}
.btn:disabled {
  opacity: 0.5;
}
/*
    Reactive Buttons are an extension to btn-custom

    Reactive buttons when hovered or with the reactive-active class show a white background and primary text colour
*/

.btn-custom.reactive {
  transition: all 0.1s ease-in-out;
}
.btn-custom.reactive:not(.reactive-active):not(:hover) {
  color: white;
}
.btn-custom.reactive:hover {
  background-color: white;
}
.btn-custom.reactive:not(:hover):not(.reactive-active) {
  color: white !important;
}
.btn-custom.reactive.reactive-active {
  background-color: white;
}
.btn-custom.reactive.border-x2 {
  border-width: 0.5em;
}
.btn-custom.reactive.border-x3 {
  border-width: 0.7em;
}
.btn-custom.reactive.border-x4 {
  border-width: 1em;
}
.customRadioButtonContainer input[type='radio'] {
  transform: scale(2);
}
.customRadioButtonContainer .radioButton {
  margin: 1em !important;
}
/*
    Shadow Card - Heavily inspired by Nicks cards on Experian and Click2Check. Adds a border-bottom instead of an inside shadow so the shadows don't glitch out
    Made into an easy to use class so we can implement easily
*/

.shadowCard {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.06);
  transition: transform ease-in-out 0.5s, box-shadow 1s ease-in-out;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 1em;
  padding: 1em;
  border-bottom-width: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shadowCard .title {
  font-weight: bolder;
}
.shadowCard:hover {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  transform: translate(-0.5%, -1%) scale(1.01);
  cursor: pointer;
}
.shadowCard.selected {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  transform: translate(-0.5%, -1%) scale(1.01);
  border-color: #4ecc35 !important;
}
.input-group-addon[disabled] {
  pointer-events: none;
  opacity: 0.7;
}
.input-group-addon[disabled] span {
  filter: brightness(2);
}
span.skeleton,
span.skeletonChar,
h3.skeleton,
h5.skeleton {
  font-weight: bolder;
  white-space: pre;
}
span.skeleton,
button.skeleton,
div.skeleton,
h3.skeleton,
h5.skeleton {
  animation: skeletonLoading 0.5s ease-in-out infinite alternate;
  color: transparent;
  border-radius: 0.3em;
  user-select: none;
}
div.skeleton > img.skeleton {
  opacity: 0;
}
span.skeleton {
  display: inline-block;
  line-height: 1;
}
span.skeletonChar {
  animation: skeletonText 0.5s ease-in-out infinite alternate;
}
button.btn.skeleton {
  background-image: none;
  pointer-events: none;
}
@keyframes skeletonLoading {
  0% {
    background-color: #e4e4e4e4;
    border-color: #e4e4e4e4;
  }
  100% {
    background-color: #d0d0d0e4;
    border-color: #d0d0d0e4;
  }
}
@keyframes skeletonText {
  0% {
    color: #e4e4e4e4;
  }
  100% {
    color: #d0d0d0e4;
  }
}
@font-face {
  font-family: 'sourcesanspro-black';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-black.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-blackitalic';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-blackitalic.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-bold';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-bold.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-bolditalic';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-bolditalic.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-extralight';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-extralight.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-extralightitalic';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-extralightitalic.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-italic';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-italic.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-light';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-light.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-lightitalic';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-lightitalic.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-regular';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-regular.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-semibold';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-semibold.ttf) format('truetype');
}
@font-face {
  font-family: 'sourcesanspro-semibolditalic';
  src: url(/Content/fonts/sanssourcepro/sourcesanspro-semibolditalic.ttf) format('truetype');
}
/*
    Custom Table

    Custom written table classes that allow you to make headers and bodies without the constraint of using table HTML elements
*/

.table-custom .table-custom-header {
  display: flex;
}
.table-custom .table-custom-header div {
  border: 1px solid #e4e4e4;
  padding: 0.5em 0;
  font-weight: bold;
  text-align: center;
}
.table-custom .table-custom-header div:not(:first-child) {
  border-left: none;
}
.table-custom .table-custom-body {
  border: 1px solid #e4e4e4;
  border-top: none;
  padding: 1em 1em 1em 1em;
  display: flex;
}
.table-custom .segment-x1 {
  flex: 1;
}
.table-custom .segment-x2 {
  flex: 2;
}
.table-custom .segment-x3 {
  flex: 3;
}
.table-custom .segment-x4 {
  flex: 4;
}
.table-custom .segment-x5 {
  flex: 5;
}
.table-custom .segment-x6 {
  flex: 6;
}
.table-custom .segment-x7 {
  flex: 7;
}
.table-custom .segment-x8 {
  flex: 8;
}
/* Style Overrides */

.cssTick {
  position: relative;
  left: 28px;
  width: 10px;
  margin: 0;
  transform: scale(-1, 1) rotate(120deg);
  font-weight: bold;
  font-size: 20px;
  color: #0f9d58ba;
}
.cssCross {
  position: relative;
  left: 25px;
  width: 10px;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: rgba(219, 68, 55, 0.73);
}
.dataTable .passwordInput {
  width: 100%;
  padding: 4px;
  border: 1px solid #0c86c7;
  border-radius: 2px;
  background: rgba(12, 134, 199, 0.0901960784313725);
}
#NewAPIIntegration .bootstrap_FormGroupButtonInline,
#EditAPIIntegration .bootstrap_FormGroupButtonInline,
#NewComplianceQuestion .bootstrap_FormGroupButtonInline,
#EditComplianceQuestion .bootstrap_FormGroupButtonInline,
#FileCheckerQuestion .bootstrap_FormGroupButtonInline,
#NewHealthCheckQuestionForm .bootstrap_FormGroupButtonInline,
#EditHealthCheckQuestionForm .bootstrap_FormGroupButtonInline,
#ConfirmationModal .bootstrap_FormGroupButtonInline,
#BrokerTasks .bootstrap_FormGroupButtonInline {
  padding: 0;
  margin: 0 -3px 0 5px;
  float: right;
}
#NewAPIIntegration .btn,
#EditAPIIntegration .btn,
#NewComplianceQuestion .btn,
#EditComplianceQuestion .btn,
#FileCheckerQuestion .btn,
#NewHealthCheckQuestionForm .btn,
#EditHealthCheckQuestionForm .btn,
#ConfirmationModal .btn,
#BrokerTasks .btn {
  margin: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#NewAPIIntegration .btn-primary:hover,
#EditAPIIntegration .btn-primary:hover,
#NewComplianceQuestion .btn-primary:hover,
#EditComplianceQuestion .btn-primary:hover,
#FileCheckerQuestion .btn-primary:hover,
#NewHealthCheckQuestionForm .btn-primary:hover,
#EditHealthCheckQuestionForm .btn-primary:hover,
#ConfirmationModal .btn-primary:hover,
#BrokerTasks .btn-primary:hover {
  background: transparent !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
}
.navbarSearchTopAdjustment {
  top: 76px !important;
}
.search-nav:hover {
  background: #f7f7f7;
}
.search-nav .select2-container a {
  background: transparent;
}
div#s2id_NavbarSearch.select2-container.form-control a:hover {
  background: #f7f7f7;
}
#add-documents {
  padding: 0;
}
#add-documents .dz-message {
  margin: 15px 0 0 calc(50% - 123px);
  position: initial;
  top: 0;
  left: 0;
  padding: 0;
  width: 246px;
}
#add-documents .dz-message .fa.fa-cloud-upload {
  position: static;
  float: left;
  margin: 0 5px 0 0;
}
#add-documents .dz-message p {
  float: left;
  margin: 13px 0 0 5px;
  height: 44px;
}
#add-documents .dz-preview {
  margin: 14px;
}
.textAreaRestrictions {
  max-width: 100%;
  min-width: 100%;
  min-height: 50px;
}
.modal {
  z-index: 10006;
}
.select2-drop {
  z-index: 10007;
}
.modal-footer .btn {
  margin: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
.modal-footer .btn-primary:hover {
  background: #fff !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
}
#dip-step22 .btn,
#dip-step22-caseproduct .btn,
#dip-step17 .btn,
#application-step24 .btn,
#app-step24-caseproduct .btn,
#bridgingdip-step17-caseproduct .btn,
#bridgingapp-step19-caseproduct .btn,
#application-step19 .btn,
#application-step18 .btn,
#dip-step18 .btn,
.feeStep .btn {
  margin: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  border-left-width: 1px;
}
#dip-step22 .btn-primary:hover,
#dip-step22-caseproduct .btn-primary:hover,
#dip-step17 .btn-primary:hover,
#application-step24 .btn-primary:hover,
#app-step24-caseproduct .btn-primary:hover,
#bridgingdip-step17-caseproduct .btn-primary:hover,
#bridgingapp-step19-caseproduct .btn-primary:hover,
#application-step19 .btn-primary:hover,
#application-step18 .btn-primary:hover,
#dip-step18 .btn-primary:hover,
.feeStep .btn-primary:hover {
  background: #fff !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
}
#caseTabs .panel-heading,
#APIIntegration .panel-heading,
#ConfirmationModal .panel-heading,
#ComplianceManager .panel-heading,
#FileCheckerManager .panel-heading,
#HealthCheckManager .panel-heading,
#BrokerTasks .panel-heading,
#lenderDocumentTypeForm .panel-heading {
  padding: 10px 15px 10px 15px;
}
#caseTabs .panel-body,
#APIIntegration .panel-body,
#ConfirmationModal .panel-body,
#ComplianceManager .panel-body,
#FileCheckerManager .panel-body,
#HealthCheckManager .panel-body,
#BrokerTasks .panel-body,
#lenderDocumentTypeForm .panel-body,
#caseTabs .panel-footer,
#APIIntegration .panel-footer,
#ConfirmationModal .panel-footer,
#ComplianceManager .panel-footer,
#FileCheckerManager .panel-footer,
#HealthCheckManager .panel-footer,
#BrokerTasks .panel-footer,
#lenderDocumentTypeForm .panel-footer {
  padding: 15px;
}
#caseTabs .dropdown-toggle,
#APIIntegration .dropdown-toggle,
#ConfirmationModal .dropdown-toggle,
#ComplianceManager .dropdown-toggle,
#FileCheckerManager .dropdown-toggle,
#HealthCheckManager .dropdown-toggle,
#BrokerTasks .dropdown-toggle,
#lenderDocumentTypeForm .dropdown-toggle {
  margin: 0 !important;
}
#caseTabs .dropdown-toggle .caret,
#APIIntegration .dropdown-toggle .caret,
#ConfirmationModal .dropdown-toggle .caret,
#ComplianceManager .dropdown-toggle .caret,
#FileCheckerManager .dropdown-toggle .caret,
#HealthCheckManager .dropdown-toggle .caret,
#BrokerTasks .dropdown-toggle .caret,
#lenderDocumentTypeForm .dropdown-toggle .caret {
  margin-left: 5px;
  margin-bottom: 1px;
}
#caseTabs .btn,
#APIIntegration .btn,
#ConfirmationModal .btn,
#ComplianceManager .btn,
#FileCheckerManager .btn,
#HealthCheckManager .btn,
#BrokerTasks .btn,
#lenderDocumentTypeForm .btn {
  margin: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#caseTabs .btn-primary:hover,
#APIIntegration .btn-primary:hover,
#ConfirmationModal .btn-primary:hover,
#ComplianceManager .btn-primary:hover,
#FileCheckerManager .btn-primary:hover,
#HealthCheckManager .btn-primary:hover,
#BrokerTasks .btn-primary:hover,
#lenderDocumentTypeForm .btn-primary:hover {
  background: transparent !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
}
#caseTabs .pagination > li > a,
#APIIntegration .pagination > li > a,
#ConfirmationModal .pagination > li > a,
#ComplianceManager .pagination > li > a,
#FileCheckerManager .pagination > li > a,
#HealthCheckManager .pagination > li > a,
#BrokerTasks .pagination > li > a,
#lenderDocumentTypeForm .pagination > li > a,
#caseTabs .pagination > li > span,
#APIIntegration .pagination > li > span,
#ConfirmationModal .pagination > li > span,
#ComplianceManager .pagination > li > span,
#FileCheckerManager .pagination > li > span,
#HealthCheckManager .pagination > li > span,
#BrokerTasks .pagination > li > span,
#lenderDocumentTypeForm .pagination > li > span {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#caseTabs .dataTables_info,
#APIIntegration .dataTables_info,
#ConfirmationModal .dataTables_info,
#ComplianceManager .dataTables_info,
#FileCheckerManager .dataTables_info,
#HealthCheckManager .dataTables_info,
#BrokerTasks .dataTables_info,
#lenderDocumentTypeForm .dataTables_info {
  margin-left: 0px;
}
#caseTabs .dataTables_paginate,
#APIIntegration .dataTables_paginate,
#ConfirmationModal .dataTables_paginate,
#ComplianceManager .dataTables_paginate,
#FileCheckerManager .dataTables_paginate,
#HealthCheckManager .dataTables_paginate,
#BrokerTasks .dataTables_paginate,
#lenderDocumentTypeForm .dataTables_paginate {
  margin-right: -5px;
}
#caseTabs form .btn-label,
#APIIntegration form .btn-label,
#ConfirmationModal form .btn-label,
#ComplianceManager form .btn-label,
#FileCheckerManager form .btn-label,
#HealthCheckManager form .btn-label,
#BrokerTasks form .btn-label,
#lenderDocumentTypeForm form .btn-label,
#caseTabs div .btn-label,
#APIIntegration div .btn-label,
#ConfirmationModal div .btn-label,
#ComplianceManager div .btn-label,
#FileCheckerManager div .btn-label,
#HealthCheckManager div .btn-label,
#BrokerTasks div .btn-label,
#lenderDocumentTypeForm div .btn-label {
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#caseTabs form .resetForm span,
#APIIntegration form .resetForm span,
#ConfirmationModal form .resetForm span,
#ComplianceManager form .resetForm span,
#FileCheckerManager form .resetForm span,
#HealthCheckManager form .resetForm span,
#BrokerTasks form .resetForm span,
#lenderDocumentTypeForm form .resetForm span,
#caseTabs div .resetForm span,
#APIIntegration div .resetForm span,
#ConfirmationModal div .resetForm span,
#ComplianceManager div .resetForm span,
#FileCheckerManager div .resetForm span,
#HealthCheckManager div .resetForm span,
#BrokerTasks div .resetForm span,
#lenderDocumentTypeForm div .resetForm span {
  padding: 2px 3px;
  margin-right: 5px;
}
#caseTabs form .resetForm:hover,
#APIIntegration form .resetForm:hover,
#ConfirmationModal form .resetForm:hover,
#ComplianceManager form .resetForm:hover,
#FileCheckerManager form .resetForm:hover,
#HealthCheckManager form .resetForm:hover,
#BrokerTasks form .resetForm:hover,
#lenderDocumentTypeForm form .resetForm:hover,
#caseTabs div .resetForm:hover,
#APIIntegration div .resetForm:hover,
#ConfirmationModal div .resetForm:hover,
#ComplianceManager div .resetForm:hover,
#FileCheckerManager div .resetForm:hover,
#HealthCheckManager div .resetForm:hover,
#BrokerTasks div .resetForm:hover,
#lenderDocumentTypeForm div .resetForm:hover {
  background: #0c86c7 !important;
  border-color: #0c86c7 !important;
  color: #fff !important;
}
#caseTabs form .resetForm:hover .btn-label,
#APIIntegration form .resetForm:hover .btn-label,
#ConfirmationModal form .resetForm:hover .btn-label,
#ComplianceManager form .resetForm:hover .btn-label,
#FileCheckerManager form .resetForm:hover .btn-label,
#HealthCheckManager form .resetForm:hover .btn-label,
#BrokerTasks form .resetForm:hover .btn-label,
#lenderDocumentTypeForm form .resetForm:hover .btn-label,
#caseTabs div .resetForm:hover .btn-label,
#APIIntegration div .resetForm:hover .btn-label,
#ConfirmationModal div .resetForm:hover .btn-label,
#ComplianceManager div .resetForm:hover .btn-label,
#FileCheckerManager div .resetForm:hover .btn-label,
#HealthCheckManager div .resetForm:hover .btn-label,
#BrokerTasks div .resetForm:hover .btn-label,
#lenderDocumentTypeForm div .resetForm:hover .btn-label {
  background: #fff !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#add-documents.dz-started .dz-default.dz-message {
  display: block;
}
#add-documents.dz-started:hover .fa.fa-cloud-upload {
  background: #0c86c7 !important;
  color: white !important;
}
#Sourcing_ProductSearch #SourcedProductsTable .table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  vertical-align: middle;
  border-top: 1px solid #e4e4e4;
}
#Sourcing_ProductSearch #SourcedProductsTable .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  padding: 6px;
  vertical-align: middle;
}
#dip-step14 #SourcedProductsTabs .btn,
#Sourcing_ProductSearch #SourcedProductsTabs .btn,
#enquiry-step8 #SourcedProductsTabs .btn,
#dip-step14 #ProductSearchFilters .btn,
#Sourcing_ProductSearch #ProductSearchFilters .btn,
#enquiry-step8 #ProductSearchFilters .btn,
#dip-step14 #SourcedProductsTable .btn,
#Sourcing_ProductSearch #SourcedProductsTable .btn,
#enquiry-step8 #SourcedProductsTable .btn,
#dip-step14 #lenderProducts .btn,
#Sourcing_ProductSearch #lenderProducts .btn,
#enquiry-step8 #lenderProducts .btn,
#dip-step14 #lenderProductsLoan .btn,
#Sourcing_ProductSearch #lenderProductsLoan .btn,
#enquiry-step8 #lenderProductsLoan .btn {
  margin: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#dip-step14 #SourcedProductsTabs .btn-primary:hover,
#Sourcing_ProductSearch #SourcedProductsTabs .btn-primary:hover,
#enquiry-step8 #SourcedProductsTabs .btn-primary:hover,
#dip-step14 #ProductSearchFilters .btn-primary:hover,
#Sourcing_ProductSearch #ProductSearchFilters .btn-primary:hover,
#enquiry-step8 #ProductSearchFilters .btn-primary:hover,
#dip-step14 #SourcedProductsTable .btn-primary:hover,
#Sourcing_ProductSearch #SourcedProductsTable .btn-primary:hover,
#enquiry-step8 #SourcedProductsTable .btn-primary:hover,
#dip-step14 #lenderProducts .btn-primary:hover,
#Sourcing_ProductSearch #lenderProducts .btn-primary:hover,
#enquiry-step8 #lenderProducts .btn-primary:hover,
#dip-step14 #lenderProductsLoan .btn-primary:hover,
#Sourcing_ProductSearch #lenderProductsLoan .btn-primary:hover,
#enquiry-step8 #lenderProductsLoan .btn-primary:hover {
  background: #fff !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
}
#dip-step14 #ProductSearchFilters .btn-label,
#Sourcing_ProductSearch #ProductSearchFilters .btn-label,
#enquiry-step8 #ProductSearchFilters .btn-label {
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#dip-step14 #ProductSearchFilters .resetFormProduct span,
#Sourcing_ProductSearch #ProductSearchFilters .resetFormProduct span,
#enquiry-step8 #ProductSearchFilters .resetFormProduct span {
  padding: 2px 3px;
  margin-right: 5px;
}
#dip-step14 #ProductSearchFilters .resetFormProduct:hover,
#Sourcing_ProductSearch #ProductSearchFilters .resetFormProduct:hover,
#enquiry-step8 #ProductSearchFilters .resetFormProduct:hover {
  background: #0c86c7 !important;
  border-color: #0c86c7 !important;
  color: #fff !important;
}
#dip-step14 #ProductSearchFilters .resetFormProduct:hover .btn-label,
#Sourcing_ProductSearch #ProductSearchFilters .resetFormProduct:hover .btn-label,
#enquiry-step8 #ProductSearchFilters .resetFormProduct:hover .btn-label {
  background: #fff !important;
  border-color: #0c86c7 !important;
  color: #0c86c7 !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#dip-step14 #SourcedProductsTabs .table > thead > tr > th,
#Sourcing_ProductSearch #SourcedProductsTabs .table > thead > tr > th,
#enquiry-step8 #SourcedProductsTabs .table > thead > tr > th,
#dip-step14 #SourcedProductsTable .table > thead > tr > th,
#Sourcing_ProductSearch #SourcedProductsTable .table > thead > tr > th,
#enquiry-step8 #SourcedProductsTable .table > thead > tr > th,
#dip-step14 #lenderProducts_wrapper .table > thead > tr > th,
#Sourcing_ProductSearch #lenderProducts_wrapper .table > thead > tr > th,
#enquiry-step8 #lenderProducts_wrapper .table > thead > tr > th,
#dip-step14 #lenderProductsLoan_wrapper .table > thead > tr > th,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .table > thead > tr > th,
#enquiry-step8 #lenderProductsLoan_wrapper .table > thead > tr > th,
#dip-step14 #SourcedProductsTabs .table > tbody > tr > th,
#Sourcing_ProductSearch #SourcedProductsTabs .table > tbody > tr > th,
#enquiry-step8 #SourcedProductsTabs .table > tbody > tr > th,
#dip-step14 #SourcedProductsTable .table > tbody > tr > th,
#Sourcing_ProductSearch #SourcedProductsTable .table > tbody > tr > th,
#enquiry-step8 #SourcedProductsTable .table > tbody > tr > th,
#dip-step14 #lenderProducts_wrapper .table > tbody > tr > th,
#Sourcing_ProductSearch #lenderProducts_wrapper .table > tbody > tr > th,
#enquiry-step8 #lenderProducts_wrapper .table > tbody > tr > th,
#dip-step14 #lenderProductsLoan_wrapper .table > tbody > tr > th,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .table > tbody > tr > th,
#enquiry-step8 #lenderProductsLoan_wrapper .table > tbody > tr > th,
#dip-step14 #SourcedProductsTabs .table > tfoot > tr > th,
#Sourcing_ProductSearch #SourcedProductsTabs .table > tfoot > tr > th,
#enquiry-step8 #SourcedProductsTabs .table > tfoot > tr > th,
#dip-step14 #SourcedProductsTable .table > tfoot > tr > th,
#Sourcing_ProductSearch #SourcedProductsTable .table > tfoot > tr > th,
#enquiry-step8 #SourcedProductsTable .table > tfoot > tr > th,
#dip-step14 #lenderProducts_wrapper .table > tfoot > tr > th,
#Sourcing_ProductSearch #lenderProducts_wrapper .table > tfoot > tr > th,
#enquiry-step8 #lenderProducts_wrapper .table > tfoot > tr > th,
#dip-step14 #lenderProductsLoan_wrapper .table > tfoot > tr > th,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .table > tfoot > tr > th,
#enquiry-step8 #lenderProductsLoan_wrapper .table > tfoot > tr > th,
#dip-step14 #SourcedProductsTabs .table > thead > tr > td,
#Sourcing_ProductSearch #SourcedProductsTabs .table > thead > tr > td,
#enquiry-step8 #SourcedProductsTabs .table > thead > tr > td,
#dip-step14 #SourcedProductsTable .table > thead > tr > td,
#Sourcing_ProductSearch #SourcedProductsTable .table > thead > tr > td,
#enquiry-step8 #SourcedProductsTable .table > thead > tr > td,
#dip-step14 #lenderProducts_wrapper .table > thead > tr > td,
#Sourcing_ProductSearch #lenderProducts_wrapper .table > thead > tr > td,
#enquiry-step8 #lenderProducts_wrapper .table > thead > tr > td,
#dip-step14 #lenderProductsLoan_wrapper .table > thead > tr > td,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .table > thead > tr > td,
#enquiry-step8 #lenderProductsLoan_wrapper .table > thead > tr > td,
#dip-step14 #SourcedProductsTabs .table > tbody > tr > td,
#Sourcing_ProductSearch #SourcedProductsTabs .table > tbody > tr > td,
#enquiry-step8 #SourcedProductsTabs .table > tbody > tr > td,
#dip-step14 #SourcedProductsTable .table > tbody > tr > td,
#Sourcing_ProductSearch #SourcedProductsTable .table > tbody > tr > td,
#enquiry-step8 #SourcedProductsTable .table > tbody > tr > td,
#dip-step14 #lenderProducts_wrapper .table > tbody > tr > td,
#Sourcing_ProductSearch #lenderProducts_wrapper .table > tbody > tr > td,
#enquiry-step8 #lenderProducts_wrapper .table > tbody > tr > td,
#dip-step14 #lenderProductsLoan_wrapper .table > tbody > tr > td,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .table > tbody > tr > td,
#enquiry-step8 #lenderProductsLoan_wrapper .table > tbody > tr > td,
#dip-step14 #SourcedProductsTabs .table > tfoot > tr > td,
#Sourcing_ProductSearch #SourcedProductsTabs .table > tfoot > tr > td,
#enquiry-step8 #SourcedProductsTabs .table > tfoot > tr > td,
#dip-step14 #SourcedProductsTable .table > tfoot > tr > td,
#Sourcing_ProductSearch #SourcedProductsTable .table > tfoot > tr > td,
#enquiry-step8 #SourcedProductsTable .table > tfoot > tr > td,
#dip-step14 #lenderProducts_wrapper .table > tfoot > tr > td,
#Sourcing_ProductSearch #lenderProducts_wrapper .table > tfoot > tr > td,
#enquiry-step8 #lenderProducts_wrapper .table > tfoot > tr > td,
#dip-step14 #lenderProductsLoan_wrapper .table > tfoot > tr > td,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .table > tfoot > tr > td,
#enquiry-step8 #lenderProductsLoan_wrapper .table > tfoot > tr > td {
  padding: 6px;
  vertical-align: middle;
  border-top: 1px solid #e4e4e4;
}
#dip-step14 #SourcedProductsTabs table.dataTable thead > tr > th,
#Sourcing_ProductSearch #SourcedProductsTabs table.dataTable thead > tr > th,
#enquiry-step8 #SourcedProductsTabs table.dataTable thead > tr > th,
#dip-step14 #SourcedProductsTable table.dataTable thead > tr > th,
#Sourcing_ProductSearch #SourcedProductsTable table.dataTable thead > tr > th,
#enquiry-step8 #SourcedProductsTable table.dataTable thead > tr > th,
#dip-step14 #lenderProducts_wrapper table.dataTable thead > tr > th,
#Sourcing_ProductSearch #lenderProducts_wrapper table.dataTable thead > tr > th,
#enquiry-step8 #lenderProducts_wrapper table.dataTable thead > tr > th,
#dip-step14 #lenderProductsLoan_wrapper table.dataTable thead > tr > th,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper table.dataTable thead > tr > th,
#enquiry-step8 #lenderProductsLoan_wrapper table.dataTable thead > tr > th {
  padding-left: 4px;
  padding-right: 18px;
}
#dip-step14 #SourcedProductsTabs .btn,
#Sourcing_ProductSearch #SourcedProductsTabs .btn,
#enquiry-step8 #SourcedProductsTabs .btn,
#dip-step14 #SourcedProductsTable .btn,
#Sourcing_ProductSearch #SourcedProductsTable .btn,
#enquiry-step8 #SourcedProductsTable .btn,
#dip-step14 #lenderProducts_wrapper .btn,
#Sourcing_ProductSearch #lenderProducts_wrapper .btn,
#enquiry-step8 #lenderProducts_wrapper .btn,
#dip-step14 #lenderProductsLoan_wrapper .btn,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .btn,
#enquiry-step8 #lenderProductsLoan_wrapper .btn {
  width: calc(50% - 4px);
}
#dip-step14 #SourcedProductsTabs .addtosystem,
#Sourcing_ProductSearch #SourcedProductsTabs .addtosystem,
#enquiry-step8 #SourcedProductsTabs .addtosystem,
#dip-step14 #SourcedProductsTable .addtosystem,
#Sourcing_ProductSearch #SourcedProductsTable .addtosystem,
#enquiry-step8 #SourcedProductsTable .addtosystem,
#dip-step14 #lenderProducts_wrapper .addtosystem,
#Sourcing_ProductSearch #lenderProducts_wrapper .addtosystem,
#enquiry-step8 #lenderProducts_wrapper .addtosystem,
#dip-step14 #lenderProductsLoan_wrapper .addtosystem,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .addtosystem,
#enquiry-step8 #lenderProductsLoan_wrapper .addtosystem {
  width: 98%;
}
#dip-step14 #SourcedProductsTabs .addtocase,
#Sourcing_ProductSearch #SourcedProductsTabs .addtocase,
#enquiry-step8 #SourcedProductsTabs .addtocase,
#dip-step14 #SourcedProductsTable .addtocase,
#Sourcing_ProductSearch #SourcedProductsTable .addtocase,
#enquiry-step8 #SourcedProductsTable .addtocase,
#dip-step14 #lenderProducts_wrapper .addtocase,
#Sourcing_ProductSearch #lenderProducts_wrapper .addtocase,
#enquiry-step8 #lenderProducts_wrapper .addtocase,
#dip-step14 #lenderProductsLoan_wrapper .addtocase,
#Sourcing_ProductSearch #lenderProductsLoan_wrapper .addtocase,
#enquiry-step8 #lenderProductsLoan_wrapper .addtocase {
  width: 98%;
}
#dip-step14 .pagination > li > a,
#Sourcing_ProductSearch .pagination > li > a,
#enquiry-step8 .pagination > li > a,
#dip-step14 .pagination > li > span,
#Sourcing_ProductSearch .pagination > li > span,
#enquiry-step8 .pagination > li > span {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#dip-step14 .panel-body,
#Sourcing_ProductSearch .panel-body,
#enquiry-step8 .panel-body {
  padding: 10px;
}
#dip-step14 .row,
#Sourcing_ProductSearch .row,
#enquiry-step8 .row {
  margin-left: 0;
  margin-right: 0;
}
#dip-step14 #eorAdditionalModal .row,
#Sourcing_ProductSearch #eorAdditionalModal .row,
#enquiry-step8 #eorAdditionalModal .row {
  margin-left: -13px;
  margin-right: -13px;
}
#dip-step14 .panel-heading,
#Sourcing_ProductSearch .panel-heading,
#enquiry-step8 .panel-heading {
  padding: 10px;
}
#dip-step14 .panel-heading .panel-heading-controls,
#Sourcing_ProductSearch .panel-heading .panel-heading-controls,
#enquiry-step8 .panel-heading .panel-heading-controls {
  margin-top: -3px;
}
#dip-step14 .tabsloading,
#Sourcing_ProductSearch .tabsloading,
#enquiry-step8 .tabsloading {
  margin-left: 10px;
  margin-right: 10px;
}
#dip-step14 .dataTables_info,
#Sourcing_ProductSearch .dataTables_info,
#enquiry-step8 .dataTables_info {
  margin-left: -10px;
}
#dip-step14 .dataTables_paginate,
#Sourcing_ProductSearch .dataTables_paginate,
#enquiry-step8 .dataTables_paginate {
  margin-right: -15px;
}
#main-content-container #productDetailsModel,
#productDetailsTriModel {
  overflow-y: hidden;
  overflow-x: hidden;
}
#main-content-container #productDetailsModel .modal-dialog.modal-lg,
#productDetailsTriModel .modal-dialog.modal-lg {
  height: calc(100% - 60px);
}
#main-content-container #productDetailsModel .modal-content,
#productDetailsTriModel .modal-content {
  margin: 0px;
  padding: 0px;
  height: 95%;
}
#main-content-container #productDetailsModel .modal-header,
#productDetailsTriModel .modal-header {
  padding: 10px;
  border: 0;
  height: 44px;
}
#main-content-container #productDetailsModel .modal-header .close,
#productDetailsTriModel .modal-header .close {
  background: none;
  opacity: unset;
  margin: -1px -4px 0 0;
  padding: 5px 0 0 1px;
  height: 26px;
  width: 26px;
  border-radius: 2px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#main-content-container #productDetailsModel .modal-header .close:hover,
#productDetailsTriModel .modal-header .close:hover {
  background: #fff;
}
#main-content-container #productDetailsModel .modal-header .close:hover span,
#productDetailsTriModel .modal-header .close:hover span {
  color: #08557f;
  text-shadow: 0 1px 0 #08557f;
}
#main-content-container #productDetailsModel .modal-header .close span,
#productDetailsTriModel .modal-header .close span {
  font-weight: 300;
  font-size: 30px;
  color: #fff;
  line-height: 0;
}
#main-content-container #productDetailsModel .modal-header.modal-primary,
#productDetailsTriModel .modal-header.modal-primary {
  background: #08557f !important;
}
#main-content-container #productDetailsModel .modal-body,
#productDetailsTriModel .modal-body {
  height: calc(100% - 44px);
}
#main-content-container #productDetailsModel .modal-body .container-fluid.product-details-modal,
#productDetailsTriModel .modal-body .container-fluid.product-details-modal {
  height: 100%;
}
#main-content-container #productDetailsModel .modal-body .container-fluid.product-details-modal > div,
#productDetailsTriModel .modal-body .container-fluid.product-details-modal > div {
  height: 100%;
}
#main-content-container #productDetailsModel .modal-body .product-details-modal,
#productDetailsTriModel .modal-body .product-details-modal {
  padding: 0;
  margin: 0;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs,
#productDetailsTriModel .modal-body .ui-tabs {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0 5px 0 5px;
  border: 0;
  border-radius: 0;
  height: 52px;
  background-color: #e4e4e4;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-default,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-default,
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-corner-top,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-corner-top {
  margin: 0 5px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  height: 48px;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-default a,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-default a,
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-corner-top a,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-corner-top a {
  color: black;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor,
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-corner-top .ui-tabs-anchor,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-corner-top .ui-tabs-anchor {
  margin: 0;
  border: 0;
  padding: 15px;
  border-radius: 0;
  width: 120px;
  height: 48px;
  background: darkgray !important;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-tabs-active a,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-tabs-active a,
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-active a,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-active a {
  color: black;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-tabs-active .ui-tabs-anchor,
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-nav .ui-state-active .ui-tabs-anchor {
  margin: 0;
  border: 0;
  padding: 15px;
  border-radius: 0;
  width: 120px;
  background: #e4e4e4 !important;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-panel,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-panel {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: calc(100% - 52px);
  background: #e8e8e8;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-panel .row,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-panel .row {
  margin: 0;
  background: #e8e8e8;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-panel .row .form-group,
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-panel .row .form-group {
  margin: 5px;
  padding: 5px 0 5px 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-panel .row #productDetailsModel .form-group:nth-child(even),
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-panel .row #productDetailsModel .form-group:nth-child(even),
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-panel .row #brokerFeeModal .form-group:nth-child(even),
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-panel .row #brokerFeeModal .form-group:nth-child(even),
#main-content-container #productDetailsModel .modal-body .ui-tabs .ui-tabs-panel .row #productDetailsTriModel #eorAdditionalModal .form-group:nth-child(even),
#productDetailsTriModel .modal-body .ui-tabs .ui-tabs-panel .row #productDetailsTriModel #eorAdditionalModal .form-group:nth-child(even) {
  background: #e8e8e8;
}
.wizard-steps > li.completed .wizard-step-number-green:after {
  background: #43d785;
}
.wizard-steps > li.completed .wizard-step-number-amber:after {
  background: #ffd055;
}
.wizard-steps > li.completed .wizard-step-number-red:after {
  background: #ff7a55;
}
.input-daterange .input-group-addon,
.input-group .input-group-addon {
  height: 32px;
}
.input-daterange .input-group-addon {
  border-left: none;
  border-right: none;
}
/*#current-task-info,*/

.quote-view .card {
  min-height: 123px;
  padding: 10px;
  margin: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: solid 5px;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 #d2d2d2;
}
.quote-view .card hr {
  box-shadow: 0 1px 2px 0px #d2d2d2;
  margin: 10px;
}
.quote-view .card .error-bar {
  margin: 0 -20px;
  position: relative;
  border: 1px solid #F3663E;
}
.quote-view .card .message h4 {
  text-align: center;
  margin-top: 29px;
}
.quote-view .card .options {
  padding: 0;
}
.quote-view .card .options > div {
  display: inline-flex;
  justify-content: space-evenly;
}
.quote-view .card .title,
.quote-view .card .content-holder {
  padding: 0;
  display: inline-flex;
  justify-content: space-between;
}
.quote-view .card .title h3,
.quote-view .card .content-holder h3 {
  margin: 5px 0 0 7px;
  text-align: left;
  font-size: 20px;
}
.quote-view .card .title .buttons,
.quote-view .card .content-holder .buttons {
  float: right;
}
.quote-view .card .title .buttons button,
.quote-view .card .content-holder .buttons button,
.quote-view .card .title .buttons .a-button,
.quote-view .card .content-holder .buttons .a-button {
  margin: 5px 7px;
  min-width: 101px;
  height: 33px;
  line-height: 1;
}
.quote-view .card .title .buttons .a-button,
.quote-view .card .content-holder .buttons .a-button {
  line-height: 2;
  padding: 0 15px;
  height: 32px;
}
.quote-view .card .title .buttons-stack,
.quote-view .card .content-holder .buttons-stack {
  display: inline-table;
}
.quote-view .card .title .buttons-stick-right,
.quote-view .card .content-holder .buttons-stick-right {
  float: right;
}
.quote-view .card .title .content-details,
.quote-view .card .content-holder .content-details {
  margin: 5px 0 0 7px;
  color: #555;
}
.quote-view .card .title .content-details .title,
.quote-view .card .content-holder .content-details .title {
  text-align: center;
}
.quote-view .card .title .content-details .centre-text,
.quote-view .card .content-holder .content-details .centre-text {
  text-align: center;
}
.quote-view .card .title-center {
  display: block;
  justify-content: normal;
}
.quote-view .card .title-center h3 {
  text-align: center;
}
.quote-view .card .title-center h4 {
  text-align: center;
}
.quote-view .card .preset-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 5px 0;
}
.quote-view .card .preset-options .button-lock-width-90 {
  width: 90px;
}
.quote-view .card .preset-options .button-lock-width-200 {
  width: 200px;
}
.quote-view .card .preset-options .button-lock-width-300 {
  width: 300px;
}
.quote-view .alert.card {
  border: solid 2px;
}
.quote-view .alert-info.card {
  color: #555;
}
.quote-view .alert-info.card h3 {
  font-size: 16px;
  font-weight: 900;
}
.quote-view .alert-info.card .a-button {
  background: #0c86c7;
  color: #fff;
  border-color: #555;
}
.quote-view .alert-info.card .a-button:hover {
  color: #555;
}
.quote-view .alert-info.card .a-button:before {
  background: #fff;
}
.quote-view .alert-success.card {
  color: #555;
}
.quote-view .alert-success.card h3 {
  font-size: 16px;
  font-weight: 900;
}
.quote-view .alert-success.card .a-button {
  background: #468847;
  color: #fff;
  border-color: #555;
}
.quote-view .alert-success.card .a-button:hover {
  color: #555;
}
.quote-view .alert-success.card .a-button:before {
  background: #fff;
}
.quote-view .alert-warning.card {
  color: #555;
}
.quote-view .alert-warning.card h3 {
  font-size: 16px;
  font-weight: 900;
}
.quote-view .alert-warning.card .a-button {
  background: #af8640;
  color: #fff;
  border-color: #555;
}
.quote-view .alert-warning.card .a-button:hover {
  color: #555;
}
.quote-view .alert-warning.card .a-button:before {
  background: #fff;
}
.quote-view button,
.quote-view .a-button {
  position: relative;
  display: inline-table;
  width: auto;
  margin: 5px;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #555;
  border: 2px solid #0c86c7;
  border-radius: 4px;
  outline: 0;
  overflow: hidden;
  background: none;
  z-index: 1;
  cursor: pointer;
  line-height: 2.1;
  box-shadow: 0 2px 3px -3px black;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.quote-view button.active,
.quote-view .a-button.active {
  background: #0c86c7;
  color: #fff;
  border-color: #555;
}
.quote-view button:hover,
.quote-view .a-button:hover {
  color: #fff;
  border-color: #555;
}
.quote-view button:before,
.quote-view .a-button:before {
  content: "";
  position: absolute;
  background: #0c86c7;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.quote-view button:hover:before,
.quote-view .a-button:hover:before {
  top: 0;
}
.quote-view button:focus,
.quote-view .a-button:focus {
  text-decoration: none;
}
.quote-view .button-small {
  margin: 5px 7px;
  min-width: 101px;
  height: 33px;
  line-height: 1;
}
.quote-view .a-button-small {
  margin: 5px 7px;
  min-width: 101px;
  height: 33px;
  line-height: 1.5;
}
.quote-view .centre-buttons {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.quote-view button.button-danger {
  color: #555;
  border: 2px solid #d43f3a;
  border-radius: 4px;
}
.quote-view button.button-danger.active {
  background: #d9534f;
  color: #fff;
  border-color: #d9534f;
}
.quote-view button.button-danger:hover {
  color: #fff;
  border-color: #d9534f;
  background: #d9534f;
}
.quote-view button.button-danger:before {
  background: #d9534f;
}
.quote-view .card {
  min-height: 0px;
  border-color: #0c86c7;
  background: #fff;
}
.quote-view .card .title {
  display: block;
  justify-content: unset;
}
.quote-view .card .title h3 {
  text-align: center;
  margin: 0 0 10px 0;
  width: 100%;
}
.quote-view .getTokenGenerationButton[disabled],
.quote-view .getQuoteButton[disabled] {
  background: #d1d1d1 !important;
}
.quote-view .getTokenGenerationButton[disabled]:hover,
.quote-view .getQuoteButton[disabled]:hover {
  background: #d1d1d1 !important;
  border: 2px solid #0c86c7 !important;
  color: #555 !important;
}
.quote-view .getTokenGenerationButton[disabled]::before,
.quote-view .getQuoteButton[disabled]::before {
  background: #d1d1d1 !important;
  border-color: unset;
  color: #555 !important;
}
.quote-view input {
  border: 3px solid #f2f2f2;
  border-bottom: 3px solid #0c86c7;
  padding: 5px;
  margin: 5px 0;
  background: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0 5px 4px -3px #adadad;
  text-align: center;
  width: 100%;
  transition: 0.08s ease-in;
  -o-transition: 0.08s ease-in;
  -ms-transition: 0.08s ease-in;
  -moz-transition: 0.08s ease-in;
  -webkit-transition: 0.08s ease-in;
}
.quote-view input:focus {
  border: 3px solid #0c86c7;
  outline: none;
}
.quote-view .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.quote-view .contents .display-box {
  text-align: center;
  min-width: 100%;
  border-radius: 5px;
  margin: 5px 0;
  padding: 3px 5px;
}
.quote-view .contents .display-box h4.heading {
  font-size: 18px;
  margin: 5px;
}
.quote-view .contents .display-box h4.values {
  font-size: 16px;
  text-align: center;
  margin: 5px;
}
.stepCompleted {
  border: 4px #4ecc35 solid !important;
  border-radius: 10px;
}
.stepCompletedNumber {
  background-color: #4ecc35 !important;
  border-color: #4ecc35 !important;
  color: white !important;
}
.alert.alert-danger.bmvc-3-validation-summary:has(.validation-summary-valid) {
  display: none;
}
select[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
select[readonly] {
  pointer-events: none;
  cursor: not-allowed;
}
.select2-container[disabled] {
  pointer-events: none;
  cursor: not-allowed;
}
.select2-container[readonly] {
  pointer-events: none;
  cursor: not-allowed;
}
.select2-container[disabled] .select2-choice {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.select2-container[readonly] .select2-choice {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.select2-container-multi .select2-choices:has(.select2-search-choice) .select2-search-field input {
  padding: unset !important;
}
.customLabel {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
}
.questionHolder.redBorder {
  border: 0.3em solid #ff7a55;
}
.questionHolder.greenBorder {
  border: 0.3em solid #43d785;
}
.questionHolder.amberBorder {
  border: 0.3em solid #ffbf00;
}
.questionHolder.neutralBorder {
  border: 0.3em solid #D3D3D3;
}
option[disabled] {
  color: #b7b7b7;
}
#applicant-survey select {
  height: 2.5em;
}
html .dropdown-menu {
  top: auto !important;
}
#main-navbar .navbar-header {
  max-height: 76px;
}
.ui-autocomplete {
  z-index: 9999999 !important;
}
.k-datepicker:has(> .k-picker-wrap > input[disabled]),
.k-datetimepicker:has(> .k-picker-wrap > input[disabled]),
.k-datepicker:has(> .k-picker-wrap > input[readonly]),
.k-datetimepicker:has(> .k-picker-wrap > input[readonly]) {
  pointer-events: none;
  cursor: not-allowed;
}
.k-datepicker:has(> .k-picker-wrap > input[disabled]) .k-picker-wrap,
.k-datetimepicker:has(> .k-picker-wrap > input[disabled]) .k-picker-wrap,
.k-datepicker:has(> .k-picker-wrap > input[readonly]) .k-picker-wrap,
.k-datetimepicker:has(> .k-picker-wrap > input[readonly]) .k-picker-wrap {
  background-color: #eeeeee;
}
.k-datepicker:has(> .k-picker-wrap > input[disabled]) .k-picker-wrap [role="button"],
.k-datetimepicker:has(> .k-picker-wrap > input[disabled]) .k-picker-wrap [role="button"],
.k-datepicker:has(> .k-picker-wrap > input[readonly]) .k-picker-wrap [role="button"],
.k-datetimepicker:has(> .k-picker-wrap > input[readonly]) .k-picker-wrap [role="button"] {
  opacity: 0.5;
}
table tr.emptyTableRow td:last-of-type button.hiddenButton:not(:has(~ button)) {
  visibility: hidden;
}
table tr.emptyTableRow button.hiddenButton:has(~ button) {
  display: none;
}
.ui-widget {
  font-family: unset !important;
}
/* -------- Main Loading Symbol -------- */

.oms-loader {
  width: 100px;
  height: 102px;
  border-radius: 100%;
  position: relative;
  top: calc(50% - 102px);
  left: calc(50% - 50px);
  margin: 30px 0;
  z-index: 10;
}
.oms-loader .circle {
  width: 100%;
  height: 100%;
  position: absolute;
}
.oms-loader .circle .inner {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid;
  border-right: none;
  border-top: none;
  box-sizing: unset;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.circle:nth-of-type(0) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.circle:nth-of-type(0) .inner {
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.circle:nth-of-type(1) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.circle:nth-of-type(1) .inner {
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.circle:nth-of-type(2) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.circle:nth-of-type(2) .inner {
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
.circle:nth-of-type(3) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.circle:nth-of-type(3) .inner {
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}
/* -------- Line Loader -------- */

.oms-line-loading {
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #adc9d7, #0c86c7);
  margin: 10px 0;
  border-radius: 20px;
  background-size: 20%;
  background-repeat: repeat-y;
  background-position: -25% 0;
  animation: scroll 1.9s cubic-bezier(0.46, 0.03, 0.52, 0.96) infinite;
}
.oms-line-loading.disable {
  animation: none;
}
@keyframes scroll {
  50% {
    background-size: 40%;
    background-position: 47.5% 52.5%;
  }
  100% {
    background-position: 125% 0;
  }
}

