
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*
 * Less components for Twitter Bootstrap.
 *
 * It is recommended that you only include the components you are
 * actually using.
 *
 * Comment out the components you don't need.
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.618;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #165eb3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0e3a6f;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.618;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  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;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: inherit;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 44px;
}
h2,
.h2 {
  font-size: 33px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #165eb3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9d0214;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #165eb3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #9d0214;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  padding: 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: 22px;
}
dt,
dd {
  line-height: 1.618;
}
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: 11px 22px;
  margin: 0 0 22px;
  font-size: 17.5px;
  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.618;
  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: 22px;
  font-style: normal;
  line-height: 1.618;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.618;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.618;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > 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: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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: 22px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 14px;
  line-height: 1.618;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.618;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 44px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 45px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 22px;
  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 {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="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: 11px;
  padding-bottom: 11px;
  margin-bottom: 0;
  min-height: 36px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 45px;
  line-height: 45px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 45px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 55px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .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: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@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: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 11px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 17px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.618;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #165eb3;
  border-color: transparent;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #7a0110;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #165eb3;
  border-color: transparent;
}
.btn-primary .badge {
  color: #165eb3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: rgba(0, 0, 0, 0);
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.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 {
  background-color: #5cb85c;
  border-color: transparent;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #165eb3;
  border-color: transparent;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #104686;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:hover {
  color: #ffffff;
  background-color: #104686;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #104686;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #0d3566;
  border-color: rgba(0, 0, 0, 0);
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.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 {
  background-color: #165eb3;
  border-color: transparent;
}
.btn-info .badge {
  color: #165eb3;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: rgba(0, 0, 0, 0);
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.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 {
  background-color: #f0ad4e;
  border-color: transparent;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: rgba(0, 0, 0, 0);
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.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 {
  background-color: #d9534f;
  border-color: transparent;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #165eb3;
  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: #0e3a6f;
  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.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.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%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.618;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #165eb3;
}
.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 > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.618;
  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 dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 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: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
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: 10px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 17px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  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 {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #165eb3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.618;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #165eb3;
}
.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: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 22px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.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;
    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;
}
.navbar-brand {
  float: left;
  padding: 29px 15px;
  font-size: 17px;
  line-height: 22px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@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: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.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: 14.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@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: 22px;
  }
  .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: 29px;
    padding-bottom: 29px;
  }
}
.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: 18px;
  margin-bottom: 18px;
}
@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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 18px;
  margin-bottom: 18px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 29px;
  margin-bottom: 29px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #333333;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #1a1a1a;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000000;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: none;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000000;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000;
    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: #000000;
    background-color: transparent;
  }
  .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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #333333;
}
.navbar-default .navbar-link:hover {
  color: #000000;
}
.navbar-default .btn-link {
  color: #333333;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #000000;
}
.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: #cccccc;
}
.navbar-inverse {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: rgba(0, 0, 0, 0);
  }
  .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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.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: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 12px;
  line-height: 1.618;
  text-decoration: none;
  color: #165eb3;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0e3a6f;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #165eb3;
  border-color: #165eb3;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 22px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  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: #165eb3;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #9d0214;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #165eb3;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #104686;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #165eb3;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.618;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #165eb3;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 30px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 50px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  background-color: #165eb3;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #165eb3;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #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: #ffffff;
  background-color: #165eb3;
  border-color: #165eb3;
}
.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: #fea0ab;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.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,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.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,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.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,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 22px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px 30px;
}
.panel-heading {
  padding: 20px 30px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 20px 30px;
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px 30px;
  padding-right: 15px 30px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1px;
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: -1px;
  border-bottom-right-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 22px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #eeeeee;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #eeeeee;
}
.panel-default {
  border-color: transparent;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: transparent;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-primary {
  border-color: transparent;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #165eb3;
  border-color: transparent;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-primary > .panel-heading .badge {
  color: #165eb3;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-success {
  border-color: transparent;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: transparent;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-info {
  border-color: transparent;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: transparent;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-warning {
  border-color: transparent;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: transparent;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-danger {
  border-color: transparent;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: transparent;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.618;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  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: 360px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.618;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.618;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.nav-blank:before,
.nav-blank:after,

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.nav-blank:after,
.nav-darken:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Removal */
.no-border-radius {
  border-radius: 0 !important;
}
.no-border {
  border: none !important;
}
.border-b {
  border-bottom: 1px solid #d5d5d5;
}
/* Atomic Margin */
.mg-0 {
  margin: 0;
}
.mg-t-0 {
  margin-top: 0;
}
.mg-r-0 {
  margin-right: 0;
}
.mg-b-0 {
  margin-bottom: 0;
}
.mg-l-0 {
  margin-left: 0;
}
.mg-10 {
  margin: 10px;
}
.mg-t-10 {
  margin-top: 10px;
}
.mg-r-10 {
  margin-right: 10px;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.mg-l-10 {
  margin-left: 10px;
}
.mg-20 {
  margin: 20px;
}
.mg-t-20 {
  margin-top: 20px;
}
.mg-r-20 {
  margin-right: 20px;
}
.mg-b-20 {
  margin-bottom: 20px;
}
.mg-l-20 {
  margin-left: 20px;
}
.mg-30 {
  margin: 30px;
}
.mg-t-30 {
  margin-top: 30px;
}
.mg-r-30 {
  margin-right: 30px;
}
.mg-b-30 {
  margin-bottom: 30px;
}
.mg-l-30 {
  margin-left: 30px;
}
.mg-40 {
  margin: 40px;
}
.mg-t-40 {
  margin-top: 40px;
}
.mg-r-40 {
  margin-right: 40px;
}
.mg-b-40 {
  margin-bottom: 40px;
}
.mg-l-40 {
  margin-left: 40px;
}
/* Atomic Padding */
.pd-0 {
  padding: 0;
}
.pd-t-0 {
  padding-top: 0;
}
.pd-r-0 {
  padding-right: 0;
}
.pd-b-0 {
  padding-bottom: 0;
}
.pd-l-0 {
  padding-left: 0;
}
.pd-10 {
  padding: 10px;
}
.pd-t-10 {
  padding-top: 10px;
}
.pd-r-10 {
  padding-right: 10px;
}
.pd-b-10 {
  padding-bottom: 10px;
}
.pd-l-10 {
  padding-left: 10px;
}
.pd-20 {
  padding: 20px;
}
.pd-t-20 {
  padding-top: 20px;
}
.pd-r-20 {
  padding-right: 20px;
}
.pd-b-20 {
  padding-bottom: 20px;
}
.pd-l-20 {
  padding-left: 20px;
}
.pd-30 {
  padding: 30px;
}
.pd-t-30 {
  padding-top: 30px;
}
.pd-r-30 {
  padding-right: 30px;
}
.pd-b-30 {
  padding-bottom: 30px;
}
.pd-l-30 {
  padding-left: 30px;
}
.pd-40 {
  padding: 40px;
}
.pd-t-40 {
  padding-top: 40px;
}
.pd-r-40 {
  padding-right: 40px;
}
.pd-b-40 {
  padding-bottom: 40px;
}
.pd-l-40 {
  padding-left: 40px;
}
/* No Gutter */
.row.no-gutter > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* Flexbox */
/* Typography */
.text-content {
  font-size: 18px;
  line-height: 2;
}
.text-content p {
  margin-bottom: 30px;
}
.text-content img {
  max-width: 100%;
}
.text-white {
  color: #fff;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.margin-out {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  .margin-out-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*
 * Import Font Awesome.
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../themes/lapor/assets/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
  src: url('../themes/lapor/assets/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../themes/lapor/assets/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../themes/lapor/assets/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../themes/lapor/assets/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../themes/lapor/assets/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/*
 * Make Font Awesome work with OctoberCMS without moving fonts to assets/fonts.
 */
.container-smooth {
  max-width: 1170px;
}
@media (min-width: 1px) {
  .container-smooth {
    width: auto;
  }
}
.navmenu,
.navbar-offcanvas {
  width: 300px;
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.navmenu-fixed-left,
.navmenu-fixed-right,
.navbar-offcanvas {
  position: fixed;
  z-index: 1030;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.navmenu-fixed-left,
.navbar-offcanvas.navmenu-fixed-left {
  left: 0;
  right: auto;
  border-width: 0 1px 0 0;
}
.navmenu-fixed-right,
.navbar-offcanvas {
  left: auto;
  right: 0;
  border-width: 0 0 0 1px;
}
.navmenu-nav {
  margin-bottom: 11px;
}
.navmenu-nav.dropdown-menu {
  position: static;
  margin: 0;
  padding-top: 0;
  float: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
.navbar-offcanvas .navbar-nav {
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-offcanvas {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-offcanvas.offcanvas {
    position: static;
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-offcanvas .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-offcanvas .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-offcanvas .navmenu-brand {
    display: none;
  }
}
.navmenu-brand {
  display: block;
  font-size: 17px;
  line-height: 22px;
  padding: 10px 15px;
  margin: 11px 0;
}
.navmenu-brand:hover,
.navmenu-brand:focus {
  text-decoration: none;
}
.navmenu-default,
.navbar-default .navbar-offcanvas {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navmenu-default .navmenu-brand,
.navbar-default .navbar-offcanvas .navmenu-brand {
  color: #777777;
}
.navmenu-default .navmenu-brand:hover,
.navbar-default .navbar-offcanvas .navmenu-brand:hover,
.navmenu-default .navmenu-brand:focus,
.navbar-default .navbar-offcanvas .navmenu-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navmenu-default .navmenu-text,
.navbar-default .navbar-offcanvas .navmenu-text {
  color: #777777;
}
.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navmenu-default .navmenu-nav > .open > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-default .navmenu-nav > .open > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-default .navmenu-nav > .open > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navmenu-default .navmenu-nav > .open > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-default .navmenu-nav > .open > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-default .navmenu-nav > .open > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navmenu-default .navmenu-nav.dropdown-menu,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav.dropdown-menu > .divider,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #f8f8f8;
}
.navmenu-default .navmenu-nav.dropdown-menu > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-default .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #d7d7d7;
}
.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
  color: #777777;
}
.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navmenu-default .navmenu-nav > .disabled > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-default .navmenu-nav > .disabled > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-default .navmenu-nav > .disabled > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navmenu-inverse,
.navbar-inverse .navbar-offcanvas {
  background-color: #222222;
  border-color: #080808;
}
.navmenu-inverse .navmenu-brand,
.navbar-inverse .navbar-offcanvas .navmenu-brand {
  color: #777777;
}
.navmenu-inverse .navmenu-brand:hover,
.navbar-inverse .navbar-offcanvas .navmenu-brand:hover,
.navmenu-inverse .navmenu-brand:focus,
.navbar-inverse .navbar-offcanvas .navmenu-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-text,
.navbar-inverse .navbar-offcanvas .navmenu-text {
  color: #777777;
}
.navmenu-inverse .navmenu-nav > .dropdown > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-inverse .navmenu-nav > .dropdown > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a,
.navmenu-inverse .navmenu-nav > .open > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover,
.navmenu-inverse .navmenu-nav > .open > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .open > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a .caret,
.navmenu-inverse .navmenu-nav > .open > a:hover .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
.navmenu-inverse .navmenu-nav > .open > a:focus .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navmenu-inverse .navmenu-nav > .dropdown > a .caret,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
.navmenu-inverse .navmenu-nav.dropdown-menu,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu {
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .divider,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .divider {
  background-color: #222222;
}
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:hover,
.navmenu-inverse .navmenu-nav.dropdown-menu > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav.dropdown-menu > .active > a:focus {
  background-color: #000000;
}
.navmenu-inverse .navmenu-nav > li > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a {
  color: #777777;
}
.navmenu-inverse .navmenu-nav > li > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-inverse .navmenu-nav > li > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navmenu-inverse .navmenu-nav > .active > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-inverse .navmenu-nav > .active > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-inverse .navmenu-nav > .active > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navmenu-inverse .navmenu-nav > .disabled > a,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a,
.navmenu-inverse .navmenu-nav > .disabled > a:hover,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:hover,
.navmenu-inverse .navmenu-nav > .disabled > a:focus,
.navbar-inverse .navbar-offcanvas .navmenu-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.offcanvas {
  display: none;
}
.offcanvas.in {
  display: block;
}
@media (max-width: 767px) {
  .offcanvas-xs {
    display: none;
  }
  .offcanvas-xs.in {
    display: block;
  }
}
@media (max-width: 991px) {
  .offcanvas-sm {
    display: none;
  }
  .offcanvas-sm.in {
    display: block;
  }
}
@media (max-width: 1199px) {
  .offcanvas-md {
    display: none;
  }
  .offcanvas-md.in {
    display: block;
  }
}
.offcanvas-lg {
  display: none;
}
.offcanvas-lg.in {
  display: block;
}
.canvas-sliding {
  -webkit-transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
  transition: top 0.35s, left 0.35s, bottom 0.35s, right 0.35s;
}
.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  content: " ";
  width: 10px;
  height: 3px;
  background-color: #555555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #165eb3;
  border-color: #165eb3;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #165eb3;
  border-color: #165eb3;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #165eb3;
  border-color: #165eb3;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #165eb3;
  border-color: #165eb3;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #165eb3;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #165eb3;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #165eb3;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label::after {
  background-color: #165eb3;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #165eb3;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #165eb3;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
/**
 * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 3px 12px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 12px;
  top: 50%;
  color: #333333;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 1px 0 0 0;
  border-left: 1px solid rgba(0, 0, 0, 0);
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: rgba(0, 0, 0, 0);
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: rgba(77, 77, 77, 0);
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #333333;
  font-family: inherit;
  font-size: inherit;
  line-height: 22px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #cccccc;
  padding: 10px 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 9px 12px 6px;
}
.selectize-input.full {
  background-color: #ffffff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0px 0px 0 0;
  -moz-border-radius: 0px 0px 0 0;
  border-radius: 0px 0px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 1px 3px;
  background: #efefef;
  color: #333333;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input > div.active {
  background: #165eb3;
  color: #ffffff;
  border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #808080;
  background: #ffffff;
  border: 0 solid rgba(77, 77, 77, 0);
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 0px 0px;
  -moz-border-radius: 0 0 0px 0px;
  border-radius: 0 0 0px 0px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(255, 237, 40, 0.4);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 3px 12px;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #777777;
  background: #ffffff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5f5f5;
  color: #262626;
}
.selectize-dropdown .active.create {
  color: #262626;
}
.selectize-dropdown .create {
  color: rgba(51, 51, 51, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333333 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #333333 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 17px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #ffffff;
}
.selectize-dropdown,
.selectize-dropdown.form-control {
  height: auto;
  padding: 0;
  margin: 2px 0 0 0;
  z-index: 1000;
  background: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.selectize-dropdown .optgroup-header {
  font-size: 12px;
  line-height: 1.618;
}
.selectize-dropdown .optgroup:first-child:before {
  display: none;
}
.selectize-dropdown .optgroup:before {
  content: ' ';
  display: block;
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
  margin-left: -12px;
  margin-right: -12px;
}
.selectize-dropdown-content {
  padding: 5px 0;
}
.selectize-dropdown-header {
  padding: 6px 12px;
}
.selectize-input {
  min-height: 44px;
}
.selectize-input.dropdown-active {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.selectize-input.dropdown-active::before {
  display: none;
}
.selectize-input.focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error .selectize-input {
  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 .selectize-input: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;
}
.selectize-control.multi .selectize-input.has-items {
  padding-left: 9px;
  padding-right: 9px;
}
.selectize-control.multi .selectize-input > div {
  -webkit-border-radius: -1px;
  -moz-border-radius: -1px;
  border-radius: -1px;
}
.form-control.selectize-control {
  padding: 0;
  height: auto;
  border: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted .badge {
  color: #d9edf7;
  background-color: #000000;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today .badge {
  color: #ffdb99;
  background-color: #000000;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  color: #000000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.focus {
  color: #000000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active,
.open > .dropdown-toggle.datepicker table tr td.range {
  background-image: none;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range .badge {
  color: #eeeeee;
  background-color: #000000;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today .badge {
  color: #f7ca77;
  background-color: #000000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  color: #ffffff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.selected:hover,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.selected:focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.focus,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted.focus {
  color: #ffffff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.selected,
.open > .dropdown-toggle.datepicker table tr td.selected.highlighted {
  background-image: none;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.selected .badge,
.datepicker table tr td.selected.highlighted .badge {
  color: #777777;
  background-color: #ffffff;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #165eb3;
  border-color: transparent;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active:hover,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active:focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.focus,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted.focus {
  color: #ffffff;
  background-color: #7a0110;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.active,
.open > .dropdown-toggle.datepicker table tr td.active.highlighted {
  background-image: none;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #165eb3;
  border-color: transparent;
}
.datepicker table tr td.active .badge,
.datepicker table tr td.active.highlighted .badge {
  color: #165eb3;
  background-color: #ffffff;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #165eb3;
  border-color: transparent;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #9d0214;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.focus,
.open > .dropdown-toggle.datepicker table tr td span.active:hover.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled.focus,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover.focus {
  color: #ffffff;
  background-color: #7a0110;
  border-color: rgba(0, 0, 0, 0);
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open > .dropdown-toggle.datepicker table tr td span.active,
.open > .dropdown-toggle.datepicker table tr td span.active:hover,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled,
.open > .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #165eb3;
  border-color: transparent;
}
.datepicker table tr td span.active .badge,
.datepicker table tr td span.active:hover .badge,
.datepicker table tr td span.active.disabled .badge,
.datepicker table tr td span.active.disabled:hover .badge {
  color: #165eb3;
  background-color: #ffffff;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.618;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
body.swal2-shown {
  overflow-y: hidden;
}
body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
}
.swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}
.swal2-modal {
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%;
}
.swal2-modal:focus {
  outline: 0;
}
.swal2-modal.swal2-loading {
  overflow-y: hidden;
}
.swal2-modal .swal2-title {
  color: #595959;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0 0 .4em;
  padding: 0;
  display: block;
  word-wrap: break-word;
}
.swal2-modal .swal2-buttonswrapper {
  margin-top: 15px;
}
.swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4;
  cursor: no-drop;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 7.5px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
  margin-left: 30px;
  margin-right: 30px;
}
.swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  content: '';
  margin-left: 5px 0 15px;
  vertical-align: -1px;
  height: 15px;
  width: 15px;
  border: 3px solid #999;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal;
}
.swal2-modal .swal2-styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 15px 5px 0;
  padding: 10px 32px;
}
.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%;
}
.swal2-modal .swal2-close {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 38px;
  height: 40px;
  font-size: 36px;
  line-height: 40px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 8px;
  cursor: pointer;
  color: #ccc;
  -webkit-transition: color .1s ease;
  transition: color 0.1s ease;
}
.swal2-modal .swal2-close:hover {
  color: #d55;
}
.swal2-modal > .swal2-checkbox,
.swal2-modal > .swal2-file,
.swal2-modal > .swal2-input,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-textarea {
  display: none;
}
.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #545454;
  word-wrap: break-word;
}
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-select,
.swal2-modal .swal2-textarea {
  margin: 20px auto;
}
.swal2-modal .swal2-file,
.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: border-color box-shadow 0.3s;
  transition: border-color box-shadow 0.3s;
}
.swal2-modal .swal2-file.swal2-inputerror,
.swal2-modal .swal2-input.swal2-inputerror,
.swal2-modal .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474!important;
  box-shadow: 0 0 2px #f27474 !important;
}
.swal2-modal .swal2-file:focus,
.swal2-modal .swal2-input:focus,
.swal2-modal .swal2-textarea:focus {
  outline: 0;
  border: 1px solid #b4dbed;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}
.swal2-modal .swal2-file:focus::-webkit-input-placeholder,
.swal2-modal .swal2-input:focus::-webkit-input-placeholder,
.swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-file:focus:-ms-input-placeholder,
.swal2-modal .swal2-input:focus:-ms-input-placeholder,
.swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-file:focus::placeholder,
.swal2-modal .swal2-input:focus::placeholder,
.swal2-modal .swal2-textarea:focus::placeholder {
  -webkit-transition: opacity .3s .03s ease;
  transition: opacity .3s .03s ease;
  opacity: .8;
}
.swal2-modal .swal2-file::-webkit-input-placeholder,
.swal2-modal .swal2-input::-webkit-input-placeholder,
.swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-file:-ms-input-placeholder,
.swal2-modal .swal2-input:-ms-input-placeholder,
.swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-file::placeholder,
.swal2-modal .swal2-input::placeholder,
.swal2-modal .swal2-textarea::placeholder {
  color: #e6e6e6;
}
.swal2-modal .swal2-range input {
  float: left;
  width: 80%;
}
.swal2-modal .swal2-range output {
  float: right;
  width: 20%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  margin: 20px auto;
  padding: 0;
}
.swal2-modal .swal2-input {
  height: 43px;
  padding: 0 12px;
}
.swal2-modal .swal2-input[type=number] {
  max-width: 150px;
}
.swal2-modal .swal2-file {
  font-size: 20px;
}
.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px;
}
.swal2-modal .swal2-select {
  color: #545454;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%;
}
.swal2-modal .swal2-radio {
  border: 0;
}
.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px;
}
.swal2-modal .swal2-radio input,
.swal2-modal .swal2-radio span {
  vertical-align: middle;
}
.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0;
}
.swal2-modal .swal2-checkbox {
  color: #545454;
}
.swal2-modal .swal2-checkbox input,
.swal2-modal .swal2-checkbox span {
  vertical-align: middle;
}
.swal2-modal .swal2-validationerror {
  background-color: #f0f0f0;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: gray;
  font-size: 16px;
  font-weight: 300;
  display: none;
}
.swal2-modal .swal2-validationerror::before {
  content: '!';
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: #fff;
  line-height: 24px;
  text-align: center;
  margin-right: 10px;
}
@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important;
  }
  .swal2-range output {
    display: none;
  }
}
.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.swal2-icon.swal2-error {
  border-color: #f27474;
}
.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}
.swal2-icon.swal2-warning {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #facea8;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-info {
  font-family: 'Open Sans', sans-serif;
  color: #3fc3ee;
  border-color: #9de0f6;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-question {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #87adbd;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.swal2-icon.swal2-success {
  border-color: #a5dc86;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}
.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px;
}
.swal2-icon.swal2-success .swal2-success-ring {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.swal2-icon.swal2-success .swal2-success-fix {
  width: 7px;
  height: 90px;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0;
}
.swal2-progresssteps li {
  display: inline-block;
  position: relative;
}
.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20;
}
.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}
.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6;
}
.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: .4em;
  margin: 0 -1px;
  z-index: 10;
}
[class^=swal2] {
  -webkit-tap-highlight-color: transparent;
}
@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}
.swal2-show {
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert 0.3s;
}
.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
.swal2-hide {
  -webkit-animation: hideSweetAlert .15s forwards;
  animation: hideSweetAlert 0.15s forwards;
}
.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}
@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}
.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s;
}
.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s;
}
.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}
@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}
.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s;
}
@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s;
}
@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.ekko-lightbox-container {
  position: relative;
}
.ekko-lightbox-container > div.ekko-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
.ekko-lightbox iframe {
  width: 100%;
  height: 100%;
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.ekko-lightbox-nav-overlay a {
  flex: 1;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  z-index: 100;
}
.ekko-lightbox-nav-overlay a > * {
  flex-grow: 1;
}
.ekko-lightbox-nav-overlay a > *:focus {
  outline: none;
}
.ekko-lightbox-nav-overlay a span {
  padding: 0 30px;
}
.ekko-lightbox-nav-overlay a:last-child span {
  text-align: right;
}
.ekko-lightbox-nav-overlay a:hover {
  text-decoration: none;
}
.ekko-lightbox-nav-overlay a:focus {
  outline: none;
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .modal-dialog {
  display: none;
}
.ekko-lightbox .modal-footer {
  text-align: left;
}
.ekko-lightbox-loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  /* establish flex container */
  flex-direction: column;
  /* make main axis vertical */
  justify-content: center;
  /* center items vertically, in this case */
  align-items: center;
}
.ekko-lightbox-loader > div {
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
}
.ekko-lightbox-loader > div > div {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.ekko-lightbox-loader > div > div:last-child {
  animation-delay: -1.0s;
}
.modal-dialog .ekko-lightbox-loader > div > div {
  background-color: #333;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.jssocials-shares {
  margin: 0.2em 0;
}
.jssocials-shares * {
  box-sizing: border-box;
}
.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}
.jssocials-share:last-child {
  margin-right: 0;
}
.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}
img.jssocials-share-logo {
  width: auto;
  height: 1em;
}
.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}
.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}
.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -0.5em -0.8em -0.5em;
}
.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}
.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}
.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}
.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}
.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}
.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}
.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}
.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}
.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}
.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}
.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}
.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}
.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}
.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}
.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}
.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}
.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}
.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}
.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}
.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}
.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}
.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}
.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}
.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}
.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}
.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}
.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}
.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}
.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}
.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}
.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}
.jssocials-share-rss .jssocials-share-link {
  background: #ff9900;
}
.jssocials-share-rss .jssocials-share-link:hover {
  background: #cc7a00;
}
.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}
.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box:hover {
  background: gainsboro;
}
.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}
.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}
.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}
.ekko-lightbox .modal-body,
.ekko-lightbox .modal-footer {
  padding: 5px;
}
/*
 * Custom Bootstrap variables.
 *
 * See list of available variables at http://getbootstrap.com/customize/
 */
.alert {
  border: none;
  color: #fff;
}
.alert button.close {
  color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert .h1,
.alert .h2,
.alert .h3,
.alert .h4,
.alert .h5 {
  margin-top: 0;
}
.alert.alert-success {
  background: #5cb85c;
  -webkit-box-shadow: 0 2px 8px rgba(92, 184, 92, 0.2);
  box-shadow: 0 2px 8px rgba(92, 184, 92, 0.2);
}
.alert.alert-warning {
  background: #f0ad4e;
  -webkit-box-shadow: 0 2px 8px rgba(240, 173, 78, 0.2);
  box-shadow: 0 2px 8px rgba(240, 173, 78, 0.2);
}
.alert.alert-info {
  background: #165eb3;
  -webkit-box-shadow: 0 2px 8px rgba(22, 94, 179, 0.2);
  box-shadow: 0 2px 8px rgba(22, 94, 179, 0.2);
}
.alert.alert-danger {
  background: #d9534f;
  -webkit-box-shadow: 0 2px 8px rgba(217, 83, 79, 0.2);
  box-shadow: 0 2px 8px rgba(217, 83, 79, 0.2);
}
.alert .alert-icon {
  float: left;
  font-size: 32px;
  margin-right: 15px;
}
.alert .alert-icon ~ * {
  margin-left: 45px;
}
.block-progress-stats {
  margin-bottom: 20px;
}
.block-progress-stats .stats-title {
  position: absolute;
  width: 50px;
  font-size: 12px;
  text-align: right;
}
.block-progress-stats .progress-stats {
  margin-left: 55px;
  box-shadow: none;
  background: none;
  margin-bottom: 10px;
}
.block-progress-stats .progress-stats .progress-bar {
  border-radius: 22px;
}
.block-progress-stats .progress-label {
  position: relative;
  left: 5px;
  color: #777777;
}
.block-progress-stats .progress-label.is-full {
  position: absolute;
  left: auto;
  right: 20px;
}
.block-muted {
  background: #eeeeee;
}
.block-muted .form-search {
  color: #4a4a4a;
}
.block-muted .form-search .form-control {
  border: 1px solid #4a4a4a;
}
.block-muted .form-search .form-control::-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.block-muted .form-search .form-control:-ms-input-placeholder {
  color: #4a4a4a;
}
.block-muted .form-search .form-control::-webkit-input-placeholder {
  color: #4a4a4a;
}
.block-complaint-share {
  background: #eeeeee;
  padding: 20px;
}
.block-flex-twitter {
  height: 100vh;
  background: -webkit-linear-gradient(-148deg, #55acee, #83c3f3);
  background: -o-linear-gradient(-148deg, #55acee, #83c3f3);
  background: -moz-linear-gradient(-148deg, #55acee, #83c3f3);
  background: linear-gradient(to -148deg, #55acee, #83c3f3);
}
.block-flex-twitter .lead {
  color: #fff;
  opacity: 0.75;
  text-align: center;
}
.block-filter .filter-item {
  margin-left: 15px;
  height: 50px;
}
.block-filter .filter-item:first-child {
  margin-left: 0;
}
.block-filter .filter-item.filter-search {
  input: height: 50px;
}
.block-filter .filter-item.filter-dropdown label {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  vertical-align: top;
  font-size: 14px;
  font-weight: normal;
}
.block-filter .filter-item.filter-dropdown .selectize-control {
  width: auto;
  display: inline-block;
}
.block-filter .filter-item > a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  vertical-align: top;
}
.block-filter .filter-item .selectize-input {
  padding-left: 0;
  padding-right: 30px;
  border: none;
  font-weight: 600;
}
.block-filter .filter-item .form-control,
.block-filter .filter-item .form-control:hover,
.block-filter .filter-item .form-control:focus {
  box-shadow: none;
}
.block-filter .filter-item .selectize-input {
  line-height: 30px;
}
.block-filter .filter-item .selectize-input.input-active {
  background: none !important;
  box-shadow: none !important;
}
.block-filter .filter-item .selectize-input.has-options {
  padding-left: 0 !important;
}
.block-filter .filter-item .selectize-dropdown {
  background: #fff;
}
.block-filter .filter-advanced {
  margin: 0 -15px;
}
.block-filter .filter-advanced table {
  margin: 0;
}
.block-filter .filter-advanced table tr th,
.block-filter .filter-advanced table tr td {
  border: none;
}
.block-filter .filter-advanced table tr > :first-child {
  padding-left: 15px;
}
.block-filter .filter-advanced table tr > :last-child {
  padding-right: 15px;
}
.block-filter .filter-advanced table tr th {
  line-height: 50px;
  font-size: 12px;
}
.block-filter:before,
.block-filter:after {
  content: " ";
  display: table;
}
.block-filter:after {
  clear: both;
}
.block-filter:before,
.block-filter:after {
  content: " ";
  display: table;
}
.block-filter:after {
  clear: both;
}
.block-complaint-history em {
  color: #165eb3;
}
.block-complaint-history .history-title a {
  font-weight: bold;
}
.block-complaint-history .history-meta {
  font-size: 85%;
  color: #777777;
}
.block-complaint-history .history-table {
  margin: 0;
  margin-top: 10px;
}
.block-complaint-location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-complaint-location {
    margin-top: 0;
  }
}
.block-user {
  margin-top: 0;
}
@media (min-width: 768px) {
  .block-user {
    margin-top: -100px;
  }
}
.block-register-showcase {
  position: relative;
  background: center center #333;
  background-size: cover !important;
  display: none !important;
  min-height: 100vh;
}
.block-register-showcase:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(208, 2, 27, 0.1);
}
.block-register-showcase img {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .block-register-showcase {
    display: block !important;
  }
}
.block-confirmation {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background: -webkit-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: -o-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: -moz-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: linear-gradient(to -148deg, #ae0b1a, #d20d48);
  background-color: #165eb3;
  background-size: cover;
  background-image: url('../themes/lapor/assets/images/bg-pattern.jpg');
  background-position: center center;
}
.block-confirmation .container {
  position: relative;
  z-index: 2;
}
.block-confirmation .confirmation-brand {
  margin: auto;
  margin-bottom: 40px;
}
.block-comments-thread {
  background: #F7F8F9;
  padding: 15px;
}
.block-comments-thread .comments-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.block-comments-thread .comments-body .text-muted {
  margin-bottom: 0;
}
.block-social-media {
  text-align: center;
}
.block-department-developer a {
  padding: 10px;
}
.block-department-developer a img {
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}
.block-department-developer {
  text-align: center;
}
@media (min-width: 768px) {
  .block-mobile-apps {
    margin-bottom: 40px !important;
  }
}
@media (min-width: 992px) {
  .block-mobile-apps {
    margin-bottom: 0px;
  }
}
.block-mobile-apps .apps-thumbnail {
  width: 40%;
}
.block-mobile-apps .apps-info {
  width: 80%;
  margin-left: 10px;
}
.block-mobile-apps .apps-info margin- img {
  width: 100%;
}
.block-mobile-apps .apps-info .row.mg-b-10 {
  margin-top: 0px !important;
}
.block-counter {
  background: #fafafa;
  background-size: cover !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.block-banner-info {
  position: relative;
  height: 650px;
}
@media (min-width: 768px) {
  .block-banner-info {
    height: 750px;
  }
}
.block-banner-info:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.block-banner-info .bottom-content {
  margin: 20px;
}
.block-banner-social-media {
  position: relative;
  color: #fff;
  padding: 10px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-banner-social-media {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .block-banner-social-media {
    padding: 0;
  }
}
.block-banner-social-media div:first-child {
  color: rgba(255, 255, 255, 0.6);
}
.block-banner-social-media div:nth-child(2) {
  font-size: 16px;
  line-height: 18px;
}
.block-banner-social-media i {
  color: rgba(255, 255, 255, 0.6);
}
.block-banner-social-media i.fa-twitter {
  position: relative;
}
@media (min-width: 992px) {
  .block-banner-social-media i.fa-twitter {
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
}
.block-banner-social-media.media-phone div:nth-child(2) {
  font-size: 38px;
}
.block-hot-thread {
  position: relative;
}
.block-hot-thread:before {
  display: none;
  position: absolute;
  content: "";
  background-image: url('../themes/lapor/assets/images/icon-progress.svg');
  background-size: cover;
  height: 50%;
  width: 65%;
  top: -100px;
  right: -60px;
}
@media (min-width: 768px) {
  .block-hot-thread:before {
    display: block;
  }
}
.block-social-feed {
  color: #fff;
  overflow: auto;
  height: 450px;
  padding: 30px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .block-social-feed {
    margin-top: 20px;
    height: 500px;
  }
}
@media (min-width: 992px) {
  .block-social-feed {
    margin-top: 40px;
    height: 460px;
  }
}
.block-success-story {
  position: relative;
  background-image: url('../themes/lapor/assets/images/bg-comment.png');
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-success-story:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.02));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.02));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.02));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.02));
}
.block-success-story .container {
  position: relative;
}
@media (min-width: 768px) {
  .block-success-story {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.block-aspiration {
  color: #fff;
  text-align: center;
}
.block-aspiration p {
  font-weight: 300;
  font-size: 24px;
}
.block-aspiration hr {
  width: 80px;
  margin: 30px auto;
  border-top: 4px solid #fff;
}
.btn {
  padding-left: 25px;
  padding-right: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn:hover,
.btn:focus {
  transform: translateY(-1px);
}
.btn:active {
  transform: none;
}
.btn-globe {
  position: absolute;
  padding: 5px;
  top: 50%;
  left: 0px;
  margin-top: -15px;
  border-radius: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #ffffff;
  background-color: #363c43;
  border-color: transparent;
  border: none;
}
.btn-globe:focus,
.btn-globe.focus {
  color: #ffffff;
  background-color: #1f2327;
  border-color: rgba(0, 0, 0, 0);
}
.btn-globe:hover {
  color: #ffffff;
  background-color: #1f2327;
  border-color: rgba(0, 0, 0, 0);
}
.btn-globe:active,
.btn-globe.active,
.open > .dropdown-toggle.btn-globe {
  color: #ffffff;
  background-color: #1f2327;
  border-color: rgba(0, 0, 0, 0);
}
.btn-globe:active:hover,
.btn-globe.active:hover,
.open > .dropdown-toggle.btn-globe:hover,
.btn-globe:active:focus,
.btn-globe.active:focus,
.open > .dropdown-toggle.btn-globe:focus,
.btn-globe:active.focus,
.btn-globe.active.focus,
.open > .dropdown-toggle.btn-globe.focus {
  color: #ffffff;
  background-color: #0f1113;
  border-color: rgba(0, 0, 0, 0);
}
.btn-globe:active,
.btn-globe.active,
.open > .dropdown-toggle.btn-globe {
  background-image: none;
}
.btn-globe.disabled:hover,
.btn-globe[disabled]:hover,
fieldset[disabled] .btn-globe:hover,
.btn-globe.disabled:focus,
.btn-globe[disabled]:focus,
fieldset[disabled] .btn-globe:focus,
.btn-globe.disabled.focus,
.btn-globe[disabled].focus,
fieldset[disabled] .btn-globe.focus {
  background-color: #363c43;
  border-color: transparent;
}
.btn-globe .badge {
  color: #363c43;
  background-color: #ffffff;
}
.btn-default {
  color: #000000;
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-default:focus,
.btn-default.focus {
  color: #000000;
  background-color: #cdcdcd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:hover {
  color: #000000;
  background-color: #cdcdcd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000000;
  background-color: #cdcdcd;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000000;
  background-color: #bbbbbb;
  border-color: rgba(0, 0, 0, 0);
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.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 {
  background-color: #e6e6e6;
  border-color: transparent;
}
.btn-default .badge {
  color: #e6e6e6;
  background-color: #000000;
}
.btn-primary {
  -webkit-box-shadow: 0 5px 10px  rgba(208, 2, 27, 0.15);
  box-shadow: 0 5px 10px  rgba(208, 2, 27, 0.15);
}
.btn-primary:hover,
.btn-primary:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(208, 2, 27, 0.3);
  box-shadow: 0 5px 20px  rgba(208, 2, 27, 0.3);
}
.btn-primary:active {
  -webkit-box-shadow: 0 0 5px  rgba(208, 2, 27, 0.3);
  box-shadow: 0 0 5px  rgba(208, 2, 27, 0.3);
}
.btn-outline-black {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-black:focus,
.btn-outline-black.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-outline-black:active,
.btn-outline-black.active,
.open > .dropdown-toggle.btn-outline-black {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-outline-black:active:hover,
.btn-outline-black.active:hover,
.open > .dropdown-toggle.btn-outline-black:hover,
.btn-outline-black:active:focus,
.btn-outline-black.active:focus,
.open > .dropdown-toggle.btn-outline-black:focus,
.btn-outline-black:active.focus,
.btn-outline-black.active.focus,
.open > .dropdown-toggle.btn-outline-black.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.btn-outline-black:active,
.btn-outline-black.active,
.open > .dropdown-toggle.btn-outline-black {
  background-image: none;
}
.btn-outline-black.disabled:hover,
.btn-outline-black[disabled]:hover,
fieldset[disabled] .btn-outline-black:hover,
.btn-outline-black.disabled:focus,
.btn-outline-black[disabled]:focus,
fieldset[disabled] .btn-outline-black:focus,
.btn-outline-black.disabled.focus,
.btn-outline-black[disabled].focus,
fieldset[disabled] .btn-outline-black.focus {
  background-color: transparent;
  border-color: #000000;
}
.btn-outline-black .badge {
  color: transparent;
  background-color: #000000;
}
.btn-white {
  color: #000000;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-white:focus,
.btn-white.focus {
  color: #000000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:hover {
  color: #000000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  color: #000000;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active:hover,
.btn-white.active:hover,
.open > .dropdown-toggle.btn-white:hover,
.btn-white:active:focus,
.btn-white.active:focus,
.open > .dropdown-toggle.btn-white:focus,
.btn-white:active.focus,
.btn-white.active.focus,
.open > .dropdown-toggle.btn-white.focus {
  color: #000000;
  background-color: #d4d4d4;
  border-color: rgba(0, 0, 0, 0);
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
  background-image: none;
}
.btn-white.disabled:hover,
.btn-white[disabled]:hover,
fieldset[disabled] .btn-white:hover,
.btn-white.disabled:focus,
.btn-white[disabled]:focus,
fieldset[disabled] .btn-white:focus,
.btn-white.disabled.focus,
.btn-white[disabled].focus,
fieldset[disabled] .btn-white.focus {
  background-color: #ffffff;
  border-color: transparent;
}
.btn-white .badge {
  color: #ffffff;
  background-color: #000000;
}
.btn-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #3b5998;
  -webkit-box-shadow: 0 5px 10px  rgba(59, 89, 152, 0.15);
  box-shadow: 0 5px 10px  rgba(59, 89, 152, 0.15);
  padding-left: 10px;
  padding-right: 10px;
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #17233c;
}
.btn-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #2a3f6c;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.open > .dropdown-toggle.btn-facebook:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.open > .dropdown-toggle.btn-facebook:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus,
.open > .dropdown-toggle.btn-facebook.focus {
  color: #ffffff;
  background-color: #23345a;
  border-color: #17233c;
}
.btn-facebook:active,
.btn-facebook.active,
.open > .dropdown-toggle.btn-facebook {
  background-image: none;
}
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-facebook:hover,
.btn-facebook:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(59, 89, 152, 0.3);
  box-shadow: 0 5px 20px  rgba(59, 89, 152, 0.3);
}
.btn-facebook:active {
  -webkit-box-shadow: 0 0 5px  rgba(59, 89, 152, 0.3);
  box-shadow: 0 0 5px  rgba(59, 89, 152, 0.3);
}
.btn-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #55acee;
  -webkit-box-shadow: 0 5px 10px  rgba(85, 172, 238, 0.15);
  box-shadow: 0 5px 10px  rgba(85, 172, 238, 0.15);
  padding-left: 10px;
  padding-right: 10px;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #126db2;
}
.btn-twitter:hover {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #1d91e8;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.open > .dropdown-toggle.btn-twitter:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.open > .dropdown-toggle.btn-twitter:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus,
.open > .dropdown-toggle.btn-twitter.focus {
  color: #ffffff;
  background-color: #1583d7;
  border-color: #126db2;
}
.btn-twitter:active,
.btn-twitter.active,
.open > .dropdown-toggle.btn-twitter {
  background-image: none;
}
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-twitter:focus,
.btn-twitter.disabled.focus,
.btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: #55acee;
}
.btn-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-twitter:hover,
.btn-twitter:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(85, 172, 238, 0.3);
  box-shadow: 0 5px 20px  rgba(85, 172, 238, 0.3);
}
.btn-twitter:active {
  -webkit-box-shadow: 0 0 5px  rgba(85, 172, 238, 0.3);
  box-shadow: 0 0 5px  rgba(85, 172, 238, 0.3);
}
.btn-outline-primary {
  color: #165eb3;
  background-color: transparent;
  border-color: #165eb3;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  color: #165eb3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #52010b;
}
.btn-outline-primary:hover {
  color: #165eb3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #930113;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  color: #165eb3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #930113;
}
.btn-outline-primary:active:hover,
.btn-outline-primary.active:hover,
.open > .dropdown-toggle.btn-outline-primary:hover,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.open > .dropdown-toggle.btn-outline-primary:focus,
.btn-outline-primary:active.focus,
.btn-outline-primary.active.focus,
.open > .dropdown-toggle.btn-outline-primary.focus {
  color: #165eb3;
  background-color: rgba(0, 0, 0, 0);
  border-color: #52010b;
}
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  background-image: none;
}
.btn-outline-primary.disabled:hover,
.btn-outline-primary[disabled]:hover,
fieldset[disabled] .btn-outline-primary:hover,
.btn-outline-primary.disabled:focus,
.btn-outline-primary[disabled]:focus,
fieldset[disabled] .btn-outline-primary:focus,
.btn-outline-primary.disabled.focus,
.btn-outline-primary[disabled].focus,
fieldset[disabled] .btn-outline-primary.focus {
  background-color: transparent;
  border-color: #165eb3;
}
.btn-outline-primary .badge {
  color: transparent;
  background-color: #165eb3;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus {
  background: #165eb3;
  color: #fff;
  border-color: #165eb3;
  -webkit-box-shadow: 0 5px 10px  rgba(208, 2, 27, 0.15);
  box-shadow: 0 5px 10px  rgba(208, 2, 27, 0.15);
}
.btn-outline-primary:hover:hover,
.btn-outline-primary:focus:hover,
.btn-outline-primary:hover:focus,
.btn-outline-primary:focus:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(208, 2, 27, 0.3);
  box-shadow: 0 5px 20px  rgba(208, 2, 27, 0.3);
}
.btn-outline-primary:hover:active,
.btn-outline-primary:focus:active {
  -webkit-box-shadow: 0 0 5px  rgba(208, 2, 27, 0.3);
  box-shadow: 0 0 5px  rgba(208, 2, 27, 0.3);
}
.btn-outline-primary:active {
  background: #165eb3;
}
.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-outline-white:focus,
.btn-outline-white.focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-outline-white:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-outline-white:active,
.btn-outline-white.active,
.open > .dropdown-toggle.btn-outline-white {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-outline-white:active:hover,
.btn-outline-white.active:hover,
.open > .dropdown-toggle.btn-outline-white:hover,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.open > .dropdown-toggle.btn-outline-white:focus,
.btn-outline-white:active.focus,
.btn-outline-white.active.focus,
.open > .dropdown-toggle.btn-outline-white.focus {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-outline-white:active,
.btn-outline-white.active,
.open > .dropdown-toggle.btn-outline-white {
  background-image: none;
}
.btn-outline-white.disabled:hover,
.btn-outline-white[disabled]:hover,
fieldset[disabled] .btn-outline-white:hover,
.btn-outline-white.disabled:focus,
.btn-outline-white[disabled]:focus,
fieldset[disabled] .btn-outline-white:focus,
.btn-outline-white.disabled.focus,
.btn-outline-white[disabled].focus,
fieldset[disabled] .btn-outline-white.focus {
  background-color: transparent;
  border-color: #ffffff;
}
.btn-outline-white .badge {
  color: transparent;
  background-color: #ffffff;
}
.btn-outline-white:hover,
.btn-outline-white:focus {
  background: #fff;
  border-color: #fff;
  color: #165eb3;
  -webkit-box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.3);
}
.btn-link-white {
  color: #165eb3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link-white,
.btn-link-white:active,
.btn-link-white.active,
.btn-link-white[disabled],
fieldset[disabled] .btn-link-white {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link-white,
.btn-link-white:hover,
.btn-link-white:focus,
.btn-link-white:active {
  border-color: transparent;
}
.btn-link-white:hover,
.btn-link-white:focus {
  color: #0e3a6f;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link-white[disabled]:hover,
fieldset[disabled] .btn-link-white:hover,
.btn-link-white[disabled]:focus,
fieldset[disabled] .btn-link-white:focus {
  color: #777777;
  text-decoration: none;
}
.btn-link-white,
.btn-link-white:hover,
.btn-link-white:focus {
  color: white;
}
.btn-social-icon-twitter {
  color: #ffffff;
  background-color: #55acee;
  border-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px  rgba(85, 172, 238, 0.15);
  box-shadow: 0 5px 10px  rgba(85, 172, 238, 0.15);
}
.btn-social-icon-twitter:focus,
.btn-social-icon-twitter.focus {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #bfbfbf;
}
.btn-social-icon-twitter:hover {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #e0e0e0;
}
.btn-social-icon-twitter:active,
.btn-social-icon-twitter.active,
.open > .dropdown-toggle.btn-social-icon-twitter {
  color: #ffffff;
  background-color: #2795e9;
  border-color: #e0e0e0;
}
.btn-social-icon-twitter:active:hover,
.btn-social-icon-twitter.active:hover,
.open > .dropdown-toggle.btn-social-icon-twitter:hover,
.btn-social-icon-twitter:active:focus,
.btn-social-icon-twitter.active:focus,
.open > .dropdown-toggle.btn-social-icon-twitter:focus,
.btn-social-icon-twitter:active.focus,
.btn-social-icon-twitter.active.focus,
.open > .dropdown-toggle.btn-social-icon-twitter.focus {
  color: #ffffff;
  background-color: #1583d7;
  border-color: #bfbfbf;
}
.btn-social-icon-twitter:active,
.btn-social-icon-twitter.active,
.open > .dropdown-toggle.btn-social-icon-twitter {
  background-image: none;
}
.btn-social-icon-twitter.disabled:hover,
.btn-social-icon-twitter[disabled]:hover,
fieldset[disabled] .btn-social-icon-twitter:hover,
.btn-social-icon-twitter.disabled:focus,
.btn-social-icon-twitter[disabled]:focus,
fieldset[disabled] .btn-social-icon-twitter:focus,
.btn-social-icon-twitter.disabled.focus,
.btn-social-icon-twitter[disabled].focus,
fieldset[disabled] .btn-social-icon-twitter.focus {
  background-color: #55acee;
  border-color: #ffffff;
}
.btn-social-icon-twitter .badge {
  color: #55acee;
  background-color: #ffffff;
}
.btn-social-icon-twitter:hover,
.btn-social-icon-twitter:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(85, 172, 238, 0.3);
  box-shadow: 0 5px 20px  rgba(85, 172, 238, 0.3);
}
.btn-social-icon-twitter:active {
  -webkit-box-shadow: 0 0 5px  rgba(85, 172, 238, 0.3);
  box-shadow: 0 0 5px  rgba(85, 172, 238, 0.3);
}
.btn-social-icon-facebook {
  color: #ffffff;
  background-color: #3b5998;
  border-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px  rgba(59, 89, 152, 0.15);
  box-shadow: 0 5px 10px  rgba(59, 89, 152, 0.15);
}
.btn-social-icon-facebook:focus,
.btn-social-icon-facebook.focus {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #bfbfbf;
}
.btn-social-icon-facebook:hover {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #e0e0e0;
}
.btn-social-icon-facebook:active,
.btn-social-icon-facebook.active,
.open > .dropdown-toggle.btn-social-icon-facebook {
  color: #ffffff;
  background-color: #2d4373;
  border-color: #e0e0e0;
}
.btn-social-icon-facebook:active:hover,
.btn-social-icon-facebook.active:hover,
.open > .dropdown-toggle.btn-social-icon-facebook:hover,
.btn-social-icon-facebook:active:focus,
.btn-social-icon-facebook.active:focus,
.open > .dropdown-toggle.btn-social-icon-facebook:focus,
.btn-social-icon-facebook:active.focus,
.btn-social-icon-facebook.active.focus,
.open > .dropdown-toggle.btn-social-icon-facebook.focus {
  color: #ffffff;
  background-color: #23345a;
  border-color: #bfbfbf;
}
.btn-social-icon-facebook:active,
.btn-social-icon-facebook.active,
.open > .dropdown-toggle.btn-social-icon-facebook {
  background-image: none;
}
.btn-social-icon-facebook.disabled:hover,
.btn-social-icon-facebook[disabled]:hover,
fieldset[disabled] .btn-social-icon-facebook:hover,
.btn-social-icon-facebook.disabled:focus,
.btn-social-icon-facebook[disabled]:focus,
fieldset[disabled] .btn-social-icon-facebook:focus,
.btn-social-icon-facebook.disabled.focus,
.btn-social-icon-facebook[disabled].focus,
fieldset[disabled] .btn-social-icon-facebook.focus {
  background-color: #3b5998;
  border-color: #ffffff;
}
.btn-social-icon-facebook .badge {
  color: #3b5998;
  background-color: #ffffff;
}
.btn-social-icon-facebook:hover,
.btn-social-icon-facebook:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(59, 89, 152, 0.3);
  box-shadow: 0 5px 20px  rgba(59, 89, 152, 0.3);
}
.btn-social-icon-facebook:active {
  -webkit-box-shadow: 0 0 5px  rgba(59, 89, 152, 0.3);
  box-shadow: 0 0 5px  rgba(59, 89, 152, 0.3);
}
.btn-social-icon-instagram {
  color: #ffffff;
  background-color: #fec564;
  border-color: #ffffff;
  -webkit-box-shadow: 0 5px 10px  rgba(254, 197, 100, 0.15);
  box-shadow: 0 5px 10px  rgba(254, 197, 100, 0.15);
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}
.btn-social-icon-instagram:focus,
.btn-social-icon-instagram.focus {
  color: #ffffff;
  background-color: #feb231;
  border-color: #bfbfbf;
}
.btn-social-icon-instagram:hover {
  color: #ffffff;
  background-color: #feb231;
  border-color: #e0e0e0;
}
.btn-social-icon-instagram:active,
.btn-social-icon-instagram.active,
.open > .dropdown-toggle.btn-social-icon-instagram {
  color: #ffffff;
  background-color: #feb231;
  border-color: #e0e0e0;
}
.btn-social-icon-instagram:active:hover,
.btn-social-icon-instagram.active:hover,
.open > .dropdown-toggle.btn-social-icon-instagram:hover,
.btn-social-icon-instagram:active:focus,
.btn-social-icon-instagram.active:focus,
.open > .dropdown-toggle.btn-social-icon-instagram:focus,
.btn-social-icon-instagram:active.focus,
.btn-social-icon-instagram.active.focus,
.open > .dropdown-toggle.btn-social-icon-instagram.focus {
  color: #ffffff;
  background-color: #fda50e;
  border-color: #bfbfbf;
}
.btn-social-icon-instagram:active,
.btn-social-icon-instagram.active,
.open > .dropdown-toggle.btn-social-icon-instagram {
  background-image: none;
}
.btn-social-icon-instagram.disabled:hover,
.btn-social-icon-instagram[disabled]:hover,
fieldset[disabled] .btn-social-icon-instagram:hover,
.btn-social-icon-instagram.disabled:focus,
.btn-social-icon-instagram[disabled]:focus,
fieldset[disabled] .btn-social-icon-instagram:focus,
.btn-social-icon-instagram.disabled.focus,
.btn-social-icon-instagram[disabled].focus,
fieldset[disabled] .btn-social-icon-instagram.focus {
  background-color: #fec564;
  border-color: #ffffff;
}
.btn-social-icon-instagram .badge {
  color: #fec564;
  background-color: #ffffff;
}
.btn-social-icon-instagram:hover,
.btn-social-icon-instagram:focus {
  -webkit-box-shadow: 0 5px 20px  rgba(254, 197, 100, 0.3);
  box-shadow: 0 5px 20px  rgba(254, 197, 100, 0.3);
}
.btn-social-icon-instagram:active {
  -webkit-box-shadow: 0 0 5px  rgba(254, 197, 100, 0.3);
  box-shadow: 0 0 5px  rgba(254, 197, 100, 0.3);
}
.btn-social-icon-twitter,
.btn-social-icon-facebook,
.btn-social-icon-instagram {
  border-radius: 100%;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 5px;
}
.btn-follow {
  padding-right: 10px;
  padding-left: 10px;
}
.card-user {
  background: white;
  box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.19);
  margin-bottom: 20px;
}
.card-user .user-thumbnail {
  position: relative;
  height: 100px;
  background-color: #333;
  background-size: cover !important;
  background-position: center center;
}
.card-user.has-cover .user-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.card-user .user-body {
  margin-top: -55px;
  padding: 15px;
  position: relative;
}
.card-user .user-body .change-cover {
  z-index: 10;
  position: absolute;
  border-radius: 5px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.75);
  color: #000;
  top: 10px;
  color: #fff;
  display: none;
  font-size: 12px;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.card-user .user-body .change-cover:hover,
.card-user .user-body .change-cover:focus {
  background: #000;
  text-decoration: none;
}
.card-user .user-body:hover .change-cover,
.card-user .user-body:focus .change-cover {
  display: block;
}
.card-user .user-stat {
  font-size: 12px;
}
.card-user .user-stat span {
  font-size: 22px;
  font-weight: 600;
}
.card-user .user-stat a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 992px) {
  .card-user .user-stat a {
    color: #fff;
  }
}
.card-user .user-stat a,
.card-user .user-stat:hover a,
.card-user .user-stat:focus a {
  text-decoration: none;
  color: #000;
}
@media (min-width: 992px) {
  .card-user .user-stat a,
  .card-user .user-stat:hover a,
  .card-user .user-stat:focus a {
    color: #fff;
  }
}
.card-user .user-general-information {
  padding-left: 90px;
}
.card-user .user-general-information .user-avatar {
  margin-left: -90px;
  float: left;
}
.card-user .user-general-information .user-avatar img {
  background: #fff;
  border: 2px solid #fff;
  margin: auto;
  width: 80px;
  height: 80px;
}
.card-user .user-general-information .user-avatar:hover > .change,
.card-user .user-general-information .user-avatar:focus > .change {
  display: block;
}
.card-user .user-general-information .user-avatar:hover .change-cover,
.card-user .user-general-information .user-avatar:focus .change-cover {
  display: none !important;
}
.card-user .user-general-information .user-avatar > .change {
  display: none;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}
.card-user .user-general-information .user-name,
.card-user .user-general-information .user-aliasname {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
}
.card-user .user-general-information .user-name {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .card-user .user-general-information .user-name {
    font-size: 20px;
  }
}
.card-user .user-general-information .user-name,
.card-user .user-general-information .user-name a {
  color: #fff;
}
.card-user .user-general-information .user-name a,
.card-user .user-general-information .user-name:hover a,
.card-user .user-general-information .user-name:focus a {
  text-decoration: none;
}
.card-user .user-general-information .user-aliasname {
  color: #777777;
}
.card-user .user-general-information .btn-edit-profile {
  padding: 3px;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
}
.card-user .user-complaint-information {
  margin-top: 20px;
}
.card-user.is-single {
  position: relative;
  box-shadow: none;
  margin-bottom: 150px;
  background: #333 center center;
  background-color: #555555;
  background-size: cover;
}
.card-user.is-single.is-user {
  background-image: url('../themes/lapor/assets/images/user-cover.png');
}
.card-user.is-single.is-government {
  background-image: url('../themes/lapor/assets/images/gov-cover.png');
}
.card-user.is-single.has-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(-148deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(-148deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(-148deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to -148deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5));
}
@media (min-width: 768px) {
  .card-user.is-single {
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .card-user.is-single {
    margin-bottom: 40px;
  }
}
.card-user.is-single .user-body {
  margin: 0;
  padding: 0;
}
.card-user.is-single .user-body .container {
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  .card-user.is-single .user-body .container {
    min-height: 350px;
  }
}
.card-user.is-single .user-general-information {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  -webkit-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  text-align: left;
  padding: 20px;
}
@media (min-width: 768px) {
  .card-user.is-single .user-general-information {
    padding: 0;
    padding-left: 200px;
    min-height: 120px;
    -webkit-align-items: inherit;
    -moz-align-items: inherit;
    -o-align-items: inherit;
    align-items: inherit;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.card-user.is-single .user-general-information a {
  color: #fff;
}
.card-user.is-single .user-general-information a:hover,
.card-user.is-single .user-general-information a:focus {
  color: #fff;
  text-decoration: none;
}
.card-user.is-single .user-general-information .user-avatar {
  position: relative;
  z-index: 1;
  margin-left: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .card-user.is-single .user-general-information .user-avatar {
    margin-top: 50px;
    margin-left: -180px;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .card-user.is-single .user-general-information .user-avatar {
    margin-top: 30px;
  }
}
.card-user.is-single .user-general-information .user-avatar img {
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-width: 4px;
}
@media (min-width: 768px) {
  .card-user.is-single .user-general-information .user-avatar img {
    width: 160px;
    height: 160px;
  }
}
.card-user.is-single .user-general-information .user-name {
  margin-top: 10px;
  text-align: center;
  line-height: inherit;
  text-overflow: inherit;
  white-space: normal;
}
@media (min-width: 768px) {
  .card-user.is-single .user-general-information .user-name {
    margin-top: 0;
    text-align: left;
    font-size: 26px;
  }
}
.card-user.is-single .user-general-information .user-description {
  max-height: 40px;
  display: none !important;
}
@media (min-width: 992px) {
  .card-user.is-single .user-general-information .user-description {
    display: block !important;
  }
}
.card-user.is-single .user-general-information .user-meta {
  text-align: left;
  font-size: 12px;
}
@media (min-width: 768px) {
  .card-user.is-single .user-general-information .user-meta {
    font-size: inherit;
  }
}
.card-user.is-single .user-site-information {
  position: absolute;
  width: 100%;
  background: #fafafa;
  top: 100%;
  left: 0;
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .card-user.is-single .user-site-information {
    padding-left: 200px;
  }
}
@media (min-width: 992px) {
  .card-user.is-single .user-site-information {
    bottom: 20px;
    top: initial;
    right: 0px;
    left: auto;
    color: #fff;
    background: transparent;
    padding: 0;
  }
}
.card-user.is-single .user-site-information .btn-follow {
  color: #000000;
  background-color: transparent;
  border-color: #000000;
  margin-top: 10px;
  padding-right: 0px;
  padding-left: 0px;
}
.card-user.is-single .user-site-information .btn-follow:focus,
.card-user.is-single .user-site-information .btn-follow.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.card-user.is-single .user-site-information .btn-follow:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.card-user.is-single .user-site-information .btn-follow:active,
.card-user.is-single .user-site-information .btn-follow.active,
.open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.card-user.is-single .user-site-information .btn-follow:active:hover,
.card-user.is-single .user-site-information .btn-follow.active:hover,
.open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow:hover,
.card-user.is-single .user-site-information .btn-follow:active:focus,
.card-user.is-single .user-site-information .btn-follow.active:focus,
.open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow:focus,
.card-user.is-single .user-site-information .btn-follow:active.focus,
.card-user.is-single .user-site-information .btn-follow.active.focus,
.open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow.focus {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
  border-color: #000000;
}
.card-user.is-single .user-site-information .btn-follow:active,
.card-user.is-single .user-site-information .btn-follow.active,
.open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow {
  background-image: none;
}
.card-user.is-single .user-site-information .btn-follow.disabled:hover,
.card-user.is-single .user-site-information .btn-follow[disabled]:hover,
fieldset[disabled] .card-user.is-single .user-site-information .btn-follow:hover,
.card-user.is-single .user-site-information .btn-follow.disabled:focus,
.card-user.is-single .user-site-information .btn-follow[disabled]:focus,
fieldset[disabled] .card-user.is-single .user-site-information .btn-follow:focus,
.card-user.is-single .user-site-information .btn-follow.disabled.focus,
.card-user.is-single .user-site-information .btn-follow[disabled].focus,
fieldset[disabled] .card-user.is-single .user-site-information .btn-follow.focus {
  background-color: transparent;
  border-color: #000000;
}
.card-user.is-single .user-site-information .btn-follow .badge {
  color: transparent;
  background-color: #000000;
}
@media (min-width: 768px) {
  .card-user.is-single .user-site-information .btn-follow {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .card-user.is-single .user-site-information .btn-follow {
    margin-top: 0;
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-user.is-single .user-site-information .btn-follow:focus,
  .card-user.is-single .user-site-information .btn-follow.focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
  }
  .card-user.is-single .user-site-information .btn-follow:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
  }
  .card-user.is-single .user-site-information .btn-follow:active,
  .card-user.is-single .user-site-information .btn-follow.active,
  .open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #e0e0e0;
  }
  .card-user.is-single .user-site-information .btn-follow:active:hover,
  .card-user.is-single .user-site-information .btn-follow.active:hover,
  .open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow:hover,
  .card-user.is-single .user-site-information .btn-follow:active:focus,
  .card-user.is-single .user-site-information .btn-follow.active:focus,
  .open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow:focus,
  .card-user.is-single .user-site-information .btn-follow:active.focus,
  .card-user.is-single .user-site-information .btn-follow.active.focus,
  .open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow.focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border-color: #bfbfbf;
  }
  .card-user.is-single .user-site-information .btn-follow:active,
  .card-user.is-single .user-site-information .btn-follow.active,
  .open > .dropdown-toggle.card-user.is-single .user-site-information .btn-follow {
    background-image: none;
  }
  .card-user.is-single .user-site-information .btn-follow.disabled:hover,
  .card-user.is-single .user-site-information .btn-follow[disabled]:hover,
  fieldset[disabled] .card-user.is-single .user-site-information .btn-follow:hover,
  .card-user.is-single .user-site-information .btn-follow.disabled:focus,
  .card-user.is-single .user-site-information .btn-follow[disabled]:focus,
  fieldset[disabled] .card-user.is-single .user-site-information .btn-follow:focus,
  .card-user.is-single .user-site-information .btn-follow.disabled.focus,
  .card-user.is-single .user-site-information .btn-follow[disabled].focus,
  fieldset[disabled] .card-user.is-single .user-site-information .btn-follow.focus {
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-user.is-single .user-site-information .btn-follow .badge {
    color: transparent;
    background-color: #ffffff;
  }
  .card-user.is-single .user-site-information .btn-follow:hover,
  .card-user.is-single .user-site-information .btn-follow:focus {
    background: #fff;
    border-color: #fff;
    color: #165eb3;
    -webkit-box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 992px) {
  .card-user.is-user .user-general-information {
    padding-right: 400px;
  }
}
@media (min-width: 992px) {
  .card-user.is-user .user-site-information {
    width: 400px;
  }
}
.card-user.is-user:before {
  background: -webkit-linear-gradient(-148deg, rgba(245, 81, 95, 0.75), rgba(159, 4, 112, 0.75));
  background: -o-linear-gradient(-148deg, rgba(245, 81, 95, 0.75), rgba(159, 4, 112, 0.75));
  background: -moz-linear-gradient(-148deg, rgba(245, 81, 95, 0.75), rgba(159, 4, 112, 0.75));
  background: linear-gradient(to -148deg, rgba(245, 81, 95, 0.75), rgba(159, 4, 112, 0.75));
}
@media (min-width: 992px) {
  .card-user.is-government .user-general-information {
    padding-right: 280px;
  }
}
@media (min-width: 992px) {
  .card-user.is-government .user-site-information {
    width: 350px;
  }
}
.chart-report {
  width: 150px !important;
  height: 150px !important;
  margin-left: auto;
  margin-right: auto;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}
.switch.switch-md {
  width: 60px;
  height: 34px;
}
.switch.switch-md .slider:before {
  width: 26px;
  height: 26px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.slider:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  bottom: 4px;
  left: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
input:checked + .slider {
  background-color: #165eb3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.complaint-form {
  padding: 30px;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
.complaint-form a {
  color: #000;
}
.complaint-form a:hover,
.complaint-form a:focus {
  text-decoration: none;
}
.another-info {
  padding-bottom: 1em;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.complaint-form-body {
  margin: -30px -30px 15px;
}
.complaint-form-body textarea {
  border: none;
  padding: 30px;
  font-size: 16px;
}
.complaint-form-body textarea:focus,
.complaint-form-body textarea:hover {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.edit-complaint {
  max-height: none !important;
  overflow: none !important;
}
.complaint-form-category {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.complaint-form-category i {
  position: absolute;
  right: 10px;
  top: 13px;
  cursor: pointer;
  font-size: 18px;
  z-index: 2;
  color: #777777;
}
.complaint-form-category .btn {
  padding-left: 0px;
}
.complaint-form-category .select2-selection__arrow {
  display: none !important;
}
.complaint-form-attachments {
  display: none;
  background: #F7F8F9;
  padding: 15px 30px;
  margin: 0 -30px;
}
.complaint-form-footer {
  padding-top: 15px;
}
.complaint-form-footer:before,
.complaint-form-footer:after {
  content: " ";
  display: table;
}
.complaint-form-footer:after {
  clear: both;
}
.complaint-form-footer:before,
.complaint-form-footer:after {
  content: " ";
  display: table;
}
.complaint-form-footer:after {
  clear: both;
}
.complaint-form-footer .flex-align-between {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
}
.complaint-form-footer .footer-left {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
@media (min-width: 768px) {
  .complaint-form-footer .footer-left {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .complaint-form-footer .footer-left {
    width: 50%;
  }
}
.complaint-form-footer .footer-left a:first-child {
  position: relative;
}
.complaint-form-footer .footer-left a label {
  position: absolute;
  top: -1px;
  left: 7px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  padding-left: 4px;
}
.complaint-form-footer .footer-left a i {
  color: #165eb3;
}
.complaint-form-footer .footer-right {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .complaint-form-footer .footer-right {
    margin-top: 0;
  }
}
.complaint-form-footer .footer-right button {
  margin-top: 10px;
  margin-left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .complaint-form-footer .footer-right button {
    margin-top: 0;
    margin-left: 5px;
    width: auto;
  }
}
.complaint-form-footer .footer-right .checkbox-inline {
  width: 40%;
}
@media (min-width: 768px) {
  .complaint-form-footer .footer-right .checkbox-inline {
    width: auto;
  }
}
.container-100 {
  margin-top: -100px;
}
@media (min-width: 768px) {
  .container-inverse-not-user {
    margin-top: -350px;
  }
}
@media (min-width: 768px) {
  .container-inverse-user {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  .container-inverse-user {
    margin-top: -140px;
  }
}
.dropdown-notification {
  width: 100%;
  left: auto !important;
  right: auto;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  padding: 0;
}
@media (min-width: 480px) {
  .dropdown-notification {
    width: 400px;
    left: auto !important;
    right: 50px;
  }
}
@media (min-width: 768px) {
  .dropdown-notification {
    width: 330px;
    left: 50% !important;
    margin-left: -153px;
    border: none;
  }
}
.dropdown-notification:after {
  content: "";
  position: absolute;
  top: -12px;
  z-index: 9;
  right: 80px;
}
@media (min-width: 480px) {
  .dropdown-notification:after {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .dropdown-notification:after {
    right: 50%;
  }
}
.dropdown-notification .notification-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
.dropdown-notification .notification-footer {
  border-top: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
}
.dropdown-notification .notification-footer a {
  display: block;
  padding: 15px;
}
.dropdown-notification .notification-footer a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.dropdown-notification .notification-body {
  min-height: 200px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .dropdown-notification .notification-body {
    max-height: 350px;
    overflow: scroll;
  }
}
.dropdown-notification .notification-body ul {
  list-style: none;
  padding-left: 0;
}
.dropdown-notification .notification-footer {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 768px) {
  footer .block {
    margin-bottom: 0;
  }
}
footer .block:last-child {
  margin-bottom: 0;
}
.footer-menu-navigation {
  margin-bottom: 10px;
}
.footer-menu-navigation ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.footer-menu-navigation ul li {
  display: inline-block;
  margin-left: 10px;
}
.footer-menu-navigation ul li:first-child {
  margin-left: 0px;
}
.footer-menu-navigation ul li a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.footer-menu-navigation ul li:hover a,
.footer-menu-navigation ul li:focus a {
  color: rgba(0, 0, 0, 0.6);
}
.form-date-range {
  position: relative;
}
.form-date-range:before {
  position: absolute;
  content: "sampai";
  left: 50%;
  margin-left: -50px;
  top: 38px;
}
.form-date-range input[type="date"]:first-child {
  padding-right: 40px;
}
.form-tweet .form-tweet-placeholder {
  display: none;
}
.form-tweet.is-empty .form-tweet-placeholder {
  display: block;
}
.form-tweet.is-empty .form-tweet-complaint {
  display: none;
}
.form-tweet-placeholder {
  background: -webkit-linear-gradient(-148deg, #55acee, #83c3f3);
  background: -o-linear-gradient(-148deg, #55acee, #83c3f3);
  background: -moz-linear-gradient(-148deg, #55acee, #83c3f3);
  background: linear-gradient(to -148deg, #55acee, #83c3f3);
}
.form-tweet-placeholder > div {
  height: 100vh;
}
.form-tweet-placeholder .lead {
  color: #fff;
  opacity: 0.75;
  text-align: center;
}
.form-search-icon {
  position: relative;
}
.form-search-icon i {
  position: absolute;
  top: 15px;
  left: 10px;
  color: #777777;
}
.form-search-icon .form-control {
  padding-left: 30px;
}
.form-search {
  position: relative;
  color: #434c55;
}
.form-search .form-control {
  padding-left: 30px;
}
.form-search .form-control,
.form-search .form-control:hover,
.form-search .form-control:focus {
  box-shadow: none;
  border: none;
}
.form-search .form-control::-moz-placeholder {
  color: #434c55;
  opacity: 1;
}
.form-search .form-control:-ms-input-placeholder {
  color: #434c55;
}
.form-search .form-control::-webkit-input-placeholder {
  color: #434c55;
}
.form-search i {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 10px;
}
.form-password {
  position: relative;
}
.form-password .form-control {
  padding-right: 40px;
}
.form-password i {
  color: #4a4a4a;
  cursor: pointer;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.form-control-comment {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.form-sweet {
  position: relative;
}
.form-sweet button {
  position: absolute;
  bottom: 50%;
  margin-bottom: -10px;
  right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  box-shadow: none;
  padding: 0;
}
.form-sweet button i {
  position: relative;
  left: 1px;
  top: -1px;
}
.form-group.is-required > label:after {
  color: #ff0000;
  content: " *";
  font-weight: 300;
}
.form-control {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0px 8px transparent;
  box-shadow: 0 0 0px 8px transparent;
}
.form-control:hover {
  border-color: #666;
}
.form-control:focus {
  border-color: #165eb3;
  -webkit-box-shadow: 0 0 0px 2px rgba(208, 2, 27, 0.3);
  box-shadow: 0 0 0px 2px rgba(208, 2, 27, 0.3);
}
.selectize-input.focus {
  border-color: #165eb3;
  -webkit-box-shadow: 0 0 0px 2px rgba(208, 2, 27, 0.3);
  box-shadow: 0 0 0px 2px rgba(208, 2, 27, 0.3);
}
.selectize-control.loading:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 1em;
  animation: oc-rotate-loader 0.8s infinite linear;
  border: .2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  right: 45px;
  top: 50%;
  z-index: 3;
  margin-top: -.5em;
}
/*Form Wizard*/
.bs-wizard {
  margin-top: 40px;
  padding-bottom: 40px;
}
.bs-wizard .bs-wizard-dot {
  z-index: 2;
  border: 2px solid #fafbfc;
}
.bs-wizard .bs-wizard-step .progress .progress-bar {
  width: 100% !important;
  z-index: 1;
  background: #ddd !important;
}
.bs-wizard .bs-wizard-step.active .progress-bar {
  background: #ddd;
}
.bs-wizard .bs-wizard-step.complete .progress-bar {
  background: #d0021b !important;
}
.bs-wizard .bs-wizard-step.complete:last-child .progress {
  width: 0px !important;
}
.bs-wizard .bs-wizard-step.active .progress,
.bs-wizard .bs-wizard-step.complete .progress {
  width: 100% !important;
  z-index: 2;
  left: 50%;
}
.bs-wizard .bs-wizard-step.active .bs-wizard-dot,
.bs-wizard .bs-wizard-step.complete .bs-wizard-dot {
  background: #165eb3;
  color: white;
}
.bs-wizard .bs-wizard-step.active .bs-wizard-dot:after,
.bs-wizard .bs-wizard-step.complete .bs-wizard-dot:after {
  background: #9d0214;
}
.bs-wizard-info {
  display: none !important;
}
@media (min-width: 480px) {
  .bs-wizard-info {
    display: block !important;
  }
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 10px;
  padding: 0 5px 0;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    font-size: 16px;
    padding: 20px 5px 0;
  }
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #666;
  font-size: 14px;
  padding: 0 5px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  padding: 13px;
  color: #333;
  text-align: center;
  background: #fff;
  top: 0;
  left: 50%;
  margin-top: -7px;
  margin-left: -25px;
  border-radius: 50%;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
@media (min-width: 480px) {
  .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    width: 60px;
    height: 60px;
    padding: 15px;
    margin-top: -10px;
    margin-left: -30px;
  }
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot > .fa {
  font-size: 18px;
}
@media (min-width: 480px) {
  .bs-wizard > .bs-wizard-step > .bs-wizard-dot > .fa {
    font-size: 24px;
  }
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 1px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #fbe8aa;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
.hero {
  background-color: #333;
  margin-top: -60px;
  background-size: cover !important;
  position: relative;
  min-height: 300px;
  height: 600px;
  max-height: 100vh;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
}
.hero:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
}
.hero.noshade:before {
  display: none;
}
.hero a,
.hero a:link,
.hero a:active {
  color: #fff;
}
.hero .content-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.hero .content-bottom.blog-single {
  bottom: 27px;
  text-align: center;
}
.hero .content-center {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
}
.ias-trigger-next {
  clear: both;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  border-radius: 100%;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 20px;
}
.ias-trigger-next a {
  color: #165eb3;
  position: relative;
  top: 40px;
  font-size: 14px;
}
.ias-trigger-next:hover a,
.ias-trigger-next:focus a {
  text-decoration: none;
}
.jumbotron-gradient {
  color: #fff;
  height: 210px;
  background: -webkit-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: -o-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: -moz-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: linear-gradient(to -148deg, #ae0b1a, #d20d48);
}
.list-group .list-align-middle {
  display: table;
  width: 100%;
}
.list-group .list-align-middle img {
  margin-right: 15px;
}
.list-group .list-align-middle span {
  display: table-cell;
  vertical-align: middle;
}
.list-group .list-align-middle span.username {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .list-group .list-align-middle span.username {
    max-width: 300px;
  }
}

#mapLocation {
  height: 250px;
}
@media (min-width: 768px) {
  #mapLocation {
    height: 400px;
  }
}
#location-search {
  display: block;
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.618;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-color: #ccc;
  -webkit-box-shadow: 0 0 0px 8px transparent;
  box-shadow: 0 0 0px 8px transparent;
  top: 10px !important;
  left: 10px;
  bottom: auto !important;
  width: 75%;
  display: block !important;
}
#location-search:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
#location-search::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
#location-search:-ms-input-placeholder {
  color: #999999;
}
#location-search::-webkit-input-placeholder {
  color: #999999;
}
#location-search::-ms-expand {
  border: 0;
  background-color: transparent;
}
#location-search[disabled],
#location-search[readonly],
fieldset[disabled] #location-search {
  background-color: #eeeeee;
  opacity: 1;
}
#location-search[disabled],
fieldset[disabled] #location-search {
  cursor: not-allowed;
}
textarea#location-search {
  height: auto;
}
#location-search:hover {
  border-color: #666;
}
#location-search:focus {
  border-color: #165eb3;
  -webkit-box-shadow: 0 0 0px 2px rgba(208, 2, 27, 0.3);
  box-shadow: 0 0 0px 2px rgba(208, 2, 27, 0.3);
}
.pac-container {
  background-color: #FFF;
  z-index: 1051 !important;
  position: fixed;
  display: inline-block;
  float: left;
}
.location-marker {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -28px;
  top: 50%;
  margin-top: -70px;
}
.location-name {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 9;
}
.media-institution {
  min-height: 100px;
}
.media-institution .media-heading {
  font-size: 12px;
  line-height: 19.416px;
}
.media-institution .media-heading a {
  color: #000;
}
.media-institution .media-heading a,
.media-institution .media-heading:hover a,
.media-institution .media-heading:focus a {
  color: #000;
  text-decoration: none;
}
.messages-list ul > li {
  cursor: pointer;
  padding: 10px 7px;
  border-top: 1px solid #eeeeee;
}
.messages-list ul > li a {
  text-decoration: none;
  color: #333333;
}
.messages-list ul > li a .img-sender {
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 15px;
}
.messages-list ul > li a .img-sender img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.messages-list ul > li a .info-sender {
  width: 100%;
  min-width: 0;
}
.messages-list ul > li a .info-sender .text-muted {
  font-size: 12px;
}
.messages-list ul > li a .info-sender .text-muted .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.messages-list ul > li a .info-sender p {
  font-size: 12px;
  margin: 0;
}
.messages-list ul > li a .info-sender p.strong {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 80%;
}
.messages-list ul > li.unread {
  background-color: #fefdf2;
}
.messages-list ul > li:first-child {
  border: none;
}
.text-heading {
  margin-bottom: 30px;
}
.text-heading h3 {
  color: #d4d5d6;
  margin: 0;
}
.chat-content .panel-chat-room {
  position: relative;
  background-color: #f7f8f9;
}
.chat-content .panel-chat-room .chat-room-header {
  display: block;
  align-items: start;
  justify-content: start;
  padding: 15px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .chat-content .panel-chat-room .chat-room-header {
    display: flex;
  }
}
.chat-content .panel-chat-room .chat-room-header.flex-xs {
  display: flex;
}
@media (min-width: 768px) {
  .chat-content .panel-chat-room .chat-room-header.flex-xs {
    display: flex;
  }
}
@media (min-width: 992px) {
  .chat-content .panel-chat-room .chat-room-header.flex-xs {
    display: flex;
  }
}
.chat-content .panel-chat-room .chat-room-header.flex-tablet {
  display: block;
}
@media (min-width: 992px) {
  .chat-content .panel-chat-room .chat-room-header.flex-tablet {
    display: flex;
  }
}
.chat-content .panel-chat-room .chat-room-header.flex-center {
  align-items: center;
  justify-content: center;
}
.chat-content .panel-chat-room .chat-room-header.flex-top {
  align-items: start;
  justify-content: start;
}
.chat-content .panel-chat-room .chat-room-header.flex-space {
  justify-content: space-between;
}
.chat-content .panel-chat-room .chat-room-header img {
  margin-right: 15px;
}
.chat-content .panel-chat-room .chat-room-content {
  overflow-y: scroll;
}
.chat-content .panel-chat-room .chat-room-content ul > li {
  width: 100%;
  padding: 15px 10px 0;
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-come {
  position: relative;
  float: left;
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-come .msg-bubble {
  background-color: white;
  padding: 10px 13px;
  position: relative;
  border-radius: 5px;
  max-width: 75%;
  min-width: 180px;
  font-size: 13px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-come .msg-bubble:before {
  width: 0;
  height: 0;
  content: "";
  top: 0;
  left: -12px;
  position: absolute;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #fff transparent transparent;
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-reply {
  float: right;
  position: relative;
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-reply .msg-bubble {
  background-color: #285fad;
  float: right;
  right: 15px;
  color: #fff;
  padding: 10px 13px;
  position: relative;
  border-radius: 5px;
  max-width: 75%;
  min-width: 180px;
  font-size: 13px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-reply .msg-bubble:after {
  width: 0;
  height: 0;
  content: "";
  top: 0;
  right: -12px;
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #285fad transparent transparent transparent;
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-reply p.text-muted {
  position: absolute;
  bottom: -40px;
  right: 25px;
  font-size: 12px;
}
.chat-content .panel-chat-room .chat-room-content ul > li.msg-reply p.text-muted .strong {
  font-weight: bold;
}
.chat-content .panel-chat-room .chat-room-content ul > li .msg-avatar {
  margin-right: 20px;
}
.chat-content .panel-chat-room .chat-room-content ul > li .msg-avatar > img {
  border-radius: 5px;
}
.chat-content .panel-chat-room .chat-room-content ul .mark-as-read {
  font-size: 12px;
  font-weight: bold;
  color: #5cb85c;
  padding-left: 60px;
  position: relative;
  top: 5px;
  text-decoration: none;
  transition: .2s all ease;
}
.chat-content .panel-chat-room .chat-room-content ul .mark-as-read .fa {
  margin-right: 10px;
}
.chat-content .panel-chat-room .chat-room-content ul .mark-as-read:hover {
  top: 3px;
}
.chat-content .panel-chat-room .chat-room-footer {
  position: relative;
  margin: 0;
  padding: 0;
}
.chat-content .panel-chat-room .chat-room-footer .input-msg {
  border: none;
  box-shadow: none;
  padding: 15px 25% 15px 25px;
  min-height: 60px;
}
.chat-content .panel-chat-room .chat-room-footer .btn-reply {
  position: absolute;
  top: 15px;
  right: 25px;
  padding: 5px 25px;
  background-color: #285fad;
  color: #fff;
}
.modal-dialog {
  margin: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-content {
  width: 100%;
  border: none;
  border-radius: 0;
}
.modal .close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 25px;
  border: 1px solid #ccc;
  opacity: 1;
  font-size: 32px;
  color: #666;
}
.modal .close:hover {
  color: #fff;
  background: #333;
  border: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.modal-complaint-detail .modal-dialog {
  min-width: 1280px;
}
.modal-complaint-detail .modal-content {
  position: relative;
}
.modal-complaint-detail .modal-header {
  position: absolute;
  width: 100%;
  border-bottom: 0px;
  z-index: 2;
  padding: 10px;
}
.modal-complaint-detail .modal-body {
  white-space: normal;
  padding: 10px;
}
.modal {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
}

.modal.bootbox-confirm .modal-body {
  font-size: 18px;
}
.modal.ekko-lightbox .modal-dialog {
  margin: 30px auto;
}
.navbar-btn-mobile {
  margin-right: 15px;
  width: 42px;
  padding: 0;
  height: 42px;
  line-height: 42px;
  border: none;
}
.navbar-btn-user {
  border-radius: 100%;
}
.navbar-btn-notification {
  position: relative;
  font-size: 21px;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.navbar-btn-notification .notification-on {
  position: absolute;
  top: 5px;
  right: 10px;
}
.nav-notification > a {
  font-size: 21px;
}
header {
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
header .navbar-header .navbar-brand {
  position: relative;
  padding: 15px;
  left: 50%;
  margin-left: -177px;
}
@media (min-width: 768px) {
  header .navbar-header .navbar-brand {
    left: 0;
    margin-left: 0;
  }
}
header .navbar-header .navbar-brand img {
  height: 50px;
}
@media (min-width: 768px) {
  header .navbar-header .navbar-brand {
    padding: 5px 15px;
  }
  header .navbar-header .navbar-brand img {
    height: auto;
  }
}
header .navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  header .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  header .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 15px;
  }
}
header .navbar-nav > li.is-new > a:after {
  color: rgba(255, 255, 255, 0.7);
  content: "NEW";
  font-size: 8px;
  display: inline-block;
  line-height: 8px;
  vertical-align: top;
  font-weight: 600;
  margin-right: -16px;
}
header .user-avatar {
  margin: -10px 5px -10px 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.navbar-right li:hover a,
.navbar-right li:focus a {
  box-shadow: none !important;
}
.navbar-fixed-top .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-fixed-top.is-hide {
  transform: translateY(-100%);
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.navbar-fixed-admin {
  top: 0px;
  left: 300px;
  height: auto;
}
.navbar-fixed-admin.is-hide {
  top: -128px;
}
.navbar-fixed-admin.navbar-inverse {
  top: 0px;
  width: auto;
}
.navbar-fixed-admin.navbar-inverse .navbar-nav > li > a {
  color: #000;
}
.navbar-fixed-admin.navbar-inverse .navbar-nav > li > a:hover,
.navbar-fixed-admin.navbar-inverse .navbar-nav > li > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-fixed-admin.navbar-inverse .navbar-nav > .active > a,
.navbar-fixed-admin.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-fixed-admin.navbar-inverse .navbar-nav > .active > a:focus {
  color: #000;
  background-color: transparent;
}
.navbar-fixed-admin.navbar-inverse .navbar-nav > .disabled > a,
.navbar-fixed-admin.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-fixed-admin.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-fixed-admin.navbar-inverse .navbar-nav > li > a i {
  color: #777777;
}
.navbar-fixed-admin.navbar-inverse .notification-on {
  background: #777777;
  border: 2px solid #f7f8f9;
}
.navbar-fixed-admin .navbar-left {
  margin-top: 10px;
  width: 60%;
}
.navbar-fixed-admin .navbar-left h1 {
  font-size: 24px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar-fixed-admin [role="tabpanel"] {
  margin-left: 15px;
  margin-right: 15px;
}
.navbar-toggle {
  position: relative;
}
.navbar-toggle.navbar-toggle-left {
  float: left !important;
  float: left;
}
.nav-login .user-name {
  text-transform: none;
}
@media (min-width: 768px) {
  .nav-login .user-name {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .nav-login .user-name {
    display: inline-block !important;
    vertical-align: middle;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.nav-login .user-avatar {
  border-radius: 50%;
  border-radius: 100%;
}
.navbar-default {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.navbar-default .navbar-nav > li > a {
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  -webkit-box-shadow: 0 -3px #eeeeee inset;
  box-shadow: 0 -3px #eeeeee inset;
}
.navbar-default .navbar-nav > li > a i {
  color: #777777;
}
.navbar-default .navbar-nav > li.is-new > a:after {
  color: #ea0f0c;
}
.navbar-default .navbar-nav > .active a,
.navbar-default .navbar-nav > .active a:hover,
.navbar-default .navbar-nav > .active a:focus {
  font-weight: 600;
  -webkit-box-shadow: 0 -3px #d0021b inset;
  box-shadow: 0 -3px #d0021b inset;
}
.navbar-default .hidden-navbar-default {
  display: none;
}
.navbar-default .dropdown-notification {
  border-top: 2px solid #165eb3;
}
.navbar-default .dropdown-notification:after {
  border-bottom: 12px solid #165eb3;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.navbar-default .navbar-btn-notification {
  color: #000;
}
.navbar-default .notification-on {
  background: #165eb3;
  border: 2px solid #fff;
}
.navbar-inverse {
  z-index: 10;
  width: 100%;
}
.navbar-inverse .navbar-nav > li > a i {
  color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .navbar-inverse {
    top: 15px;
  }
}
.navbar-inverse .hidden-navbar-inverse {
  display: none;
}
.navbar-inverse .dropdown-notification {
  border-top: 2px solid #fff;
}
.navbar-inverse .dropdown-notification:after {
  border-bottom: 12px solid #fff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.navbar-inverse .navbar-btn-notification {
  color: #fff;
}
.navbar-inverse .notification-on {
  background: #fff;
  border: 2px solid #165eb3;
}
.navbar-gradient {
  background: -webkit-linear-gradient(-148deg, #f5515f, #9f0470);
  background: -o-linear-gradient(-148deg, #f5515f, #9f0470);
  background: -moz-linear-gradient(-148deg, #f5515f, #9f0470);
  background: linear-gradient(to -148deg, #f5515f, #9f0470);
  border-color: transparent;
}
.navbar-gradient .navbar-text {
  color: #fff;
}
.navbar-gradient .navbar-nav > li > a {
  color: #fff;
}
.navbar-gradient .navbar-nav > li > a:hover,
.navbar-gradient .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-gradient .navbar-nav > .active > a,
.navbar-gradient .navbar-nav > .active > a:hover,
.navbar-gradient .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-gradient .navbar-nav > .disabled > a,
.navbar-gradient .navbar-nav > .disabled > a:hover,
.navbar-gradient .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-gradient .notification-on {
  background: #165eb3;
  border: 2px solid #fff;
}
.notice-bar {
  text-align: center;
  color: #fff;
  padding: 10px;
  height: 50px;
  line-height: 30px;
  background: #165eb3;
}
.notice-bar a:not(.btn) {
  color: #fff;
}
.notice-bar a:not(.btn):hover,
.notice-bar a:not(.btn):active,
.notice-bar a:not(.btn):focus {
  text-decoration: none;
}
.navbar-inverse .notice-bar {
  margin-top: -15px;
}
body.has-notice-bar {
  margin-top: 50px;
}
.nav-tabs-dots {
  border: none;
}
.nav-tabs-dots > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs-dots > li > a {
  color: #333;
  font-size: 14px;
  margin-right: 2px;
  line-height: 1.2;
  padding: 5px 15px;
  text-transform: inherit;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid transparent;
}
.nav-tabs-dots > li > a .dots,
.nav-tabs-dots > li > a .dots-content {
  display: inline-block;
  vertical-align: middle;
}
.nav-tabs-dots > li > a .dots {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 2px solid transparent;
  margin-right: 5px;
}
.nav-tabs-dots > li > a .dots-content .content-title,
.nav-tabs-dots > li > a .dots-content .content-counter {
  display: block;
}
.nav-tabs-dots > li > a .dots-content .content-counter {
  font-weight: 300;
  font-size: 85%;
  color: #777777;
}
.nav-tabs-dots > li > a:hover {
  background: none;
}
.nav-tabs-dots > li.dots-black .dots {
  border-color: #434c55;
}
.nav-tabs-dots > li.dots-black.active .dots {
  background-color: #434c55;
}
.nav-tabs-dots > li.dots-black.active a {
  color: #434c55;
  border-bottom: 2px solid #434c55;
}
.nav-tabs-dots > li.dots-black.active a,
.nav-tabs-dots > li.dots-black.active a:hover,
.nav-tabs-dots > li.dots-black.active a:focus {
  color: #434c55;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #434c55;
}
.nav-tabs-dots > li.dots-pink .dots {
  border-color: #ee35d2;
}
.nav-tabs-dots > li.dots-pink.active .dots {
  background-color: #ee35d2;
}
.nav-tabs-dots > li.dots-pink.active a {
  color: #ee35d2;
  border-bottom: 2px solid #ee35d2;
}
.nav-tabs-dots > li.dots-pink.active a,
.nav-tabs-dots > li.dots-pink.active a:hover,
.nav-tabs-dots > li.dots-pink.active a:focus {
  color: #ee35d2;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #ee35d2;
}
.nav-tabs-dots > li.dots-red .dots {
  border-color: #d9534f;
}
.nav-tabs-dots > li.dots-red.active .dots {
  background-color: #d9534f;
}
.nav-tabs-dots > li.dots-red.active a {
  color: #d9534f;
  border-bottom: 2px solid #d9534f;
}
.nav-tabs-dots > li.dots-red.active a,
.nav-tabs-dots > li.dots-red.active a:hover,
.nav-tabs-dots > li.dots-red.active a:focus {
  color: #d9534f;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #d9534f;
}
.nav-tabs-dots > li.dots-yellow .dots {
  border-color: #f0ad4e;
}
.nav-tabs-dots > li.dots-yellow.active .dots {
  background-color: #f0ad4e;
}
.nav-tabs-dots > li.dots-yellow.active a {
  color: #f0ad4e;
  border-bottom: 2px solid #f0ad4e;
}
.nav-tabs-dots > li.dots-yellow.active a,
.nav-tabs-dots > li.dots-yellow.active a:hover,
.nav-tabs-dots > li.dots-yellow.active a:focus {
  color: #f0ad4e;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #f0ad4e;
}
.nav-tabs-dots > li.dots-purple .dots {
  border-color: #8b37d5;
}
.nav-tabs-dots > li.dots-purple.active .dots {
  background-color: #8b37d5;
}
.nav-tabs-dots > li.dots-purple.active a {
  color: #8b37d5;
  border-bottom: 2px solid #8b37d5;
}
.nav-tabs-dots > li.dots-purple.active a,
.nav-tabs-dots > li.dots-purple.active a:hover,
.nav-tabs-dots > li.dots-purple.active a:focus {
  color: #8b37d5;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #8b37d5;
}
.nav-tabs-dots > li.dots-green .dots {
  border-color: #5cb85c;
}
.nav-tabs-dots > li.dots-green.active .dots {
  background-color: #5cb85c;
}
.nav-tabs-dots > li.dots-green.active a {
  color: #5cb85c;
  border-bottom: 2px solid #5cb85c;
}
.nav-tabs-dots > li.dots-green.active a,
.nav-tabs-dots > li.dots-green.active a:hover,
.nav-tabs-dots > li.dots-green.active a:focus {
  color: #5cb85c;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #5cb85c;
}
.nav-tabs-dots.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs-dots.nav-justified > li {
  float: none;
}
.nav-tabs-dots.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs-dots.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs-dots.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs-dots.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-dots.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-dots.nav-justified > .active > a,
.nav-tabs-dots.nav-justified > .active > a:hover,
.nav-tabs-dots.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-dots.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-dots.nav-justified > .active > a,
  .nav-tabs-dots.nav-justified > .active > a:hover,
  .nav-tabs-dots.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-blank {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav-blank > li {
  position: relative;
  display: block;
}
.nav-blank > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #4a4a4a;
  border-left: 2px solid transparent;
}
.nav-blank > li > a:hover,
.nav-blank > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border-left: 2px solid #4a4a4a;
}
.nav-blank > li.active > a {
  color: #165eb3;
  border-left: 2px solid #165eb3;
}
.nav-blank > li.active > a:hover,
.nav-blank > li.active > a:focus {
  border-left: 2px solid #165eb3;
  color: #165eb3;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-blank > li .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-blank > li > li > a > img {
  max-width: none;
}
.nav-tabs-secondary {
  border-bottom: 2px solid #eeeeee;
}
.nav-tabs-secondary > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs-secondary > li > a {
  font-size: 18px;
  color: #333;
  margin-right: 2px;
  line-height: 1.618;
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid transparent;
}
.nav-tabs-secondary > li > a:hover {
  border-bottom: 2px solid #165eb3;
  background: none;
  color: #165eb3;
}
.nav-tabs-secondary > li.active > a {
  color: #165eb3;
  border-bottom: 2px solid #165eb3;
}
.nav-tabs-secondary > li.active > a,
.nav-tabs-secondary > li.active > a:hover,
.nav-tabs-secondary > li.active > a:focus {
  color: #165eb3;
  background-color: transparent;
  border: none;
  cursor: default;
  border-bottom: 2px solid #165eb3;
}
.nav-tabs-secondary.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs-secondary.nav-justified > li {
  float: none;
}
.nav-tabs-secondary.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs-secondary.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs-secondary.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs-secondary.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-secondary.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-secondary.nav-justified > .active > a,
.nav-tabs-secondary.nav-justified > .active > a:hover,
.nav-tabs-secondary.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-secondary.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-secondary.nav-justified > .active > a,
  .nav-tabs-secondary.nav-justified > .active > a:hover,
  .nav-tabs-secondary.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-darken {
  margin-bottom: 0;
  padding: 10px 0;
  list-style: none;
}
.nav-darken > li {
  position: relative;
  display: block;
}
.nav-darken > li > a {
  border-left: 2px solid transparent;
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #ccc;
}
.nav-darken > li > a:hover,
.nav-darken > li > a:focus {
  text-decoration: none;
  background-color: #165eb3;
  color: #fff;
}
.nav-darken > li.active a {
  border-left: 2px solid #165eb3;
  color: #fff;
  font-weight: 600;
}
.nav-darken > li.active:hover a,
.nav-darken > li.active:focus a {
  color: #fff;
  background: transparent;
}
.nav-darken > li.disabled > a {
  color: #ccc;
}
.nav-darken > li.disabled > a:hover,
.nav-darken > li.disabled > a:focus {
  color: #ccc;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav-darken .open > a,
.nav-darken .open > a:hover,
.nav-darken .open > a:focus {
  background-color: #165eb3;
  border-color: #165eb3;
}
.nav-darken .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav-darken > li > a > img {
  max-width: none;
}
.nav-action-tabs {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nav-action-tabs li a {
  border-radius: 0px;
  color: #4a4a4a !important;
}
.notification-on {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  top: 30px;
  right: 15px;
  -webkit-transition: 0.35 all ease;
  -o-transition: 0.35 all ease;
  transition: 0.35 all ease;
}
@media (min-width: 768px) {
  .panel-complaint {
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 768px) {
  .panel-complaint {
    margin: -30px -15px;
  }
  .panel-complaint .panel-body {
    padding: 15px;
  }
}
.panel-dashboard-canvas {
  background: none;
}
.panel-dashboard-canvas .panel-heading {
  color: #fff;
}
.panel-dashboard-canvas canvas {
  padding-left: 40px;
  padding-right: 40px;
}
.panel-tertiary {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.panel-tertiary.no-shadow {
  box-shadow: none;
}
.panel-tertiary .panel-heading {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-tertiary .panel-heading .panel-title {
  font-size: 14px;
  color: #666;
}
.panel-tertiary .panel-body {
  padding-top: 0;
}
.panel-tertiary .panel-body .body-highlight {
  color: #666;
  font-weight: bold;
  font-size: 32px;
}
.panel-complaint-tweet {
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
.panel-complaint-tweet:last-child {
  border-bottom: 1px solid transparent;
}
.panel-complaint-tweet.is-freeze {
  opacity: 0.50;
  cursor: not-allowed;
}
.panel-complaint-tweet .tweet-head {
  margin-top: -15px;
}
.panel-complaint-tweet .tweet-head .tweet-head-info,
.panel-complaint-tweet .tweet-head .tweet-head-action {
  display: inline-block;
  vertical-align: middle;
}
.panel-complaint-tweet .tweet-head .tweet-head-info {
  width: 80%;
  color: #165eb3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-complaint-tweet .tweet-head .tweet-head-action {
  cursor: pointer;
  width: 15%;
  text-align: right;
}
.panel-complaint-tweet .tweet-body {
  margin-top: -10px;
  font-size: 12px;
  line-height: 19.416px;
}
.panel-statistic .panel-heading .panel-title h4 {
  font-size: 22px;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.panel-statistic .panel-heading .panel-subtitle {
  display: inline-block;
  padding: 5px 0;
}
.panel-statistic .panel-heading .panel-subtitle p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}
.panel-statistic .panel-heading .panel-subtitle .strong {
  font-weight: 600;
  font-size: 22px;
}
.panel-statistic .panel-heading .dropdown .selectize-dropdown.single {
  min-width: 100px;
}
.panel-statistic .panel-heading .dropdown .selectize-dropdown.single .selectize-dropdown-content {
  min-width: 100px;
}
.panel-statistic .panel-heading .dropdown .form-control {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  padding-right: 10px;
  cursor: pointer;
}
.panel-statistic .panel-heading .dropdown .form-control .selectize-input {
  border: none;
  box-shadow: none;
}
.panel-statistic .panel-heading .dropdown .form-control .selectize-input:after {
  right: 0px;
}
.panel-statistic .body-statistic {
  padding-top: 0 !important;
}
.panel-statistic .body-statistic .fa-star {
  color: #f0ad4e;
}
.panel-statistic .body-statistic .nav-tabs > li > a {
  border: none;
  padding: 5px 15px;
  color: #333;
}
.panel-statistic .body-statistic .nav-tabs > li > a:hover,
.panel-statistic .body-statistic .nav-tabs > li > a:focus {
  border: none;
  background: none;
}
.panel-recomended .panel-body ul > li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 0;
}
.panel-recomended .panel-body ul > li a {
  color: #333;
  font-weight: 600;
}
.panel-recomended .panel-body ul > li img {
  height: 45px;
  width: 45px;
  margin: 5px 15px 0 0;
}
.panel-recomended .panel-body ul > li .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.panel-recomended .panel-body ul > li .info .info-rate {
  text-align: right;
  white-space: nowrap;
}
.panel-recomended .panel-body ul > li .info .info-rate .strong {
  font-weight: 600;
}
.panel-recomended .panel-body ul > li .info .info-rate .fa-check-circle {
  color: #57b99d;
}
.panel-recomended .panel-body ul > li .info .info-rate .fa-star {
  color: #f0ad4e;
}
.panel-following .panel-footer .foot-left {
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .panel-following .panel-footer .foot-left {
    margin-top: 10px;
    margin-bottom: 0;
    text-align: left;
  }
}
.panel-following .panel-footer .foot-right {
  text-align: center;
}
@media (min-width: 768px) {
  .panel-following .panel-footer .foot-right {
    text-align: right;
  }
}
.panel-body.body-statistic .is-success {
  border-bottom: 1px solid #5cb85c;
}
.panel-body.body-statistic .is-info {
  border-bottom: 1px solid #165eb3;
}
.panel-body.body-statistic .is-warning {
  border-bottom: 1px solid #f0ad4e;
}
.panel-body.body-statistic .is-danger {
  border-bottom: 1px solid #d9534f;
}
.panel-body.body-statistic .nav-tabs {
  border-bottom: 1px solid #eeeeee;
}
.panel-body.body-statistic .nav-tabs .col-sm-4 {
  padding: 0px;
  width: 33.33333333%;
  margin: 0 2px;
}
.panel-body.body-statistic .nav-tabs .col-sm-4 p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.panel-body.body-statistic .nav-tabs .col-sm-4.active a,
.panel-body.body-statistic .nav-tabs .col-sm-4:hover a {
  border-bottom: 2px solid #165eb3;
}
.panel-body.body-statistic .nav-tabs .col-sm-4 .fa-check-circle {
  color: #57b99d;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 {
  text-align: center;
}
@media (min-width: 992px) {
  .panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 {
    padding: 0;
    text-align: left;
  }
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-count h1 {
  font-size: 18px;
  margin: 0;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li {
  display: flex;
  justify-content: center;
  font-size: 14px;
}
@media (min-width: 992px) {
  .panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li {
    display: inherit;
  }
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li .legend-info-shape {
  width: 25px;
  height: 10px;
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li .legend-info-shape.shape1 {
  background: #57b99d;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li .legend-info-shape.shape2 {
  background: #de695c;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li .legend-info-shape.shape3 {
  background: #f7d265;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-status .col-md-6 .chart-legend ul > li .strong {
  font-weight: 600;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-kepuasan .well {
  margin-top: 40px;
}
@media (min-width: 480px) {
  .panel-body.body-statistic .loadedcontent-statistic #tab-kepuasan .well {
    margin-top: 0px;
  }
}
.panel-body.body-statistic .loadedcontent-statistic #tab-kepuasan .well ul {
  display: flex;
  justify-content: center;
  font-size: 10px;
  margin: 0;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-kepuasan .well ul > li {
  margin: 0 3px;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-kepuasan .well p {
  font-weight: 600;
  margin: 0;
}
.panel-body.body-statistic .loadedcontent-statistic #tab-kepuasan .well h4 {
  font-size: 45px;
  line-height: 60px;
  margin: 0;
}
.panel-blank {
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.panel-secondary {
  box-shadow: none;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
.panel-secondary .panel-heading {
  padding-bottom: 0;
}
.panel-secondary .panel-heading .panel-title h1 {
  font-size: 22px;
  color: #333;
  font-weight: normal;
  margin: 0;
}
.panel-secondary .panel-title {
  color: #ccc;
  font-weight: 300;
}
.panel-secondary .panel-footer {
  border-top: 0px;
}
.panel-confirmation {
  border-radius: 5px;
  border: none;
  border-color: transparent;
  -webkit-box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px  rgba(0, 0, 0, 0.3);
}
.panel-confirmation > .panel-heading {
  color: #333333;
  background-color: #3a4c5b;
  border-color: transparent;
}
.panel-confirmation > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-confirmation > .panel-heading .badge {
  color: #3a4c5b;
  background-color: #333333;
}
.panel-confirmation > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-confirmation .panel-heading {
  color: #fff;
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
@media (min-width: 768px) {
  .panel-confirmation .panel-heading {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .panel-confirmation .confirmation-head {
    margin-right: 25px;
    margin-top: 5px;
  }
}
.panel-confirmation .confirmation-head .head-checklist {
  text-align: center;
}
.panel-confirmation .confirmation-head .head-checklist img {
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .panel-confirmation .confirmation-head .head-checklist img {
    text-align: left;
    margin: 0;
  }
}
.panel-confirmation .confirmation-head i {
  color: #5cb85c;
  font-size: 51px;
  margin-right: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .panel-confirmation .confirmation-head i {
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.panel-confirmation .confirmation-body {
  line-height: 28px;
  margin: 0;
}
.panel-confirmation .panel-body.body-complaint-information {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
}
.panel-confirmation .panel-body.body-form .row-flex {
  position: relative;
}
.panel-confirmation .panel-body.body-form .row-flex div {
  text-align: center;
}
@media (min-width: 768px) {
  .panel-confirmation .panel-body.body-form .row-flex div {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .panel-confirmation .panel-body.body-form .row-flex div.center-im {
    text-align: center !important;
  }
}
.panel-confirmation .panel-body.body-form .row-flex .text-center {
  margin: 0;
  min-width: 90px;
}
@media (min-width: 768px) {
  .panel-confirmation .panel-body.body-form .row-flex .text-center {
    margin-right: 20px;
  }
}
.panel-confirmation .panel-body.body-form .row-flex .text-center .fa.fa-4x {
  color: #eeeeee;
}
.panel-confirmation .panel-body.body-form .row-flex .text-center .fa.fa-envelope {
  margin-top: 8px;
  font-size: 6rem;
}
.panel-confirmation .panel-body.body-form .row-flex .text-center .fa.fa-mobile-phone {
  font-size: 9rem;
  margin-top: -5px;
}
.panel-confirmation .panel-body.body-form .row-flex .text-center .fa.fa-check-circle-o {
  position: absolute;
  bottom: 5px;
  font-size: 24px;
  right: 15px;
  color: #7fd322;
}
.panel-confirmation .panel-body.body-form .row-flex h4 {
  margin-bottom: 5px;
}
.panel-confirmation .panel-body.body-form .row-flex p.label-verif-info {
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .panel-confirmation .panel-body.body-form .row-flex p.label-verif-info {
    margin: 0;
    position: absolute;
    right: 0;
    transform: translateY(100%);
  }
}
.panel-confirmation .panel-body.body-form .row-flex .btn {
  width: 200px;
}
.panel-gray {
  border-color: transparent;
}
.panel-gray > .panel-heading {
  color: #ffffff;
  background-color: #434c55;
  border-color: transparent;
}
.panel-gray > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-gray > .panel-heading .badge {
  color: #434c55;
  background-color: #ffffff;
}
.panel-gray > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-gray .panel-collapse {
  background: #434c55;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.panel-gray .panel-collapse .panel-body {
  background: #363c43;
}
.panel-gray .panel-title {
  font-size: 12px;
}
.popover-user-preview {
  box-shadow: none;
  border: none;
}
.popover-user-preview .popover-content {
  width: 400px !important;
  border-radius: 5px;
  background: #fff;
  color: #fff;
  box-shadow: 0 0 10px 0 #000;
  padding: 0;
}
.popover-user-preview .user-preview-thumbnail {
  position: relative;
  height: 150px;
  background-size: cover !important;
  background-position: center center;
}
.popover-user-preview .user-preview-thumbnail:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.35));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.popover-user-preview .user-preview-body {
  position: relative;
  margin-top: -50px;
  padding: 10px;
}
.popover-user-preview .user-preview-body .body-left,
.popover-user-preview .user-preview-body .body-right {
  display: inline-block;
  vertical-align: top;
}
.popover-user-preview .user-preview-body .body-left {
  width: 100px;
  margin-right: 10px;
}
.popover-user-preview .user-preview-body .body-left img {
  border: 2px solid #fff;
  border-radius: 100%;
}
.popover-user-preview .user-preview-body .body-right {
  width: 270px;
}
.post-search-box {
  position: relative;
  background: #fff;
  height: 350px;
  border: 1px solid #eeeeee;
  padding: 20px;
}
.post-search-box .search-box-meta {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.post-search-box a {
  display: block;
  color: #000;
}
.post-search-box a,
.post-search-box:hover a,
.post-search-box:focus a {
  text-decoration: none;
  color: #000;
}
.post-following .following-item {
  display: inline-block;
  margin-left: 5px;
}
.post-following .following-item:first-child {
  margin-left: 0;
}
.post-attach {
  margin-top: 10px;
  margin-bottom: 10px;
}
.post-attach .attach-item {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.post-attach .attach-item.item-file i {
  font-size: 34px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -15px;
}
.post-attach .attach-item.item-file.file-pdf i {
  color: #a90935;
}
.post-attach .attach-item.item-file.file-pdf .attach-name {
  background: #a90935;
}
.post-attach .attach-item.item-file.file-word .attach-name {
  background: #165eb3;
}
.post-attach .attach-item.item-file.file-word i {
  color: #165eb3;
}
.post-attach .attach-name {
  position: absolute;
  width: 100%;
  padding: 2px;
  background: rgba(0, 0, 0, 0.35);
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-notification {
  border-bottom: 1px solid #ddd;
  position: relative;
}
.post-notification.notification-unread a {
  background: rgba(240, 173, 78, 0.1);
}
.post-notification a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 15px;
}
.post-notification a:hover,
.post-notification a:active,
.post-notification a:focus {
  background: rgba(0, 0, 0, 0.03);
}
.post-notification i {
  position: absolute;
  left: 10px;
  top: 13px;
}
.post-notification .notification-meta.meta-date {
  font-size: 85%;
  color: #777777;
}
.post-complaint-detail .complaint-meta {
  border-bottom: 1px solid #434c55;
}
.post-complaint-detail .complaint-meta .meta-item {
  display: inline-block;
  vertical-align: middle;
}
.post-complaint-detail .complaint-meta .meta-item.meta-author .author-name,
.post-complaint-detail .complaint-meta .meta-item.meta-author .author-avatar {
  display: inline-block;
  vertical-align: middle;
}
.post-complaint-detail .complaint-meta .meta-item.meta-author .author-name {
  color: #165eb3;
  margin-left: 10px;
}
.post-complaint-detail .complaint-meta .meta-item.meta-info {
  color: #434c55;
  margin-left: 0;
}
@media (min-width: 768px) {
  .post-complaint-detail .complaint-meta .meta-item.meta-info {
    margin-left: 10px;
  }
}
.post-complaint-detail .complaint-meta .meta-item.meta-info .info-content {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.post-complaint-detail .complaint-meta .meta-item.meta-info .info-content:first-child {
  margin-left: 0;
}
.post-complaint-detail .complaint-meta .meta-item.meta-info .info-content a {
  color: #666;
}
.post-complaint-detail .complaint-meta .meta-item.meta-info .info-content a:hover,
.post-complaint-detail .complaint-meta .meta-item.meta-info .info-content a:focus {
  color: #666;
  text-decoration: none;
}
.post-complaint-detail .complaint-content {
  font-size: 18px;
  line-height: 2;
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EEEEEE;
}
.post-complaint-detail .complaint-content p {
  margin-bottom: 30px;
}
.post-complaint-detail .complaint-content img {
  max-width: 100%;
}
.post-complaint {
  padding-top: 15px;
  padding-bottom: 15px;
}
.post-complaint .text-user,
.post-complaint .text-secret,
.post-complaint .text-channel,
.post-complaint .text-status,
.post-complaint .text-tracking {
  margin-right: 10px;
}
.post-complaint .text-tracking {
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #434c55;
  color: #434c55;
  white-space: nowrap;
  border-radius: 5px;
  display: none;
}
@media (min-width: 768px) {
  .post-complaint .text-tracking {
    display: inline;
  }
}
.post-complaint .complaint-head .complaint-avatar {
  margin: 0 5px;
}
.post-complaint .complaint-head .complaint-avatar img {
  width: 50px;
}
.post-complaint .complaint-body {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .post-complaint .complaint-body {
    margin-left: 15px;
  }
}
.post-complaint .complaint-body h1 {
  font-size: 26px;
}
.post-complaint .complaint-body .complaint-title a,
.post-complaint .complaint-body .complaint-title:hover a,
.post-complaint .complaint-body .complaint-title:focus a {
  text-decoration: none;
}
.post-complaint .complaint-body .complaint-track-body p {
  font-size: 12px;
  margin-bottom: 0;
}
.post-complaint .complaint-body .complaint-track-body a {
  color: #000;
}
.post-complaint .complaint-body .complaint-track-body a:hover,
.post-complaint .complaint-body .complaint-track-body a:focus {
  color: #000;
}
.post-complaint .complaint-user a {
  color: #165eb3;
  font-weight: 600;
}
.post-complaint .complaint-user .user-information {
  position: relative;
}
.post-complaint .complaint-user .user-information .meta-date {
  font-weight: normal;
  float: right;
  color: #777777;
  font-size: 85%;
}
.post-complaint .complaint-user .user-information span:not(.text-user) {
  font-size: 12px;
}
.post-complaint .complaint-excerpt {
  line-height: 22px;
  margin-bottom: 15px;
  word-break: break-word;
}
.post-complaint .complaint-excerpt p.readmore {
  margin: 0;
  max-height: 66px;
  overflow: hidden;
}
.post-complaint .complaint-info {
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
}
.post-complaint .complaint-meta {
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  margin: 0 -15px;
}
@media (min-width: 480px) {
  .post-complaint .complaint-meta {
    margin: 0;
  }
}
.post-complaint .complaint-meta .meta-info {
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-bottom: 2px solid transparent;
  padding: 8px 10px;
}
.post-complaint .complaint-meta .meta-info.oc-loading:after {
  display: block;
  position: absolute;
  left: 0;
  width: 60%;
  border: none;
  background: #165eb3;
  opacity: 1;
  border-radius: 0;
  height: 2px;
  animation: oc-loading-infinite-bar 0.4s infinite linear alternate;
  bottom: -2px;
}
.post-complaint .complaint-meta .meta-info:hover,
.post-complaint .complaint-meta .meta-info:focus {
  text-decoration: none;
  border-bottom: 2px solid #eeeeee;
}
.post-complaint .complaint-meta .meta-info.is-active,
.post-complaint .complaint-meta .meta-info.is-active:hover,
.post-complaint .complaint-meta .meta-info.is-active:focus {
  font-weight: 600;
  border-bottom: 2px solid #165eb3;
  color: #165eb3;
}
.post-complaint .complaint-meta .meta-info.meta-danger i {
  color: #d9534f;
}
.post-complaint .complaint-meta .meta-info.meta-like .text-info {
  color: #165eb3;
}
.post-complaint .complaint-meta .meta-info.info-id {
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  width: 65px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.post-complaint .complaint-meta .meta-info a,
.post-complaint .complaint-meta .meta-info a:hover,
.post-complaint .complaint-meta .meta-info a:focus {
  text-decoration: none;
}
.post-complaint .complaint-meta .meta-info a .text-muted,
.post-complaint .complaint-meta .meta-info a:hover .text-muted,
.post-complaint .complaint-meta .meta-info a:focus .text-muted {
  color: #9B9B9B;
}
.post-complaint .complaint-meta .meta-info i {
  color: #165eb3;
}
.post-complaint.is-disposition-gov,
.post-complaint.is-disposition-user,
.post-complaint.is-disposition {
  margin-bottom: 2px;
  padding: 15px;
}
.post-complaint.is-disposition-gov .complaint-title,
.post-complaint.is-disposition-user .complaint-title,
.post-complaint.is-disposition .complaint-title {
  font-size: 14px;
  color: #165eb3;
  margin-top: 0;
}
.post-complaint.is-disposition-gov .complaint-excerpt,
.post-complaint.is-disposition-user .complaint-excerpt,
.post-complaint.is-disposition .complaint-excerpt {
  color: #4a4a4a;
}
.post-complaint.is-disposition {
  background-color: #fcf8e3;
}
a.post-complaint.is-disposition:hover,
a.post-complaint.is-disposition:focus {
  background-color: #f7ecb5;
}
.post-complaint.is-disposition-gov {
  background-color: #dff0d8;
}
a.post-complaint.is-disposition-gov:hover,
a.post-complaint.is-disposition-gov:focus {
  background-color: #c1e2b3;
}
.post-complaint.is-disposition-user {
  background-color: #d9edf7;
}
a.post-complaint.is-disposition-user:hover,
a.post-complaint.is-disposition-user:focus {
  background-color: #afd9ee;
}
.post-complaint.is-admin {
  background: #fff;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.post-complaint.is-admin.open {
  margin-left: -15px;
  margin-right: -15px;
  border-left: none !important;
  -webkit-transition: 0.35s all ease;
  -o-transition: 0.35s all ease;
  transition: 0.35s all ease;
  margin-bottom: 10px;
  margin-top: 10px;
}
.post-complaint.is-admin:hover:not(.open) {
  background-color: #fafafa;
}
.post-complaint.is-admin:last-child {
  margin-bottom: 0;
}
.post-complaint.is-admin.is-urgent:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #d0021b transparent transparent;
}
.post-complaint.is-admin.is-success {
  border-left: 4px solid #5cb85c;
}
.post-complaint.is-admin.is-info {
  border-left: 4px solid #165eb3;
}
.post-complaint.is-admin.is-warning {
  border-left: 4px solid #f0ad4e;
}
.post-complaint.is-admin.is-danger {
  border-left: 4px solid #d9534f;
}
.post-complaint.is-admin.is-plain {
  border-left: 4px solid #607D8B;
}
.post-complaint.is-admin > .row-flex {
  padding: 15px 15px 0;
}
.post-complaint.is-admin .complaint-body .complaint-user {
  position: relative;
}
.post-complaint.is-admin .complaint-body .complaint-user .user-information {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-complaint.is-admin .complaint-meta .meta-info.info-id {
  width: 80px;
}
.post-complaint-rating {
  font-size: 42px;
}
.post-complaint-rating .fa-star {
  color: #ffe71f;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.post-complaint-rating .fa-star .selected {
  color: #fff285;
}
.post-complaint-rating .fa-star-o {
  opacity: 0.7;
}
.post-comment {
  margin-bottom: 15px;
}
.post-comment .comment-body {
  width: 100%;
  margin-left: 15px;
  word-break: break-word;
}
.post-comment .comment-user {
  font-weight: 600;
}
.post-comment .comment-head img {
  width: 50px;
}
.post-blog {
  margin-bottom: 20px;
}
.post-blog .blog-title {
  margin-top: 5px;
  margin-bottom: 5px;
}
.post-blog .blog-title a {
  color: #000;
}
.post-blog .blog-title a:hover,
.post-blog .blog-title a:focus {
  color: #000;
  text-decoration: none;
}
.post-story {
  position: relative;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-right: 15px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 1px solid #DDDDDD;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.post-story:hover {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .post-story {
    width: 100%;
  }
}
.post-story:last-child {
  margin-right: 0px;
}
.post-story .body-content {
  padding-bottom: 45px;
}
.post-story .bottom-content {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
  padding: 30px;
}
.post-story .post-title {
  margin-bottom: 5px;
}
.post-story .post-title a {
  color: #000;
}
.post-story .post-title:hover a,
.post-story .post-title:focus a {
  text-decoration: none;
  color: #000;
}
.post-story .post-author .author-avatar,
.post-story .post-author .author-name {
  display: inline-block;
  vertical-align: middle;
}
.post-story .post-author .author-name {
  margin-left: 5px;
}
.post-story .post-meta {
  width: 100%;
  bottom: 0px;
  left: 0px;
}
.post-story .post-meta ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.post-story .post-meta .meta-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.post-story .post-meta .meta-item:last-child {
  margin-right: 0px;
}
.post-story .post-meta .meta-item a {
  color: #000;
}
.post-story .post-meta .meta-item:hover a,
.post-story .post-meta .meta-item:focus a {
  text-decoration: none;
  color: #000;
}
.post-story .post-stamp {
  position: absolute;
  bottom: -20px;
  right: 10px;
  -webkit-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.post-excerpt p {
  color: #4a4a4a;
}
.post-horizontal {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.post-horizontal:last-child {
  border-bottom: 0px;
}
.post-horizontal .post-title {
  font-weight: bold;
  padding-right: 100px;
}
.post-horizontal .post-title a {
  color: #000;
  font-size: 18px;
}
.post-horizontal .post-title a:hover,
.post-horizontal .post-title a:focus {
  text-decoration: none;
}
.post-horizontal .post-excerpt p {
  line-height: 2.214;
}
.post-horizontal .post-date {
  color: #777777;
  position: absolute;
  top: 7px;
  right: 0px;
  font-size: 12px;
}
.post-horizontal .post-author {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .post-horizontal .post-author {
    margin-bottom: 0;
  }
}
.post-horizontal .post-author .author-name,
.post-horizontal .post-author .author-avatar {
  display: inline-block;
  vertical-align: middle;
}
.post-horizontal .post-author .author-avatar {
  margin-right: 5px;
}
.post-horizontal .post-meta {
  text-align: left;
}
@media (min-width: 992px) {
  .post-horizontal .post-meta {
    text-align: right;
  }
}
.post-horizontal .post-meta ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.post-horizontal .post-meta .meta-item {
  display: inline-block;
  margin-right: 10px;
}
.post-horizontal .post-meta .meta-item:last-child {
  margin-right: 0px;
}
.post-horizontal .post-meta .meta-item i {
  color: #165eb3;
}
.post-horizontal .post-meta .meta-item a {
  color: #333;
}
.post-horizontal .post-meta .meta-item:hover i,
.post-horizontal .post-meta .meta-item:focus i {
  color: #165eb3;
}
.post-horizontal .post-meta .meta-item:hover a,
.post-horizontal .post-meta .meta-item:focus a {
  color: #333;
  text-decoration: none;
}
.post-social-feed {
  margin-bottom: 20px;
}
.post-social-feed .meta-date,
.post-social-feed .meta-by {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-social-feed .meta-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  text-align: left;
}
@media (min-width: 768px) {
  .post-social-feed .meta-date {
    color: #fff;
    font-size: inherit;
    text-align: right;
  }
}
.post-counter {
  margin-right: 15px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-counter {
    width: 47%;
    float: left;
  }
}
@media (min-width: 992px) {
  .post-counter {
    width: 25%;
    float: none;
  }
}
.post-counter .counter-count {
  font-weight: bold;
  font-size: 72px;
  line-height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-counter .counter-title {
  font-size: 16px;
  line-height: 22px;
}
@keyframes oc-loading-infinite-bar {
  0% {
    left: 0;
    width: 20%;
  }
  50% {
    left: 20%;
    width: 40%;
  }
  100% {
    left: 80%;
    width: 20%;
  }
}
.report-recommendation {
  font-size: 13px;
  padding: 8px 0px;
  border-top: 1px solid #eee;
}
.report-recommendation .recommendation-heading {
  margin-bottom: 3px;
}
.report-recommendation .recommendation-title a,
.report-recommendation .recommendation-title a:hover,
.report-recommendation .recommendation-title a:focus {
  color: #333333;
  font-weight: 600;
}
.report-recommendation .recommendation-avatar {
  width: 20px;
}
.report-recommendation .recommendation-body {
  margin-bottom: 3px;
}
.report-recommendation .recommendation-body a,
.report-recommendation .recommendation-body a:hover,
.report-recommendation .recommendation-body a:focus {
  color: #777777;
  text-decoration: none;
}
.report-recommendation .recommendation-gov {
  margin-left: 8px;
}
.report-recommendation .recommendation-gov a,
.report-recommendation .recommendation-gov a:hover,
.report-recommendation .recommendation-gov a:focus {
  color: #777777;
  font-weight: 500;
  text-decoration: none;
}
.circle {
  position: relative;
  border-radius: 100%;
  width: 26px;
  line-height: 26px;
  font-size: 12px;
  text-align: center;
  margin-top: 80px;
  background-color: #ddd;
  z-index: 2;
}
.circle.success {
  background: #5cb85c;
  color: #fff;
}
.circle.warning {
  background: #f0ad4e;
  color: #fff;
}
.circle.danger {
  background: #d9534f;
  color: #fff;
}
.circle:before {
  position: absolute;
  border-left: 1px solid #ddd;
  width: 0;
  height: 80px;
  display: block;
  content: '';
  left: 50%;
  z-index: 1;
  top: -80px;
  margin-left: -1px;
}
.circle:first-child {
  margin-top: 0;
}
.circle:first-child:before {
  display: none;
}
.step {
  height: 100px;
  margin: 3px 0px 6px;
  font-size: 13px;
  overflow: hidden;
}
.step .title {
  font-weight: 600;
  margin-bottom: 0px;
}
.step .desc {
  color: #333;
}
.gov-recommendation {
  padding: 8px 0px;
  border-top: 1px solid #eee;
}
.gov-recommendation .recommendation-heading {
  margin-bottom: 3px;
}
.gov-recommendation .recommendation-title .performance {
  padding-left: 0px;
  font-weight: bold;
  display: inline-block;
}
.gov-recommendation .recommendation-title .performance i {
  color: #5cb85c;
}
.gov-recommendation .recommendation-title .rating {
  font-weight: bold;
  display: inline-block;
}
.gov-recommendation .recommendation-title .rating i {
  color: #f0ad4e;
}
.gov-recommendation .recommendation-title a,
.gov-recommendation .recommendation-title a:hover,
.gov-recommendation .recommendation-title a:focus {
  color: #333333;
  font-weight: 600;
}
.gov-recommendation .recommendation-avatar {
  width: 50px;
}
#search-bar {
  height: 100px;
  background: #222222;
  position: fixed;
  top: -100px;
  width: 100%;
  color: #fff;
  z-index: 10000;
}
#search-bar input {
  width: 100%;
  background: none;
  padding: 15px 15px 15px 60px;
  margin: 0;
  border: 0;
  height: 100px;
  font-size: 22px;
}
#search-bar i {
  position: absolute;
  height: 100%;
  top: 0;
  line-height: 100px;
  margin-left: 15px;
  font-size: 24px;
  width: 30px;
  text-align: center;
}
.page-content.statistic {
  padding: 50px 0;
}
.page-content.statistic p {
  font-size: 18px;
}
.page-content.statistic h1 {
  font-size: 24px;
  font-weight: normal;
}
.page-content.statistic h3.text-left {
  text-align: center;
}
@media (min-width: 480px) {
  .page-content.statistic h3.text-left {
    text-align: left;
  }
}
.page-content.statistic h1.chart-counter-info {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 5px;
}
.page-content.statistic .row.border-b {
  padding-bottom: 20px;
}
.page-content.statistic .chart-rate h1 {
  font-size: 40px;
  margin-bottom: 0;
}
.page-content.statistic .chart-rate h1 .fa-star {
  color: #f7d265;
}
.page-content.statistic .row .col-md-6 .col-md-6 {
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 480px) {
  .page-content.statistic .row .col-md-6 .col-md-6 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .page-content.statistic .row .pull-right {
    float: none !important;
    text-align: center;
    margin-top: 15px;
  }
}
.page-content.statistic .row .pie-chart {
  margin-left: -10px;
  padding: 20px 0;
}
@media (min-width: 480px) {
  .page-content.statistic .row .pie-chart {
    margin-left: -20px;
  }
}
.page-content.statistic .row .chart-count h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 5px;
}
.page-content.statistic p.subtitle {
  font-weight: bold;
}
.stat-legend {
  padding-left: 0px;
  font-size: 13px;
}
.stat-legend ul {
  list-style-type: none;
  padding-left: 0px;
}
.stat-legend ul li .color {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin-right: 4px;
}
.stat-legend ul li strong {
  font-weight: 600;
}
.star {
  color: #f7d265;
}
/* wizard with arrows */
.nomargin {
  padding: 0 !important;
  margin: 0 !important;
}
.wizard a {
  padding: 20px 12px 20px;
  position: relative;
  width: 33.33333333%;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background: #3a4c5b;
  cursor: pointer;
  border-bottom: 2px solid #eeeeee;
  border-radius: 0px;
  font-weight: 300;
  margin-bottom: -2px;
  float: left !important;
  float: left;
  text-align: center;
}
.wizard a .wizard-dots {
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-radius: 100%;
  border: 2px solid #eeeeee;
  background: #eeeeee;
}
.wizard a i {
  color: #eeeeee;
}
.wizard a.finished,
.wizard a.current {
  border-bottom: 2px solid #5cb85c;
}
.wizard a.finished .wizard-dots,
.wizard a.current .wizard-dots {
  background: #5cb85c;
}
.wizard a.finished i {
  color: #5cb85c;
}
.wizard a.current {
  font-weight: 700;
}
.wizard a:hover {
  text-decoration: none;
}
.wizard a:first-child {
  margin-left: 0;
}
.wizard:not(.left-arrow) a:before {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 39px inset transparent;
  border-left: 30px solid #3a4c5b;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard:not(.left-arrow) a:after {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 39px inset transparent;
  border-left: 30px solid #3a4c5b;
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
  border: none;
}
.wizard.left-arrow a:last-child:before,
.wizard.small.left-arrow a:last-child:before {
  border-right-color: #3E95D6;
}
.wizard .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
}
.wizard a:first-child .badge {
  margin-left: 0;
}
.wizard .current,
.wizard a.progress-current {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.wizard a.current:after,
.wizard a.progress-current:after {
  border-left-color: rgba(255, 255, 255, 0.1) !important;
}
.wizard.left-arrow a.current:before,
.wizard.left-arrow a.progress-current:before,
.wizard.small.left-arrow a.current:before,
.wizard.small.left-arrow a.progress-current:before {
  border-right-color: #3a4c5b;
}
.wizard a.current .badge,
.wizard a.progress-current .badge {
  background-color: #FFFFFF;
  color: #3a4c5b;
}
/* IE11 border bug fixes... hooray! */
_:-ms-fullscreen,
:root .wizard.small.left-arrow a:before {
  left: -14px;
}
_:-ms-fullscreen,
:root .wizard.small:not(.left-arrow) a:after {
  right: -14px;
}
_:-ms-fullscreen,
:root .wizard.left-arrow a:before {
  left: -29px;
}
_:-ms-fullscreen,
:root .wizard:not(.left-arrow) a:after {
  right: -29px;
}
.swal2-modal {
  font-family: inherit;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
.swal2-modal button {
  margin: 15px 5px 0;
}
.sa-icon.sa-info {
  border-color: #165eb3 !important;
}
.sa-icon.sa-warning {
  border-color: #f0ad4e !important;
}
.sa-icon.sa-success {
  border-color: #5cb85c !important;
}
.sa-icon.sa-danger {
  border-color: #d9534f !important;
}
.swiper-primary .swiper-slide {
  width: 70%;
  -webkit-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.swiper-primary .swiper-slide img {
  width: 100%;
}
.swiper-primary .swiper-pagination-bullets {
  bottom: 10px !important;
}
@media (min-width: 992px) {
  .swiper-primary .swiper-pagination-bullets {
    bottom: 30px !important;
  }
}
.swiper-primary .swiper-pagination-bullets .swiper-pagination-bullet {
  background: #ddd;
}
.swiper-primary .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #ddd;
  top: 20px;
  bottom: 20px;
  margin-left: 30px;
}
.timeline-centered .timeline-entry {
  position: relative;
  margin-top: 5px;
  margin-left: 30px;
  margin-bottom: 10px;
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
  float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -100px;
  text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -100px;
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 13.5px;
  margin-top: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  -moz-box-shadow: 0 0 0 2px #ddd;
  -webkit-box-shadow: 0 0 0 2px #ddd;
  box-shadow: 0 0 0 2px #ddd;
  line-height: 40px;
  font-size: 15px;
  float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  padding-top: 5px;
  margin-left: 40px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
.table tr td:first-child,
.table tr th:first-child {
  padding-left: 15px;
}
.table tr td:last-child,
.table tr th:last-child {
  padding-left: 15px;
}
.table-align-middle tr td {
  vertical-align: middle !important;
}
.table-stats tr td:first-child {
  width: 40px;
}
.table-stats tr td:last-child {
  text-align: right;
}
.table-stats img {
  width: 40px;
  height: 40px;
}
.table-history {
  background: #fff;
  font-weight: 100;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 #e4e4e4;
}
.table-history thead {
  color: #ddd;
}
.table-history tbody tr td {
  width: 33.33333333%;
}
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
https://bootsnipp.com/snippets/featured/bootstrap-line-tabs-by-keenthemes
***/
/* Tabs panel */
.tabbable-panel {
  border: 1px solid #eee;
  padding: 10px;
}
/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #165eb3;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #333333;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}
/* Below tabs mode */
.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #165eb3;
}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.page-home #hero {
  padding: 160px 0 200px;
  position: relative;
  background: -webkit-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: -o-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: -moz-linear-gradient(-148deg, #ae0b1a, #d20d48);
  background: linear-gradient(to -148deg, #ae0b1a, #d20d48);
  background-color: #165eb3;
  background-image: url(../themes/lapor/assets/images/home-cover.jpg);
  background-color: #555555;
  background-size: cover;
  /* Mask: */
}
.page-home #hero .container {
  position: relative;
  z-index: 3;
}
.page-home #hero .container .h2 {
  font-weight: 600;
}
.page-home #hero .container p {
  font-weight: 300;
}
.page-home #hero svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-home #complaint-box {
  background: -webkit-linear-gradient(#ffffff, #f7f8f9);
  background: -o-linear-gradient(#ffffff, #f7f8f9);
  background: linear-gradient(#ffffff, #f7f8f9);
}
.page-home #trending {
  overflow: hidden;
}
#slide {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
.panel-group {
  margin-bottom: 0;
}
.panel-sticky-content {
  margin-left: 300px;
  margin-bottom: 0;
  min-height: 100vh;
  border: none;
  box-shadow: none;
  background: #f7f8f9;
}
.panel-sticky-content .content-body {
  padding: 15px;
  padding-top: 110px;
}
.panel-sticky-content .content-body.with-filtertab {
  padding-top: 150px;
  padding-bottom: 100px;
}
.panel-sticky-content .content-body .breadcrumb {
  margin: -30px -15px 30px;
  background: #eeeef0;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}
.panel-admin {
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.panel-admin .panel-heading {
  padding: 15px;
}
.panel-admin .panel-heading .panel-title > a {
  color: #fff;
  display: block;
}
.panel-admin .panel-heading .panel-title > a,
.panel-admin .panel-heading .panel-title:hover > a,
.panel-admin .panel-heading .panel-title:focus > a {
  color: #fff;
  text-decoration: none;
}
.panel-dark {
  background: #434c55;
  box-shadow: none;
  border: none;
}
.panel-dark .panel-body {
  background: #383f47;
  box-shadow: none;
  border: none;
}
.panel-sticky {
  height: 100vh;
  position: fixed;
  width: 300px;
  overflow: auto;
  padding-bottom: 80px;
  background: #434c55;
  box-shadow: none;
  border: none;
}
.panel-sticky .panel-body {
  background: #383f47;
  box-shadow: none;
  border: none;
}
.panel-sticky .panel {
  border: none;
}
.panel-sticky .panel-body {
  padding: 0;
}
.panel-admin-card .panel-body {
  padding: 15px;
}
.panel-admin-card .body-head {
  position: relative;
}
.panel-admin-card .body-head img {
  height: 50px;
}
.panel-admin-card .body-statistic {
  color: #fff;
  padding: 0;
}
.panel-admin-card .body-statistic .statistic-head {
  color: #eeeeee;
  font-size: 11px;
}
.panel-admin-card .body-statistic .is-primary {
  border-bottom: 1px solid #165eb3;
}
.panel-admin-card .body-statistic .is-success {
  border-bottom: 1px solid #5cb85c;
}
.panel-admin-card .body-statistic .is-info {
  border-bottom: 1px solid #165eb3;
}
.panel-admin-card .body-statistic .is-warning {
  border-bottom: 1px solid #f0ad4e;
}
.panel-admin-card .body-statistic .is-danger {
  border-bottom: 1px solid #d9534f;
}
.panel-admin-card .body-statistic .is-plain {
  border-bottom: 1px solid #607D8B;
}
.panel-admin-card .body-profile .profile-avatar {
  float: left;
  margin-right: 15px;
}
.panel-admin-card .body-profile .profile-avatar img {
  border-radius: 5px;
  border: 2px solid #fff;
  width: 40px;
}
.panel-admin-card .body-profile .profile-department {
  color: #fff;
}
.panel-admin-card .body-profile .profile-department p {
  font-size: 12px;
  font-weight: 600;
}
.panel-admin-card .body-profile .profile-rating i {
  color: #F8C21A;
}
.panel-admin-card .body-profile a {
  color: #fff;
}
.panel-admin-card .body-profile a:hover,
.panel-admin-card .body-profile a:focus,
.panel-admin-card .body-profile a:active {
  opacity: 0.5;
}
.tooltip-inner {
  white-space: pre-wrap;
}
.panel-filter .panel-body {
  padding: 0 15px;
}
.label-admin-as {
  margin-left: 55px;
}

textarea {
  resize: none;
}
.infinite-more-link {
  display: none !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #fff;
}
.row-flex {
  display: block;
}
@media (min-width: 768px) {
  .row-flex {
    display: flex;
  }
}
.row-flex.flex-xs {
  display: flex;
}
@media (min-width: 768px) {
  .row-flex.flex-xs {
    display: flex;
  }
}
@media (min-width: 992px) {
  .row-flex.flex-xs {
    display: flex;
  }
}
.row-flex.flex-tablet {
  display: block;
}
@media (min-width: 992px) {
  .row-flex.flex-tablet {
    display: flex;
  }
}
.row-flex.flex-center {
  align-items: center;
  justify-content: center;
}
.row-flex.flex-top {
  align-items: start;
  justify-content: start;
}
.row-flex.flex-space {
  justify-content: space-between;
}
.container-flex {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-preview {
  background-color: #555555;
}
.bg-cover {
  background-size: cover;
}
.img-circle {
  border-radius: 100%;
}
.img-full {
  width: 100%;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
}
.text-heading {
  font-weight: bold;
}
.text-heading span {
  color: #165eb3;
}
.text-excerpt {
  font-size: 16px;
  line-height: 2.214;
}
.text-sparator {
  position: relative;
  border-bottom: 2px solid #ddd;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.text-sparator span {
  background: white;
  position: relative;
  bottom: -10px;
  color: #333;
  padding: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}
h5.separator {
  text-align: center;
  position: relative;
}
h5.separator:before {
  content: "";
  border-bottom: 1px solid #777777;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
h5.separator span {
  color: #777777;
  position: relative;
  background: #fff;
  font-weight: 400;
  padding: 5px 10px;
}
.contraflow {
  white-space: nowrap;
  overflow: auto;
  overflow-y: hidden;
}
@media (min-width: 768px) {
  .contraflow {
    overflow: inherit;
  }
}
.contraflow li {
  float: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .contraflow li {
    float: left;
  }
}
.bg-default {
  background: #e6e6e6;
  border: 1px solid #cdcdcd;
}
.bg-default a {
  color: #165eb3;
}
.bg-default a:hover,
.bg-default a:focus {
  color: #165eb3;
  text-decoration: none;
}
.full-height {
  min-height: 100vh;
}
.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 5px 15px;
}
.ias-trigger-next,
.ias-spinner {
  clear: both;
  margin-top: 40px;
  margin-bottom: 40px;
}
.form-compact .form-group {
  margin-bottom: 5px;
}
#complaint-box .complaint-form {
  margin-top: -160px;
}
.complaint-categories {
  width: 100%;
}
.complaint-categories .optgroup {
  float: none !important;
  width: 100% !important;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .complaint-categories .optgroup {
    float: left !important;
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .complaint-categories .optgroup {
    width: 33.33% !important;
  }
}
.loadedcontent {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .loadedcontent {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.loadedcontent .text-placeholder {
  margin-bottom: 0;
}
#topbutton {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #165eb3;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */
  border-radius: 10px;
  /* Rounded corners */
}
#topbutton:hover {
  background-color: #165eb3;
  /* Add a dark-grey background on hover */
}
.bulk-container {
  padding: 15px;
  background-color: #165eb3;
  color: #fff;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.top-message {
  float: left;
  padding: 0 1em;
  border: 1px solid black;
  margin: 0;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  width: 50%;
}
.canvas-grad-primary {
  background: -webkit-linear-gradient(-148deg, #ff1b55, #c60067);
  background: -o-linear-gradient(-148deg, #ff1b55, #c60067);
  background: -moz-linear-gradient(-148deg, #ff1b55, #c60067);
  background: linear-gradient(to -148deg, #ff1b55, #c60067);
}
.modal-sp-large .modal-dialog {
  width: 90%;
}
.none-search {
  height: 54vh;
  border: .4em dashed #eeeeee;
}
.more {
  display: block;
}
@media (min-width: 480px) {
  .more {
    display: none;
  }
}
#terms-of-use {
  padding-bottom: 20px;
}
#terms-of-use .subtitle-italic {
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
}
#terms-of-use ul {
  list-style: lower-alpha outside none;
}
.responsiv-uploader-fileupload.style-file-multi.is-multi .dz-clickable {
  width: 100%;
  border: 2px dashed rgba(0, 0, 0, 0.3);
  background: none;
  border-radius: 4px;
  height: 60px;
}
.responsiv-uploader-fileupload.style-file-multi.is-multi .dz-clickable:hover {
  transform: none;
  border-color: #165eb3;
}
.responsiv-uploader-fileupload.style-file-multi.is-multi .dz-clickable:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(22, 94, 179, 0.25);
}
.responsiv-uploader-fileupload.style-file-multi.is-multi.dz-drag-hover .dz-clickable {
  background: rgba(22, 94, 179, 0.25);
}
.responsiv-uploader-fileupload.style-file-multi.is-multi .responsiv-uploader-fileupload .upload-files-container {
  background: #fff;
}
.responsiv-uploader-fileupload.style-file-multi.is-multi .responsiv-uploader-fileupload .upload-files-container .upload-object:nth-child(even) {
  background: #fff;
}
.list-unstyled {
  padding: 0;
  list-style: none;
}
.tedit {
  font-size: 12px;
}
.mng span {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
.mng .accordion-group {
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.mng .accordion-heading {
  padding: 10px;
  background-color: #f5f5f5;
  cursor: pointer;
}
.mng .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f077";
  float: right;
}
.mng .collapsed:after {
  content: "\f078";
}
.mng .lrreport {
  padding: 5px;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
}
.mng .lrreport span {
  display: inherit;
  font-size: 12px;
}
.smartcase {
  cursor: pointer;
}
.smartcase:hover {
  text-decoration: none;
}
.mt-30 {
  margin-top: 30px;
}
ul.pagination li {
  cursor: pointer;
}
.search-institution {
  margin: -10px 0 20px;
}
.search-institution .col-lg-12 {
  padding: 0;
}
.search-institution .page-header {
  padding: 10px 0;
  margin: 44px 0 0;
}
.institution-integration {
  margin-left: 300px;
  margin-top: 65px;
  border: none;
  box-shadow: none;
  background: #f7f8f9;
  padding: 15px;
  margin: 0;
  padding: 0;
}
.navbar-inverse .notice-bar.download-android-app {
  margin-top: 0px;
}
.download-android-app img {
  height: 30px;
  display: inline;
  margin: 0 5px;
}
.comment-notice {
  height: auto;
  text-align: left;
  margin-bottom: 15px;
  line-height: 22px;
}
.comment-body.relative {
  position: relative;
}
.jsPopover.options {
  right: 0;
  cursor: pointer;
  position: absolute;
}
.meta-date.meta-date {
  margin-right: 25px;
}
/*.popover {
    top: 13.6px;
    left: auto !important;
    right: -10px !important;
    width: 125px !important;
    display: block;
}*/
.popover .arrow {
  /*left: 83% !important;*/
}
.popover.bottom > .arrow {
  margin-left: -3px !important;
}
.text-option {
  color: #c70e0e !important;
  text-decoration: none;
}
.text-option:hover {
  color: #cc6b6b !important;
  text-decoration: none;
}
@media (max-width: 768px) {
  .container .row {
    margin-top: 55px;
  }
}
.light-checkbox input[type=checkbox] + label {
  display: block;
  margin: 0.2em 0;
  padding: 0.2em;
  padding-left: 33px;
  font-weight: 500;
  position: relative;
}
.light-checkbox input[type=checkbox] {
  display: none;
}
.light-checkbox input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #dcdcdc;
  border-radius: 0.2em;
  display: inline-block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  position: absolute;
  left: 0;
  padding-left: 4px;
}
.light-checkbox input[type=checkbox] + label:active:before {
  transform: scale(0);
}
.light-checkbox input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
}
.light-checkbox input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}
.light-checkbox input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}
.term-of-use ol {
  counter-reset: item;
}
.term-of-use li {
  display: block;
}
.term-of-use li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}
.command-center-container {
  display: table;
}
.command-center-container body {
  background: #e54545;
  display: table-cell;
  vertical-align: middle;
}
.command-center-container .content-body {
  margin: 0 auto;
  display: inline-block;
}
.command-center .text-title {
  padding: 0;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
}
.command-center .maps-panel {
  height: 500px;
  padding: 20px 15px 30px 15px;
}
.command-center .chart-head {
  height: 25%;
}
.command-center .chart-body {
  height: 75%;
}
.command-center.header {
  padding: 10px;
}
.command-center .search-filter,
.command-center .date-filter {
  width: 100%;
}
.command-center .comiseo-daterangepicker-triggerbutton.ui-button {
  width: 100%;
}
.command-center .nopad-left {
  padding-left: 0px !important;
}
.command-center .soft-border {
  border: 1px solid #9d9595;
}
.height-500 {
  height: 500px;
}
.height-280 {
  height: 280px;
}
.height-50-percent {
  height: 50%;
}
.height-50-percent {
  height: 50%;
}
.command-center.content-body {
  padding: 5px 40px 20px 40px;
}
.data-info {
  font-size: 14px;
  color: #7d6767;
  display: block;
  margin-bottom: 13px;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}
.background-x,
.command-center .panel {
  background: #fbfbfb !important;
}
.btn-action {
  text-align: center;
  margin-top: 20px;
}
@media print {
  @page {
    size: auto;
    margin: 0mm;
  }
  .modal-dialog {
    min-height: 10px;
  }
  .panel.panel-sticky-content,
  .panel.panel-sticky,
  .close,
  .printIt,
  #tawkchat-minified-wrapper,
  .font-lato,
  #tawkchat-chat-indicator-text,
  .white.ltr-direction {
    display: none !important;
  }
  body.font-lato {
    display: none !important;
  }
  #tawkchat-chat-indicator {
    display: none !important;
    visibility: hidden !important;
  }
}
.loader-custom {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: 9999;
  background: url(../themes/lapor/assets/images/ajax-loader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.3);
}
.selectize-dropdown-content > .optgroup:first-child {
  border-bottom: 1px solid #cccccc;
}
.complaint-form-body p {
  padding: 30px 30px 15px;
}
.complaint-form-body textarea {
  padding: 0 30px 30px 30px;
}
.btn-complaint-type {
  width: 100%;
  padding: 0px 15px 0px;
  margin-bottom: 20px;
}
.btn-complaint-type .btn {
  width: 50%;
  font-size: 12px !important;
}
.complaint-form-box {
  padding-bottom: 0px;
}
.btn-complaint-type .btn-default {
  color: #165eb3;
  background-color: transparent;
  border-color: #165eb3;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-complaint-type .btn-default span {
  position: relative;
  margin-left: 22px;
  display: inline-block;
}
.btn-complaint-type .btn-default span:before {
  display: inline-block;
  height: 17px;
  width: 17px;
  background: #fff;
  border: 2px solid #165eb3;
  border-radius: 17px;
  content: "";
  position: absolute;
  right: 100%;
  margin-right: 5px;
  margin-top: 1px;
}
.btn-complaint-type .btn-default.active span:before {
  border-color: transparent;
  background: transparent;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
}
.btn-complaint-type .btn-default.active {
  background: #165eb3;
  color: #fff;
  border-color: #165eb3;;
  -webkit-box-shadow: 0 5px 10px rgba(208, 2, 27, 0.15);
  box-shadow: 0 5px 10px rgba(208, 2, 27, 0.15);
}
.p-5px {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .btn-complaint-type .btn {
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px !important;
  }
}
.selectize-control .selectize-input.disabled {
  opacity: 0.8 !important;
  cursor: not-allowed !important;
}
.info-complaint {
  width: 33px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.info-complaint:hover {
  opacity: 0.7;
}
.modal-full {
  margin: 0;
}
.modal-full .modal-content {
  min-height: 100vh;
}
@media (max-width: 372px) {
  .modal-header h4 {
    font-size: 13px;
  }
  .modal .close {
    width: 35px;
    height: 35px;
    right: 14px;
  }
}
@media (max-width: 767px) {
  .how-to .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 768px) {
  .how-to .modal-dialog {
    width: 640px;
  }
}
@media (min-width: 1080px) {
  .how-to .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 1200px) {
  .how-to .modal-dialog {
    width: 770px;
  }
}
.tab-grup-instansi {
  padding: 20px;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.add-keyword-field {
  display: inline-block;
  width: 80%;
}
.form-control#keyword_value {
  height: 40px !important;
  margin-bottom: 25px;
}
.fs-11 {
  font-size: 11px !important;
}
.width-80p {
  width: 80% !important;
  display: inline-block;
  margin-right: 10px;
}
.width-20p {
  width: 20% !important;
  display: inline;
}
.dataTable tr {
  background: #fff !important;
}
table.dataTable thead th,
table.dataTable thead td {
  border-bottom: 1px solid #dddddd !important;
}
table.dataTable.no-footer {
  border: none !important;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
  height: 28px;
  padding: 10px 11px;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.618;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 1.25em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 1.755em;
  display: none !important;
}
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc {
  background-image: none !important;
}
.dataTables_wrapper .dataTables_paginate {
  float: inherit !important;
  text-align: center !important;
  padding-top: 1.5em !important;
}
.apply-filter {
  margin-left: 5px;
  font-size: 13px !important;
}
.alert.alert-notif {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  padding: 15px;
}
.label-admin-as {
  margin-left: 55px;
}
.admin_cm_active {
  color: #dc3545 !important;
}
.w-100p {
  width: 100%;
}
.caption-category {
  height: 125px !important;
}
.color-success {
  color: #5dff5d !important;
}
.color-semi-success {
  color: #7bc47b !important;
}
.color-warning {
  color: #ffd25d !important;
}
.color-danger {
  color: #ff625d !important;
}
.success-text {
  padding: 5px 7px 5px 8px;
  background: #7bc47b;
  color: #fcfcfc;
}
.pending-text {
  padding: 5px 7px 5px 8px;
  background: #8d7bc4;
  color: #fcfcfc;
}
.red-flat {
  color: #ff6f69 !important;
}
.tiramisu-flat {
  color: #ffeead !important;
}
.orange-flat {
  color: #ffeead !important;
}
.blue-flat {
  color: #37698c !important;
}
.green-flat {
  color: #44bd5c !important;
}
.green-flat:hover {
  color: #164a16 !important;
}
.warning-text {
  color: #ffa100 !important;
}
.warning-text:hover {
  color: #bd7b0a !important;
}
.green-btn {
  color: #fff !important;
  background: #59bf6d !important;
}
.green-btn:hover {
  color: #fff !important;
  background: #388e49 !important;
}
.warning-btn {
  color: #fff !important;
  background: #f1ac37 !important;
}
.warning-btn:hover {
  color: #fff !important;
  background: #d6972d !important;
}
.gray-flat {
  background: #ededed !important;
}
.followup-alert-container {
  padding: 0px 30px 0px 30px;
  background: #ededed !important;
  margin-top: 14px;
}
.map-alert-tooltip {
  color: #fff;
  /* padding: 0px !important; */
  text-transform: capitalize;
  padding: 2px;
  background: red;
  border-radius: 4px;
}
.swal2-popup {
  width: auto !important;
  padding: 3.25em !important;
}
.swal2-icon.swal2-info {
  font-size: 25px !important;
}
.swal2-icon {
  width: 5em !important;
  height: 5em !important;
  margin: 0.25em auto 1.875em !important;
}
.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em !important;
}
.swal2-styled {
  font-size: 1.5625em !important;
}
.bg-white {
  background-color: #fff !important;
}
.total-alert {
  vertical-align: 0px;
  padding: 1px 7px;
  background: #f4645f;
  font-size: 12px;
  color: #fff !important;
  border-radius: 11px;
  font-weight: normal;
  text-shadow: none;
  margin-left: 5px;
  margin-top: 0px;
  top: 3px;
}
.swal2-modal .swal2-title {
  font-size: 25px !important;
}
.swal2-modal .swal2-content {
  font-size: 15px !important;
}
.fit-height {
  height: 100% !important;
}
.scale-height {
  min-height: 90% !important;
}
.btn-approval {
  font-size: 12px;
}
.margin-status {
  margin-top: 8px;
  margin-left: -10px;
}
#uploadBulk {
  padding: 25px;
}
.how-to-upload ul {
  list-style-type: none;
  color: #696969;
  font-size: 13px;
  margin-left: 0;
  padding-left: 0px;
  font-family: monospace;
}
.how-to-upload ul li {
  margin-bottom: 5px;
}
.how-to-upload ul li ol {
  list-style-type: upper-alpha;
}
.how-to-upload ul li ol li ol {
  list-style-type: disc;
}
.mr-5 {
  margin-right: 5px;
}
.caption-rating {
  font-weight: 600;
  font-size: 18px;
}
.image-rating {
  padding: 25px;
}
.rating-icon {
  padding: 15px;
}
.rating-icon .icon .complaint-image img {
  width: auto;
  padding: 5px;
}
.rating-icon .icon .complaint-image img.active {
  opacity: 1;
}
.complaint-image input[type="checkbox"][id^="Option"] {
  display: none;
}
.complaint-image label {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.complaint-image label::before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.complaint-image label img {
  transform-origin: 50% 50%;
}
.complaint-image :checked + label {
  border-color: #ddd;
}
.complaint-image :checked + label::before {
  content: "✓";
  background-color: #35c31c;
  z-index: 100;
  transform: scale(1);
}
.complaint-image :checked + label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #3333335c;
  z-index: -1;
}
@media (max-width: 372px) and (min-width: 356px) {
  .col-xs-6 {
    width: 49% !important;
  }
}
.btn-submit-rating {
  background: #ff1919 !important;
  color: white !important;
}
.rating-section i {
  font-size: 30px;
  margin-top: 5px;
}
.rating-section .fa-star,
.star-yellow {
  color: #f5f533;
}
.star-grey {
  color: grey;
}
.admin-section-rating {
  padding: 5px 20px;
}
.admin-rating-icon {
  background: white;
  border-radius: 10px;
}
.pd-15 {
  padding: 15px;
}
.post-complaint-rating.admin {
  font-size: 28px;
  padding: 15px;
  background: white;
  border-radius: 10px;
  margin-bottom: 30px;
}
.admin-rating-comment {
  padding: 15px;
  background: white;
  border-radius: 10px;
}
.post-complaint-rating.detail-instansi {
  font-size: 17px;
}
.panel-footer.detail-instansi {
  padding: 0px 20px 20px 20px;
}
.label-attachment {
  padding-left: 8px;
}
.complaint-form-footer .footer-left a label {
  left: 18px;
}
.footer-left .fa-paperclip {
  font-size: 18px;
  transform: rotate(45deg);
}
.pd-25 {
  padding: 25px;
}
.ekko-lightbox a {
  opacity: 1;
}
.btn-globe {
  font-size: 25px;
  top: 40%;
  color: #ffffff;
  background-color: #1f2327;
  border-color: rgba(0, 0, 0, 0);
}
input[type=checkbox].is-secret-check {
  height: inherit;
  width: 100px;
}
.ekko-lightbox .modal-header {
  display: block !important;
  padding: 0;
  border: 0;
}
.ekko-lightbox .modal-title {
  display: none;
}
.ekko-lightbox .modal-header .close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0px;
  top: 2px;
  border: 1px solid #fff;
  opacity: .8;
  color: #666;
  background: #fff;
  margin-bottom: 1px;
  font-size: 24px;
  z-index: 999;
}
.ekko-lightbox .modal-header .close:hover {
  background: #fff;
  color: #666;
  opacity: 1;
}
.checkbox label {
  font-size: 16px;
  padding-left: 8px;
}
.checkbox label::before {
  width: 20px;
  height: 20px;
}
.checkbox label::after {
  margin-left: -19px;
}
.panel-sticky {
  padding-bottom: 120px;
}
.panel-sticky {
  padding-bottom: 100px;
}
.complaint-form a#info-complaint-popup {
  line-height: 36px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-right: 30px;
  float: right;
}
.info-complaint {
  width: 33px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.btn-toggle-sidebar {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  background: none;
  color: #e6e6e6;
  padding: 8px 15px;
  border-radius: 0;
}
.btn-toggle-sidebar:active:focus,
.btn-toggle-sidebar:active,
.btn-toggle-sidebar:focus,
.btn-toggle-sidebar:hover {
  color: #fff;
  background: none;
}
.panel-sticky,
.panel-sticky-conten,
.navbar-fixed-admin {
  transition: ease all .3s;
  -webkit-transition: ease all .3s;
  -moz-transition: ease all .3s;
}
.sidebar-off .panel-sticky {
  margin-left: -300px;
}
.sidebar-off .panel-sticky-content {
  margin-left: 0;
}
.sidebar-off .navbar-fixed-admin {
  left: 0;
}
.bts-on {
  position: fixed;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 5px #ccc;
  opacity: 0;
  background: #383f47;
  transition: ease all .3s;
  -webkit-transition: ease all .3s;
  -moz-transition: ease all .3s;
}
.bts-on:active:focus,
.bts-on:active,
.bts-on:focus,
.bts-on:hover {
  background: #fff;
  color: #000;
}
.sidebar-off .bts-on {
  opacity: 1;
  top: 18px;
  border: 1px solid #ccc;
  box-shadow: 0 0px 5px #ccc;
  width: 45px !important;
}
.navbar-fixed-top .navbar-collapse {
  transition: ease all .3s;
  -webkit-transition: ease all .3s;
  -moz-transition: ease all .3s;
}
.sidebar-off .navbar-fixed-top .navbar-collapse {
  padding-left: 65px;
}
.list-message {
  padding: 0;
}
.list-message li {
  list-style: none;
  padding: 15px;
}
.list-message .img-sender {
  float: left;
  margin-right: 15px;
  width: 75px;
}
.list-message .img-sender img {
  width: 100%;
  height: auto;
}
.list-message .info-sender {
  width: 100%;
}
.list-message li a {
  text-decoration: none;
}
.list-message .create-date {
  font-size: 85%;
}
.list-message .name {
  color: #0e3a6f;
  font-weight: bold;
  margin-bottom: 15px;
}
.list-message p {
  color: #333333;
}
.rating-admin {
  position: absolute;
  right: 0px;
  font-weight: normal;
  float: right;
  color: #777777;
  font-size: 85%;
  margin-right: 25px;
}
.pdr-0 {
  margin-right: 10px !important;
}
.select-complaint {
  font-weight: 800;
  font-size: 20px;
  color: #fff;
  background: #165eb3;
  margin-bottom: 12px;
  padding: 10px 0 10px 15px;
  margin-top: -10px;
}
.container-rating {
  font-size: 25px;
  text-align: left;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 13px;
  padding-bottom: 5px;
}
.form-complaint-container {
  background: #fcfcfc;
  margin-bottom: 10px;
  border-radius: 3px;
}
.complaint-help {
  padding: 6px 15px 5px;
  font-size: 12px;
  background: #fcfcfc;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.popover-navigation .btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-transform: capitalize;
  font-weight: 600;
}
.panel-sticky {
  z-index: 111111;
}
.popover[class*="tour-"] {
  z-index: 1000000000000;
}
.choose-classification {
  padding: 2px 10px;
  font-size: 14px;
}
.fs-30 {
  font-size: 30px;
}
.pd-0-30 {
  padding: 0px 30px;
}
.fs-19 {
  font-size: 19px !important;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  right: 0px;
}
.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  left: 11px;
}
.modal-open .modal {
  z-index: 1000000;
}
body > p.flash-message.fade.in {
  z-index: 10000000;
}
.complaint-excerpt-complete {
  line-height: 22px;
  margin-bottom: 15px;
  word-break: break-word;
}
.complaint-excerpt-complete p.readmore {
  margin: 0;
  max-height: 66px;
  overflow: hidden;
}
.pd-30 {
  padding: 30px;
}
.custom-search {
  padding: 40px 0px 0px 0px;
}
.custom-search #search_block form {
  background: #ffffff;
  border-radius: 3px;
  padding: 30px 30px 10px 0px;
  margin-bottom: 23px;
  border: 1px solid #ddd;
}
.statistic-content,
#section-laporan,
#section-pengelolaan-instansi {
  padding: 10px;
  position: relative;
}
.mr-15 {
  margin-right: 15px;
}
.text-info-statistic {
  font-weight: 600;
  font-size: 15px;
}
.excel-statistic {
  right: 27px;
  top: 55px;
  position: absolute;
}
.nav-statistic {
  margin-top: 40px;
}
.statistic-item {
  margin-bottom: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.statistic-nav-link {
  background: #f9f9f9;
  margin-right: 8px;
  margin-top: 11px;
  border-radius: 2px;
}
.statistic-nav-link a {
  color: #bb6464;
}
.pl-155 {
  padding-left: 155px;
}
.panel-sticky-content .content-body.with-filtertab {
  padding-bottom: 100px;
}
.filter-rule-data {
  padding-right: 45px;
}
.filter-rule-content {
  padding-right: 75px;
  float: right;
}
.dot-logo img {
  width: 30px;
}
.h-150 {
  height: 150px !important;
}
.h-115 {
  height: 115px !important;
}
.text-upper {
  text-transform: uppercase;
}
.btn-google {
  color: #ffffff;
  background-color: #DB4437;
  border-color: #DB4437;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-google:hover {
  color: #ffffff;
}
.tooltip {
  z-index: 222222;
}
.complaint-form a.btn-primary {
  color: #ffffff;
}
.complaint-already-exist .swal2-icon-show {
  margin-bottom: 15px !important;
}
.complaint-already-exist .swal2-content {
  text-align: left;
}
.complaint-already-exist .content-data {
  border: solid 2px #aaa;
  padding: 10px;
}
.complaint-already-exist .swal2-title {
  margin-bottom: 0px !important;
}
@media (min-width: 1080px) {
  .complaint-already-exist {
    width: 600px !important;
  }
}
.form-integration {
  border: 1px solid #e3e3e3;
  padding: 15px;
  margin: 25px -15px;
}
.mb-0 {
  margin-bottom: 0;
}
.logo-support a {
  padding: 3px;
  display: inline-block;
}
.logo-support a img {
  min-width: 45px;
  height: 55px;
}
.statistic-public .statistic-content {
  margin: 10px 15px 10px 15px;
}
.statistic-public #section-laporan {
  padding: 0;
}
.statistic-public .panel-filter .panel-body {
  padding: 0;
}
.statistic-public .panel-filter {
  margin: 20px 0 0;
}
.statistic-public .act-search {
  margin-bottom: 10px;
}
.statistic-public .statistic-content .statistic-content {
  margin: 0;
  padding: 40px 0 0;
}
.statistic-public .export-data-excel {
  padding: 0;
  margin: -5px 0px 10px 0px;
}
#toggle-menu-header {
  position: inherit;
  width: inherit;
}

.swal2-popup.swal2-toast{flex-direction:row;align-items:center;width:auto;padding:.625em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .6em;font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;font-size:1em}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex-basis:auto!important;width:auto;height:auto;margin:0 .3125em}.swal2-popup.swal2-toast .swal2-styled{margin:0 .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:.3125em;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-actions.swal2-loading .swal2-styled.swal2-confirm{box-sizing:border-box;width:2.5em;height:2.5em;margin:.46875em;padding:0;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:.25em solid transparent;border-radius:100%;border-color:transparent;background-color:transparent!important;color:transparent!important;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-actions.swal2-loading .swal2-styled.swal2-cancel{margin-right:30px;margin-left:30px}.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after{content:"";display:inline-block;width:15px;height:15px;margin-left:5px;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border:3px solid #999;border-radius:50%;border-right-color:transparent;box-shadow:1px 1px 1px #fff}.swal2-styled{margin:.3125em;padding:.625em 2em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#3085d6;color:#fff;font-size:1.0625em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#aaa;color:#fff;font-size:1.0625em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(50,100,150,.4)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:.3125em;border-bottom-left-radius:.3125em}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:0;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 3px #c4e6f5}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::-ms-input-placeholder,.swal2-input::-ms-input-placeholder,.swal2-textarea::-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{margin:0 .4em}.swal2-validation-message{display:none;align-items:center;justify-content:center;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{align-items:center;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;width:2em;height:2em;border-radius:2em;background:#3085d6;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#3085d6}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;width:2.5em;height:.4em;margin:0 -1px;background:#3085d6}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-moz-document url-prefix(){.swal2-close:focus{outline:2px solid rgba(50,100,150,.4)}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}body.swal2-toast-column .swal2-toast{flex-direction:column;align-items:stretch}body.swal2-toast-column .swal2-toast .swal2-actions{flex:1;align-self:stretch;height:2.2em;margin-top:.3125em}body.swal2-toast-column .swal2-toast .swal2-loading{justify-content:center}body.swal2-toast-column .swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}body.swal2-toast-column .swal2-toast .swal2-validation-message{font-size:1em}