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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role="button"] {
  cursor: pointer;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

.small,
small {
  font-size: 85%;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.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: #777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd,
dt {
  line-height: 1.42857143;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

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: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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;
  }
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}

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

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}

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

.btn-link {
  font-weight: 400;
  color: #337ab7;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}

.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-xs > .btn,
.btn-xs {
  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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

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

.dropdown,
.dropup {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.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:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.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:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}

.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 {
  margin-bottom: 5px;
  text-align: center;
}

.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:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}

.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  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: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

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

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777;
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.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 {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  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 a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: 700;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

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

@-o-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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -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-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress-bar.active,
.progress.active .progress-bar {
  -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: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -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 {
  overflow: hidden;
  zoom: 1;
}

.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-body,
.media-left,
.media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-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: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}

.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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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-left-radius: 3px;
  border-top-right-radius: 3px;
}

.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: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .panel-heading
  + .panel-collapse
  > .list-group
  .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody: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:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel
  > .table-responsive:first-child
  > .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
  th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}

.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel
  > .table-responsive:first-child
  > .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
  th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel
  > .table-responsive:last-child
  > .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
  th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel
  > .table-responsive:last-child
  > .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
  th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}

.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}

.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.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: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

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

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

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

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

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

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

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

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -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 > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-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;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.0001))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0,
    rgba(0, 0, 0, 0.0001) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  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: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.0001)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.0001) 0,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }

  td.visible-xs,
  th.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;
  }

  td.visible-sm,
  th.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;
  }

  td.visible-md,
  th.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;
  }

  td.visible-lg,
  th.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;
  }

  td.visible-print,
  th.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;
  }
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Thin-webfont.eot);
  src: url(../fonts/roboto/Roboto-Thin-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/Roboto-Thin-webfont.woff) format("woff"),
    url(../fonts/roboto/Roboto-Thin-webfont.ttf) format("truetype"),
    url(../fonts/roboto/Roboto-Thin-webfont.svg#Roboto) format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Light-webfont.eot);
  src: url(../fonts/roboto/Roboto-Light-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/Roboto-Light-webfont.woff) format("woff"),
    url(../fonts/roboto/Roboto-Light-webfont.ttf) format("truetype"),
    url(../fonts/roboto/Roboto-Light-webfont.svg#Roboto) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Regular-webfont.eot);
  src: url(../fonts/roboto/Roboto-Regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/Roboto-Regular-webfont.woff) format("woff"),
    url(../fonts/roboto/Roboto-Regular-webfont.ttf) format("truetype"),
    url(../fonts/roboto/Roboto-Regular-webfont.svg#robotoregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Medium-webfont.eot);
  src: url(../fonts/roboto/Roboto-Medium-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/Roboto-Medium-webfont.woff) format("woff"),
    url(../fonts/roboto/Roboto-Medium-webfont.ttf) format("truetype"),
    url(../fonts/roboto/Roboto-Medium-webfont.svg#robotomedium) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Bold-webfont.eot);
  src: url(../fonts/roboto/Roboto-Bold-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/Roboto-Bold-webfont.woff) format("woff"),
    url(../fonts/roboto/Roboto-Bold-webfont.ttf) format("truetype"),
    url(../fonts/roboto/Roboto-Bold-webfont.svg#robotobold) format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: robotoblack;
  src: url(../fonts/roboto/Roboto-Black-webfont.eot);
  src: url(../fonts/roboto/Roboto-Black-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../fonts/roboto/Roboto-Black-webfont.woff) format("woff"),
    url(../fonts/roboto/Roboto-Black-webfont.ttf) format("truetype"),
    url(../fonts/roboto/Roboto-Black-webfont.svg#robotoblack) format("svg");
  font-weight: 900;
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Roboto;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
  background-color: #ededed;
}

a {
  color: #337ab7;
  text-decoration: none;
  outline: 0;
}

a:focus,
a:hover {
  outline: 0;
  outline-offset: -2px;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  color: rgba(0, 0, 0, 0.54);
}

.h1,
h1 {
  font-size: 1.5rem;
}

.h2,
h2 {
  font-size: 1.25rem;
  font-weight: 500;
}

.h3,
h3 {
  font-size: 1rem;
}

.h4,
h4 {
  font-size: 0.8125rem;
  font-weight: 500;
}

.h5,
h5 {
  font-size: 0.8125rem;
}

.pmd-display1 {
  font-size: 2.125rem;
  opacity: 0.54;
  font-weight: 400;
}

.pmd-display2 {
  font-size: 2.8125rem;
  opacity: 0.54;
  font-weight: 400;
}

.pmd-display3 {
  font-size: 3.5rem;
  opacity: 0.54;
  font-weight: 400;
}

.pmd-display4 {
  font-size: 7rem;
  font-weight: 300;
  opacity: 0.54;
}

.pmd-caption {
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.material-icons.md-18,
.material-icons.pmd-xs {
  font-size: 18px;
}

.material-icons.md-24,
.material-icons.pmd-sm {
  font-size: 24px;
}

.material-icons.md-36,
.material-icons.pmd-md {
  font-size: 36px;
}

.material-icons.md-48,
.material-icons.pmd-lg {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.pmd-card .form-horizontal .form-group {
  margin-left: inherit;
  margin-right: inherit;
}

.pmd-card {
  border-radius: 2px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 1px 0;
}

.pmd-card-body {
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.84);
}

.pmd-card-title {
  padding: 16px 16px 0 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.pmd-card-title > .dropdown .dropdown-toggle {
  color: inherit;
}

.pmd-card-title > .dropdown .dropdown-toggle {
  color: inherit;
}

.pmd-card-title-text {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

h2.pmd-card-title-text {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2px;
}

.pmd-card-subtitle-text {
  line-height: 1.6;
  margin-bottom: 0;
  opacity: 0.54;
  font-size: 14px;
}

.pmd-card-footer {
  padding: 8px 16px;
  display: table;
  content: "";
  width: 100%;
}

.pmd-card-actions {
  padding: 8px 4px;
}

.pmd-card-actions .btn {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 8px;
}

.pmd-card-actions .btn:first-child {
  margin-left: 12px;
}

.pmd-card-actions .btn:last-child {
  margin-right: 12px;
}

.pmd-card-actions .btn.pmd-btn-flat {
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 0;
}

.pmd-card-actions .btn {
  padding: 10px 8px;
  min-width: inherit;
}

.pmd-card-actions .btn.pmd-btn-fab {
  padding: 0;
}

.pmd-card-media-inline .pmd-card-media {
  margin-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.pmd-card-media-inline .pmd-card-media h2.pmd-card-title-text {
  margin-top: 4px;
}

.pmd-card-footer-p16 {
  padding-left: 20px;
  padding-right: 20px;
}

.pmd-card-footer-no-border {
  border-color: transparent;
  padding-top: 0;
}

.pmd-card-list {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #fff;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.pmd-card-inverse {
  background-color: #373a3c;
  color: #eceeef;
}

.pmd-card-inverse .pmd-card-body {
  color: rgba(255, 255, 255, 0.84);
}

.pmd-accordion-icon-left {
  float: left;
  padding-right: 32px;
}

.pmd-accordion-icon-right {
  float: right;
  padding-left: 32px;
}

.pmd-accordion-arrow {
  float: right;
}

.panel-group .panel.active .material-icons.pmd-accordion-arrow {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.panel-group.pmd-accordion-nospace .panel {
  margin: 0;
}

.panel-group.pmd-accordion .list-group-item.active,
.panel-group.pmd-accordion .list-group-item.active:focus,
.panel-group.pmd-accordion .list-group-item.active:hover {
  background: #fff;
  color: #4d575d;
}

@media screen and (max-width: 767px) {
  .panel-group.pmd-accordion-inbox .panel.active {
    margin: 15px -10px;
  }
}

.pmd-alert-container {
  position: fixed;
  width: auto;
  text-align: right;
  padding: 0;
  z-index: 100000000;
}

.pmd-alert-container.top {
  top: 20px;
}

.pmd-alert-container.bottom {
  bottom: 20px;
}

.pmd-alert-container.left {
  left: 20px;
}

.pmd-alert-container.right {
  right: 20px;
}

.pmd-alert-container.center {
  left: 50%;
}

.pmd-alert-container .pmd-alert {
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  vertical-align: middle;
  background: #000;
  padding: 9px 24px;
  color: #fff;
  width: 360px;
  z-index: 1000;
  clear: both;
  border-radius: 3px;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.pmd-alert-container .pmd-alert.error {
  background: #fe5722;
  color: #fff;
}

.pmd-alert-container .pmd-alert.information {
  background: #0288d1;
  color: #fff;
}

.pmd-alert-container .pmd-alert.warning {
  background: #ffb300;
  color: #fff;
}

.pmd-alert-container .pmd-alert.success {
  background: #229a21;
  color: #fff;
}

.notification a,
.pmd-alert a {
  float: right;
  position: absolute;
  right: 18px;
  color: #5ca9ea;
}

.pmd-alert a:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@media screen and (max-width: 767px) {
  .pmd-alert-container.left {
    left: 50%;
  }

  .pmd-alert-container.right {
    right: 50%;
  }
}

.badge {
  padding: 3px 7px;
  font-size: 12.03px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  background-color: #999;
  border-radius: 9px;
  display: inline-block;
  vertical-align: baseline;
}

.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.badge-error {
  background-color: #b94a48;
}

.badge-error:hover {
  background-color: #953b39;
}

.badge-warning {
  background-color: #f89406;
}

.badge-warning:hover {
  background-color: #c67605;
}

.badge-success {
  background-color: #468847;
}

.badge-success:hover {
  background-color: #356635;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-info:hover {
  background-color: #2d6987;
}

.badge-inverse {
  background-color: #333;
}

.badge-inverse:hover {
  background-color: #1a1a1a;
}

.pmd-badge {
  display: inline-block;
  text-align: left;
  position: relative;
  font-size: 32px;
}

.pmd-badge[data-badge]::after {
  font-family: Roboto;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #6292f8;
  border-radius: 50%;
  color: #fff;
  content: attr(data-badge);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 12px;
  font-weight: 600;
  height: 22px;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: -24px;
  top: -10px;
  width: 22px;
}

.pmd-badge.pmd-badge-overlap::after {
  right: -10px;
}

.pmd-chip {
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 8px 0 12px;
  text-transform: capitalize;
  background: #e0e0e0;
  color: #424242;
  display: inline-block;
  cursor: default;
}

.pmd-chip.pmd-focused {
  background: #3f51b5;
  color: rgba(255, 255, 255, 0.87);
}

.pmd-chip-action i {
  font-size: 14px;
  color: #e0e0e0;
  background-color: #a6a6a6;
  border-radius: 50%;
  padding: 1px 2px 2px 2px;
  margin-left: 5px;
}

.pmd-chip.pmd-chip-contact {
  padding-left: 0;
}

.pmd-chip-contact img {
  margin-right: 5px;
  width: 36px;
  margin-top: -3px;
  border-radius: 50%;
}

.pmd-chip:hover {
  background: #e3e3e3;
}

.pmd-chip .material-icons:hover {
  background: #666;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: inherit;
  color: rgba(255, 255, 255, 0.87);
}

.btn-default,
.btn-link {
  color: rgba(0, 0, 0, 0.87);
}

.btn {
  outline: 0;
  outline-offset: 0;
  border: 0;
  border-radius: 2px;
  transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
}

.btn.active,
.btn.active:focus,
.btn:active,
.btn:active:focus,
.btn:focus {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.pmd-btn-raised {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
}

.pmd-btn-raised.active,
.pmd-btn-raised.active:focus,
.pmd-btn-raised:active,
.pmd-btn-raised:active:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.pmd-btn-raised:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn.pmd-btn-fab {
  padding: 0;
  border-radius: 50%;
}

.btn.pmd-btn-fab i,
.btn.pmd-btn-fab span {
  line-height: 56px;
}

.btn-default,
.dropdown-toggle.btn-default {
  background-color: #fff;
}

.btn-default:hover,
.dropdown-toggle.btn-default:hover {
  background-color: #e5e5e5;
}

.btn-default.active,
.btn-default:active,
.dropdown-toggle.btn-default.active,
.dropdown-toggle.btn-default:active {
  background-color: #e5e5e5;
}

.btn-default:focus,
.dropdown-toggle.btn-default:focus {
  background-color: #ccc;
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled],
.dropdown-toggle.btn-default.disabled,
.dropdown-toggle.btn-default:disabled,
.dropdown-toggle.btn-default[disabled] {
  background-color: #b3b3b3;
}

.btn-default .ink,
.dropdown-toggle.btn-default .ink {
  background-color: #b8b8b8;
}

.pmd-btn-flat.btn-default {
  color: #212121;
  background-color: transparent;
}

.pmd-btn-flat.btn-default:hover {
  color: #141414;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-default.active,
.pmd-btn-flat.btn-default:active {
  color: #020202;
  background-color: #ccc;
}

.pmd-btn-flat.btn-default:focus {
  color: #000;
  background-color: #ccc;
}

.pmd-btn-flat.btn-default .ink {
  background-color: grey;
}

.btn-default.pmd-btn-outline {
  border: solid 1px #333;
}

.btn-primary,
.dropdown-toggle.btn-primary {
  background-color: #007aa6;
}

.btn-primary:hover,
.dropdown-toggle.btn-primary:hover {
  background-color: #4e6cef;
}

.btn-primary.active,
.btn-primary:active,
.dropdown-toggle.btn-primary.active,
.dropdown-toggle.btn-primary:active {
  background-color: #4e6cef;
}

.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
  background-color: #455ede;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled],
.dropdown-toggle.btn-primary.disabled,
.dropdown-toggle.btn-primary:disabled,
.dropdown-toggle.btn-primary[disabled] {
  background-color: #b3b3b3;
}

.btn-primary .ink,
.dropdown-toggle.btn-primary .ink {
  background-color: #3b50ce;
}

.pmd-btn-flat.btn-primary {
  color: #007aa6;
  background-color: transparent;
}

.pmd-btn-flat.btn-primary:hover {
  color: #4e6cef;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-primary.active,
.pmd-btn-flat.btn-primary:active {
  color: #455ede;
  background-color: #ccc;
}

.pmd-btn-flat.btn-primary:focus {
  color: #3b50ce;
  background-color: #ccc;
}

.pmd-btn-flat.btn-primary .ink {
  background-color: grey;
}

.pmd-btn-outline.btn-primary {
  border: solid 1px #007aa6;
  background-color: transparent;
  color: #007aa6;
}

.pmd-btn-outline.btn-primary:focus,
.pmd-btn-outline.btn-primary:hover {
  border: solid 1px #007aa6;
  background-color: #007aa6;
  color: #fff;
}

.btn-success,
.dropdown-toggle.btn-success {
  background-color: #259b24;
}

.btn-success:hover,
.dropdown-toggle.btn-success:hover {
  background-color: #0a8f08;
}

.btn-success.active,
.btn-success:active,
.dropdown-toggle.btn-success.active,
.dropdown-toggle.btn-success:active {
  background-color: #0a8f08;
}

.btn-success:focus,
.dropdown-toggle.btn-success:focus {
  background-color: #0a7e07;
}

.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled],
.dropdown-toggle.btn-success.disabled,
.dropdown-toggle.btn-success:disabled,
.dropdown-toggle.btn-success[disabled] {
  background-color: #b3b3b3;
}

.btn-success .ink,
.dropdown-toggle.btn-success .ink {
  background-color: #056f00;
}

.pmd-btn-flat.btn-success {
  color: #259b24;
  background-color: transparent;
}

.pmd-btn-flat.btn-success:hover {
  color: #0a8f08;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-success.active,
.pmd-btn-flat.btn-success:active {
  color: #0a7e07;
  background-color: #ccc;
}

.pmd-btn-flat.btn-success:focus {
  color: #056f00;
  background-color: #ccc;
}

.pmd-btn-flat.btn-success .ink {
  background-color: grey;
}

.pmd-btn-outline.btn-success {
  border: solid 1px #259b24;
  background-color: transparent;
  color: #259b24;
}

.pmd-btn-outline.btn-success:focus,
.pmd-btn-outline.btn-success:hover {
  border: solid 1px #259b24;
  background-color: #259b24;
  color: #fff;
}

.btn-info,
.dropdown-toggle.btn-info {
  background-color: #03a9f4;
}

.btn-info:hover,
.dropdown-toggle.btn-info:hover {
  background-color: #039be5;
}

.btn-info.active,
.btn-info:active,
.dropdown-toggle.btn-info.active,
.dropdown-toggle.btn-info:active {
  background-color: #039be5;
}

.btn-info:focus,
.dropdown-toggle.btn-info:focus {
  background-color: #0288d1;
}

.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled],
.dropdown-toggle.btn-info.disabled,
.dropdown-toggle.btn-info:disabled,
.dropdown-toggle.btn-info[disabled] {
  background-color: #b3b3b3;
}

.btn-info .ink,
.dropdown-toggle.btn-info .ink {
  background-color: #0277bd;
}

.pmd-btn-flat.btn-info {
  color: #03a9f4;
  background-color: transparent;
}

.pmd-btn-flat.btn-info:hover {
  color: #039be5;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-info.active,
.pmd-btn-flat.btn-info:active {
  color: #0288d1;
  background-color: #ccc;
}

.pmd-btn-flat.btn-info:focus {
  color: #0277bd;
  background-color: #ccc;
}

.pmd-btn-flat.btn-info .ink {
  background-color: grey;
}

.pmd-btn-outline.btn-info {
  border: solid 1px #03a9f4;
  background-color: transparent;
  color: #03a9f4;
}

.pmd-btn-outline.btn-info:focus,
.pmd-btn-outline.btn-info:hover {
  border: solid 1px #03a9f4;
  background-color: #03a9f4;
  color: #fff;
}

.btn-warning,
.dropdown-toggle.btn-warning {
  background-color: #ffc107;
}

.btn-warning:hover,
.dropdown-toggle.btn-warning:hover {
  background-color: #ffb300;
}

.btn-warning.active,
.btn-warning:active,
.dropdown-toggle.btn-warning.active,
.dropdown-toggle.btn-warning:active {
  background-color: #ffb300;
}

.btn-warning:focus,
.dropdown-toggle.btn-warning:focus {
  background-color: #ffa000;
}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled],
.dropdown-toggle.btn-warning.disabled,
.dropdown-toggle.btn-warning:disabled,
.dropdown-toggle.btn-warning[disabled] {
  background-color: #b3b3b3;
}

.btn-warning .ink,
.dropdown-toggle.btn-warning .ink {
  background-color: #ff8f00;
}

.pmd-btn-flat.btn-warning {
  color: #ffc107;
  background-color: transparent;
}

.pmd-btn-flat.btn-warning:hover {
  color: #ffb300;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-warning.active,
.pmd-btn-flat.btn-warning:active {
  color: #ffa000;
  background-color: #ccc;
}

.pmd-btn-flat.btn-warning:focus {
  color: #ff8f00;
  background-color: #ccc;
}

.pmd-btn-flat.btn-warning .ink {
  background-color: grey;
}

.pmd-btn-outline.btn-warning {
  border: solid 1px #ffc107;
  background-color: transparent;
  color: #ffc107;
}

.pmd-btn-outline.btn-warning:focus,
.pmd-btn-outline.btn-warning:hover {
  border: solid 1px #ffc107;
  background-color: #ffc107;
  color: #fff;
}

.btn-danger,
.dropdown-toggle.btn-danger {
  background-color: #ff5722;
}

.btn-danger:hover,
.dropdown-toggle.btn-danger:hover {
  background-color: #f4511e;
}

.btn-danger.active,
.btn-danger:active,
.dropdown-toggle.btn-danger.active,
.dropdown-toggle.btn-danger:active {
  background-color: #f4511e;
}

.btn-danger:focus,
.dropdown-toggle.btn-danger:focus {
  background-color: #e64a19;
}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled],
.dropdown-toggle.btn-danger.disabled,
.dropdown-toggle.btn-danger:disabled,
.dropdown-toggle.btn-danger[disabled] {
  background-color: #b3b3b3;
}

.btn-danger .ink,
.dropdown-toggle.btn-danger .ink {
  background-color: #d84315;
}

.pmd-btn-flat.btn-danger {
  color: #ff5722;
  background-color: transparent;
}

.pmd-btn-flat.btn-danger:hover {
  color: #f4511e;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-danger.active,
.pmd-btn-flat.btn-danger:active {
  color: #e64a19;
  background-color: #ccc;
}

.pmd-btn-flat.btn-danger:focus {
  color: #d84315;
  background-color: #ccc;
}

.pmd-btn-flat.btn-danger .ink {
  background-color: grey;
}

.pmd-btn-outline.btn-danger {
  border: solid 1px #ff5722;
  background-color: transparent;
  color: #ff5722;
}

.pmd-btn-outline.btn-danger:focus,
.pmd-btn-outline.btn-danger:hover {
  border: solid 1px #ff5722;
  background-color: #ff5722;
  color: #fff;
}

.btn {
  min-width: 88px;
  padding: 10px 14px;
}

.btn-group-lg > .btn,
.btn-lg {
  min-width: 122px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3;
}

.btn-group-sm > .btn,
.btn-sm {
  min-width: 64px;
  padding: 4px 12px;
  font-size: 12px;
  line-height: 1.5;
}

.btn-group-xs > .btn,
.btn-xs {
  min-width: 46px;
  padding: 2px 10px;
  font-size: 10px;
  line-height: 1.5;
}

.pmd-btn-fab {
  width: 56px;
  height: 56px;
  min-width: 56px;
}

.pmd-btn-fab span {
  line-height: 56px;
}

.pmd-btn-fab.btn-lg {
  width: 78px;
  height: 78px;
  min-width: 78px;
}

.pmd-btn-fab.btn-lg span {
  line-height: 78px;
}

.pmd-btn-fab.btn-sm {
  width: 40px;
  height: 40px;
  min-width: 40px;
}

.pmd-btn-fab.btn-sm i,
.pmd-btn-fab.btn-sm span {
  line-height: 40px;
}

.pmd-btn-fab.btn-xs {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.pmd-btn-fab.btn-xs i,
.pmd-btn-fab.btn-xs span {
  line-height: 30px;
}

.btn-group .btn {
  border-radius: 2px;
}

.btn-group.open .dropdown-toggle {
  outline: 0;
  outline-offset: 0;
  box-shadow: none;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0;
}

.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 0;
}

.btn-group-vertical > .btn.active:hover,
.btn-group-vertical > .btn:active:hover,
.btn-group-vertical > .btn:focus:hover,
.btn-group > .btn.active:hover,
.btn-group > .btn:active:hover,
.btn-group > .btn:focus:hover {
  z-index: 2;
}

.pmd-ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -ms-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}

.ink.animate {
  animation: ripple 0.5s linear;
}

.pmd-btn-outline.btn-link {
  border: solid 1px #333;
  background-color: transparent;
}

.pmd-btn-outline.btn-link:focus,
.pmd-btn-outline.btn-link:hover {
  border: solid 1px #23527c;
  background-color: #23527c;
  color: #fff;
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.modal-content {
  border-radius: 2px;
}

.modal-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-bottom: 16px;
  padding: 16px 16px 0;
}

.modal-header.pmd-modal-bordered {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 16px;
}

.modal-header h2.pmd-card-title-text {
  font-weight: 500;
}

.pmd-modal-list {
  margin-bottom: 16px;
  margin-top: 16px;
}

.modal-body {
  color: rgba(0, 0, 0, 0.84);
  margin-bottom: 16px;
  margin-top: 16px;
  padding: 0 16px;
}

.modal-body > p:last-child {
  margin-bottom: 0;
}

.modal-footer {
  padding: 16px;
}

.pmd-modal-action {
  padding: 8px 4px;
}

.pmd-modal-action .btn.pmd-btn-fab {
  padding: 0;
}

.pmd-modal-action.pmd-modal-bordered {
  border-top: 1px solid #e5e5e5;
}

.pmd-modal-action .btn {
  min-width: inherit;
  padding: 10px 8px;
  margin: 8px 4px;
}

.pmd-modal-action .btn:first-child {
  margin-left: 12px;
}

.pmd-modal-action .btn.pmd-btn-flat:first-child {
  margin-left: 4px;
}

.pmd-modal-action .pmd-btn-flat {
  margin: 0 4px 0 0;
}

.modal .checkbox,
.modal .radio {
  margin: 16px 0;
}

.modal .radio-options > label {
  padding-left: 32px;
}

.modal .list-group.pmd-list-avatar {
  margin: 8px 4px;
  padding: 0;
}

.modal.list-group:last-child {
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}

.modal {
  text-align: center;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.pmd-dropdown-menu-container {
  position: absolute;
  z-index: 999;
}

.pmd-dropdown-menu-bg {
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);
  border: none;
}

.pmd-dropdown-menu-bg {
  background-color: #fff;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  will-change: transform;
  position: absolute;
}

.pmd-dropdown .dropdown-menu {
  background-color: transparent;
  top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 0;
  transition: all 0.3s ease-out;
  clip: rect(0 0 0 0);
}

.dropdown-header {
  padding: 3px 16px;
  margin-top: 8px;
}

.pmd-dropdown .dropdown-menu {
  padding: 8px 0;
  margin: 0;
}

.pmd-dropdown .dropdown-menu > li > a {
  padding: 12px 16px;
}

.pmd-dropdown .dropdown-menu ul > li > a {
  display: block;
  padding: 12px 16px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.pmd-dropdown .dropdown-menu ul > li > a:focus,
.pmd-dropdown .dropdown-menu ul > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.pmd-dropdown .dropdown-menu > .active > a,
.pmd-dropdown .dropdown-menu > .active > a:focus,
.pmd-dropdown .dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
}

.pmd-dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
  display: block;
}

.pmd-dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
  opacity: 1;
}

.pmd-dropdown.open > .pmd-dropdown-menu-container > .pmd-dropdown-menu-bg {
  -ms-transform: scale(1);
  transform: scale(1);
}

.pmd-dropdown.open > .pmd-dropdown-menu-container {
  display: block;
}

.pmd-dropdown .dropdown-menu-right {
  clip: rect(0 0 0 0);
}

.pmd-dropdown .pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-right {
  -ms-transform-origin: right top;
  transform-origin: right top;
  will-change: transform;
}

.pmd-dropdown.dropup .dropdown-menu {
  bottom: 0;
  top: auto;
}

.pmd-dropdown.dropup .pmd-dropdown-menu-container {
  bottom: 100%;
}

.navbar-fixed-bottom .pmd-dropdown.dropdown .caret,
.pmd-dropdown.dropup .caret {
  border-bottom: 4px solid;
}

.pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-bottom-left {
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  will-change: transform;
}

.pmd-dropdown-menu-top-right {
  left: auto;
  right: 0;
}

.pmd-dropdown-menu-bg.pmd-dropdown-menu-bg-bottom-right {
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
  will-change: transform;
}

.pmd-dropdown-menu-center {
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  transition: none;
  clip: inherit;
}

.pmd-sidebar .pmd-dropdown-menu-container .dropdown-menu {
  transition: none;
  opacity: 1;
}

.pmd-sidebar-open.pmd-sidebar .pmd-dropdown-menu-container {
  transition: none;
  position: static;
}

.pmd-sidebar-open.pmd-sidebar .pmd-dropdown-menu-bg {
  display: none;
}

.pmd-sidebar-open.pmd-navbar-sidebar .dropdown-menu {
  background-color: transparent;
  top: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  opacity: 1;
  transition: none;
}

.pmd-sidebar-open.pmd-navbar-sidebar .pmd-dropdown-menu-container {
  position: static;
  transition: none;
}

.pmd-sidebar-open.pmd-navbar-sidebar
  .pmd-dropdown-menu-container
  .dropdown-menu {
  transition: none;
}

.pmd-sidebar-open.pmd-navbar-sidebar .pmd-dropdown-menu-bg {
  display: none;
}

.pmd-sidebar .open > .pmd-dropdown-menu-container {
  position: static;
}

@media (max-width: 767px) {
  .pmd-sidebar-dropdown .pmd-dropdown-menu-container {
    position: static;
    transition: none;
  }

  .pmd-sidebar-dropdown .dropdown-menu {
    transition: none;
    opacity: 1;
  }
}

.pmd-card-list {
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 0;
  background-color: #fff;
}

.list-group-item {
  padding-top: 16px;
  padding-bottom: 18px;
  margin-bottom: -1px;
  border: inherit;
  line-height: 1.4;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  line-height: 1.4;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.875rem;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.pmd-list .list-group-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pmd-list-icon .list-group-item {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pmd-list-twoline .list-group-item {
  padding-bottom: 12px;
  padding-top: 12px;
}

.pmd-list-avatar {
  padding: 8px 0;
}

.avatar-list-img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

.pmd-list-avatar .list-group-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.material-icons.media-left {
  padding-right: 32px;
  vertical-align: top;
  display: table-cell;
}

.material-icons.media-right {
  padding-left: 32px;
  vertical-align: top;
  display: table-cell;
}

.material-icons.media-middle {
  vertical-align: middle;
  display: table-cell;
}

.media-left,
.media > .pull-left {
  padding-right: 16px;
}

.media-body.pmd-word-break {
  word-break: break-all;
  word-wrap: break-word;
}

.pmd-navbar.navbar > .container .navbar-brand,
.pmd-navbar.navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.pmd-navbar .navbar-brand {
  float: left;
  padding: 8px 16px 8px 8px;
  font-size: 24px;
  line-height: 48px;
  height: inherit;
}

@media (max-width: 767px) {
  .pmd-navbar .navbar-brand {
    line-height: 40px;
  }
}

@media (min-width: 768px) {
  .pmd-navbar .navbar {
    border-radius: 0;
  }
}

@media (min-width: 768px) {
  .pmd-navbar.navbar > .container .navbar-brand,
  .pmd-navbar.navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.pmd-navbar .navbar-nav > li > a {
  line-height: 24px;
}

@media (min-width: 768px) {
  .pmd-navbar .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.pmd-navbar .navbar-nav > li > a {
  text-transform: uppercase;
}

.pmd-navbar .navbar-toggle {
  margin-top: 16px;
  float: left;
}

.pmd-navbar.navbar .btn.pmd-btn-fab {
  margin: 12px 0;
  padding: 0;
}

@media (max-width: 767px) {
  .pmd-navbar.navbar .btn.pmd-btn-fab {
    margin: 8px 0;
  }
}

.pmd-navbar .pmd-navbar-right-icon {
  margin-left: 16px;
}

.pmd-navbar .pmd-navbar-right-icon a {
  display: inline-block;
}

.pmd-navbar .navbar-toggle {
  border-radius: 50%;
  border: none;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin-top: 12px;
  margin-right: 8px;
}

.pmd-navbar .navbar-toggle .icon-bar {
  width: 20px;
}

.pmd-sidebar-left-overlay,
.pmd-sidebar-overlay,
.right-pmd-sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 998;
  transition: visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.pmd-sidebar-left-overlay.active,
.pmd-sidebar-overlay.pmd-sidebar-overlay-active,
.right-pmd-sidebar-overlay.active {
  opacity: 0.5;
  visibility: visible;
  transition-delay: 0;
}

.navbar-form .btn {
  padding: 9px 14px;
}

@media (max-width: 767px) {
  .pmd-navbar .navbar-header {
    padding: 0 8px;
  }

  .pmd-navbar.navbar-fixed-bottom,
  .pmd-navbar.navbar-fixed-top {
    z-index: 998;
  }

  .public .pmd-navbar-sidebar {
    position: relative;
    display: block;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    border: none;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
  }

  .public .pmd-navbar-sidebar:after,
  .public .pmd-navbar-sidebar:before {
    content: " ";
    display: table;
  }

  .public .pmd-navbar-sidebar:after {
    clear: both;
  }

  .public .pmd-navbar-sidebar::-webkit-scrollbar-track {
    border-radius: 2px;
  }

  .public .pmd-navbar-sidebar::-webkit-scrollbar {
    width: 5px;
    background-color: #f7f7f7;
  }

  .public .pmd-navbar-sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #bfbfbf;
  }

  .public .navbar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .public .navbar-nav .dropdown .dropdown-menu .dropdown-header,
  .public .navbar-nav .dropdown .dropdown-menu > li > a {
    padding: 4px 16px 4px 32px;
    line-height: 24px;
  }

  .public .pmd-navbar-sidebar {
    min-width: 85%;
    width: 85%;
    transform: translate3d(-100%, 0, 0);
  }

  .public .pmd-navbar-sidebar.pmd-sidebar-open {
    transform: translate3d(0, 0, 0);
  }

  .public .pmd-navbar-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
  }

  .public .pmd-navbar-sidebar {
    left: 0;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
  }

  .public .pmd-navbar .pmd-navbar-right-icon {
    position: absolute;
    top: 0;
    right: 8px;
  }

  .public .pmd-navbar-sidebar .navbar-nav {
    margin: 0;
    padding: 0;
  }

  .public .pmd-navbar-sidebar .navbar-nav a {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    clear: both;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    line-height: 24px;
  }

  .public .pmd-navbar-sidebar .navbar-nav a:hover,
  .public .pmd-navbar-sidebar .navbar-nav li a:focus {
    box-shadow: none;
    outline: 0;
  }

  .public .container-fluid > .navbar-collapse.pmd-navbar-sidebar,
  .public .container > .navbar-collapse.pmd-navbar-sidebar {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-top: 57px;
  }

  .pmd-navbar-sidebar .navbar-nav {
    display: inline-block;
    width: 100%;
  }

  .navbar-inverse .pmd-navbar-sidebar {
    background-color: #222;
  }

  .navbar-inverse .pmd-navbar-sidebar .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .dropdown-menu > li > a:focus,
  .navbar-inverse .pmd-navbar-sidebar .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #fff;
  }

  .navbar-inverse .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    border-color: #080808;
  }
}

.pmd-user-info > a {
  padding: 12px 8px;
  display: block;
}

.pmd-user-info .dropdown-menu {
  min-width: 100%;
}

.pmd-navbar .pmd-user-info {
  margin-right: -15px;
  margin-left: 16px;
}

.pmd-navbar .pmd-user-info .media-body {
  width: auto;
  height: 40px;
}

@media (max-width: 767px) {
  .pmd-navbar .navbar-toggle {
    margin-top: 8px;
  }

  .pmd-user-info > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .pmd-navbar .pmd-navbar-sidebar .pmd-user-info a {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pmd-navbar .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    position: relative;
    box-shadow: none;
    border-bottom: transparent solid 1px;
  }

  .pmd-navbar .pmd-navbar-sidebar .pmd-user-info > a {
    background-size: cover;
    color: #fff;
  }

  .pmd-navbar .pmd-navbar-sidebar .pmd-user-info {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .pmd-navbar .pmd-navbar-sidebar .pmd-user-info .media-body {
    width: 100%;
  }

  .pmd-navbar .pmd-navbar-sidebar .pmd-user-info .dropdown-menu {
    border-color: #e5e5e5;
  }

  .pmd-navbar-sidebar .pmd-user-info > a {
    background-color: #333;
    background-size: cover;
    color: #fff;
  }

  .pmd-navbar-sidebar .pmd-user-info > a:hover,
  .pmd-sidebar .pmd-user-info > a:focus {
    background-color: #333;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #9d9d9d;
  }
}

.pmd-navbar .navbar-form {
  padding-top: 7px;
  padding-bottom: 6px;
}

.popover.primary {
  color: #fff;
  background-color: #03a9f4;
  border-color: #46b8da;
}

.popover.primary.left > .arrow:after {
  border-left-color: #03a9f4;
}

.popover.primary.right > .arrow:after {
  border-right-color: #03a9f4;
}

.popover.primary.top > .arrow:after {
  border-top-color: #03a9f4;
}

.popover.primary.bottom > .arrow:after {
  border-bottom-color: #03a9f4;
}

.popover.default {
  color: #fff;
  background-color: #ffc107;
  border-color: #eea236;
}

.popover.default.left > .arrow:after {
  border-left-color: #ffc107;
}

.popover.default.right > .arrow:after {
  border-right-color: #ffc107;
}

.popover.default.top > .arrow:after {
  border-top-color: #ffc107;
}

.popover.default.bottom > .arrow:after {
  border-bottom-color: #ffc107;
}

.popover.success {
  color: #fff;
  background-color: #259b24;
  border-color: #4cae4c;
}

.popover.success.left > .arrow:after {
  border-left-color: #259b24;
}

.popover.success.right > .arrow:after {
  border-right-color: #259b24;
}

.popover.success.top > .arrow:after {
  border-top-color: #259b24;
}

.popover.success.bottom > .arrow:after {
  border-bottom-color: #259b24;
}

.popover.danger {
  color: #fff;
  background-color: #ff5722;
  border-color: #d43f3a;
}

.popover.danger.left > .arrow:after {
  border-left-color: #ff5722;
}

.popover.danger.right > .arrow:after {
  border-right-color: #ff5722;
}

.popover.danger.top > .arrow:after {
  border-top-color: #ff5722;
}

.popover.danger.bottom > .arrow:after {
  border-bottom-color: #ff5722;
}

.pmd-progress {
  background: none repeat scroll 0 0 #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  height: 4px;
}

.progress-bar {
  box-shadow: none;
}

.constructor,
.pmd-content {
  position: relative;
  margin: 0;
  padding-top: 74px;
  padding-left: 30px;
  padding-right: 30px;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

@media (max-width: 767px) {
  .constructor,
  .pmd-content {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.pmd-content,
.pmd-sidebar,
.wrapper {
  vertical-align: top;
}

.pmd-sidebar-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  z-index: 998;
  transition: visibility 0 linear 0.4s,
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.pmd-sidebar-overlay.pmd-sidebar-overlay-active {
  opacity: 0.5;
  visibility: visible;
  transition-delay: 0;
}

.pmd-sidebar {
  position: relative;
  display: block;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border: none;
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  padding-top: 64px;
  background: #fff;
  width: 280px;
}

.pmd-sidebar:after,
.pmd-sidebar:before {
  content: " ";
  display: table;
}

.pmd-sidebar:after {
  clear: both;
}

.pmd-sidebar::-webkit-scrollbar-track {
  border-radius: 2px;
}

.pmd-sidebar::-webkit-scrollbar {
  width: 5px;
  background-color: #f7f7f7;
}

.pmd-sidebar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bfbfbf;
}

.pmd-sidebar .pmd-user-info > a {
  background-color: #333;
  background-size: cover;
  color: #fff;
}

.pmd-sidebar .pmd-user-info > a:focus,
.pmd-sidebar .pmd-user-info > a:hover {
  background-color: #333;
}

@media (max-width: 767px) {
  .pmd-sidebar {
    padding-top: 0;
    width: 280px;
    transform: translate3d(-280px, 0, 0);
  }
}

.pmd-sidebar.pmd-sidebar-open {
  min-width: 280px;
  width: 280px;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .pmd-sidebar.pmd-sidebar-open {
    min-width: 280px;
    width: 280px;
    transform: translate3d(0, 0, 0);
  }

  body.pmd-body-open {
    overflow: hidden;
  }

  .constructor,
  .pmd-content {
    transition: none;
  }
}

.pmd-sidebar-slide-push {
  left: 0;
  transform: translate3d(-280px, 0, 0);
}

.pmd-sidebar-slide-push.pmd-sidebar-open ~ .pmd-content,
.pmd-sidebar-slide-push.pmd-sidebar-open ~ .wrapper .constructor {
  margin-left: 280px;
}

@media (max-width: 767px) {
  .pmd-sidebar-slide-push {
    left: 0;
  }

  .pmd-sidebar-slide-push.pmd-sidebar-open ~ .pmd-content,
  .pmd-sidebar-slide-push.pmd-sidebar-open ~ .wrapper .constructor {
    margin-left: 0;
  }
}

.pmd-sidebar-left-fixed,
.pmd-sidebar-right-fixed,
.pmd-sidebar-slide-push {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
}

.pmd-sidebar-left-fixed {
  left: 0;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
  transform: translate3d(-280px, 0, 0);
}

.pmd-sidebar-right-fixed {
  right: 0;
  transform: translate3d(280px, 0, 0);
}

.pmd-sidebar-right-fixed.pmd-sidebar-open {
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.pmd-sidebar .pmd-sidebar-nav li {
  position: relative;
}

.pmd-sidebar .pmd-sidebar-nav li a {
  position: relative;
  cursor: pointer;
  clear: both;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.2s ease-in-out;
}

.pmd-sidebar .pmd-sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.pmd-sidebar .pmd-sidebar-nav .dropdown-menu li a {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .pmd-sidebar .pmd-sidebar-nav .dropdown-menu li a {
    padding-left: 16px;
  }
}

@media (max-width: 768px) {
  .pmd-sidebar .sidebar-header {
    height: 135px;
  }

  .pmd-sidebar .sidebar-image img {
    width: 44px;
    height: 44px;
  }
}

.topbar-fixed {
  transform: translate3d(0, 0, 0);
  position: fixed;
  z-index: 1030;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 1.5s cubic-bezier(0.55, 0, 0.1, 1);
  right: 0;
  top: 0;
}

.topbar-fixed.pmd-sidebar-open {
  transform: translate3d(0, 0, 0);
  width: 100%;
  height: 200%;
}

.topbar-close {
  margin-top: 12px;
}

.topbar-fixed::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 100%;
  color: #fff;
  content: "";
  left: 100%;
  position: absolute;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 1.8s cubic-bezier(0.55, 0, 0.1, 1);
  opacity: 0;
  height: 3000px;
  width: 3000px;
}

.topbar-fixed.pmd-sidebar-open::before {
  border-radius: 50%;
  display: block;
  height: 3000px;
  width: 3000px;
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  left: 50%;
  bottom: 50%;
  margin-left: -1500px;
  margin-bottom: -1500px;
}

.topbar-fixed .topbar-container {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0s;
}

.topbar-fixed.pmd-sidebar-open .topbar-container {
  opacity: 1;
  transition-delay: 1s;
}

.pmd-tabs {
  position: relative;
}

.pmd-tab-active-bar {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 3px;
  background: #cc0;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.pmd-tabs-scroll-container {
  display: block;
  width: 100%;
  height: 48px;
  position: relative;
  overflow: hidden;
}

.pmd-tabs-scroll-right {
  float: right;
  right: 0;
  top: 0;
}

.pmd-tabs-scroll-left {
  float: left;
  left: 0;
}

.pmd-tabs-scroll-left,
.pmd-tabs-scroll-right {
  position: absolute;
  z-index: 99;
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  padding: 12px 24px 8px 24px;
  background-color: #007aa6;
  color: #fff;
}

.pmd-tabs .pmd-tab-active-bar {
  position: absolute;
  bottom: 0;
  width: 25%;
  height: 3px;
  background: #cc0;
}

.pmd-tabs .nav-tabs.nav-justified > li > a {
  border: none;
  border-radius: 0;
}

.pmd-tabs .nav-tabs.nav-justified > .active > a,
.pmd-tabs .nav-tabs.nav-justified > .active > a:focus,
.pmd-tabs .nav-tabs.nav-justified > .active > a:hover {
  border: none;
}

.pmd-tabs .nav-tabs.nav-justified > li > a {
  border-radius: 0;
}

.pmd-tabs .nav-tabs > li.active > a,
.pmd-tabs .nav-tabs > li.active > a:focus,
.pmd-tabs .nav-tabs > li.active > a:hover {
  color: inherit;
  cursor: default;
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;
  opacity: 1;
}

.pmd-tabs .nav-tabs > li > a:hover {
  border-color: transparent;
  background-color: transparent;
}

.pmd-tabs .nav-tabs > li > a {
  margin-right: 0;
  line-height: 1;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
}

.pmd-tabs .nav-tabs > li {
  margin-bottom: 0;
}

.pmd-tabs .nav-tabs {
  border-bottom: none;
}

.pmd-tabs .nav .open > a,
.pmd-tabs .nav .open > a:focus,
.pmd-tabs .nav .open > a:hover,
.pmd-tabs .nav > li > a:focus,
.pmd-tabs .nav > li > a:hover {
  background-color: transparent;
  border-color: transparent;
}

.pmd-tabs .nav > li > a {
  padding: 18px 24px 17px;
  font-size: 14px;
}

.nav-tabs > li > a {
  opacity: 0.54;
  color: #000;
  font-weight: 500;
}

.pmd-tabs-bg {
  background-color: #007aa6;
  color: #fff;
}

.pmd-tabs-bg li .dropdown-menu a {
  color: #333;
}

.pmd-tabs-bg li a {
  color: #fff;
}

.pmd-tabs-bg .pmd-tabs-scroll-container,
.pmd-tabs-bg .pmd-tabs-scroll-left,
.pmd-tabs-bg .pmd-tabs-scroll-right {
  background-color: #007aa6;
  color: #fff;
}

@media (max-width: 767px) {
  .pmd-tabs {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 0.75rem;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.pmd-table.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.pmd-table.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.pmd-table.table .table {
  background-color: #fff;
}

.pmd-table.table-sm td,
.pmd-table.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #eceeef;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  background-color: #f5f5f5;
}

.table-active,
.table-active > td,
.table-active > th {
  background-color: #f5f5f5;
}

.table-hover .table-active:hover {
  background-color: #e8e8e8;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e8e8e8;
}

.table-success,
.table-success > td,
.table-success > th {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > td,
.table-info > th {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(255, 255, 255, 0.02);
}

.table-inverse.table-hover tbody tr:hover,
.table-inverse.table-hover tbody tr:nth-of-type(odd):hover {
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

.table-inverse.table-bordered {
  border: 0;
}

.table.table-inverse > tbody > tr > td,
.table.table-inverse > tbody > tr > th,
.table.table-inverse > tfoot > tr > td,
.table.table-inverse > tfoot > tr > th,
.table.table-inverse > thead > tr > td,
.table.table-inverse > thead > tr > th {
  border-color: #55595c;
}

.table-reflow thead {
  float: left;
}

.table-reflow tbody {
  display: block;
  white-space: nowrap;
}

.table.table-reflow > tbody > tr > td,
.table.table-reflow > tbody > tr > th,
.table.table-reflow > tfoot > tr > td,
.table.table-reflow > tfoot > tr > th,
.table.table-reflow > thead > tr > td,
.table.table-reflow > thead > tr > th {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}

.table.table-reflow > tbody > tr > td:last-child,
.table.table-reflow > tbody > tr > th:last-child,
.table.table-reflow > tfoot > tr > td:last-child,
.table.table-reflow > tfoot > tr > th:last-child,
.table.table-reflow > thead > tr > td:last-child,
.table.table-reflow > thead > tr > th:last-child {
  border-right: 1px solid #eceeef;
}

.table-reflow tbody:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow thead:last-child tr:last-child th {
  border-bottom: 1px solid #eceeef;
}

.table-reflow tr {
  float: left;
}

.table.table-reflow > tbody > tr > td,
.table.table-reflow > tbody > tr > th,
.table.table-reflow > tfoot > tr > td,
.table.table-reflow > tfoot > tr > th,
.table.table-reflow > thead > tr > td,
.table.table-reflow > thead > tr > th {
  display: block !important;
  border: 1px solid #eceeef;
}

.pmd-table.table > tbody > tr > td,
.pmd-table.table > tbody > tr > th,
.pmd-table.table > tfoot > tr > td,
.pmd-table.table > tfoot > tr > th,
.pmd-table.table > thead > tr > td,
.pmd-table.table > thead > tr > th {
  vertical-align: middle;
}

.pmd-table-card .pmd-table.table {
  margin-bottom: 0;
}

.pmd-table.table > tbody > tr,
.pmd-table.table > tfoot > tr,
.pmd-table.table > thead > tr {
  transition: all 0.3s ease;
}

.pmd-table.table > tbody > tr > td,
.pmd-table.table > tbody > tr > th,
.pmd-table.table > tfoot > tr > td,
.pmd-table.table > tfoot > tr > th,
.pmd-table.table > thead > tr > td,
.pmd-table.table > thead > tr > th {
  text-align: left;
  transition: all 0.3s ease;
}

.pmd-table.table > thead > tr > th {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  border-top: none;
  border-bottom-width: 1px;
  font-size: 0.8rem;
  line-height: 1.5;
}

.pmd-table.table-hover tbody tr:hover {
  background-color: #eee;
}

.pmd-table.table.table-inverse > thead > tr > th {
  color: rgba(255, 255, 255, 0.54);
}

.pmd-table.table-striped.table-inverse tbody tr:nth-of-type(odd) {
  background-color: #323638;
}

.pmd-table.table-hover.table-inverse tbody tr:hover {
  background-color: #404446;
}

.table-heading {
  min-height: 64px;
  border-bottom: 1px solid #ddd;
  padding: 4px 24px 4px 24px;
}

.table-footer {
  padding: 8px 24px 8px 24px;
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.pmd-table.table-bordered .table-footer,
.pmd-table.table-bordered .table-heading {
  border: none;
}

.shoarting {
  margin-left: 6px;
}

@media screen and (max-width: 768px) {
  .pmd-table-card.pmd-card-main {
    background-color: transparent;
    box-shadow: none;
  }

  .pmd-table-card .table.pmd-table tfoot,
  .pmd-table-card .table.pmd-table thead {
    display: none;
  }

  .pmd-table-card .table.pmd-table tbody {
    display: block;
  }

  .pmd-table-card .table.pmd-table tbody tr {
    display: block;
    border-radius: 2px;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  }

  .pmd-table-card .table.pmd-table tbody tr td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
  }

  .pmd-table-card .table.pmd-table tbody tr td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
  }

  .pmd-table-card.shadow-z-1 {
    box-shadow: none;
  }

  .pmd-table-card.shadow-z-1 .table tbody tr {
    border: none;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  }

  .pmd-table.table-bordered td,
  .pmd-table.table-bordered th {
    border: none;
    border-top: 1px solid #eceeef;
  }

  .pmd-table-card > .pmd-table.table-striped > tbody > tr:nth-child(odd),
  .pmd-table-card > .pmd-table.table-striped > tbody > tr > td {
    background-color: #fff;
  }

  .pmd-table-card > .pmd-table.table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f9f9f9;
  }

  .pmd-table-card > .table-hover > tbody > tr > td:hover {
    background-color: #eee;
  }

  .pmd-table-card > .pmd-table.table-inverse > tbody > tr > td {
    background-color: #373a3c;
  }

  .pmd-table-card
    > .pmd-table.table-inverse
    > tbody
    > tr
    > td[data-title]:before {
    color: #757575;
  }

  .pmd-table-card
    > .pmd-table.table-hover.table-inverse
    > tbody
    > tr
    > td:hover {
    background-color: #000;
  }

  .pmd-table-card
    > .pmd-table.table-striped.table-inverse
    > tbody
    > tr:nth-child(odd),
  .pmd-table-card > .pmd-table.table-striped.table-inverse > tbody > tr > td {
    background-color: #252729;
  }

  .pmd-table-card
    > .pmd-table.table-striped.table-inverse
    > tbody
    > tr
    > td:nth-child(odd) {
    background-color: #373a3c;
  }

  .pmd-table.table-bordered th,
  .pmd-table.table-bordered.table-inverse td {
    border-color: #55595c;
  }
}

.pmd-table.table-striped.table-blue > tbody > tr:nth-child(odd) > td,
.pmd-table.table-striped.table-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}

.pmd-table.table-hover.table-blue > tbody > tr:hover > td,
.pmd-table.table-hover.table-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}

@media screen and (max-width: 768px) {
  .pmd-table-card .pmd-table.table-striped.table-blue > tbody > tr > td,
  .pmd-table-card .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
  }

  .pmd-table-card
    .pmd-table.table-striped.table-blue
    > tbody
    > tr
    > td:nth-child(odd) {
    background-color: #e7e9fd;
  }

  .pmd-table-card .pmd-table.table-hover.table-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
  }
}

.pmd-table .child-table {
  background-color: #f9f9f9;
}

.pmd-table .child-table > td {
  padding: 0 !important;
}

.pmd-table .child-table > td .table > thead > tr {
  background-color: #fff;
}

.child-table .table-sm td,
.pmd-table .child-table .table-sm th {
  padding: 0.3rem 0.75rem;
}

.pmd-table .child-table .pmd-table {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pmd-table .child-table {
    margin-top: -20px;
  }
}

.pmd-table.table-reflow {
  display: block;
  overflow-x: scroll;
}

.pmd-table.table-reflow thead,
.table-reflow tr {
  display: table-cell;
  vertical-align: top;
}

.pmd-table.table-reflow thead {
  position: absolute;
}

.pmd-table.table-reflow tbody {
  margin-left: 130px;
}

.pmd-table.table-reflow tr,
.table-reflow thead {
  float: none;
}

.pmd-table.table-reflow > thead > tr > th {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 131px;
}

.pmd-table.table-reflow tr {
  width: 130px;
  background-color: #fff;
}

.pmd-table.table-reflow > tbody > tr > td {
  border: none;
  border-left: 1px solid #eceeef;
  border-bottom: 1px solid #eceeef;
}

.pmd-table.table-reflow > thead > tr > th {
  line-height: 24px;
}

.pmd-tooltip ~ .tooltip {
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 0.5s ease-in-out, margin ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out, margin ease-in-out 0.3s;
  -ms-transition: opacity 0.5s ease-in-out, margin ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out, margin ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out, margin ease-in-out 0.3s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pmd-tooltip ~ .tooltip .tooltip-arrow {
  display: none;
}

.pmd-tooltip ~ .tooltip .tooltip-inner {
  background-color: transparent;
  padding: 4px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pmd-tooltip ~ .tooltip:before {
  background-color: #323232;
  width: 0;
  height: 0;
  opacity: 1;
  position: absolute;
  z-index: -1;
  content: "";
  left: 50%;
  transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
}

.pmd-tooltip ~ .tooltip.in {
  filter: alpha(opacity=100);
  opacity: 100;
}

.pmd-tooltip ~ .tooltip.in:before {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 1;
  transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
}

.pmd-tooltip ~ .tooltip.top:before {
  top: 100%;
}

.pmd-tooltip ~ .tooltip.in.top {
  margin-top: -10px;
}

.pmd-tooltip ~ .tooltip.in.top:before {
  top: 0;
  transform-origin: 50% 100% 0;
  -moz-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  -webkit-transform-origin: 50% 100% 0;
  -o-transform-origin: 50% 100% 0;
}

.pmd-tooltip ~ .tooltip.bottom:before {
  top: 0;
}

.pmd-tooltip ~ .tooltip.in.bottom {
  margin-top: 10px;
}

.pmd-tooltip ~ .tooltip.in.bottom:before {
  transform-origin: 50% 0 0;
  -moz-transform-origin: 50% 0 0;
  -ms-transform-origin: 50% 0 0;
  -o-transform-origin: 50% 0 0;
  -webkit-transform-origin: 50% 0 0;
}

.pmd-tooltip ~ .tooltip.right:before {
  top: 50%;
  left: 0;
}

.pmd-tooltip ~ .tooltip.right .tooltip-arrow {
  left: 0;
}

.pmd-tooltip ~ .tooltip.in.right {
  margin-left: 10px;
}

.pmd-tooltip ~ .tooltip.in.right:before {
  top: 0;
  transform-origin: 0 50% 0;
  -moz-transform-origin: 0 50% 0;
  -ms-transform-origin: 0 50% 0;
  -o-transform-origin: 0 50% 0;
  -webkit-transform-origin: 0 50% 0;
}

.pmd-tooltip ~ .tooltip.left:before {
  top: 50%;
  left: 100%;
}

.pmd-tooltip ~ .tooltip.left .tooltip-arrow {
  right: 0;
}

.pmd-tooltip ~ .tooltip.in.left .tooltip-arrow {
  right: 0;
}

.pmd-tooltip ~ .tooltip.in.left {
  margin-left: -10px;
}

.pmd-tooltip ~ .tooltip.in.left:before {
  left: 0;
  top: 0;
  transform-origin: 100% 50% 0;
  -moz-transform-origin: 100% 50% 0;
  -ms-transform-origin: 100% 50% 0;
  -webkit-transform-origin: 100% 50% 0;
  -o-transform-origin: 100% 50% 0;
}

.pmd-floating-action {
  bottom: 0;
  position: fixed;
  margin: 1em;
  right: 0;
  z-index: 1000;
}

.pmd-floating-action-btn {
  display: block;
  position: relative;
  transition: all 0.2s ease-out;
}

.pmd-floating-action-btn:before {
  bottom: 10%;
  content: attr(data-title);
  opacity: 0;
  position: absolute;
  right: 100%;
  transition: all 0.2s ease-out 0.5s;
  white-space: nowrap;
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 2px;
  color: #333;
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  box-shadow: 0 2px 3px -2px rgba(0, 0, 0, 0.18),
    0 2px 2px -7px rgba(0, 0, 0, 0.15);
}

.pmd-floating-action-btn:last-child:before {
  font-size: 14px;
  bottom: 25%;
}

.pmd-floating-action-btn:active,
.pmd-floating-action-btn:focus,
.pmd-floating-action-btn:hover {
  box-shadow: 0 5px 11px -2px rgba(0, 0, 0, 0.18),
    0 4px 12px -7px rgba(0, 0, 0, 0.15);
}

.pmd-floating-action-btn:not(:last-child) {
  opacity: 0;
  -ms-transform: translateY(20px) scale(0.3);
  transform: translateY(20px) scale(0.3);
  margin-bottom: 15px;
  margin-left: 8px;
  position: absolute;
  bottom: 0;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(1) {
  transition-delay: 50ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(2) {
  transition-delay: 0.1s;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(3) {
  transition-delay: 150ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(4) {
  transition-delay: 0.2s;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(5) {
  transition-delay: 250ms;
}

.pmd-floating-action-btn:not(:last-child):nth-last-child(6) {
  transition-delay: 0.3s;
}

.menu--floating--open .pmd-floating-action-btn,
.pmd-floating-action:hover .pmd-floating-action-btn {
  opacity: 1;
  -ms-transform: none;
  transform: none;
  position: relative;
  bottom: auto;
}

.menu--floating--open .pmd-floating-action-btn:before,
.pmd-floating-action:hover .pmd-floating-action-btn:before {
  opacity: 1;
}

.pmd-floating-hidden {
  display: none;
}

.pmd-floating-action-btn.btn:hover {
  overflow: visible;
}

.pmd-floating-action-btn .ink {
  width: 50px;
  height: 50px;
}

.margin-r8 {
  margin-right: 8px !important;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.no-js .owl-carousel {
  display: block;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #424242;
  background-color: #f8f8f8;
}

.primary-bg {
  background-color: #4acc8e;
}

.secondary-bg {
  background-color: #4acc8e;
}

.white-bg {
  background-color: #fff;
}

.black-bg {
  background-color: #4d575d;
}

.darkblue-bg {
  background-color: #2c343f;
}

.orange-bg {
  background-color: #f7912f;
}

.violet-bg {
  background-color: #04b5a3;
}

.green-bg {
  background-color: #3cad45;
}

.lightblue-bg {
  background-color: #2f7af7;
}

.feedback-bg {
  background-color: #3c98d9;
}

.sky-bg {
  background-color: #65bfff;
}

.darkgrey-bg {
  background-color: #2d3441;
}

.grey-bg {
  background-color: #f7f7f9;
}

.gradient {
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #1e5799 0, #4acc8e 0, #89efee 100%) repeat scroll
    0 0;
}

.primary-text {
  color: #4d575d;
}

.secondary-text {
  color: #424242;
}

.orange-text {
  color: #f7912f;
}

.blue-text {
  color: #458ccc;
}

.violet-text {
  color: #03b5a2;
}

.tomato-text {
  color: #f05658;
}

.purpule-text {
  color: #9159b8;
}

.indigo-text {
  color: #3a6f8e;
}

.white-text {
  color: #fff;
}

.pmd-display-4 {
  font-size: 46px;
  line-height: 1.4;
}

.pmd-display-3 {
  font-size: 28px;
}

.pmd-display-2 {
  font-size: 24px;
}

.pmd-display-1 {
  font-size: 20px;
}

.ff-roboto {
  font-family: Roboto, sans-serif !important;
}

.fw-light {
  font-weight: 300;
}

.fw-regular {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

h1.inverse,
h2.inverse,
h3.inverse,
h4.inverse,
h5.inverse,
h6.inverse {
  color: #fff;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
  font-weight: 700;
}

.h1,
h1 {
  font-size: 65px;
  font-weight: 300;
}

.h2,
h2 {
  font-size: 40px;
  font-weight: 300;
}

.h3,
h3 {
  font-size: 24px;
  font-weight: 400;
}

.h4,
h4 {
  font-size: 20px;
  font-weight: 500;
}

.h5,
h5 {
  font-size: 18px;
  font-weight: 500;
}

em {
  font-style: italic;
  font-family: Roboto, sans-serif;
}

.lead {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 48px;
}

.lead.inverse {
  color: #fff;
}

b,
strong {
  font-weight: 500;
  color: #262f3d;
}

label {
  font-weight: 400;
}

p {
  margin-bottom: 24px;
}

a {
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  color: #111;
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover {
  color: #4acc8e;
}

@media screen and (max-width: 1280px) {
  h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .lead {
    margin-bottom: 36px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 45px;
  }
}

@media screen and (max-width: 767px) {
  .lead {
    font-size: 16px;
    margin-bottom: 30px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  h4 {
    font-size: 18px;
    line-height: 1.3;
  }

  a {
    word-break: break-word;
    white-space: normal;
  }
}

.without-subtext {
  margin-bottom: 40px;
}

.pmd-card-body {
  color: #424242;
}

.pmd-card-title-text {
  color: #111;
}

.pmd-card-body .pmd-card-title-text {
  margin-bottom: 8px;
  color: #111;
}

.pmd-card-body .pmd-card-description {
  margin-bottom: 16px;
  color: #424242;
}

.pmd-card-body .pmd-card-actions {
  padding: 0;
}

.pmd-card-subtitle-text {
  opacity: 1;
  color: #424242;
}

.pmd-card-border {
  border: 1px solid #f8f8f8;
}

.pmd-card.pmd-card-no-space {
  margin-bottom: 0;
}

.pmd-card-inverse .pmd-card-body {
  color: rgba(255, 255, 255, 0.87);
}

.pmd-card-inverse .pmd-card-title-text {
  color: #fff;
}

.pmd-card-inverse .pmd-card-body .pmd-card-title-text {
  color: #fff;
}

.pmd-card-inverse .pmd-card-description {
  color: rgba(255, 255, 255, 0.67);
}

.pmd-card-icon {
  padding: 24px 16px 0 16px;
  margin-bottom: 24px;
}

.pmd-card-icon img,
.pmd-card-icon svg {
  max-width: 100px;
}

.pmd-card-icon img {
  display: inline-block;
  vertical-align: middle;
}

.pmd-card-icon svg path {
  fill: #4acc8e;
}

.pmd-card-inverse .pmd-card-icon img,
.pmd-card-inverse .pmd-card-icon svg {
  fill: #fff;
}

.pmd-card-icon-circle {
  margin-bottom: 0;
}

.pmd-card-icon-circle {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 64px;
  padding: 0 12px;
}

.pmd-card-icon-circle svg {
  height: 44px;
  width: 44px;
}

.pmd-card-inverse .pmd-card-icon-circle {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.1);
}

.pmd-card-inverse .pmd-card-icon-circle svg {
  fill: #fff;
  height: 44px;
  width: 44px;
}

.pmd-card-inverse .pmd-card-icon-circle svg path {
  fill: #fff;
}

.pmd-card-transparent {
  background: 0 0;
}

.pmd-card-transparent .pmd-card-icon {
  padding-top: 0;
}

.pmd-card-transparent .pmd-card-body {
  margin-bottom: 0;
}

.pmd-card.pmd-card-transparent:hover {
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .pmd-card.pmd-card-lastchild {
    margin-bottom: 0;
  }

  .pmd-card {
    margin-bottom: 16px;
  }
}

.btn-primary {
  background-color: #4acc8e;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #38b177;
  color: #fff;
}

.btn-secondary {
  background-color: #3c87da;
  color: #fff;
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #0047b8;
  color: #fff;
}

.btn-default {
  background-color: #fff;
  color: #4acc8e;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover {
  background-color: #4acc8e;
  color: #fff;
}

.btn-default .img-svg svg:active,
.btn-default:focus .img-svg svg,
.btn-default:hover .img-svg svg {
  fill: black;
}

.btn-primary.pmd-btn-outline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-primary.pmd-btn-outline:active,
.btn-primary.pmd-btn-outline:focus,
.btn-primary.pmd-btn-outline:hover {
  background-color: #4acc8e;
  color: #fff;
  border: 2px solid #4acc8e;
}

.btn-default.pmd-btn-outline {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.btn-default.pmd-btn-outline:active,
.btn-default.pmd-btn-outline:focus,
.btn-default.pmd-btn-outline:hover {
  background-color: #fff;
  color: #4acc8e;
  border: 2px solid #fff;
}

.pmd-btn-outline.btn-lg {
  padding: 8px 16px;
}

.pmd-btn-fab.pmd-btn-outline i,
.pmd-btn-fab.pmd-btn-outline span {
  line-height: 54px;
}

.btn .ink {
  background-color: rgba(255, 255, 255, 0.74) !important;
}

.btn-space-right {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .btn-space-right {
    margin-right: 0;
  }
}

form.form-inverse .pmd-textfield-focused {
  background-color: #fff;
}

form.form-inverse .pmd-textfield-floating-label label {
  color: rgba(255, 255, 255, 0.45);
}

.section-inverse .h2,
.section-inverse .h3,
.section-inverse .h4,
.section-inverse h2,
.section-inverse h3,
.section-inverse h4,
.section-inverse strong {
  color: #fff;
}

.section-inverse {
  color: rgba(255, 0255, 255, 0.78);
}

.section-inverse .title-divider::after {
  background: #fff;
}

textarea {
  resize: none;
}

@media screen and (max-width: 767px) {
  body.pmd-body-open {
    position: fixed;
    width: 100%;
  }

  .pmd-navbar-sidebar {
    box-shadow: none;
  }

  .pmd-navbar-sidebar.pmd-sidebar-open {
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.35);
  }
}

.public .pmd-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 64px;
}

.public .section {
  padding: 60px 0 80px 0;
}

@media screen and (max-width: 767px) {
  .public .section {
    padding: 26px 0 30px;
  }
}

.navbar-brand > img {
  height: 48px;
}

.pmd-navbar.navbar-default {
  background-color: #fff;
  border: none;
}

.pmd-navbar.navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
}

.pmd-navbar.navbar-inverse .navbar-nav > li > a i {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .navbar-brand img {
    height: 40px;
  }
}

.pmd-navbar.navbar .navbar-nav {
  position: relative;
}

.pmd-navbar.navbar .navbar-nav .nav-active {
  bottom: 0;
  left: 0;
  width: 76px;
  height: 3px;
  position: absolute;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #4acc8e;
}

nav.navbar .navbar-nav > .active > a,
nav.navbar .navbar-nav > .active > a:focus,
nav.navbar .navbar-nav > .active > a:hover,
nav.navbar .navbar-nav > li.active > a,
nav.navbar .navbar-nav > li > a.active {
  color: #4acc8e;
}

@media screen and (max-width: 767px) {
  .pmd-navbar.navbar .nav-active {
    display: none;
  }
}

.owl-dots {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
}

.owl-dot {
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: none;
  height: 13px;
  width: 13px;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
  opacity: 0.7;
}

.owl-dot.active {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  background: #4acc8e;
  border-color: #4acc8e;
}

.owl-buttons {
  width: 100%;
}

.owl-next,
.owl-prev {
  position: absolute;
  right: -56px;
  top: 46%;
  direction: ltr;
  display: inline-block;
  font-family: "Material Icons";
  font-feature-settings: "liga";
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
  overflow-wrap: normal;
  text-transform: none;
  white-space: nowrap;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.65);
}

.owl-next {
  right: 50px;
}

.owl-prev {
  left: 50px;
}

.owl-next:focus,
.owl-next:hover,
.owl-prev:focus,
.owl-prev:hover {
  border-color: #333;
  color: #333;
}

.owl-next:after,
.owl-prev:after {
  font-family: "Material icons";
  left: 6px;
  top: 6px;
  position: absolute;
  font-size: 34px;
  color: rgba(55, 55, 55, 0.65);
}

.owl-next:after {
  content: "\E315";
}

.owl-prev:after {
  content: "\E314";
}

.owl-next:hover::after,
.owl-prev:hover::after {
  color: #333;
}

.pmd-card-carousel .pmd-card {
  margin: 0 15px 20px;
}

.pmd-card-carousel .owl-next,
.pmd-card-carousel .owl-prev {
  top: 50%;
  margin-top: -44px;
  border: 2px solid #000;
  opacity: 0.3;
}

.pmd-card-carousel .owl-next {
  right: -65px;
}

.pmd-card-carousel .owl-prev {
  left: -65px;
}

.pmd-card-carousel .owl-next:focus,
.pmd-card-carousel .owl-next:hover,
.pmd-card-carousel .owl-prev:focus,
.pmd-card-carousel .owl-prev:hover {
  border-color: #4acc8e;
  color: #192866;
  opacity: 1;
}

.pmd-card-carousel .owl-next:after,
.pmd-card-carousel .owl-prev:after {
  color: #000;
}

.pmd-card-carousel .owl-next:hover::after,
.pmd-card-carousel .owl-prev:hover::after {
  color: #4acc8e;
}

.owl-carousel-inverse .owl-dot {
  border: 2px solid #fff;
}

.owl-carousel-inverse .owl-dot.active {
  background: #fff;
}

.owl-carousel-inverse .owl-next,
.owl-carousel-inverse .owl-prev {
  border: 2px solid #fff;
  opacity: 0.6;
}

.owl-carousel-inverse .owl-next:focus,
.owl-carousel-inverse .owl-next:hover,
.owl-carousel-inverse .owl-prev:focus,
.owl-carousel-inverse .owl-prev:hover {
  border-color: #fff;
  color: #fff;
}

.owl-carousel-inverse .owl-next:after,
.owl-carousel-inverse .owl-prev:after {
  color: #fff;
}

.owl-carousel-inverse .owl-next:hover::after,
.owl-carousel-inverse .owl-prev:hover::after {
  color: #fff;
}

.intro-container {
  position: relative;
  display: inline-block;
  width: 100%;
}

.intro-img {
  position: relative;
  width: 100%;
  background-position: center top;
}

.intro-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.intro-text {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  max-width: 750px;
  margin-top: 0;
  z-index: 100;
  margin: auto;
}

.intro-text .lead {
  margin-bottom: 0;
}

.intro-text h1 {
  margin: 0 0 20px;
  max-width: 70%;
}

.intro-text .btn {
  margin-top: 35px;
}

.intro-section {
  margin-top: 72px;
  padding: 60px 0;
}

.intro-section .owl-dots {
  bottom: 20px;
}

.intro-section .owl-dot {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.54);
}

.intro-section .owl-dot.active {
  border: none;
  background: #4acc8e;
}

.intro-bg-img {
  width: 440px;
  float: right;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1600px) {
  .intro-bg-img {
    width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .intro-section {
    overflow: hidden;
  }
}

@media screen and (max-width: 1024px) {
  .intro-text {
    max-width: 500px;
  }

  .intro-text h1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .intro-text {
    max-width: 340px;
  }
}

@media screen and (max-width: 767px) {
  .intro-text h1 {
    margin: 0 0 10px;
    max-width: 100%;
  }

  .intro-text .btn {
    margin-top: 20px;
  }

  .intro-section {
    padding: 30px 0 30px 0;
  }

  .intro-img {
    min-height: 510px;
  }

  .intro-text {
    max-width: 100%;
    position: relative;
    transform: inherit;
    margin-top: 0;
    text-align: center;
  }

  .intro-text h1 br {
    display: none;
  }

  .intro-bg-img {
    width: 65%;
    margin: 0 auto 0 auto;
    float: none;
  }

  .owl-dots {
    bottom: -16px;
  }
}

.circle-animate-wrap {
  position: absolute;
  padding: 5px;
  overflow: hidden;
  z-index: 0;
  right: -85px;
}

.circle-animate {
  width: 600px;
  height: 600px;
  position: relative;
  margin: 0 auto 0;
}

.circle-animate .circle {
  border: 1px solid #4acc8e;
  border-radius: 50%;
  position: absolute;
}

.circle-animate .circle span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #4acc8e;
  position: absolute;
  left: 50%;
}

.circle-animate .circle-lg {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(23deg);
  -ms-transform: rotate(23deg);
  transform: rotate(23deg);
  -webkit-animation: circle-lg 35s linear infinite;
  animation: circle-lg 35s linear infinite;
  opacity: 0.5;
}

.circle-animate .circle-lg span.dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.circle-animate .circle-lg span.dot:nth-child(2n) {
  margin-left: -224px;
  top: 90px;
}

.circle-animate .circle-lg span.dot:nth-child(3n) {
  margin-left: -202px;
  top: 520px;
}

.circle-animate .circle-lg span.dot:nth-child(4n) {
  margin-left: 273px;
  top: 405px;
}

.circle-animate .circle-md {
  width: 500px;
  top: 50px;
  height: 500px;
  left: 50px;
  -webkit-transform: rotate(-41deg);
  -ms-transform: rotate(-41deg);
  transform: rotate(-41deg);
  -webkit-animation: circle-md 25s linear infinite;
  animation: circle-md 25s linear infinite;
  opacity: 0.3;
}

.circle-animate .circle-md span.dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.circle-animate .circle-md span.dot:nth-child(2n) {
  margin-left: -201px;
  top: 90px;
}

.circle-animate .circle-md span.dot:nth-child(3n) {
  margin-left: -202px;
  top: 398px;
}

.circle-animate .circle-md span.dot:nth-child(4n) {
  margin-left: 235px;
  top: 315px;
}

.circle-animate .circle-sm {
  width: 400px;
  top: 100px;
  height: 400px;
  left: 100px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: circle-sm 15s linear infinite;
  animation: circle-sm 15s linear infinite;
  opacity: 0.2;
}

.circle-animate .circle-sm span.dot:nth-child(1n) {
  top: -5px;
  margin-left: -5px;
}

.circle-animate .circle-sm span.dot:nth-child(2n) {
  margin-left: -175px;
  top: 90px;
}

.circle-animate .circle-sm span.dot:nth-child(3n) {
  margin-left: -141px;
  top: 340px;
}

.circle-animate .circle-sm span.dot:nth-child(4n) {
  margin-left: 172px;
  top: 285px;
}

@-webkit-keyframes circle-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle-md {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-md {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circle-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 990px) {
  .circle-animate-wrap {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .circle-animate-wrap {
    top: -120px;
    transform: translate(0, 0) scale(0.7);
  }
}

.testimonial-item p {
  font-size: 18px;
  font-weight: 500;
}

.testimonial-item .clinet-pic {
  height: 120px;
  width: 120px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid rgba(245, 246, 247, 0.87);
}

.testimonial-item .clinet-name {
  margin: 20px 0;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.testimonial-item .clinet-name:after {
  content: "";
  background-color: rgba(245, 246, 247, 0.24);
  height: 1px;
  width: 70px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .testimonial-item p {
    font-size: 16px;
  }

  .section-testimonials .owl-dots {
    bottom: -20px;
  }
}

.blog-item .pmd-card-media {
  max-height: 200px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .section-news .blog-item:last-child {
    display: block;
  }
}

.section-subscribe {
  position: relative;
}

.pmd-subscribe h2 {
  margin: 0;
  text-align: right;
}

.pmd-subscribe .section-title {
  color: #fff;
  min-width: 220px;
}

.pmd-subscribe .section-title span {
  display: block;
  color: rgba(255, 255, 255, 0.87);
  font-size: 12px;
}

.pmd-subscribe .media-left {
  padding-right: 30px;
}

.pmd-subscribe .media-right {
  padding-left: 30px;
}

.pmd-subscribe .form-group {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .section-subscribe .section-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pmd-subscribe {
    text-align: center !important;
  }

  .pmd-subscribe .media-body,
  .pmd-subscribe .media-left,
  .pmd-subscribe .media-right {
    display: block;
    text-align: center !important;
    width: auto;
    padding: 0;
  }

  .pmd-subscribe .section-title {
    text-align: center;
  }

  .pmd-subscribe .form-group {
    margin: 20px 0 30px;
  }

  .pmd-subscribe .section-title {
    min-width: 1px;
    font-size: 22px;
  }

  .section-subscribe a.btn {
    margin-bottom: 15px;
    min-width: 250px;
  }
}

.pmd-card-media.pmd-card-media-overlay {
  max-height: 260px;
  border-radius: 2px 2px 0 0;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}

.pmd-card-media.pmd-card-media-overlay .media-avatar img {
  min-height: 260px;
  width: 100%;
  min-width: 100%;
  margin: 0;
  height: auto;
}

.media-avatar:after {
  background: #4acc8e;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
}

.pmd-card-overlay:hover .media-avatar:after {
  opacity: 0.87;
}

.pmd-card-overlay:hover .view-link {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
}

.view-link {
  opacity: 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  z-index: 100;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -ms-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  overflow: visible;
  margin: 0 auto;
  top: 50%;
}

.view-link::before {
  content: attr(data-title);
  position: absolute;
  bottom: -28px;
  transform: translate(-17px, 0);
  color: #fff;
}

.view-link:focus {
  outline: 0;
}

.view-link:hover {
  color: #fff;
  opacity: 0.87;
}

.view-link:active:before,
.view-link:hover:before {
  color: #fff;
}

.modal-body {
  padding: 0;
  margin: 0;
}

.modal .close {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
  font-weight: 300;
  opacity: 0.7;
  z-index: 10;
}

.modal .close:hover {
  opacity: 1;
}

.modal .close:focus {
  outline: 0;
}

.member-informations {
  text-align: left;
  padding: 16px 30px;
  background: #2d3441;
  position: relative;
}

.member-informations > * {
  position: relative;
  z-index: 10;
}

.member-informations .background-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: blur(12px);
  filter: blur(12px);
  opacity: 0.4;
}

.member-informations .post-thumbnail {
  margin-bottom: 6px;
  border-radius: 50%;
  border: 4px solid #fff;
  display: inline-block;
  width: 190px;
  height: 190px;
  overflow: hidden;
  float: left;
  margin: 12px 30px 0 0;
  background: #fff;
}

.member-informations .post-thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
}

.member-informations .pmd-card-title-text {
  margin-top: 13px;
}

.member-informations .designation {
  display: block;
  font-size: 16px;
  color: #fff;
  margin: 11px 0 1px;
  line-height: 1;
}

.member-informations a {
  color: #4acc8e;
  font-size: 16px;
  line-height: 1;
}

.member-biography {
  padding: 15px 30px 30px;
  clear: both;
}

.member-biography p:last-child {
  margin-bottom: 0;
}

.team-card .pmd-card-title-text {
  margin-bottom: 0;
}

.member-informations .pmd-card-actions.social-icon {
  position: relative;
  width: 100%;
}

.member-informations .social-icon a {
  margin: 4px !important;
}

.modal-body .member-informations .pmd-card-actions.social-icon a {
  border: 1px solid #fff !important;
}

.modal-body .member-informations .pmd-card-actions.social-icon a:hover {
  border: 1px solid transparent !important;
}

.modal-body .member-informations .pmd-card-actions.social-icon a svg {
  fill: #fff;
}

.social-icon a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin: 8px 4px 0;
  border: 1px solid #848484;
  line-height: 35px;
}

.social-icon a svg {
  fill: #848484;
  vertical-align: middle;
  height: 18px;
  width: 18px;
}

.social-icon a:hover svg {
  fill: #fff;
}

.social-icon a:hover {
  background: #4acc8e;
  border: 1px solid #4acc8e;
}

@media screen and (max-width: 767px) {
  .member-informations {
    text-align: center;
    padding: 24px 30px 14px 30px;
  }

  .member-informations .post-thumbnail {
    float: none;
    margin: 0;
  }
}

.pmd-features-list {
  float: left;
  width: 428px;
}

.pmd-features-list li {
  margin: 0;
  padding: 40px 0;
  border-bottom: 1px solid rgba(171, 171, 171, 0.24);
  background-color: transparent;
}

.pmd-features-list li .pmd-card-description {
  padding: 0;
  margin: 0;
}

.pmd-features-list li.list-group-item.active,
.pmd-features-list li:hover {
  cursor: pointer;
  background-color: transparent;
  border-color: rgba(171, 171, 171, 0.24);
  color: #424242;
}

.pmd-features-list li.list-group-item.active .avatar-list-img {
  background-color: #4acc8e;
}

.pmd-features-list li:last-child {
  border-bottom: none;
}

.pmd-features-list .avatar-list-img {
  background-color: #4d4d4d;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin: 0 25px 0 25px;
  display: inline-block;
  vertical-align: middle;
}

.pmd-features-list .avatar-list-img img {
  width: 44px;
  height: 44px;
}

.pmd-features-list .avatar-list-img svg {
  width: 44px;
  height: 44px;
  fill: #fff;
  line-height: 44px;
  display: inline-block;
  vertical-align: middle;
}

.pmd-features-list .avatar-list-img svg path,
.pmd-features-list .avatar-list-img svg polygon {
  fill: #fff;
}

.pmd-features-list.set-margin {
  margin-left: -44px;
}

.pmd-features-list.set-margin .no-padding {
  padding: 0;
}

.display-mobile {
  float: left;
  padding-top: 50px;
  margin-left: -32px;
  background: url(../images/screen-device.png) no-repeat;
  display: inline-block;
  width: 357px;
  height: 575px;
  position: relative;
  overflow: hidden;
}

.display-mobile > div {
  overflow: hidden;
  position: relative;
  height: 453px;
}

.display-mobile img {
  position: absolute;
  top: 20px;
  left: 51px;
  width: 244px;
  height: auto;
}

@media screen and (max-width: 1200px) {
  .pmd-features-list {
    float: left;
    width: 35%;
  }

  .pmd-features-list li {
    padding: 24px 0;
  }
}

@media screen and (max-width: 991px) {
  .features-container {
    position: relative;
  }

  .display-mobile {
    position: absolute;
    right: 0;
    width: 44%;
  }

  .pmd-features-list {
    width: 50%;
    margin-right: 20%;
  }

  .pmd-features-list .pull-right {
    float: left !important;
    padding-left: 0;
  }

  .pmd-features-list.set-margin {
    margin-left: 0;
  }

  .pmd-features-list .media-body {
    text-align: left;
  }

  .pmd-features-list li {
    padding: 20px 0;
    border-top: solid 1px rgba(171, 171, 171, 0.24);
    border-bottom: 0;
  }

  .pmd-features-list li:last-child {
    border-top: solid 1px rgba(171, 171, 171, 0.24);
  }
}

@media screen and (max-width: 767px) {
  .pmd-features-list {
    width: 100%;
    margin: 0 25px 0 0;
  }

  .display-mobile {
    display: none;
  }

  .pmd-features-list .avatar-list-img {
    margin-left: 0;
  }
}

.stat-item {
  font-size: 38px;
  font-weight: 700;
  margin: 10px 0 15px;
  line-height: 1;
  opacity: 1;
}

.card-form {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.card-form .btn {
  margin: 20px 5px 0;
}

.card-form-right-border {
  border-right: solid 1px rgba(0, 0, 0, 0.15);
  padding-right: 50px;
}

.contact-info h4 {
  margin-top: 0;
}

.social-icons h2 {
  font-size: 24px;
  margin: 0 0 16px;
}

.icons-medium li a {
  border-radius: 8px;
  display: inline-block;
  background-color: white;
  padding: 4px;
  vertical-align: middle;
}

.icons-medium li.facebook a:hover {
  color: #4267b2;
}

.icons-medium li.linkedin a:hover {
  color: #2867b2;
}

.icons-medium li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}

.card-form .text-center {
  position: relative;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .card-form-right-border {
    padding-right: 0;
    border: none;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  div.wpcf7 .ajax-loader {
    left: -7px;
  }
}

footer.section {
  padding: 30px 0 30px 0;
  background-color: #252c37;
}

.footer-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-menu li {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.8;
  margin: 0 10px 0 0;
  padding: 0 12px 3px 12px;
}

.footer-menu li:last-child {
  border: none;
  margin-right: 0;
}

.footer-menu li a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  font-weight: 700;
}

.footer-menu li:hover a {
  color: rgba(255, 255, 255, 0.87);
}

.site-info {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  margin: 0;
}

.crafted a {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.crafted a strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .site-footer .copyrights .footer-menu,
  .site-footer .copyrights .site-info {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .footer-menu {
    text-align: center;
    margin: 0 0 10px;
  }

  .site-info {
    text-align: center;
  }
}

#faq .panel-group.pmd-accordion .panel > .panel-heading a {
  font-weight: 500;
  font-size: 20px;
}

.btn-ellipse {
  margin: 0 8px;
  color: #4acc8e;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  line-height: unset;
}

.img-svg {
  display: inline-block;
}

.img-svg svg,
.section-subscribe .icon-svg {
  width: 24px;
  margin-right: 12px;
  fill: #4acc8e;
  vertical-align: top;
}

.btn-ellipse:hover {
  background: #4acc8e;
}

.btn-ellipse:active .img-svg svg,
.btn-ellipse:focus .img-svg svg,
.btn-ellipse:hover .img-svg svg,
.section-subscribe a:active .icon-svg,
.section-subscribe a:focus .icon-svg,
.section-subscribe a:hover .icon-svg {
  fill: #fff;
}

.faq-img {
  padding: 0 50px;
}

@media screen and (max-width: 1200px) {
  .faq-img {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  #faq .panel-group.pmd-accordion .panel > .panel-heading a {
    font-size: 18px;
  }
}

.loader-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 9999;
  background-color: #4acc8e;
}

.loader {
  position: absolute;
  margin: -35px auto auto;
  width: 70px;
  top: 50%;
  left: 0;
  right: 0;
}

.amplify-loader {
  position: absolute;
  top: 0;
}

.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.loading-text {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

.bar-c {
  overflow: hidden;
  height: 30px;
  width: 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.loader-bar {
  height: 1px;
  width: 4px;
  display: inline-block;
  background-color: #ffffd2;
  bottom: 0;
  position: absolute;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-play-state: running;
  -webkit-animation-direction: alternate;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}

.loader-bar.noAnim {
  -webkit-animation: none;
  -webkit-animation-name: none;
}

.loader-bar#bar-1 {
  left: 0;
  -webkit-animation-name: danceHeight1;
  -webkit-animation-delay: 0s;
}

.loader-bar#bar-2 {
  left: 6px;
  -webkit-animation-name: danceHeight2;
  -webkit-animation-delay: 0.3s;
}

.loader-bar#bar-3 {
  left: 12px;
  -webkit-animation-name: danceHeight3;
  -webkit-animation-delay: 0.6s;
}

.loader-bar#bar-4 {
  left: 18px;
  -webkit-animation-name: danceHeight4;
  -webkit-animation-delay: 0.9s;
}

.loader-bar#bar-5 {
  left: 24px;
  -webkit-animation-name: danceHeight5;
  -webkit-animation-delay: 1.2s;
}

.loader-bar#bar-6 {
  left: 30px;
  -webkit-animation-name: danceHeight6;
  -webkit-animation-delay: 1.5s;
}

@-webkit-keyframes danceHeight1 {
  from {
    height: 1px;
  }

  to {
    height: 22px;
  }
}

@-webkit-keyframes danceHeight2 {
  from {
    height: 1px;
  }

  to {
    height: 15px;
  }
}

@-webkit-keyframes danceHeight3 {
  from {
    height: 1px;
  }

  to {
    height: 30px;
  }
}

@-webkit-keyframes danceHeight4 {
  from {
    height: 1px;
  }

  to {
    height: 20px;
  }
}

@-webkit-keyframes danceHeight5 {
  from {
    height: 1px;
  }

  to {
    height: 15px;
  }
}

@-webkit-keyframes danceHeight6 {
  from {
    height: 1px;
  }

  to {
    height: 15px;
  }
}

.site-footer {
  position: relative;
}

.inner-footer-bottom.footer-bottom,
.inner-page .footer-bottom {
  position: relative;
}

.inner-page-title {
  padding: 40px 0 35px;
}

.inner-page-title h1 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .inner-page .section {
    padding: 20px 0;
  }

  .inner-page {
    padding-top: 56px;
  }

  .inner-page-title h1 {
    font-size: 30px;
  }

  .inner-page-title {
    padding: 20px 0 15px;
  }

  .inner-page .footer-bottom {
    margin-top: 0;
  }
}

/* --------------------------
	Primary Color
----------------------------- */
/* Background gradient*/

/* Background color*/
.btn-primary,
.pmd-navbar.navbar .navbar-nav .nav-active,
.pmd-features-list li.list-group-item.active .avatar-list-img,
.owl-dot.active,
.media-avatar:after,
.member-informations,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-primary.pmd-btn-outline:hover,
.btn-primary.pmd-btn-outline:focus,
.btn-primary.pmd-btn-outline:active,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
.primary-bg,
.circle-animate .circle span,
.social-icon a:hover {
  background-color: #007aa6;
}

/* border color*/
.public .owl-dot.active,
.public .btn-primary.pmd-btn-outline:hover,
.public .btn-primary.pmd-btn-outline:focus,
.public .btn-primary.pmd-btn-outline:active,
.public .circle-animate .circle,
.public .social-icon a:hover {
  border-color: #007aa6;
}

/*fill color*/
.pmd-card-icon svg path,
.pmd-card-icon svg,
.pmd-card-icon img,
.img-svg svg,
.section-subscribe .icon-svg {
  fill: #007aa6;
}

/* color*/
.btn-default,
.btn-default.pmd-btn-outline:hover,
.btn-default.pmd-btn-outline:focus,
.btn-default.pmd-btn-outline:active,
.public a:hover,
.public a:focus,
a:active {
  color: #007aa6;
}

/* --------------------------
	Secondary Color 
----------------------------- */
/* Background color*/
.public .pmd-navbar.navbar .navbar-nav .nav-active {
  background: #007aa6;
}

/* Text color*/
.public nav.navbar .navbar-nav > .active > a,
.public nav.navbar .navbar-nav > .active > a:focus,
.public nav.navbar .navbar-nav > .active > a:hover,
.public nav.navbar .navbar-nav > li.active > a,
.public nav.navbar .navbar-nav > li > a.active {
  color: #007aa6;
}

.public .avatar-list-img .mdi {
  font-size: 32px;
  color: white;
  line-height: 70px;
}

.public .img-footer {
  height: 40px;
  width: auto;
}

.public .nav li a {
  cursor: pointer;
}

.public .navbar-inverse .navbar-nav > .open > a,
.public .navbar-inverse .navbar-nav > .open > a:hover,
.public .navbar-inverse .navbar-nav > .open > a:focus,
.public .navbar-inverse .navbar-nav > .active > a,
.public .navbar-inverse .navbar-nav > .active > a:hover,
.public .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: #007aa6 !important;
}

.public nav.navbar .navbar-nav > .active > a,
.public nav.navbar .navbar-nav > .active > a:focus,
.public nav.navbar .navbar-nav > .active > a:hover,
.public nav.navbar .navbar-nav > li.active > a,
.public nav.navbar .navbar-nav > li > a.active {
  font-weight: 700;
  color: white;
}

@media (max-width: 767px) {
  .public .pmd-navbar .navbar-brand {
    font-size: 16px !important;
  }
}

.public .darkgrey-bg .lead {
  color: white;
}
