/*!
 * TUX - VERSION 1.04 
 * --------------------------------------------------------------------------
 * Bootstrap v4.0.0-alpha (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.green {
	padding 50px;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 255, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

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

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

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

.dl-horizontal {
  margin-right: -1.875rem;
  margin-left: -1.875rem;
}
.dl-horizontal::after {
  content: "";
  display: table;
  clear: both;
}

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

.blockquote {
  padding: 0.1375rem 0.275rem;
  margin-bottom: 0.275rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #e4e4e4;
}
.blockquote p:last-child,
.blockquote ul:last-child,
.blockquote ol:last-child {
  margin-bottom: 0;
}
.blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #858585;
}
.blockquote footer::before {
  content: "\2014 \00A0";
}

.blockquote-reverse {
  padding-right: 0.275rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #e4e4e4;
  border-left: 0;
}
.blockquote-reverse footer::before {
  content: "";
}
.blockquote-reverse footer::after {
  content: "\00A0 \2014";
}

.figure {
  display: inline-block;
}
.figure > img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #858585;
}

.img-fluid, .figure > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

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

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

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

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

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

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

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

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

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

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

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

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

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

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

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

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

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

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

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

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

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

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

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

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

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

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

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-xl-1 {
    width: 8.33333%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.33333%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.33333%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.33333%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.33333%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

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

  .col-xl-pull-4 {
    right: 33.33333%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

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

  .col-xl-pull-7 {
    right: 58.33333%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

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

  .col-xl-pull-10 {
    right: 83.33333%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

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

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.33333%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

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

  .col-xl-push-4 {
    left: 33.33333%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

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

  .col-xl-push-7 {
    left: 58.33333%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

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

  .col-xl-push-10 {
    left: 83.33333%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

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

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

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

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

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

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.2rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #858585;
  border-radius: 0;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #0f4583;
  outline: none;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e4e4e4;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

.form-control-file,
.form-control-range {
  display: block;
}

.form-control-label {
  padding: 0.2rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 1.9rem;
  }
  input[type="date"].input-sm, .input-group-sm input[type="date"].form-control,
  input[type="time"].input-sm, .input-group-sm
  input[type="time"].form-control,
  input[type="datetime-local"].input-sm, .input-group-sm
  input[type="datetime-local"].form-control,
  input[type="month"].input-sm, .input-group-sm
  input[type="month"].form-control {
    line-height: 1.825rem;
  }
  input[type="date"].input-lg, .input-group-lg input[type="date"].form-control,
  input[type="time"].input-lg, .input-group-lg
  input[type="time"].form-control,
  input[type="datetime-local"].input-lg, .input-group-lg
  input[type="datetime-local"].form-control,
  input[type="month"].input-lg, .input-group-lg
  input[type="month"].form-control {
    line-height: 3.16667rem;
  }
}
.form-control-static {
  min-height: 1.9rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm, .form-control-static.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  padding: 0.275rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.form-group {
  margin-bottom: 0.2rem;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.20625rem;
}
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -.25rem;
}

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

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: .75rem;
}

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

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-error {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.475rem;
  background-size: 1.235rem 1.235rem;
}

.has-success .help-block,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNoZWNrIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM1Q0I4NUMiIGQ9Ik0yMzMuOCw2MTAuMWMtMTMuMywwLTI1LjktNi4yLTM0LTE2LjlMOTAuNSw0NDguOEM3Ni4zLDQzMCw4MCw0MDMuMyw5OC44LDM4OS4xYzE4LjgtMTQuMyw0NS41LTEwLjUsNTkuOCw4LjNsNzEuOSw5NWwyMjAuOS0yNTAuNWMxMi41LTIwLDM4LjgtMjYuMSw1OC44LTEzLjZjMjAsMTIuNCwyNi4xLDM4LjcsMTMuNiw1OC44TDI3MCw1OTBjLTcuNCwxMi0yMC4yLDE5LjQtMzQuMywyMC4xQzIzNS4xLDYxMC4xLDIzNC41LDYxMC4xLDIzMy44LDYxMC4xeiIvPjwvc3ZnPg==");
}

.has-warning .help-block,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9Ildhcm5pbmciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjEyIDc5MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjEyIDc5MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0YwQUQ0RSIgZD0iTTYwMyw2NDAuMmwtMjc4LjUtNTA5Yy0zLjgtNi42LTEwLjgtMTAuNi0xOC41LTEwLjZzLTE0LjcsNC4xLTE4LjUsMTAuNkw5LDY0MC4yYy0zLjcsNi41LTMuNiwxNC40LDAuMiwyMC44YzMuOCw2LjUsMTAuOCwxMC40LDE4LjMsMTAuNGg1NTcuMWM3LjUsMCwxNC41LTMuOSwxOC4zLTEwLjRDNjA2LjYsNjU0LjYsNjA2LjcsNjQ2LjYsNjAzLDY0MC4yeiBNMzM2LjYsNjEwLjJoLTYxLjJWNTQ5aDYxLjJWNjEwLjJ6IE0zMzYuNiw1MDMuMWgtNjEuMlYzMDQuMmg2MS4yVjUwMy4xeiIvPjwvc3ZnPg==");
}

.has-error .help-block,
.has-error .form-control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #d9534f;
}
.has-error .form-control {
  border-color: #d9534f;
}
.has-error .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-error .form-control-feedback {
  color: #d9534f;
}
.has-error .form-control-error {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNyb3NzIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA3OTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYxMiA3OTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNEOTUzNEYiIGQ9Ik00NDcsNTQ0LjRjLTE0LjQsMTQuNC0zNy42LDE0LjQtNTEuOSwwTDMwNiw0NTEuN2wtODkuMSw5Mi43Yy0xNC40LDE0LjQtMzcuNiwxNC40LTUxLjksMGMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlsOTIuNC05Ni40TDE2NSwyOTkuNmMtMTQuNC0xNC40LTE0LjQtMzcuNiwwLTUxLjlzMzcuNi0xNC40LDUxLjksMGw4OS4yLDkyLjdsODkuMS05Mi43YzE0LjQtMTQuNCwzNy42LTE0LjQsNTEuOSwwYzE0LjQsMTQuNCwxNC40LDM3LjYsMCw1MS45TDM1NC43LDM5Nmw5Mi40LDk2LjRDNDYxLjQsNTA2LjgsNDYxLjQsNTMwLDQ0Nyw1NDQuNHoiLz48L3N2Zz4=");
}

@media (min-width: 544px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.2rem 0.6rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
}

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

.btn-primary {
  color: #fff;
  background-color: #0097a8;
  border-color: #0097a8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #006975;
  border-color: #00606b;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #006975;
  border-color: #00606b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #006975;
  border-color: #00606b;
  background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #004951;
  border-color: #002429;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0097a8;
  border-color: #0097a8;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0097a8;
  border-color: #0097a8;
}

.btn-secondary {
  color: #33acb9;
  background-color: #fff;
  border-color: #33acb9;
}
.btn-secondary:hover {
  color: #33acb9;
  background-color: #e6e6e6;
  border-color: #267f89;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #33acb9;
  background-color: #e6e6e6;
  border-color: #267f89;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #33acb9;
  background-color: #e6e6e6;
  border-color: #267f89;
  background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #33acb9;
  background-color: #d4d4d4;
  border-color: #174f55;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #33acb9;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #33acb9;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-primary-outline {
  color: #0097a8;
  background-image: none;
  background-color: transparent;
  border-color: #0097a8;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #0097a8;
  border-color: #0097a8;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #0097a8;
  border-color: #0097a8;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
  border-color: #0fe7ff;
}
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #0fe7ff;
}

.btn-secondary-outline {
  color: #33acb9;
  background-image: none;
  background-color: transparent;
  border-color: #33acb9;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #33acb9;
  border-color: #33acb9;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #33acb9;
  border-color: #33acb9;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
  border-color: #78d0da;
}
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: #78d0da;
}

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
  border-color: #b0e1ef;
}
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: #b0e1ef;
}

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
  border-color: #a3d7a3;
}
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #a3d7a3;
}

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
  border-color: #f8d9ac;
}
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #f8d9ac;
}

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
  border-color: #eba5a3;
}
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0097a8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #00525c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #858585;
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.33333;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.c-input {
  position: relative;
  display: inline;
  padding-left: 1.5rem;
  color: #555;
  cursor: pointer;
}
.c-input > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.c-input > input:focus ~ .c-indicator {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.c-input > input:active ~ .c-indicator {
  color: #fff;
  background-color: #84c6ff;
}
.c-input + .c-input {
  margin-left: 1rem;
}

.c-indicator {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  font-size: 65%;
  line-height: 1rem;
  color: #eee;
  text-align: center;
  user-select: none;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.c-checkbox .c-indicator {
  border-radius: .25rem;
}
.c-checkbox input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=);
}
.c-checkbox input:indeterminate ~ .c-indicator {
  background-color: #0074d9;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iOHB4IiBoZWlnaHQ9IjhweCIgdmlld0JveD0iMCAwIDggOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOCA4IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0wLDN2Mmg4VjNIMHoiLz4NCjwvc3ZnPg0K);
}

.c-radio .c-indicator {
  border-radius: 50%;
}
.c-radio input:checked ~ .c-indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==);
}

.c-inputs-stacked .c-input {
  display: inline;
}
.c-inputs-stacked .c-input::after {
  display: block;
  margin-bottom: .25rem;
  content: "";
}
.c-inputs-stacked .c-input + .c-input {
  margin-left: 0;
}

.c-select {
  display: inline-block;
  max-width: 100%;
  padding: .375rem 1.75rem .375rem .75rem;
  padding-right: .75rem \9;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid #858585;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-select:focus {
  border-color: #51a7e8;
  outline: none;
}
.c-select::-ms-expand {
  opacity: 0;
}

.c-select-sm {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 12px;
}
.c-select-sm:not([multiple]) {
  height: 26px;
  min-height: 26px;
}

.file {
  position: relative;
  display: inline-block;
  height: 2.5rem;
  cursor: pointer;
}

.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  user-select: none;
  background-color: #fff;
  border: .075rem solid #ddd;
  border-radius: .25rem;
}

.file-custom::after {
  content: "Choose file...";
}

.file-custom::before {
  position: absolute;
  top: -.075rem;
  right: -.075rem;
  bottom: -.075rem;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #555;
  content: "Browse";
  background-color: #eee;
  border: .075rem solid #ddd;
  border-radius: 0 .25rem .25rem 0;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-flush .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

a.list-group-item,
button.list-group-item {
  width: 100%;
  color: #555;
  text-align: inherit;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus, a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
  color: #858585;
  cursor: not-allowed;
  background-color: #e4e4e4;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
  color: #858585;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #0097a8;
  border-color: #0097a8;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
  color: #75f1ff;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'opensans';
  src: url("../fonts/opensans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'opensans-semibold';
  src: url("../fonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-light';
  src: url("../fonts/opensans-light.eot?#iefix") format("embedded-opentype"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RussianQualityNormal';
  src: url("../fonts/RussianQualityNormal.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'QatarTypeRegular';
  src: url("../fonts/Qatar2022-Medium.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial';
  src: url("../fonts/arial.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
}
@font-face {
  font-family: 'arial-bold';
  src: url("../fonts/arialbd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------------
TEXT
----------------------------------------------*/
b, strong {
  font-weight: normal;
  font-family: arial;
}

/*---------------------------------------------
ICONS
----------------------------------------------*/
@font-face {
  font-family: "icons";
  src: url("../fonts/cpq-icons.woff?46566b515c723e0d5874fbed3d44ff39") format("woff"), url("../fonts/cpq-icons.ttf?46566b515c723e0d5874fbed3d44ff39") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon {
  display: inline-block;
  font-family: 'icons';
  font-weight: normal;
  font-size: inherit;
  line-height: 1;
  vertical-align: middle;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-hc-2x {
  font-size: 2em;
}

.icon-hc-3x {
  font-size: 3em;
}

.icon-hc-4x {
  font-size: 4em;
}

.icon-hc-5x {
  font-size: 5em;
}

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

.icon-hc-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.icon-hc-ul > li {
  position: relative;
}

.icon-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.icon-hc-li.icon-hc-lg {
  left: -1.85714286em;
}

.icon-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 2px;
}

.icon-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9E9E9E;
  border-radius: 50%;
}

.icon.pull-left {
  float: left;
  margin-right: .15em;
}

.icon.pull-right {
  float: right;
  margin-left: .15em;
}

.icon-hc-spin {
  -webkit-animation: zmdi-spin 1.5s infinite linear;
  animation: zmdi-spin 1.5s infinite linear;
}

.icon-hc-spin-reverse {
  -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
  animation: zmdi-spin-reverse 1.5s infinite linear;
}

@-webkit-keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes zmdi-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
@keyframes zmdi-spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-359deg);
    transform: rotate(-359deg);
  }
}
.icon-hc-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon-hc-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon-hc-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.icon-hc-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icon-hc-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icon-hc-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-hc-stack-1x,
.icon-hc-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-hc-stack-1x {
  line-height: inherit;
}

.icon-hc-stack-2x {
  font-size: 2em;
}

.icon-hc-inverse {
  color: #FFFFFF;
}

.fixed-table-container .bs-checkbox,
.fixed-table-container .no-records-found {
  text-align: center;
}

.bootstrap-table .table {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 0 !important;
}

.bootstrap-table .table:not(.table-sm),
.bootstrap-table .table:not(.table-sm) > tbody > tr > td,
.bootstrap-table .table:not(.table-sm) > tbody > tr > th,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > td,
.bootstrap-table .table:not(.table-sm) > tfoot > tr > th,
.bootstrap-table .table:not(.table-sm) > thead > tr > td {
  padding: 8px;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td,
.bootstrap-table .table.table-no-bordered > thead > tr > th {
  border-right: 2px solid transparent;
}

.fixed-table-container {
  border: 1px solid #ddd;
  clear: both;
  position: relative;
}

.fixed-table-container.table-no-bordered {
  border: 1px solid #000;
}

.fixed-table-footer,
.fixed-table-header {
  overflow: hidden;
}

.fixed-table-footer {
  border-top: 1px solid #ddd;
}

.fixed-table-body {
  height: 100%;
  overflow: auto;
}

.fixed-table-container table {
  width: 100%;
}

.fixed-table-container thead th {
  height: 0;
  margin: 0;
  padding: 0;
}

.fixed-table-container thead th:focus {
  outline: 0 solid transparent;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
  line-height: 24px;
  overflow: hidden;
  padding: 8px;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}

.fixed-table-container thead th .sortable {
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 30px;
}

/*
.fixed-table-container thead th .both {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}
.fixed-table-container thead th .asc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAbUlEQVR42u3MsQ1AQBiGYdeQSEyhM4PGGEq12h4MYA+VRVynV2iE5rwRieTv7mgk9yVP8xVv8N9prWO0CL+INThQvw1lmGEwIXUNKfRX6NFBucQKLCK2IrcNJRhhIA2IbGIVdmzS/ZeBn5+f2AnTEYvs+ncZrAAAAABJRU5ErkJggg==");
}
.fixed-table-container thead th .desc {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAbklEQVR42u3RrQ2AMBhF0dZAQsIUOGbAMAYSjWYPOgB7oFiEOjwCQ4opVzc1LRiSvuTYl+9HpKSkuNFadzC4PAz6kLIcC6zHijJ0uganU3SgjVlVQjllM2Ts7SpssNhRv33GgBvjF5/NMKEQv80DGtqL7OAjTuMAAAAASUVORK5CYII=");
}
*/
.fixed-table-container th.detail {
  width: 30px;
}

.fixed-table-container tbody tr:first-child td {
  border-top: medium none;
}

.fixed-table-container tbody .selected td {
  background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox .th-inner {
  padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
  margin: 0 auto !important;
}

.fixed-table-pagination .pagination-detail,
.fixed-table-pagination div.pagination {
  margin-bottom: 10px;
  margin-top: 10px;
}

.fixed-table-pagination div.pagination .pagination {
  margin: 0;
}

.fixed-table-pagination .pagination a {
  line-height: 1.42857;
  padding: 6px 12px;
}

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

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

.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 8px;
}

.fixed-table-pagination .page-list {
  display: inline-block;
}

.fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.fixed-table-toolbar .columns label {
  clear: both;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
}

.fixed-table-toolbar .bars,
.fixed-table-toolbar .columns,
.fixed-table-toolbar .search {
  line-height: 34px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

.fixed-table-pagination li.disabled a {
  cursor: default;
  pointer-events: none;
}

.fixed-table-loading {
  background-color: #ffffff;
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 42px;
  z-index: 99;
}

.fixed-table-body .card-view .title {
  display: inline-block;
  font-weight: 700;
  min-width: 30%;
  text-align: left !important;
}

.table td, .table th {
  vertical-align: middle;
}

.fixed-table-toolbar .dropdown-menu {
  max-height: 300px;
  overflow: auto;
  text-align: left;
}

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.bootstrap-table .table > thead > tr > th {
  border-bottom: 1px solid #dddddd;
  vertical-align: bottom;
}

.bootstrap-table .table thead > tr > th {
  margin: 0;
  padding: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
  padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
  border-bottom: medium none;
  padding: 0 !important;
}

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

p.fixed-table-scroll-inner {
  height: 200px;
  width: 100%;
}

div.fixed-table-scroll-outer {
  height: 150px;
  left: 0;
  overflow: hidden;
  top: 0;
  visibility: hidden;
  width: 200px;
}

.fixed-table-container {
  border: none !important;
}

.fixed-table-container tbody td .th-inner,
.fixed-table-container thead th .th-inner {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.pagination-detail .btn {
  border-color: #858585;
}

/*---------------------------------------------
BUTTONGROUPS
----------------------------------------------*/
.buttongroup.right {
  float: right;
}

.buttongroup.left {
  float: left;
}

/*---------------------------------------------
BUTTONS
----------------------------------------------*/
.btn-secondary:hover {
  background-color: #33abb9;
}

.btn-default {
  background: #FFF;
  border-color: #0097a8;
  color: #0097a8;
}

.btn-default:hover {
  background-color: #6ebec8;
  border-color: #6ebec8;
  color: #FFF;
}

.btn-primary:hover {
  background-color: #6ebec8;
  border-color: #6ebec8;
  color: #FFF;
}

.btn-secondary:hover {
  background-color: #6ebec8;
  border-color: #6ebec8;
  color: #FFF;
}

.btn .icon {
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: sub;
  padding-right: 0.2307rem;
}

.btn.btn-sm .icon {
  font-size: 1.2rem;
}

.iconbutton {
  border-color: transparent;
}
.iconbutton .icon {
  padding-right: 0;
}

.btn.disabled, .btn:disabled, .btn.disabled:hover, .btn:disabled:hover {
  background-color: #e4e4e4;
  border-color: #e4e4e4;
  color: #333;
}

.btn.no-border, .btn.primary.no-border, .btn.secondary.no-border, btn.default.no-border {
  background-color: #FFF;
  border-color: transparent;
  color: #0097a8;
}

.btn.no-border:hover, .btn.primary.no-border:hover, .btn.secondary.no-border:hover, btn.default.no-border:hover {
  background-color: #6ebec8;
  border-color: #6ebec8;
  color: #FFF;
}

/*---------------------------------------------
CONFIG BUTTONS
----------------------------------------------*/
.btn.state-selected, .btn.state-green, .btn.state-orange {
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 10px 10px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2.30769rem;
}

/* Default - white bg button */
.btn.state-green {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7c3Ryb2tlOiMzMzM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5idXR0b24tc3RhdHVzLXdoaXRlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjUiIGN5PSI1IiByPSI0LjUiLz48L3N2Zz4=");
  box-shadow: 0 1px 1px 0 #a1a1a1;
}

/* Selected - green bg button */
.btn.state-selected {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM4Y2M3NTg7c3Ryb2tlOiMzMzM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5idXR0b24tc3RhdHVzLWdyZWVuPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjUiIGN5PSI1IiByPSI0LjUiLz48L3N2Zz4=");
  background-color: #33abb9;
  border-color: #33abb9;
  color: #FFF;
}

/* Disabled - white bg button*/
.btn.state-orange {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7c3Ryb2tlOiMzMzM7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5idXR0b24tc3RhdHVzLXdoaXRlPC90aXRsZT48Y2lyY2xlIGNsYXNzPSJjbHMtMSIgY3g9IjUiIGN5PSI1IiByPSI0LjUiLz48L3N2Zz4=");
  background-color: #eae9e9;
  border-color: #eae9e9;
  color: #333;
  box-shadow: 0 1px 1px 0 #a1a1a1;
}
.btn.state-orange:hover {
  background-color: #CCC;
  border-color: #CCC;
}

.button-collection .btn {
  margin-bottom: 0.5rem;
  margin-right: 0.3rem;
}

/*---------------------------------------------
RADIOBUTTONS AND CHECKBOXES
----------------------------------------------*/
.c-input {
  padding-left: 0;
}

.label-text {
  padding-left: 1.5rem;
}

.c-indicator {
  background-color: #FFF;
  border: 1px solid #0097a8;
  top: 1px;
}

.c-checkbox .c-indicator {
  border-radius: 2px;
}

.c-input > input:focus ~ .c-indicator {
  box-shadow: none;
}

.c-input input[disabled] ~ .c-indicator {
  background-color: #EEE;
}

.c-input.state-orange input ~ .c-indicator {
  background-color: #EEE;
}

.c-input input[disabled]:checked ~ .c-indicator {
  background-color: #EEE;
}

.c-input.state-orange input:checked ~ .c-indicator {
  background-color: #EEE;
}

.c-input.state-orange .label-text {
  color: #858585;
}

.c-input input[disabled] ~ .c-indicator {
  cursor: default;
}

.c-input input[disabled] ~ .label-text {
  cursor: default;
}

/*---------------------------------------------
CHECKBOXES
----------------------------------------------*/
.c-checkbox input:checked ~ .c-indicator:before {
  font-size: 1rem;
  font-weight: bold;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f26b";
  font-family: icons;
  line-height: 1;
  color: #0097a8;
}

.c-input > input:checked ~ .c-indicator {
  background-color: #FFF;
}

.c-checkbox input:checked ~ .c-indicator {
  background-image: none;
  color: #333;
}

input[type="checkbox"]:focus ~ .c-indicator {
  outline: thin dotted #54535a;
  outline-offset: 2px;
}

/*---------------------------------------------
RADIOBUTTONS
----------------------------------------------*/
.c-radio .c-indicator.disabled {
  background-color: #EEE;
  cursor: default;
}

.c-radio .c-indicator.disabled ~ .label-text {
  cursor: default;
}

.c-radio input:checked ~ .c-indicator,
.c-radio .c-indicator.checked {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMCAxMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMwMzk3YTg7c3Ryb2tlOiMwMzk3YTg7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5kb3Q8L3RpdGxlPjxjaXJjbGUgY2xhc3M9ImNscy0xIiBjeD0iNSIgY3k9IjUiIHI9IjQuNSIvPjwvc3ZnPg==");
  background-size: 5px 5px;
  background-position: center center;
}

input[type="radio"]:focus ~ .c-indicator {
  outline: thin dotted #54535a;
  outline-offset: 2px;
}

.c-radio .label-text {
  display: table-cell;
}

/*---------------------------------------------
BIG RADIOBUTTONS
----------------------------------------------*/
.big .c-radio input:checked ~ .c-indicator {
  background-size: 8px 8px;
}

.big .c-indicator {
  top: 0;
  height: 20px;
  width: 20px;
}

.big .c-input {
  padding-left: 1.9rem;
}

/*---------------------------------------------
BIG CHECKBOXES
----------------------------------------------*/
.big .c-checkbox input:checked ~ .c-indicator::before {
  font-size: 1.5rem;
  height: 1.3rem;
  width: 1.3rem;
  top: 40%;
}

/*---------------------------------------------
FAKE CHECKBOXES
----------------------------------------------*/
.c-checkbox .c-indicator.disabled {
  background-color: #ccc;
  cursor: default;
}

.c-checkbox .c-indicator.disabled ~ .label-text {
  cursor: default;
}

.c-checkbox .c-indicator.checked:before {
  font-size: 1rem;
  font-weight: bold;
  height: 1rem;
  width: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f26b";
  font-family: icons;
  line-height: 1;
  color: #0097a8;
}

.big .c-checkbox .c-indicator:before {
  font-size: 1.5rem;
  height: 1.3rem;
  width: 1.3rem;
  top: 40%;
}

/*---------------------------------------------
FAKED RADIOBUTTONS
----------------------------------------------*/
.big .c-radio .c-indicator:before {
  top: 0.461538rem;
  left: 0.461538rem;
  height: 0.461538rem;
  width: 0.461538rem;
}

/*---------------------------------------------
SWITCH
----------------------------------------------*/
.switch * {
  cursor: pointer;
}

.switch input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.switch span {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px;
  transition: all .5s;
  box-shadow: 1px 2px 3px rgba(0, 255, 0, 0.1) inset;
}

.switch span:after {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  height: 28px;
  width: 28px;
  border: 1px solid #ddd;
  border-radius: 400px;
  box-shadow: 1px 1px 3px rgba(0, 255, 0, 0.1);
  -webkit-transition: all .2s;
}

.switch input:checked + span {
  background-color: #0097a8;
  border-color: #0097a8;
  transition: all .5s;
}

.switch input:checked + span:after {
  left: 50%;
  transition: all .2s;
}

/*---------------------------------------------
 Modal - taken from TUX 1.14
----------------------------------------------*/
.fade {
  opacity: 0;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header::after {
  content: "";
  display: table;
  clear: both;
}
.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 0.9375rem;
}

.modal-footer {
  padding: 0.9375rem;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer::after {
  content: "";
  display: table;
  clear: both;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-footer button[type=submit] {
  text-transform: none;
}

button[type=button] {
  text-transform: none;
}

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

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

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal-lg {
    width: 900px;
  }
}
.modal .button.close {
  padding-top: 0.3rem;
}

.modal-header {
  padding: 0.46875rem 0.9375rem;
}
.modal-header p {
  margin-bottom: 0;
  padding-top: 0.5rem;
}

.modal-content.inverted {
  background-color: #54535a;
}
.modal-content.inverted .modal-header {
  border-bottom: 1px solid #54535a;
}
.modal-content.inverted .modal-title, .modal-content.inverted .close {
  color: #FFF;
}
.modal-content.inverted .modal-footer {
  border-top: 1px solid #54535a;
}

.modal-cover {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1050;
}
.modal-cover .modal-inner-alert {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 20px;
  margin-top: 30px;
  padding: 0.9375rem;
  text-align: center;
}
.modal-cover .modal-inner-alert h3 {
  padding: 2rem 0;
}
.modal-cover .modal-inner-alert .buttons {
  padding-bottom: 2rem;
}
.modal-cover .modal-inner-alert .btn {
  width: 40%;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

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

.config {
  /*---------------------------------------------
  LIST-GROUPS 
  ----------------------------------------------*/
}
.config #config-left {
  position: relative;
  padding-bottom: 5000px;
  margin-bottom: -5000px;
}
.config #config-left.small {
  font-size: 1rem;
}
.config #config-middle {
  border-right: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  padding-bottom: 5000px;
  margin-bottom: -5000px;
}
.config #config-right {
  position: relative;
  padding-bottom: 5000px;
  margin-bottom: -5000px;
}
.config #config-right .nav-tabs .nav-link {
  padding: 0;
}
.config #config-right.small {
  font-size: 1rem;
}
.config .modal-dialog {
  width: 99%;
}
.config .modal-header {
  border-bottom: 0 none;
}
.config .modal-header .icon {
  font-size: 3rem;
  margin-right: 0.9375rem;
}
.config .modal-title {
  display: inline;
  font-size: 2rem;
  vertical-align: middle;
}
.config .modal-body {
  padding: 5px 0;
  overflow-y: hidden;
}
.config .currentpage {
  padding-bottom: 0.9375rem;
}
.config .pagename {
  color: #FFF;
}
.config .type {
  color: #e4e4e4;
}
.config .lock {
  cursor: pointer;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  color: #0097a8;
  padding-top: 0;
  padding-left: 2px;
}
.config .icon-lock, .config .icon-lock-open {
  margin: 0 0.3125rem;
}
.config .info {
  color: #333;
  margin: 0 0.3125rem;
}
.config .lock, .config .icon-info, .config .icon-comment-o-cpq, .config .icon-comment-cpq {
  font-size: 1.2rem;
}
.config .list-group.groups {
  border-radius: 0;
  float: left;
  width: 100%;
  position: relative;
}
.config .list-group.groups .list-group-item {
  border-left: 2px solid #FFF;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  font-size: 1.1rem;
  padding: 0.3rem 0 0.3rem 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.config .list-group.groups .list-group-item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.config .list-group.groups .list-group-item.active {
  border-color: #0097a8;
  color: #0097a8;
}
@media (min-width: 992px) {
  .config .list-group.groups .list-group-item.active:after {
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #0097a8;
    border-top: 0.5rem solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0.8rem;
    width: 0;
  }
}
.config .list-group.groups .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.config .list-group.groups .list-group-item.active, .config .list-group.groups .list-group-item.active:focus, .config .list-group.groups .list-group-item.active:hover {
  background-color: #FFF;
}
.config .list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}
.config .list-group.list-group-root .list-group {
  margin-bottom: 0;
}
.config .list-group.list-group-root .list-group-item {
  border-radius: 0;
}
.config .list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}
.config .list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}
.config .list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}
.config .list-group-item .icon {
  font-style: normal;
  width: 1rem;
}
.config .description {
  float: left;
  padding-bottom: 1rem;
}
.config .description .image {
  float: left;
  margin: 0 0.5rem 0.2rem 0;
  max-width: 50%;
  padding-top: 0.4rem;
}
@media (min-width: 1200px) {
  .config .description .image {
    max-width: 25%;
  }
}
.config .group .questions {
  clear: left;
  padding-top: 20px;;
}
.config .fieldgroup {
  padding-bottom: 0.9375rem;
}
.config .fieldgroup .content {
  float: left;
  padding: 0.9375rem;
  width: 100%;
}
.config .fieldgroup .content .subgroup h3 {
  margin-top: 1rem;
}
.config .fieldgroup .content .subgroup .content {
  padding: 0;
}
.config .group h3 {
  margin-bottom: 1rem;
  border-bottom: 1px solid #858585;
  padding-bottom: 0.8rem;
}
.config .fieldgroup .icon-lock, .config .fieldgroup .icon-lock-open {
  margin-left: 5px;
}
.config .tab-content {
  padding-top: 0.9375rem;
}
.config .imagelist .imageoption {
  cursor: pointer;
}
.config .imagelist .imageoption .image {
  border: 2px dashed transparent;
  padding-left: 100px;
  position: relative;
  overflow-y: hidden;
}
.config .imagelist .imageoption.state-selected .image {
  border-color: #0097a8;
}
.config .imagelist .imageoption.state-orange {
  opacity: 0.4;
}
.config .imagelist .imageoption.locked .lock {
  background-color: #0097a8;
}
.config .imagelist .form-group {
  margin-top: 0.3846rem;
}
.config .imagelist .lock {
  position: absolute;
  bottom: 0.3125rem;
  right: 0.3125rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #858585;
  color: #FFF;
  padding-top: 0;
  padding-left: 100px;
}
.config .locked .text {
  font-family: arial;
}
.config .question {
  font-family: arial;
}
.config .question label {
  margin-bottom: 0;
}
.config .question .icon {
  padding-left: 3px;
  padding-right: 3px;
}
.config .question .icon-comment-cpq, .config .question .icon-comment-o-cpq {
  color: #0097a8;
  cursor: pointer;
}
.config .question .icon-info {
  color: #0097a8;
  cursor: pointer;
}
.config .question .lock {
  display: inline-block;
}
.config .question .name {
  color: #54535a;
}
.config .buttongroup .btn {
  margin-bottom: 0.3846rem;
}
.config .bom .col-desc {
  word-break: break-all;
}
.config .question-description .image {
  float: left;
  margin: 0 1rem 1rem 0;
}
.config .question-container {
  margin-bottom: 1rem;
}
.config .question-container.committed .c-radio.state-selected .label-text {
  font-family: arial;
}
.config .question-container.committed .c-select {
  font-family: arial;
}
.config .question-container.committed .c-select option {
  font-family: arial;
}
.config .question-container.committed .c-select option.state-selected {
  font-family: arial;
}
.config .question-container.committed input[type=text] {
  font-family: arial;
}
.config .question-container.committed .imageoption.state-selected .image {
  border-style: solid;
}
.config .question-container.committed .imageoption.state-selected .label-text {
  font-family: arial;
}
.config .vertical .question, .config .vertical .description, .config .vertical .answers {
  padding-bottom: 0.5rem;
}
.config .col-resizer {
  background-color: #e4e4e4;
  border: 2px solid #858585;
  border-radius: 50%;
  cursor: pointer;
  height: 3rem;
  opacity: 0.5;
  position: absolute;
  top: 340px;
  width: 3rem;
  z-index: 10;
}
.config .col-resizer .icon {
  color: #858585;
  display: block;
  font-size: 2.5rem;
  height: 100%;
  left: 0;
  line-height: 1;
  margin: 0.2rem 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.config .col-resizer .icon:before {
  font-size: 2.5rem;
}
.config .left-col-resizer {
  right: -1.6rem;
}
.config .right-col-resizer {
  left: -1.6rem;
}
.config .summary .image {
  margin-bottom: 1rem;
}
.config .summary .table-summary th {
  vertical-align: top;
}

.configmodalinfo .question label {
  font-size: 1.2rem;
}
.configmodalinfo .description {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}
.configmodalinfo .description .image {
  float: left;
  margin: 0.4rem 0.9375rem 0.9375rem 0;
  max-width: 25%;
}
.configmodalinfo .answers .long-description .image {
  float: left;
  margin: 0.4rem 0.9375rem 0.9375rem 0;
  max-width: 25%;
}
.configmodalinfo .answers .answer {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .config .modal-dialog {
    width: 99%;
  }
}
@media (min-width: 992px) {
  .config .col-left .grouplist .name {
    display: inline;
  }
  .config .col-left .grouplist .dash {
    display: none;
  }
}
span.icon:focus {
  outline: thin dotted #54535a;
  outline-offset: -2px;
}

.c-input input[disabled] ~ .choice {
  color: #858585;
}

#add-product .add-products {
  width: 99%;
}

.add-products .tab-content {
  padding-top: 1.5rem;
}
.add-products .cards .card:hover {
  box-shadow: 0 0 0 2px black;
}
.add-products .cards .card:hover .card-link.add-link {
  background-color: #54535a;
  color: #FFF;
}
.add-products .cards .card-block.no-padding {
  padding: 0;
}
.add-products .cards .card-link.add-link {
  background-color: #e4e4e4;
  color: #858585;
  display: block;
  padding: 0.9rem;
  text-align: center;
  width: 100%;
  border-radius: 0 0 0.25rem 0.25rem;
}
.add-products .cards .image {
  display: block;
  height: 66%;
  overflow: hidden;
  position: relative;
}
.add-products .cards .image:before {
  padding-top: 66%;
  display: block;
  content: "";
}
.add-products .cards .image img {
  position: absolute;
  top: 0;
  left: 0;
}
.add-products .cards .description {
  height: 4.4rem;
  width: 100%;
  overflow: hidden;
}

.documentation .subgroup h3, .documentation .group h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 0;
}

/*---------------------------------------------
STANDARD TABS
----------------------------------------------*/
.nav-tabs .nav-link {
  background-color: #e4e4e4;
  border: 1px solid #858585;
  border-radius: 0;
  color: #333;
}
.nav-tabs .nav-link:focus {
  outline: thin dotted #54535a;
}
.nav-tabs .nav-link.active:focus {
  outline: none;
}

.tab-content {
  padding-top: 0.9375rem;
}

/*---------------------------------------------
CPQ-TABS
----------------------------------------------*/
.cpq-tab {
  border-bottom: 1px solid #858585;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  text-align: center;
}
.cpq-tab a {
  display: block;
  width: 100%;
}
.cpq-tab a, .cpq-tab a:hover {
  color: #333;
  text-decoration: none;
}
.cpq-tab .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cpq-tab .nav-item .nav-link {
  background-color: #FFF;
  color: #333;
  text-decoration: none;
  padding: 0.3125rem 0;
  display: block;
}
.cpq-tab .nav-item .nav-link.active {
  color: #0097a8;
  background-color: #FFF;
  border-bottom: 2px solid #0097a8;
}
.cpq-tab .nav-item .nav-link.active:focus {
  outline: 0 none;
}
.cpq-tab .nav-item .nav-link:hover {
  text-decoration: none;
}
.cpq-tab .nav-item .nav-link:focus {
  outline: thin dotted #54535a;
  outline-offset: -2px;
}
.cpq-tab .nav-item .name {
  display: block;
}
.cpq-tab.nav-tabs .nav-link {
  border-radius: 0;
  padding: 0;
  border: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin: 0;
}
.cpq-tab.nav-tabs .nav-link:hover {
  border-color: transparent transparent #0097a8 transparent;
}
.cpq-tab.nav-tabs .nav-link a {
  padding: 0.3125rem;
}

/*---------------------------------------------
 Modal - taken from TUX 1.14
----------------------------------------------*/
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
}
.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #858585;
  color: #858585;
  cursor: not-allowed;
  background-color: transparent;
}
.nav-link.disabled:focus, .nav-link.disabled:hover {
  color: #858585;
  cursor: not-allowed;
  background-color: transparent;
}

.nav-inline .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #858585;
}
.nav-tabs::after {
  content: "";
  display: table;
  clear: both;
}
.nav-tabs .nav-item {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: .2rem;
}
.nav-tabs .nav-item:hover {
  cursor: pointer;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e4e4e4 #e4e4e4 #858585;
}
.nav-tabs .nav-link.disabled {
  color: #858585;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
  color: #858585;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.open .nav-link {
  color: #FFF;
  background-color: #54535a;
  border-color: #54535a #54535a transparent;
}
.nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
  color: #FFF;
  background-color: #54535a;
  border-color: #54535a #54535a transparent;
}

.nav-pills .nav-item {
  float: left;
}
.nav-pills .nav-item + .nav-item {
  margin-left: .2rem;
}
.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active {
  color: #fff;
  cursor: default;
  background-color: #0097a8;
}
.nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover {
  color: #fff;
  cursor: default;
  background-color: #0097a8;
}
.nav-pills .nav-item.open .nav-link {
  color: #fff;
  cursor: default;
  background-color: #0097a8;
}
.nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #0097a8;
}

.nav-stacked .nav-item {
  display: block;
  float: none;
}
.nav-stacked .nav-item + .nav-item {
  margin-top: .2rem;
  margin-left: 0;
}

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

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

.navbar {
  position: relative;
  padding: 0.1375rem 0.275rem;
}
.navbar::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 544px) {
  .navbar {
    border-radius: 0.25rem;
  }
}
.navbar-full {
  z-index: 1000;
}

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

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

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%;
}

@media (min-width: 544px) {
  .navbar-sticky-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
}
.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: .425rem;
  padding-bottom: .425rem;
  margin-right: 0.275rem;
  margin-left: 0.275rem;
  overflow: hidden;
}
.navbar-divider::before {
  content: "\00a0";
}

.navbar-toggler {
  padding: .5rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: none;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

@media (min-width: 544px) {
  .navbar-toggleable-xs {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important;
  }
}
.navbar-nav .nav-item {
  float: left;
}
.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem;
}
.navbar-nav .nav-link + .nav-link {
  margin-left: 1rem;
}
.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.6);
}
.navbar-light .navbar-nav .open > .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link.open {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
  color: rgba(0, 0, 0, 0.8);
}
.navbar-light .navbar-divider {
  background-color: rgba(0, 0, 0, 0.075);
}

.navbar-dark .navbar-brand {
  color: white;
}
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .open > .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover {
  color: white;
}
.navbar-dark .navbar-nav .active > .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link.open {
  color: white;
}
.navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover {
  color: white;
}
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}
.navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
  color: white;
}
.navbar-dark .navbar-divider {
  background-color: rgba(255, 255, 255, 0.075);
}

/*---------------------------------------------
FORM-GROUPS
----------------------------------------------*/
.form-group .control-label {
  padding-bottom: 0;
  padding-top: 0;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.form-group label {
  margin-bottom: 0;
}

.required-sign {
  color: #d9534f;
}

.required .form-control,
input[type=text]:required,
input[type=password]:required {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAABCAIAAACZnPOkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1OTc2ZjgyMS01NDMyLTM0NDMtOWM3NS00ZGQzN2M4MmFlNzciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNCNjdGNDczMUFBMTFFNkEwQTJFQzY2N0ZFMERCNEUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNCNjdGNDYzMUFBMTFFNkEwQTJFQzY2N0ZFMERCNEUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDQ4YzdiYTgtMTg0NS1hYjRkLWFiMjEtMDZmOTJjNTUyNDczIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ODA0Mjg3YTQtYzAxOC0xMWU1LWI3MTAtZjgyODg4OWI3NzRjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PsAXegAAABFJREFUeNpivBnsz4AEAAIMABVkAX1zsUWoAAAAAElFTkSuQmCC");
  background-repeat: repeat-y;
}

/*---------------------------------------------
STEPLIST
----------------------------------------------*/
.steplist {
  color: #0097a8;
  display: table;
  font-size: 1.3rem;
  margin-bottom: 2rem;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding-left: 0;
  height: 3rem;
}
.steplist li {
  border: 1px solid #0097a8;
  cursor: pointer;
  display: table-cell;
  padding: 0.5rem;
  text-align: center;
  position: relative;
}
.steplist li:before {
  border-bottom: 10px solid transparent;
  border-left: 10px solid #FFF;
  border-top: 10px solid transparent;
  content: "";
  height: 0;
  right: -7px;
  width: 0;
  z-index: 12;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steplist li:after {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #0097a8;
  border-top: 8px solid transparent;
  content: "";
  height: 0;
  right: -9px;
  width: 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.steplist li.current {
  background-color: #0097a8;
  color: #FFF;
}
.steplist li.current:before {
  display: none;
}
.steplist li:last-child::after {
  display: none;
}
.steplist li:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
.steplist li:last-child:before {
  display: none;
}
.steplist li:last-child:after {
  display: none;
}
.steplist li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
.steplist li span {
  display: block;
  min-height: 100%;
  word-wrap: break-word;
}

a {
  color: #0097a8;
}

a:focus {
  outline-offset: 2px;
}

p {
  margin-bottom: 0.5rem;
}

abbr[title], abbr[data-original-title] {
  text-decoration: none;
}

div[class*="col-"].no-padding {
  padding-left: 0;
  padding-right: 0;
}

.wrapper {
  min-height: 100%;
  height: 100%;
  margin: 0 auto -6.6rem;
  /* the bottom margin is the negative value of the footer's height */
}

main.main {
  float: left;
  width: 100%;
  padding: 0 0 0.9375rem 0;
  margin-bottom: 1.875rem;
  background-color: #FFF;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.inline-block {
  display: inline-block;
}

.clear-both {
  clear: both;
}

.clear-left {
  clear: left;
}

/*---------------------------------------------
PLACEHOLDER COLOR IN TEXTFIELDS
----------------------------------------------*/
::-webkit-input-placeholder {
  color: #858585;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #858585;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #858585;
}

:-ms-input-placeholder {
  color: #858585;
  line-height: 1.2;
}

/*---------------------------------------------
REMOVE SHADOW FROM TEXT-FIELDS AND TEXTAREAS (SAFARI) 
----------------------------------------------*/
input[type=text], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*---------------------------------------------
REMOVE RESET BUTTON FROM TEXTFIELD IN IE 
----------------------------------------------*/
input[type=text]::-ms-clear {
  display: none;
}

/*---------------------------------------------
LABEL
----------------------------------------------*/
.label {
  font-weight: normal;
  font-family: arial;
}

/*---------------------------------------------
EXTENDS 
----------------------------------------------*/
@media (min-width: 992px) {
  main.main {
    padding: 0 1.875rem 1.875rem 1.875rem;
  }
}
.padding-container {
  background-color: #e4e4e4;
  padding: 1.25rem;
}

.flexrow {
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flexbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -moz-flex: 1 1 0;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  padding: 0.75rem;
}

/*---------------------------------------------
HEADING AND HEADING LABEL ROW
----------------------------------------------*/
.fullwidth {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.row.fullwidth {
  margin-left: -1.875rem;
  margin-right: -1.875rem;
}

img {
  max-width: 100%;
}

.tactonorange {
  color: #f2663a;
}

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

.hidden {
  display: none;
}

.view-all {
  display: block;
  margin-top: 0.9375rem;
  text-align: center;
  width: 100%;
}

.font-small {
  font-size: 0.8rem;
}

.icon.big {
  font-size: 2rem;
}

.icon.medium {
  font-size: 1.3rem;
}

.row.borderstyle {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #FF0000;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
.row.borderstyle .icon {
  font-size: 2rem;
}
.row.borderstyle span {
  vertical-align: sub;
}

.inverted {
  background-color: #54535a;
  color: #FFF;
}

.inverted-light {
  background-color: #858585;
  color: #FFF;
}

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

/*---------------------------------------------
SECTION - SOLUTIONS
----------------------------------------------*/
/*
#solutions {
	padding-bottom: 5rem;
	header {
		h2 {
			display: inline;
		}
		.edit-pencil {
			@extend .edit-pencil;
		}
		.btn {
			vertical-align: text-bottom;
		}
		.cust-price {
			float: right;
			padding-top: 1rem;
		}
		//Mobile
		@include media-breakpoint-up(xs) {
			.buttongroup {
				float: left;
			}
		}
		//iPad
		@include media-breakpoint-up(md) {
			.buttongroup {
				float: right;
			}
		}
	}
	.content {
		margin-left: 0.9375rem;
		margin-right: 0.9375rem;
		.row {
			border: 1px solid #FF0000;
			cursor: pointer;
			padding-top: 1rem;
			padding-bottom: 1rem;
			@include border-radius(1rem);
			margin-top: 1rem;
		}
		.icon {
			padding-right: $fifteen;
			vertical-align: middle;
		}
		span {
			vertical-align: sub;
		}
	}
}
*/
/*---------------------------------------------
FORMS
----------------------------------------------*/
label.question {
  font-family: arial;
  color: #858585;
}

.input-group-addon {
  cursor: default;
  color: #0097a8;
}
.input-group-addon .icon {
  color: #0097a8;
}

/*---------------------------------------------
FIELDSTACKER
----------------------------------------------*/
.fieldstacker .row .row {
  border-bottom: 1px solid #e4e4e4;
}
.fieldstacker .row .row div[class*="col-"] {
  padding: 0.75rem;
}
@media (min-width: 768px) {
  .fieldstacker .fieldlabel {
    float: right;
  }
}

/*---------------------------------------------
TABS
----------------------------------------------*/
.pricing .nav-tabs .nav-link {
  background-color: #fff;
  border-color: #54535a #54535a #54535a;
  color: #696969;
}

/*---------------------------------------------
SECTIONHEADER
----------------------------------------------*/
section.inverted {
  background-color: #eae9e9;
  color: #333;
}

.sectionheader, .panel-header {
  padding-bottom: 0.9375rem;
}

.sidepanel section {
  margin-bottom: 1.25rem;
}

.panel {
  background-color: #FFF;
  border: 1px solid #e4e4e4;
  padding: 0.9375rem;
  margin-bottom: 1.25rem;
}

/*---------------------------------------------
JQUERY UI
----------------------------------------------*/
.ui-sortable-helper {
  background-color: #FFF;
}

/*---------------------------------------------
SEARCH - GENERIC SEARCHFIELD ( IN PRODUCT CATALOG DIALOG FOR EXAMPLE )
----------------------------------------------*/
.searchsection {
  float: left;
  width: 100%;
  padding: 1rem 0.9375rem;
  background-color: #eae9e9;
}
.searchsection .fieldwrapper {
  position: relative;
}
.searchsection .icon {
  position: absolute;
  top: 5px;
  left: 10px;
}
.searchsection .searchfield {
  padding-left: 30px;
}

@media (min-width: 768px) {
  .searchsection {
    padding: 1rem 1.875rem;
  }
}
/*---------------------------------------------
 PANEL - PROPOSAL EXPIRING SOON
----------------------------------------------*/
.proposals-expiring {
  background-color: #f2663a;
}
.proposals-expiring h2 {
  color: #FFF;
}
.proposals-expiring .list {
  list-style: none;
  padding: 0;
}
.proposals-expiring .list-item {
  background-color: #fef8ed;
  width: 100%;
  float: left;
  margin-bottom: 0.2rem;
}
.proposals-expiring .list-item div[class*="col-"] {
  padding: 0.75rem;
}
.proposals-expiring .list-item a, .proposals-expiring .list-item a:hover {
  text-decoration: none;
  color: #333;
}
.proposals-expiring .table-load-more a {
  color: #FFF;
}

/*---------------------------------------------
 PAGINATION
----------------------------------------------*/
.stdpagination {
  text-align: center;
}
.stdpagination .pagination > li > a, .stdpagination .pagination > li > span {
  color: #0097a8;
}

/*---------------------------------------------
 POPOVER
----------------------------------------------*/
.popover {
  border-radius: 0.2rem;
}

/*---------------------------------------------
 FIELD-PANEL
----------------------------------------------*/
.field-panel .panelbody .row {
  border-bottom: 1px solid #CCC;
  margin-left: 0;
  margin-right: 0;
}
.field-panel .panelbody .row:last-child {
  border-bottom: 0 none;
}
.field-panel .panelbody div[class*="col-"], .field-panel .panelbody label[class*="col-"] {
  padding: 0.3rem 0.75rem;
}
.field-panel .panelbody .control-label {
  font-family: arial;
  color: #54535a;
}
.field-panel .panelbody .control-label:first-child {
  padding-left: 0;
}
.field-panel .panelbody div:last-child {
  padding-right: 0;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.searchgroup {
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 2rem;
}
.searchgroup .input-group-addon {
  background-color: #FFF;
  border-color: #0097a8;
}
.searchgroup .form-control {
  border-color: #0097a8;
}
.searchgroup .icon {
  color: #0097a8;
}

/*---------------------------------------------
 SLIDER
----------------------------------------------*/
.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
}

.pips .col-input {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 120px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 120px;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  padding: 0.75rem;
}
.pips .col-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 80%;
  -moz-box-flex: 1;
  -moz-flex: 1 1 80%;
  -ms-flex: 1 1 80%;
  flex: 1 1 80%;
  padding: 1.6rem 0.75rem 0.75rem 0.75rem;
}

/*CUSTOM FOR CPQ */
textarea,
select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="week"] {
  padding: .7em 1em;
  border-width: 2px;
}

.config.main #comments {
  display: none;
}
.config.main h1 {
  font-weight: normal;
  margin: 0;
  padding: 0 0 .5rem 0;
}
.config.main h2 {
  margin: 0;
  padding: 5 0 0 0;
  font-size: 3.0rem;
}
.config.main .tab-content {
  float: left;
  padding: 10px;
  width: 100%;
  border: 1px solid #CCC;
}
.config.main #productForm #product {
  border-width: 2px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #24a7cf;
  width: 100%;
}
.config.main #productForm input[type=submit] {
  width: 100%;
  display: block;
  margin-top: .7rem;
}
@media (min-width: 768px) {
  .config.main #productForm input[type=submit] {
    width: 50%;
  }
}

.config.main.ava-caretech #product {
  border-color: #0f4583 !important;
}
.config.main.ava-caretech input[type="button"], .config.main.ava-caretech input[type="submit"], .config.main.ava-caretech input[type="reset"] {
  background-color: #0f4583;
}
.config.main.ava-caretech input[type="button"]:hover, .config.main.ava-caretech input[type="submit"]:hover, .config.main.ava-caretech input[type="reset"]:hover {
  background-color: #495d6d;
}
.config.main.ava-caretech button.btn.btn-primary {
  background-color: #0f4583;
  border-color: #0f4583;
}
.config.main.ava-caretech button.btn.btn-primary:hover {
  background-color: #495d6d;
}
.config.main.ava-caretech button.btn.btn-secondary {
  border-color: #0f4583;
  color: #1d99eb;
}
.config.main.ava-caretech button.btn.btn-secondary:hover {
  background-color: #1d99eb;
  color: white;
}
.config.main.ava-caretech #steps li {
  border-color: #0f4583;
}
.config.main.ava-caretech #steps li a {
  color: #0f4583;
}
.config.main.ava-caretech #steps li.active {
  background-color: #0f4583;
}
.config.main.ava-caretech #steps li.active a {
  background-color: #0f4583;
  color: white;
}
.config.main.ava-caretech .nav-link.active {
  border-top: 2px solid #1B75BB !important;
}

#lead label {
  display: block;
  float: left;
  width: 50%;
}
#lead ul {
  margin-bottom: 0;
  list-style: none outside none;
}
#lead li {
  float: left;
  display: block;
  width: 100%;
}
#lead input[type="text"] {
  padding: .2rem .5rem;
  border-width: 2px;
  width: 50%;
}
#lead .submitbutton {
  width: 50%;
  float: right;
  margin-top: 1rem;
}

#steps {
  clear: both;
  color: #fe0404;
  display: table;
  font-size: 1rem;
  margin-bottom: 30px;
  table-layout: fixed;
  width: 100%;
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
  height: 4rem;
}
#steps li {
  list-style: none;
  border: 1px solid #fe0404;
  cursor: pointer;
  display: table-cell;
  padding: 0.5rem;
  text-align: center;
  position: relative;
}
#steps li:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}
#steps li:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
}
#steps li.active {
  background-color: #24a7cf;
  color: white;
}
#steps li a {
  text-decoration: none;
  color: inherit;
}

.field {
  float: left;
  padding: 0px 0px 0px 30px;
  width: 100%;
}
/*@media (min-width: 768px) {
  .field {
    padding: 30px 0 10px 0;
    width: 50%;
  }
}*/
#tournamentGoals_field #topScorer_field #topScorerGoals_field #assistKing_type_field #yellowCards_field #redCards_field #penaltyShootOuts_field {
	padding: 20px 0 50px 0;
}
.field .fieldName {
  /*border-bottom: 1px solid #EEE;*/
  font-family: opensans-semibold;
  font-weight: normal;
  font-size: 20px;
  padding-right: 24px;
  position: relative;
  margin: 0 0 .4rem 0;
}
@media (min-width: 768px) {
  .field .fieldName {
    margin: .5rem 0;
  }
}
.field .padlock {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  
}
.field .padlock img {
  width: 64px;
  height: 24px;
  
}
.field label.orange {
  color: darkgray;
}
.field .label-text {
  padding-left: .5rem;
}
.field .label-text.orange {
  color: darkgray;
}

#summary {
  font-size: 12px;
}
#summary input[type="text"] {
  padding: 0 !important;
  border: 0;
}
#summary .padlock {
  display: none;
}

#bom {
  font-size: 12px;
}
#bom h2 {
  margin-top: 0;
}
#bom ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
}
#bom li {
  float: left;
  width: 100%;
}
@media (min-width: 544px) {
  #bom li {
    width: 50%;
  }
  #bom li:nth-child(odd) {
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  #bom li {
    width: 100%;
  }
  #bom li:nth-child(odd) {
    padding-right: 0px;
  }
}
#bom td {
  background-color: white;
}
#bom .bomHeader {
  font-weight: bold;
}
#bom .bomItemName {
  display: block;
  width: 90%;
  float: left;
  padding-right: 5px;
}
#bom .bomItemQty {
  width: 10%;
  float: left;
  text-align: right;
}
#bom .bomItemPrice {
  width: 14%;
  float: left;
  text-align: right;
}
#bom .subItem {
  padding-left: 7%;
}

#requestQuoteModal, #thankYouModal {
  margin: auto;
  width: 50%;
}

.modal-body {
  margin: auto;
  width: 75%;
}

.requestBtn {
  border-radius: 5px;
  background-color: #ed7203;
  border-width: 3px;
}
.requestBtn:hover {
  background-color: #dd4914;
  border-width: 3px;

}

option {
  background-color: white;
}
option.orange {
  background-color: lightgray;
}

.c-indicator.orange {
  background-color: lightgray;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs .nav-link {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid transparent;
  border-radius: 0.25rem 0.25rem 0 0;
  border-bottom: 0;
  background-color: #FFF;
}
.nav-tabs .nav-link:focus {
  border-color: #fff #fff #ddd #fff;
}
.nav-tabs .nav-link:hover {
  border-color: #fff #fff #ddd #fff;
}

.nav-link.active {
  background-color: white;
  color: black;
  border: 1px solid #ddd !important;
  border-bottom: 1px solid #fff !important;
}

.nested-window {
  overflow-y: scroll;
  max-height: 1000px;
}
.nested-window::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}
.nested-window::-webkit-scrollbar {
  width: 8px;
  background-color: #F5F5F5;
}
.nested-window::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #a3a3aa;
}

#vis-window {
  width: 100%;
  height: 320px;
}


.fields .field .group {
	padding: 0;
	margin: 0;
}
.group {
	padding-top: 0px;
}

h2 {
	padding-top: 50px;
	margin:0;
	color: #EC7323;;
	font-family: QatarTypeRegular;
}


/*# sourceMappingURL=tux.css.map */
