/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


figure {
  margin: 0;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.53846154;
  background-color: #f2f4f8;
  border: 1px solid #ddd;
  border-radius: 0px;
  -o-transition: all 0.2s ease-in-out;
  -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: 20px;
  margin-bottom: 20px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
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%;
}

h3,
.h3 {
  font-size: 23px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #a1a8ac;
}
.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: #088bbf;
}
a.bg-primary:hover {
  background-color: #06678e;
}
.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: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.53846154;
}
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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  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.53846154;
  color: #777777;
}
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';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.53846154;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 1.53846154;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #a1a8ac;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.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.53846154;

}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #f2f4f8;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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:hover > .active,
.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:hover > .success,
.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:hover > .info,
.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:hover > .warning,
.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:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > 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: 20px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.53846154;
  color: #555555;
}

.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;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 45px;
  }
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.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],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #bcc1c4;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #788288;
  background-color: #dbe0ec;
  border-color: #bcbcbc;
}
.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.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: #fcfcfd;
  border-color: #dbdbdb;
  opacity: 0.3;
}
.btn-default .badge {
  color: #fcfcfd;
  background-color: #788288;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #788288 !important;
  background-color: #ebeef4;
  border-color: #c6c6c6;
}
.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: #fcfcfd;
  border-color: #dbdbdb;
}

.btn-success {
  color: #fff;
  color: #fff !important;
  background-color: #1aae88;
  border-color: #1aae88;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #138265;
  border-color: #12795e;
}
.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.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: #1aae88;
  border-color: #1aae88;
  opacity: 0.3;
}
.btn-success .badge {
  color: #1aae88;
  background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff !important;
  background-color: #179877;
  border-color: #158b6c;
}
.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: #1aae88;
  border-color: #1aae88;
}
.btn-info {
  color: #fff;
  color: #fff !important;
  background-color: #1ccacc;
  border-color: #1ccacc;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #169e9f;
  border-color: #159596;
}
.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.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: #1ccacc;
  border-color: #1ccacc;
  opacity: 0.3;
}
.btn-info .badge {
  color: #1ccacc;
  background-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff !important;
  background-color: #19b4b6;
  border-color: #17a6a8;
}
.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: #1ccacc;
  border-color: #1ccacc;
}
.btn-warning {
  color: #fff;
  color: #fff !important;
  background-color: #ff5722;
  border-color: #ff5722;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ee3900;
  border-color: #e43700;
}
.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.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: #ff5722;
  border-color: #ff5722;
  opacity: 0.3;
}
.btn-warning .badge {
  color: #ff5722;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff !important;
  background-color: #ff4408;
  border-color: #f83c00;
}
.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: #ff5722;
  border-color: #ff5722;
}
.btn-danger {
  color: #fff;
  color: #fff !important;
  background-color: #e33244;
  border-color: #e33244;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c71b2d;
  border-color: #be1a2b;
}
.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.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: #e33244;
  border-color: #e33244;
  opacity: 0.3;
}
.btn-danger .badge {
  color: #e33244;
  background-color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff !important;
  background-color: #dd1e32;
  border-color: #d01c2f;
}
.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: #e33244;
  border-color: #e33244;
}
.btn-blue {
  background-color: #088bbf;
}
.btn-blue:hover {
  color: #cccccc;
}
.btn-link {
  color: #3c4144;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #181a1c;
  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: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  width: 100%;
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #088bbf;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.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 > 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.53846154;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px 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;
  }
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.33;
  border-radius: 0px;
  height: 45px;
}
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: 0px;
}
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: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 0px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 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-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: 0px;
}
.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: 0px 0px 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: #f2f4f8;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.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: #088bbf;
}
.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: 0px;
}
.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: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #f2f4f8;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background-color: #fff;
  color: #26292c;
  left: -125px;
  top: 48px;
  height: auto;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}
.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) {
  .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 .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .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;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@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-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-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    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;
  margin-left: 20%;
}
.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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.53846154;
  text-decoration: none;
  color: #3c4144;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #181a1c;
  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: #088bbf;
  border-color: #088bbf;
  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: #777777;
  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: 0px;
  border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.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: 0px;
  border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #088bbf;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #06678e;
}
.label-success {
  background-color: #1aae88;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #138265;
}
.label-info {
  background-color: #1ccacc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #169e9f;
}
.label-warning {
  background-color: #ff5722;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ee3900;
}
.label-danger {
  background-color: #e33244;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c71b2d;
}
.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: #b0bcd4;
  border-radius: 0px;
}
.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;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #3c4144;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  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;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.53846154;
  background-color: #f2f4f8;
  border: 1px solid #ddd;
  border-radius: 0px;
  -o-transition: border 0.2s ease-in-out;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3c4144;
}
.thumbnail .caption {
  padding: 9px;
  color: #788288;
}



.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
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;
  color: #555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #1ccacc;
  background-color: #088bbf;
  border-color: #088bbf;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #98dffb;
}
.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;
}

.shadow-borders {
  box-shadow: 0 18px 35px rgba(50, 50, 93, .1), 0 8px 15px rgba(0, 0, 0, .07);
}
.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 > .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;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-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 .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #088bbf;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #088bbf;
  border-color: #088bbf;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #088bbf;
}
.panel-primary > .panel-heading .badge {
  color: #088bbf;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #088bbf;
}
.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-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.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-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.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-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.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-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-blue {
  border-color: #dddddd;
}
.panel-blue > .panel-heading {
  color: #333333;
  background-color: #088bbf;
  border-color: #dddddd;
}
.panel-blue > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-blue > .panel-heading .badge {
  color: #088bbf;
  background-color: #333333;
}
.panel-blue > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0px;
  -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: 0px;
}
.well-sm {
  padding: 9px;
  border-radius: 0px;
}
.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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -o-transform: translate(0, -25%);
  -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 {
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  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.53846154px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.53846154;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@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;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    /*bottom: 20px;*/
  }
}

.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;
}

@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 (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
small,
.small {
  font-size: 12px;
}
.badge,
.label {
  font-weight: bold;
}
.badge {
  background-color: #b0bcd4;
}
.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}
.badge-sm {
  font-size: 85%;
  padding: 2px 5px !important;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.badge-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 2px 6px;
}
.badge-empty {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: inherit;
}
.caret-white {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.65);
}
a:hover .caret-white {
  border-top-color: #fff;
}
.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #222733;
}
.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0, 0, 0.9);
  border-top-color: #222733;
}
.tooltip.right .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.9);
  border-right-color: #222733;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: rgba(0, 0, 0, 0.9);
  border-bottom-color: #222733;
}
.tooltip.left .tooltip-arrow {
  border-left-color: rgba(0, 0, 0, 0.9);
  border-left-color: #222733;
}
.thumbnail {
  border-color: #efefef;
}
.popover-content {
  font-size: 12px;
  line-height: 1.5;
}

.breadcrumb {
  background-color: #fff;
  border: 1px solid #efefef;
  padding-left: 10px;
  margin-bottom: 10px;
}
.breadcrumb > li + li:before,
.breadcrumb > .active {
  color: inherit;
}
.accordion-group,
.accordion-inner {
  border-color: #efefef;
  border-radius: 0px;
}

.input-s-sm {
  width: 120px;
}
.input-s {
  width: 200px;
}
.input-s-lg {
  width: 250px;
}
.input-lg {
  height: 45px;
}
.input-group-addon {
  border-color: #d6d6d6;
  background-color: #fcfcfd;
}
.list-group.no-borders .list-group-item {
  border: none;
}
.list-group.no-border .list-group-item {
  border-width: 1px 0;
}
.list-group.no-bg .list-group-item {
  background-color: transparent;
}
a.list-group-item:hover,
a.list-group-item:focus {
  background-color: #f9fafc;
}
.list-group-item.media {
  margin-top: 0;
}
.list-group-item.active {
  color: #fff;
  border-color: #1ccacc !important;
  background-color: #1ccacc !important;
}
.list-group-item.active .text-muted {
  color: #91eff0;
}
.list-group-item.active a {
  color: #fff;
}
.list-group-alt .list-group-item:nth-child(2n+2) {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
.list-group-lg .list-group-item {
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group-sp .list-group-item {
  margin-bottom: 5px;
  border-radius: 3px;
}
.list-group-item > .badge {
  margin-right: 0;
}
.list-group-item > .fa-chevron-right {
  float: right;
  margin-top: 4px;
  margin-right: -5px;
}
.list-group-item > .fa-chevron-right + .badge {
  margin-right: 5px;
}
.nav-pills.no-radius > li > a {
  border-radius: 0;
}
.nav-pills > li.active > a {
  color: #fff !important;
  background-color: #1ccacc;
}
.nav.nav-sm > li > a {
  padding: 6px 8px;
}
.nav .avatar {
  width: 30px;
  margin-top: -5px;
  margin-right: 5px;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #f7f8fb;
}


.dropdown-menu.pull-left {
  left: 100%;
}
.dropdown-menu > .panel {
  border: none;
  margin: -5px 0;
}
.dropdown-header {
  padding: 5px 15px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background-color: #f2f4f8 !important;
  color: #788288;
}
.dropdown-submenu:hover > .dropdown-menu,
.dropdown-submenu:focus > .dropdown-menu {
  display: block;
}
.dropdown-submenu.pull-left {
  float: none !important;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: -6px;
  margin-left: -1px;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
}
.dropdown-select > li > a input {
  position: absolute;
  left: -9999em;
}
/*Carousel*/
.carousel-control {
  width: 40px;
  color: #999;
  text-shadow: none;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ccc;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}
.carousel-control i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
}
.carousel-indicators.out {
  bottom: -5px;
}
.carousel-indicators li {
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  background: #ddd;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}
.carousel-indicators .active {
  background: #f0f0f0;
  background-color: rgba(200, 200, 200, 0.2);
  width: 10px;
  height: 10px;
  margin: 1px;
}
.carousel.carousel-fade .item {
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .active {
  opacity: 1;
  filter: alpha(opacity=1);
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 3;
}
/*cols*/
.col-lg-2-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-0 {
  clear: left;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col"] {
  padding: 0;
}
.modal-backdrop {
  background-color: #222733;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal-over {
  width: 100%;
  height: 100%;
  position: relative;
  background: #222733;
}
.modal-center {
  position: absolute;

  left: 50%;
  top: 50%;
}
.modal-content {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: transparent;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed !important;
}
.navbar-fixed-top + * {
  padding-top: 50px;
}
.navbar-fixed-top.header-md + * {
  padding-top: 60px;
}
/*layout*/
.header > p,
.footer > p {
  margin-top: 15px;
  display: inline-block;
}
.header > .btn,
.footer > .btn,
.header > .btn-group,
.footer > .btn-group,
.header > .btn-toolbar,
.footer > .btn-toolbar {
  margin-top: 10px;
}
.header > .btn-lg,
.footer > .btn-lg {
  margin-top: 0;
}
body.container {
  padding: 0;
}
@media (orientation: landscape) {
  html.ios7.ipad > body {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  body.container {
    -webkit-box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 60px rgba(0, 0, 0, 0.3);
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
  }

  .hbox > aside.show,
  .hbox > section.show,
  .hbox > aside.hidden-sm,
  .hbox > section.hidden-sm {
    display: table-cell !important;
  }

  .aside-xs {
    width: 60px;
  }

  .aside-sm {
    width: 150px;
  }

  .aside {
    width: 200px;
  }

  .aside-md {
    width: 240px;
  }

  .aside-xl {
    width: 360px;
  }

  .aside-xxl {
    width: 480px;
  }

  .no-touch .scrollable.hover {
    overflow-y: hidden;
  }

  .no-touch .scrollable.hover:hover {
    overflow: visible;
    overflow-y: auto;
  }

  .no-touch ::-webkit-scrollbar-button {
    width: 10px;
    height: 6px;
    background-color: rgba(50, 50, 50, 0.05);
  }

  .slimScrollBar {
    border-radius: 5px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box !important;
  }

  .navbar-header > .btn {
    position: absolute;
    font-size: 1.3em;
    padding: 9px 16px;
    line-height: 30px;
    left: 0;
  }

  .navbar-header .navbar-brand + .btn {
    right: 0;
    top: 0;
    left: auto;
  }

  .sidenav li > a > i:before {
    position: relative;
    z-index: 2;
  }

  .sidenav ul.nav > li > a > .badge {
    font-size: 11px;
    padding: 2px 5px 2px 4px;
    margin-top: 2px;
  }

  .sidenav ul.nav > li > a > .text-muted {
    margin: 0 3px;
  }

  .sidenav ul.nav > li > a.active .text {
    display: none;
  }

  .sidenav ul.nav > li > a.active .text-active {
    display: inline-block !important;
  }

  .sidenav ul.nav > li li a {
    font-weight: normal;
    text-transform: none;
  }

  .sidenav ul.nav > li.active > ul {
    display: block;
  }

  .sidenav ul.nav ul {
    display: none;
  }

  .bg-black .sidenav > ul.nav-main > li:hover > a,
  .bg-black .sidenav > ul.nav-main > li:focus > a,
  .bg-black .sidenav > ul.nav-main > li:active > a,
  .bg-black .sidenav > ul.nav-main > li.active > a {
    background-color: #1aae88;
  }

  @media (max-width: 767px) {
    .navbar-fixed-top-xs {
      position: fixed !important;

    }

    .navbar-fixed-top-xs + * {
      padding-top: 50px !important;
    }

    .nav-bar-fixed-bottom {
      position: fixed;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 1100;
    }

    /* .off screen nav from left or right*/
    .open,
    .open body {
      height: 100%;
    }

    .sidenav .dropdown-menu {
      position: relative;
      float: none;
      left: 0;
      margin-left: 0;
      padding: 0;
    }

    .sidenav .dropdown-menu a {
      padding: 15px;
      border-bottom: 1px solid #eee;
    }

    .sidenav .dropdown-menu li:last-child a {
      border-bottom: none;
    }

    .nav-user {
      margin: 0;
      padding: 15px;
    }

    .nav-user.open {
      display: inherit !important;
    }

    .nav-user .dropdown-menu {
    / / display: block;
      position: static;
      float: none;
    }

    .nav-user .dropdown > a {
      display: block;
      text-align: center;
      font-size: 18px;
      padding-bottom: 10px;
    }

    .nav-user .avatar {
      width: 160px !important;
      float: none !important;
      display: block;
      margin: 20px auto;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.1);
      position: relative;
    }

    .nav-user .avatar:before {
      content: "";
      position: absolute;
      left: 5px;
      right: 5px;
      bottom: 5px;
      top: 5px;
      border: 4px solid #fff;
      border-radius: 500px;
    }

    .nav-off-screen {
      display: block !important;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 75%;
      visibility: visible;
      overflow-x: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch;
    }

    .nav-off-screen .sidenav {
      display: block !important;
    }

    .nav-off-screen .navbar-fixed-top-xs {
      width: 75%;
    }

    .nav-off-screen.push-right .navbar-fixed-top-xs {
      left: 25%;
    }

    .nav-off-screen.push-right {
      left: auto;
      right: 0;
    }

    .nav-off-screen.push-right + * {
      -webkit-transform: translate3d(-75%, 0px, 0px);
      transform: translate3d(-75%, 0px, 0px);
    }

    .nav-off-screen + * {
      background-color: #f2f4f8;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      -moz-transition: -moz-transform 0.2s ease-in-out;
      -o-transition: -o-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
      -webkit-transform: translate3d(0px, 0px, 0px);
      transform: translate3d(0px, 0px, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translate3d(75%, 0px, 0px);
      transform: translate3d(75%, 0px, 0px);
      overflow: hidden;
      position: absolute;
      width: 100%;
      top: 0px;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
    }

    .nav-off-screen + * .nav-off-screen-block {
      display: block !important;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1950;
    }

    .navbar + section .nav-off-screen {
      top: 50px;
    }

    .navbar + section .nav-off-screen + * {
      top: 50px;
    }

    .slimScrollDiv,
    .slim-scroll {
      overflow: visible !important;
      height: auto !important;
    }

    .slimScrollBar,
    .slimScrollRail {
      display: none !important;
    }
  }
  #summary .badge {
    padding: 3px 5px;
    background-color: #545b5f !important;
    color: #fffddd;
    border-radius: 50px;
  }

  #summary .tag .badge {
    padding: 3px 5px;
    background-color: #088bbf !important;
    border-radius: 50px;
  }

  #summary.aside-lg .panel-body .tag .badge {
    border-radius: 0px !important;
  }

  #summary.aside-lg ul.nav li a .badge {
    background-color: #545b5f !important;
    float: right;
    border-radius: 50px;
  }

  .arrow {
    border-width: 8px;
    z-index: 10;
  }

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

  .arrow:after {
    border-width: 7px;
    content: "";
  }

  .arrow.top {
    left: 50%;
    margin-left: -8px;
    border-top-width: 0;
    border-bottom-color: #eee;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    top: -8px;
  }

  .arrow.top:after {
    content: " ";
    top: 1px;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #fff;
  }

  .arrow.right {
    top: 50%;
    right: -8px;
    margin-top: -8px;
    border-right-width: 0;
    border-left-color: #eee;
    border-left-color: rgba(0, 0, 0, 0.1);
  }

  .arrow.right:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -7px;
  }

  .arrow.bottom {
    left: 50%;
    margin-left: -8px;
    border-bottom-width: 0;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, 0.1);
    bottom: -8px;
  }

  .arrow.bottom:after {
    content: " ";
    bottom: 1px;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #fff;
  }

  .arrow.left {
    top: 50%;
    left: -8px;
    margin-top: -8px;
    border-left-width: 0;
    border-right-color: #eee;
    border-right-color: rgba(0, 0, 0, 0.1);
  }

  .arrow.left:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px;
  }

  .btn-link {
    color: #788288;
  }

  .btn-link.active {
    webkit-box-shadow: none;
    box-shadow: none;
  }

  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #788288;
    background-color: #dbe0ec;
    border-color: #bcbcbc;
  }

  .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.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: #fcfcfd;
    border-color: #dbdbdb;
    opacity: 0.3;
  }

  .btn-default .badge {
    color: #fcfcfd;
    background-color: #788288;
  }

  .btn-default:hover,
  .btn-default:focus,
  .btn-default:active,
  .btn-default.active,
  .open .dropdown-toggle.btn-default {
    color: #788288 !important;
    background-color: #ebeef4;
    border-color: #c6c6c6;
  }

  .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: #fcfcfd;
    border-color: #dbdbdb;
  }

  .btn-default.btn-bg {
    border-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
  }

  .btn-success {
    color: #fff;
    color: #fff !important;
    background-color: #1aae88;
    border-color: #1aae88;
  }

  .btn-success:hover,
  .btn-success:focus,
  .btn-success.focus,
  .btn-success:active,
  .btn-success.active,
  .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #138265;
    border-color: #12795e;
  }

  .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.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: #1aae88;
    border-color: #1aae88;
    opacity: 0.3;
  }

  .btn-success .badge {
    color: #1aae88;
    background-color: #fff;
  }

  .btn-success:hover,
  .btn-success:focus,
  .btn-success:active,
  .btn-success.active,
  .open .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #179877;
    border-color: #158b6c;
  }

  .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: #1aae88;
    border-color: #1aae88;
  }

  .btn-info {
    color: #fff;
    color: #fff !important;
    background-color: #1ccacc;
    border-color: #1ccacc;
  }

  .btn-info:hover,
  .btn-info:focus,
  .btn-info.focus,
  .btn-info:active,
  .btn-info.active,
  .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #169e9f;
    border-color: #159596;
  }

  .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.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: #1ccacc;
    border-color: #1ccacc;
    opacity: 0.3;
  }

  .btn-info .badge {
    color: #1ccacc;
    background-color: #fff;
  }

  .btn-info:hover,
  .btn-info:focus,
  .btn-info:active,
  .btn-info.active,
  .open .dropdown-toggle.btn-info {
    color: #fff !important;
    background-color: #19b4b6;
    border-color: #17a6a8;
  }

  .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: #1ccacc;
    border-color: #1ccacc;
  }

  .btn-warning {
    color: #fff;
    color: #fff !important;
    background-color: #ff5722;
    border-color: #ff5722;
  }

  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning.focus,
  .btn-warning:active,
  .btn-warning.active,
  .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ee3900;
    border-color: #e43700;
  }

  .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.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: #ff5722;
    border-color: #ff5722;
    opacity: 0.3;
  }

  .btn-warning .badge {
    color: #ff5722;
    background-color: #fff;
  }

  .btn-warning:hover,
  .btn-warning:focus,
  .btn-warning:active,
  .btn-warning.active,
  .open .dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #ff4408;
    border-color: #f83c00;
  }

  .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: #ff5722;
    border-color: #ff5722;
  }

  .btn-danger {
    color: #fff;
    color: #fff !important;
    background-color: #e33244;
    border-color: #e33244;
  }

  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger.focus,
  .btn-danger:active,
  .btn-danger.active,
  .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c71b2d;
    border-color: #be1a2b;
  }

  .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.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: #e33244;
    border-color: #e33244;
    opacity: 0.3;
  }

  .btn-danger .badge {
    color: #e33244;
    background-color: #fff;
  }

  .btn-danger:hover,
  .btn-danger:focus,
  .btn-danger:active,
  .btn-danger.active,
  .open .dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #dd1e32;
    border-color: #d01c2f;
  }

  .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: #e33244;
    border-color: #e33244;
  }

  .btn-dark {
    color: #fff;
    color: #fff !important;
    background-color: #222733;
    border-color: #222733;
  }

  .btn-dark:hover,
  .btn-dark:focus,
  .btn-dark.focus,
  .btn-dark:active,
  .btn-dark.active,
  .open > .dropdown-toggle.btn-dark {
    color: #fff;
    background-color: #0e1014;
    border-color: #0a0b0e;
  }

  .btn-dark:active,
  .btn-dark.active,
  .open > .dropdown-toggle.btn-dark {
    background-image: none;
  }

  .btn-dark.disabled,
  .btn-dark[disabled],
  fieldset[disabled] .btn-dark,
  .btn-dark.disabled:hover,
  .btn-dark[disabled]:hover,
  fieldset[disabled] .btn-dark:hover,
  .btn-dark.disabled:focus,
  .btn-dark[disabled]:focus,
  fieldset[disabled] .btn-dark:focus,
  .btn-dark.disabled.focus,
  .btn-dark[disabled].focus,
  fieldset[disabled] .btn-dark.focus,
  .btn-dark.disabled:active,
  .btn-dark[disabled]:active,
  fieldset[disabled] .btn-dark:active,
  .btn-dark.disabled.active,
  .btn-dark[disabled].active,
  fieldset[disabled] .btn-dark.active {
    background-color: #222733;
    border-color: #222733;
    opacity: 0.3;
  }

  .btn-dark .badge {
    color: #222733;
    background-color: #fff;
  }

  .btn-dark:hover,
  .btn-dark:focus,
  .btn-dark:active,
  .btn-dark.active,
  .open .dropdown-toggle.btn-dark {
    color: #fff !important;
    background-color: #181b24;
    border-color: #12141b;
  }

  .btn-dark:active,
  .btn-dark.active,
  .open .dropdown-toggle.btn-dark {
    background-image: none;
  }

  .btn-dark.disabled,
  .btn-dark[disabled],
  fieldset[disabled] .btn-dark,
  .btn-dark.disabled:hover,
  .btn-dark[disabled]:hover,
  fieldset[disabled] .btn-dark:hover,
  .btn-dark.disabled:focus,
  .btn-dark[disabled]:focus,
  fieldset[disabled] .btn-dark:focus,
  .btn-dark.disabled:active,
  .btn-dark[disabled]:active,
  fieldset[disabled] .btn-dark:active,
  .btn-dark.disabled.active,
  .btn-dark[disabled].active,
  fieldset[disabled] .btn-dark.active {
    background-color: #222733;
    border-color: #222733;
  }

  .btn-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 34px;
    text-align: center;
  }

  .btn-icon.b-2x {
    width: 36px;
  }

  .btn-icon.btn-sm {
    width: 30px;
  }

  .btn-icon.btn-sm.b-2x {
    width: 32px;
  }

  .btn-icon.btn-lg {
    width: 45px;
  }

  .btn-icon.btn-lg.b-2x {
    width: 47px;
  }

  .btn-group-justified {
    border-collapse: separate;
  }

  .btn-rounded {
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-rounded.btn-lg {
    padding-left: 25px;
    padding-right: 25px;
  }

  .btn > i.pull-left,
  .btn > i.pull-right {
    line-height: 1.428571429;
  }

  .btn-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn-inactive {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .chat-item:before,
  .chat-item:after {
    content: " ";
    display: table;
  }

  .chat-item:after {
    clear: both;
  }

  .chat-item:before,
  .chat-item:after {
    content: " ";
    display: table;
  }

  .chat-item:after {
    clear: both;
  }

  .chat-item:before,
  .chat-item:after {
    content: " ";
    display: table;
  }

  .chat-item:after {
    clear: both;
  }

  .chat-item:before,
  .chat-item:after {
    content: " ";
    display: table;
  }

  .chat-item:after {
    clear: both;
  }

  .chat-item .arrow {
    top: 20px;
  }

  .chat-item .arrow.right:after {
    border-left-color: #f2f4f8;
  }

  .chat-item .chat-body {
    position: relative;
    margin-left: 45px;
    min-height: 30px;
  }

  .chat-item .chat-body .panel {
    margin: 0 -1px;
  }

  .chat-item.right .chat-body {
    margin-left: 0;
    margin-right: 45px;
  }

  .chat-item + .chat-item {
    margin-top: 15px;
  }

  .comment-list {
    position: relative;
  }

  .comment-list .comment-item {
    margin-top: 0;
    position: relative;
  }

  .comment-list .comment-item > .thumb-sm {
    width: 36px;
  }

  .comment-list .comment-item .arrow.left {
    top: 20px;
    left: 39px;
  }

  .comment-list .comment-item .comment-body {
    margin-left: 46px;
  }

  .comment-list .comment-item .panel-body {
    padding: 10px 15px;
  }

  .comment-list .comment-item .panel-heading,
  .comment-list .comment-item .panel-footer {
    position: relative;
    font-size: 12px;
    background-color: #fff;
  }

  .comment-list .comment-reply {
    margin-left: 46px;
  }

  .comment-list:before {
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 18px;
    width: 1px;
    background: #e0e4e8;
    content: '';
  }

  /*Timeline*/
  .timeline {
    display: table;
    width: 100%;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    border-collapse: collapse;
  }

  .timeline:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 30px;
    background-color: #ddd;
    z-index: 0;
  }

  .timeline .timeline-date {
    position: absolute;
    width: 150px;
    left: -200px;
    top: 50%;
    margin-top: -9px;
    text-align: right;
  }

  .timeline .timeline-icon {
    position: absolute;
    left: -41px;
    top: -2px;
    top: 50%;
    margin-top: -15px;
  }

  .timeline .time-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block !important;
    z-index: 10;
    border-radius: 20px;
    text-align: center;
  }

  .timeline .time-icon:before {
    font-size: 14px;
    margin-top: 5px;
  }

  .timeline-item {
    display: table-row;
  }

  .timeline-item:before,
  .timeline-item.alt:after {
    content: "";
    display: block;
    width: 50%;
  }

  .timeline-item.alt {
    text-align: right;
  }

  .timeline-item.alt:before {
    display: none;
  }

  .timeline-item.alt .panel {
    margin-right: 25px;
    margin-left: 0;
  }

  .timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
  }

  .timeline-item.alt .timeline-icon {
    left: auto;
    right: -41px;
  }

  .timeline-item.active {
    display: table-caption;
    text-align: center;
  }

  .timeline-item.active:before {
    width: 1%;
  }

  .timeline-item.active .timeline-caption {
    display: inline-block;
    width: auto;
  }

  .timeline-item.active .timeline-caption h5 span {
    color: #fff;
  }

  .timeline-item.active .panel {
    margin-left: 0;
  }

  .timeline-item.active .timeline-date,
  .timeline-item.active .timeline-icon {
    position: static;
    margin-bottom: 10px;
    display: inline-block;
    width: auto;
  }

  .timeline-caption {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }

  .timeline-caption .panel {
    margin-left: 25px;
    position: relative;
    text-align: left;
  }

  .timeline-caption h5 {
    margin: 0;
  }

  .timeline-caption h5 span {
    display: block;
    color: #999;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .timeline-caption p {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 10px;
  }

  .timeline-footer {
    display: table-row;
  }

  .timeline-footer a {
    display: table-cell;
    text-align: right;
  }

  .timeline-footer .time-icon {
    margin-right: -15px;
    z-index: 5;
  }

  .post-item {
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    margin-bottom: 15px;
  }

  .post-item .post-title {
    margin-top: 0;
  }

  .post-item .post-media {
    text-align: center;
  }

  .post-item .post-media img {
    border-radius: 3px 3px 0 0;
  }


  .paper:before {
    content: '';
    position: absolute;
    width: 0px;
    top: 0;
    left: 39px;
    bottom: 0;
    border-left: 1px solid #1ccacc;
  }

  .paper textarea {
    border: none;
    background-color: transparent;
    height: 100%;
    padding: 30px 0 0 55px;
    line-height: 30px;
    min-height: 210px;
  }

  .i-fw {
    width: 1.28571429em;
    text-align: center;
  }

  .i-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
  }

  .i-sm {
    font-size: 0.75em;
  }

  .i-1x {
    font-size: 1em;
  }

  .i-2x {
    font-size: 2em;
  }

  .i-3x {
    font-size: 3em;
  }

  .i-4x {
    font-size: 4em;
  }

  .i-5x {
    font-size: 5em;
  }

  .i-s {
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .i-s > i {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: inherit;
  }

  .i-s-2x {
    width: 2em;
    height: 2em;
    font-size: 2em;
    line-height: 2em;
  }

  .i-s-2x .i-s-base {
    font-size: 2em;
  }

  .i-s-3x {
    width: 2.5em;
    height: 2.5em;
    font-size: 2.5em;
    line-height: 2.5em;
  }

  .i-s-3x .i-s-base {
    font-size: 2.5em;
  }

  .i-s-4x {
    width: 3em;
    height: 3em;
    font-size: 3em;
    line-height: 3em;
  }

  .i-s-4x .i-s-base {
    font-size: 3em;
  }

  .i-s-5x {
    width: 3.5em;
    height: 3.5em;
    font-size: 3.5em;
    line-height: 3.5em;
  }

  .i-s-5x .i-s-base {
    font-size: 3.5em;
  }

  .switch {
    cursor: pointer;
    position: relative;
  }

  .switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .switch input:checked + span {
    background-color: #1aae88;
  }

  .switch input:checked + span:after {
    left: 31px;
  }

  .switch span {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-color: rgba(0, 0, 0, 0.1);
    display: inline-block;
    -o-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }

  .switch span:after {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 26px;
    top: 1px;
    bottom: 1px;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -o-transition: left 0.2s;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }

  .nav-docs > ul > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .dropfile {
    border: 2px dashed #e0e4e8;
    text-align: center;
    min-height: 20px;
  }

  .dropfile.hover {
    border-color: #aac3cc;
  }

  .dropfile small {
    margin: 50px 0;
    display: block;
  }

  .portlet {
    min-height: 30px;
  }

  /*Charts*/
  .jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .easypiechart {
    position: relative;
    text-align: center;
  }

  .easypiechart > div {
    position: relative;
    z-index: 1;
  }

  .easypiechart > div .text {
    position: absolute;
    width: 100%;
    top: 60%;
    line-height: 1;
  }

  .easypiechart > div img {
    margin-top: -4px;
  }

  .easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }

  .flot-legend .legend > div {
    display: none;
  }

  .flot-legend .legend .legendColorBox > div {
    border: none !important;
    margin: 5px;
  }

  .flot-legend .legend .legendColorBox > div > div {
    border-radius: 10px;
  }

  .doc-buttons .btn {
    margin-bottom: 5px;
  }

  .list-icon i {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -o-transition: font-size 0.2s;
    -webkit-transition: font-size 0.2s;
    transition: font-size 0.2s;
  }

  .list-icon div {
    line-height: 40px;
    white-space: nowrap;
  }

  .list-icon div:hover i {
    font-size: 26px;
  }

  .th-sortable {
    cursor: pointer;
  }

  .th-sortable .th-sort {
    float: right;
    position: relative;
  }

  .th-sort i {
    position: relative;
    z-index: 1;
  }

  .th-sort .fa-sort {
    position: absolute;
    left: 0;
    top: 3px;
    color: #bac3cc;
    z-index: 0;
  }

  .th-sortable.active .text {
    display: none !important;
  }

  .th-sortable.active .text-active {
    display: inline-block !important;
  }

  .sortable-placeholder {
    list-style: none;
    border: 1px dashed #CCC;
    min-height: 50px;
    margin-bottom: 5px;
  }

  .input-append.date .add-on i,
  .input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
  }


  .datepicker td.active,
  .datepicker td.active:hover,
  .datepicker td.active:hover.active,
  .datepicker td.active.active {
    background: #088bbf;
  }


  .bg-dark {
    background-color: #222733;
    color: #7a87a7;
  }

  .bg-dark.lt,
  .bg-dark .lt {
    background-color: #2e3341;
  }

  .bg-dark.lter,
  .bg-dark .lter {
    background-color: #3a404e;
  }

  .bg-dark.dk,
  .bg-dark .dk {
    background-color: #171b24;
  }

  .bg-dark.dker,
  .bg-dark .dker {
    background-color: #0d0f15;
  }

  .bg-dark.bg,
  .bg-dark .bg {
    background-color: #222733;
  }

  .bg-dark a {
    color: #99a3bb;
  }

  .bg-dark a:hover {
    color: #fff;
  }

  .bg-dark a.list-group-item:hover,
  .bg-dark a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-dark .nav > li:hover > a,
  .bg-dark .nav > li:focus > a,
  .bg-dark .nav > li:active > a,
  .bg-dark .nav > li.active > a {
    color: #fff;
    background-color: #12151d;
  }

  .bg-dark .nav > li > a {
    color: #99a3bb;
  }

  .bg-dark .nav > li > a:hover,
  .bg-dark .nav > li > a:focus {
    background-color: #171b24;
  }

  .bg-dark .nav .open > a {
    background-color: #12151d;
  }

  .bg-dark .caret {
    border-top-color: #7a87a7;
    border-bottom-color: #7a87a7;
  }

  .bg-dark.navbar .nav > li.active > a {
    color: #fff;
    background-color: #171b24;
  }

  .bg-dark .open > a,
  .bg-dark .open > a:hover,
  .bg-dark .open > a:focus {
    color: #fff;
  }

  .bg-dark .text-muted {
    color: #5f6d8f !important;
  }

  .bg-dark .text-lt {
    color: #c7ccda !important;
  }

  .bg-dark.auto .list-group-item,
  .bg-dark .auto .list-group-item {
    border-color: #282e3c !important;
    background-color: transparent;
  }

  .bg-dark.auto .list-group-item:hover,
  .bg-dark .auto .list-group-item:hover,
  .bg-dark.auto .list-group-item:focus,
  .bg-dark .auto .list-group-item:focus,
  .bg-dark.auto .list-group-item:active,
  .bg-dark .auto .list-group-item:active,
  .bg-dark.auto .list-group-item.active,
  .bg-dark .auto .list-group-item.active {
    background-color: #171b24 !important;
  }

  .bg-black {
    background-color: #12131a;
    color: #656b93;
  }

  .bg-black.lt,
  .bg-black .lt {
    background-color: #1d1f28;
  }

  .bg-black.lter,
  .bg-black .lter {
    background-color: #292b36;
  }

  .bg-black.dk,
  .bg-black .dk {
    background-color: #07080b;
  }

  .bg-black.dker,
  .bg-black .dker {
    background-color: #000000;
  }

  .bg-black.bg,
  .bg-black .bg {
    background-color: #12131a;
  }

  .bg-black a {
    color: #8287a9;
  }

  .bg-black a:hover {
    color: #fff;
  }

  .bg-black a.list-group-item:hover,
  .bg-black a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-black .nav > li:hover > a,
  .bg-black .nav > li:focus > a,
  .bg-black .nav > li:active > a,
  .bg-black .nav > li.active > a {
    color: #fff;
    background-color: #020203;
  }

  .bg-black .nav > li > a {
    color: #8287a9;
  }

  .bg-black .nav > li > a:hover,
  .bg-black .nav > li > a:focus {
    background-color: #07080b;
  }

  .bg-black .nav .open > a {
    background-color: #020203;
  }

  .bg-black .caret {
    border-top-color: #656b93;
    border-bottom-color: #656b93;
  }

  .bg-black.navbar .nav > li.active > a {
    color: #fff;
    background-color: #07080b;
  }

  .bg-black .open > a,
  .bg-black .open > a:hover,
  .bg-black .open > a:focus {
    color: #fff;
  }

  .bg-black .text-muted {
    color: #515574 !important;
  }

  .bg-black .text-lt {
    color: #b0b3c8 !important;
  }

  .bg-black.auto .list-group-item,
  .bg-black .auto .list-group-item {
    border-color: #181a23 !important;
    background-color: transparent;
  }

  .bg-black.auto .list-group-item:hover,
  .bg-black .auto .list-group-item:hover,
  .bg-black.auto .list-group-item:focus,
  .bg-black .auto .list-group-item:focus,
  .bg-black.auto .list-group-item:active,
  .bg-black .auto .list-group-item:active,
  .bg-black.auto .list-group-item.active,
  .bg-black .auto .list-group-item.active {
    background-color: #07080b !important;
  }

  .bg-primary {
    background-color: #088bbf;
    color: #98dffb;
  }

  .bg-primary.lt,
  .bg-primary .lt {
    background-color: #0c9cd5;
  }

  .bg-primary.lter,
  .bg-primary .lter {
    background-color: #10acea;
  }

  .bg-primary.dk,
  .bg-primary .dk {
    background-color: #057aa9;
  }

  .bg-primary.dker,
  .bg-primary .dker {
    background-color: #026992;
  }

  .bg-primary.bg,
  .bg-primary .bg {
    background-color: #088bbf;
  }

  .bg-primary-ltest {
    background-color: #ecf6fb;
  }

  .bg-primary a {
    color: #c9eefd;
  }

  .bg-primary a:hover {
    color: #fff;
  }

  .bg-primary a.list-group-item:hover,
  .bg-primary a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-primary .nav > li:hover > a,
  .bg-primary .nav > li:focus > a,
  .bg-primary .nav > li:active > a,
  .bg-primary .nav > li.active > a {
    color: #fff;
    background-color: #04719c;
  }

  .bg-primary .nav > li > a {
    color: #c9eefd;
  }

  .bg-primary .nav > li > a:hover,
  .bg-primary .nav > li > a:focus {
    background-color: #057aa9;
  }

  .bg-primary .nav .open > a {
    background-color: #04719c;
  }

  .bg-primary .caret {
    border-top-color: #98dffb;
    border-bottom-color: #98dffb;
  }

  .bg-primary.navbar .nav > li.active > a {
    color: #fff;
    background-color: #057aa9;
  }

  .bg-primary .open > a,
  .bg-primary .open > a:hover,
  .bg-primary .open > a:focus {
    color: #fff;
  }

  .bg-primary .text-muted {
    color: #67cff9 !important;
  }

  .bg-primary .text-lt {
    color: #ffffff !important;
  }

  .bg-primary.auto .list-group-item,
  .bg-primary .auto .list-group-item {
    border-color: #0996ce !important;
    background-color: transparent;
  }

  .bg-primary.auto .list-group-item:hover,
  .bg-primary .auto .list-group-item:hover,
  .bg-primary.auto .list-group-item:focus,
  .bg-primary .auto .list-group-item:focus,
  .bg-primary.auto .list-group-item:active,
  .bg-primary .auto .list-group-item:active,
  .bg-primary.auto .list-group-item.active,
  .bg-primary .auto .list-group-item.active {
    background-color: #057aa9 !important;
  }

  .bg-success {
    background-color: #1aae88;
    color: #a3f1dd;
  }

  .bg-success.lt,
  .bg-success .lt {
    background-color: #20c198;
  }

  .bg-success.lter,
  .bg-success .lter {
    background-color: #27d4a8;
  }

  .bg-success.dk,
  .bg-success .dk {
    background-color: #159a78;
  }

  .bg-success.dker,
  .bg-success .dker {
    background-color: #108567;
  }

  .bg-success.bg,
  .bg-success .bg {
    background-color: #1aae88;
  }

  .bg-success-ltest {
    background-color: #f1ffed;
  }

  .bg-success a {
    color: #cff8ed;
  }

  .bg-success a:hover {
    color: #fff;
  }

  .bg-success a.list-group-item:hover,
  .bg-success a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-success .nav > li:hover > a,
  .bg-success .nav > li:focus > a,
  .bg-success .nav > li:active > a,
  .bg-success .nav > li.active > a {
    color: #fff;
    background-color: #138f6f;
  }

  .bg-success .nav > li > a {
    color: #cff8ed;
  }

  .bg-success .nav > li > a:hover,
  .bg-success .nav > li > a:focus {
    background-color: #159a78;
  }

  .bg-success .nav .open > a {
    background-color: #138f6f;
  }

  .bg-success .caret {
    border-top-color: #a3f1dd;
    border-bottom-color: #a3f1dd;
  }

  .bg-success.navbar .nav > li.active > a {
    color: #fff;
    background-color: #159a78;
  }

  .bg-success .open > a,
  .bg-success .open > a:hover,
  .bg-success .open > a:focus {
    color: #fff;
  }

  .bg-success .text-muted {
    color: #76ebcd !important;
  }

  .bg-success .text-lt {
    color: #ffffff !important;
  }

  .bg-success.auto .list-group-item,
  .bg-success .auto .list-group-item {
    border-color: #1cbb92 !important;
    background-color: transparent;
  }

  .bg-success.auto .list-group-item:hover,
  .bg-success .auto .list-group-item:hover,
  .bg-success.auto .list-group-item:focus,
  .bg-success .auto .list-group-item:focus,
  .bg-success.auto .list-group-item:active,
  .bg-success .auto .list-group-item:active,
  .bg-success.auto .list-group-item.active,
  .bg-success .auto .list-group-item.active {
    background-color: #159a78 !important;
  }

  .bg-info {
    background-color: #1ccacc;
    color: #bef5f6;
  }

  .bg-info.lt,
  .bg-info .lt {
    background-color: #24dbdd;
  }

  .bg-info.lter,
  .bg-info .lter {
    background-color: #3ddcde;
  }

  .bg-info.dk,
  .bg-info .dk {
    background-color: #16b6b8;
  }

  .bg-info.dker,
  .bg-info .dker {
    background-color: #11a2a4;
  }

  .bg-info.bg,
  .bg-info .bg {
    background-color: #1ccacc;
  }

  .bg-info-ltest {
    background-color: #ecfcff;
  }

  .bg-info a {
    color: #ebfcfc;
  }

  .bg-info a:hover {
    color: #fff;
  }

  .bg-info a.list-group-item:hover,
  .bg-info a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-info .nav > li:hover > a,
  .bg-info .nav > li:focus > a,
  .bg-info .nav > li:active > a,
  .bg-info .nav > li.active > a {
    color: #fff;
    background-color: #15abad;
  }

  .bg-info .nav > li > a {
    color: #ebfcfc;
  }

  .bg-info .nav > li > a:hover,
  .bg-info .nav > li > a:focus {
    background-color: #16b6b8;
  }

  .bg-info .nav .open > a {
    background-color: #15abad;
  }

  .bg-info .caret {
    border-top-color: #bef5f6;
    border-bottom-color: #bef5f6;
  }

  .bg-info.navbar .nav > li.active > a {
    color: #fff;
    background-color: #16b6b8;
  }

  .bg-info .open > a,
  .bg-info .open > a:hover,
  .bg-info .open > a:focus {
    color: #fff;
  }

  .bg-info .text-muted {
    color: #91eff0 !important;
  }

  .bg-info .text-lt {
    color: #ffffff !important;
  }

  .bg-info.auto .list-group-item,
  .bg-info .auto .list-group-item {
    border-color: #1ed7d9 !important;
    background-color: transparent;
  }

  .bg-info.auto .list-group-item:hover,
  .bg-info .auto .list-group-item:hover,
  .bg-info.auto .list-group-item:focus,
  .bg-info .auto .list-group-item:focus,
  .bg-info.auto .list-group-item:active,
  .bg-info .auto .list-group-item:active,
  .bg-info.auto .list-group-item.active,
  .bg-info .auto .list-group-item.active {
    background-color: #16b6b8 !important;
  }

  .bg-warning {
    background-color: #ff5722;
    color: #fff2ee;
  }

  .bg-warning.lt,
  .bg-warning .lt {
    background-color: #fd6c3e;
  }

  .bg-warning.lter,
  .bg-warning .lter {
    background-color: #fb8059;
  }

  .bg-warning.dk,
  .bg-warning .dk {
    background-color: #ff4408;
  }

  .bg-warning.dker,
  .bg-warning .dker {
    background-color: #ee3900;
  }

  .bg-warning.bg,
  .bg-warning .bg {
    background-color: #ff5722;
  }

  .bg-warning-ltest {
    background-color: #fffee6;
  }

  .bg-warning a {
    color: #ffffff;
  }

  .bg-warning a:hover {
    color: #fff;
  }

  .bg-warning a.list-group-item:hover,
  .bg-warning a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-warning .nav > li:hover > a,
  .bg-warning .nav > li:focus > a,
  .bg-warning .nav > li:active > a,
  .bg-warning .nav > li.active > a {
    color: #fff;
    background-color: #fb3c00;
  }

  .bg-warning .nav > li > a {
    color: #ffffff;
  }

  .bg-warning .nav > li > a:hover,
  .bg-warning .nav > li > a:focus {
    background-color: #ff4408;
  }

  .bg-warning .nav .open > a {
    background-color: #fb3c00;
  }

  .bg-warning .caret {
    border-top-color: #fff2ee;
    border-bottom-color: #fff2ee;
  }

  .bg-warning.navbar .nav > li.active > a {
    color: #fff;
    background-color: #ff4408;
  }

  .bg-warning .open > a,
  .bg-warning .open > a:hover,
  .bg-warning .open > a:focus {
    color: #fff;
  }

  .bg-warning .text-muted {
    color: #ffcbbb !important;
  }

  .bg-warning .text-lt {
    color: #ffffff !important;
  }

  .bg-warning.auto .list-group-item,
  .bg-warning .auto .list-group-item {
    border-color: #ff6331 !important;
    background-color: transparent;
  }

  .bg-warning.auto .list-group-item:hover,
  .bg-warning .auto .list-group-item:hover,
  .bg-warning.auto .list-group-item:focus,
  .bg-warning .auto .list-group-item:focus,
  .bg-warning.auto .list-group-item:active,
  .bg-warning .auto .list-group-item:active,
  .bg-warning.auto .list-group-item.active,
  .bg-warning .auto .list-group-item.active {
    background-color: #ff4408 !important;
  }

  .bg-danger {
    background-color: #e33244;
    color: #fce5e8;
  }

  .bg-danger.lt,
  .bg-danger .lt {
    background-color: #e34b5b;
  }

  .bg-danger.lter,
  .bg-danger .lter {
    background-color: #e56371;
  }

  .bg-danger.dk,
  .bg-danger .dk {
    background-color: #e01b2f;
  }

  .bg-danger.dker,
  .bg-danger .dker {
    background-color: #cc1628;
  }

  .bg-danger.bg,
  .bg-danger .bg {
    background-color: #e33244;
  }

  .bg-danger-ltest {
    background-color: #fbedec;
  }

  .bg-danger a {
    color: #ffffff;
  }

  .bg-danger a:hover {
    color: #fff;
  }

  .bg-danger a.list-group-item:hover,
  .bg-danger a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-danger .nav > li:hover > a,
  .bg-danger .nav > li:focus > a,
  .bg-danger .nav > li:active > a,
  .bg-danger .nav > li.active > a {
    color: #fff;
    background-color: #d51a2d;
  }

  .bg-danger .nav > li > a {
    color: #ffffff;
  }

  .bg-danger .nav > li > a:hover,
  .bg-danger .nav > li > a:focus {
    background-color: #e01b2f;
  }

  .bg-danger .nav .open > a {
    background-color: #d51a2d;
  }

  .bg-danger .caret {
    border-top-color: #fce5e8;
    border-bottom-color: #fce5e8;
  }

  .bg-danger.navbar .nav > li.active > a {
    color: #fff;
    background-color: #e01b2f;
  }

  .bg-danger .open > a,
  .bg-danger .open > a:hover,
  .bg-danger .open > a:focus {
    color: #fff;
  }

  .bg-danger .text-muted {
    color: #f5b9bf !important;
  }

  .bg-danger .text-lt {
    color: #ffffff !important;
  }

  .bg-danger.auto .list-group-item,
  .bg-danger .auto .list-group-item {
    border-color: #e53f50 !important;
    background-color: transparent;
  }

  .bg-danger.auto .list-group-item:hover,
  .bg-danger .auto .list-group-item:hover,
  .bg-danger.auto .list-group-item:focus,
  .bg-danger .auto .list-group-item:focus,
  .bg-danger.auto .list-group-item:active,
  .bg-danger .auto .list-group-item:active,
  .bg-danger.auto .list-group-item.active,
  .bg-danger .auto .list-group-item.active {
    background-color: #e01b2f !important;
  }

  .bg-eoptimo,
  .bg-blue {
    background-color: #088bbf;
    color: #98dffb;
  }

  .bg-eoptimo.lt,
  .bg-blue.lt,
  .bg-eoptimo .lt,
  .bg-blue .lt {
    background-color: #0c9cd5;
  }

  .bg-eoptimo.lter,
  .bg-blue.lter,
  .bg-eoptimo .lter,
  .bg-blue .lter {
    background-color: #10acea;
  }

  .bg-eoptimo.dk,
  .bg-blue.dk,
  .bg-eoptimo .dk,
  .bg-blue .dk {
    background-color: #057aa9;
  }

  .bg-eoptimo.dker,
  .bg-blue.dker,
  .bg-eoptimo .dker,
  .bg-blue .dker {
    background-color: #026992;
  }

  .bg-eoptimo.bg,
  .bg-blue.bg,
  .bg-eoptimo .bg,
  .bg-blue .bg {
    background-color: #088bbf;
  }

  .bg-eoptimo-ltest,
  .bg-blue-ltest {
    background-color: #ecf6fb;
  }

  .bg-eoptimo a,
  .bg-blue a {
    color: #c9eefd;
  }

  .bg-eoptimo a:hover,
  .bg-blue a:hover {
    color: #fff;
  }

  .bg-eoptimo a.list-group-item:hover,
  .bg-blue a.list-group-item:hover,
  .bg-eoptimo a.list-group-item:focus,
  .bg-blue a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-eoptimo .nav > li:hover > a,
  .bg-blue .nav > li:hover > a,
  .bg-eoptimo .nav > li:focus > a,
  .bg-blue .nav > li:focus > a,
  .bg-eoptimo .nav > li:active > a,
  .bg-blue .nav > li:active > a,
  .bg-eoptimo .nav > li.active > a,
  .bg-blue .nav > li.active > a {
    color: #fff;
    background-color: #04719c;
  }

  .bg-eoptimo .nav > li > a,
  .bg-blue .nav > li > a {
    color: #c9eefd;
  }

  .bg-eoptimo .nav > li > a:hover,
  .bg-blue .nav > li > a:hover,
  .bg-eoptimo .nav > li > a:focus,
  .bg-blue .nav > li > a:focus {
    background-color: #057aa9;
  }

  .bg-eoptimo .nav .open > a,
  .bg-blue .nav .open > a {
    background-color: #04719c;
  }

  .bg-eoptimo .caret,
  .bg-blue .caret {
    border-top-color: #98dffb;
    border-bottom-color: #98dffb;
  }

  .bg-eoptimo.navbar .nav > li.active > a,
  .bg-blue.navbar .nav > li.active > a {
    color: #fff;
    background-color: #057aa9;
  }

  .bg-eoptimo .open > a,
  .bg-blue .open > a,
  .bg-eoptimo .open > a:hover,
  .bg-blue .open > a:hover,
  .bg-eoptimo .open > a:focus,
  .bg-blue .open > a:focus {
    color: #fff;
  }

  .bg-eoptimo .text-muted,
  .bg-blue .text-muted {
    color: #67cff9 !important;
  }

  .bg-eoptimo .text-lt,
  .bg-blue .text-lt {
    color: #ffffff !important;
  }

  .bg-eoptimo.auto .list-group-item,
  .bg-blue.auto .list-group-item,
  .bg-eoptimo .auto .list-group-item,
  .bg-blue .auto .list-group-item {
    border-color: #0996ce !important;
    background-color: transparent;
  }

  .bg-eoptimo.auto .list-group-item:hover,
  .bg-blue.auto .list-group-item:hover,
  .bg-eoptimo .auto .list-group-item:hover,
  .bg-blue .auto .list-group-item:hover,
  .bg-eoptimo.auto .list-group-item:focus,
  .bg-blue.auto .list-group-item:focus,
  .bg-eoptimo .auto .list-group-item:focus,
  .bg-blue .auto .list-group-item:focus,
  .bg-eoptimo.auto .list-group-item:active,
  .bg-blue.auto .list-group-item:active,
  .bg-eoptimo .auto .list-group-item:active,
  .bg-blue .auto .list-group-item:active,
  .bg-eoptimo.auto .list-group-item.active,
  .bg-blue.auto .list-group-item.active,
  .bg-eoptimo .auto .list-group-item.active,
  .bg-blue .auto .list-group-item.active {
    background-color: #057aa9 !important;
  }

  .bg-orange {
    background-color: #ff5722;
    color: #fff2ee;
  }

  .bg-orange.lt,
  .bg-orange .lt {
    background-color: #fd6c3e;
  }

  .bg-orange.lter,
  .bg-orange .lter {
    background-color: #fb8059;
  }

  .bg-orange.dk,
  .bg-orange .dk {
    background-color: #ff4408;
  }

  .bg-orange.dker,
  .bg-orange .dker {
    background-color: #ee3900;
  }

  .bg-orange.bg,
  .bg-orange .bg {
    background-color: #ff5722;
  }

  .bg-orange-ltest {
    background-color: #ecf6fb;
  }

  .bg-orange a {
    color: #ffffff;
  }

  .bg-orange a:hover {
    color: #fff;
  }

  .bg-orange a.list-group-item:hover,
  .bg-orange a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-orange .nav > li:hover > a,
  .bg-orange .nav > li:focus > a,
  .bg-orange .nav > li:active > a,
  .bg-orange .nav > li.active > a {
    color: #fff;
    background-color: #fb3c00;
  }

  .bg-orange .nav > li > a {
    color: #ffffff;
  }

  .bg-orange .nav > li > a:hover,
  .bg-orange .nav > li > a:focus {
    background-color: #ff4408;
  }

  .bg-orange .nav .open > a {
    background-color: #fb3c00;
  }

  .bg-orange .caret {
    border-top-color: #fff2ee;
    border-bottom-color: #fff2ee;
  }

  .bg-orange.navbar .nav > li.active > a {
    color: #fff;
    background-color: #ff4408;
  }

  .bg-orange .open > a,
  .bg-orange .open > a:hover,
  .bg-orange .open > a:focus {
    color: #fff;
  }

  .bg-orange .text-muted {
    color: #ffcbbb !important;
  }

  .bg-orange .text-lt {
    color: #ffffff !important;
  }

  .bg-orange.auto .list-group-item,
  .bg-orange .auto .list-group-item {
    border-color: #ff6331 !important;
    background-color: transparent;
  }

  .bg-orange.auto .list-group-item:hover,
  .bg-orange .auto .list-group-item:hover,
  .bg-orange.auto .list-group-item:focus,
  .bg-orange .auto .list-group-item:focus,
  .bg-orange.auto .list-group-item:active,
  .bg-orange .auto .list-group-item:active,
  .bg-orange.auto .list-group-item.active,
  .bg-orange .auto .list-group-item.active {
    background-color: #ff4408 !important;
  }

  .bg-grey {
    background-color: #666666;
    color: #cccccc;
  }

  .bg-grey.lt,
  .bg-grey .lt {
    background-color: #737373;
  }

  .bg-grey.lter,
  .bg-grey .lter {
    background-color: #808080;
  }

  .bg-grey.dk,
  .bg-grey .dk {
    background-color: #5b5757;
  }

  .bg-grey.dker,
  .bg-grey .dker {
    background-color: #504949;
  }

  .bg-grey.bg,
  .bg-grey .bg {
    background-color: #666666;
  }

  .bg-grey-ltest {
    background-color: #ecf6fb;
  }

  .bg-grey a {
    color: #e6e6e6;
  }

  .bg-grey a:hover {
    color: #fff;
  }

  .bg-grey a.list-group-item:hover,
  .bg-grey a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-grey .nav > li:hover > a,
  .bg-grey .nav > li:focus > a,
  .bg-grey .nav > li:active > a,
  .bg-grey .nav > li.active > a {
    color: #fff;
    background-color: #555151;
  }

  .bg-grey .nav > li > a {
    color: #e6e6e6;
  }

  .bg-grey .nav > li > a:hover,
  .bg-grey .nav > li > a:focus {
    background-color: #5b5757;
  }

  .bg-grey .nav .open > a {
    background-color: #555151;
  }

  .bg-grey .caret {
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
  }

  .bg-grey.navbar .nav > li.active > a {
    color: #fff;
    background-color: #5b5757;
  }

  .bg-grey .open > a,
  .bg-grey .open > a:hover,
  .bg-grey .open > a:focus {
    color: #fff;
  }

  .bg-grey .text-muted {
    color: #b3b3b3 !important;
  }

  .bg-grey .text-lt {
    color: #ffffff !important;
  }

  .bg-grey.auto .list-group-item,
  .bg-grey .auto .list-group-item {
    border-color: #6e6e6e !important;
    background-color: transparent;
  }

  .bg-grey.auto .list-group-item:hover,
  .bg-grey .auto .list-group-item:hover,
  .bg-grey.auto .list-group-item:focus,
  .bg-grey .auto .list-group-item:focus,
  .bg-grey.auto .list-group-item:active,
  .bg-grey .auto .list-group-item:active,
  .bg-grey.auto .list-group-item.active,
  .bg-grey .auto .list-group-item.active {
    background-color: #5b5757 !important;
  }

  .bg-green {
    background-color: #8cc640;
    color: #ebf5dd;
  }

  .bg-green.lt,
  .bg-green .lt {
    background-color: #97c956;
  }

  .bg-green.lter,
  .bg-green .lter {
    background-color: #a3cd6c;
  }

  .bg-green.dk,
  .bg-green .dk {
    background-color: #7fb933;
  }

  .bg-green.dker,
  .bg-green .dker {
    background-color: #72a82b;
  }

  .bg-green.bg,
  .bg-green .bg {
    background-color: #8cc640;
  }

  .bg-green-ltest {
    background-color: #ecf6fb;
  }

  .bg-green a {
    color: #ffffff;
  }

  .bg-green a:hover {
    color: #fff;
  }

  .bg-green a.list-group-item:hover,
  .bg-green a.list-group-item:focus {
    background-color: inherit;
  }

  .bg-green .nav > li:hover > a,
  .bg-green .nav > li:focus > a,
  .bg-green .nav > li:active > a,
  .bg-green .nav > li.active > a {
    color: #fff;
    background-color: #78af31;
  }

  .bg-green .nav > li > a {
    color: #ffffff;
  }

  .bg-green .nav > li > a:hover,
  .bg-green .nav > li > a:focus {
    background-color: #7fb933;
  }

  .bg-green .nav .open > a {
    background-color: #78af31;
  }

  .bg-green .caret {
    border-top-color: #ebf5dd;
    border-bottom-color: #ebf5dd;
  }

  .bg-green.navbar .nav > li.active > a {
    color: #fff;
    background-color: #7fb933;
  }

  .bg-green .open > a,
  .bg-green .open > a:hover,
  .bg-green .open > a:focus {
    color: #fff;
  }

  .bg-green .text-muted {
    color: #d3e9b6 !important;
  }

  .bg-green .text-lt {
    color: #ffffff !important;
  }

  .bg-green.auto .list-group-item,
  .bg-green .auto .list-group-item {
    border-color: #93ca4c !important;
    background-color: transparent;
  }

  .bg-green.auto .list-group-item:hover,
  .bg-green .auto .list-group-item:hover,
  .bg-green.auto .list-group-item:focus,
  .bg-green .auto .list-group-item:focus,
  .bg-green.auto .list-group-item:active,
  .bg-green .auto .list-group-item:active,
  .bg-green.auto .list-group-item.active,
  .bg-green .auto .list-group-item.active {
    background-color: #7fb933 !important;
  }

  .bg-empty {
    background-color: transparent;
  }

  .text-primary-lt {
    color: #099dd7;
  }

  .text-primary-lter {
    color: #0aaff0;
  }

  .text-primary-dk {
    color: #0779a7;
  }

  .text-primary-dker {
    color: #06678e;
  }

  .text-info {
    color: #1ccacc;
  }

  .text-info-lt {
    color: #21dee1;
  }

  .text-info-lter {
    color: #37e2e4;
  }

  .text-info-dk {
    color: #19b4b6;
  }

  .text-info-dker {
    color: #169e9f;
  }

  .text-success {
    color: #1aae88;
  }

  .text-success-lt {
    color: #1dc499;
  }

  .text-success-lter {
    color: #21daab;
  }

  .text-success-dk {
    color: #179877;
  }

  .text-success-dker {
    color: #138265;
  }

  .text-warning {
    color: #ff5722;
  }

  .text-warning-lt {
    color: #ff6a3c;
  }

  .text-warning-lter {
    color: #ff7e55;
  }

  .text-warning-dk {
    color: #ff4408;
  }

  .text-warning-dker {
    color: #ee3900;
  }

  .text-danger {
    color: #e33244;
  }

  .text-danger-lt {
    color: #e64858;
  }

  .text-danger-lter {
    color: #e95f6d;
  }

  .text-danger-dk {
    color: #dd1e32;
  }

  .text-danger-dker {
    color: #c71b2d;
  }

  .text-dark {
    color: #222733;
  }

  .text-dark-lt {
    color: #2c3342;
  }

  .text-dark-lter {
    color: #363e52;
  }

  .text-dark-dk {
    color: #181b24;
  }

  .text-dark-dker {
    color: #0e1014;
  }

  .text-muted {
    color: #a1a8ac;
  }

  .pos-rlt {
    position: relative;
  }

  .pos-stc {
    position: static;
  }

  .pos-abt {
    position: absolute;
  }

  .line {
    *width: 100%;
    height: 2px;
    margin: 10px 0;
    font-size: 0;
    overflow: hidden;
  }

  .line-xs {
    margin: 0;
  }

  .line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .line-dashed {
    border-style: dashed !important;
    background-color: transparent;
    border-width: 0;
  }

  .no-line {
    border-width: 0;
  }

  .no-border,
  .no-borders {
    border-color: transparent;
    border-width: 0;
  }

  .no-radius {
    border-radius: 0;
  }

  .block {
    display: block;
  }

  .block.hide {
    display: none;
  }

  .inline {
    display: inline-block !important;
  }

  .none {
    display: none;
  }

  .pull-right-lg {
    float: right;
  }

  .pull-none {
    float: none;
  }

  .rounded {
    border-radius: 500px;
  }

  .btn-s-xs {
    min-width: 90px;
  }

  .btn-s-sm {
    min-width: 100px;
  }

  .btn-s-md {
    min-width: 120px;
  }

  .btn-s-lg {
    min-width: 150px;
  }

  .btn-s-xl {
    min-width: 200px;
  }

  .l-h-2x {
    line-height: 2em;
  }

  .l-h-1x {
    line-height: 1.2;
  }

  .l-h {
    line-height: 1.5;
  }

  .v-middle {
    vertical-align: middle !important;
  }

  .v-top {
    vertical-align: top !important;
  }

  .v-bottom {
    vertical-align: bottom !important;
  }

  .font-normal {
    font-weight: normal;
  }

  .font-italic {
    font-style: italic;
  }

  .font-thin {
    font-weight: 300;
  }

  .text-ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .text-u-c {
    text-transform: uppercase;
  }

  .text-l-t {
    text-decoration: line-through;
  }

  .text-u-l {
    text-decoration: underline;
  }

  .text-active,
  .active > .text,
  .active > .auto .text {
    display: none !important;
  }

  .active > .text-active,
  .active > .auto .text-active {
    display: inline-block !important;
  }

  .wrapper-xxs {
    padding: 2px 6px;
  }

  .wrapper-xs {
    padding: 4px 8px;
  }

  .wrapper-sm {
    padding: 5px 10px;
  }

  .wrapper {
    padding: 15px;
  }

  .wrapper-md {
    padding: 20px;
  }

  .wrapper-lg {
    padding: 30px;
  }

  .wrapper-xl {
    padding: 50px;
  }

  .padder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .pull-in {
    margin-left: -15px;
    margin-right: -15px;
  }

  .pull-out {
    margin: -10px -15px;
  }

  .b {
    border: 1px solid rgba(0, 0, 0, 0.05);
  }

  .b-a {
    border: 1px solid #efefef;
  }

  .b-r {
    border-right: 1px solid #efefef;
  }

  .b-b {
    border-bottom: 1px solid #efefef;
  }

  .b-l {
    border-left: 1px solid #efefef;
  }

  .b-light {
    border-color: #e1e6ef;
  }

  .b-dark {
    border-color: #2c3342;
  }

  .b-primary {
    border-color: #099dd7;
  }

  .b-success {
    border-color: #1dc499;
  }

  .b-info {
    border-color: #21dee1;
  }

  .b-warning {
    border-color: #ff6a3c;
  }

  .b-danger {
    border-color: #e64858;
  }

  .b-black {
    border-color: #1c1e29;
  }

  .b-white {
    border-color: #fff;
  }

  .b-dashed {
    border-style: dashed !important;
  }

  .b-2x {
    border-width: 2px;
  }

  .b-3x {
    border-width: 3px;
  }

  .b-4x {
    border-width: 4px;
  }

  .b-5x {
    border-width: 5px;
  }

  .r {
    border-radius: 0px 0px 0px 0px;
  }

  .r-l {
    border-radius: 0px 0 0 0px;
  }

  .r-r {
    border-radius: 0 0px 0px 0;
  }

  .r-t {
    border-radius: 0px 0px 0 0;
  }

  .r-b {
    border-radius: 0 0 0px 0px;
  }

  .m-xxs {
    margin: 2px 4px;
  }

  .m-xs {
    margin: 5px;
  }

  .m-sm {
    margin: 10px;
  }

  .m {
    margin: 15px;
  }

  .m-md {
    margin: 20px;
  }

  .m-lg {
    margin: 30px;
  }

  .m-xl {
    margin: 50px;
  }

  .m-n {
    margin: 0 !important;
  }

  .m-l-none {
    margin-left: 0;
  }

  .m-l-xs {
    margin-left: 5px;
  }

  .m-l-sm {
    margin-left: 10px;
  }

  .m-l {
    margin-left: 15px;
  }

  .m-l-md {
    margin-left: 20px;
  }

  .m-l-lg {
    margin-left: 30px;
  }

  .m-l-xl {
    margin-left: 40px;
  }

  .m-l-n-xxs {
    margin-left: -1px;
  }

  .m-l-n-xs {
    margin-left: -5px;
  }

  .m-l-n-sm {
    margin-left: -10px;
  }

  .m-l-n {
    margin-left: -15px;
  }

  .m-l-n-md {
    margin-left: -20px;
  }

  .m-l-n-lg {
    margin-left: -30px;
  }

  .m-l-n-xl {
    margin-left: -40px;
  }

  .m-t-none {
    margin-top: 0;
  }

  .m-t-xxs {
    margin-top: 1px;
  }

  .m-t-xs {
    margin-top: 5px;
  }

  .m-t-sm {
    margin-top: 10px;
  }

  .m-t {
    margin-top: 15px;
  }

  .m-t-md {
    margin-top: 20px;
  }

  .m-t-lg {
    margin-top: 30px;
  }

  .m-t-xl {
    margin-top: 40px;
  }

  .m-t-n-xxs {
    margin-top: -1px;
  }

  .m-t-n-xs {
    margin-top: -5px;
  }

  .m-t-n-sm {
    margin-top: -10px;
  }

  .m-t-n {
    margin-top: -15px;
  }

  .m-t-n-md {
    margin-top: -20px;
  }

  .m-t-n-lg {
    margin-top: -30px;
  }

  .m-t-n-xl {
    margin-top: -40px;
  }

  .m-r-none {
    margin-right: 0;
  }

  .m-r-xxs {
    margin-right: 1px;
  }

  .m-r-xs {
    margin-right: 5px;
  }

  .m-r-sm {
    margin-right: 10px;
  }

  .m-r {
    margin-right: 15px;
  }

  .m-r-md {
    margin-right: 20px;
  }

  .m-r-lg {
    margin-right: 30px;
  }

  .m-r-xl {
    margin-right: 40px;
  }

  .m-r-n-xxs {
    margin-right: -1px;
  }

  .m-r-n-xs {
    margin-right: -5px;
  }

  .m-r-n-sm {
    margin-right: -10px;
  }

  .m-r-n {
    margin-right: -15px;
  }

  .m-r-n-md {
    margin-right: -20px;
  }

  .m-r-n-lg {
    margin-right: -30px;
  }

  .m-r-n-xl {
    margin-right: -40px;
  }

  .m-b-none {
    margin-bottom: 0;
  }

  .m-b-xxs {
    margin-bottom: 1px;
  }

  .m-b-xs {
    margin-bottom: 5px;
  }

  .m-b-sm {
    margin-bottom: 10px;
  }

  .m-b {
    margin-bottom: 15px;
  }

  .m-b-md {
    margin-bottom: 20px;
  }

  .m-b-lg {
    margin-bottom: 30px;
  }

  .m-b-xl {
    margin-bottom: 40px;
  }

  .m-b-n-xxs {
    margin-bottom: -1px;
  }

  .m-b-n-xs {
    margin-bottom: -5px;
  }

  .m-b-n-sm {
    margin-bottom: -10px;
  }

  .m-b-n {
    margin-bottom: -15px;
  }

  .m-b-n-md {
    margin-bottom: -20px;
  }

  .m-b-n-lg {
    margin-bottom: -30px;
  }

  .m-b-n-xl {
    margin-bottom: -40px;
  }

  .media-xs {
    min-width: 50px;
  }

  .media-sm {
    min-width: 80px;
  }

  .media-md {
    min-width: 90px;
  }

  .media-lg {
    min-width: 120px;
  }

  .avatar {
    position: relative;
    display: block;
    border-radius: 500px;
    white-space: nowrap;
  }

  .avatar img {
    border-radius: 500px;
    width: 100%;
  }

  .avatar i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-style: solid;
    border-radius: 100%;
  }

  .avatar i.md {
    width: 12px;
    height: 12px;
    margin: 1px;
  }

  .avatar i.right {
    left: auto;
    right: 0;
  }

  .avatar i.bottom {
    left: auto;
    top: auto;
    bottom: 0;
    right: 0;
  }

  .avatar i.on {
    background-color: #1aae88;
  }

  .avatar i.off {
    background-color: #a1a8ac;
  }

  .avatar i.busy {
    background-color: #e33244;
  }

  .avatar i.away {
    background-color: #ff5722;
  }

  .thumb-lg {
    width: 128px;
    display: inline-block;
  }

  .thumb-md {
    width: 64px;
    display: inline-block;
  }

  .thumb-sm {
    width: 34px;
    display: inline-block;
  }

  .thumb-xs {
    width: 24px;
    display: inline-block;
  }

  .thumb-wrapper {
    padding: 2px;
    border: 1px solid #ddd;
  }

  .img-full {
    max-width: 100%;
  }

  .img-full > img {
    max-width: 100%;
  }

  .clear {
    display: block;
    overflow: hidden;
  }

  .row-sm {
    margin-left: -10px;
    margin-right: -10px;
  }

  .row-sm > div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .i-checks input {
    width: auto !important;
    height: auto !important;
    opacity: 0;
  }

  .i-checks input:checked + i {
    border-color: #088bbf;
  }

  .i-checks input:checked + i:before {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 2px;
    text-align: center;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    color: #088bbf;
  }

  .i-checks input[type="radio"] + i {
    border-radius: 100%;
  }

  .i-checks input[type="checkbox"]:checked + i:before {
    content: "\f00c";
  }

  .i-checks input[type="radio"]:checked + i:before {
    content: "\f111";
  }

  .i-checks input[disabled] + i,
  fieldset[disabled] .i-checks input + i {
    border-color: #e2e2e2;
  }

  .i-checks input[disabled] + i:before,
  fieldset[disabled] .i-checks input + i:before {
    color: #d6d6d6;
  }

  .i-checks i {
    width: 18px;
    height: 18px;
    line-height: 1;
    border: 1px solid #d6d6d6;
    background-color: #fff;
    margin-left: -20px;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    font-size: 12px;
  }

  .ie8 .i-checks i {
    display: none;
  }

  .scroll-x,
  .scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-y {
    overflow-y: auto;
  }

  .scroll-x {
    overflow-x: auto;
  }

  .no-touch .scroll-x,
  .no-touch .scroll-y {
    overflow: hidden;

  }

  .no-touch .scroll-x:hover,
  .no-touch .scroll-x:focus,
  .no-touch .scroll-x:active {
    overflow-x: auto;
  }

  .no-touch .scroll-y:hover,
  .no-touch .scroll-y:focus,
  .no-touch .scroll-y:active {
    overflow-y: auto;
  }

  .no-touch .hover-action {
    display: none;
  }

  .no-touch .hover:hover .hover-action {
    display: inherit;
  }

  .hover-rotate {
    -o-transition: all 0.2s ease-in-out 0.1s;
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
  }

  .hover:hover .hover-rotate,
  .hover:active .hover-rotate {
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: #fff;
  }

  .backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .backdrop.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .h {
    font-size: 170px;
    font-weight: 300;
    text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
  }

  /*desktop*/
  @media screen and (min-width: 992px) {
    .col-lg-2-4 {
      width: 20.000%;
      float: left;
    }
  }
  /*phone*/
  @media (max-width: 767px) {
    .shift {
      display: none !important;
    }

    .shift.in {
      display: block !important;
    }

    .row-2 [class*="col"] {
      width: 50%;
      float: left;
    }

    .row-2 .col-0 {
      clear: none;
    }

    .row-2 li:nth-child(odd) {
      clear: left;
      margin-left: 0;
    }

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

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

    .pull-none-xs {
      float: none !important;
    }

    .dropdown-menu.pull-none-xs {
      left: 0;
    }

    .hidden-xs.show {
      display: inherit !important;
    }

    .wrapper-lg {
      padding: 15px;
    }
  }
  #mainnav > .scrollable {
    height: 100%;
  }

  #mainnav img.nav-icon {
    width: 50px;
    height: 50px;
  }

  #mainnav i.icon {
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .navbar-nav > li > a {
    padding-top: 14px;
  }

  .panel kb-input.pull-up md-input-container > .col-xs-12 {
    margin-top: -17px;
  }

  .panel kb-input.pull-up md-input-container > .col-xs-12 label {
    font-size: 10px;
  }

  .panel kb-input.pull-up md-input-container > .col-xs-12 button.btn-xs {
    padding: 5px 7px;
    margin-top: 17px;
  }

  .panel .panel-heading label {
    color: #ffffff;
  }

  .panel .panel-heading input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .panel .panel-heading input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
  }

  .panel .panel-heading input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
  }

  .panel .panel-heading input.form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }

  .panel .panel-footer .btn-group .cancel {
    background: #666666;
  }

  .panel-body header {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
  }

  .panel-body header .as-is {
    background: #666666;
  }

  .panel-body header .to-be {
    background: #088bbf;
  }

  #myCarousel {
    height: 100%;
  }

  .carousel-indicators li {
    width: auto;
    border-width: 0px;
  }

  .carousel-indicators li a {
    margin-right: 0;
  }

  .carousel-indicators li.active {
    margin: 0;
  }

  .carousel-indicators li.active a {
    color: #ffffff;
  }

  .carousel-control {
    margin-top: 25%;
  }

  .left {
    left: 100px !important;
  }

  .right {
    right: 100px !important;
  }

  .navbar-right {
    margin: 0;
  }

  #content ul.nav-tabs {
    position: absolute;
    right: 0;
    z-index: 99999;
    border: 0px solid transparent;
  }

  #content ul.nav-tabs li a {
    padding: 13px 15px;
    border-bottom-color: transparent !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #content ul.nav-tabs li.active a,
  #content ul.nav-tabs li a:hover {
    border-bottom-color: #088bbf !important;
    border-bottom-width: 3px;
    border-bottom-style: solid;
  }

  #sItemDropdown > button {
    float: right;
    margin-top: -40px;
  }


  #clientDropdown {
    position: relative;
    right: 18px;
    font-size: 1em;
  }

  #clientDropdown .dropdown > a i {
    color: rgba(255, 255, 255, 0.8);
  }

  #clientDropdown .dropdown-menu a {
    color: #444444 !important;
  }

  #user-profile-image {
    margin: 0 auto;
    margin-top: 10px;
  }

  #user-profile-image img {
    margin: 0 auto;
    width: 135px;
  }


  div.upload input[type="file"] {
    display: block !important;
    width: 157px !important;
    height: 100% !important;
    opacity: 0 !important;
    overflow: hidden !important;
  }

  .login-form {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 250px;
    margin-top: -125px;
    margin-left: -150px;
    text-align: center;
  }

  .login-form .input-container {
    text-align: center;
    position: relative;
    display: inline-block;
  }

  .login-form .placeholder {
    position: absolute;
    bottom: 7px;
    left: 2px;
    color: #bbb;
    transition: all .2s ease;
    z-index: 0;
    font-size: 18px;
  }

  .login-form .placeholder span {
    margin-left: 15px;
  }

  .login-form .placeholder i {
    width: 13px;
  }

  .login-form .line {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 3;
  }

  .login-form .line:before,
  .login-form .line:after {
    content: '';
    position: absolute;
    bottom: 2px;
    width: 0;
    height: 2px;
    transition: all .2s ease;
    box-shadow: 0 2px 0 #088bbf;
  }

  .login-form .line:before {
    left: 50%;
  }

  .login-form .line:after {
    right: 50%;
  }

  .login-form input.fancy {
    margin: 0;
    margin-top: 50px;
    border: none;
    border-bottom: 1px solid #bbb;
    position: relative;
    background: transparent;
    padding: 3px;
    width: 230px;
    z-index: 1;
  }

  .login-form input.fancy:focus,
  .login-form input.fancy.used,
  .login-form input.fancy:valid {
    outline: 0;
  }

  .login-form input.fancy:focus ~ .line:before,
  .login-form input.fancy:focus ~ .line:after,
  .login-form input.fancy.used ~ .line:before,
  .login-form input.fancy.used ~ .line:after,
  .login-form input.fancy:valid ~ .line:before,
  .login-form input.fancy:valid ~ .line:after {
    width: 50%;
  }

  .login-form input.fancy:focus ~ .placeholder,
  .login-form input.fancy.used ~ .placeholder,
  .login-form input.fancy:valid ~ .placeholder {
    font-size: .8em;
    color: #428bca;
    bottom: 30px;
  }

  .login-form .button {
    display: block;
    border-radius: 3px;
    padding: 10px;
    color: #646464;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid transparent;
  }

  .login-form .button:hover {
    border-color: #bbb;
  }

  .login-form .button.blue {
    color: #428bca;
  }

  .login-form .button-login {
    background: transparent;
    font-weight: bold;
    width: 230px;
    margin: 0 auto;
  }

  .login-form .button-login:focus {
    outline: none;
  }

  .login-form .forgot-password {
    font-size: .8em;
    width: 230px;
    margin: 0 auto;
    text-decoration: none;
  }

  .login-form .forgot-password:visited,
  .login-form .forgot-password:hover {
    color: #646464;
    text-decoration: none;
  }

  .form-group .inline {
    width: 35%;
    float: left;
  }

  .form-group .inline label {
    width: 50%;
  }

  .topspace label.control-label {
    padding-bottom: 17px;
  }

  .topspace .input-group {
    padding-top: 20px !important;
  }

  #same_loation {
    margin-top: 10px !important;
  }

  .topspace label.control-label > *,
  .topspace label.control-label.required:after {
    /*padding-top: 40px !important;
    padding-bottom: 5px !important;*/
  }

  .auto {
    height: 155px;
  }

  .auto label {
    height: 100% !important;
  }

  .panel .panel-body .list-group > .list-group-item .category {
  }

  .panel .panel-body .list-group > .list-group-item .vendor {
  }

  .panel .panel-body .list-group > .list-group-item .model_number {
  }

  .panel .panel-body .list-group > .list-group-item .description {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .panel .panel-body .list-group > .list-group-item .category-image img {
    width: 40px;
    margin-top: 5px;
  }

  .panel .panel-body .list-group > .list-group-item .ItemSettingsDropdown {
    margin-bottom: -20px;
    top: -55px;
    float: right;
  }

  .panel .panel-body .list-group > .list-group-item .ItemSettingsDropdown .dropdown-toggle {
    background-color: #cccccc;
    color: #ffffff;
    padding: 2px 4px;
  }

  .ui-select-choices-group ul li.ui-select-choices-row {
    border-bottom: 1px solid #d6d6d6;
  }

  .ui-select-container {
    width: 99%;
    margin: 0 auto;
  }

  .btn-cancel {
    background: #b3b3b3;
    color: #000;
  }

  .server_exp_value {
    font-size: 20px;
    font-weight: bold;
    padding: 0;
  }

  .unit select {
    font-size: 10px;
  }

  .to_be .unit {
    margin-top: 14px;
    margin-left: 10px;
  }

  .as_is .unit {
    margin-top: 14px;
  }

  .network_options > select {
    padding: 0;
    margin-left: -35px !important;
    font-size: 10px;
    width: 85px;
    text-align: right;
  }

  #dropdown > .btn-group {
    margin-top: -40px;
    float: right !important;
  }

  input.fancy.runtime + .input-group-addon {
    background: transparent;
    border-width: 0px !important;
    padding: 12px 12px 0px 12px;
  }

  #project_details table#details {
    border-spacing: 2px;
    border-collapse: separate;
    font-size: 10px;
    /*position: absolute;
    top: 50px;
    position: absolute;

    right: 15px;
    left: 15px;'*/
    width: 90%;
    margin: 15px;

    /*td[colspan] { max-width: 220px;}*/
  }

  #project_details table#details tr.bold {
    font-weight: bold;
  }

  #project_details table#details td > h5 {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 10px !important;
  }

  #project_details table#details tfoot {
    margin-bottom: 200px !important;
  }

  /*#project_details table#details thead td .segment.project { font-size: 12px;}*/
  #project_details table#details td.value {
    padding-right: 2px;
    text-align: right;
  }

  td.grey {
    border-color: #666666;
  }

  td.grey.lt {
    border-color: #808080;
  }

  td.grey.lter {
    border-color: #999999;
  }

  td.grey.lter-lter {
    border-color: #b3b3b3;
  }

  td.blue.lt {
    border-color: #0aaff0;
  }

  td.blue.lter {
    border-color: #36c0f7;
  }

  td.blue.lter-lter {
    border-color: #67cff9;
  }

  td.green {
    border-color: #8cc640;
  }

  td.operational-savings {
    border-color: #088bbf;
  }

  td.investment {
    border-color: #999;
  }

  td.kickback {
    border-color: #8cc640;
  }

  td.energy-savings {
    border-color: #318099;
  }

  table#details tr {
    margin: 2px 0;
    display: table-row;
  }

  table#details tr td {
    padding: 0;
  }

  table#details tr td:first-child {
    padding-left: 5px;
    padding-right: 10px;
    border-left-width: 4px;
    border-left-style: solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
  }

  #project_details table#details hr {
    border-top: 1px solid #000000;
    margin: 5px 0;
  }

  #summary input {
    margin-top: -15px;
  }

  #summary .segment {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #summary ul[typeahead-popup] li a {
    color: #788288;
  }

  #summary ul.dropdown-menu a {
    color: #788288;
    padding: 5px 15px;
  }

  #summary footer a {
    padding-left: 0;
    padding-right: 0;
  }

  #summary ul[typeahead-popup] {
    width: 100% !important;
  }

  #summary ul[typeahead-popup] li a {
    background-color: #fff !important;
    color: #788288 !important;
  }

  #summary ul[typeahead-popup] li.active a {
    background-color: #088bbf !important;
    color: #ffffff !important;
  }


  #summary.aside-lg footer.footer a {
    padding-left: 15px;
  }

  #summary footer a {
    padding-left: 0;
    padding-right: 0;
  }

  #summary .tag {
    margin: 2px;
  }

  #summary .tag span {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
  }

  #summary footer {
    position: fixed;
    padding-bottom: 2px;
    bottom: 0;
    /*width: 100%;*/
  }

  #summary a#toggleChildNav.btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  #summary li a span.count {
    /*color: red !important;*/
  }

  @media screen and (max-width: 1280px) {
    #content-header .header ul.nav li {
      margin-right: -5px;
    }
  }
  form#client_contact_form {
    /*position: fixed;
  margin-left: 5px;
  top: 110px;*/
  }

  form#client_contact_form .panel {
    /*width: 400px !important;
    min-width: 400px !important;*/
  }

  form#client_contact_form .panel md-input-container input[type="date"] {
    margin-bottom: -8px !important;
  }

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

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

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

  .margin-bottom-50 {
    margin-bottom: 50px !important;
  }

  .shadow-1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
  }

  .margin-top-30 {
    margin-top: 30px;
  }

  .m-r {
    margin-right: 1em;
  }

  .m-l-2 {
    margin-left: 1em;
  }

  .p-t {
    padding-top: 1em;
  }

  .p-b {
    padding-bottom: 1em;
  }

  .flex-end {
    justify-content: flex-end;
  }

  .flex-column {
    flex-direction: column;
  }

  .size-42 {
    width: 42em;
  }

  .size-21 {
    width: 21em;
  }

  .size-20 {
    width: 20em;
  }

  .justify-center {
    justify-content: center;
  }

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

  .full-width {
    width: 100%;
  }

  .flex-space-around {
    justify-content: space-around;
  }

  .icon-category {
    color: #088bbf;
    font-size: 8pt;
  }

  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  }

  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
  }

  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 2rem;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .bg-dark-grey {
    background-color: #555;
  }

  .bg-dark-grey i {
    color: #98dffb;
  }

  .flex-table-85 > div {
    flex: 1 1 85px
  }

  .flex-table-85 div:nth-child(2) {
    text-align: right;
  }

  .flex-table-85 div:nth-child(3) {
    text-align: right;
  }

  .flex-table-85 div:nth-child(4) {
    text-align: right;
  }

  .ups-cooling-expand {
    overflow: hidden;
    transition: max-height 1s ease-out;
    height: auto;
    max-height: 200px;
  }

  .max-height-0 {
    max-height: 0;

    overflow: hidden;
  }

  .primary-border-left {
    border-left: 2px solid rgb(8, 139, 191);
  }

  .w-1\/10 {
    width: 10%;
  }

  .border-primary {
    border-color: #088bbf;
  }

  .form-header-shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  }
}

/* END */
