@charset "UTF-8";
.attr-img-responsive, .attr-thumbnail > img, .attr-thumbnail a > img, .attr-carousel-inner > .attr-item > img, .attr-carousel-inner > .attr-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.attr-img-rounded {
  border-radius: 6px;
}

.attr-img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.attr-img-circle {
  border-radius: 50%;
}

.attr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.attr-sr-only-focusable:active, .attr-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.attr-h1, .attr-h2, .attr-h3, .attr-h4, .attr-h5, .attr-h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.attr-h1 small, .attr-h2 small, .attr-h3 small, .attr-h4 small, .attr-h5 small, .attr-h6 small, h1 .attr-small, h2 .attr-small, h3 .attr-small, h4 .attr-small, h5 .attr-small, h6 .attr-small, .attr-h1 .attr-small, .attr-h2 .attr-small, .attr-h3 .attr-small, .attr-h4 .attr-small, .attr-h5 .attr-small, .attr-h6 .attr-small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

.attr-h1, .attr-h2, .attr-h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.attr-h1 small, .attr-h2 small, .attr-h3 small, h1 .attr-small, .attr-h1 .attr-small, h2 .attr-small, .attr-h2 .attr-small, h3 .attr-small, .attr-h3 .attr-small {
  font-size: 65%;
}

.attr-h4, .attr-h5, .attr-h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.attr-h4 small, .attr-h5 small, .attr-h6 small, h4 .attr-small, .attr-h4 .attr-small, h5 .attr-small, .attr-h5 .attr-small, h6 .attr-small, .attr-h6 .attr-small {
  font-size: 75%;
}

.attr-h1 {
  font-size: 36px;
}

.attr-h2 {
  font-size: 30px;
}

.attr-h3 {
  font-size: 24px;
}

.attr-h4 {
  font-size: 18px;
}

.attr-h5 {
  font-size: 14px;
}

.attr-h6 {
  font-size: 12px;
}

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

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

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

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

.attr-text-right {
  text-align: right;
}

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

.attr-text-justify {
  text-align: justify;
}

.attr-text-nowrap {
  white-space: nowrap;
}

.attr-text-lowercase {
  text-transform: lowercase;
}

.attr-text-uppercase {
  text-transform: uppercase;
}

.attr-text-capitalize {
  text-transform: capitalize;
}

.attr-text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.attr-text-danger {
  color: #a94442;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .attr-dl-horizontal dd {
    margin-left: 180px;
  }
}
.attr-initialism {
  font-size: 90%;
  text-transform: uppercase;
}

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

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

@media (min-width: 768px) {
  .attr-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .attr-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .attr-container {
    width: 1170px;
  }
}
.attr-container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.attr-col-xs-1, .attr-col-xs-2, .attr-col-xs-3, .attr-col-xs-4, .attr-col-xs-5, .attr-col-xs-6, .attr-col-xs-7, .attr-col-xs-8, .attr-col-xs-9, .attr-col-xs-10, .attr-col-xs-11, .attr-col-xs-12 {
  float: left;
}

.attr-col-xs-12 {
  width: 100%;
}

.attr-col-xs-11 {
  width: 91.66666667%;
}

.attr-col-xs-10 {
  width: 83.33333333%;
}

.attr-col-xs-9 {
  width: 75%;
}

.attr-col-xs-8 {
  width: 66.66666667%;
}

.attr-col-xs-7 {
  width: 58.33333333%;
}

.attr-col-xs-6 {
  width: 50%;
}

.attr-col-xs-5 {
  width: 41.66666667%;
}

.attr-col-xs-4 {
  width: 33.33333333%;
}

.attr-col-xs-3 {
  width: 25%;
}

.attr-col-xs-2 {
  width: 16.66666667%;
}

.attr-col-xs-1 {
  width: 8.33333333%;
}

.attr-col-xs-pull-12 {
  right: 100%;
}

.attr-col-xs-pull-11 {
  right: 91.66666667%;
}

.attr-col-xs-pull-10 {
  right: 83.33333333%;
}

.attr-col-xs-pull-9 {
  right: 75%;
}

.attr-col-xs-pull-8 {
  right: 66.66666667%;
}

.attr-col-xs-pull-7 {
  right: 58.33333333%;
}

.attr-col-xs-pull-6 {
  right: 50%;
}

.attr-col-xs-pull-5 {
  right: 41.66666667%;
}

.attr-col-xs-pull-4 {
  right: 33.33333333%;
}

.attr-col-xs-pull-3 {
  right: 25%;
}

.attr-col-xs-pull-2 {
  right: 16.66666667%;
}

.attr-col-xs-pull-1 {
  right: 8.33333333%;
}

.attr-col-xs-pull-0 {
  right: auto;
}

.attr-col-xs-push-12 {
  left: 100%;
}

.attr-col-xs-push-11 {
  left: 91.66666667%;
}

.attr-col-xs-push-10 {
  left: 83.33333333%;
}

.attr-col-xs-push-9 {
  left: 75%;
}

.attr-col-xs-push-8 {
  left: 66.66666667%;
}

.attr-col-xs-push-7 {
  left: 58.33333333%;
}

.attr-col-xs-push-6 {
  left: 50%;
}

.attr-col-xs-push-5 {
  left: 41.66666667%;
}

.attr-col-xs-push-4 {
  left: 33.33333333%;
}

.attr-col-xs-push-3 {
  left: 25%;
}

.attr-col-xs-push-2 {
  left: 16.66666667%;
}

.attr-col-xs-push-1 {
  left: 8.33333333%;
}

.attr-col-xs-push-0 {
  left: auto;
}

.attr-col-xs-offset-12 {
  margin-left: 100%;
}

.attr-col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.attr-col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.attr-col-xs-offset-9 {
  margin-left: 75%;
}

.attr-col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.attr-col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.attr-col-xs-offset-6 {
  margin-left: 50%;
}

.attr-col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.attr-col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.attr-col-xs-offset-3 {
  margin-left: 25%;
}

.attr-col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.attr-col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.attr-col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  .attr-col-sm-1, .attr-col-sm-2, .attr-col-sm-3, .attr-col-sm-4, .attr-col-sm-5, .attr-col-sm-6, .attr-col-sm-7, .attr-col-sm-8, .attr-col-sm-9, .attr-col-sm-10, .attr-col-sm-11, .attr-col-sm-12 {
    float: left;
  }

  .attr-col-sm-12 {
    width: 100%;
  }

  .attr-col-sm-11 {
    width: 91.66666667%;
  }

  .attr-col-sm-10 {
    width: 83.33333333%;
  }

  .attr-col-sm-9 {
    width: 75%;
  }

  .attr-col-sm-8 {
    width: 66.66666667%;
  }

  .attr-col-sm-7 {
    width: 58.33333333%;
  }

  .attr-col-sm-6 {
    width: 50%;
  }

  .attr-col-sm-5 {
    width: 41.66666667%;
  }

  .attr-col-sm-4 {
    width: 33.33333333%;
  }

  .attr-col-sm-3 {
    width: 25%;
  }

  .attr-col-sm-2 {
    width: 16.66666667%;
  }

  .attr-col-sm-1 {
    width: 8.33333333%;
  }

  .attr-col-sm-pull-12 {
    right: 100%;
  }

  .attr-col-sm-pull-11 {
    right: 91.66666667%;
  }

  .attr-col-sm-pull-10 {
    right: 83.33333333%;
  }

  .attr-col-sm-pull-9 {
    right: 75%;
  }

  .attr-col-sm-pull-8 {
    right: 66.66666667%;
  }

  .attr-col-sm-pull-7 {
    right: 58.33333333%;
  }

  .attr-col-sm-pull-6 {
    right: 50%;
  }

  .attr-col-sm-pull-5 {
    right: 41.66666667%;
  }

  .attr-col-sm-pull-4 {
    right: 33.33333333%;
  }

  .attr-col-sm-pull-3 {
    right: 25%;
  }

  .attr-col-sm-pull-2 {
    right: 16.66666667%;
  }

  .attr-col-sm-pull-1 {
    right: 8.33333333%;
  }

  .attr-col-sm-pull-0 {
    right: auto;
  }

  .attr-col-sm-push-12 {
    left: 100%;
  }

  .attr-col-sm-push-11 {
    left: 91.66666667%;
  }

  .attr-col-sm-push-10 {
    left: 83.33333333%;
  }

  .attr-col-sm-push-9 {
    left: 75%;
  }

  .attr-col-sm-push-8 {
    left: 66.66666667%;
  }

  .attr-col-sm-push-7 {
    left: 58.33333333%;
  }

  .attr-col-sm-push-6 {
    left: 50%;
  }

  .attr-col-sm-push-5 {
    left: 41.66666667%;
  }

  .attr-col-sm-push-4 {
    left: 33.33333333%;
  }

  .attr-col-sm-push-3 {
    left: 25%;
  }

  .attr-col-sm-push-2 {
    left: 16.66666667%;
  }

  .attr-col-sm-push-1 {
    left: 8.33333333%;
  }

  .attr-col-sm-push-0 {
    left: auto;
  }

  .attr-col-sm-offset-12 {
    margin-left: 100%;
  }

  .attr-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .attr-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .attr-col-sm-offset-9 {
    margin-left: 75%;
  }

  .attr-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .attr-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .attr-col-sm-offset-6 {
    margin-left: 50%;
  }

  .attr-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .attr-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .attr-col-sm-offset-3 {
    margin-left: 25%;
  }

  .attr-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .attr-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .attr-col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .attr-col-md-1, .attr-col-md-2, .attr-col-md-3, .attr-col-md-4, .attr-col-md-5, .attr-col-md-6, .attr-col-md-7, .attr-col-md-8, .attr-col-md-9, .attr-col-md-10, .attr-col-md-11, .attr-col-md-12 {
    float: left;
  }

  .attr-col-md-12 {
    width: 100%;
  }

  .attr-col-md-11 {
    width: 91.66666667%;
  }

  .attr-col-md-10 {
    width: 83.33333333%;
  }

  .attr-col-md-9 {
    width: 75%;
  }

  .attr-col-md-8 {
    width: 66.66666667%;
  }

  .attr-col-md-7 {
    width: 58.33333333%;
  }

  .attr-col-md-6 {
    width: 50%;
  }

  .attr-col-md-5 {
    width: 41.66666667%;
  }

  .attr-col-md-4 {
    width: 33.33333333%;
  }

  .attr-col-md-3 {
    width: 25%;
  }

  .attr-col-md-2 {
    width: 16.66666667%;
  }

  .attr-col-md-1 {
    width: 8.33333333%;
  }

  .attr-col-md-pull-12 {
    right: 100%;
  }

  .attr-col-md-pull-11 {
    right: 91.66666667%;
  }

  .attr-col-md-pull-10 {
    right: 83.33333333%;
  }

  .attr-col-md-pull-9 {
    right: 75%;
  }

  .attr-col-md-pull-8 {
    right: 66.66666667%;
  }

  .attr-col-md-pull-7 {
    right: 58.33333333%;
  }

  .attr-col-md-pull-6 {
    right: 50%;
  }

  .attr-col-md-pull-5 {
    right: 41.66666667%;
  }

  .attr-col-md-pull-4 {
    right: 33.33333333%;
  }

  .attr-col-md-pull-3 {
    right: 25%;
  }

  .attr-col-md-pull-2 {
    right: 16.66666667%;
  }

  .attr-col-md-pull-1 {
    right: 8.33333333%;
  }

  .attr-col-md-pull-0 {
    right: auto;
  }

  .attr-col-md-push-12 {
    left: 100%;
  }

  .attr-col-md-push-11 {
    left: 91.66666667%;
  }

  .attr-col-md-push-10 {
    left: 83.33333333%;
  }

  .attr-col-md-push-9 {
    left: 75%;
  }

  .attr-col-md-push-8 {
    left: 66.66666667%;
  }

  .attr-col-md-push-7 {
    left: 58.33333333%;
  }

  .attr-col-md-push-6 {
    left: 50%;
  }

  .attr-col-md-push-5 {
    left: 41.66666667%;
  }

  .attr-col-md-push-4 {
    left: 33.33333333%;
  }

  .attr-col-md-push-3 {
    left: 25%;
  }

  .attr-col-md-push-2 {
    left: 16.66666667%;
  }

  .attr-col-md-push-1 {
    left: 8.33333333%;
  }

  .attr-col-md-push-0 {
    left: auto;
  }

  .attr-col-md-offset-12 {
    margin-left: 100%;
  }

  .attr-col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .attr-col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .attr-col-md-offset-9 {
    margin-left: 75%;
  }

  .attr-col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .attr-col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .attr-col-md-offset-6 {
    margin-left: 50%;
  }

  .attr-col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .attr-col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .attr-col-md-offset-3 {
    margin-left: 25%;
  }

  .attr-col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .attr-col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .attr-col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .attr-col-lg-1, .attr-col-lg-2, .attr-col-lg-3, .attr-col-lg-4, .attr-col-lg-5, .attr-col-lg-6, .attr-col-lg-7, .attr-col-lg-8, .attr-col-lg-9, .attr-col-lg-10, .attr-col-lg-11, .attr-col-lg-12 {
    float: left;
  }

  .attr-col-lg-12 {
    width: 100%;
  }

  .attr-col-lg-11 {
    width: 91.66666667%;
  }

  .attr-col-lg-10 {
    width: 83.33333333%;
  }

  .attr-col-lg-9 {
    width: 75%;
  }

  .attr-col-lg-8 {
    width: 66.66666667%;
  }

  .attr-col-lg-7 {
    width: 58.33333333%;
  }

  .attr-col-lg-6 {
    width: 50%;
  }

  .attr-col-lg-5 {
    width: 41.66666667%;
  }

  .attr-col-lg-4 {
    width: 33.33333333%;
  }

  .attr-col-lg-3 {
    width: 25%;
  }

  .attr-col-lg-2 {
    width: 16.66666667%;
  }

  .attr-col-lg-1 {
    width: 8.33333333%;
  }

  .attr-col-lg-pull-12 {
    right: 100%;
  }

  .attr-col-lg-pull-11 {
    right: 91.66666667%;
  }

  .attr-col-lg-pull-10 {
    right: 83.33333333%;
  }

  .attr-col-lg-pull-9 {
    right: 75%;
  }

  .attr-col-lg-pull-8 {
    right: 66.66666667%;
  }

  .attr-col-lg-pull-7 {
    right: 58.33333333%;
  }

  .attr-col-lg-pull-6 {
    right: 50%;
  }

  .attr-col-lg-pull-5 {
    right: 41.66666667%;
  }

  .attr-col-lg-pull-4 {
    right: 33.33333333%;
  }

  .attr-col-lg-pull-3 {
    right: 25%;
  }

  .attr-col-lg-pull-2 {
    right: 16.66666667%;
  }

  .attr-col-lg-pull-1 {
    right: 8.33333333%;
  }

  .attr-col-lg-pull-0 {
    right: auto;
  }

  .attr-col-lg-push-12 {
    left: 100%;
  }

  .attr-col-lg-push-11 {
    left: 91.66666667%;
  }

  .attr-col-lg-push-10 {
    left: 83.33333333%;
  }

  .attr-col-lg-push-9 {
    left: 75%;
  }

  .attr-col-lg-push-8 {
    left: 66.66666667%;
  }

  .attr-col-lg-push-7 {
    left: 58.33333333%;
  }

  .attr-col-lg-push-6 {
    left: 50%;
  }

  .attr-col-lg-push-5 {
    left: 41.66666667%;
  }

  .attr-col-lg-push-4 {
    left: 33.33333333%;
  }

  .attr-col-lg-push-3 {
    left: 25%;
  }

  .attr-col-lg-push-2 {
    left: 16.66666667%;
  }

  .attr-col-lg-push-1 {
    left: 8.33333333%;
  }

  .attr-col-lg-push-0 {
    left: auto;
  }

  .attr-col-lg-offset-12 {
    margin-left: 100%;
  }

  .attr-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .attr-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .attr-col-lg-offset-9 {
    margin-left: 75%;
  }

  .attr-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .attr-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .attr-col-lg-offset-6 {
    margin-left: 50%;
  }

  .attr-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .attr-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .attr-col-lg-offset-3 {
    margin-left: 25%;
  }

  .attr-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .attr-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .attr-col-lg-offset-0 {
    margin-left: 0;
  }
}
.attr-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.attr-table > thead > tr > th, .attr-table > tbody > tr > th, .attr-table > tfoot > tr > th, .attr-table > thead > tr > td, .attr-table > tbody > tr > td, .attr-table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.attr-table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.attr-table > caption + thead > tr:first-child > th, .attr-table > colgroup + thead > tr:first-child > th, .attr-table > thead:first-child > tr:first-child > th, .attr-table > caption + thead > tr:first-child > td, .attr-table > colgroup + thead > tr:first-child > td, .attr-table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.attr-table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.attr-table .attr-table {
  background-color: #fff;
}

.attr-table-condensed > thead > tr > th, .attr-table-condensed > tbody > tr > th, .attr-table-condensed > tfoot > tr > th, .attr-table-condensed > thead > tr > td, .attr-table-condensed > tbody > tr > td, .attr-table-condensed > tfoot > tr > td {
  padding: 5px;
}

.attr-table-bordered {
  border: 1px solid #ddd;
}

.attr-table-bordered > thead > tr > th, .attr-table-bordered > tbody > tr > th, .attr-table-bordered > tfoot > tr > th, .attr-table-bordered > thead > tr > td, .attr-table-bordered > tbody > tr > td, .attr-table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.attr-table-bordered > thead > tr > th, .attr-table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.attr-table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.attr-table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

.attr-table > thead > tr > td.attr-active, .attr-table > tbody > tr > td.attr-active, .attr-table > tfoot > tr > td.attr-active, .attr-table > thead > tr > th.attr-active, .attr-table > tbody > tr > th.attr-active, .attr-table > tfoot > tr > th.attr-active, .attr-table > thead > tr.attr-active > td, .attr-table > tbody > tr.attr-active > td, .attr-table > tfoot > tr.attr-active > td, .attr-table > thead > tr.attr-active > th, .attr-table > tbody > tr.attr-active > th, .attr-table > tfoot > tr.attr-active > th {
  background-color: #f5f5f5;
}

.attr-table-hover > tbody > tr > td.attr-active:hover, .attr-table-hover > tbody > tr > th.attr-active:hover, .attr-table-hover > tbody > tr.attr-active:hover > td, .attr-table-hover > tbody > tr:hover > .attr-active, .attr-table-hover > tbody > tr.attr-active:hover > th {
  background-color: #e8e8e8;
}

.attr-table > thead > tr > td.attr-success, .attr-table > tbody > tr > td.attr-success, .attr-table > tfoot > tr > td.attr-success, .attr-table > thead > tr > th.attr-success, .attr-table > tbody > tr > th.attr-success, .attr-table > tfoot > tr > th.attr-success, .attr-table > thead > tr.attr-success > td, .attr-table > tbody > tr.attr-success > td, .attr-table > tfoot > tr.attr-success > td, .attr-table > thead > tr.attr-success > th, .attr-table > tbody > tr.attr-success > th, .attr-table > tfoot > tr.attr-success > th {
  background-color: #dff0d8;
}

.attr-table-hover > tbody > tr > td.attr-success:hover, .attr-table-hover > tbody > tr > th.attr-success:hover, .attr-table-hover > tbody > tr.attr-success:hover > td, .attr-table-hover > tbody > tr:hover > .attr-success, .attr-table-hover > tbody > tr.attr-success:hover > th {
  background-color: #d0e9c6;
}

.attr-table > thead > tr > td.attr-info, .attr-table > tbody > tr > td.attr-info, .attr-table > tfoot > tr > td.attr-info, .attr-table > thead > tr > th.attr-info, .attr-table > tbody > tr > th.attr-info, .attr-table > tfoot > tr > th.attr-info, .attr-table > thead > tr.attr-info > td, .attr-table > tbody > tr.attr-info > td, .attr-table > tfoot > tr.attr-info > td, .attr-table > thead > tr.attr-info > th, .attr-table > tbody > tr.attr-info > th, .attr-table > tfoot > tr.attr-info > th {
  background-color: #d9edf7;
}

.attr-table-hover > tbody > tr > td.attr-info:hover, .attr-table-hover > tbody > tr > th.attr-info:hover, .attr-table-hover > tbody > tr.attr-info:hover > td, .attr-table-hover > tbody > tr:hover > .attr-info, .attr-table-hover > tbody > tr.attr-info:hover > th {
  background-color: #c4e3f3;
}

.attr-table > thead > tr > td.attr-warning, .attr-table > tbody > tr > td.attr-warning, .attr-table > tfoot > tr > td.attr-warning, .attr-table > thead > tr > th.attr-warning, .attr-table > tbody > tr > th.attr-warning, .attr-table > tfoot > tr > th.attr-warning, .attr-table > thead > tr.attr-warning > td, .attr-table > tbody > tr.attr-warning > td, .attr-table > tfoot > tr.attr-warning > td, .attr-table > thead > tr.attr-warning > th, .attr-table > tbody > tr.attr-warning > th, .attr-table > tfoot > tr.attr-warning > th {
  background-color: #fcf8e3;
}

.attr-table-hover > tbody > tr > td.attr-warning:hover, .attr-table-hover > tbody > tr > th.attr-warning:hover, .attr-table-hover > tbody > tr.attr-warning:hover > td, .attr-table-hover > tbody > tr:hover > .attr-warning, .attr-table-hover > tbody > tr.attr-warning:hover > th {
  background-color: #faf2cc;
}

.attr-table > thead > tr > td.attr-danger, .attr-table > tbody > tr > td.attr-danger, .attr-table > tfoot > tr > td.attr-danger, .attr-table > thead > tr > th.attr-danger, .attr-table > tbody > tr > th.attr-danger, .attr-table > tfoot > tr > th.attr-danger, .attr-table > thead > tr.attr-danger > td, .attr-table > tbody > tr.attr-danger > td, .attr-table > tfoot > tr.attr-danger > td, .attr-table > thead > tr.attr-danger > th, .attr-table > tbody > tr.attr-danger > th, .attr-table > tfoot > tr.attr-danger > th {
  background-color: #f2dede;
}

.attr-table-hover > tbody > tr > td.attr-danger:hover, .attr-table-hover > tbody > tr > th.attr-danger:hover, .attr-table-hover > tbody > tr.attr-danger:hover > td, .attr-table-hover > tbody > tr:hover > .attr-danger, .attr-table-hover > tbody > tr.attr-danger:hover > th {
  background-color: #ebcccc;
}

.attr-table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .attr-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

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

  .attr-table-responsive > .attr-table > thead > tr > th, .attr-table-responsive > .attr-table > tbody > tr > th, .attr-table-responsive > .attr-table > tfoot > tr > th, .attr-table-responsive > .attr-table > thead > tr > td, .attr-table-responsive > .attr-table > tbody > tr > td, .attr-table-responsive > .attr-table > tfoot > tr > td {
    white-space: nowrap;
  }

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

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

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

  .attr-table-responsive > .attr-table-bordered > tbody > tr:last-child > th, .attr-table-responsive > .attr-table-bordered > tfoot > tr:last-child > th, .attr-table-responsive > .attr-table-bordered > tbody > tr:last-child > td, .attr-table-responsive > .attr-table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.attr-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.attr-form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.attr-form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.attr-form-control:-ms-input-placeholder {
  color: #999;
}

.attr-form-control::-webkit-input-placeholder {
  color: #999;
}

.attr-form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.attr-form-control[disabled], .attr-form-control[readonly], fieldset[disabled] .attr-form-control {
  background-color: #eee;
  opacity: 1;
}

.attr-form-control[disabled], fieldset[disabled] .attr-form-control {
  cursor: not-allowed;
}

textarea.attr-form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].attr-form-control, input[type=time].attr-form-control, input[type=datetime-local].attr-form-control, input[type=month].attr-form-control {
    line-height: 34px;
  }

  input[type=date].attr-input-sm, input[type=time].attr-input-sm, input[type=datetime-local].attr-input-sm, input[type=month].attr-input-sm, .attr-input-group-sm input[type=date], .attr-input-group-sm input[type=time], .attr-input-group-sm input[type=datetime-local], .attr-input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].attr-input-lg, input[type=time].attr-input-lg, input[type=datetime-local].attr-input-lg, input[type=month].attr-input-lg, .attr-input-group-lg input[type=date], .attr-input-group-lg input[type=time], .attr-input-group-lg input[type=datetime-local], .attr-input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.attr-form-group {
  margin-bottom: 15px;
}

.attr-radio, .attr-checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.attr-radio label, .attr-checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.attr-radio input[type=radio], .attr-radio-inline input[type=radio], .attr-checkbox input[type=checkbox], .attr-checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-left: -20px;
}

.attr-radio + .attr-radio, .attr-checkbox + .attr-checkbox {
  margin-top: -5px;
}

.attr-radio-inline, .attr-checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.attr-radio-inline + .attr-radio-inline, .attr-checkbox-inline + .attr-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=checkbox][disabled], input[type=radio].attr-disabled, input[type=checkbox].attr-disabled, fieldset[disabled] input[type=radio], fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.attr-radio-inline.attr-disabled, .attr-checkbox-inline.attr-disabled, fieldset[disabled] .attr-radio-inline, fieldset[disabled] .attr-checkbox-inline {
  cursor: not-allowed;
}

.attr-radio.attr-disabled label, .attr-checkbox.attr-disabled label, fieldset[disabled] .attr-radio label, fieldset[disabled] .attr-checkbox label {
  cursor: not-allowed;
}

.attr-form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.attr-form-control-static.attr-input-lg, .attr-form-control-static.attr-input-sm {
  padding-right: 0;
  padding-left: 0;
}

.attr-input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.attr-input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.attr-input-sm, select[multiple].attr-input-sm {
  height: auto;
}

.attr-form-group-sm .attr-form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.attr-form-group-sm select.attr-form-control {
  height: 30px;
  line-height: 30px;
}

.attr-form-group-sm textarea.attr-form-control, .attr-form-group-sm select[multiple].attr-form-control {
  height: auto;
}

.attr-form-group-sm .attr-form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.attr-input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.attr-input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.attr-input-lg, select[multiple].attr-input-lg {
  height: auto;
}

.attr-form-group-lg .attr-form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.attr-form-group-lg select.attr-form-control {
  height: 46px;
  line-height: 46px;
}

.attr-form-group-lg textarea.attr-form-control, .attr-form-group-lg select[multiple].attr-form-control {
  height: auto;
}

.attr-form-group-lg .attr-form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.attr-has-feedback {
  position: relative;
}

.attr-has-feedback .attr-form-control {
  padding-right: 42.5px;
}

.attr-form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.attr-input-lg + .attr-form-control-feedback, .attr-input-group-lg + .attr-form-control-feedback, .attr-form-group-lg .attr-form-control + .attr-form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.attr-input-sm + .attr-form-control-feedback, .attr-input-group-sm + .attr-form-control-feedback, .attr-form-group-sm .attr-form-control + .attr-form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.attr-has-success .attr-help-block, .attr-has-success .attr-control-label, .attr-has-success .attr-radio, .attr-has-success .attr-checkbox, .attr-has-success .attr-radio-inline, .attr-has-success .attr-checkbox-inline, .attr-has-success.attr-radio label, .attr-has-success.attr-checkbox label, .attr-has-success.attr-radio-inline label, .attr-has-success.attr-checkbox-inline label {
  color: #3c763d;
}

.attr-has-success .attr-form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.attr-has-success .attr-form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.attr-has-success .attr-input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.attr-has-success .attr-form-control-feedback {
  color: #3c763d;
}

.attr-has-warning .attr-help-block, .attr-has-warning .attr-control-label, .attr-has-warning .attr-radio, .attr-has-warning .attr-checkbox, .attr-has-warning .attr-radio-inline, .attr-has-warning .attr-checkbox-inline, .attr-has-warning.attr-radio label, .attr-has-warning.attr-checkbox label, .attr-has-warning.attr-radio-inline label, .attr-has-warning.attr-checkbox-inline label {
  color: #8a6d3b;
}

.attr-has-warning .attr-form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.attr-has-warning .attr-form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.attr-has-warning .attr-input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.attr-has-warning .attr-form-control-feedback {
  color: #8a6d3b;
}

.attr-has-error .attr-help-block, .attr-has-error .attr-control-label, .attr-has-error .attr-radio, .attr-has-error .attr-checkbox, .attr-has-error .attr-radio-inline, .attr-has-error .attr-checkbox-inline, .attr-has-error.attr-radio label, .attr-has-error.attr-checkbox label, .attr-has-error.attr-radio-inline label, .attr-has-error.attr-checkbox-inline label {
  color: #a94442;
}

.attr-has-error .attr-form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.attr-has-error .attr-form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.attr-has-error .attr-input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.attr-has-error .attr-form-control-feedback {
  color: #a94442;
}

.attr-has-feedback label ~ .attr-form-control-feedback {
  top: 25px;
}

.attr-has-feedback label.attr-sr-only ~ .attr-form-control-feedback {
  top: 0;
}

.attr-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .attr-form-inline .attr-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .attr-form-inline .attr-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .attr-form-inline .attr-form-control-static {
    display: inline-block;
  }

  .attr-form-inline .attr-input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .attr-form-inline .attr-input-group .attr-input-group-addon, .attr-form-inline .attr-input-group .attr-input-group-btn, .attr-form-inline .attr-input-group .attr-form-control {
    width: auto;
  }

  .attr-form-inline .attr-input-group > .attr-form-control {
    width: 100%;
  }

  .attr-form-inline .attr-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .attr-form-inline .attr-radio, .attr-form-inline .attr-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .attr-form-inline .attr-radio label, .attr-form-inline .attr-checkbox label {
    padding-left: 0;
  }

  .attr-form-inline .attr-radio input[type=radio], .attr-form-inline .attr-checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .attr-form-inline .attr-has-feedback .attr-form-control-feedback {
    top: 0;
  }
}
.attr-form-horizontal .attr-radio, .attr-form-horizontal .attr-checkbox, .attr-form-horizontal .attr-radio-inline, .attr-form-horizontal .attr-checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.attr-form-horizontal .attr-radio, .attr-form-horizontal .attr-checkbox {
  min-height: 27px;
}

.attr-form-horizontal .attr-form-group {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .attr-form-horizontal .attr-control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.attr-form-horizontal .attr-has-feedback .attr-form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .attr-form-horizontal .attr-form-group-lg .attr-control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .attr-form-horizontal .attr-form-group-sm .attr-control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.attr-btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  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;
}

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

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

.attr-btn:active, .attr-btn.attr-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);
}

.attr-btn.attr-disabled, .attr-btn[disabled], fieldset[disabled] .attr-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attr-btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.attr-btn-link, .attr-btn-link:active, .attr-btn-link.attr-active, .attr-btn-link[disabled], fieldset[disabled] .attr-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.attr-btn-link, .attr-btn-link:hover, .attr-btn-link:focus, .attr-btn-link:active {
  border-color: transparent;
}

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

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

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

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

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

.attr-btn-block {
  display: block;
  width: 100%;
}

.attr-btn-block + .attr-btn-block {
  margin-top: 5px;
}

input[type=submit].attr-btn-block, input[type=reset].attr-btn-block, input[type=button].attr-btn-block {
  width: 100%;
}

.attr-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.attr-fade.attr-in {
  opacity: 1;
}

.attr-collapse {
  display: none;
}

.attr-collapse.attr-in {
  display: block;
}

tr.attr-collapse.attr-in {
  display: table-row;
}

tbody.attr-collapse.attr-in {
  display: table-row-group;
}

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

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

.attr-dropup, .attr-dropdown {
  position: relative;
}

.attr-dropdown-toggle:focus {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.attr-open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

  .attr-navbar-right .attr-dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.attr-btn-group, .attr-btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

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

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

.attr-btn-group .attr-btn + .attr-btn, .attr-btn-group .attr-btn + .attr-btn-group, .attr-btn-group .attr-btn-group + .attr-btn, .attr-btn-group .attr-btn-group + .attr-btn-group {
  margin-left: -1px;
}

.attr-btn-toolbar {
  margin-left: -5px;
}

.attr-btn-toolbar .attr-btn, .attr-btn-toolbar .attr-btn-group, .attr-btn-toolbar .attr-input-group {
  float: left;
}

.attr-btn-toolbar > .attr-btn, .attr-btn-toolbar > .attr-btn-group, .attr-btn-toolbar > .attr-input-group {
  margin-left: 5px;
}

.attr-btn-group > .attr-btn:not(:first-child):not(:last-child):not(.attr-dropdown-toggle) {
  border-radius: 0;
}

.attr-btn-group > .attr-btn:first-child {
  margin-left: 0;
}

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

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

.attr-btn-group > .attr-btn-group {
  float: left;
}

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

.attr-btn-group > .attr-btn-group:first-child:not(:last-child) > .attr-btn:last-child, .attr-btn-group > .attr-btn-group:first-child:not(:last-child) > .attr-dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

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

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

.attr-btn-group.attr-open .attr-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);
}

.attr-btn-group.attr-open .attr-dropdown-toggle.attr-btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.attr-btn .attr-caret {
  margin-left: 0;
}

.attr-btn-lg .attr-caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.attr-dropup .attr-btn-lg .attr-caret {
  border-width: 0 5px 5px;
}

.attr-btn-group-vertical > .attr-btn, .attr-btn-group-vertical > .attr-btn-group, .attr-btn-group-vertical > .attr-btn-group > .attr-btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.attr-btn-group-vertical > .attr-btn-group > .attr-btn {
  float: none;
}

.attr-btn-group-vertical > .attr-btn + .attr-btn, .attr-btn-group-vertical > .attr-btn + .attr-btn-group, .attr-btn-group-vertical > .attr-btn-group + .attr-btn, .attr-btn-group-vertical > .attr-btn-group + .attr-btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.attr-btn-group-vertical > .attr-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.attr-btn-group-vertical > .attr-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;
}

.attr-btn-group-vertical > .attr-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;
}

.attr-btn-group-vertical > .attr-btn-group:not(:first-child):not(:last-child) > .attr-btn {
  border-radius: 0;
}

.attr-btn-group-vertical > .attr-btn-group:first-child:not(:last-child) > .attr-btn:last-child, .attr-btn-group-vertical > .attr-btn-group:first-child:not(:last-child) > .attr-dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.attr-btn-group-justified > .attr-btn, .attr-btn-group-justified > .attr-btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.attr-btn-group-justified > .attr-btn-group .attr-btn {
  width: 100%;
}

.attr-btn-group-justified > .attr-btn-group .attr-dropdown-menu {
  left: auto;
}

[data-attr-toggle=buttons] > .attr-btn input[type=radio], [data-attr-toggle=buttons] > .attr-btn-group > .attr-btn input[type=radio], [data-attr-toggle=buttons] > .attr-btn input[type=checkbox], [data-attr-toggle=buttons] > .attr-btn-group > .attr-btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.attr-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.attr-input-group[class*=attr-col-] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.attr-input-group .attr-form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.attr-input-group .attr-form-control:focus {
  z-index: 3;
}

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

select.attr-input-group-lg > .attr-form-control, select.attr-input-group-lg > .attr-input-group-addon, select.attr-input-group-lg > .attr-input-group-btn > .attr-btn {
  height: 46px;
  line-height: 46px;
}

textarea.attr-input-group-lg > .attr-form-control, textarea.attr-input-group-lg > .attr-input-group-addon, textarea.attr-input-group-lg > .attr-input-group-btn > .attr-btn, select[multiple].attr-input-group-lg > .attr-form-control, select[multiple].attr-input-group-lg > .attr-input-group-addon, select[multiple].attr-input-group-lg > .attr-input-group-btn > .attr-btn {
  height: auto;
}

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

select.attr-input-group-sm > .attr-form-control, select.attr-input-group-sm > .attr-input-group-addon, select.attr-input-group-sm > .attr-input-group-btn > .attr-btn {
  height: 30px;
  line-height: 30px;
}

textarea.attr-input-group-sm > .attr-form-control, textarea.attr-input-group-sm > .attr-input-group-addon, textarea.attr-input-group-sm > .attr-input-group-btn > .attr-btn, select[multiple].attr-input-group-sm > .attr-form-control, select[multiple].attr-input-group-sm > .attr-input-group-addon, select[multiple].attr-input-group-sm > .attr-input-group-btn > .attr-btn {
  height: auto;
}

.attr-input-group-addon, .attr-input-group-btn, .attr-input-group .attr-form-control {
  display: table-cell;
}

.attr-input-group-addon:not(:first-child):not(:last-child), .attr-input-group-btn:not(:first-child):not(:last-child), .attr-input-group .attr-form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.attr-input-group-addon, .attr-input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.attr-input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.attr-input-group-addon.attr-input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.attr-input-group-addon.attr-input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.attr-input-group-addon input[type=radio], .attr-input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.attr-input-group .attr-form-control:first-child, .attr-input-group-addon:first-child, .attr-input-group-btn:first-child > .attr-btn, .attr-input-group-btn:first-child > .attr-btn-group > .attr-btn, .attr-input-group-btn:first-child > .attr-dropdown-toggle, .attr-input-group-btn:last-child > .attr-btn:not(:last-child):not(.attr-dropdown-toggle), .attr-input-group-btn:last-child > .attr-btn-group:not(:last-child) > .attr-btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.attr-input-group-addon:first-child {
  border-right: 0;
}

.attr-input-group .attr-form-control:last-child, .attr-input-group-addon:last-child, .attr-input-group-btn:last-child > .attr-btn, .attr-input-group-btn:last-child > .attr-btn-group > .attr-btn, .attr-input-group-btn:last-child > .attr-dropdown-toggle, .attr-input-group-btn:first-child > .attr-btn:not(:first-child), .attr-input-group-btn:first-child > .attr-btn-group:not(:first-child) > .attr-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.attr-input-group-addon:last-child {
  border-left: 0;
}

.attr-input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.attr-input-group-btn > .attr-btn {
  position: relative;
}

.attr-input-group-btn > .attr-btn + .attr-btn {
  margin-left: -1px;
}

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

.attr-input-group-btn:first-child > .attr-btn, .attr-input-group-btn:first-child > .attr-btn-group {
  margin-right: -1px;
}

.attr-input-group-btn:last-child > .attr-btn, .attr-input-group-btn:last-child > .attr-btn-group {
  z-index: 2;
  margin-left: -1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attr-nav-tabs.attr-nav-justified > .attr-dropdown .attr-dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .attr-nav-tabs.attr-nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .attr-nav-tabs.attr-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.attr-nav-tabs.attr-nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.attr-nav-tabs.attr-nav-justified > .attr-active > a, .attr-nav-tabs.attr-nav-justified > .attr-active > a:hover, .attr-nav-tabs.attr-nav-justified > .attr-active > a:focus {
  border: 1px solid #ddd;
}

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

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

.attr-nav-pills > li > a {
  border-radius: 4px;
}

.attr-nav-pills > li + li {
  margin-left: 2px;
}

.attr-nav-pills > li.attr-active > a, .attr-nav-pills > li.attr-active > a:hover, .attr-nav-pills > li.attr-active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.attr-nav-stacked > li {
  float: none;
}

.attr-nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.attr-nav-justified {
  width: 100%;
}

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

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

.attr-nav-justified > .attr-dropdown .attr-dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .attr-nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .attr-nav-justified > li > a {
    margin-bottom: 0;
  }
}
.attr-nav-tabs-justified {
  border-bottom: 0;
}

.attr-nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.attr-nav-tabs-justified > .attr-active > a, .attr-nav-tabs-justified > .attr-active > a:hover, .attr-nav-tabs-justified > .attr-active > a:focus {
  border: 1px solid #ddd;
}

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

  .attr-nav-tabs-justified > .attr-active > a, .attr-nav-tabs-justified > .attr-active > a:hover, .attr-nav-tabs-justified > .attr-active > a:focus {
    border-bottom-color: #fff;
  }
}
.attr-tab-content > .attr-tab-pane {
  display: none;
}

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

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

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

@media (min-width: 768px) {
  .attr-navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .attr-navbar-header {
    float: left;
  }
}
.attr-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);
}

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

@media (min-width: 768px) {
  .attr-navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .attr-navbar-collapse.attr-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .attr-navbar-collapse.attr-in {
    overflow-y: visible;
  }

  .attr-navbar-fixed-top .attr-navbar-collapse, .attr-navbar-static-top .attr-navbar-collapse, .attr-navbar-fixed-bottom .attr-navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.attr-navbar-fixed-top .attr-navbar-collapse, .attr-navbar-fixed-bottom .attr-navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .attr-navbar-fixed-top .attr-navbar-collapse, .attr-navbar-fixed-bottom .attr-navbar-collapse {
    max-height: 200px;
  }
}
.attr-container > .attr-navbar-header, .attr-container-fluid > .attr-navbar-header, .attr-container > .attr-navbar-collapse, .attr-container-fluid > .attr-navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .attr-container > .attr-navbar-header, .attr-container-fluid > .attr-navbar-header, .attr-container > .attr-navbar-collapse, .attr-container-fluid > .attr-navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.attr-navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .attr-navbar-static-top {
    border-radius: 0;
  }
}
.attr-navbar-fixed-top, .attr-navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .attr-navbar-fixed-top, .attr-navbar-fixed-bottom {
    border-radius: 0;
  }
}
.attr-navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.attr-navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.attr-navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.attr-navbar-brand:hover, .attr-navbar-brand:focus {
  text-decoration: none;
}

.attr-navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .attr-navbar > .attr-container .attr-navbar-brand, .attr-navbar > .attr-container-fluid .attr-navbar-brand {
    margin-left: -15px;
  }
}
.attr-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;
}

.attr-navbar-toggle:focus {
  outline: 0;
}

.attr-navbar-toggle .attr-icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.attr-navbar-toggle .attr-icon-bar + .attr-icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .attr-navbar-toggle {
    display: none;
  }
}
.attr-navbar-nav {
  margin: 7.5px -15px;
}

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

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

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

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

  .attr-navbar-nav .attr-open .attr-dropdown-menu > li > a:hover, .attr-navbar-nav .attr-open .attr-dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .attr-navbar-nav {
    float: left;
    margin: 0;
  }

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

  .attr-navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.attr-navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .attr-navbar-form .attr-form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .attr-navbar-form .attr-form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .attr-navbar-form .attr-form-control-static {
    display: inline-block;
  }

  .attr-navbar-form .attr-input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .attr-navbar-form .attr-input-group .attr-input-group-addon, .attr-navbar-form .attr-input-group .attr-input-group-btn, .attr-navbar-form .attr-input-group .attr-form-control {
    width: auto;
  }

  .attr-navbar-form .attr-input-group > .attr-form-control {
    width: 100%;
  }

  .attr-navbar-form .attr-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .attr-navbar-form .attr-radio, .attr-navbar-form .attr-checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .attr-navbar-form .attr-radio label, .attr-navbar-form .attr-checkbox label {
    padding-left: 0;
  }

  .attr-navbar-form .attr-radio input[type=radio], .attr-navbar-form .attr-checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .attr-navbar-form .attr-has-feedback .attr-form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .attr-navbar-form .attr-form-group {
    margin-bottom: 5px;
  }

  .attr-navbar-form .attr-form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .attr-navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.attr-navbar-nav > li > .attr-dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.attr-navbar-fixed-bottom .attr-navbar-nav > li > .attr-dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

  .attr-navbar-right ~ .attr-navbar-right {
    margin-right: 0;
  }
}
.attr-navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attr-pagination > li {
  display: inline;
}

.attr-pagination > li > a, .attr-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;
}

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

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

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

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

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

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

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

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

.attr-pagination-sm > li > a, .attr-pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.attr-pager li {
  display: inline;
}

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

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

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

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

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

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

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

.attr-label:empty {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attr-badge:empty {
  display: none;
}

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

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

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

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

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

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

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

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

.attr-jumbotron h1, .attr-jumbotron .attr-h1 {
  color: inherit;
}

.attr-jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.attr-jumbotron > hr {
  border-top-color: #d5d5d5;
}

.attr-container .attr-jumbotron, .attr-container-fluid .attr-jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

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

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

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

  .attr-jumbotron h1, .attr-jumbotron .attr-h1 {
    font-size: 63px;
  }
}
.attr-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;
}

.attr-thumbnail > img, .attr-thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

.attr-alert .attr-alert-link {
  font-weight: bold;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attr-alert-danger hr {
  border-top-color: #e4b9c0;
}

.attr-alert-danger .attr-alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.attr-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);
}

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

.attr-progress-striped .attr-progress-bar, .attr-progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.attr-progress.attr-active .attr-progress-bar, .attr-progress-bar.attr-active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.attr-progress-bar-success {
  background-color: #5cb85c;
}

.attr-progress-striped .attr-progress-bar-success {
  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);
}

.attr-progress-bar-info {
  background-color: #5bc0de;
}

.attr-progress-striped .attr-progress-bar-info {
  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);
}

.attr-progress-bar-warning {
  background-color: #f0ad4e;
}

.attr-progress-striped .attr-progress-bar-warning {
  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);
}

.attr-progress-bar-danger {
  background-color: #d9534f;
}

.attr-progress-striped .attr-progress-bar-danger {
  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);
}

.attr-media {
  margin-top: 15px;
}

.attr-media:first-child {
  margin-top: 0;
}

.attr-media, .attr-media-body {
  overflow: hidden;
  zoom: 1;
}

.attr-media-body {
  width: 10000px;
}

.attr-media-object {
  display: block;
}

.attr-media-object.attr-img-thumbnail {
  max-width: none;
}

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

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

.attr-media-left, .attr-media-right, .attr-media-body {
  display: table-cell;
  vertical-align: top;
}

.attr-media-middle {
  vertical-align: middle;
}

.attr-media-bottom {
  vertical-align: bottom;
}

.attr-media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.attr-list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

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

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

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

a.attr-list-group-item, button.attr-list-group-item {
  color: #555;
}

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

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

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

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

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

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

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

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

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

.attr-list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.attr-list-group-item-success, button.attr-list-group-item-success {
  color: #3c763d;
}

a.attr-list-group-item-success .attr-list-group-item-heading, button.attr-list-group-item-success .attr-list-group-item-heading {
  color: inherit;
}

a.attr-list-group-item-success:hover, button.attr-list-group-item-success:hover, a.attr-list-group-item-success:focus, button.attr-list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.attr-list-group-item-success.attr-active, button.attr-list-group-item-success.attr-active, a.attr-list-group-item-success.attr-active:hover, button.attr-list-group-item-success.attr-active:hover, a.attr-list-group-item-success.attr-active:focus, button.attr-list-group-item-success.attr-active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.attr-list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.attr-list-group-item-info, button.attr-list-group-item-info {
  color: #31708f;
}

a.attr-list-group-item-info .attr-list-group-item-heading, button.attr-list-group-item-info .attr-list-group-item-heading {
  color: inherit;
}

a.attr-list-group-item-info:hover, button.attr-list-group-item-info:hover, a.attr-list-group-item-info:focus, button.attr-list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.attr-list-group-item-info.attr-active, button.attr-list-group-item-info.attr-active, a.attr-list-group-item-info.attr-active:hover, button.attr-list-group-item-info.attr-active:hover, a.attr-list-group-item-info.attr-active:focus, button.attr-list-group-item-info.attr-active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.attr-list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.attr-list-group-item-warning, button.attr-list-group-item-warning {
  color: #8a6d3b;
}

a.attr-list-group-item-warning .attr-list-group-item-heading, button.attr-list-group-item-warning .attr-list-group-item-heading {
  color: inherit;
}

a.attr-list-group-item-warning:hover, button.attr-list-group-item-warning:hover, a.attr-list-group-item-warning:focus, button.attr-list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.attr-list-group-item-warning.attr-active, button.attr-list-group-item-warning.attr-active, a.attr-list-group-item-warning.attr-active:hover, button.attr-list-group-item-warning.attr-active:hover, a.attr-list-group-item-warning.attr-active:focus, button.attr-list-group-item-warning.attr-active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.attr-list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.attr-list-group-item-danger, button.attr-list-group-item-danger {
  color: #a94442;
}

a.attr-list-group-item-danger .attr-list-group-item-heading, button.attr-list-group-item-danger .attr-list-group-item-heading {
  color: inherit;
}

a.attr-list-group-item-danger:hover, button.attr-list-group-item-danger:hover, a.attr-list-group-item-danger:focus, button.attr-list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.attr-list-group-item-danger.attr-active, button.attr-list-group-item-danger.attr-active, a.attr-list-group-item-danger.attr-active:hover, button.attr-list-group-item-danger.attr-active:hover, a.attr-list-group-item-danger.attr-active:focus, button.attr-list-group-item-danger.attr-active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.attr-list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.attr-list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

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

.attr-panel-body {
  padding: 15px;
}

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

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

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

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

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

.attr-panel > .attr-list-group, .attr-panel > .attr-panel-collapse > .attr-list-group {
  margin-bottom: 0;
}

.attr-panel > .attr-list-group .attr-list-group-item, .attr-panel > .attr-panel-collapse > .attr-list-group .attr-list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.attr-panel > .attr-list-group:first-child .attr-list-group-item:first-child, .attr-panel > .attr-panel-collapse > .attr-list-group:first-child .attr-list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.attr-panel > .attr-list-group:last-child .attr-list-group-item:last-child, .attr-panel > .attr-panel-collapse > .attr-list-group:last-child .attr-list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

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

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

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

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

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

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

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

.attr-panel > .attr-table:first-child > thead:first-child > tr:first-child td:first-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > thead:first-child > tr:first-child td:first-child, .attr-panel > .attr-table:first-child > tbody:first-child > tr:first-child td:first-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > tbody:first-child > tr:first-child td:first-child, .attr-panel > .attr-table:first-child > thead:first-child > tr:first-child th:first-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > thead:first-child > tr:first-child th:first-child, .attr-panel > .attr-table:first-child > tbody:first-child > tr:first-child th:first-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.attr-panel > .attr-table:first-child > thead:first-child > tr:first-child td:last-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > thead:first-child > tr:first-child td:last-child, .attr-panel > .attr-table:first-child > tbody:first-child > tr:first-child td:last-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > tbody:first-child > tr:first-child td:last-child, .attr-panel > .attr-table:first-child > thead:first-child > tr:first-child th:last-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > thead:first-child > tr:first-child th:last-child, .attr-panel > .attr-table:first-child > tbody:first-child > tr:first-child th:last-child, .attr-panel > .attr-table-responsive:first-child > .attr-table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.attr-embed-responsive .attr-embed-responsive-item, .attr-embed-responsive iframe, .attr-embed-responsive embed, .attr-embed-responsive object, .attr-embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.attr-embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.attr-embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

.attr-well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.attr-well-lg {
  padding: 24px;
  border-radius: 6px;
}

.attr-well-sm {
  padding: 9px;
  border-radius: 3px;
}

.attr-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

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

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

.attr-modal-open {
  overflow: hidden;
}

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

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

.attr-modal.attr-in .attr-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.attr-modal-open .attr-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.attr-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .attr-modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .attr-modal-lg {
    width: 900px;
  }
}
.attr-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  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;
}

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

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

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

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

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

.attr-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.attr-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

.attr-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: normal;
  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;
}

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

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

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

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

.attr-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.attr-popover-content {
  padding: 9px 14px;
}

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

.attr-popover > .attr-arrow {
  border-width: 11px;
}

.attr-popover > .attr-arrow:after {
  content: "";
  border-width: 10px;
}

.attr-popover.attr-top > .attr-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;
}

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

.attr-popover.attr-right > .attr-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;
}

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

.attr-popover.attr-bottom > .attr-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);
}

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

.attr-popover.attr-left > .attr-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);
}

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

.attr-carousel {
  position: relative;
}

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

.attr-carousel-inner > .attr-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;
}

.attr-carousel-inner > .attr-item > img, .attr-carousel-inner > .attr-item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .attr-carousel-inner > .attr-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

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

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

  .attr-carousel-inner > .attr-item.attr-next.attr-left, .attr-carousel-inner > .attr-item.attr-prev.attr-right, .attr-carousel-inner > .attr-item.attr-active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.attr-carousel-inner > .attr-active, .attr-carousel-inner > .attr-next, .attr-carousel-inner > .attr-prev {
  display: block;
}

.attr-carousel-inner > .attr-active {
  left: 0;
}

.attr-carousel-inner > .attr-next, .attr-carousel-inner > .attr-prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.attr-carousel-inner > .attr-next {
  left: 100%;
}

.attr-carousel-inner > .attr-prev {
  left: -100%;
}

.attr-carousel-inner > .attr-next.attr-left, .attr-carousel-inner > .attr-prev.attr-right {
  left: 0;
}

.attr-carousel-inner > .attr-active.attr-left {
  left: -100%;
}

.attr-carousel-inner > .attr-active.attr-right {
  left: 100%;
}

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

.attr-carousel-control.attr-left {
  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;
}

.attr-carousel-control.attr-right {
  right: 0;
  left: auto;
  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;
}

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

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

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

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

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

.attr-carousel-control .attr-icon-prev:before {
  content: "‹";
}

.attr-carousel-control .attr-icon-next:before {
  content: "›";
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .attr-carousel-control .attr-glyphicon-chevron-left, .attr-carousel-control .attr-glyphicon-chevron-right, .attr-carousel-control .attr-icon-prev, .attr-carousel-control .attr-icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

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

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

  .attr-carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

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

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

.attr-center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.attr-pull-right {
  float: right !important;
}

.attr-pull-left {
  float: left !important;
}

.attr-hide {
  display: none !important;
}

.attr-show {
  display: block !important;
}

.attr-invisible {
  visibility: hidden;
}

.attr-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.attr-hidden {
  display: none !important;
}

.attr-affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.attr-visible-xs, .attr-visible-sm, .attr-visible-md, .attr-visible-lg {
  display: none !important;
}

.attr-visible-xs-block, .attr-visible-xs-inline, .attr-visible-xs-inline-block, .attr-visible-sm-block, .attr-visible-sm-inline, .attr-visible-sm-inline-block, .attr-visible-md-block, .attr-visible-md-inline, .attr-visible-md-inline-block, .attr-visible-lg-block, .attr-visible-lg-inline, .attr-visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .attr-visible-xs {
    display: block !important;
  }

  table.attr-visible-xs {
    display: table !important;
  }

  tr.attr-visible-xs {
    display: table-row !important;
  }

  th.attr-visible-xs, td.attr-visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .attr-visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .attr-visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .attr-visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attr-visible-sm {
    display: block !important;
  }

  table.attr-visible-sm {
    display: table !important;
  }

  tr.attr-visible-sm {
    display: table-row !important;
  }

  th.attr-visible-sm, td.attr-visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attr-visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attr-visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attr-visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attr-visible-md {
    display: block !important;
  }

  table.attr-visible-md {
    display: table !important;
  }

  tr.attr-visible-md {
    display: table-row !important;
  }

  th.attr-visible-md, td.attr-visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attr-visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attr-visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attr-visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .attr-visible-lg {
    display: block !important;
  }

  table.attr-visible-lg {
    display: table !important;
  }

  tr.attr-visible-lg {
    display: table-row !important;
  }

  th.attr-visible-lg, td.attr-visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .attr-visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .attr-visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .attr-visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .attr-hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .attr-hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .attr-hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .attr-hidden-lg {
    display: none !important;
  }
}
.attr-visible-print {
  display: none !important;
}

@media print {
  .attr-visible-print {
    display: block !important;
  }

  table.attr-visible-print {
    display: table !important;
  }

  tr.attr-visible-print {
    display: table-row !important;
  }

  th.attr-visible-print, td.attr-visible-print {
    display: table-cell !important;
  }
}
.attr-visible-print-block {
  display: none !important;
}

@media print {
  .attr-visible-print-block {
    display: block !important;
  }
}
.attr-visible-print-inline {
  display: none !important;
}

@media print {
  .attr-visible-print-inline {
    display: inline !important;
  }
}
.attr-visible-print-inline-block {
  display: none !important;
}

@media print {
  .attr-visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .attr-hidden-print {
    display: none !important;
  }
}
.attr-nav-tabs .ekit-admin-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 44px 18px 20px;
  color: #121116;
  border-top: 1px solid #E0E4E9;
  border-left: 2px solid transparent;
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  background-color: #f1f1f1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0px;
}
.attr-nav-tabs .ekit-admin-nav-link .ekit-admin-title {
  font-size: 0.8125rem;
  font-weight: bold;
  color: #121116;
  display: block;
  margin-bottom: 2px;
  line-height: 1;
}
.attr-nav-tabs .ekit-admin-nav-link .ekit-admin-subtitle {
  color: #72777C;
  font-size: 0.8125rem;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.attr-nav-tabs .ekit-admin-nav-link .ekit-admin-tab-icon {
  color: #72777C;
  font-size: 1.4375rem;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.attr-nav-tabs .attr-active > a,
.attr-nav-tabs > li > a:hover,
.attr-nav-tabs > li > a:focus {
  background-color: #FFFFFF;
  border-left-color: #f2295b;
}
.attr-nav-tabs .attr-active > a .ekit-admin-title,
.attr-nav-tabs .attr-active > a .ekit-admin-tab-icon,
.attr-nav-tabs > li > a:hover .ekit-admin-title,
.attr-nav-tabs > li > a:hover .ekit-admin-tab-icon,
.attr-nav-tabs > li > a:focus .ekit-admin-title,
.attr-nav-tabs > li > a:focus .ekit-admin-tab-icon {
  color: #f2295b;
}

/* tab content */
.ekit-admin-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #E0E4E9;
  margin-bottom: 8px;
}

.ekit-admin-header-title {
  font-size: 1rem;
  font-weight: bold;
  color: #f2295b;
  margin-bottom: 0;
}

.ekit-admin-help {
  color: #0073aa;
  font-weight: bold;
  font-size: 0.75rem;
}
.ekit-admin-help > i {
  padding-right: 5px;
}

.ekit-admin-input-switch {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  line-height: 1;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.ekit-admin-input-switch .ekit-admin-control-input:checked ~ .ekit-admin-control-label .ekit-admin-control-label-switch::after {
  left: 30px;
  background-color: #f2295b;
  color: #f2295b;
}
.ekit-admin-input-switch .ekit-admin-control-input:checked ~ .ekit-admin-control-label .ekit-admin-control-label-switch::before {
  border-color: #f2295b;
  text-indent: 52px;
}
.ekit-admin-input-switch .ekit-admin-control-label {
  cursor: pointer;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ekit-admin-input-switch .ekit-admin-control-label-switch {
  position: relative;
  overflow: hidden;
  width: 52px;
  height: 26px;
  display: inline-block;
  margin-left: 10px;
}
.ekit-admin-input-switch .ekit-admin-control-label-switch::before, .ekit-admin-input-switch .ekit-admin-control-label-switch::after {
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  font-weight: 700;
  font-size: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ekit-admin-input-switch .ekit-admin-control-label-switch::before {
  content: attr(data-inactive);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: #444444 solid 1px;
  border-radius: 26px;
  text-indent: 24px;
}
.ekit-admin-input-switch .ekit-admin-control-label-switch::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  content: attr(data-active);
  width: 18px;
  height: 18px;
  background-color: #444444;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  text-indent: -22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ekit-admin-input-switch .ekit-admin-control-input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.ekit-admin-section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #E0E4E9;
  padding-bottom: 24px;
  margin-bottom: 48px;
}
.ekit-admin-section-header::before {
  content: "";
  position: absolute;
  display: block;
  width: 48px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #f2295b;
}

.ekit-admin-section-heaer-title {
  position: relative;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
.ekit-admin-section-heaer-title::before {
  content: "";
  font-family: "FontAwesome";
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin-right: 24px;
  background-color: #fee9ee;
  color: #f2295b;
  text-align: center;
  border-radius: 3px;
  vertical-align: middle;
  font-size: 20px;
}

.ekit-admin-fields-container {
  font-size: 0.875rem;
  color: #666;
}

.custom-control .custom-control-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  color: #121116;
  font-size: 0.875rem;
}
.custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #19073B;
  background-color: #19073B;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.custom-control .custom-control-input .custom-control-label::after, .custom-control .custom-control-input .custom-control-label::before {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.custom-control .custom-control-input .custom-control-label::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.ekit-admin-fields-container-fieldset {
  margin-top: 16px;
}

.attr-nav-tabs {
  margin-top: 0px;
}
.attr-nav-tabs > li {
  width: 100%;
}
.attr-nav-tabs > li > a {
  margin-right: 0px;
}

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
@media (max-width: 320px) {
  :root {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  :root {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  :root {
    font-size: 13px;
  }

  .section-padding {
    padding: 75px 0;
  }

  .section-padding-medium {
    padding: 60px 0;
  }

  .section-padding-medium-bottom {
    padding-bottom: 60px;
  }

  .section-padding-medium-top {
    padding-top: 60px;
  }
}
@media (min-width: 992px) {
  .ekit-admin-right-content {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ekit-admin-right-content {
    width: 100%;
    padding: 0;
  }

  .ekit-admin-support-section .ekit-admin-right-content,
.ekit-admin-feature-request-section .ekit-admin-right-content {
    padding-left: 20px;
  }

  #v-elementskit-userdata .ekit-admin-fields-container {
    max-width: 75%;
  }

  .ekit-admin-rate-now-section .ekit-admin-right-content {
    padding-bottom: 20px;
  }

  .ekit-admin-fields-container-description {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .ekit-admin-fields-container-description {
    width: 100%;
  }

  .ekit-admin-right-content {
    width: 100%;
    padding: 0;
  }

  .ekit-admin-support-section .ekit-admin-right-content,
.ekit-admin-feature-request-section .ekit-admin-right-content {
    padding-left: 20px;
  }

  #v-elementskit-userdata .ekit-admin-fields-container {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .ekti-admin-video-tutorial-iframe iframe {
    max-width: 300px;
    height: auto;
  }

  .ekit-admin-video-tutorial-list a h2 {
    font-size: 16px;
  }

  .ekit_accordion_card:not(:last-child) {
    margin-bottom: 15px;
  }

  .ekit_accordion_card .attr-btn {
    padding: 16px;
    font-size: 12px;
    padding-left: 20px;
  }

  .ekit-admin-right-content--link {
    font-size: 12px;
    padding: 10px 15px;
  }
  .ekit-admin-right-content--heading h2 {
    font-size: 20px;
  }
  .ekit-admin-right-content--heading__sub-title {
    font-size: 50px;
  }
  .ekit-admin-right-content p {
    font-size: 16px;
    line-height: 25px;
  }

  .ekit-admin-right-content--form input {
    height: 50px;
    padding: 0 25px;
  }
  .ekit-admin-right-content--form button {
    width: 45px;
    height: 45px;
  }

  .ekit-admin-section-heaer-title {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .ekit-admin-input-switch .ekit-admin-settings-form-submit {
    font-size: 12px;
    padding: 9px 18px;
  }

  .ekit-admin-section-header {
    font-size: 15px;
  }
  .ekit-admin-section-header .ekit-admin-input-switch {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .ekit_accordion_card .attr-panel-body {
    padding: 20px;
  }

  .ekit-admin-fields-container-description {
    font-size: 15px;
    line-height: 22px;
  }

  #v-elementskit-userdata .ekit-admin-fields-container {
    max-width: 100%;
  }
  #v-elementskit-userdata:before {
    background-size: contain;
    width: 100%;
    height: 100%;
  }

  .ekit-admin-section {
    padding: 30px 0;
  }

  .ekit-admin-video-tutorial-list {
    display: block;
  }
  .ekit-admin-video-tutorial-list .ekit-admin-video-tutorial-item {
    margin-bottom: 15px;
  }
  .ekit-admin-video-tutorial-list .ekit-admin-video-tutorial-item:last-child {
    margin-bottom: 0;
  }

  .ekit-admin-dual-layout {
    display: block;
  }
  .ekit-admin-dual-layout.ekit-admin-subscribed-section .ekit-admin-left-thumb, .ekit-admin-dual-layout.ekit-admin-rate-now-section .ekit-admin-left-thumb {
    margin: 0;
    margin-top: 50px;
  }
  .ekit-admin-dual-layout .ekit-admin-left-thumb {
    margin-bottom: 50px;
  }
}