* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea,
.daterangecyc {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #616d82;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #404856;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 2000px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-md-dash-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-md-dash-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-md-dash-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-md-dash-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-md-dash-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-md-dash-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-md-dash-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-md-dash-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-md-dash-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-md-dash-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-md-dash-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-md-dash-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 2000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  .col-md-dash-1, .col-md-dash-2, .col-md-dash-3, .col-md-dash-4, .col-md-dash-5, .col-md-dash-6, .col-md-dash-7, .col-md-dash-8, .col-md-dash-9, .col-md-dash-10, .col-md-dash-11, .col-md-dash-12 {
    float: left;
  }
  .col-md-dash-12 {
    width: 100%;
  }
  .col-md-dash-11 {
    width: 91.66666667%;
  }
  .col-md-dash-10 {
    width: 83.33333333%;
  }
  .col-md-dash-9 {
    width: 75%;
  }
  .col-md-dash-8 {
    width: 66.66666667%;
  }
  .col-md-dash-7 {
    width: 58.33333333%;
  }
  .col-md-dash-6 {
    width: 50%;
  }
  .col-md-dash-5 {
    width: 41.66666667%;
  }
  .col-md-dash-4 {
    width: 33.33333333%;
  }
  .col-md-dash-3 {
    width: 25%;
  }
  .col-md-dash-2 {
    width: 16.66666667%;
  }
  .col-md-dash-1 {
    width: 8.33333333%;
  }
  .col-md-dash-pull-12 {
    right: 100%;
  }
  .col-md-dash-pull-11 {
    right: 91.66666667%;
  }
  .col-md-dash-pull-10 {
    right: 83.33333333%;
  }
  .col-md-dash-pull-9 {
    right: 75%;
  }
  .col-md-dash-pull-8 {
    right: 66.66666667%;
  }
  .col-md-dash-pull-7 {
    right: 58.33333333%;
  }
  .col-md-dash-pull-6 {
    right: 50%;
  }
  .col-md-dash-pull-5 {
    right: 41.66666667%;
  }
  .col-md-dash-pull-4 {
    right: 33.33333333%;
  }
  .col-md-dash-pull-3 {
    right: 25%;
  }
  .col-md-dash-pull-2 {
    right: 16.66666667%;
  }
  .col-md-dash-pull-1 {
    right: 8.33333333%;
  }
  .col-md-dash-pull-0 {
    right: auto;
  }
  .col-md-dash-push-12 {
    left: 100%;
  }
  .col-md-dash-push-11 {
    left: 91.66666667%;
  }
  .col-md-dash-push-10 {
    left: 83.33333333%;
  }
  .col-md-dash-push-9 {
    left: 75%;
  }
  .col-md-dash-push-8 {
    left: 66.66666667%;
  }
  .col-md-dash-push-7 {
    left: 58.33333333%;
  }
  .col-md-dash-push-6 {
    left: 50%;
  }
  .col-md-dash-push-5 {
    left: 41.66666667%;
  }
  .col-md-dash-push-4 {
    left: 33.33333333%;
  }
  .col-md-dash-push-3 {
    left: 25%;
  }
  .col-md-dash-push-2 {
    left: 16.66666667%;
  }
  .col-md-dash-push-1 {
    left: 8.33333333%;
  }
  .col-md-dash-push-0 {
    left: auto;
  }
  .col-md-dash-offset-12 {
    margin-left: 100%;
  }
  .col-md-dash-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-dash-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-dash-offset-9 {
    margin-left: 75%;
  }
  .col-md-dash-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-dash-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-dash-offset-6 {
    margin-left: 50%;
  }
  .col-md-dash-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-dash-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-dash-offset-3 {
    margin-left: 25%;
  }
  .col-md-dash-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-dash-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-dash-offset-0 {
    margin-left: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-text-muted {
  color: #777777;
}
.text-primary {
  color: #616d82;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4b5565;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #616d82;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4b5565;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  border: 1px solid #b4c3c8;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #b4c3c8;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #181f23;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #316bbe;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #616d82;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #181f23;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #616d82;
  border-color: #566173;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #4b5565;
  border-color: #20242a;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #4b5565;
  border-color: #3c4350;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4b5565;
  border-color: #3c4350;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #3c4350;
  border-color: #20242a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #616d82;
  border-color: #566173;
}
.btn-primary .badge {
  color: #616d82;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #616d82;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #404856;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #616d82;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: none;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #616d82;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #616d82;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #404856;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #616d82;
  border-color: #616d82;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #616d82;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #316bbe;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #275495;
}
.label-primary {
  background-color: #316bbe;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #275495;
}
.label-success {
  background-color: #316bbe;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #275495;
}
.label-info {
  background-color: #316bbe;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #275495;
}
.label-warning {
  background-color: #a32a2e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #7a2023;
}
.label-danger {
  background-color: #a32a2e;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #7a2023;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #616d82;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.middle {
  left: 45%;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: 2px solid #333333;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1999px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1999px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1999px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1999px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 2000px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 2000px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 2000px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 2000px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1999px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 2000px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 * 
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
div.DTTT_container {
  position: relative;
  float: right;
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
  position: relative;
  float: left;
  margin-right: 3px;
  /* padding: 5px 8px;
	border: 1px solid #999; */
  cursor: pointer;
  *cursor: hand;
  /* font-size: 0.88em;
	color: black !important;

	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	    -ms-border-radius: 2px;
	     -o-border-radius: 2px;
	        border-radius: 2px;

	-webkit-box-shadow: 1px 1px 3px #ccc;
	   -moz-box-shadow: 1px 1px 3px #ccc;
	    -ms-box-shadow: 1px 1px 3px #ccc;
	     -o-box-shadow: 1px 1px 3px #ccc;
	        box-shadow: 1px 1px 3px #ccc;

	Generated by http://www.colorzilla.com/gradient-editor/
	background: #ffffff; Old browsers
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); Chrome10+,Safari5.1+
	background:    -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); FF3.6+
	background:     -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); IE10+
	background:      -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); Opera 11.10+
	background:         linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); IE6-9 */
}
/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
button.DTTT_button {
  height: 30px;
  padding: 3px 8px;
}
.DTTT_button embed {
  outline: none;
}
button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
  /* border: 1px solid #666;
	text-decoration: none !important;

	-webkit-box-shadow: 1px 1px 3px #999;
	   -moz-box-shadow: 1px 1px 3px #999;
	    -ms-box-shadow: 1px 1px 3px #999;
	     -o-box-shadow: 1px 1px 3px #999;
	        box-shadow: 1px 1px 3px #999;

	background: #f3f3f3; Old browsers
	background: -webkit-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); Chrome10+,Safari5.1+
	background:    -moz-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); FF3.6+
	background:     -ms-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); IE10+
	background:      -o-linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); Opera 11.10+
	background:         linear-gradient(top, #f3f3f3 0%,#e2e2e2 89%,#f4f4f4 100%); W3C
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#f4f4f4',GradientType=0 ); IE6-9 */
}
button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}
/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

a.DTTT_button_csv,
a.DTTT_button_xls,
a.DTTT_button_copy,
a.DTTT_button_pdf,
a.DTTT_button_print {
	padding-right: 0px;
}

a.DTTT_button_csv span,
a.DTTT_button_xls span,
a.DTTT_button_copy span,
a.DTTT_button_pdf span,
a.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


a.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
a.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }

a.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
a.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }

a.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
a.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }

a.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }

a.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
a.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }

 */
button.DTTT_button_collection span {
  padding-right: 17px;
  background: url(../images/collection.png) no-repeat center right;
}
button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right;
}
/*
 * SELECTING
 * Row selection styles
 */
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable tr.DTTT_selected.odd {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_1 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_2 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9FAFD1;
}
table.dataTable tr.DTTT_selected.even {
  background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_1 {
  background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_2 {
  background-color: #B0BED9;
}
table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #B0BED9;
}
/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
div.DTTT_collection_background {
  background: transparent url(../images/background.png) repeat top left;
  z-index: 2001;
}
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -webkit-box-shadow: 1px 1px 3px #999;
  -moz-box-shadow: 1px 1px 3px #999;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}
/*
 * PRINTING
 * Print display styles
 */
.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #ffffff;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}
.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}
.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}
/*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
.yamm .nav,
.yamm .dropup,
.yamm .dropdown,
.yamm .collapse {
  position: static;
}
.yamm .navbar-inner,
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .dropdown-menu > li {
  display: block;
}
.yamm .nav.pull-right .dropdown-menu {
  right: 0;
}
.yamm .yamm-content {
  padding: 20px 30px;
  *zoom: 1;
}
.yamm .yamm-content:before,
.yamm .yamm-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.yamm .yamm-content:after {
  clear: both;
}
.yamm.navbar .nav > li > .dropdown-menu:after,
.yamm.navbar .nav > li > .dropdown-menu:before {
  display: none;
}
.yamm .dropdown.yamm-fullwidth .dropdown-menu {
  width: 100%;
  left: 0;
  right: 0;
}
@media (max-width: 969px) {
  .yamm .dropdown.yamm-fullwidth .dropdown-menu {
    width: auto;
  }
  .yamm .yamm-content {
    padding-left: 0;
    padding-right: 0;
  }
  .yamm .dropdown-menu > li > ul {
    display: block;
  }
}
/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute!important;
  clip: rect(1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: 0.5em 0.5em 0.5em 0.7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
* html .ui-autocomplete {
  width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none!important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #000000;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0!important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaa;
  background: #ffffff url(../images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url(../images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #ffffff url(../images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-widget:active {
  outline: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../images/ui-icons_cd0a0a_256x240.png);
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ui-widget-overlay {
  background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* select */
.select2-hidden-accessible:not(.mobile-device) {
  display: none !important;
}
/* container */
.select2 {
  width: 95% !important;
}
/* fake select */
.select2 .select2-selection {
  height: auto;
  min-height: 34px;
  border: solid 1px rgba(102, 118, 137, 0.5) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
.select2-container--open .select2-selection {
  background: #f5f5f5;
}
.select2 .select2-selection:focus {
  outline: 2px solid #316bbe !important;
}
/* fake select - override for forms */
.form-group .select2 .select2-selection {
  height: 36px !important;
}
/* content of select */
.select2 .select2-selection .select2-selection__rendered {
  padding: 6px 27px 5px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
/* content of select - override for forms */
.form-group .select2 .select2-selection .select2-selection__rendered {
  padding-top: 8px;
}
/* arrow */
.select2 .select2-selection .select2-selection__arrow {
  height: 100%;
  width: 30px;
  box-sizing: border-box;
  background: url(../../images/icons/theme5/optum/chevron.png) center center no-repeat;
}
/* arrow when toggled */
.select2-container--open .select2-selection .select2-selection__arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(-180deg);
}
/* hiding default select2 arrow */
.select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
/* dropdown box */
.select2-dropdown {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  color: #181f23 !important;
  background-color: #f5f5f5 !important;
}
/* dropdown option */
.select2-dropdown .select2-results__options li {
  display: block;
  padding: 3px 20px;
  font-weight: normal;
  color: #181f23;
  white-space: nowrap;
  line-height: 27px !important;
  text-decoration: none !important;
}
/* hide li with hidden options */
.select2-dropdown .select2-results__options li.select2-results__option:empty {
  display: none;
}
/* dropdown placeholder */
.select2-selection__placeholder {
  color: #000;
}
/* dropdown option selected */
.select2-dropdown .select2-results__options .select2-results__option[aria-selected=true] {
  background: none;
}
/* dropdown option highlighted */
.select2-dropdown .select2-results__options .select2-results__option--highlighted {
  background-color: #316bbe !important;
  color: #fff;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}
table.cyc-general-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border-bottom: none !important;
  table-layout: fixed;
}
@media (max-width: 800px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 15px;
    border: 1px solid #dddddd;
  }
  .table-responsive table {
    table-layout: auto;
  }
  .table-responsive table td,
  .table-responsive table th {
    min-width: 150px;
  }
}
.cyc-general-table thead th {
  border-top: 1px solid #DCE1E5 !important;
}
.cyc-general-table th {
  background: white;
  border-right: 1px solid #DCE1E5 !important;
  border-bottom: 1px solid #DCE1E5 !important;
  padding: 15px !important;
  text-align: left;
  color: #181F23  !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  word-break: break-word;
  line-height: 22px;
}
.cyc-general-table th:first-child,
.cyc-general-table td:first-child {
  border-left: 1px solid #DCE1E5 !important;
}
.cyc-general-table td {
  color: #181F23  !important;
  font-family: Roboto !important;
  font-size: 16px  !important;
  height: 4.4%  !important;
  font-weight: normal  !important;
  text-transform: none !important;
  border-bottom: 1px solid #DCE1E5 !important;
  border-right: 1px solid #DCE1E5 !important;
  padding: 20px;
  word-break: break-word;
  line-height: 22px;
}
.cyc-general-table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 4px !important;
}
.cyc-general-table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 4px !important;
  border-right: 1px solid #DCE1E5 !important;
}
.cyc-general-table tfoot td {
  border-top: none !important;
}
.cyc-general-table tr:first-child th:first-child {
  border-top-left-radius: 4px !important;
}
.cyc-general-table tr:first-child th:last-child {
  border-top-right-radius: 4px !important;
}
.cyc-general-table tr:last-child td:first-child {
  border-bottom-left-radius: 4px !important;
}
.cyc-general-table tr:last-child td:last-child {
  border-bottom-right-radius: 4px !important;
  border-right: 1px solid #DCE1E5 !important;
}
.cyc-general-table .dataTables_filter,
.cyc-general-table .dataTables_paginate,
.cyc-general-table .dataTables_length {
  display: none !important;
}
#alertSettingsPage {
  /*Small table to big tablet: from 768px to 1023px*/
  /*Small phones from small tables: from 481 to 767px*/
}
#alertSettingsPage .alert-settings__input input:disabled {
  cursor: not-allowed;
}
#alertSettingsPage input[type="checkbox"].disabled:before {
  color: #c0c0c0;
  font-weight: normal !important;
}
#alertSettingsPage input[type="checkbox"].alert-settings__input:before {
  font-weight: bold;
}
#alertSettingsPage .alert-settings__link {
  cursor: pointer;
}
#alertSettingsPage input[type="text"].alert-settings__input--threshold {
  width: 100px;
  padding-left: 10px;
}
#alertSettingsPage .alert-settings__input--coverage-level {
  width: 150px;
}
#alertSettingsPage .alert-settings__header--title {
  font-weight: bold !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
#alertSettingsPage .alert-settings__row {
  margin-bottom: 50px;
}
#alertSettingsPage .alert-settings__input--text {
  margin-bottom: 30px;
}
#alertSettingsPage .alert-settings__option {
  margin-bottom: 10px;
}
#alertSettingsPage .alert-settings__buttons {
  padding-left: 0;
}
#alertSettingsPage .alert-settings__input-col {
  margin-top: 28px;
}
#alertSettingsPage .alert-settings__option-label--email {
  padding: 0 10px 0 0;
  text-align: right;
}
#alertSettingsPage .alert-settings__option-label--text {
  padding: 0 0 0 10px;
}
#alertSettingsPage .alert-settings__option--email {
  text-align: right;
}
#alertSettingsPage .alert-settings__input--label {
  text-transform: uppercase;
  font-size: 14px !important;
}
#alertSettingsPage .alert-settings__row--select-all {
  margin-bottom: 8px !important;
}
#alertSettingsPage .alert-settings_validation {
  color: #d30000;
  font-size: 14px;
}
#alertSettingsPage .alert-settings__validation--success {
  color: #316bbe;
  font-size: 14px;
}
#alertSettingsPage .checkboxes-tooltip + .tooltip > .tooltip-inner {
  padding: 5px;
  padding-top: 15px !important;
  font-size: 11px;
  min-width: 150px !important;
  width: auto !important;
}
#alertSettingsPage .checkboxes-tooltip + .tooltip.bottom > .tooltip-arrow {
  border-left: 5px solid black;
}
#alertSettingsPage .alert-settings__input-col .btn-link {
  color: #316bbe;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 991px) {
  #alertSettingsPage .alert-settings__input > label {
    font-weight: 300;
  }
  #alertSettingsPage h2.alert-settings__input--label {
    font-weight: bold !important;
  }
}
#alertSettingsPage .alert-settings__input-col .btn-link:hover,
#alertSettingsPage .alert-settings__input-col .btn-link:focus {
  color: #00396c;
}
#alertSettingsPage .opt-out-modal {
  width: 45%;
  top: 15%;
}
@media only screen and (max-width: 1023px) {
  #alertSettingsPage .opt-out-modal .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #alertSettingsPage .modal-footer .btn + .btn {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #alertSettingsPage .opt-out-modal {
    width: 95%;
  }
  #alertSettingsPage .opt-out-modal .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  #alertSettingsPage .modal-footer .btn + .btn {
    margin-left: 0px;
  }
  #alertSettingsPage .alert-settings__row .alert-settings__buttons .btn {
    font-size: 14px;
    padding: 10px 22px;
  }
}
/****************** PROGRESS BARS ******************/
.progressbar {
  display: flex;
  margin: 25px 0;
}
.progressbar .progressbar_list_item {
  width: 100%;
  list-style-type: none;
  padding: 0;
  flex-basis: 0;
  flex-grow: 1;
}
.progressbar .progressbar_list_item:last-child hr {
  display: none;
}
.progressbar .progressbar_list_item hr {
  margin: -16px 0 0 32px;
}
.progressbar .progressbar_list_item label {
  margin-top: 25px;
  margin-right: 5px;
  font-weight: bold;
  color: #000000;
}
.progressbar .progressbar_list_item:last-child label {
  margin-top: 11px;
  margin-right: 0;
}
.progressbar .progressbar_circle {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #627d32;
  border-radius: 32px;
  background: #FFFFFF;
  font-size: 16px;
  color: #627d32;
}
.progressbar .completed .progressbar_circle {
  background: url(../../images/icons/theme5/optum/small-Checkmark.png) center no-repeat;
}
.progressbar .completed hr {
  background-color: #627d32;
  height: 2px;
}
.progressbar .current hr {
  background-color: #627d32;
  height: 2px;
}
.progressbar .next .progressbar_circle {
  border: 2px solid #667689;
  color: #667689;
}
.progressbar .next hr {
  background-color: #667689;
  height: 2px;
}
@media (max-width: 800px) {
  .progressbar .progressbar_list_item label {
    display: none;
  }
}
.progressbar .progressbar_visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.mobile-content {
  padding: 10% 4% 4%;
}
.mobile-content .pageTitle {
  color: #181F23;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.mobile-content p {
  color: #181F23;
  line-height: 20px;
  margin-bottom: 35px;
}
.mobile-content li {
  line-height: 40px;
  list-style: none;
}
/*********************** TOOLS & RESOURCES ***********************/
#tools-resources .col-md-3 {
  padding: 2% 0;
}
#resources > *,
#resources2 > * {
  padding: 10% !important;
}
#resources .well,
#resources2 .well {
  min-height: 850px;
}
#tools-resources .col-md-3:nth-child(3) {
  width: 26%;
}
#tools-resources .col-md-2 {
  width: 20%;
  margin-left: 3%;
}
#tools-resources h3 {
  margin: 0 !important;
}
#tools-resources label,
#tools-resources a {
  display: block !important;
}
#tools-resources a {
  font-size: 16px;
  text-decoration: underline;
}
#tools-resources label {
  font-size: 16px;
}
#tools-resources ul {
  list-style: none !important;
  padding-left: 0 !important;
}
#tools-resources li {
  list-style: none !important;
  color: black !important;
}
#tools-resources li::before {
  list-style: none !important;
  color: black !important;
}
#resources .pdf-icon {
  display: none !important;
}
#tools-resources ul li a span {
  line-height: 22px;
}
#tools a {
  padding: 2.5% 0;
}
#resources a,
#resources2 a {
  padding: 1.5% 0;
}
#tools-resources h1 {
  margin-top: 7%;
}
#resources label,
#resources2 label {
  margin-top: 5%;
}
@media (max-width: 480px) {
  #tools-resources h1 {
    margin-top: 0;
  }
  #main-container-tools-resources {
    width: auto;
    margin-left: auto;
  }
}
/******************** TOOLS AND RESOURCES LAYOUT REFRESH *********************/
#tools-resources a {
  color: #316bbe;
  text-decoration: underline;
  padding: 10px;
  font-weight: normal;
  font-size: 18px;
}
#tools-resources a:hover,
#tools-resources a:focus {
  color: #00396c;
}
#tools-resources a::before {
  content: "\2022";
  text-decoration: none;
  color: black;
  display: inline-block;
  width: 1em;
  margin-left: -0.9em;
  font-weight: bold;
  font-size: 20px;
}
#tools-resources ul {
  margin-bottom: 0;
}
.tools-resources__title {
  font-weight: bold !important;
  font-size: 30px !important;
}
.tools-resources__section {
  border-top: 1px solid black;
  padding: 40px 0;
}
.tools-resources__links {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  height: 100%;
}
.tools-resources__links-container {
  height: 100%;
}
.tools-resources__links-group {
  break-after: column;
  break-inside: avoid-column;
  page-break-inside: avoid;
}
.tools-resources__links-group--title {
  font-weight: bold !important;
  padding-bottom: 10px !important;
  font-size: 17px !important;
  text-transform: uppercase !important;
}
.tools-resources__link:empty {
  display: none;
}
.tools-resources__row {
  height: 75%;
}
.tools-resources_col {
  height: 100%;
  padding-top: 30px;
}
.pdf-icon {
  display: none !important;
}
.tools-resources__links-group--title:empty {
  display: none;
}
.tools-resources__link:empty {
  display: none;
}
.tools-resources__section:empty {
  display: none;
}
.tools-resources__links-group:empty {
  display: none;
}
.tools-resources__section--resources {
  border: none;
}
h1.page_header--5_0_1 {
  line-height: 110px !important;
  padding: 0 4% !important;
  padding-right: 0 !important;
  font-size: 40px !important;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
.page_header--tools-resources_5_0_1 {
  margin: 0 !important;
}
@media (min-width: 768px) {
  h1.page_header--tools-resources_5_0_1 {
    background-image: url(../../../images/header_background_tools_resources.jpg);
  }
}
@media (max-width: 724px) {
  .tools-resources__links {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .tools-resources__links-group--title {
    padding: 5px;
  }
  .tools-resources__links-group {
    break-after: auto;
  }
}
/******************* HSA CONTRIBUTIONS *******************/
#contributions-center {
  padding-bottom: 4%;
}
#contributions-center > * {
  padding-left: 4%;
  padding-right: 4%;
}
#contributions-center .inputLink {
  font: menu;
}
@media (max-width: 991px) {
  #contributions-center #hsa-btns > a {
    margin: 15px auto;
    width: 100%;
  }
  #contributions-center .box {
    padding-left: 0;
    padding-right: 0;
  }
}
.no-table {
  border: 1px solid #DCE1E5;
  border-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  padding: 15px;
  min-height: 220px;
  word-break: break-word;
}
.contribution-header-two {
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
}
#contributions-center p {
  line-height: 21px;
}
#contributions-center .col-md-7 ul {
  list-style-type: disc !important;
}
#contributions-center .col-md-7 ul li {
  padding: 2% 0 1% 2%;
}
#contributions-center .info li {
  padding: 3% 0 1% 2%;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
}
#contributions-center a {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
}
.delete {
  margin-right: 20px;
  color: #a32a2e !important;
}
/******************* HSA CONTRIBUTION HISTORY *******************/
#hsa-contribution-history > * {
  padding-left: 4%;
  padding-right: 4%;
}
#hsa-contribution-history table td {
  text-align: left !important;
  text-transform: capitalize !important;
  border-right: 1px solid #dce1e5 !important;
}
/*********************** HELP ***********************/
#firsttime-user > * {
  padding-left: 4%;
  padding-right: 4%;
}
#customer-service h2,
#faqs-page h2 {
  color: #181F23 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
}
.help-page_hr {
  margin-top: 80px;
  padding-bottom: 10px;
}
.help-page_faq-section_columns {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .help-page_faq-section_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 724px) {
  .help-page_faq-section_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.help-page_faq-section_columns a {
  padding: 10px;
  font-weight: normal;
  font-size: 18px;
}
h1.page_header--5_0_1 {
  line-height: 110px !important;
  padding: 0px 4% !important;
  padding-right: 0 !important;
  font-size: 40px !important;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
}
@media (min-width: 768px) {
  h1.page_header--help_5_0_1 {
    background-image: url("../../images/header_background_help.png");
  }
}
.help-page_header {
  font-size: 30px !important;
  font-weight: bold !important;
  padding-bottom: 50px !important;
  margin-top: 40px !important;
}
.help-page_contact-section {
  font-size: 18px;
}
.help-page_contact-section_bold-font {
  font-weight: bold;
}
/*********************** FAQ Pages ***********************/
.faq-content .main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.faq-content .main-header h1 {
  margin-right: 1em;
}
.faq-content .faq-disclaimer {
  padding: 1em;
  margin-top: 1.5em;
  border: 1px solid #dadada;
  background: #fbfbfb;
  border-radius: 5px;
  color: #848484;
  font-style: italic;
}
.faq-content .box-faq-toc {
  border: 1px solid #cccccc;
  padding: 25px;
  margin: 20px 0;
}
.faq-content .box-faq-toc header.toc-header {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1.2em;
  text-transform: uppercase;
}
.faq-content .box-faq-toc header.toc-section-header {
  font-size: 1.3em;
  margin-bottom: 0.4em;
}
.faq-content .faq-section {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 25px;
}
.faq-content .faq-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.faq-content .faq-section-header,
.faq-content .faq-question-header {
  font-weight: bold!important;
  line-height: 1em!important;
  text-transform: inherit!important;
}
.faq-content .faq-section-header {
  font-size: 22px !important;
  font-weight: 300!important;
  margin: 1.5em 0 0.6em 0!important;
}
.faq-content .faq-question-header {
  font-size: 18px !important;
}
/** Additional styles used for mobile (possibly obsolete) **/
#faqsmobile .greenheader {
  color: #667689;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
#faqsmobile strong,
#faqsmobile br {
  line-height: 40px;
}
#faqsmobile p {
  color: #181F23;
  font-size: 22px;
  line-height: 20px;
  margin-bottom: 0;
}
/******************* HSA ON DEMAND *******************/
#hsa-ondemand > * {
  padding-left: 4%;
  padding-right: 4%;
}
#hsa-ondemand h2 {
  color: #616D82 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}
#hsa-ondemand .available-money {
  color: #316bbe !important;
  font-size: 42px !important;
  margin: 20px 0 !important;
  font-weight: 300 !important;
  line-height: 33px !important;
}
#hsa-ondemand .info-available-title {
  color: #181F23 !important;
}
#hsa-ondemand .info-available-value {
  color: #181F27 !important;
}
#hsa-ondemand .no-table {
  min-height: 210px;
  max-height: 210px;
}
#hsa-ondemand .no-table a {
  display: block;
  padding: 2.25% 0;
}
#hsa-ondemand hr {
  margin: 10px 0 !important;
}
#hsa-ondemand .year {
  color: #316bbe;
  display: inline;
  margin-left: 30px;
}
#hsa-ondemand .money-year {
  display: inline;
  margin-left: 15px;
}
#hsa-ondemand .hsa-heading {
  display: flex;
  align-items: center;
}
#hsa-ondemand .hsa-heading a {
  margin-bottom: 8px;
}
/*********************** HSA SAVE IT! ***************************/
#piggy-bank > * {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 4%;
}
#piggy-bank h2 {
  text-transform: uppercase !important;
  color: #616D82 !important;
  font-size: 14px;
  font-weight: 700 !important;
}
#piggy-bank h2 span {
  top: 1px;
}
#piggy-bank h3 {
  margin-block-start: 0;
  font-size: 18px !important;
  font-weight: 300 !important;
}
#piggy-bank h4 {
  font-size: 18px;
  margin-bottom: 0 !important;
}
#piggy-bank p {
  line-height: 22px;
}
#piggy-bank .col-md-9,
#piggy-bank .col-md-6,
#piggy-bank .col-md-2 {
  padding-left: 0 !important;
}
#piggy-bank #transactionsTable .dataTables_empty {
  padding: 3% !important;
}
#piggy-bank #withdrawalsTable .dataTables_empty {
  padding: 3% !important;
}
#piggy-bank .btns {
  padding-bottom: 6% !important;
}
#piggy-bank .btn-link {
  color: #316bbe;
  font-weight: 500;
}
#piggy-bank .btn-link:hover {
  color: #00396c;
  text-decoration: underline;
}
#piggy-bank .btn-link:focus {
  color: #00396c;
  text-decoration: underline;
  border-color: none !important;
  box-shadow: none !important;
}
@media (max-width: 1080px) {
  #piggy-bank #tipPBMore {
    top: 5%;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
}
#piggy-bank .table-title {
  display: flex;
  align-items: center;
}
#piggy-bank .table-title a {
  margin-bottom: 8px;
}
#piggy-bank .amount {
  font-size: 18px;
}
/*********************** TRANSACTIONS REPORT ***********************/
#transactions-report > * {
  padding: 4%;
}
#transactions-report .col-md-3 {
  padding-left: 0 !important;
}
#transactions-report div.DTTT_container {
  position: relative;
  float: right;
  border: 1px solid #fefefe !important;
  padding: 0 1%;
  margin-right: -1.5% !important;
}
#transactions-report div.create-report-button {
  position: relative;
  float: left;
  border: 1px solid #fefefe !important;
  margin-right: -1.5% !important;
}
#transactions-report .table-responsive-trans tr,
#transactions-report .table-responsive-trans td,
#transactions-report .table-responsive-trans th {
  font-size: 16px !important;
}
#transactions-report table.dataTable thead th {
  color: #000 !important;
}
#transactions-report .table-responsive-trans table {
  border: 1px solid #DCE1E5 !important;
  border-radius: 4px;
}
#transactions-report .table-responsive-trans th,
#transactions-report .table-responsive-trans td {
  border: 1px solid #DCE1E5 !important;
  text-transform: capitalize  !important;
}
#transactions-report .table-responsive-trans td {
  text-align: left !important;
  word-break: break-word;
  line-height: 23px;
}
/*#transactions-report table.dataTable thead .sorting, #transactions-report table.dataTable thead .sorting_asc,#transactions-report table.dataTable thead .sorting_desc{ background-image: none !important; }*/
#transactions-report #customDates {
  display: none;
  padding: 2% 0;
}
#transactions-report p.export-to {
  position: relative;
  float: left;
  margin-right: 3px;
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #616D82;
}
#transactions-report .no-data-transactions {
  height: 276px;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 4px;
}
#transactions-report h2 {
  color: #181f23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
#transactions-report .visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.loadMoreButtonRow {
  text-align: center;
  margin-top: 15px !important;
}
.transactionReportLoader {
  width: 25px;
  display: none;
}
/******************* MULTIPLE CLAIMS *******************/
#multiple-claim > * {
  padding-left: 4%;
  padding-right: 4%;
}
#multiple-claim .no-table a {
  font-size: 16px !important;
  display: block;
  padding-bottom: 4%;
}
#multiple-claim h2 {
  color: #181f23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}
/*********************** SCHEDULE CLAIMS ****************************/
#schedule-claim > * {
  padding: 6%;
}
#schedule-claim .table-responsive {
  margin-top: 3%;
}
#schedule-claim .col-md-3 {
  padding-left: 0 !important;
}
#schedule-claim .dataTables_empty {
  padding: 6% 1% !important;
}
#schedule-claim .fielderr {
  padding-left: 4%;
}
#schedule-claim table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px !important;
  border-bottom: none !important;
}
#schedule-claim table tr th,
#schedule-claim table tr td {
  border-bottom: 1px solid #b4c3c8;
  padding: 15px !important;
}
#schedule-claim table tr th {
  border-top: 1px solid #DCE1E5 !important;
  text-align: left;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
#schedule-claim table tr td {
  font-family: Roboto  !important;
  font-size: 16px  !important;
  height: 4.4%  !important;
  font-weight: normal  !important;
  text-transform: none !important;
}
#schedule-claim table tr th:first-child,
#schedule-claim table tr td:first-child {
  border-left: 1px solid #b4c3c8;
}
#schedule-claim table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
#schedule-claim table tr:first-child th:last-child {
  border-top-right-radius: 4px;
  border-right: 1px solid #b4c3c8;
}
#schedule-claim table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
#schedule-claim table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
#schedule-claim .sorting,
#schedule-claim .sorting,
#schedule-claim .sorting_asc,
#schedule-claim .sorting_desc {
  background-color: transparent;
}
#schedule-claim table tr th,
#schedule-claim table tr td {
  border-right: 1px solid #DCE1E5 !important;
  border-bottom: 1px solid #DCE1E5 !important;
  padding: 5px;
}
#schedule-claim table tr th:first-child,
#schedule-claim table tr td:first-child {
  border-left: 1px solid #DCE1E5 !important;
}
#schedule-claim .form-group {
  word-wrap: break-word;
}
/********************* HSA INVESTMENTS *********************/
#investcenter-menu {
  margin-left: 0px;
}
#investcenter-menu .no-title {
  margin-top: 45px;
}
#hsa-investments .p2 {
  font-size: 16px;
}
#hsa-investments .tooltip-inner {
  min-width: 21em !important;
}
#hsa-investments {
  margin-bottom: 1% !important;
}
#hsa-investments > * {
  padding-left: 4%;
  padding-right: 4%;
}
#hsa-investments p {
  line-height: 22px;
}
#investcenter-menu h2 {
  line-height: 49px !important;
  font-size: 14px !important;
}
#investcenter-menu h3 {
  font-size: 14px !important;
}
#investcenter-menu p {
  font-size: 14px;
  line-height: 16px !important;
}
#hsa-investments .little div.tooltip-inner {
  max-width: 150px;
}
@media (min-width: 992px) {
  #investcenter-menu .investments {
    width: 20% !important;
    margin-top: 4%;
  }
}
@media (max-width: 991px) {
  #investcenter-menu .investments {
    width: 33% !important;
    margin-top: 6%;
  }
}
#hsa-investments h2 {
  color: #181F23 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
  padding-bottom: 10px !important;
  padding-top: 0;
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
#hsa-investments .gray {
  color: #616D82 !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  font-size: 14px !important;
}
#hsa-investments .title {
  font-size: 28px !important;
  font-weight: 500 !important;
  color: #181f23 !important;
  line-height: 33px !important;
  margin: 0 !important;
  padding-bottom: 7px !important;
}
#hsa-investments .table-title {
  font-size: 18px !important;
  font-weight: 300 !important;
}
#hsa-investments .invest-heading {
  display: flex;
  align-items: center;
}
#hsa-investments .invest-heading a {
  margin-top: 10px;
}
#hsa-investments ol {
  list-style-type: none;
  padding-inline-start: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 3%;
}
#hsa-investments ol li {
  line-height: 22px;
  margin: 0 0 10px;
}
#hsa-investments .hsa-investment-account {
  font-size: 28px !important;
  font-weight: 300 !important;
}
.hsa-enrolled-investments {
  color: #181F23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  margin: 20px 0 3px 0 !important;
}
/*Small phones from 0 to 480px*/
@media only screen and (max-width: 480px) {
  #hsa-investments .gray {
    font-size: 12px !important;
  }
  #investcenter-menu {
    margin-left: -30px;
  }
  .hsba-total-balance-header {
    padding: 0px !important;
  }
}
.btn-continue {
  margin-right: 60px;
}
/*Small phones from 0 to 480px*/
@media only screen and (max-width: 480px) {
  .btn-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .btn-container .btn-continue {
    margin-right: 0px;
  }
  .btn-container .btn {
    min-width: 130px !important;
    margin: 5px;
  }
}
/*********************** MY PAYMENT CARD ***********************/
#my-paymentcard > * {
  padding-left: 4%;
  padding-right: 4%;
}
#my-paymentcard .col-md-6,
#my-paymentcard .col-md-4,
#my-paymentcard .col-md-3 {
  padding-left: 0 !important;
}
#my-paymentcard .no-table {
  max-height: none !important;
  min-height: none !important;
  box-shadow: none !important;
}
#my-paymentcard .gray-title h2 {
  color: #667689 !important;
}
#my-paymentcard h2 {
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 24px !important;
  padding-bottom: 0 !important;
}
#my-paymentcard h3 {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  margin: 0 !important;
  padding-bottom: 7px !important;
  color: #181f23 !important;
  text-transform: none !important;
}
#my-paymentcard hr {
  margin: 1% 0 !important;
}
#my-paymentcard .name-user {
  text-transform: uppercase;
}
#my-paymentcard #cc_table_head_id {
  text-transform: capitalize !important;
}
#my-paymentcard .creditcard-info .form-group label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 300 !important;
}
#my-paymentcard .creditcard-info .form-group p {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500 !important;
}
#my-paymentcard .btn-toolbar-card {
  padding-top: 2%;
}
/********************* ADD CARDHOLDER & ADD DEPENDENT  *********************/
#add-cardholder > * {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 4%;
}
#add-dependent > * {
  padding-left: 4%;
  padding-right: 4%;
}
#add-cardholder img,
#add-dependent img {
  display: none !important;
}
#add-dependent .col-md-3,
#add-dependent .col-md-2 {
  padding: 1% 0 1% 0 !important;
}
#add-cardholder h3 .cardholders {
  color: #667689 !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}
#add-cardholder a.link {
  display: block;
}
/********************* REMOVE CARDHOLDER *********************/
#remove-cardholder > * {
  padding-left: 4%;
  padding-right: 4%;
  padding-top: 4%;
}
/********************* REPLACEMENT CARD *********************/
#replace-card > * {
  padding-left: 4%;
  padding-right: 4%;
}
#replace-card .status-card {
  vertical-align: text-bottom;
  margin-left: 10px;
}
/******************** PAY A PROVIDER / REIMBURSE MYSELF / HSA SAVE IT! *********************/
#pay-provider > * {
  padding: 4%;
}
#pay-provider .col-md-4,
#pay-provider .col-md-3 {
  padding: 1% 15px 1% 0 !important;
}
#pay-provider .col-md-2 {
  padding: 1% 0 1% 1% !important;
}
#pay-provider p,
#pay-provider .documentation li {
  line-height: 20px;
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -webkit-pre-wrap;
  /*Chrome & Safari */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
  white-space: normal;
}
#pay-provider .link {
  margin-top: 2%;
}
#pay-provider .btn-link,
#scheduleClaims .btn-link {
  color: #181F23 !important;
  text-decoration: underline !important;
}
#pay-provider .btn-link-primary,
#scheduleClaims .btn-link-primary {
  color: #316bbe !important;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
#pay-provider .btn-link-warn,
#scheduleClaims .btn-link-warn {
  color: #a32a2e !important;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
}
#pay-provider .upload-files {
  padding: 2%;
}
#pay-provider .upload-files li {
  padding: 0.5% 0 0.5% 1%;
}
#pay-provider #dupCenter {
  padding-left: 0;
  display: none;
}
#pay-provider .jumbotron {
  display: none;
  padding: 10px 15px 0 0;
}
#pay-provider .table-container {
  padding-top: 10px;
  padding-left: 0;
}
#pay-provider .uploadifive-queue-item {
  color: #a32a2e !important;
  background-color: #F5F5F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 12px;
  margin-top: 3px;
  padding: 15px;
}
#pay-provider .uploadifive-queue-item .progress-bar {
  background-color: #316bbe !important;
  height: 3px;
}
#pay-provider .dataTables_empty {
  display: none !important;
}
#pay-provider table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px !important;
  border-bottom: none !important;
}
#pay-provider table tr th,
#pay-provider table tr td {
  border-right: 1px solid #b4c3c8;
  border-bottom: 1px solid #b4c3c8;
  padding: 1%;
}
#pay-provider table tr td {
  font-size: 16px !important;
  text-transform: capitalize;
}
#pay-provider table tr th:first-child,
#pay-provider table tr td:first-child {
  border-left: 1px solid #b4c3c8;
}
#pay-provider table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
#pay-provider table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
#pay-provider table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
#pay-provider table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
#pay-provider table tfoot td {
  border-top: none !important;
}
#pay-provider table.table thead .sorting,
#pay-provider table.dataTable thead .sorting,
#pay-provider table.dataTable thead .sorting_asc,
#pay-provider table.dataTable thead .sorting_desc {
  background-color: transparent;
  background-image: none !important;
}
div#modalNewPayee.well {
  height: 68%;
  width: 50% !important;
}
#payeeForm .col-md-12,
#addNewMemberForm .col-md-12,
#payeeEditForm .col-md-12 {
  padding-left: 0 !important;
}
#pay-provider .uploadify {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#pay-provider .uploadifyButton {
  line-height: 0 !important;
  text-align: center !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15) !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  min-height: 25px !important;
  background-color: #ffffff;
  background-image: none !important;
  height: 25px !important;
  color: #316bbe;
  border: 2px solid #316bbe;
  padding: 20px 50px;
}
@media (max-width: 768px) {
  #pay-provider .uploadifyButton {
    line-height: 20px !important;
    height: auto !important;
    padding: 10px 50px;
  }
}
#pay-provider .uploadifyButton:hover {
  background-color: #e6e6e6;
  background-image: none;
  color: #00396c;
  border: 2px solid #00396c;
}
#pay-provider .uploadifyButton:focus {
  background-color: #e6e6e6;
  background-image: none;
  color: #00396c;
  border: 2px solid #00396c;
  outline: auto;
}
#pay-provider .dropdown-toggle,
#schedule-claim .dropdown-toggle {
  width: 95%;
  color: #444;
  font-size: 14px;
  line-height: 16px;
  height: 36px;
  padding: 6px 35px 5px 12px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(102, 118, 137, 0.5);
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  text-align: left;
}
#pay-provider .dropdown-menu li a.btn-category,
#schedule-claim .dropdown-menu li a.btn-category {
  font-weight: bold;
}
#pay-provider .dropdown-menu,
#schedule-claim .dropdown-menu {
  width: 95%;
  list-style-type: none;
  max-height: 400px;
  overflow-x: hidden;
}
#pay-provider .dropdown-menu ul,
#schedule-claim .dropdown-menu ul {
  list-style-type: none;
  padding: 0;
}
#pay-provider .dropdown-menu li a,
#schedule-claim .dropdown-menu li a {
  width: 100%;
  color: #444 !important;
  line-height: 20px;
  display: block;
  padding: 8px 30px 8px 15px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  white-space: normal;
}
#pay-provider .dropdown-menu li a.highlighted,
#schedule-claim .dropdown-menu li a.highlighted,
#pay-provider .dropdown-menu li a:focus,
#schedule-claim .dropdown-menu li a:focus {
  background-color: #316bbe !important;
  color: #ffffff !important;
  cursor: pointer;
  text-decoration: none;
}
#pay-provider .dropdown-menu li a.highlighted .caret,
#schedule-claim .dropdown-menu li a.highlighted .caret,
#pay-provider .dropdown-menu li a:focus .caret,
#schedule-claim .dropdown-menu li a:focus .caret {
  background: url(../../images/icons/theme5/cyc/chevron_white.png) center center no-repeat;
}
#pay-provider .dropdown-menu li a .caret,
#schedule-claim .dropdown-menu li a .caret {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#pay-provider .dropdown-menu li a .caret.down,
#schedule-claim .dropdown-menu li a .caret.down {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#pay-provider .submenu,
#schedule-claim .submenu {
  display: none;
}
#pay-provider .submenu.open,
#schedule-claim .submenu.open {
  display: block;
}
#pay-provider .option .selected,
#schedule-claim .option .selected {
  cursor: pointer;
  text-decoration: none !important;
}
#signup > * {
  padding-left: 8%;
  padding-right: 8%;
}
#signup .col-md-4,
#signup .col-md-5,
#signup .col-md-6,
#signup .col-md-12 {
  padding: 1% 0 !important;
}
#signup > .jumbotron > p {
  color: #181F23;
  font-size: 14px;
  line-height: 16px;
}
#signup > .jumbotron > div {
  width: 100%;
  padding-right: 11%;
  padding-bottom: 6%;
  padding-top: 7%;
}
#signup ol {
  padding-left: 25px !important;
}
#signup ol li {
  padding: 1% 0;
}
#signup .no-paymentcard {
  font-size: 12px;
}
#signup .btns {
  margin-top: 5%;
  padding-bottom: 4%;
}
#signup .progressbar_hr_current,
#signup .progressbar_hr_next {
  width: 9.5vw;
}
#signup .success-info {
  margin-top: 3%;
}
#signup input:disabled {
  cursor: not-allowed;
  background: #ececec;
}
#signup ul.list-margins li {
  margin-bottom: 20px;
}
#signup ul.list-margins li:first-child {
  margin-top: 20px;
}
#signup .mobile-app-links {
  margin-top: 5px;
}
#signup .mobile-app-links a > img {
  height: 65px;
  padding: 6px;
}
#signup .mobile-app-links a {
  text-decoration: none;
  margin-right: 40px;
}
#signup .mobile-app-links a:last-child {
  margin-right: 0;
}
#fedexEarnedCredits div.title {
  margin-bottom: 1.5em !important;
}
#fedexEarnedCredits div.title h1 {
  color: #F56F03 !important;
  padding-bottom: 0 !important;
}
#fedexEarnedCredits div.title span.expired {
  color: #e41919;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}
#fedexEarnedCredits div.title p {
  color: #6C8D23 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}
#fedexEarnedCredits p,
#fedexEarnedCredits input[type=submit],
#fedexEarnedCredits ul,
#fedexEarnedCredits table,
#fedexEarnedCredits div {
  margin-bottom: 1.5em !important;
}
#fedexEarnedCredits p:last-child,
#fedexEarnedCredits input[type=submit]:last-child,
#fedexEarnedCredits ul:last-child,
#fedexEarnedCredits table:last-child,
#fedexEarnedCredits div:last-child,
#fedexEarnedCredits p.no-margin,
#fedexEarnedCredits input[type=submit].no-margin,
#fedexEarnedCredits ul.no-margin,
#fedexEarnedCredits table.no-margin,
#fedexEarnedCredits div.no-margin {
  margin-bottom: 0 !important;
}
#fedexEarnedCredits td {
  font-size: 14px;
  text-transform: none;
}
#providersView .btn-link {
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
#providersView .btn-link-warn {
  color: #a32a2e !important;
}
.acc {
  background-color: lightgrey;
  padding: 1% 4%;
}
.amnt {
  color: lightgrey;
}
.ver-pad {
  padding-bottom: 1%;
  padding-top: 1%;
}
.ver-pad-big {
  padding-bottom: 5%;
  padding-top: 5%;
}
.required-label:before {
  content: "*";
  color: red;
}
.right-pad {
  display: block;
  float: left;
  padding-right: 4%;
}
.center-message {
  display: flex;
  line-height: 80%;
  align-items: center;
  padding-top: 3% !important;
}
.ok-icon:before {
  content: url("../../images/logos/ok_tb.png");
}
.ok-icon {
  margin-bottom: 2%;
  margin-right: 8px;
}
.usd-icon {
  background-image: url("../../images/logos/dollar-icon_tb.png");
  background-repeat: no-repeat;
  background-size: 30px 35px;
  width: 30px;
  height: 35px;
  border: black 1px;
  display: block;
  float: left;
}
.text-bold {
  font-weight: bold !important;
}
.usd-icon + input[type=text] {
  width: 70% !important;
}
.claimReceiptArchive {
  color: #a32a2e;
}
.claimReceiptAction > input {
  text-align: center;
}
.claimReceiptProp {
  padding: 0 10px 0 10px;
}
.claimReceiptAction {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px !important;
}
.claimReceiptItem {
  border: 1px solid #b4c3c8;
  border-radius: 4px;
  box-shadow: 0 1px 15px 0 rgba(102, 118, 137, 0.25);
  font-size: 14px;
  margin-bottom: 30px;
}
.claimReceiptHref {
  margin-bottom: 10px !important;
}
.claimReceiptThumbImageWrap {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: white;
  text-align: center;
}
.claimReceiptThumbImageWrap img {
  opacity: 1;
}
.claimReceiptThumbImageWrap:hover img {
  opacity: 0.3;
  cursor: pointer;
}
.claimReceiptThumbImage {
  top: 0;
  left: 0;
  min-width: 100%;
  height: 140px;
  object-fit: cover;
}
.claimReceiptThumbPdf {
  padding-bottom: 10px;
  padding-top: 10px;
  height: 140px;
}
.claimReceiptPropRow {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 10px;
  margin-top: 10px;
}
.claimReceiptShare {
  background: url(../../images/icons/theme5/optum/share_icon.svg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 25px;
  height: 25px;
  border: none;
  margin-right: 10px;
  cursor: pointer;
}
.claimReceiptButtons {
  display: flex;
}
.claimReceiptHeader {
  font-weight: bold;
}
.receiptFolderHeaderText {
  margin-top: 20px;
  margin-bottom: 30px;
}
.receiptLargeImage {
  width: 100%;
  max-height: 70%;
  object-fit: contain;
}
.receiptFolderLoader {
  margin-left: auto;
  margin-right: auto;
}
.no-show {
  visibility: hidden;
}
.padding-bottom {
  padding-bottom: 10px;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.editReceiptModalHeader {
  display: flex;
  justify-content: space-between;
}
.receiptAttachModal {
  max-height: calc(100vh - 60px) !important;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .receiptAttachModal {
    width: 65% !important;
  }
}
.selectedToAttachReceiptItem {
  border: 1px solid #b4c3c8;
  border-radius: 4px;
  box-shadow: 0 1px 15px 0 rgba(102, 118, 137, 0.25);
  font-size: 14px;
  margin-bottom: 30px;
  word-break: break-all;
}
.selectedToAttachReceiptThumbImageWrap {
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: white;
  text-align: center;
}
.selectedToAttachReceiptThumbImageWrap img {
  opacity: 1;
}
.selectedToAttachReceiptThumbImageWrap:hover img {
  opacity: 0.3;
  cursor: pointer;
}
.selectedToAttachReceiptThumbImage {
  top: 0;
  left: 0;
  min-width: 100%;
  height: 140px;
  object-fit: cover;
}
.selectedToAttachReceiptThumbPdf {
  padding-bottom: 10px;
  padding-top: 10px;
  height: 140px;
}
.selectedToAttachReceiptPropRow {
  display: flex;
  justify-content: space-between;
  padding: 0 10px 0 10px;
  margin-top: 10px;
}
.selectedToAttachReceiptHeader {
  font-weight: bold;
}
.selectedReceiptIcon {
  width: 32px;
  position: absolute;
  top: -12px;
  right: 0px;
  content: url(../../images/icons/theme5/optum/ok-icon.svg);
}
#initial-enrollment .img-position,
#hsa-investments .img-position {
  float: left;
  width: 70px;
  height: 70px;
}
#initial-enrollment .img-content-position,
#hsa-investments .img-content-position {
  padding-left: 85px;
  padding-right: 15px;
  margin-top: 10px;
}
#initial-enrollment .option-box,
#hsa-investments .option-box {
  height: auto;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 7px;
  position: relative;
  padding: 1%;
}
#initial-enrollment .content-position,
#hsa-investments .content-position {
  padding-left: 15px;
  padding-right: 15px;
}
#initial-enrollment .heading,
#hsa-investments .heading {
  font-weight: bold;
  font-size: 23px;
}
#initial-enrollment .button-position,
#hsa-investments .button-position {
  position: absolute;
  right: 10px;
  bottom: 5px;
  margin: 0 20px 20px 0;
}
#initial-enrollment .close-button-position,
#hsa-investments .close-button-position {
  height: 60px;
  position: relative;
}
#initial-enrollment p:not(:empty),
#hsa-investments p:not(:empty) {
  padding: 1% 0%;
}
#initial-enrollment .c-head,
#hsa-investments .c-head {
  font-size: 20px;
}
#initial-enrollment .li-head,
#hsa-investments .li-head {
  font-weight: bold;
  color: #cc7f1b;
  padding-bottom: 1%;
}
.initial-enrollment-content {
  margin-left: 10%;
  margin-right: 10%;
}
.flash-message {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f7f9f9;
  border: none;
  border-radius: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 300;
}
.flash-message-icon {
  background-image: url('../../images/icons/theme5/cyc/warning.png');
  margin-right: 15px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.button-information {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 20px;
}
.information-title {
  color: #246d8f;
  padding: 20px 30px 20px 30px;
  font-size: 22px;
}
a:focus,
button:focus,
input[type="button"]:focus,
.buttonClass:focus,
.btn:focus,
#mm_profile:focus {
  outline: 2px solid #8a8a8a !important;
  box-shadow: 0 0 0 2px #fff inset !important;
  outline-offset: -1px !important;
}
.dropdown-menu:not(.dropdown-user) li a {
  outline: initial !important;
  box-shadow: initial !important;
  outline-offset: initial !important;
}
/** MPUX-295 input sizes for add dependant **/
.input-add-dep input,
.input-add-dep .select2 {
  width: 90% !important;
}
.ui-widget-content {
  z-index: 1051 !important;
}
.ui-widget-overlay {
  z-index: 999 !important;
}
.nav-tabs > li:focus {
  /* When add box-shadow on focus it overrides default box-shadow value (outer box-shadow).
	   Added both box-shadows to prevent overriding */
  box-shadow: -3px 2px 10px 0 rgba(0, 0, 0, 0.05), inset 0 0 0 2px #8a8a8a !important;
}
#cycMenu.fullWidthLogo > ul.nav {
  width: 100%;
}
#cycMenu.fullWidthLogo > ul.nav li {
  width: 100%;
}
#myprofile-submenu .my-profile__navigation-panel {
  display: flex;
  flex-wrap: wrap;
}
#myprofile-submenu .myprofile-submenu__tab {
  width: auto;
  margin-right: 40px;
}
#myprofile-submenu .myprofile-submenu__tab > a > img {
  margin-right: 20px;
  margin-top: -3px;
}
@media (max-width: 1400px) {
  #myprofile-submenu .myprofile-submenu__tab {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  #myprofile-submenu .myprofile-submenu__tab {
    margin-right: 0;
  }
}
.header-three-style {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #181F23 !important;
  border: 0 !important;
}
.header-one-style {
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
}
#claim-report-form .filters-button {
  padding-left: 0;
}
.label-green {
  background-color: #316bbe;
}
.label-green[href]:hover,
.label-green[href]:focus {
  background-color: #275495;
}
.text-under-field {
  width: 95%;
  text-transform: none;
  font-size: 14px;
  margin-top: 6px;
}
/****************** GENERAL STYLES ******************/
/* roboto-100 - greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-100.eot');
  src: local('Roboto Thin'), local('Roboto-Thin'), url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-100.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-100.woff') format('woff'), /* Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-100.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-100.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-300 - greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-300.eot');
  src: local('Roboto Light'), local('Roboto-Light'), url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-300.woff') format('woff'), /* Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-300.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-regular - greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-regular.eot');
  src: local('Roboto'), local('Roboto-Regular'), url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-regular.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-500 - greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-500.eot');
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-500.woff') format('woff'), /* Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-500.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-700 - greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-700.eot');
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-700.woff') format('woff'), /* Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-700.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* roboto-900 - greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-900.eot');
  src: local('Roboto Black'), local('Roboto-Black'), url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-900.woff2') format('woff2'), /* Super Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-900.woff') format('woff'), /* Modern Browsers */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/Roboto/roboto-v18-greek-ext_latin_cyrillic-ext_latin-ext_vietnamese_greek_cyrillic-900.svg#Roboto') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
* {
  font-family: 'Roboto' !important;
}
body {
  color: #181f23;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  background: #FFF;
  margin: 0;
}
a {
  color: #316bbe;
  font-weight: 500;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #00396c;
}
.btn-link {
  color: #316bbe;
}
.btn-link:hover,
.btn-link:focus {
  color: #00396c;
}
.a-red {
  color: #a32a2e;
}
.a-red:hover,
.a-red:focus,
.a-red:active {
  color: #a32a2e;
}
h1 {
  color: #181F23 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
  padding-bottom: 10px !important;
  padding-top: 0;
  margin-top: 0;
}
h1 small {
  font-size: 17px;
  font-weight: normal;
  line-height: 1;
  color: #a32a2e;
}
h2 {
  color: #181F23 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
  margin: 0 !important;
  padding-bottom: 7px !important;
}
h3 {
  color: #181F23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
}
.h3-like {
  color: #181F23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
}
h4 {
  color: #181F23 !important;
  font-size: 21px;
  font-weight: 300 !important;
  line-height: 33px !important;
  border: 0 !important;
  margin-top: 0 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #316bbe;
}
.col-primary {
  color: #316bbe;
}
a.col-primary {
  color: #316bbe;
}
a.col-primary:hover,
a.col-primary:focus {
  color: #00396c;
}
.col-error {
  color: #a32a2e;
}
a.col-error {
  color: #a32a2e;
}
a.col-error:hover,
a.col-error:focus {
  color: #a32a2e;
}
.row {
  margin: 0;
}
.breadcrumb {
  padding-left: 0 !important;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  background: none !important;
  display: none !important;
}
.breadcrumb li > a {
  font-size: 12px;
  font-weight: 100;
  background: transparent !important;
  color: #ADADAD !important;
}
.breadcrumb li.active > a {
  color: #316bbe !important;
}
.breadcrumb li.active > a:hover,
.breadcrumb li.active > a:focus {
  color: #00396c;
}
summary::-webkit-details-marker {
  display: none;
}
summary:after {
  float: right;
  position: relative;
  top: -35px;
  content: "Show more";
  color: #316bbe;
  font-weight: 300;
}
details[open] summary:after {
  content: "Show less";
  color: #316bbe;
  font-weight: 300;
}
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tfoot > tr > td {
  border-top: 0 !important;
}
.dropdown-user {
  padding-bottom: 10px;
  width: 210px !important;
  margin-top: -3px;
  border-radius: 3px 0 3px 3px;
  border: 0;
  background-color: #ffffff !important;
}
.label-balance-row {
  margin-bottom: 15px;
}
.balance {
  color: #26323F !important;
  line-height: 32px !important;
  font-size: 42px !important;
  font-weight: 300 !important;
}
.gray {
  color: #616D82 !important;
  font-weight: 500 !important;
  line-height: 16px !important;
}
.no-margin {
  margin: 0 !important;
}
.linkbelow {
  position: absolute;
  bottom: 15px;
}
hr {
  border-color: rgba(102, 118, 137, 0.5) !important;
}
body.modal-open {
  overflow: hidden !important;
}
li.dropdown-header {
  font-size: 14px !important;
  color: #181f23 !important;
  text-transform: uppercase;
  font-weight: 500;
}
#allfundstable_filter label {
  display: flex;
}
/****************** INPUTS STYLES ******************/
/* CLEAR X IE */
input[type="text"]::-ms-clear {
  display: none;
}
.has-error .form-control {
  border-top: none;
  border-color: #a32a2e;
}
/* IPHONE Gradient fix */
input[type="button"],
input[type="submit"],
input[type='checkbox']:checked {
  -webkit-appearance: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
summary,
summary:focus,
summary:active,
summary:visited {
  border: 1px solid rgba(102, 118, 137, 0.5) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  box-shadow: none !important;
}
input[type=text],
input[type=password],
input[type=date],
input[type="email"],
input[type="search"],
.daterangecyc {
  width: 95%;
  color: #181F23;
  font-size: 14px;
  line-height: 16px;
  height: 36px;
  padding-left: 15px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid rgba(102, 118, 137, 0.5);
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
}
input[type=text].dollar-input {
  padding-left: 35px !important;
}
div.dollar-input:before {
  position: absolute;
  content: '$';
  background: #bdb3b3;
  width: 25px;
  height: 36px;
  font-size: 18px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 5px;
}
input[readonly],
input[readonly]:hover,
input[readonly]:focus {
  border: none !important;
  background: transparent !important;
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #667689;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #667689;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #667689;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #667689;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #667689;
}
::-webkit-input-placeholder:focus {
  /* WebKit, Blink, Edge */
  color: #181F23;
}
:-moz-placeholder:focus {
  /* Mozilla Firefox 4 to 18 */
  color: #181F23;
  opacity: 1;
}
::-moz-placeholder:focus {
  /* Mozilla Firefox 19+ */
  color: #181F23;
  opacity: 1;
}
:-ms-input-placeholder:focus {
  /* Internet Explorer 10-11 */
  color: #181F23;
}
::-ms-input-placeholder:focus {
  /* Microsoft Edge */
  color: #181F23;
}
.datecyc {
  color: #181F23;
  text-decoration: none;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 4px;
  box-shadow: none;
  background: url(../../images/icons/theme5/optum/calendar.png) no-repeat right 8px center, linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.datecyc:hover,
.datecyc:focus {
  color: #181F23;
  text-decoration: none;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 4px;
  box-shadow: none;
  background: url(../../images/icons/theme5/optum/calendar.png) no-repeat right 8px center, linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.daterangecyc {
  padding-right: 35px;
  padding-top: 10px;
  cursor: pointer;
  display: inline-block;
  width: auto;
  background: url(../../images/icons/theme5/optum/calendar.png) no-repeat right 8px center, linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%) !important;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.daterangepicker .ranges li {
  font-size: 14px !important;
}
.daterangecyc.daterange-expense-chart {
  border: none;
  background: url(../../images/icons/theme5/optum/calendar.png) no-repeat right 8px center !important;
}
select {
  width: 95%;
  height: 36px;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 4px;
  padding-left: 15px;
  text-decoration: none;
  box-shadow: none;
  background: url(../../images/icons/theme5/optum/chevron.png) no-repeat 96% 15px, linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  color: #181F23;
  font-size: 14px;
  line-height: 16px;
  text-overflow: ellipsis;
}
select::-ms-expand {
  display: none;
}
select:hover,
select:focus {
  color: #181F23;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 4px;
  background: url(../../images/icons/theme5/optum/chevron.png) no-repeat 96% 15px, linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  height: 36px;
  text-decoration: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 32px;
  font-size: 14px;
  line-height: 16px;
  text-overflow: ellipsis;
}
option {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}
option:hover {
  background-color: #616D82 !important;
}
.dropdown-menu > li > a,
select > option {
  color: #181f23;
  line-height: 33px;
  text-decoration: none !important;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
select > option:focus,
select > option:hover {
  background-color: #316bbe;
  color: #ffffff;
  text-decoration: none !important;
}
.dropdown.open {
  border-radius: 3px !important;
  padding-top: 5px;
  margin-top: -5px;
}
.dropdown.open .dropdown-toggle {
  border-color: #f5f5f5;
  color: #181f23;
}
#landingpage5 .important-dates-title {
  color: #181F23;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
#landingpage5 .important-dates-date {
  color: #181F23;
  font-size: 14px;
  line-height: 16px;
}
#landingpage5 .dropdown.open .btn.btn-action {
  background: #f5f5f5 !important;
}
select:disabled {
  cursor: not-allowed;
  background-color: #eee;
}
input[type='radio'] {
  -webkit-appearance: none;
  width: 17px;
  height: 17px;
  border: 1px solid darkgray;
  border-radius: 50%;
  margin-right: 8px;
}
input[type='radio']:hover {
  box-shadow: 0 0 5px 0 #316bbe inset;
}
input[type='radio']:before {
  content: '';
  display: block;
  width: 60%;
  height: 60%;
  margin: 20% auto;
  border-radius: 50%;
}
input[type='radio']:checked:before {
  background: #316bbe;
}
input[type='checkbox'] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 0 !important;
  border-radius: 2px;
}
input[type='checkbox']:checked:before {
  content: "\f046";
  font-family: FontAwesome !important;
  font-size: 18px;
  display: block;
  width: 15px;
  height: 15px;
  color: #316bbe;
  border: 0 !important;
  margin-top: 0;
  margin-left: -1px;
  border-radius: 2px;
}
input[type='checkbox']:before {
  content: "\f096";
  font-family: FontAwesome !important;
  font-size: 18px;
  display: block;
  width: 15px;
  height: 15px;
  color: #316bbe;
  border: 0 !important;
  margin-top: 0;
  margin-left: -1px;
  border-radius: 2px;
}
@-moz-document url-prefix() {
  input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 17px;
    height: 17px;
    border: 1px solid darkgray;
    border-radius: 50%;
  }
  input[type='radio']:hover {
    box-shadow: 0 0 5px 0 #316bbe inset;
  }
  input[type='radio']:before {
    content: '';
    display: block;
    width: 60%;
    height: 60%;
    margin: 20% auto;
    border-radius: 50%;
  }
  input[type='radio']:checked:before {
    background: #316bbe;
  }
  input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 0 !important;
    border-radius: 2px;
  }
  input[type='checkbox']:checked:before {
    content: "\f046";
    font-family: FontAwesome !important;
    font-size: 18px;
    display: block;
    width: 15px;
    height: 15px;
    color: #316bbe;
    border: 0 !important;
    margin-top: 0px;
    margin-left: -1px;
    border-radius: 2px;
  }
  input[type='checkbox']:before {
    content: "\f096";
    font-family: FontAwesome !important;
    font-size: 18px;
    display: block;
    width: 15px;
    height: 15px;
    color: #316bbe;
    border: 0 !important;
    margin-top: 0px;
    margin-left: -1px;
    border-radius: 2px;
  }
}
.form-group label {
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}
/********************** TABLE ***********************/
.table-striped tbody > tr > td,
.table-striped tbody > tr > th {
  background: transparent !important;
}
/****************** ERROR PAGES ******************/
#error_page {
  text-align: center;
  font-weight: 300 !important;
}
#error_page h1 {
  font-size: 50px !important;
  padding-top: 5%;
}
#error_page h2 {
  font-size: 28px !important;
}
#error_page p {
  font-size: 18px !important;
}
/****************** ERROR ******************/
#errorNoMenu > * {
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
}
.errorlist {
  margin-left: 5px;
}
.error-wrapper {
  color: #a32a2e;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.errorWarn {
  border: 2px solid #a32a2e !important;
}
.errorWarn strong {
  color: #a32a2e !important;
}
.errorWarn-no-border strong {
  color: #a32a2e !important;
}
.errorText {
  color: #a32a2e;
  margin-top: 2%;
}
.errorText a:link {
  color: #a32a2e;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.errorText a:visited {
  color: #a32a2e;
  text-decoration: none;
}
.errorText a:hover,
.errorText a:focus {
  color: #a32a2e;
  text-decoration: underline;
}
.errorTextUnderField-icon {
  background-image: url(../../images/icons/theme5/optum/error_text_icon.png);
  background-repeat: no-repeat;
  padding-left: 19px;
  background-position: 1px 1px;
  background-size: auto;
}
.errorTextUnderField-parent {
  display: none;
  font-size: 14px !important;
  color: #a32a2e !important;
  text-transform: none !important;
  margin-top: 6px;
  width: 95%;
}
.errorTextUnderField {
  word-break: break-word;
  display: inline;
}
.fielderr {
  color: #a32a2e !important;
  margin: 2% 0;
}
.fielderr a:link {
  color: #a32a2e;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fielderr a:visited {
  text-decoration: none;
}
.fielderr a:hover,
.fielderr a:focus {
  color: #a32a2e;
  text-decoration: underline;
}
/****************** NAVBAR ******************/
.brand-error {
  padding-left: 10%;
}
.logged-in-menu-tabs li a.claim-menu,
.logged-in-menu-tabs li a.claim-menu:hover,
.logged-in-menu-tabs li a.claim-menu:focus,
.logged-in-menu-tabs li a.claim-menu:active {
  padding-top: 6px !important;
}
#bodyLoadingPageMessage .col-md-offset-5 {
  margin-left: 37.666667% !important;
}
.loading-page {
  width: 100px;
  height: 100px;
  background-image: url(../../images/icons/theme5/cyc/loadingPage5.gif);
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 35%;
}
.loading-text {
  font-size: 14px;
  padding-left: 15%;
}
#additional-access-menu {
  width: 160px;
}
#additional-access-menu.dropdown.open {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
#additional-access-menu .btn-additional,
#additional-access-menu .btn-additional:hover,
#additional-access-menu .btn-additional:focus,
#additional-access-menu .btn-additional:active {
  width: 160px !important;
  min-height: 30px !important;
  height: 30px;
  border: 1px solid rgba(102, 118, 137, 0.5) !important;
  border-radius: 4px;
  margin-top: 5px;
  margin-right: 15px;
  color: #181f23 !important;
  font-size: 12px !important;
  font-weight: 500;
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%) !important;
  padding: 6px 35px 5px 12px !important;
}
#additional-access-menu > div {
  padding: 5px 12px;
}
#additional-access-menu ul.dropdown-menu {
  right: unset !important;
}
#cycMenu {
  min-height: 50px;
  padding-top: 20px;
}
.under-badge-notify {
  position: absolute;
  background-color: white;
  border-radius: 50px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  margin-top: -18px;
}
.right-badge-notify {
  position: absolute;
  left: 50px;
  margin-top: 2px;
  background-color: transparent;
  color: #181F23 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 14px;
  text-align: right;
}
.badge-notify {
  background-color: #a32a2e;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: white;
}
.badge-notify p {
  font-size: 11px;
  font-weight: bold;
  margin: 0;
}
li.box-messages a {
  text-decoration: none;
  background: url(../../images/icons/theme5/optum/notification-icon.png) no-repeat 10px 10px;
  margin: 8px 10px 12px;
  padding-bottom: 18px;
}
li.box-messages .under-badge-notify {
  margin-top: -6px;
  margin-left: 10px;
}
li.box-messages .right-badge-notify {
  margin-top: 12px;
  margin-left: -2px;
}
.dropdown-menu .dottedDivider {
  border-bottom: 2px #181F23 dotted !important;
}
.dropdown li h3 {
  opacity: 0.2 !important;
  color: #fff !important;
}
#menu-container {
  padding-left: 0;
  padding-right: 0;
}
.logged-in {
  width: auto;
}
.logged-in > li.dropdown > a,
.logged-in > li.dropdown > a:hover,
.logged-in > li.dropdown > a:focus {
  background: transparent !important;
  font-size: 12px;
  color: #316bbe;
  font-weight: 400;
  line-height: 14px;
  margin-top: 2%;
}
.logged-in > li.dropdown > ul.dropdown-menu,
.logged-in > li.dropdown > ul.dropdown-menu a {
  background: transparent !important;
  font-size: 12px;
  color: #316bbe;
  text-decoration: none !important;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  border: 0;
}
.nav .navbar-nav .navbar-right .navbar-right-margin {
  width: 20%;
}
.navbar-header {
  margin-left: 13.5%;
}
.navbar-header > span {
  color: #FFF;
}
.navbar-collapse {
  padding: 0 0 15px 0;
}
.navbar-right-margin {
  width: 20%;
  margin-right: 2%;
  margin-top: 0.5%;
}
.navbar-text {
  color: #FFF !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin: 2% 8% 0 0 !important;
}
.navbar .brand {
  padding: 0 !important;
  vertical-align: super;
  margin-top: 0;
}
.mobile-brand {
  margin: 4% 0 0 1% !important;
}
.navbar.navbar-inverse.navbar-fixed-top {
  background: #FFF !important;
}
.navbar-inverse {
  background-color: #FFF;
}
#li-make-payment {
  margin-top: 5px;
  width: auto;
  float: right;
  padding-right: 0;
}
#options-make-payment a {
  padding-top: 8px ;
}
#li-make-payment .dropdown-menu.hiden {
  background: transparent !important;
  box-shadow: none !important;
}
/* IE6 and below */
* html .pull-right > #additional-access-menu .dropdown-menu {
  right: 190px !important;
}
/* IE7 */
*:first-child + html .pull-right > #additional-access-menu .dropdown-menu {
  right: 190px !important;
}
/* IE8 (Everything but IE 6,7) */
html > body .pull-right > #additional-access-menu .dropdown-menu {
  right: 190px !important;
}
/* Everything but IE6-8 */
:root * > .pull-right > #additional-access-menu .dropdown-menu {
  right: 190px !important;
}
/* IE7 */
* + html .pull-right > #additional-access-menu .dropdown-menu {
  right: 190px !important;
}
/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pull-right > #additional-access-menu .dropdown-menu {
    right: 190px !important;
  }
}
/**************************** MAKE A PAYMENT SECTION ****************************/
#li-make-payment .dropdown.make_payment {
  display: inline-flex;
  float: right;
  background-color: transparent !important;
}
#li-make-payment > .dropdown.make_payment #dropdown-make-payment {
  cursor: pointer;
  float: right !important;
  border-radius: 4px !important;
  text-decoration: none !important;
  background-color: #316bbe !important;
  color: #ffffff !important;
  padding: 5px 15px;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
#li-make-payment > .dropdown.make_payment #dropdown-make-payment:hover {
  background-color: #00396c !important;
  color: #ffffff !important;
}
#li-make-payment > .dropdown.make_payment #dropdown-make-payment:focus {
  outline: auto;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu {
  border: 0;
  background-color: transparent !important;
  margin-top: 15px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu p {
  background: url(../../images/icons/theme5/cyc/pop_over_arrow.png) no-repeat right 60px bottom transparent;
  background-size: 20px 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  position: relative;
  margin-bottom: -1px;
  margin-top: 11%;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment {
  padding-left: 15px;
  text-align: center;
  width: 415px;
  border: 1px solid #DCE1E5 !important;
  background-color: #FFFFFF !important;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  padding: 10%;
  margin-left: -250px;
  border-radius: 3px;
  text-decoration: none !important;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment .choose-type {
  padding-top: 15px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment .choose-type span {
  color: #616D82;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #options-make-payment {
  padding-top: 20px;
  display: block;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #options-make-payment .left {
  padding-right: 5px;
  padding-left: 30px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #options-make-payment .right {
  padding-left: 5px;
  padding-right: 30px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #options-make-payment .left a {
  background-color: #316bbe !important;
  background-image: none;
  min-width: 155px;
  color: #FFF !important;
  border-radius: 4px !important;
  min-height: 38px;
  padding-top: 8px;
  text-decoration: none !important;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #options-make-payment .right a {
  border: 2px solid #316bbe !important;
  background-color: #FFFFFF !important;
  background-image: none;
  min-width: 155px;
  color: #316bbe !important;
  min-height: 38px;
  padding-top: 8px;
  text-decoration: none !important;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment {
  padding-right: 20px;
  padding-top: 15px;
  display: block;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment .left {
  padding-right: 0;
  padding-left: 35px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment .center {
  padding-right: 5px;
  padding-left: 30px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment .right {
  padding-right: 20px;
  padding-left: 25px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment .left hr {
  border-color: #8F9EA7;
  margin-top: 13px;
  margin-bottom: 10px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment .center span {
  color: #616D82;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #or-make-payment .right hr {
  border-color: #8F9EA7;
  margin-top: 13px;
  margin-bottom: 10px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #hsa {
  padding-top: 10px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #hsa span {
  font-size: 12px;
  font-weight: 400s;
  line-height: 14px;
}
#li-make-payment > .dropdown.make_payment .dropdown-menu ul#ul-make-payment #hsa a {
  font-size: 16px;
  line-height: 19px;
}
/************************************************************************************/
@media (max-width: 1200px) {
  .navbar.navbar-inverse.navbar-fixed-top {
    background-size: initial !important;
  }
  #or-make-payment {
    display: none !important;
  }
  #options-make-payment > .row .col-md-6 {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #options-make-payment {
    padding-top: 0 !important;
  }
}
@media (max-width: 480px) {
  .flag-icon-bell {
    margin-left: 10px;
  }
  #ul-make-payment {
    width: 300px !important;
    margin-left: -160px !important;
  }
  .navbar.navbar-inverse.navbar-fixed-top {
    min-width: auto !important;
  }
  .navbar-nav {
    margin: 0 !important;
  }
}
.navbar-btn {
  height: 30px;
  vertical-align: -webkit-baseline-middle;
  background-color: #316bbe !important;
  background-image: none;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  color: #FFF !important;
  text-shadow: none;
  padding: 1% 5% !important;
  margin-top: 0px;
  border: none !important;
}
.navbar-btn:hover {
  text-decoration: none !important;
  height: 30px;
  background-color: #98BD59 !important;
  background-image: none;
  color: #FFF !important;
}
.navbar-btn:focus {
  text-decoration: none !important;
  height: 30px;
  background-color: #3F7509 !important;
  background-image: none;
  color: #FFF !important;
}
.navbar.navbar-inverse.navbar-fixed-top_home {
  position: static;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  background: transparent;
  border: 0;
}
.navbar-collapse > li > a {
  color: #FFF;
  font-family: "Roboto";
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  text-shadow: none !important;
  line-height: 16px;
}
.navbar-collapse > .active > a,
.navbar-collapse > .active > a:hover,
.navbar-collapse > .active > a:focus {
  color: #fff;
  font-weight: 500;
  background-color: transparent;
  box-shadow: none;
  background-image: none;
  border-bottom: 5px solid #316bbe;
}
.navbar-collapse > li > a:hover {
  color: #fff;
  border-bottom: 5px solid #00396c;
}
.navbar-fixed-top {
  position: static;
}
.navbar-collapse > .active > a,
.navbar-collapse > .active > a:hover,
.navbar-collapse > .active > a:focus {
  color: #000;
  font-weight: bold;
  background-color: #FAFAFA;
  box-shadow: none;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
.navbar-collapse > a:hover,
.navbar-collapse > a:focus {
  color: #000;
}
nav.top-nav li.active {
  background: #ff941e;
  background-image: -webkit-linear-gradient(top, #ffbd43 0%, #ff941e 100%);
  background-image: -o-linear-gradient(top, #ffbd43 0%, #ff941e 100%);
  background-image: linear-gradient(to bottom, #ffbd43 0%, #ff941e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffbd43', endColorstr='#ffff941e', GradientType=0);
  /* for firefox 3.6+ */
  border-bottom: 1px solid #ff941e;
}
.no-titlebar .dialog-header {
  text-align: center;
  margin-top: 5%;
  font-family: Roboto;
  font-weight: 700 !important;
  font-size: 32px !important;
  color: #002677 !important;
}
.no-titlebar .ui-dialog-titlebar {
  display: none;
}
.no-titlebar .ui-widget-content {
  border: none !important;
}
.no-titlebar .ui-widget.ui-widget-content {
  border: none;
}
.no-titlebar .ui-dialog-content {
  padding: 0 !important;
}
.no-titlebar .ui-dialog {
  padding: 0 !important;
}
.no-titlebar .ui-dialog-titlebar {
  padding: 0 !important;
}
.no-titlebar .dialog-header {
  text-align: center;
  margin-top: 5%;
  font-family: Roboto;
  font-weight: 700 !important;
  font-size: 32px !important;
  color: #002677 !important;
}
.no-titlebar .dialog-body {
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  color: #222222 !important;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
}
.dialog-cross {
  content: url(../images/cross.png);
}
.dialog-ad-graphic {
  max-width: 100%;
  margin-top: 9%;
  content: url(../../images/Debit+card+ad+graphic.png);
}
.dialog-ad-graphic-2 {
  max-width: 100%;
  margin-top: 9%;
  content: url(../../images/Woman_Man_Laptop.png);
}
dialog-ad-graphic-3 {
  max-width: 100%;
  margin-top: 9%;
  content: url(../../images/BeneficiariesPopupImage.svg);
}
.dialog-bottom {
  background-color: #ffffff;
  height: 425px;
  text-align: justify;
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 4%;
}
.dialog-debit-card {
  width: 41px;
  height: 28px;
  content: url(../../images/Mini+Debit+Card+Icon.png);
  margin-bottom: 1%;
  margin-right: 2%;
}
.dialog-ul-list {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: Roboto !important;
  line-height: 24px;
  margin-left: 6%;
  margin-top: 5%;
  text-align: left;
}
.dialog-top {
  background-color: #d9f6fa;
  height: 201px;
  width: 100%;
}
.dialog-body-bottom {
  font-size: 12px !important;
  text-align: left !important;
  padding-left: 4%;
  padding-right: 4%;
}
.dialog-buttonsPopup {
  text-align: center;
  margin-bottom: 7%;
  margin-top: 5%;
}
.dialog-ad {
  width: 150px;
  margin-left: 39%;
}
nav.quick-nav header {
  background: #2471a6;
  background-image: -webkit-linear-gradient(top, #2471a6 0%, #11223b 100%);
  background-image: -o-linear-gradient(top, #2471a6 0%, #11223b 100%);
  background-image: linear-gradient(to bottom, #2471a6 0%, #11223b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2471a6', endColorstr='#ff11223b', GradientType=0);
  /* for firefox 3.6+ */
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
}
nav.quick-nav section {
  border: 1px solid #b4b4b4;
}
nav.quick-nav section header {
  background: #dbdbdb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dbdbdb));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  /* for firefox 3.6+ */
  border: 1px solid #b4b4b4;
  color: #183f62;
  cursor: pointer;
}
nav.quick-nav section header a {
  color: #183f62;
}
nav.quick-nav section header a.icon-money {
  background: url(images/icons-40x40.png) 0 -80px no-repeat;
}
nav.quick-nav section header a.icon-claim {
  background: url(images/icons-40x40.png) 0 -120px no-repeat;
}
nav.quick-nav section header a.icon-tools {
  background: url(images/icons-40x40.png) 0 -160px no-repeat;
}
nav.quick-nav section header a.icon-com {
  background: url(images/icons-40x40.png) 0 -200px no-repeat;
}
nav.quick-nav section header a.icon-faqs {
  background: url(images/icons-40x40.png) 0 -240px no-repeat;
}
nav.quick-nav section header a.icon-contact {
  background: url(images/icons-40x40.png) 0 -280px no-repeat;
}
nav.quick-nav section header a.icon-forms {
  background: url(images/icons-60x60.png) 0 -430px no-repeat;
}
nav.quick-nav section header:hover {
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#999999));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #dbdbdb, #999999);
  /* for firefox 3.6+ */
  border: 1px solid #b4b4b4;
  color: #183f62;
}
nav.quick-nav li {
  list-style-image: url(/portal/css/templates/cyc/images/nav-arrow.png);
  color: #316bbe;
}
nav.quick-nav li a {
  color: #316bbe;
}
.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: none;
}
.nav-tabs.nav-justified > li {
  color: #316bbe;
  background: #E3E3E3;
}
.nav-tabs.nav-justified > li:nth-child(even) {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.nav-tabs.nav-justified > li.active {
  background: #FFF;
  color: #E3E3E3;
}
.nav-tabs.nav-justified > li.active > a {
  border: none !important;
}
.sub-nav a:hover,
.sub-nav a.active {
  background: #11223a;
}
.logged-in-menu-tabs {
  background: transparent;
  border-bottom: none !important;
  padding-top: 0;
  padding-left: 15px;
}
.logged-in-menu-tabs > li.home {
  padding-left: 0 !important;
}
.logged-in-menu-tabs > li {
  padding-right: 15px;
}
.menu-border {
  float: left;
  width: 1px;
  height: 12px;
  background-color: #b7c4cb;
  margin-top: 15px;
  margin-bottom: 14px;
  margin-right: 18px !important;
}
.logged-in-menu-tabs > li > a,
.logged-in-menu-tabs > li > a:hover,
.logged-in-menu-tabs > li > a:focus {
  background: transparent;
  border: none;
  color: #181f23;
  padding: 10px 10px !important;
}
.logged-in-menu-tabs > li.active > a,
.logged-in-menu-tabs > li.active > a:hover,
.logged-in-menu-tabs > li.active > a:focus {
  background: transparent;
  color: #181f23;
  border-top: none;
  border-left: none;
  border-right: none;
  padding-bottom: 10%;
  border-bottom: 5px solid #316bbe;
  font-size: 14px;
  font-weight: 500;
}
.dashboard-menu-tabs {
  padding: 2% 2% 0 2%;
  background: transparent;
  border-bottom: 1px solid #E3E3E3;
}
.dashboard-menu-tabs a {
  font-weight: 500;
  color: #ADADAD !important;
}
.nav-tabs {
  border-bottom: 1px solid #E3E3E3;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: transparent;
  border: none;
  color: #181f23;
  text-decoration: none !important;
  border-bottom: 5px solid transparent;
}
.nav-tabs > li:not(.active) > a[href="#forgotpassword"],
.nav-tabs > li:not(.active) > a[href="#forgotusername"] {
  color: #316bbe;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  padding-bottom: 6%;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 5px solid #316bbe;
}
.nav-tabs > li a.icon {
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 12px 6px;
}
.nav-tabs > li a.personal-icon {
  background-image: url(../../images/icons/theme5/optum/personal-icon.png);
}
.nav-tabs > li a.bank-icon {
  background-image: url(../../images/icons/theme5/optum/bank-icon.png);
}
.nav-tabs > li a.alerts-icon {
  background-image: url(../../images/icons/theme5/optum/alerts-icon.png);
}
.nav-tabs > li a.sms-icon {
  background-image: url(../../images/icons/theme5/optum/sms-icon2x.svg);
}
.nav-tabs > li a.dependents-icon {
  background-image: url(../../images/icons/theme5/optum/dependents-icon.svg);
}
.nav-tabs > li a.providers-icon {
  background-image: url(../../images/icons/theme5/optum/providers-icon.svg);
}
.nav-tabs > li a.beneficiaries-icon {
  background-image: url(../../images/icons/theme5/optum/beneficiaries-icon.png);
}
.nav-tabs > li a.loginhistory-icon {
  background-image: url(../../images/icons/theme5/optum/loginhistory-icon.png);
}
.dollar-icon {
  width: 100px;
  height: 85px;
  background: url(../../images/icons/theme5/optum/dollar-icon.png) no-repeat center center;
}
.investments-info-box {
  min-height: 160px;
  margin-bottom: 3%;
  border: 1px solid rgba(102, 118, 137, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: url(../../images/icons/theme5/optum/dollar-icon.png) no-repeat 60px center;
}
.investments-info-box > div {
  margin: 50px 30px 50px 220px;
}
@media (max-width: 720px) {
  .investments-info-box {
    background: url(../../images/icons/theme5/optum/dollar-icon.png) no-repeat center 20px;
  }
  .investments-info-box > div {
    margin: 125px 30px 30px;
  }
}
@media (max-width: 480px) {
  .navbar-right-margin {
    width: 100%;
    margin-right: 1%;
  }
  .navbar-header {
    margin-left: 2% !important;
    margin-right: 0 !important;
  }
  .navbar .brand {
    margin-top: 0;
  }
  .navbar-text {
    display: inline;
    color: #181f23 !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin: 2% 0 0 5% !important;
  }
  .navbar-btn {
    height: 30px;
    vertical-align: baseline;
    background-color: #316bbe !important;
    background-image: none;
    -webkit-border-radius: 100px !important;
    -moz-border-radius: 100px !important;
    border-radius: 100px !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    color: #ffffff !important;
    text-shadow: none;
    padding: 1% 5% !important;
    margin-top: 0;
    margin-left: 5%;
    border: none !important;
  }
  .navbar-btn:hover {
    text-decoration: none !important;
    height: 30px;
    background-color: #00396c !important;
    background-image: none;
    color: #ffffff !important;
  }
  .navbar-btn:focus {
    text-decoration: none !important;
    height: 30px;
    background-color: #00396c !important;
    background-image: none;
    color: #ffffff !important;
  }
  .navbar-collapse {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nav-tabs {
    padding-left: 14% !important;
    padding-right: 14% !important;
  }
  .brand-logged-in {
    width: 50%;
  }
  .logged-in {
    width: 100% !important;
  }
  .logged-in > li.dropdown {
    display: inline;
    margin-left: 13%;
  }
  .logged-in-menu-tabs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar-nav .open .dropdown-menu {
    margin-left: 10%;
    position: none !important;
    float: none !important;
  }
  .logged-in > li.dropdown > ul.dropdown-menu,
  .logged-in > li.dropdown > ul.dropdown-menu a {
    text-align: left !important;
  }
  .logged-in {
    width: auto;
    /*margin-right: 9vw;*/
  }
  .logged-in > li.dropdown > a,
  .logged-in > li.dropdown > a:hover,
  .logged-in > li.dropdown > a:focus {
    margin-left: 10px;
  }
}
.skip-nav {
  margin: 20px;
  padding: 0px;
  list-style-type: none;
}
.skip-nav a {
  position: absolute;
  top: -3em;
  background-color: black;
  color: white !important;
  padding: 0.5em 0.75em;
  font-weight: bold;
  text-decoration: none;
}
.skip-nav a:focus {
  top: 0;
  text-decoration: inherit;
}
.alert-dialog .ui-dialog-titlebar {
  background: #a32a2e;
  color: white;
  text-align: center;
}
.alert-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}
.hidden {
  display: none;
}
.ui-widget-overlay {
  opacity: .70 !important;
  filter: alpha(opacity=70) !important;
  background: #464646 !important;
}
.alert-dialog .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
#cipBanner {
  border-radius: 10px;
  background-color: #a32a2e;
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
}
#cipBannerButton {
  background-color: white;
  color: #a32a2e;
  font-weight: bold;
  height: 50%;
  vertical-align: middle;
  border-radius: 5px;
  line-height: 50%;
}
.btn-settings {
  border: none;
  background: transparent;
  padding: 10px 50px 10px 15px;
}
/****************** PANEL CONTAINER ******************/
.well,
.well-small,
.well-form {
  padding: 0;
  margin-bottom: 3%;
  /*width: 99% !important;*/
  border: 1px solid rgba(102, 118, 137, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 1px 15px 0 rgba(102, 118, 137, 0.25);
  box-shadow: 0 1px 15px 0 rgba(102, 118, 137, 0.25);
  background-image: none !important;
}
.well td,
.well-small td,
.well-form td {
  color: #181F23;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
}
.well.noshadow {
  border: 1px solid rgba(102, 118, 137, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.browsers {
  padding: 1% 0;
  color: #667689 !important;
  font-size: 11px;
}
.browsers b {
  color: #667689 !important;
}
.browsers5 {
  color: #667689 !important;
  font-size: 11px;
}
.browsers5 b {
  color: #667689 !important;
}
/****************** FOOTER ******************/
footer {
  border-top: none;
}
#footer {
  float: left;
  width: 100%;
  min-height: 100px;
  background-color: #181f23;
  border-top: solid 1px #181f23;
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  line-height: 17px;
  text-align: right;
  padding-bottom: 10px;
  margin-top: 0.8%;
}
#footer .footer-disclaimers {
  padding: 0;
  text-align: left;
}
#footer a {
  color: #ffffff !important;
}
#footer img {
  color: white;
}
@media (max-width: 480px) {
  #footer img {
    width: 100%;
  }
  #footer {
    min-width: auto !important;
  }
}
.footer-left {
  text-align: left;
  padding: 0;
}
.footer-logo {
  padding-top: 10px;
}
.footer-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 0;
}
/****************** BUTTONS ******************/
.status-card,
.status-card:hover,
.status-card:focus,
.status-card:active,
.unactivated-card {
  min-width: 0;
  min-height: 17px;
  border: none;
  border-radius: 15px;
  background-color: #316bbe;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 4px 10px;
  color: #FFF;
}
.unactivated-card {
  background-color: #a32a2e !important;
}
.btn {
  background-color: #ffffff;
  color: #316bbe !important;
  background-image: none !important;
  text-shadow: none;
  min-width: 142px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  border: 2px solid #316bbe !important;
  min-height: 48px;
}
.btn-activate {
  background-color: #ffffff;
}
.btn:hover,
.btn:focus,
.btn-betterment-white:hover {
  background-color: #e6e6e6 !important;
  color: #00396c !important;
  border: 2px solid #00396c !important;
}
a.btn,
a.btn-primary,
a.btn-info {
  padding-top: 15px;
  text-decoration: none !important;
}
.btn-primary {
  background-color: #316bbe !important;
  background-image: none !important;
  min-height: 48px;
  min-width: 142px;
  color: #ffffff !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.btn-betterment-blue,
.btn-betterment-white,
.btn-cash-white {
  background-color: #316bbe !important;
  background-image: none !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #316bbe;
  padding: 8px 4px 8px 4px;
  text-decoration: none !important;
  text-align: center;
  min-width: 115px;
}
.btn-betterment-white {
  background-color: #ffffff !important;
  color: #316bbe !important;
}
.btn-cash-white {
  background-color: #ffffff !important;
  color: #316bbe !important;
  cursor: default !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-betterment-blue:hover {
  background-color: #00396c !important;
  color: #ffffff !important;
}
.btn-info {
  background-color: #ffffff !important;
  background-image: none;
  height: 45px;
  min-width: 150px;
  color: #316bbe !important;
  border: 2px solid #316bbe !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #e6e6e6 !important;
  color: #00396c !important;
  border: 2px solid #00396c !important;
}
.btn-large {
  font-size: 14px;
}
.btn-short {
  min-height: 33px;
}
.btn-small {
  min-width: 20px;
  min-height: 20px;
  padding: 2px 10px;
  border: none;
}
.btn-medium {
  min-width: 20px;
  min-height: 20px;
  padding: 6px 16px;
  border: none;
}
a.btn-short {
  padding-top: 8px;
}
a.btn-medium {
  padding-top: 6px;
}
.btn.cancel {
  padding-top: 1%;
}
.btns {
  margin-top: 5%;
  margin-bottom: 0;
}
.uploadifyButton {
  width: auto !important;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #316bbe;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.uploadifyButton:hover,
.uploadifyButton:focus {
  outline: auto;
  background-color: #e6e6e6 !important;
  color: #00396c !important;
  border: 2px solid #00396c !important;
}
.btn-toolbar {
  margin-top: 25px;
}
button.btn.ui-state-default {
  background: #ffffff;
}
/****************** MODAL ******************/
.scroll {
  overflow: auto;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
.modal-sm {
  width: 25%;
}
.modal-header,
.modal-footer {
  border: none !important;
}
.modal-body {
  position: relative;
  padding: 0 10% 0 10%;
}
.modal-footer {
  padding: 5% 10%;
  text-align: left !important;
}
.close {
  padding: 0 !important;
  opacity: 1 !important;
}
.modal-dialog .cancel {
  padding-top: 2.5%;
}
/****************** MODAL NEW MEMBER / ADD PAYEE & EDIT PAYEE /******************/
#modalNewMember .modal-lg,
#modalNewPayee .modal-lg,
#modalEditPayee .modal-lg {
  width: 700px !important;
}
#modalNewMember .modal-body,
#modalNewPayee .modal-body,
#modalEditPayee .modal-body {
  padding: 0 0% 0 8% !important;
}
#modalNewMember .modal-footer,
#modalNewPayee .modal-footer,
#modalEditPayee .modal-footer {
  padding: 5% 8% !important;
}
#modalNewMember h3,
#modalNewPayee h3,
#modalEditPayee h3 {
  margin-top: 0 !important;
  margin-bottom: 5%;
}
#modalNewMember .col-md-6,
#modalNewPayee .col-md-6,
#modalNewPayee .col-md-2,
#modalEditPayee .col-md-6,
#modalEditPayee .col-md-2 {
  padding-left: 0 !important;
}
#modalNewPayee .errorTextUnderField-parent,
#modalEditPayee .errorTextUnderField-parent {
  width: auto !important;
}
/****************** IMAGES ******************/
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  max-width: 100%;
  height: auto;
}
.arrow-up {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_arrow_up.png);
  width: 8px;
  height: 4px;
}
.arrow-down {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_arrow_down.png);
  width: 8px;
  height: 4px;
}
.dropdown .btn.btn-action,
.dropdown .btn.btn-action:hover {
  width: 100%;
  text-align: left;
  max-height: 36px;
  padding: 6px 35px 5px 12px;
}
.dropdown .btn.btn-action {
  background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%) !important;
  border: 1px solid rgba(102, 118, 137, 0.5) !important;
  box-shadow: none;
  color: #181f23 !important;
  min-height: 36px;
}
.dropdown .caret {
  height: 100%;
  width: 30px;
  box-sizing: border-box;
  background: url(../../images/icons/theme5/optum/chevron.png) center center no-repeat;
  position: absolute;
  border: 0;
  top: 1px;
  right: 1px;
}
.nav-tabs .dropdown-menu {
  margin-top: 2px;
}
.piggyimage {
  background: url(../images/PiggyBank_gray_sm_5.png) 0px 0px no-repeat;
  min-width: 80px;
  min-height: 50px;
}
.filingcabimage {
  background: url(../images/Unsubmitted_bin_gray_sm.png) 0px 40px no-repeat;
  min-width: 80px;
  min-height: 50px;
}
.insuranceimage {
  background: url(../images/InsuranceClaims_gray_sm.png) 0px 0px no-repeat;
  min-width: 80px;
  min-height: 50px;
}
.mycreatedimage {
  background: url(../images/MyCreated_gray_sm.png) 0px 0px no-repeat;
  min-width: 80px;
  min-height: 50px;
}
.paymentcardimage {
  background: url(../images/PaymentCard_gray_sm.png) no-repeat;
  min-width: 80px;
  min-height: 50px;
}
.help-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/questionmark.png);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  cursor: default;
}
.appStore-icon {
  width: 82px;
  height: 24px;
  background-image: url(../../images/icons/theme5/cyc/AppStore.png);
}
.googlePlay-icon {
  width: 82px;
  height: 24px;
  background-image: url(../../images/icons/theme5/cyc/GooglePlay.png);
}
h3 > .help-icon,
label > .help-icon {
  top: 2px;
}
p > .help-icon {
  top: 3px;
}
.checkmark-icon {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../../images/icons/theme5/cyc/Checkmark.png);
  width: 31px;
  height: 31px;
}
.excel-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/excel-icon.png);
  width: 14px;
  height: 16px;
}
.checkmark-icon-small {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_checkmark_sm.png);
  width: 14px;
  height: 16px;
}
.critical-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_critical.png);
  width: 14px;
  height: 16px;
}
.flag-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_flag.png);
  width: 20px;
  height: 20px;
}
.content-flag-icon-no-circle {
  position: relative;
}
.flag-icon-no-circle {
  display: inline-block;
  position: absolute;
  background-image: url(../../images/icons/theme5/optum/icon_flag2.png);
  width: 20px;
  height: 20px;
  margin-right: 2px;
  top: 0;
  left: 0;
}
.red-icon-dot {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/reddot.png);
  width: 18px;
  height: 18px;
  margin-right: 2px;
}
.mail-unopened-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_email_unopened.png);
  width: 16px;
  height: 16px;
}
.mail-open-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_email_open.png);
  width: 16px;
  height: 16px;
}
.icon_employee_search {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_employee_search.png);
  width: 20px;
  height: 20px;
}
.icon_cross,
.icon_cross:hover,
.icon_cross:focus,
.icon_cross:active {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  color: #181F23 !important;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: right;
  text-decoration: none !important;
}
.icon_cross span,
.icon_cross:hover span,
.icon_cross:focus span,
.icon_cross:active span {
  margin-top: 5px;
  display: block;
}
.icon_cross img,
.icon_cross:hover img,
.icon_cross:focus img,
.icon_cross:active img {
  margin-left: 6px;
}
.inputLink {
  background-color: transparent;
  border: none;
  padding: 0!important;
  font: inherit;
  cursor: pointer;
}
.flag-icon-bell {
  float: left;
  background-image: url(../../images/icons/theme5/cyc/bell.png);
  background-repeat: no-repeat;
  width: 15px !important;
  height: 18px;
}
.flag-icon-bell {
  float: left;
  background-image: url(../../images/icons/theme5/cyc/bell.png);
  background-repeat: no-repeat;
  width: 15px !important;
  height: 18px;
}
/****************** ALERTS ******************/
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-position: 10px;
  background-repeat: no-repeat;
}
.alert-block {
  color: #a32a2e;
  background-color: #fffbd7;
  border-left: 5px solid #a32a2e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding-left: 10px;
}
.alert-block-icon {
  color: #a32a2e;
  background-color: #fff;
  border: 1px solid #a32a2e;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: url(../../images/icons/theme5/optum/icon_flag_orange.png);
  background-position: 10px;
  background-repeat: no-repeat;
  padding-left: 34px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.login-messages {
  margin: 0 !important;
}
.alert-error {
  margin: 2% 0;
  border-left: 5px solid #a32a2e;
  background-image: url(../../images/icons/theme5/optum/icon_critical.png);
  padding-left: 35px;
}
.alert-error-border {
  padding: 10px 20px 10px 35px;
  border: 1px solid #a32a2e;
  border-left: 5px solid #a32a2e;
  color: #a32a2e;
}
.dashboard-alerts .alert-error {
  background-image: url(../../images/icons/theme5/cyc/takeaction_icon.png);
  background-repeat: no-repeat;
  background-position: 10% center;
  padding-left: 15%;
  padding-right: 15%;
  background-color: #a32a2e;
  border: 2px solid #a32a2e;
  border-radius: 4px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}
.dashboard-alerts .alert-error > *,
.dashboard-alerts .alert-error > a,
.dashboard-alerts .alert-error > a:hover,
.dashboard-alerts .alert-error > a:focus,
.dashboard-alerts .alert-error > a:active {
  display: block;
  text-align: center;
  color: #FFF !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.alert-info-border {
  background-image: url(../../images/icons/theme5/cyc/alert_icon.png);
  background-size: 20px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 45px !important;
  padding-bottom: 10px;
  border: 1px solid #324150;
  border-left: 5px solid #324150;
  color: #324150;
}
.alert-success-icon {
  background: #dff0d8 url(../../images/icons/theme5/cyc/takeaction_icon_success.png) no-repeat 15px center;
  padding-left: 50px;
  background-size: auto;
}
.alert-info {
  border: none !important;
  background-color: #F7F9F9;
  border-radius: 2px;
  color: #181F23;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding-left: 100px;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 30px;
  background-position: 25px 25px;
  background-size: auto;
  background-image: url(../../images/icons/theme5/optum/note-icon.png);
  background-repeat: no-repeat !important;
  min-height: 87px;
}
.alert-info > h2.title-newsales {
  padding-top: unset;
}
@media (max-width: 480px) {
  .alert-info {
    padding-left: 30px;
    padding-top: 80px;
    background-position: 50% 25px;
  }
}
.alert-welcome {
  font-size: 18px;
  border: 2px solid #316bbe !important;
  background-color: transparent;
  background-image: url(../../images/icons/theme5/cyc/leaf.png);
  background-position: 25px 20px;
  background-repeat: no-repeat !important;
}
.alert-info-noicon {
  background-color: #F7F9F9;
  background-position: 10px;
  background-repeat: no-repeat;
  color: #000000;
  padding: 1% 5%;
  border-color: none !important;
}
.alert-info-noicon .title-newsales {
  font-weight: 500 !important;
}
/****************** POPUP ******************/
.infoPopup {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #AAA;
  -webkit-box-shadow: 0 0 40px #000000;
  box-shadow: 0 0 40px #000000;
  z-index: 1001;
  position: absolute;
  top: 50px;
  padding: 20px;
  color: #555;
  display: none;
  width: 400px;
  right: 0;
}
.infoPopup-big {
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid #AAA;
  -webkit-box-shadow: 0 0 40px #000000;
  box-shadow: 0 0 40px #000000;
  z-index: 1001;
  padding: 20px;
  color: #555;
  display: none;
  width: 730px;
  position: fixed;
}
.table {
  /*.box-shadow(0 4px 2px -2px @tableShadowColor);*/
  border-collapse: separate;
}
.table thead th {
  background-color: #cccccc;
  color: #666666;
  vertical-align: middle;
}
table th button {
  padding: 0;
  margin: 1px;
  background: none;
  border: none;
  display: inline;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  line-height: 16px;
  font-size: 16px;
}
table th button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.table-bordered th,
.table-bordered td {
  border-left: 0px solid #DDD;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-striped tbody > tr:nth-child(even) > td,
.table-striped tbody > tr:nth-child(even) > th {
  background-color: #f9ffed;
}
.table-ca {
  /*.box-shadow(0 4px 2px -2px @tableShadowColor);*/
  border-collapse: separate;
}
.table-ca thead-ca th {
  background-color: #FFFFFF;
  color: #666666;
  vertical-align: middle;
}
.table-ca th {
  border-top: 0 solid #DDD;
  padding: 1px;
  font-weight: bold;
}
.table-ca td {
  border-top: 0 solid #DDD;
  padding: 1px;
}
.table-ca-bordered th,
.table-ca-bordered td {
  border-left: 0 solid #DDD;
}
.table-ca-striped tbody > tr:nth-child(odd) > td,
.table-ca-striped tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-ca-striped tbody > tr:nth-child(even) > td,
.table-ca-striped tbody > tr:nth-child(even) > th {
  background-color: #f9ffed;
}
div.well table {
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
}
#advices {
  background: #fff;
  color: #000;
  font-size: 12px;
  font-family: verdana;
  line-height: 1.4em;
  height: 150px;
  overflow: hidden;
}
#advices .rotator-nav a {
  color: #000;
}
#advices .slide {
  display: none;
  height: 30px;
  color: #000;
}
#advices .rotator-nav {
  display: block;
  position: absolute;
  bottom: -10px;
  right: 0;
  z-index: 5000;
  opacity: 1;
  filter: alpha(opacity=40);
  padding: 0 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#advices .rotator-nav li {
  display: block;
  float: left;
  padding-right: 2px;
}
#advices .carousel-control {
  top: 85%;
}
#advices .carousel-control.left {
  background-image: none;
}
#advices .carousel-control.right {
  background-image: none;
  left: auto;
  right: 0;
}
#advices .carousel-indicators li {
  display: inline-block;
  width: 15px !important;
  height: 15px !important;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(70, 70, 70, 0.25);
}
#advices .carousel-indicators .active {
  background-color: #316bbe !important;
}
#advices .carousel-indicators {
  top: 150px;
}
.notice {
  background: #12243e;
  background-image: linear-gradient(right, #2e76a8, #12243e);
  background-image: -o-linear-gradient(right, #2e76a8, #12243e);
  background-image: -moz-linear-gradient(right, #2e76a8, #12243e);
  background-image: -webkit-linear-gradient(right, #2e76a8, #12243e);
  background-image: -ms-linear-gradient(right, #2e76a8, #12243e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e76a8', endColorstr='#ff12243e', GradientType=1);
  background: #999;
  background-image: linear-gradient(right, #999999, #444444);
  background-image: -o-linear-gradient(right, #999999, #444444);
  background-image: -moz-linear-gradient(right, #999999, #444444);
  background-image: -webkit-linear-gradient(right, #999999, #444444);
  background-image: -ms-linear-gradient(right, #999999, #444444);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff999999', endColorstr='#ff444444', GradientType=1);
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
  padding: 10px;
  position: relative;
  text-transform: none;
}
.notice p {
  color: #fff;
}
.notice aside {
  background: #444;
}
.notice a {
  text-decoration: none;
}
.notice a:hover {
  text-decoration: none;
}
.notice img {
  padding-right: 10px;
}
#notices {
  top: -35px;
  margin-bottom: -35px;
  position: relative;
  left: 200px;
  min-height: 35px;
  width: 500px;
}
#notices a {
  text-decoration: none;
}
#notices a:hover {
  text-decoration: none;
}
.filterbar {
  background-color: #e7f5c6;
  border-bottom: 1px solid #6c8d23;
  border-top: 1px solid #6c8d23;
  border-left: 1px solid #6c8d23;
  border-right: 1px solid #6c8d23;
}
legend {
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  color: #4a4a4a;
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-top: 10px;
}
fieldset {
  background-color: #e7f5c6;
  padding: 10px;
  display: inline-block;
  position: relative;
}
fieldset select {
  margin-bottom: 0px;
}
.claimContent {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
  background-color: #e7f5c6;
}
.claimSideBar {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  background-color: #e7f5c6;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 0px;
}
.where-to-start-list {
  list-style-type: none;
  margin-left: 30px;
  width: 100%;
}
.where-to-start-list > li {
  height: 21px;
  padding-bottom: 3px;
  padding-top: 3px;
}
span > input.tt-hint {
  color: #bbbbbb;
}
#erTypeahead[style] {
  vertical-align: middle !important;
  margin-top: 0;
}
.wanttos td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.hsa-investment {
  background-color: #e7f5c6;
  font-size: 11px;
}
.hsa-investment td {
  padding-top: 0;
  padding-bottom: 0;
}
.hsarow {
  background-color: #e7f5c6;
}
.hsarow td {
  padding-bottom: 0;
}
.hsatotalrow {
  background-color: #e7f5c6;
  font-size: 11px;
}
.hsatotalrow td {
  padding-top: 0;
}
.small {
  border: 1px solid #CECECE;
  font-size: 11px;
}
.small td {
  line-height: 10px;
}
.small thead th {
  line-height: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
.small tfoot td {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}
img[title="..."] {
  margin-left: 10px;
}
img[title="..."]:hover {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.dottedDivider {
  border-bottom: 1px silver dashed;
  margin: 15px 0 15px 0;
  display: none;
}
.dropdown-menu .dottedDivider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  border-bottom: 1px silver dashed;
}
.settings.dropdown {
  background-color: transparent;
  display: inline-flex;
  border-radius: 0;
  width: 210px;
  margin-top: 5px;
}
.settings.dropdown li:not(:last-child):not(.setting-divider) {
  padding-left: 10px;
  padding-top: 15px;
}
.settings.dropdown li:last-child {
  padding-left: 10px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.settings.dropdown li a {
  padding: 5px;
}
.settings.dropdown li a:not(.sign-out) {
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  text-decoration: none;
}
.settings.dropdown li a.sign-out {
  color: #316bbe;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}
.settings.dropdown li a.sign-out:hover,
.settings.dropdown li a.sign-out:focus {
  color: #00396c;
}
.settings.dropdown li.setting-divider {
  padding-left: 15px;
  padding-right: 15px;
}
.settings.dropdown li hr {
  border-color: #e0e0e0 !important;
  margin-top: 13px;
  margin-bottom: 0;
}
.settings.dropdown li span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.settings.dropdown .dropdown-toggle {
  color: #181f23 !important;
  margin-top: 4px !important;
  cursor: pointer;
  border-radius: 4px 0 0 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.settings.dropdown .dropdown-toggle:not(.flag-icon-chevron_head) {
  margin-top: 1px !important;
}
.settings.dropdown.open {
  background-color: #ffffff !important;
  color: #222222 !important;
  padding-top: 0;
}
.settings.dropdown.open .dropdown-toggle {
  background-color: #ffffff !important;
  color: #222222 !important;
}
.settings.dropdown:focus {
  outline: auto;
}
.dropdown.open .btn {
  background-color: #f5f5f5 !important;
}
.dropdown .dropdown-menu {
  margin-top: -1px !important;
  padding: 0 !important;
  width: 100%;
  overflow: auto;
}
.dropdown.open .caret {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.dropdown.open .dropdown-toggle.flag-icon-chevron_head {
  margin-top: 14px !important;
  background-image: url(../../images/icons/theme5/cyc/light/arrow-down_icon-white.png);
}
.dropdown .dropdown-toggle.flag-icon-chevron_head {
  cursor: pointer;
  background-image: url(../../images/icons/theme5/cyc/light/arrow-down_icon.png);
  background-repeat: no-repeat;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 3px !important;
}
.dropdown-menu a:hover {
  text-decoration: none;
}
#dropdown-make-payment:hover,
#dropdown-make-payment:focus,
#dropdown-make-payment:active {
  text-decoration: none !important;
}
.btn-divider {
  width: 5px;
}
div .well-form {
  border: 5px solid;
  border-color: #f1f1f1;
  background: #ffffff;
  padding: 15px;
}
div.well-form table {
  -webkit-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  margin-bottom: 0px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 15px;
}
.btn-toolbar > .btn + .btn-primary,
.btn-toolbar > .btn-primary + .btn-primary,
.btn-toolbar > .btn-primary {
  margin-left: 30px;
  margin-right: 30px;
}
textarea {
  padding: 10px;
  width: 95%;
  color: #555;
  resize: none;
}
.contenttxt {
  color: #181F23 !important;
  font-size: 27px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
  padding-bottom: 20px !important;
  padding-top: 0;
  margin-top: 0;
}
.content_block > h1 {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  padding: 5px;
}
.star-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_star.png);
  width: 14px;
  height: 16px;
}
.pdf-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/icon_pdf.png);
  width: 16px;
  height: 16px;
}
.oops-icon {
  width: 109px;
  height: 101px;
  background-image: url(../../images/icons/theme5/cyc/oops_icon.png);
  background-repeat: no-repeat;
  margin: 0 auto;
}
.no-active-accounts-icon {
  width: 400px;
  height: 232px;
  background-image: url(../../images/icons/theme5/cyc/no_active_accounts.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .no-active-accounts-icon {
    width: 300px;
  }
}
.no-active-accounts {
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  font-weight: 400;
}
.empty-space {
  display: inline-block;
  position: relative;
  background-image: none;
  width: 14px;
  height: 16px;
}
.sorting_asc_disabled {
  background: url('../../images/sort_asc_disabled.png') right center no-repeat;
  padding-right: 24px !important;
}
.sorting_desc_disabled {
  background: url('../../images/sort_desc_disabled.png') right center no-repeat;
  padding-right: 24px !important;
}
table.table th .sorting {
  background-color: #cccccc;
}
table.table thead .sorting {
  background: url('../../images/datatables/cyc4/sort_both.png') right center no-repeat #cccccc;
  padding-right: 24px !important;
}
table.table thead .sorting_asc {
  color: black;
  background: url('../../images/datatables/cyc4/sort_asc.png') right center no-repeat #a4a4a4;
  padding-right: 24px !important;
}
table.table thead .sorting_desc {
  color: black;
  background: url('../../images/datatables/cyc4/sort_desc.png') right center no-repeat #a4a4a4;
  padding-right: 24px !important;
}
div.DTTT_container {
  position: relative;
  float: none;
}
.DTTT_button {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.dataTables_length {
  width: 150px;
  float: left;
  padding-top: 5px;
  padding-bottom: 4px;
}
.dataTables_scroll {
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  box-shadow: 4px 4px 0 #eee;
}
.dataTables_info {
  display: none;
}
.clear {
  clear: both;
}
a.underline {
  text-decoration: underline;
}
/**
* Field Labels and Values styling
* Field Label aligned to the right
* Field Values bolded and aligned left
*/
.fieldLabel,
.table td.fieldLabel,
.well-form .table .fieldLabel,
.well .table .fieldLabel {
  text-align: right;
}
.fieldValue {
  font-weight: bold;
  color: #000000;
}
.bluebox {
  background-color: #e7f5c6;
  padding: 10px;
  font-size: 11px;
}
.original {
  padding: 8px;
  font-size: 12px;
}
.nobold {
  font-weight: normal;
}
.autopay {
  margin-top: 10px;
  margin-bottom: 10px;
}
.pagedivider {
  border-left: 1px solid #EBEBEB;
  height: 150px;
  display: inline-block;
  margin-top: 25px;
}
.tablerow {
  display: table-row;
}
.tablerow .left {
  width: 200px;
  padding: 5px;
  display: table-cell;
  text-align: right;
}
.tablerow .right {
  width: 200px;
  padding: 5px;
  display: table-cell;
  font-weight: bold;
  color: #000000;
}
.tablerow .right-wide {
  width: 400px;
  padding: 5px;
  display: table-cell;
  font-weight: bold;
  color: #000000;
}
.tablerow .left-medium {
  width: 130px;
  padding: 5px;
  display: table-cell;
  text-align: right;
}
.tablerow .right-medium {
  width: 130px;
  padding: 5px;
  display: table-cell;
  font-weight: bold;
  color: #000000;
}
.tablerow .labelleft {
  padding-top: 15px;
  padding-right: 5px;
  width: 200px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-weight: 500;
}
.tablerow .rightinput {
  padding-top: 15px;
  padding-left: 5px;
  width: 400px;
  display: table-cell;
  color: #000000;
  vertical-align: middle;
}
.noMarginTop {
  margin-top: 0;
}
.phone {
  font-size: 14px;
  font-weight: bold;
  left: 100px;
  top: 250px;
  border: 1px solid #DDD;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: center;
  padding: 10px 10px;
  background: #fff;
}
th.sortable a {
  text-decoration: underline;
  color: black;
}
.account-chooser {
  width: auto;
  border: 1px solid #6c8d23;
  margin-bottom: 15px;
}
.selectedRecord {
  margin-bottom: 0px;
  text-align: left;
}
.nopaidclaims {
  background: url(../images/nopaidclaims.png) no-repeat;
  display: inline-block;
  height: 140px;
  width: 240px;
}
.simple-border {
  border: 5px solid #f1f1f1;
}
.text-bold {
  font-weight: bold;
}
.text-semibold {
  font-weight: 500;
}
.colL {
  width: 330px;
  float: left;
}
.colR {
  width: 330px;
  float: right;
}
.widthML {
  width: 300px;
}
.widthM {
  width: 250px;
}
.widthSM {
  width: 180px;
}
.widthS {
  width: 150px;
}
.floatRight {
  float: right;
}
.floatLeft {
  float: left;
}
.floatCenter {
  margin: auto;
}
.newClaimVis {
  width: 20px;
  float: right;
  text-align: right;
}
.newClaimVis .expand {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../../images/icons-20x20.png) right 0 no-repeat;
  margin-top: 8px;
  margin-right: 12px;
}
.newClaimVis .collapse {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(../../images/icons-20x20.png) right -20px no-repeat;
  margin-top: 8px;
  margin-right: 12px;
}
.newClaimDel {
  display: inline-block;
  height: 20px;
  width: 28px;
  float: left;
  background: url(../../images/close.png) left center no-repeat;
  opacity: 0.5;
}
.newClaimHead {
  width: 400px;
  float: left;
  /*line-height:20px;*/
}
.newClaimCounter {
  width: 60px;
  float: right;
  padding-right: 30px;
  /*line-height:20px;*/
}
.newClaimHeader {
  width: 700px;
  height: 18px;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.75);
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #b4b4b4;
  border-radius: 5px 5px 0 0;
  margin-top: 0;
  background: #d9d9d9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d9d9d9 0%, #9c9c9c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9d9d9), color-stop(100%, #9c9c9c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d9d9d9 0%, #9c9c9c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d9d9d9 0%, #9c9c9c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d9d9d9 0%, #9c9c9c 100%);
  /* IE10+ */
  background: linear-gradient(top, #d9d9d9 0%, #9c9c9c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@newClaimHeaderBackgroundColor1', endColorstr='@newClaimHeaderBackgroundColor2', GradientType=0);
  /* IE6-9 */
}
.newClaimHeader:hover {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #dedede 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dedede));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #dedede 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #dedede 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #dedede 100%);
  /* IE10+ */
  background: linear-gradient(top, #ffffff 0%, #dedede 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@newClaimHeaderHoverBackgroundColor1', endColorstr='@newClaimHeaderHoverBackgroundColor2', GradientType=0);
  /* IE6-9 */
}
.warning {
  color: #ff951e;
}
/* ***************************************
 * $ADJUSTMENTS FOR INTERNET EXPLORER
 * *************************************** */
.newClaimHeader {
  -pie-background: linear-gradient(#d9d9d9, #9c9c9c);
  /*CSSPIE*/
}
.newClaimHeader:hover {
  -pie-background: linear-gradient(#ffffff, #dedede);
  /*CSSPIE*/
}
#toggleSubmit,
#toggleFile,
.toggleSubmit,
button,
button:hover,
.button,
.button:hover,
.newClaimHeader,
.newClaimHeader:hover,
.claimReviewHeader,
.claimReviewFooter,
.claimReviewFooter .claimReq,
#toggleUpload,
#togglePrint,
#toggleSkip,
#newClaims,
table.sortable:hover,
table.sortable,
.claimDocumentation,
.claimUploadHeader,
.claimSuccessHeader,
.qq-upload-button {
  /*behavior:url(../cssPie/PIE.php);*/
  position: relative;
  filter: none;
}
button#omni-cw-global-chat-button,
button#omni-cw-global-chat-button:hover {
  position: fixed;
}
.ie7 #toggleSubmit,
.ie7 #toggleFile,
.ie7 .toggleSubmit,
.ie7 .newClaimHeader,
.ie7 .newClaimHeader:hover,
.ie7 #toggleUpload,
.ie7 #togglePrint,
.ie7 #toggleSkip {
  behavior: none;
}
.ie7 .newClaimHeader {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@newClaimHeaderBackgroundColor1', endColorstr='@newClaimHeaderBackgroundColor2', GradientType=0);
  /* IE6-9 */
}
.ie7 .newClaimHeader:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@newClaimHeaderHoverBackgroundColor1', endColorstr='@newClaimHeaderHoverBackgroundColor2', GradientType=0);
  /* IE6-9 */
}
.newClaimContent {
  padding-bottom: 40px !important;
}
.newClaimContent {
  width: 700px;
  background: #ffffff;
  display: none;
  padding: 15px 10px 10px 10px;
  border: 1px solid #b4b4b4;
  box-shadow: 4px 4px 0 #eeeeee;
}
.newClaimContent input[role="textbox"] {
  width: 290px !important;
}
.infoPopup-big input[role="textbox"] {
  width: 100px !important;
}
newClaimContent input[type="text"],
.newClaimContent textarea,
.newClaimContent input[role="textbox"],
.infoPopup-big input[type="text"],
.infoPopup-big input[role="textbox"] {
  border: 1px solid #acacac;
  box-shadow: 4px 4px 0 #eeeeee;
}
.newClaimContent textarea {
  width: 450px;
}
.newClaimContent img[title="..."],
.infoPopup-big img[title="..."] {
  position: relative;
  top: 7px;
  box-shadow: 4px 4px 0 #eee;
  cursor: pointer;
  width: 23px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.newClaimContent img {
  margin-left: 10px;
}
.ie7 .newClaimContent button {
  top: 0;
}
.ie7 .newClaimContent img {
  top: 5px;
}
#jquery-a11yfy-politeannounce,
#jquery-a11yfy-assertiveannounce {
  display: none;
}
.yamm .navbar-inner {
  min-height: 54px;
}
/* ------------------------------------- PAGES STYLES ------------------------------------- */
/****************** LOGIN ******************/
#login {
  padding-top: 6%;
}
#login > * {
  padding: 0 6% 0 6%;
}
#login > form > button {
  margin: 2% 0 4% 2%;
}
#login .col-md-7 {
  padding-left: 0 !important;
}
#login > form > button.btn-primary,
#login > form > button.btn-primary:hover,
#login > form > button.btn-primary:focus,
#login > form > button.btn-primary:active {
  min-width: 43% !important;
}
#login > h3 {
  padding-top: 8%;
}
#login > form {
  margin-top: 20px;
}
#login > .login-hr {
  margin-top: 6%;
}
#login > .body-login {
  color: #667689 !important;
}
#login > .forgot-password-login {
  margin-bottom: 5%;
  font-weight: 300 !important;
}
.login-hr:last-child {
  border: 0px;
}
#login > .sign-up-login {
  padding-top: 2.5%;
  padding-bottom: 2%;
  color: #667689 !important;
}
.login-hr {
  margin: 5px 0;
}
#login.well-hsid {
  padding-top: 12%;
  text-align: center;
}
#login.well-hsid .body-login {
  padding: 0 20% 0 20%;
}
#login.well-hsid .member-login {
  margin-top: 80px;
  margin-bottom: 140px;
}
#login.well-hsid .other-login {
  padding: 0;
  margin-bottom: 40px;
}
#login.well-hsid .other-login .login-options {
  margin-top: 15px;
}
#login.well-hsid .other-login .login-options > span {
  display: inline-block;
  padding: 1px 12px 1px 8px;
  border-right: 1px solid black;
  font-size: 12px;
}
#login.well-hsid .other-login .login-options > span:last-child {
  border-right: none;
}
.legacy-section {
  border-right: 1px solid gray !important;
}
.ohid-section {
  padding: 46px 0 0 15px !important;
}
/****************** FORGET LOGIN INFO ******************/
#forgotlogininfo > * {
  padding-left: 14%;
  padding-right: 14%;
}
#forgotlogininfo > .tab-content {
  padding-bottom: 9%;
}
#forgotpassword p,
#forgotusername p {
  margin-top: 9%;
  margin-bottom: 9%;
}
#forgotpassword > .submit {
  margin-top: 10%;
}
#forgotusername > .submit {
  margin-top: 40%;
}
#forgotlogininfo > .alert-wrapper > p {
  margin-top: 3% !important;
  margin-bottom: 0 !important;
}
#forgotloginusername > * {
  padding-left: 14%;
  padding-right: 14%;
}
/***************************************** BROKER PORTAL *****************************************/
.cross {
  width: 100%;
  padding: 0 !important;
}
.cross > div {
  float: right;
  width: 70px;
  display: inline-block;
  padding: 20px !important;
}
#search-wrapper > input {
  width: 100%;
}
#search-wrapper > a > img {
  float: right;
  position: relative;
  top: -28px;
}
.advanced-search {
  margin-top: 1%;
}
.advanced-search a {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
}
/****************** INDEX STRUCTURE ******************/
#home-enrollment > .well {
  padding: 2% 9% 5% 9% !important;
}
#home-reports > .well {
  padding: 2% 9% 0 9% !important;
}
#home-search > .well {
  padding: 2% 9% 4.7% 9% !important;
}
#home-enrollment > .well > h1,
#home-reports > .well > h1,
#home-search > .well > h1 {
  padding: 0 !important;
  font-weight: 300;
}
#home-search #search-wrapper {
  margin-bottom: 35%;
}
/****************** RESOURCES ******************/
#resources .col-md-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#resources .col-md-6 {
  padding-top: 10%;
  padding-bottom: 10%;
}
#resources .btn-primary {
  padding: 2.5% 15% !important;
}
#resources .title {
  color: #181F23;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}
#resources .subtitle {
  color: #181F23;
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 480px) {
  input[type=text],
  input[type=password],
  input[type=date],
  input[type="email"],
  span.select2-container,
  .daterangecyc {
    width: 100% !important;
  }
  #login > * {
    padding-left: 14%;
    padding-right: 14%;
  }
  #signup > * {
    padding-left: 8%;
    padding-right: 8%;
  }
  #forgotlogininfo > * {
    padding-left: 13%;
    padding-right: 13%;
  }
  #forgotlogininfo .nav-tabs {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }
  #admin-financial-info {
    min-height: 360px !important;
  }
  #admin-brokerage-info a,
  #admin-financial-info a,
  #admin-producers .edit-admin a {
    padding: 3% 0;
  }
  #admin-brokerage-info .admin-edit-form label {
    display: block;
  }
  #resources label:first-child {
    margin-top: 0 !important;
  }
  #resources .well,
  #resources2 .well {
    height: auto !important;
  }
}
/****************** CHARTS ******************/
svg.dashboard_chart1 {
  min-height: 250px;
  min-width: 350px;
  padding: 0 8% !important;
}
svg.dashboard_chart2 {
  min-height: 250px;
  min-width: 350px;
  padding: 0 12% !important;
}
svg.dashboard_chart3 {
  min-height: 250px;
  min-width: 350px;
  padding: 0 16% !important;
}
/****************** BROKER REGISTER ******************/
#broker-register > *,
#broker-registration > * {
  padding-left: 8%;
  padding-right: 8%;
}
#broker-register .col-md-4,
#broker-register .col-md-2,
#broker-registration .col-md-4 {
  padding-left: 0 !important;
  padding-top: 1%;
  padding-bottom: 1%;
}
#broker-register label,
#broker-registration label {
  display: block;
}
#broker-register select {
  width: 90%;
}
#broker-registration select {
  width: 90%;
  font-size: 14px !important;
}
#broker-register #taxId1 {
  width: 6% !important;
}
#broker-register #taxId2 {
  width: 84% !important;
}
/****************** BROKER SETUP & AGREEMENTS ******************/
#broker-setup > *,
#broker-agreements > * {
  padding-left: 8%;
  padding-right: 8%;
}
#broker-access > * {
  padding: 8%;
}
#broker-access p {
  padding: 4% 0;
}
#broker-access .btn-primary {
  margin-top: 5%;
}
#broker-access form {
  padding-top: 2%;
}
#broker-access label,
#broker-agreements label {
  display: block;
}
#broker-access .btns {
  margin-top: 3% !important;
  margin-bottom: 3% !important;
}
#broker-access .requirements {
  padding-bottom: 8%;
}
#broker-agreements p {
  padding: 1% 0;
}
/****************** CURRENT ACCOUNTS ******************/
#current_accounts > div,
#current_accounts-advsearch > div,
#current_accounts h1 {
  padding-left: 10%;
  padding-right: 10%;
}
#current_accounts .col-md-12,
#current_accounts-advsearch .col-md-12 {
  padding-left: 0 !important;
}
#current_accounts-advsearch #divSimpleSearch {
  margin-top: 7%;
}
#current_accounts-advsearch #divAdvancedSearch {
  padding-bottom: 3%;
}
#current_accounts-advsearch #divAdvancedSearch .col-md-4 {
  padding: 1% 0 1% 0 !important;
}
#current_accounts-advsearch #divAdvancedSearch .col-md-4 label {
  display: block;
}
#current_accounts-advsearch #divAdvancedSearch .col-md-4 select {
  width: 90%;
}
#current_accounts table {
  padding-bottom: 2%;
}
#current_accounts .table > thead > tr > th {
  font-size: 15px !important;
  font-weight: 900;
  background: transparent !important;
  color: #316bbe !important;
  vertical-align: initial !important;
}
#current_accounts .table > tbody > tr > td {
  font-size: 14px !important;
  text-transform: capitalize !important;
}
#current_accounts .table > tbody > tr > td,
#implementation-status .table > thead > tr > th {
  border: none !important;
}
.account-box {
  border: 1px solid #E7EBED;
  border-radius: 2px;
  margin-top: 20px;
  min-height: 216px;
}
.recent-search-tag {
  box-sizing: border-box;
  color: #316bbe;
  font-size: 12px;
  padding: 2px 4px;
  border: 1px solid #316bbe;
  border-radius: 2px;
  margin: 0 2px;
}
.recent-search-title {
  display: inline;
  font-size: 18px;
  font-weight: 300;
  margin-right: 18px;
  line-height: 21px;
}
.recent-search-tag .name {
  font-weight: bold;
}
.upcoming-renewals {
  padding-right: 3%;
  margin-bottom: 9%;
}
.account-employees {
  padding-left: 3%;
  margin-bottom: 9%;
}
.upcoming-renewals .tab-content {
  overflow: inherit;
}
.upcoming-renewals .nav li a {
  color: #316bbe;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}
.upcoming-renewals td.days-left {
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
}
.upcoming-renewals td.days-left.warning {
  color: #E23758;
  background: transparent !important;
}
.upcoming-renewals td.days-left.warning .warning-icon {
  background-image: url("/portal/images/icons/theme5/cyc/warning.png");
  display: inline-block;
  height: 17px;
  width: 17px;
  line-height: 22px;
  margin-right: 5px;
  margin-top: 2px;
  vertical-align: initial;
}
.upcoming-renewals td.name {
  color: #181F23;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  text-transform: none;
}
.upcoming-renewals .table td {
  padding: 6px 0;
}
.account-employees > div {
  border: 1px solid #E7EBED;
  border-radius: 2px;
  padding: 33px 46px;
  margin-top: 20px;
  min-height: 108px;
}
.employee-updates li {
  color: #316bbe;
  font-size: 18px;
  line-height: 36px;
}
.employee-updates li {
  font-weight: 100;
}
#home tr,
#profile tr,
#messages tr {
  border: none !important;
}
@media (max-width: 560px) {
  .recent-search-title {
    display: block !important;
  }
}
td label {
  margin-top: 20px;
  margin-bottom: 0px;
}
.rectangle {
  box-sizing: border-box;
  height: 21px;
  width: 131px;
  border: 1px solid #316bbe;
  border-radius: 2px;
}
.input_employee_search {
  height: 16px;
  width: 290px;
  color: #316bbe;
  font-size: 14px;
  line-height: 16px;
}
.box_employee_recent_searches {
  width: 100%;
  color: #316bbe;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-right: 3px;
  padding-left: 3px;
}
/******* RESPONSIVE MENU **********/
@media (max-width: 1200px) {
  .navbar-nav .open .dropdown-menu {
    margin-left: 13%;
  }
  .logged-in {
    width: auto;
    /*  margin-right: 9vw; */
  }
  .logged-in > li.dropdown > a,
  .logged-in > li.dropdown > a:hover,
  .logged-in > li.dropdown > a:focus {
    margin-left: 10px;
  }
}
/****************** GENERATE PROPOSAL ******************/
#generate-proposal > * {
  padding-left: 8%;
  padding-right: 8%;
}
#generate-proposal .fees {
  padding-left: 0 !important;
}
#generate-proposal .col-md-4,
#generate-proposal .col-md-2,
#generate-proposal .fees .col-md-4 {
  padding-left: 0 !important;
  padding: 1% 0;
}
#generate-proposal .col-md-4 label {
  display: block;
}
#generate-proposal .money {
  width: 5% !important;
  background: transparent !important;
}
#generate-proposal .products-nd-fees {
  padding: 1% 0;
  margin-bottom: 2%;
  border-bottom: 1px solid #ADADAD;
}
#generate-proposal .products-nd-fees > h2,
#generate-proposal .products-nd-fees > a {
  display: inline;
}
#generate-proposal .products-nd-fees > a {
  float: right;
  font-weight: 100 !important;
}
#generate-proposal .fees > h3,
#generate-proposal .fees > input[type="checkbox"] {
  display: inline;
}
#generate-proposal .fees > p {
  padding-left: 5%;
}
/****************** ENROLLMENT ONLINE ******************/
#enrollment-online > * {
  padding-left: 8%;
  padding-right: 8%;
}
#enrollment-online .table-responsive {
  margin-top: 2%;
}
#enrollment-online select {
  width: 25%;
}
#enrollment-online table {
  padding-bottom: 2%;
}
#enrollment-online .table > thead > tr > th {
  font-size: 15px !important;
  font-weight: 900;
  background: transparent !important;
  color: #316bbe !important;
  vertical-align: initial !important;
}
#enrollment-online .table > tbody > tr > td {
  font-size: 14px !important;
  text-transform: capitalize !important;
}
#enrollment-online .table > tbody > tr > td,
#implementation-status .table > thead > tr > th {
  border: none !important;
}
/****************** NEW HIRE ******************/
#new-hire > * {
  padding-left: 8%;
  padding-right: 8%;
}
#new-hire select {
  width: 93%;
}
#new-hire .col-md-4 {
  padding-left: 0 !important;
  padding-top: 1%;
  padding-bottom: 1%;
}
#new-hire label {
  display: block;
}
/****************** SETUP CLIENT ******************/
#client-setup > * {
  padding-left: 8%;
  padding-right: 8%;
}
#client-setup .col-md-4,
#client-setup .col-md-2 {
  padding: 1% 1% 1% 0 !important;
}
#client-setup .col-md-3 {
  padding-left: 0 !important;
}
#client-setup label {
  display: block;
}
#client-setup select {
  width: 90%;
}
#client-setup .copays .col-md-12 {
  padding: 1% 1% 1% 0 !important;
}
#client-setup .submitLink {
  display: block;
  color: #316bbe;
  padding-left: 0;
  margin: 1% 0;
}
/****************** ADD NEW CLIENT ******************/
#new-client > * {
  padding-left: 8%;
  padding-right: 8%;
}
.title-newsales {
  font-size: 26px !important;
  padding-top: 2%;
  font-weight: 500 !important;
}
#new-client h1 {
  padding-bottom: 0 !important;
}
#new-client-express,
#new-client-manual {
  margin-top: 5%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#new-client-express > p,
#new-client-manual > p {
  padding: 0 8%;
}
#new-client-express ul > li,
#new-client-manual ul > li {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  padding: 0 2%;
}
#new-client-express input {
  margin-top: 6.5%;
}
#new-client-manual a,
#new-client-explain {
  margin-top: 5%;
}
#new-client-manual a {
  padding-top: 3% !important;
}
#new-client-explain {
  margin-bottom: 5%;
}
#new-client-explain > details {
  border-top: 1px solid #E3E3E3;
  padding: 0.5% 0;
}
/****************** ADD NEW CLIENT FORM ******************/
#new-client-form > *,
#new-client-form-verification > *,
#new-client-form-success > * {
  padding-left: 8%;
  padding-right: 8%;
}
#new-client-form h2 {
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 0 !important;
  padding-bottom: 3%;
}
#new-client-form h3 {
  padding-top: 8% !important;
}
#new-client-form .col-md-3,
#new-client-form .col-md-4 {
  padding: 0 !important;
}
#new-client-form .breadcrumb {
  padding-top: 2%;
}
#new-client-form .jumbotron {
  margin-top: 5%;
  margin-bottom: 5%;
}
#new-client-form .dropdowns-client {
  padding-top: 2%;
}
#new-client-form .dropdowns-client select {
  width: 215px !important;
}
#new-client-form .form-group.inline {
  display: inline;
}
#new-client-form .form-group.inline > label {
  display: block;
}
#new-client-form .open-modal-link {
  display: block;
}
#new-client-form .client-warning {
  padding: 2% 12%;
}
#new-client-form .money {
  width: 3% !important;
}
/****************** CONFIRM NEW CLIENT ******************/
#new-client-form-verification p {
  display: inline;
}
#new-client-form-verification .clear {
  padding: 1% 0;
}
/****************** NEW ASSOCIATION FORM ******************/
#new-association-form > * {
  padding-left: 8%;
  padding-right: 8%;
}
#new-association-form label {
  display: block;
}
#new-association-form .cancel,
#confirm-acciociation .cancel {
  padding-top: 1.3%;
}
/****************** CONFIRM NEW ASSOCIATION ******************/
#confirm-acciociation > * {
  padding-left: 8%;
  padding-right: 8%;
}
#confirm-acciociation p {
  display: inline;
}
#confirm-acciociation label:first-child {
  margin-top: 3%;
}
#confirm-acciociation .clear {
  padding: 1.5% 0;
}
/****************** IMPLEMENTATION STATUS ******************/
#implementation-status > * {
  padding-left: 6%;
  padding-right: 6%;
}
#implementation-status h2 {
  margin-top: 5%;
  font-weight: 300;
}
#implementation-status table {
  padding-bottom: 2%;
}
#implementation-status .table > thead > tr > th {
  font-size: 15px !important;
  font-weight: 900;
  background: transparent !important;
  color: #316bbe !important;
  vertical-align: initial !important;
}
#implementation-status .table > tbody > tr > td {
  font-size: 14px !important;
  text-transform: capitalize !important;
}
#implementation-status .table > tbody > tr > td,
#implementation-status .table > thead > tr > th {
  border: none !important;
}
#implementation-status .btns-2 {
  padding-bottom: 5%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-bottom: 1px solid #ADADAD;
}
/****************** PAYMENT CARD DETAILS & HISTORY ******************/
#payment-card-details > *,
#payment-card-history > * {
  padding-left: 8%;
  padding-right: 8%;
}
#payment-card-details table,
#payment-card-history table {
  padding-bottom: 2%;
}
#payment-card-details .table > thead > tr > th,
#payment-card-history .table > thead > tr > th {
  font-size: 15px !important;
  font-weight: 900;
  background: transparent !important;
  color: #000 !important;
}
#payment-card-details .table > tbody > tr > td,
#payment-card-history .table > tbody > tr > td {
  font-size: 14px !important;
  text-transform: capitalize !important;
}
#payment-card-details .table > tbody > tr > td,
#payment-card-details .table > thead > tr > th,
#payment-card-history .table > tbody > tr > td,
#payment-card-history .table > thead > tr > th {
  border: none !important;
}
/****************** REVIEW AND GENERATE DOCUMENTS ******************/
#generate-documents > *,
#generate-documents-details > *,
#generate-documents-complete > *,
#agreements-error > * {
  padding-left: 8%;
  padding-right: 8%;
}
#agreements-error .col-md-12 {
  padding-top: 4%;
  padding-bottom: 8%;
}
#generate-documents label {
  display: block;
}
#generate-documents-details label {
  width: 89%;
  display: block;
}
#generate-documents .col-md-4 {
  padding-left: 0 !important;
}
#generate-documents-details .col-md-4 {
  padding: 1% 0 1% 0 !important;
}
#generate-documents select {
  width: 90%;
}
#generate-documents-complete .col-md-3 {
  padding-left: 0 !important;
}
.report-page-left-padding {
  padding-left: 50px;
}
.report-page-right-padding {
  padding-right: 50px;
}
.report-page-buttons-padding {
  padding-top: 200px;
  padding-bottom: 50px;
}
.report-page-margin-bottom {
  margin-bottom: 20px;
}
.report-result-title {
  height: 40px;
  width: 330px;
  color: #181F27;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
}
.report-result {
  margin-top: 20px;
}
.report-result th {
  color: #316bbe;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  box-sizing: border-box;
  border-bottom: 1px solid #e3e3e3;
}
.report-result td {
  color: #181F23;
  font-size: 12px;
  line-height: 45px;
}
.total td {
  border-top: 1px solid #e3e3e3;
  box-sizing: border-box;
  height: 8.67%;
  width: 4.93%;
  color: #181F23;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
}
/******* ACCORDION NEW STYLES *****/
#accordion_theme5 .ui-helper-reset {
  border: 0;
  background: transparent;
}
#accordion_theme5 .ui-accordion-header {
  color: #181F23;
  font-size: 15px;
  line-height: 16px;
  text-transform: none;
  margin-bottom: 15px;
}
#accordion_theme5 .ui-accordion-content {
  color: #181F23;
  font-size: 13px;
  line-height: 16px;
  height: auto !important;
  margin-bottom: 15px;
}
#accordion_theme5 .ui-state-active .ui-icon,
#accordion_theme5 .ui-state-default .ui-icon {
  background-image: url(../images/ui-icons_454545_256x240.png);
  display: inline-block;
  float: right;
}
.report-email-report-btn {
  box-sizing: border-box;
  height: 49px;
  width: 154px;
  border: 2px solid #316bbe;
  border-radius: 100px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.report-participant-scroll {
  overflow-x: scroll;
  overflow: auto;
}
#tableContainer-participant::-webkit-scrollbar {
  border-radius: 100px;
  background-color: #D8D8D8;
}
#tableContainer-participant::-webkit-scrollbar-track {
  border-radius: 100px;
  background-color: #F7F9F9;
}
#tableContainer-participant::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
.report-client-status-checkbox {
  margin-top: 20px;
  margin-left: -160px;
  text-transform: uppercase;
}
.report-commission-header {
  height: 16px;
  color: #181F23;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
.report-commission-header-sub {
  height: 21px;
  color: #181F23;
  font-size: 12px;
  line-height: 21px;
  font-weight: normal;
}
.report-result-total {
  font-weight: bold;
}
/****************** PANEL CONTAINER FOR CURRENT ACCOUNTS ******************/
.well-ca,
.well-ca-small {
  margin-bottom: 40px;
  padding: 40px !important;
  border: 1px solid #E3E3E3 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  background-image: none !important;
  border-top: 1px solid #E3E3E3 !important;
  border-bottom: 1px solid #E3E3E3 !important;
  border-left: 1px solid #E3E3E3 !important;
  border-right: 1px solid #E3E3E3 !important;
  line-height: 15px;
}
.well-ca td,
.well-ca-small td {
  color: #181F23;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}
.fieldLabel-ca,
.table td.fieldLabel,
.well-form .table .fieldLabel,
.well .table .fieldLabel {
  text-align: left;
}
.btn-ca td,
.well-ca-small td {
  color: #181F23;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}
/****************** ADMIN MAIN PAGE ******************/
#admin-brokerage-info > *,
#admin-financial-info > * {
  padding: 0 6% 6% 6%;
}
#admin-add-producer > * {
  padding-left: 6% !important;
  padding-right: 6% !important;
}
#admin-producers > * {
  padding: 0 2% 1% 2%;
}
#admin-brokerage-info .edit-admin > *,
#admin-financial-info .edit-admin > *,
#admin-producers .edit-admin > * {
  display: inline;
}
#admin-brokerage-info .edit-admin a,
#admin-financial-info .edit-admin a,
#admin-producers .edit-admin a {
  float: right;
  font-weight: 100 !important;
}
#admin-brokerage-info a,
#admin-financial-info a,
#admin-producers .edit-admin a {
  font-weight: 100 !important;
}
#admin-brokerage-info .admin-edit-form label {
  padding-right: 2%;
}
#admin-financial-info .col-md-3 {
  padding-left: 0 !important;
}
#admin-financial-info .fi-titles {
  padding-top: 2.5%;
}
#admin-producers #table_theme5_wrapper {
  margin-top: 2%;
}
#admin-brokerage-info .btns {
  margin-top: 2% !important;
  margin-bottom: 0 !important;
}
#admin-producers .btns {
  margin-top: 5.5% !important;
  margin-bottom: 0 !important;
}
.admin-header {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #181F23;
  font-size: 27px;
  font-weight: 300;
  line-height: 33px;
}
.admin-sub-header {
  color: #181F23;
  font-size: 18px;
  font-weight: 300;
  line-height: 21px;
  padding-bottom: 1%;
}
.admin-titles {
  color: #181F23;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  margin-left: -14px;
}
.admin-info {
  color: #181F23;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  margin-left: -14px;
}
#admin-add-producer .table-responsive > table tr,
#admin-add-producer .table-responsive > table th,
#admin-add-producer .table-responsive > table td {
  border: none !important;
}
#admin-add-producer label {
  display: block;
}
/****************** used in add dependents to put a horizonl gap ******************/
div.horizontalgap {
  float: left;
  overflow: hidden;
  height: 1px;
  width: 0;
}
/****************** UPLOAD CENSUS AND ENROLLMENT SPEARSHEET ******************/
#census-enrollment-spreadsheet-1 > * {
  padding-left: 8%;
  padding-right: 8%;
}
#census-enrollment-spreadsheet-1 select {
  width: 93%;
}
#census-enrollment-spreadsheet-1 .col-md-4 {
  padding-left: 0 !important;
  padding-top: 1%;
  padding-bottom: 1%;
}
#census-enrollment-spreadsheet-1 label {
  display: block;
}
#census-enrollment-spreadsheet-1 p {
  font-weight: 300;
  font-size: 16px;
  color: #181F23;
  line-height: 26px;
}
#census-enrollment-spreadsheet-1 p.list-padding {
  margin-top: 15px;
}
#census-enrollment-spreadsheet-1 .icon_cross {
  margin: 15px 15px 0 0;
}
#census-enrollment-spreadsheet-1 strong {
  font-weight: normal;
}
#census-enrollment-spreadsheet-1 .list-padding.alert.alert-info {
  font-size: 14px;
  padding: 50px 42px 50px 80px;
  background-position: 25px 50px;
  margin-top: 20px;
  border: none;
}
#census-enrollment-spreadsheet-1 .table thead th {
  background-color: #fff;
  color: #181F23;
  font-size: 16px;
  padding-left: 0px!important;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
#census-enrollment-spreadsheet-1 .table > thead > tr > th {
  vertical-align: initial;
  border-bottom: none;
}
#census-enrollment-spreadsheet-1 .table > tbody > tr > td {
  border-top: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  padding-left: 0 !important;
}
#census-enrollment-spreadsheet-1 .fileUpload {
  box-sizing: border-box;
  height: 34px;
  width: 191px;
  border: 2px solid #316bbe;
  border-radius: 100px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
#census-enrollment-spreadsheet-1 #uploadifive-uploadBtn {
  height: 100%!important;
  width: 100%!important;
  color: #316bbe;
  padding-top: 4px;
}
#census-enrollment-spreadsheet-1 .excel_upload_process {
  margin-top: 30px;
}
#census-enrollment-spreadsheet-1 .excel_upload_process strong,
#census-enrollment-spreadsheet-1 .excel_upload_process a {
  font-size: 16px;
}
#census-enrollment-spreadsheet-2 > * {
  padding-left: 8%;
  padding-right: 8%;
}
#census-enrollment-spreadsheet-2 select {
  width: 93%;
}
#census-enrollment-spreadsheet-2 .col-md-4 {
  padding-left: 0 !important;
  padding-top: 1%;
  padding-bottom: 1%;
}
#census-enrollment-spreadsheet-2 label {
  display: block;
}
#census-enrollment-spreadsheet-2 p {
  font-weight: 300;
  font-size: 16px;
  color: #181F23;
  line-height: 26px;
}
#census-enrollment-spreadsheet-2 p.list-padding {
  margin-top: 15px;
}
#census-enrollment-spreadsheet-2 .icon_cross {
  margin: 15px 15px 0px 0px;
}
#census-enrollment-spreadsheet-2 strong {
  font-weight: normal;
}
#census-enrollment-spreadsheet-2 .list-padding.alert.alert-info {
  font-size: 14px;
  padding: 50px 42px 50px 80px;
  background-position: 25px 50px;
  margin-top: 20px;
  border: none;
}
#census-enrollment-spreadsheet-2 .table thead th {
  background-color: #fff;
  color: #181F23;
  font-size: 16px;
  padding-left: 0px!important;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase;
}
#census-enrollment-spreadsheet-2 .table > thead > tr > th {
  vertical-align: initial;
  border-bottom: none;
}
#census-enrollment-spreadsheet-2 .table > tbody > tr > td {
  border-top: none;
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
  padding-left: 0 !important;
}
#census-enrollment-spreadsheet-2 .fileUpload {
  box-sizing: border-box;
  height: 34px;
  width: 191px;
  border: 2px solid #316bbe;
  border-radius: 100px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
#census-enrollment-spreadsheet-2 #uploadifive-uploadBtn {
  height: 100% !important;
  width: 100% !important;
  color: #316bbe;
  padding-top: 4px;
}
#census-enrollment-spreadsheet-2 .excel_upload_process {
  margin-top: 30px;
}
#census-enrollment-spreadsheet-2 .excel_upload_process strong,
#census-enrollment-spreadsheet-2 .excel_upload_process a {
  font-size: 16px;
}
#census-enrollment-spreadsheet-2 .excel_upload_process .share_icon {
  padding-bottom: 5px;
}
/* Client Status - deferred and cancelled proposal */
#deferred-proposal > *,
#cancelled-proposal > * {
  padding-left: 8%;
  padding-right: 8%;
}
#deferred-proposal .form-group-wrapper .col-md-12,
#deferred-proposal .form-group-wrapper .col-md-6,
#cancelled-proposal .form-group-wrapper .col-md-12,
#cancelled-proposal .form-group-wrapper .col-md-6 {
  padding-top: 1%;
  padding-bottom: 1%;
  padding-left: 0 !important;
}
#deferred-proposal label,
#cancelled-proposal label {
  display: block;
}
.row .otherReasonWrapper,
.row .otherReasonIsHidden {
  padding-bottom: 0 !important;
}
.row .otherReasonWrapper .form-group,
.row .otherReasonIsHidden .form-group {
  margin-bottom: 0;
}
/****************** EMPLOYEE INFO ******************/
#employee-info > * {
  padding-left: 6%;
  padding-right: 6%;
}
#employee-info td {
  color: #181F23;
  font-size: 14px;
  /*line-height: 16px;*/
  text-transform: uppercase;
  font-weight: normal;
  text-align: left;
}
#employee-info .selectedRecord {
  padding: 2% 0 2% 0 !important;
}
#employee-info .col-md-4 {
  padding: 1% 0 1% 0 !important;
}
#employee-info #table_theme5_wrapper {
  margin: 3% 0;
}
#employee-info tr,
#employee-info td,
#employee-info th {
  border: none !important;
}
#employee-info label {
  display: block;
  text-transform: uppercase !important;
}
/****************** datatables.css ******************/
table.dataTable thead .sorting {
  color: #181F23 !important;
}
/****************** PORTAL LANDING PAGE - feature/MPUX-5 - I ******************/
.padding-right-0 {
  padding-right: 0;
}
.margin-right-0 {
  margin-right: 0;
}
#landingpage5 hr {
  color: #b4c3c8;
}
#landingpage5 .help-icon {
  top: 1px;
}
#landingpage5 #noActiveAccountsTab {
  cursor: default;
}
#landingpage5 .month-picker .select2 {
  width: auto !important;
}
#landingpage5 .month-picker__expense-summary .select2 {
  width: 60% !important;
}
#landingpage5 .custom-dates {
  padding: 0;
}
#landingpage5 .custom-dates__form {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
#landingpage5 .month-picker .select2 .select2-selection .select2-selection__rendered {
  padding-top: 6px;
}
#landingpage5 .chart-container {
  height: 295px;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
}
#landingpage5 .no-active-account-container {
  margin: 15% auto;
}
#landingpage5 .no-active-account-container > div {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}
#landingpage5 .no-active-account-container a {
  text-decoration: underline !important;
}
#landingpage5 .no-chart-data {
  margin-top: 12%;
}
#landingpage5 .no-recent-activity {
  margin: 5% 0;
}
#landingpage5 .no-payment-card {
  padding-top: 2%;
}
#landingpage5 .no-payment-card a {
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: underline;
  display: block;
}
#landingpage5 .no-recent-activity p,
#landingpage5 .no-chart-data {
  font-size: 16px !important;
}
#landingpage5 #accountPicker {
  margin-bottom: 10px;
}
.ellipsis,
.ellipsis_nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis_nowrap {
  white-space: nowrap;
}
#landingpage5 #accounsTab .balance-row {
  line-height: 14px;
  margin-bottom: 34.5px;
}
#landingpage5 #accountsTab .tab-title {
  color: #181f23;
  font-size: 14px;
  font-weight: 500;
}
#landingpage5 #accountsTab div.tab-title {
  display: inline-flex;
  margin-top: 15px;
}
#landingpage5 #monthSelection {
  min-width: 115px;
}
#landingpage5 #accountsTab.tabs-left .tab-well {
  padding: 3% !important;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #b4c3c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* DASHBOARD PAYMENT CARD */
#landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard:hover {
  border: 1px solid #316bbe !important;
}
#landingpage5 .balance-row {
  height: 64px;
}
#landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard {
  font-size: 14px;
  color: #181F23;
  height: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard {
    height: 72px;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  #landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard {
    height: 75px;
  }
}
@media (min-width: 1921) {
  #landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard {
    height: 84px;
  }
}
/* DASHBOARD NO PAYMENT CARD */
#landingpage5 #accountsTab.tabs-left .tab-well.dashboard-no-paymentcard {
  background: url(../../images/icons/theme5/optum/moto_img.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 23.94% !important;
}
#landingpage5 #accountsTab.tabs-left .tab-well.advices {
  height: fit-content;
}
.tab-well.advices .carousel-control {
  width: 10%;
  top: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
.tab-well.advices .carousel-control.left {
  background-image: url(../../images/icons/theme5/optum/carousel-left-arrow.png);
}
.tab-well.advices .carousel-control.right {
  background-image: url(../../images/icons/theme5/optum/carousel-right-arrow.png);
}
.tab-well.advices .carousel-control.pause {
  background-image: url(../../images/icons/theme5/optum/carousel-pause.png);
}
.tab-well.advices .carousel-control.play {
  background-image: url(../../images/icons/theme5/optum/carousel-play.png);
}
#landingpage5 #accountsTab.tabs-left .nav-tabs {
  float: left;
  width: 9%;
  word-break: break-word;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li:not(.active) * {
  background-color: transparent !important;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li {
  float: left;
  display: table;
  width: 101%;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > a,
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div {
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  height: 105px;
  border-right: none;
  background-color: #ffffff;
  border: solid 1px #b4c3c8;
  margin-right: -1px;
  margin-bottom: 0;
  min-height: 105px;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div {
  display: table-cell;
  float: none;
  vertical-align: middle;
  width: 100%;
  max-width: 127px;
  min-height: 105px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div {
    margin: 1px;
  }
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div > *:before,
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div > *:after {
  content: " ";
  display: table;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div > *:after {
  clear: both;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div > *:before,
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div > *:after {
  content: " ";
  display: table;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div > div > *:after {
  clear: both;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div:hover,
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li > div:focus {
  border-color: #b4c3c8;
  background-color: #dddddd;
  cursor: pointer;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs {
  margin-right: -1px;
  padding: 0;
  z-index: 1;
}
#landingpage5 #accountsTab.tabs-left .tab-content {
  display: table;
  float: left;
  width: 91%;
  height: 590px;
  /* FF */
  min-height: 590px;
}
#landingpage5 #accountsTab.tabs-left .tab-content {
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #b4c3c8;
  -webkit-border-radius: 0 4px 4px 4px;
  -moz-border-radius: 0 4px 4px 4px;
  border-radius: 0 4px 4px 4px;
  margin-bottom: 3%;
  padding-top: 4.78%;
  padding-bottom: 4.78%;
  padding-left: 6%;
  padding-right: 6%;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.05);
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs .active > a,
#landingpage5 #accountsTab.tabs-left > .nav-tabs .active > a:hover,
#landingpage5 #accountsTab.tabs-left > .nav-tabs .active > a:focus,
#landingpage5 #accountsTab.tabs-left > .nav-tabs .active div,
#landingpage5 #accountsTab.tabs-left > .nav-tabs .active div:hover,
#landingpage5 #accountsTab.tabs-left > .nav-tabs .active div:focus {
  background-color: #ffffff;
  border-bottom-left-radius: 0;
  border-right-style: none;
  margin-right: -1px;
  width: 100.3%;
}
#landingpage5 #accountsTab .inactive-accounts-tab {
  font-size: 14px;
  line-height: 16px;
  min-height: 0px !important;
}
#landingpage5 #accountsTab .inactive-account .inactive-account-year {
  font-size: 12px;
}
#landingpage5 #accountsTab .inactive-account .account-type {
  font-size: 18px;
}
#landingpage5 #accountsTab .inactive-account .account-balance {
  font-size: 14px;
}
#landingpage5 #accountPicker .inactive-account span,
#landingpage5 #accountsTab .inactive-account {
  color: #181f23;
  font-weight: 300;
}
#landingpage5 #accountPicker a:hover span,
#landingpage5 #accountPicker a:focus span {
  color: #ffffff;
}
#landingpage5 #accountPicker a span,
#landingpage5 #accountsTab .account-type {
  color: #181f23;
  word-break: normal;
}
#landingpage5 #accountPicker span {
  font-size: 15px;
}
#landingpage5 #accountsTab .account-type {
  font-size: 18px;
}
#landingpage5 #accountPicker span,
#landingpage5 #accountsTab .account-type {
  font-weight: 500;
}
#landingpage5 #accountsTab .account-balance {
  color: #667689;
  font-size: 14px;
}
#landingpage5 #accountsTab .link-in-tab {
  font-size: 14px;
  text-decoration: underline;
  font-weight: 300 !important;
}
@media (max-width: 480px) {
  #landingpage5 #accountsTab.tabs-left .tab-content {
    width: 100%;
    border-left-style: solid;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    min-height: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #landingpage5 #accountsTab.tabs-left .tab-content {
    padding-left: 0;
    padding-right: 0;
    display: block !important;
    height: fit-content !important;
  }
  #landingpage5 #accountsTab.tabs-left .tab-content > div {
    padding-left: 0;
    padding-right: 0;
  }
}
#landingpage5 .card-bulls {
  color: #181F23 !important;
  font-size: 28px;
}
#landingpage5 .card-ending {
  color: #181F23 !important;
  vertical-align: super;
}
#landingpage5 .card-exp-date {
  color: #181F23 !important;
  line-height: 40px;
  float: right;
}
/****************** PORTAL LANDING PAGE - feature/MPUX-5 - F ******************/
/****************** PORTAL LANDING PAGE [MONTH EXPENSE] - feature/MPUX-7 - I **/
.padding-lr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#landingpage5 .table thead th.tab-title {
  color: #667689 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  padding: 10px;
}
#landingpage5 .advices .item h5 {
  font-weight: bold;
  line-height: 21px;
}
#landingpage5 .advices .item {
  font-size: 14px !important;
}
#landingpage5 .advices .item a {
  margin-top: 5%;
  display: block;
  font-size: 16px !important;
}
#landingpage5 #accountsTab .total-expense-container {
  font-size: 18px;
}
#landingpage5 #accountsTab div[id^="monthPicker-"] > .select2 .select2-selection {
  border: none !important;
  background: none !important;
}
#landingpage5 #accountsTab div[id^="monthPicker-"] > .select2 .select2-selection {
  color: #181F23;
  text-align: right;
  padding-right: 20px;
}
#landingpage5 #accountsTab .tab-well.top-rounded,
#landingpage5 #accountsTab .tab-well.bottom-rounded {
  border: solid 1px #b4c3c8 !important;
}
#landingpage5 #accountsTab .tab-well.top-rounded {
  -webkit-border-radius: 4px 4px 0 0 !important;
  -moz-border-radius: 4px 4px 0 0 !important;
  border-radius: 4px 4px 0 0 !important;
  margin-bottom: 0 !important;
}
#landingpage5 #accountsTab .tab-well.bottom-rounded {
  border-top-style: none;
  -webkit-border-radius: 0 0 4px 4px !important;
  -moz-border-radius: 0 0 4px 4px !important;
  border-radius: 0 0 4px 4px !important;
  margin-top: -1px !important;
}
span.lamp-icon {
  float: left;
  width: 120px;
  height: 120px;
  background: url(../../images/icons/theme5/optum/lamp-icon.png) no-repeat center;
}
span.lamp-icon.tip {
  position: absolute;
  margin: 30px 0;
  background-color: #FFF;
}
.exclamation-mark-icon {
  display: inline-block;
  position: relative;
  background-image: url(../../images/icons/theme5/cyc/alert_icon.png);
  width: 40px;
  height: 40px;
}
.account-number {
  text-align: left;
  white-space: nowrap;
  color: #939AA7;
}
.account-number h6 {
  display: inline-block;
}
.balances-row {
  margin-top: 30px;
}
#accountsTab h1 {
  padding-bottom: 0 !important;
  margin-bottom: 5px;
}
.navbar {
  margin-bottom: 5px;
}
.carousel-indicators li {
  background-color: #b4c3c8;
  background-color: rgba(70, 70, 70, 0.25);
}
.carousel-indicators {
  bottom: 0;
}
/* Y-Axis dashed lines */
.tick:not(:first-of-type) line {
  stroke: #DCE1E5;
  stroke-dasharray: 6,2;
}
.bs-caret .caret {
  height: 9px !important;
}
#advices .carousel-indicators {
  top: 195px;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li:not(.active) * {
  opacity: .8 !important;
}
#hideInfo {
  height: 50%;
  vertical-align: middle;
  line-height: 50%;
}
.alert-dialog .ui-dialog-titlebar {
  background: #a32a2e;
  color: white;
  text-align: center;
}
.alert-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}
.hidden {
  display: none;
}
.ui-widget-overlay {
  opacity: .70 !important;
  filter: alpha(opacity=70) !important;
  background: #464646 !important;
}
.alert-dialog .ui-dialog-titlebar-close {
  display: none;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
#eSignBanner {
  border-radius: 10px;
  background-color: #a32a2e;
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
}
#mailAddressUpdateBanner {
  border-radius: 10px;
  background-color: #a32a2e;
  color: white;
  line-height: 29px;
  text-align: center;
  display: none;
  margin: 20px 0px;
  overflow: auto;
  padding: 10px;
}
#pendingStatusBanner {
  border-radius: 10px;
  background-color: #a32a2e;
  color: white;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
.icon-action {
  width: 24px;
  height: 24px;
  display: inline-block;
  content: url(../../images/icons/theme5/cyc/takeaction_icon.png) center no-repeat;
  background: url(../../images/icons/theme5/cyc/takeaction_icon.png) center no-repeat;
  vertical-align: middle;
  border: 0;
}
#eSignBannerButton {
  background-color: white;
  color: #a32a2e;
  font-weight: bold;
  height: 50%;
  vertical-align: middle;
  border-radius: 5px;
  line-height: 50%;
}
#esignAlertPopUp {
  display: none;
}
#esignSuppressAlertPopUp {
  display: none;
}
#spendingCampaignContainer,
.js-marketing-campaign-dialog {
  display: none;
}
.active_account,
.active_account:hover,
.active_account:focus {
  background-color: white !important;
  color: #000 !important;
  font-weight: bold;
  cursor: default;
}
.landingpage5borderstyle {
  background-color: transparent;
  display: table-cell;
  vertical-align: middle;
  border: solid 1px #B4C3C8;
  border-bottom: none !important;
  padding: 0 !important;
}
.landingPage5borderbottom {
  border-bottom: solid 1px #B4C3C8;
}
#plan-selection > div {
  padding-bottom: 10px !important;
}
.chart-marker-flag {
  border: none;
  background: none;
}
.contribution-chart__description .tooltip-inner {
  max-width: 430px !important;
  width: 430px !important;
  text-align: left;
}
.contribution-chart__description .tooltip-inner ul {
  padding: 17px;
}
.yearly-limit-point {
  float: right;
  font-size: 12px;
  margin-right: 2px;
  color: #667689;
}
/* Class used in creditcard_note content from CM */
.creditcard-note {
  margin-top: 50px;
  padding: 0 15px;
}
.creditcard_note--link {
  margin: 20px 0;
  padding: 0 15px;
}
/************************************* CLAIMS ***************************************/
#claim-manual-form .no-data-claims,
#claim-unsubmitted-form .no-data-claims,
#claim-payment-transaction-form .no-data-claims,
#claim-insurance-form .no-data-claims,
#claim-report-form .no-data-claims,
#claim-report-form .no-data-claims {
  height: 276px;
  border: 1px solid rgba(102, 118, 137, 0.5);
  border-radius: 4px;
}
#claim-unsubmitted-form .no-data-claims p,
#claim-insurance-form .no-data-claims p {
  padding: 8.5% 35%;
}
#claim-payment-transaction-form .no-data-claims p {
  padding: 8.5% 34%;
}
#claim-manual-form .no-data-claims p {
  padding: 8.5% 33%;
}
#claim-report-form .no-data-claims p {
  padding: 8.5% 40%;
}
#claim-manual-form,
#claim-unsubmitted-form,
#claim-payment-transaction-form,
#claim-insurance-form,
#claim-report-form {
  padding-bottom: 4%;
}
#claim-manual-form > *,
#claim-unsubmitted-form > *,
#claim-payment-transaction-form > *,
#claim-insurance-form > *,
#claim-report-form > * {
  padding-left: 4%;
  padding-right: 4%;
}
#claim-manual-form h1,
#claim-unsubmitted-form h1,
#claim-payment-transaction-form h1,
#claim-insurance-form h1 {
  padding-top: 4%;
}
#claim-manual-form .info-claim,
#claim-unsubmitted-form .info-claim,
#claim-payment-transaction-form .info-claim,
#claim-insurance-form .info-claim {
  margin: 3% 0;
}
/************** CLAIM MENU **************/
#claim-submenu {
  display: flex;
  overflow-x: auto;
}
#claim-submenu ul.nav-tabs {
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.menu-padding {
  margin-top: 2%;
}
#claim-submenu .claims-menu-margin {
  /*margin-right: 1.5%;*/
  margin-top: 2%;
}
#claim-submenu .red-point-menu {
  position: absolute;
  top: 1%;
  left: 91%;
}
#claim-submenu li {
  padding: 0 30px;
}
@media (max-width: 768px) {
  #claim-submenu {
    display: grid;
  }
  #claim-submenu li {
    padding: 0;
  }
}
#claim-submenu li:first-child {
  padding-left: 0 !important;
}
#claim-submenu li:last-child {
  padding-right: 0 !important;
}
#claim-submenu li > a,
#claim-submenu li > a:hover,
#claim-submenu li > a:focus {
  color: #181F23;
  font-size: 14px;
  line-height: 16px !important;
  padding: 10px 0 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
#claim-submenu li.active > a,
#claim-submenu li.active > a:hover,
#claim-submenu li.active > a:focus {
  color: #316bbe;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 16px !important;
  text-decoration: none !important;
}
/************************INVEST CENTER SUBMENU**********************/
#invest-center-submenu {
  display: flex;
}
#invest-center-submenu ul.nav-tabs {
  box-sizing: border-box;
  border-bottom: 1px solid #E3E3E3;
}
.menu-padding {
  margin-top: 2%;
}
#invest-center-submenu .claims-menu-margin {
  /*margin-right: 1.5%;*/
  margin-top: 2%;
}
#invest-center-submenu .red-point-menu {
  position: absolute;
  top: 1%;
  left: 91%;
}
#invest-center-submenu li {
  padding: 0 30px;
}
#invest-center-submenu li:first-child {
  padding-left: 0 !important;
}
#invest-center-submenu li:last-child {
  padding-right: 0 !important;
}
#invest-center-submenu li > a,
#invest-center-submenu li > a:hover,
#invest-center-submenu li > a:focus {
  color: #181F23;
  font-size: 14px;
  line-height: 16px !important;
  padding: 10px 0 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
#invest-center-submenu li.active > a,
#invest-center-submenu li.active > a:hover,
#invest-center-submenu li.active > a:focus {
  color: #316bbe;
  font-size: 14px;
  padding: 10px 0 !important;
  font-weight: 500 !important;
  line-height: 16px !important;
  text-decoration: none !important;
}
/****************************************/
#claim-manual-form p,
#claim-report-form p,
#claim-insurance-form p,
#claim-payment-transaction-form p {
  color: #181F23 !important;
  line-height: 22px !important;
}
#claim-manual-form label,
#claim-report-form label,
#claim-unsubmitted-form label,
#claim-insurance-form label,
#claim-payment-transaction-form label {
  text-transform: uppercase !important;
  color: #181f23 !important;
  font-size: 14px;
  line-height: 16px !important;
  display: block;
}
#claim-manual-form .select2,
#claim-report-form .select2,
#claim-unsubmitted-form .select2,
#claim-insurance-form .select2,
#claim-payment-transaction-form .select2 {
  font-size: 14px;
  width: 90% !important;
}
#claim-insurance-form a.btn-primary {
  min-height: 0;
  padding-top: 6px;
}
#claim-manual-form a.resetAllClaims,
#claim-report-form a.resetAllClaims,
#claim-unsubmitted-form a.resetAllClaims,
#claim-insurance-form a.resetAllClaims,
#claim-payment-transaction-form a.resetAllClaims {
  font-size: 16px;
  line-height: 19px !important;
  font-weight: 300 !important;
}
#claim-manual-form table,
#claim-report-form table,
#claim-unsubmitted-form table,
#claim-insurance-form table,
#claim-payment-transaction-form table {
  border-collapse: separate;
  border-spacing: 0;
}
#claim-payment-transaction-form img {
  padding-left: 4.75%;
  padding-top: .5%;
}
#claim-report-form div.DTTT_container {
  position: relative;
  float: right;
  border: 1px solid #fefefe !important;
  font-size: 12px;
}
#claim-report-form span.export-to {
  height: 14px;
  color: #616D82;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  top: 11px;
  left: 80%;
}
#claim-report-form #claimsReportResults td {
  word-break: break-word;
}
.recent-activity5 table tr td {
  color: #181F23 !important;
  font-size: 16px;
  line-height: 19px;
  padding: 15px !important;
}
.recent-activity5 table thead tr,
th {
  text-transform: none ;
  font-weight: bold ;
  background-color: white ;
}
.recent-activity5 table {
  border-collapse: separate;
  border-spacing: 0;
}
.recent-activity5 table tr th,
.recent-activity5 table tr td {
  border-right: 1px solid #b4c3c8;
  border-bottom: 1px solid #b4c3c8;
  border-top: 0 solid #ffffff;
  padding: 5px;
}
.recent-activity5 table tr th:first-child,
.recent-activity5 table tr td:first-child {
  border-left: 1px solid #b4c3c8;
}
.recent-activity5 table tr th {
  background: white;
  border-top: 1px solid #b4c3c8 !important;
  text-align: left;
}
.recent-activity5 table tr:first-child th:first-child {
  border-top-left-radius: 4px;
}
.recent-activity5 table tr:first-child th:last-child {
  border-top-right-radius: 4px;
}
.recent-activity5 table tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.recent-activity5 table tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
/*********************** FAQS ***********************/
#faqs {
  padding-bottom: 4%;
}
#faqs > * {
  padding-left: 4%;
  padding-right: 4%;
}
ul.faqs {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  width: 100%;
}
.faqs > p {
  line-height: 18px;
}
ul.faqs li {
  list-style-type: none !important;
  line-height: 38px;
}
ul.faqs li a {
  font-weight: 400;
}
#faqsmobile p,
#faqsmobile li {
  color: #181F23 !important;
  font-size: 17px !important;
  line-height: 29px !important;
  margin-bottom: 0 !important;
}
#faqsmobile .header2 {
  line-height: 80px;
}
#faqsmobile strong br,
#faqsmobile p br {
  line-height: 40px;
}
#faqsmobile h4 {
  margin-top: 20px !important;
}
#faqsmobile .content_block > h1 {
  font-size: 19px !important;
  font-weight: bold !important;
  line-height: 33px !important;
  padding-bottom: 10px !important;
  padding-top: 0px !important;
  margin-top: 0px !important;
  text-transform: uppercase;
  color: #181F23 !important;
}
#faqsmobile .content_block > br {
  display: none;
}
#faqsmobile .content_block > .pageTitle {
  text-transform: uppercase;
  color: #181F23;
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 20px !important;
}
#faqsmobile .content_block > p:first-of-type {
  padding-bottom: 20px !important;
}
/*********************** INVESTMENTS MOBILE ***********************/
#investmentsmobile p,
#investmentsmobile li {
  color: #181F23 !important;
  font-size: 17px !important;
  line-height: 29px !important;
  margin-bottom: 0 !important;
}
#investmentsmobile h1 {
  color: #181F23 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 21px !important;
  text-transform: uppercase !important;
}
#investmentsmobile h3 {
  line-height: 23px !important;
  font-size: 18px !important;
}
#investmentsmobile li {
  line-height: 35px !important;
}
#investmentsmobile .btn-primary {
  border-radius: 100px !important;
  background-color: #316bbe !important;
  min-height: 56px;
  width: 100%;
  max-width: 300px;
  text-transform: uppercase;
  padding-top: 17px;
}
#investmentsmobile strong br,
#investmentsmobile p br {
  line-height: 40px;
}
/*********************** CLAIMS ***********************/
h1.page_header--5_0_1 {
  line-height: 110px !important;
  padding: 0 4% !important;
  font-size: 40px !important;
  background-color: #E5E5E5;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  h1.page_header--claims_5_0_1 {
    background-image: url("../../images/header_background_claims.jpg");
  }
}
/******************** USER MESSAGES *********************/
#user-messages > * {
  padding: 4%;
}
#user-messages a {
  text-decoration: none !important;
}
/******************** VIEW STATEMENTS *********************/
#view-statements > * {
  padding: 4%;
}
#view-statements .btn-link {
  color: #316bbe;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
#view-statements .btn-link:hover,
#view-statements .btn-link:focus {
  color: #00396c;
}
/********************* CLAIMS IMGS *********************/
#claim-imgs > * {
  padding-left: 4%;
  padding-right: 4%;
}
/******************* ENROLL NOW & PRE ENROLL *******************/
#investcenter-menu .col-md-2 {
  padding-left: 0 !important;
}
#enroll-now,
#pre-enroll {
  margin-bottom: 20px !important;
}
#enroll-now > *,
#pre-enroll > * {
  padding-left: 4%;
  padding-right: 4%;
}
#enroll-now h2,
#pre-enroll h2 {
  text-transform: uppercase;
}
#enroll-now ol,
#pre-enroll ol {
  padding-left: 30px;
}
#enroll-now ol li,
#pre-enroll ol li {
  padding: 1% 0px 1% 0.5%;
}
#enroll-now p > small > i,
#pre-enroll p > small > i {
  display: block;
  margin: 2% 0;
  font-size: 12px !important;
  line-height: 18px;
}
#enroll-now .filters,
#pre-enroll .filters {
  margin-bottom: 1%;
}
#enroll-now .filters > *,
#pre-enroll .filters > * {
  padding: 0 !important;
}
#enroll-now .filters .icons p,
#pre-enroll .filters .icons p {
  display: inline;
  font-size: 12px;
  color: #181F23;
  opacity: 0.9;
  margin-right: 2%;
}
#enroll-now .btn-funds,
#pre-enroll .btn-funds {
  width: 202px !important;
  height: 38px !important;
  min-height: 38px !important;
  margin-top: 20px;
}
#enroll-now .info p,
#pre-enroll .info p {
  padding: 0.5% 0;
}
#enroll-now .info .money,
#pre-enroll .info .money {
  padding-top: 2%;
  padding-bottom: 1%;
}
#enroll-now .sum,
#pre-enroll .sum {
  width: auto;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
#enroll-now .totals,
#pre-enroll .totals {
  padding-top: 1%;
  font-weight: 500 !important;
}
#enroll-now .totals span,
#pre-enroll .totals span {
  display: inline-block;
  margin-left: 63.5%;
}
#enroll-now .btn-info {
  padding-top: 8px;
}
#pre-enroll .btn-info {
  padding-top: 7px;
}
#enroll-now .title-newsales,
#pre-enroll .title-newsales {
  padding-top: 1% !important;
}
/******************* PAYROLL ACTIVITY *******************/
#payroll-activity > * {
  padding-left: 4%;
  padding-right: 4%;
}
#payroll-activity table td {
  text-align: left !important;
  border-right: 1px solid #DCE1E5 !important;
}
/********************** PAY CLAIM ***********************/
#pay-claim > * {
  padding-left: 4%;
  padding-right: 4%;
}
#pay-claim .col-md-2,
#pay-claim .col-md-3 {
  padding-left: 0 !important;
}
/********************** DIRECT DEPOSIT & PERSONAL BANK INFO ***********************/
#direct-deposit > * {
  padding: 4%;
}
#direct-deposit .col-md-4,
#direct-deposit .col-md-3 {
  padding: 1% 15px 1% 0 !important;
}
#direct-deposit .col-md-2 {
  padding: 1% 0 1% 1% !important;
}
#personal-bank-agreement > *,
#ach-personal-bank-agreement > * {
  padding-right: 4%;
  padding-left: 4%;
}
#ach-personal-bank-agreement .select2 {
  width: auto !important;
}
#ach-personal-bank-agreement h2 {
  color: #181F23 !important;
  font-size: 100% !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
}
/******************** MY SPENDING BY FAMILY MEMBER *********************/
#my-spending > * {
  padding-left: 4%;
  padding-right: 4%;
}
#my-spending .spendings h3 {
  color: #667689 !important;
  font-size: 14px !important;
}
#my-spending .spendings p {
  padding: 21% 0;
}
#my-spending .no-table {
  box-shadow: none !important;
}
#my-spending #reset {
  display: block;
  font-size: 16px;
  line-height: 19px !important;
  font-weight: 300 !important;
}
/******************** PROTECTION VALIDATION *********************/
#contact-method > * {
  padding-left: 4%;
  padding-right: 4%;
}
/****************** PORTAL LANDING PAGE - feature/MPUX-5 - I ******************/
.dropdown #actionsDrop.btn,
.dropdown #actionsDrop.btn:hover {
  padding-left: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.mt-15 {
  margin-top: 15px;
}
#accountsTab .balance-values {
  padding: 0;
}
#accountsTab .balance-values > div {
  padding-left: 0;
  padding-right: 0;
}
/** Investments and contributions YTD **/
#accountsTab .bottom-aligned {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding: 0;
}
#accountsTab .link-label,
#accountsTab .link-value {
  line-height: 1.5em;
  /* 24px */
  font-size: 0.875em;
  /* 14px */
}
#accountsTab .link-label {
  padding-right: 0;
}
#accountsTab .link-value {
  padding-left: 0;
}
#accountsTab .investments-label,
#accountsTab .investments-value,
#accountsTab .contributions-label,
#accountsTab .contributions-value {
  line-height: 1.125em;
  /* 18px */
  font-size: 0.875em;
  /* 14px */
}
#accountsTab .balance-amounts-box > span:not(:last-child) {
  border-right: solid 2px #b4c3c8;
}
#accountsTab .balance-amounts-box > span {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
#accountsTab .balance-amounts-box .amount-label {
  color: #316bbe;
  font-weight: 500;
  font-size: 12px;
  display: block;
}
#accountsTab .balance-amounts-box a.amount-label {
  color: #316bbe;
}
#accountsTab .balance-amounts-box a.amount-label:hover,
#accountsTab .balance-amounts-box a.amount-label:focus {
  color: #00396c;
}
#accountsTab .balance-amounts-box .amount-value {
  font-size: 14px;
}
.balance-amounts-box > div {
  padding-bottom: 7px;
}
/***************************************************************fixing Make pament modal**************************************/
#menu-container ul#ul-make-payment {
  list-style-type: none !important;
}
#menu-container ul#ul-make-payment a {
  text-align: center !important;
}
/**********************************Tax Center information form*****************************************************************************/
#taxcenter-form > * {
  padding-left: 4.29%;
  padding-right: 4.29%;
}
#taxcenter-form p.normalparagraph {
  color: #181F23;
  font-size: 14px;
  line-height: 21px;
}
#taxcenter-form p,
#taxcenter-form ul li,
i {
  color: #181F23;
  font-size: 14px;
  line-height: 34px;
}
#taxcenter-form h3 {
  color: #181F23 !important;
  font-size: 18px;
  line-height: 21px !important;
  font-weight: 500 !important;
  text-transform: None !important;
}
#taxcenter-form h2 {
  color: #181F23 !important;
  font-weight: 500 !important;
  line-height: 19px !important;
}
#taxcenter-form i {
  font-style: normal;
}
#taxcenter-form .contributionbox {
  border: 1px solid #DCE1E5 !important;
  padding-top: 3% !important;
  border-radius: 4px !important;
  background-color: #FFFFFF !important;
  height: 150px !important;
  width: 100% !important;
  margin-bottom: 2%;
  margin-top: 4%;
}
#taxcenter-form .contributionbox-seperator {
  width: 92%;
  background-color: #DCE1E5;
  border: .6px solid #DCE1E5;
  margin-left: 2%;
  margin-bottom: 2%;
  margin-top: 2%;
}
#taxcenter-form label {
  display: block;
}
#taxcenter-form label.boxheader {
  height: 0.6%  !important;
  width: 100%  !important;
  color: #181F27  !important;
  font-family: Roboto !important;
  font-size: 11px  !important;
  font-weight: 300  !important;
  line-height: 13px  !important;
  text-transform: uppercase;
}
#taxcenter-form p.boxfooter {
  height: 1.01% !important;
  width: 100% !important;
  color: #181F23 !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
}
#taxcenter-form label.boxvalue {
  height: 0.73% !important;
  color: #181F27 !important;
  font-size: 14px !important;
  line-height: 16px !important;
}
#taxcenter-form .row-padding {
  margin-left: -1% !important;
}
#taxcenter-form .boxnote {
  padding-bottom: 3%;
  padding-top: 2%;
}
#taxcenter-form .boxnote i {
  color: #181F23 !important;
  font-size: 12px;
  font-weight: 300 !important;
  line-height: 18px !important;
}
#taxcenter-form .col-md-2 {
  padding-top: 1% !important;
}
@media (min-width: 768px) {
  h1.page_header--tax-information_5_0_1 {
    background-image: url("../../images/header_background_tools_resources.jpg");
  }
}
/************************************Beneficiaries-form*****************************************************************/
#beneficiaries-form h1 {
  padding-bottom: 2.75% !important;
  padding-top: 2.75% !important;
}
#beneficiaries-form p.p-beneficiar {
  font-size: 14px ;
  line-height: 37px !important;
}
#beneficiaries-form h3.step {
  line-height: 0px !important;
  margin-bottom: 3%;
}
#beneficiaries-form {
  margin-bottom: 20px !important;
}
#beneficiaries-form > * {
  padding-left: 4%;
  padding-right: 4%;
}
#beneficiaries-form .radios p {
  display: inline;
  margin-left: 1%;
}
#beneficiaries-form .radios label {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}
#beneficiaries-form .radios > .col-md-12 {
  padding-left: 0 !important;
  margin-bottom: 1%;
}
#beneficiaries-form .col-md-3 {
  padding-left: 0 !important;
}
#beneficiaries-form span.stepnotes {
  font-weight: 400;
}
#beneficiaries-form .newClaimVis {
  font-size: 16px !important;
}
#beneficiaries-form .note {
  width: 100%;
  padding-top: 9%;
}
div#beneficiaries-form-modalCancel.modal {
  left: 32.5%;
  right: 20.5%;
  top: 16%;
  bottom: 52%;
}
#beneficiaries-form span.morelesslink {
  display: block;
  color: #316bbe;
  padding-left: 0;
  margin: 1% 0;
}
#beneficiaries-form span.morelesslink:hover {
  color: #00396c;
}
::-webkit-scrollbar-thumb {
  background-color: #C1C1C1 !important;
}
/******************************************Table totals for SimpleListPanel****************************************/
.table-totals td {
  background-color: #DCE1E5 !important;
  padding: 0 20px !important;
}
tr.table-totals td {
  color: #181F23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  margin: 20px 0 3px 0 !important;
  word-break: normal;
}
/****************************************** MPUX-38 - Claims detail - I ****************************************/
.simple-error-container {
  width: 99%;
  position: relative;
  min-height: 590px;
  text-align: center;
}
.simple-error-container .simple-error-message {
  position: absolute;
  top: 33%;
  max-width: 99%;
  padding-right: 20%;
  padding-left: 20%;
  width: 100%;
}
.simple-error-container .simple-error-message span.errorText {
  color: #181F23;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}
.chevron-icon,
.chevron-up-icon {
  display: inline-block;
  position: relative;
  background: url(../../images/icons/theme5/optum/chevron.png) no-repeat center;
  width: 20px;
  height: 10px;
}
.chevron-up-icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(-180deg);
}
#detail-view-5 i.chevron-icon,
#detail-view-5 i.chevron-up-icon {
  margin-left: 10px;
}
.well .scrollbar {
  background-color: #F5F5F5;
  float: left;
  height: 300px;
  margin-bottom: 25px;
  margin-left: 22px;
  margin-top: 40px;
  width: 65px;
  overflow-y: scroll;
}
.well ::-webkit-scrollbar {
  width: 6px;
  background-color: #FFFFFF;
}
.well ::-webkit-scrollbar-thumb,
.well ::-webkit-scrollbar-thumb:window-inactive {
  background-color: #000000;
  scrollbar-face-color: #000000;
}
.well ::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
}
.well .page-container {
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.well .page-container form h3 {
  color: #181F23 !important;
  font-weight: 500 !important;
  margin-top: 40px;
  margin-bottom: 20px;
}
.well .page-container .alert-info,
.well .page-container .alert-info-noicon {
  min-height: 83px;
}
.well.success .page-container .alert-info-noicon {
  padding: 40px;
}
.well.success .page-container .alert-info-noicon h1.message-title {
  font-weight: bold !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.well.success .message-title .checkmark-icon {
  width: 37px !important;
  height: 37px !important;
  margin-right: 14px;
  vertical-align: middle;
}
#matching-claims-view5 #dupCenter p {
  line-height: 16px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#matching-claims-view5 #modalClaim {
  top: 9% !important;
  bottom: unset !important;
}
#matching-claims-view5 #modalClaim #claimViewForm h3 {
  margin-top: 0px !important;
}
.well .page-container .modal .modal-header h3 {
  text-transform: none !important;
  color: #181F23 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
}
.well .page-container .modal-dialog {
  overflow-y: initial !important;
}
.well .page-container .modal-footer a {
  margin-bottom: 0 !important;
}
.well .page-container .modal h2 {
  color: #181F23 !important;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.well .page-container .modal p {
  color: #181F23;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
}
.well .page-container .bs-example-modal-lg .modal-body {
  height: 500px;
  margin-bottom: 40px;
  overflow-y: auto;
}
#tipPBMore .modal-dialog .veil {
  position: fixed;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 80%, #ffffff 100%);
}
#tipPBMore .modal-dialog,
#tipPBMore .modal-dialog .modal-content {
  height: 90%;
  padding-bottom: 60px;
}
#tipPBMore .modal-dialog .modal-content .modal-body {
  overflow-y: scroll !important;
  padding: 0 60px 0px 60px;
}
#tipPBMore .modal-dialog .modal-content .modal-footer {
  padding-left: 60px;
  padding-top: 15px;
}
.well .page-container .bs-example-modal-lg.modal {
  left: 0px !important;
  right: 0px !important;
  top: 0px !important;
  bottom: 0px !important;
}
.well .page-container .bs-example-modal-lg .modal-dialog {
  top: 0px !important;
}
@media (max-width: 480px) {
  .well .page-container {
    padding-bottom: 5% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .well .page-container .claim-container {
    display: inline-block !important;
    padding-right: 0px !important;
    width: 100%;
  }
  #detail-view-5 #allServiceInfoLinkContainer {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .well .page-container .bs-example-modal-lg .modal-dialog {
    margin: 15px auto !important;
  }
}
.well .page-container a:not(.btn)[data-toggle="modal"] {
  font-weight: 500;
  text-decoration: underline;
}
#claim-view-5 .tabs .col-md-4 {
  padding: 0 2%;
}
#claim-view-5 .btn-toolbar .btn {
  min-width: 135px;
}
#claim-view-5 .payment-details .col-md-6,
#detail-view-5 .payment-details .col-md-6 {
  padding-left: 0 !important;
}
@media (min-width: 992px) {
  #claim-view-5 .btn-toolbar .btn {
    min-width: 120px;
  }
}
#claim-view-5 .jumbotron {
  padding-top: 20px;
}
#claim-view-5 h1 {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#claim-view-5 .span2 {
  display: inline;
  margin: 0 1%;
}
.well .page-container .tip-container {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #f7f9f9;
  float: left;
  font-size: 11px;
  padding: 40px !important;
  margin-bottom: 20px;
}
.well .page-container .tip {
  float: left;
  color: #181f23;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-right: 10px;
  height: 100%;
}
.well .page-container .using-personal-funds {
  float: left;
  color: #181f23;
  font-size: 14px;
  line-height: 22px;
}
#claim-view-5 a.btn,
#claim-view-5 a.btn-primary {
  margin-right: 32px;
  margin-bottom: 20px;
}
#detail-view-5 .col-md-2 {
  padding-left: 0 !important;
}
#claim-view-5 ul.thumbnails,
#detail-view-5 ul.thumbnails {
  list-style: none;
  padding-left: 0;
}
.well .page-container .notesdoc.claim-boxes .claim-box {
  min-height: 226px;
}
#claim-view-5.well .page-container .claim-boxes .claim-box .table-css,
#detail-view-5.well .page-container .claim-boxes .claim-box .table-css {
  border: none !important;
  padding: 0 !important;
}
.well .page-container .claim-boxes .claim-box a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
}
.well .page-container .claim-boxes .claim-box:not(:last-child) {
  padding-right: 2.8% !important;
  /* 29px */
}
.well .page-container .notesdoc.claim-boxes .claim-box > div {
  border: 1px solid #DCE1E5;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: none;
  width: 100%;
  min-height: 226px;
  padding: 15px;
}
.well .page-container label {
  font-weight: 500 !important;
  color: #181F23;
}
.well .page-container .no-data {
  color: #181F27;
  font-size: 14px;
  line-height: 16px;
}
#cdh-claim-receipt-upload5 h1 {
  color: #181F23 !important;
  font-size: 28px;
  margin-bottom: 30px;
}
#cdh-claim-receipt-upload5 h3 {
  margin-bottom: 0 !important;
}
#cdh-claim-receipt-upload5 p {
  text-align: justify;
}
#cdh-claim-receipt-upload5 ul li:first-child {
  padding-top: 10px;
}
#cdh-claim-receipt-upload5 p,
#cdh-claim-receipt-upload5 ul li * {
  color: #181F23;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
#cdh-claim-receipt-upload5 p.advice {
  font-size: 12px;
  margin-top: 1%;
}
#cdh-claim-receipt-upload5 .uploadifive-queue-item {
  color: #a32a2e !important;
  background-color: #F5F5F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font: 12px;
  margin-top: 3px;
  padding: 15px;
}
#cdh-claim-receipt-upload5 .uploadifive-queue-item .progress-bar {
  background-color: #316bbe !important;
  height: 3px;
}
#cdh-claim-receipt-upload5 .uploadify {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
#cdh-claim-receipt-upload5 .uploadifyButton {
  line-height: 0 !important;
  text-align: center !important;
  text-shadow: none !important;
  border-radius: 4px !important;
  min-height: 25px !important;
  background-color: #ffffff;
  background-image: none !important;
  height: 25px !important;
  color: #316bbe;
  border: 2px solid #316bbe;
  padding: 20px 50px;
}
#cdh-claim-receipt-upload5 .uploadifyButton:hover {
  background-color: #e6e6e6;
  background-image: none;
  color: #00396c;
  border: 2px solid #00396c;
}
#cdh-claim-receipt-upload5 .uploadifyButton:focus {
  background-color: #e6e6e6;
  background-image: none;
  color: #00396c;
  border: 2px solid #00396c;
}
#cdh-claim-receipt-upload5 ul li:not(:last-child) {
  line-height: 22px;
  padding-bottom: 10px;
}
#cdh-claim-receipt-upload5 a.removeDoc,
#cdh-claim-receipt-upload5 #filesUploaded table tbody tr td > span {
  text-transform: capitalize;
}
#cdh-claim-receipt-upload5 a.removeDoc {
  cursor: pointer;
}
#cdh-claim-receipt-upload5 #filesUploaded > table {
  width: 100%;
}
#cdh-claim-receipt-upload5 .thumbnail-container {
  vertical-align: top;
}
#cdh-claim-receipt-upload5 .thumbnail-container > div {
  float: left;
  margin-right: 5px;
}
#cdh-claim-receipt-upload5 .thumbnail-title {
  color: #181F23;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}
#cdh-claim-receipt-upload5 .thumbnail {
  margin-right: 10px;
  max-width: 80px;
}
#cdh-claim-receipt-upload5 .removeDoc {
  color: #61A426;
  font-size: 14px;
  line-height: 16px;
}
#cdh-claim-receipt-upload5 #filesUploaded table td {
  vertical-align: top;
}
/***************************** MARK AS PAID ********************************/
#mark-as-paid > *,
#mark-as-close > * {
  padding-left: 4%;
  padding-right: 4%;
}
#enter-closepb-5 h1 {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#verify-closepb-5 h1 {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#success-closepb-5 h1 {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
#enter_movetopiggybank5 .modal-dialog {
  overflow-y: initial !important;
}
#enter_movetopiggybank5 .modal-footer a {
  margin-bottom: 0 !important;
}
#edit_payee5 .btn-toolbar {
  padding-top: 25px;
}
#edit_payee5 .form-group {
  margin-bottom: 15px;
  margin-top: 15px;
}
#edit_payee5 .address-line {
  overflow-wrap: break-word;
}
/***************************** REPAY NOW ********************************/
#repaynow > * {
  padding-left: 4%;
  padding-right: 4%;
}
#repaynow .col-md-3,
#repaynow .col-md-2 {
  padding-left: 0 !important;
  word-wrap: break-word;
}
/***************************** USER PROFILE ********************************/
#manage-personal-info > * {
  padding-left: 4%;
  padding-right: 4%;
}
#formSavePassword .select2,
#modalSaveDependent .select2 {
  margin-top: 10px;
  width: 90% !important;
}
#formSavePassword .select2 .select2-selection {
  height: 36px !important;
}
#formSavePassword .select2 .select2-selection .select2-selection__rendered {
  padding-top: 8px;
}
/****************************************** MPUX-38 - Claims detail - F ****************************************/
/****************** PORTAL LANDING PAGE  - feature/MPUX-6 - I  GTS **/
/*////////////////////////////////////*/
/*  hsa_contrib_hist5 */
/*////////////////////////////*/
#hsa_contrib_hist5 .buttonBack {
  height: 48px;
  width: 142px;
  border-radius: 4px;
  background-color: #616D82;
}
#hsa_contrib_hist5 .hsa-contributions-hi {
  height: 33px;
  width: 321px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}
#hsa_contrib_hist5 .number-copy-2 {
  height: 19px;
  width: 236px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#hsa_contrib_hist5 .number-copy-14 {
  height: 19px;
  width: 172px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#hsa_contrib_hist5 .number-copy-10 {
  height: 19px;
  width: 64px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#hsa_contrib_hist5 .activity-box {
  height: 52px;
  width: 1050px;
  border: 1px solid #DCE1E5;
  border-radius: 4px;
  background-color: #FFFFFF;
}
#hsa_contrib_hist5 .number-copy-13 {
  height: 19px;
  width: 36px;
  opacity: 0.9;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
  text-align: left !important;
}
#hsa_contrib_hist5 .number-copy-131 {
  height: 19px;
  width: 41px;
  opacity: 0.9;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#hsa_contrib_hist5 .background {
  height: 793px;
  width: 1170px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  margin-top: 100px;
  margin-left: 15px;
}
#hsa_contrib_hist5 .large-button {
  height: 16px;
  width: 34px !importance;
  color: #FFFFFF;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
/*///////////////////////////////////////*/
/*  savingsAccount_dash5  */
/*////////////////////////////*/
/* Dropdowns - I */
#savingsAccount_dash5 .dropdown .dropdown-toggle .down-arrow {
  display: inline-block;
  margin-top: 6px;
  margin-left: 5px;
  width: 16px;
  height: 9px;
  background-image: url("../../images/icons/theme5/cyc/down-arrow.png");
}
#savingsAccount_dash5 .dropdown .dropdown-toggle .caret {
  display: none;
}
#savingsAccount_dash5 .dropdown.open .down-arrow {
  behavior: url(-ms-transform.htc);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(-180deg);
}
#savingsAccount_dash5 .dropdown button,
.dropdown-menu {
  background-color: #f6f8f8;
}
#savingsAccount_dash5 .dropdown-menu {
  margin-top: 0;
  background-color: #f6f8f8;
  border-radius: 0 0 0 0;
}
#savingsAccount_dash5 .dropdown-menu > li > a:hover {
  background-color: #96a4ad;
}
/* Dropdowns - F */
#savingsAccount_dash5 .background {
  height: 793px;
  width: 1170px;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
#savingsAccount_dash5 .hsa-on-deman-and-con {
  height: 16px;
  width: 303px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
#savingsAccount_dash5 .number-copy-10 {
  height: 19px;
  width: 34px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-14 {
  height: 19px;
  width: 54px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-15 {
  height: 19px;
  width: 57px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-18 {
  height: 19px;
  width: 185px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-182 {
  height: 19px;
  width: 128px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-183 {
  height: 19px;
  width: 102px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-184 {
  height: 19px;
  width: 119px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-11 {
  height: 19px;
  width: 86px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-13 {
  height: 19px;
  width: 116px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-16 {
  height: 19px;
  width: 71px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-17 {
  height: 19px;
  width: 41px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-172 {
  height: 19px;
  width: 71px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-173 {
  height: 19px;
  width: 41px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .number-copy-174 {
  height: 19px;
  width: 71px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 16px;
  line-height: 19px;
}
#savingsAccount_dash5 .hsa-on-demand {
  height: 33px;
  width: 206px;
  color: #181F23;
  font-family: Roboto-Regular;
  font-size: 28px;
  font-weight: 300;
  line-height: 33px;
}
#savingsAccount_dash5 .hsa-balances {
  height: 16px;
  width: 102px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
#savingsAccount_dash5 .hsa-on-demand1 {
  height: 16px;
  width: 113px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
#savingsAccount_dash5 .n1587-50 {
  height: 16px;
  width: 51px;
  color: #181F27;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .n587-50 {
  height: 49px;
  width: 150px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
}
#savingsAccount_dash5 .n150000 {
  height: 49px;
  width: 182px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 42px;
  font-weight: 300;
  line-height: 49px;
}
#savingsAccount_dash5 .dropdown-bg {
  height: 190px;
  width: 367px;
  border: 1px solid #DCE1E5;
  border-radius: 4px;
  background-color: #FFFFFF;
}
#savingsAccount_dash5 .learn-about-hsa-on-d {
  height: 16px;
  width: 182px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .know-how-hsa-on-dema {
  height: 16px;
  width: 213px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .understand-when-hsa {
  height: 16px;
  width: 337px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .understand-how-much {
  height: 16px;
  width: 299px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .learn-how-i-pay-back {
  height: 16px;
  width: 300px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .investments {
  height: 16px;
  width: 77px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .hsa-cash-available {
  height: 16px;
  width: 123px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .hsa587-50 {
  height: 16px;
  width: 51px;
  color: #181F27;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .status {
  height: 16px;
  width: 41px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .previous-plan {
  height: 16px;
  width: 86px;
  color: #181F27;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .amount-owed {
  height: 16px;
  width: 89px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .aw0-00 {
  height: 16px;
  width: 36px;
  color: #181F27;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .year-to-date-hsa-con {
  height: 16px;
  width: 238px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
#savingsAccount_dash5 .n2017 {
  height: 16px;
  width: 32px;
  color: #316bbe;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .n2017-0 {
  height: 16px;
  width: 36px;
  color: #181F27;
  font-family: Roboto-Regular;
  font-size: 14px;
  line-height: 16px;
}
#savingsAccount_dash5 .what-would-you-like {
  height: 16px;
  width: 205px;
  color: #616D82;
  font-family: Roboto-Regular;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
/****************** PORTAL LANDING PAGE  - feature/MPUX-281********/
.container-fluid {
  padding-left: 6%;
  padding-right: 6%;
}
/****************** - feature/MPUX-17 - cards  ******************/
/******************** HPCLAIM RECEIPT *********************/
#hpclaim-receipt-form > * {
  padding: 4%;
}
#hpclaim-receipt-form .alert-info {
  line-height: 45px;
}
#hpclaim-receipt-form .col-md-12 {
  padding-bottom: 2%;
}
/****************** SETTINGS DATATABLES - feature/MPUX-134 - I ******************/
.cyc-general-table th.sorting_disabled {
  background-color: transparent !important;
}
/****************** SETTINGS DATATABLES - feature/MPUX-134 - F ******************/
.inline-block {
  display: inline-block;
}
/****************** EXPENSES GRAPH USIGN D3.js - feature/MPUX-132 - I ******************/
/* X-Axis text format */
svg g.x-axis text {
  fill: #26323F;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
/* Y-Axis text format */
svg g.y-axis text {
  fill: #26323F;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* X-Axis baseline */
.tick:first-of-type line {
  stroke: #DCE1E5;
}
/* In tooltip content text format */
.chart-tooltip span.expense {
  color: #181F27 !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: bold !important;
  line-height: 16px !important;
}
/* Tooltip */
.chart-tooltip {
  margin-top: 8px;
  line-height: 1;
  font-weight: bold !important;
  font-size: 14px !important;
  padding: 15px;
  background: transparent;
  background-image: url("../../images/icons/theme5/cyc/tooltip.png");
  /* 67x53 */
  width: 90px;
  height: 53px;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-background-size: 90px 53px;
  -moz-background-size: 90px 53px;
  -o-background-size: 90px 53px;
  background-size: 90px 53px;
}
/****************** EXPENSES GRAPH USIGN D3.js - feature/MPUX-132 - F ******************/
/************************************scheduleClaims**********************/
#scheduleClaims .scheduleClaims-p p {
  line-height: 21px;
}
/**********************************success_movetopiggybank5********************/
#success_movetopiggybank5 p {
  line-height: 21px;
}
/*********************************************myprofile-submenu*******************/
#myprofile-submenu .nav-tabs {
  border-bottom: 4px solid #EFF2F2 !important;
}
#myprofile-submenu a {
  color: #181F23 !important;
}
#mellon_selectMonthAndYear5 > div.row {
  padding: 60px;
}
#mellon_selectMonthAndYear5 .form-group {
  margin-bottom: 20px !important;
}
#mellon_selectMonthAndYear5 p {
  color: #181F23;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
/********************************************* mpux-329 cyc-general-table-claims *******************/
.cyc-general-table-claims th {
  font-size: 16px !important;
}
/************************** LABELS ********************************/
.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.light-label {
  margin-bottom: 0px;
  font-weight: normal;
}
.no-transform {
  text-transform: initial !important;
  display: inline !important;
}
.mg5 {
  margin-bottom: 5px;
}
.uc {
  text-transform: uppercase;
}
/*********************** CyC toggle buttons ***********************/
.cyc-toggle-buttons button {
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #316bbe;
  color: #316bbe;
  margin-bottom: 0;
  cursor: pointer;
  white-space: nowrap;
  padding: 6px 12px;
  outline: 0;
}
.cyc-toggle-buttons button.active {
  background-color: #316bbe;
  color: #ffffff;
  pointer-events: none;
  cursor: unset;
}
.cyc-toggle-buttons .cyc-toggle-button-left {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.cyc-toggle-buttons .cyc-toggle-button-right {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/****************** BIG SCREENS STYLE ******************/
@media (min-width: 2130px) {
  h1 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 25px !important;
  }
  h3 {
    font-size: 17px !important;
  }
  h4 {
    font-size: 15px;
  }
  p,
  a,
  ol > li,
  textarea,
  .my-notes.no-data,
  .upload-files ul li,
  .modal-body ul li {
    font-size: 15px !important;
    line-height: 23px;
  }
  table {
    font-size: 18px !important;
  }
  .alert-info {
    font-size: 16px !important;
  }
  .brand-error {
    padding-left: 9% !important;
  }
  .logged-in-menu-tabs li a.claim-menu,
  .logged-in-menu-tabs li a.claim-menu:hover,
  .logged-in-menu-tabs li a.claim-menu:focus,
  .logged-in-menu-tabs li a.claim-menu:active {
    padding-top: 10px !important;
  }
  .uploadifyButton {
    font-size: 17px !important;
  }
  select {
    background: url(../../images/icons/theme5/optum/chevron.png) no-repeat 96% 20px, linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%) !important;
  }
  select > option {
    font-size: 14px !important;
  }
  .btn {
    min-height: 50px;
    font-size: 15px;
  }
  .btns a.btn,
  .btns a.btn-primary,
  .btns a.btn-info {
    padding-top: 11px !important;
  }
  .btns a.btn,
  a.btn-primary,
  .btns .btn,
  .btn-primary {
    min-height: 50px !important;
    font-size: 16px !important;
  }
  .settings.dropdown > span:first-child,
  .settings.dropdown.open > span:first-child {
    font-size: 16px !important;
  }
  .form-group label,
  label {
    font-size: 15px !important;
    padding-bottom: 2%;
  }
  .dropdown-user {
    width: 270px !important;
  }
  .loading-text {
    font-size: 18px !important;
    padding-left: 30% !important;
  }
  .errorText,
  .fielderr {
    font-size: 15px;
  }
  /* MENU & SUBMENU */
  .logged-in-menu-tabs > li > a,
  .logged-in-menu-tabs > li.active > a {
    font-size: 15px !important;
  }
  #claim-submenu li > a,
  #claim-submenu li.active > a {
    font-size: 15px !important;
  }
  #li-make-payment {
    margin-top: 0 !important;
    width: auto;
    float: right;
    padding-right: 0;
  }
  .browsers5 {
    font-size: 14px !important;
  }
  /* DASHBOARD */
  #options-make-payment a {
    padding-top: 11px !important;
  }
  #options-make-payment .reimburse {
    min-width: 170px !important;
  }
  #landingpage5 #accountsTab .account-type {
    font-size: 22px !important;
  }
  #landingpage5 #accountsTab .account-balance {
    font-size: 18px !important;
    padding-top: 6%;
  }
  #accountsTab .balance-amounts-box .amount-label {
    font-size: 12px !important;
  }
  #accountsTab .balance-amounts-box .amount-value {
    font-size: 14px !important;
  }
  #landingpage5 .credit-card-tag {
    font-size: 14px !important;
    min-height: 20px !important;
  }
  #landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard {
    padding: 2% !important;
    font-size: 16px !important;
  }
  #landingpage5 #advices .item,
  #landingpage5 #accountsTab .tab-title,
  #landingpage5 #advices .item,
  #landingpage5 #accountsTab .tab-title a {
    font-size: 16px !important;
  }
  #landingpage5 .no-data-container,
  #landingpage5 .no-active-account-container {
    font-size: 18px;
  }
  #landingpage5 .card-exp-date {
    line-height: 23px !important;
  }
  #landingpage5 #accountsTab.tabs-left .nav-tabs {
    width: 10% !important;
  }
  #landingpage5 #accountsTab.tabs-left .tab-content {
    width: 90% !important;
  }
  /* PROFILE */
  #profile .labelleft {
    font-size: 15px !important;
    font-weight: 500;
  }
  #profile ul li,
  #profile .alerts-yes {
    font-size: 18px !important;
  }
  .bank-box {
    width: 400px !important;
  }
  /* CLAIMS */
  .menu-padding span,
  #claim-manual-form select,
  #claim-report-form select,
  #claim-unsubmitted-form select,
  #claim-insurance-form select,
  #claim-payment-transaction-form select,
  #claim-manual-form a.resetAllClaims,
  #claim-report-form a.resetAllClaims,
  #claim-unsubmitted-form a.resetAllClaims,
  #claim-insurance-form a.resetAllClaims,
  #claim-payment-transaction-form a.resetAllClaims {
    font-size: 15px !important;
  }
  #claim-report-form span.export-to {
    top: 15px !important;
    left: 81% !important;
  }
  #claim-insurance-form .no-data-claims p {
    padding: 9.5% 33% !important;
  }
  #claim-unsubmitted-form .no-data-claims p {
    padding: 9.5% 32% !important;
  }
  #claim-payment-transaction-form .no-data-claims p {
    padding: 9.5% 30% !important;
  }
  #claim-manual-form .no-data-claims p {
    padding: 9.5% 29% !important;
  }
  #claim-report-form .no-data-claims p {
    padding: 9.5% 40% !important;
  }
  /* SIGN UP */
  #signup .no-paymentcard {
    font-size: 16px !important;
    margin-top: 3%;
  }
  /* MY PAYMENT CARD & CLAIM DETAIL */
  #my-paymentcard .creditcard-info .form-group label,
  #my-paymentcard .creditcard-info .form-group p {
    font-size: 15px !important;
  }
  #my-paymentcard .no-table .btn {
    font-size: 12px !important;
    height: 22px !important;
    padding-top: 2px !important;
  }
  #replace-card .radios,
  #detail-view-5 .claim-label,
  #detail-view-5 .claim-value,
  #claim-view-5 .claim-label,
  #claim-view-5 .claim-value {
    font-size: 15px !important;
  }
  /* CONTRIBUTIONS & TAX INFO */
  #contributions-center ul li,
  #taxcenter-form ul li {
    font-size: 15px !important;
  }
  #contributions-center #baform a:first-child {
    padding-top: 11px !important;
  }
  #contributions-center #baform a:last-child {
    padding-top: 13px !important;
  }
  #taxcenter-form i,
  #taxcenter-form nobr,
  #taxcenter-form p.normalparagraph,
  #taxcenter-form p.normalparagraph a,
  #taxcenter-form p.normalparagraph i {
    font-size: 15px !important;
  }
  #taxcenter-form h2 {
    font-size: 22px !important;
  }
  /* PIGGY BANK */
  #piggy-bank h2 {
    font-size: 18px !important;
  }
  /* HSAO */
  #hsa-ondemand .no-table {
    min-height: 209px !important;
    max-height: 209px !important;
  }
  #hsa-ondemand .no-table a {
    font-size: 16px !important;
    padding: 1.55% 0 !important;
  }
  #hsa-ondemand .info-available-value {
    font-size: 18px !important;
  }
  /* HELP */
  #firsttime-user ul li {
    font-size: 18px !important;
  }
  /* FOOTER */
  #footer {
    font-size: 14px !important;
  }
  #footer .footer-right p {
    margin-top: 3% !important;
    font-size: 16px !important;
  }
  #footer .footer-right a {
    font-size: 16px !important;
  }
  /* HSA INVESTMENTS */
  #investcenter-menu span {
    color: #181F23 !important;
    font-size: 15px;
  }
  .text-link {
    line-height: 16px !important;
  }
  #hsa-investments .p2 {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 12%;
    padding-right: 12%;
  }
}
@media (min-width: 2350px) {
  .container-fluid {
    padding-left: 20%;
    padding-right: 20%;
  }
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 3%;
    padding-right: 3%;
  }
  #landingpage5 #accountsTab.tabs-left .tab-content {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 1280px) {
  .container-fluid {
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media (max-width: 1200px) {
  #landingpage5 #accountsTab.tabs-left .tab-content {
    padding-left: 1%;
    padding-right: 1%;
  }
  #landingpage5 #accountsTab .link-in-tab {
    font-size: 12px;
  }
}
/************************ 508 Compliance *************************/
#claim-manual-form h2,
#claim-unsubmitted-form h2,
#claim-insurance-form h2,
#claim-payment-transaction-form h2,
#claim-report-form h2,
#cdh-claim-receipt-upload5 h2 {
  color: #181F23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  margin: 20px 0px 3px 0px !important;
}
#claim-view-5 h2 {
  color: #181F23 !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 33px !important;
  padding-bottom: 10px !important;
  padding-top: 0px;
  margin-top: 0px;
}
.hsa-enrolled-investments {
  color: #181F23 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 33px !important;
  border: 0 !important;
  text-transform: uppercase !important;
  margin: 20px 0px 3px 0px !important;
}
.embeddedServiceHelpButton .helpButton .uiButton {
  background-color: #316bbe !important;
  font-family: "Arial", sans-serif;
}
.embeddedServiceHelpButton .helpButton .uiButton:hover,
.embeddedServiceHelpButton .helpButton .uiButton:focus {
  background-color: #00396c !important;
}
.embeddedServiceSidebar.modalContainer {
  z-index: 1000 !important;
}
#overlaybase {
  background-color: #476685;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .50;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  -moz-opacity: .50;
  display: none;
  text-align: center;
  z-index: 1051;
}
* html #overlaybase {
  position: absolute;
  height: 4999px;
  display: none;
}
#overlaytitle:before {
  content: url(../../images/icons/theme5/optum/timeout.png);
  margin-right: 15px;
}
#overlaytitle {
  background-color: transparent;
  color: #313F4E;
  text-align: center;
  height: 20px;
  padding-left: 10px;
  border-bottom: 0;
  font-size: 28px;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 35px;
  font-family: 'Roboto' !important;
}
#overlaybody {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  padding: 10px;
  font-family: 'Roboto' !important;
  padding-bottom: 35px;
  border-radius: 10px;
}
#overlaytext {
  background-color: #FFFFFF;
  color: #313F4E;
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  margin-left: 40px;
  margin-right: 40px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 10px;
}
#overlay {
  background-color: white;
  border-radius: 10px;
  position: fixed;
  left: 35%;
  top: 30%;
  width: 370px;
  z-index: 1052;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color='#3D4B5A', Positive='1');
  /* Dropshadow for IE */
  display: none;
}
@media (max-width: 768px) {
  #overlay {
    left: 20%;
  }
}
@media (max-width: 480px) {
  #overlay {
    left: 7px;
    width: 340px;
  }
}
* html #overlay {
  position: absolute;
  font-family: 'Roboto' !important;
}
a.buttonClass {
  background-color: #316bbe !important;
  min-height: 48px;
  min-width: 142px;
  border-radius: 4px !important;
  width: 150px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-image: none;
  text-decoration: none;
  color: #ffffff !important;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Roboto' !important;
  padding: 10px 50px;
}
a.buttonClass:hover {
  background-color: #00396c !important;
  color: #ffffff !important;
}
.visuallyhidden {
  position: absolute;
  clip: rect(0 0 0 0);
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
}
.ba-action-link {
  font-size: 14px;
  font-weight: normal;
  line-height: 19px;
  text-decoration: underline;
}
.btn-toolbar-margins {
  margin-top: 10px !important;
}
.btn-toolbar-margins input,
.btn-toolbar-margins a,
.btn-toolbar-margins .btn,
.btn-toolbar-margins .btn-primary,
.btn-toolbar-margins .btn-default,
.btn-toolbar-margins .btn-info,
.btn-toolbar-margins .btn-action {
  margin-top: 15px;
  margin-right: 60px !important;
  margin-left: 0 !important;
}
@media (max-width: 576px) {
  .btn-toolbar-margins input,
  .btn-toolbar-margins a,
  .btn-toolbar-margins .btn,
  .btn-toolbar-margins .btn-primary,
  .btn-toolbar-margins .btn-default,
  .btn-toolbar-margins .btn-info,
  .btn-toolbar-margins .btn-action {
    margin-right: 25px !important;
    margin-left: 10px !important;
  }
}
.btn-toolbar-margins input:last-child,
.btn-toolbar-margins a:last-child,
.btn-toolbar-margins .btn:last-child,
.btn-toolbar-margins .btn-primary:last-child,
.btn-toolbar-margins .btn-default:last-child,
.btn-toolbar-margins .btn-info:last-child,
.btn-toolbar-margins .btn-action:last-child {
  margin-right: 0 !important;
}
.account-status {
  padding-left: 0;
}
.disabled-link {
  pointer-events: none;
  color: grey !important;
}
.investments-disclaimer {
  text-align: center;
  border: 1px solid #B4C3C8;
  border-radius: 4px;
  padding: 10px;
}
.padded {
  padding: 4%;
}
.well > .padded {
  padding-top: 0;
}
.padded + .padded {
  padding-top: 0;
}
.no-table-text-transform td {
  font-size: 14px;
  text-transform: none;
}
/*********************** BENEFICIARY ***********************/
.add-beneficiary__btn {
  text-align: center;
  white-space: normal;
}
.spouse-consent__item {
  display: flex;
  align-items: center;
}
.spouse-consent__message {
  margin: auto;
  font-size: larger;
}
.spouse-consent__download > * {
  padding: 1rem;
}
.beneficiaries-modal__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
}
.beneficiaries-modal__actions-centered {
  justify-content: center;
  align-items: center;
}
.beneficiaries-modal__actions-centered > * {
  margin: 0.5rem;
}
.spouse-consent__download {
  display: flex;
  background-color: #f5f5f5;
}
.beneficiary__btn {
  float: left;
  margin: 0 1rem;
}
.allocation__btn {
  float: left;
  margin: 1rem;
}
.beneficiary__cancel-btn {
  margin: 1rem;
}
.beneficiary-table__item {
  display: inline;
}
@media only screen and (max-width: 768px) {
  .spouse-consent__item {
    justify-content: center;
  }
  td .beneficiary-table__item a:first-child {
    padding-left: 0;
  }
  .allocation__btn {
    float: none;
    text-align: center;
    margin: 1rem 0;
  }
  .beneficiary__cancel-btn {
    text-align: center;
  }
  .ben-btn-div > * {
    margin: 0.75rem auto;
  }
  .spouse-consent__download {
    flex-direction: column;
  }
  .beneficiaries-modal__actions {
    justify-content: center;
  }
  .beneficiaries-modal__actions > * {
    margin: 0.5rem;
  }
  .beneficiaries-modal__actions {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .beneficiaries-modal__actions > * {
    margin: 0.5rem;
    max-width: 250px;
  }
  .ben-btn-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .beneficiary__btn {
    float: none;
    text-align: center;
    margin: 1rem 0;
  }
  .beneficiary-table__item {
    display: block;
    padding-left: 0;
  }
}
/*********************** BENEFICIARY ***********************/
/********************************************* new investment header *******************/
#investcenter-menu .balance-amounts-box {
  display: flex;
}
#investcenter-menu .balance-amounts-box > span {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  vertical-align: top;
}
#investcenter-menu .balance-amounts-box > span:not(:last-child) {
  border-right: solid 1px #b4c3c8;
}
#investcenter-menu .balance-amounts-box .amount-label {
  font-weight: 700;
  font-size: 12px;
  display: block;
  margin-bottom: 5px !important;
}
#investcenter-menu .balance-amounts-box .amount-label span {
  font-weight: 500;
}
#investcenter-menu h2 {
  margin-top: 0px !important;
}
#investcenter-menu .no-bottom-space {
  padding-bottom: 5px !important;
  margin-bottom: 0px !important;
}
#investcenter-menu .invest-balance {
  text-align: center;
}
#investcenter-menu .btn-betterment {
  margin: 0px 10px 10px 10px;
  border-radius: 4px !important;
  min-width: 0px !important;
  min-height: 0px !important;
  height: unset;
  padding: 10px;
  font-size: 10px;
}
#investcenter-menu .btn-betterment p {
  font-weight: 500 !important;
  line-height: 16px !important;
  font-size: 14px !important;
  margin-bottom: 0px;
}
#investcenter-menu .balance-row {
  margin-top: 20px !important;
}
#investcenter-menu .light-gray {
  color: #9e9e9e;
}
/*********************** FIVE STAGES ***********************/
.fiveStageRow {
  padding: 0 !important;
  margin: 15px;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #b4c3c8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
}
.fiveStageCol {
  padding-top: 30px;
  padding-bottom: 30px;
}
.fiveStageCol:first-child {
  width: 48.6%;
}
.fiveStageCol:nth-child(2) {
  width: 51.4%;
  background-color: #F5F5F5;
  border-left: 1px solid #b4c3c8;
  padding-left: 45px;
}
.fiveStageCol:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  top: 30px;
  left: -15px;
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-left: 1px solid #b4c3c8;
  border-top: 1px solid #b4c3c8;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.fiveStageIcons {
  padding-top: 15%;
  justify-content: space-between;
  display: flex;
  background-image: linear-gradient(#979797, #979797);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: center 62%;
}
.fiveStageIconDiv {
  display: inline-flex;
  flex-direction: column;
}
.fiveStageIconDiv a {
  cursor: pointer;
}
.fiveStageIcon {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background-color: #D8D8D8;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  flex-wrap: wrap;
}
.fiveStageName {
  margin-top: 10px;
  text-align: center;
}
.filter-white {
  filter: brightness(0) invert(1);
}
.fiveStageUnderIconsDescription {
  padding-top: 30px;
  font-size: 12px;
}
.UseStageReadMore {
  cursor: pointer;
}
.fiveStageCol table {
  background: none !important;
  border-collapse: collapse !important;
  border: 0 !important;
}
.fiveStageCol table::before {
  background: none !important;
  border-collapse: collapse !important;
  border: 0 !important;
}
@media (max-width: 768px) {
  .fiveStageRow {
    display: table;
  }
  .fiveStageCol {
    width: 100% !important;
  }
  .fiveStageCol:nth-child(2) {
    border-left: none !important;
    border-top: 1px solid #b4c3c8;
  }
}
@media (max-width: 480px) {
  .fiveStageIcons {
    background-size: 98% 2px;
    background-position: center 58%;
  }
  .fiveStageIcon {
    height: 55px;
    width: 55px;
  }
  .fiveStageIcon img {
    width: 24px;
  }
}
/****************** POST-CHAT SURVEY ******************/
.postchat-survey-modal {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
.postchat-survey-questions {
  display: flex;
  margin: 30px 0 60px 0;
  padding: 0;
  background-color: transparent;
  background-image: linear-gradient(#979797, #979797);
  background-size: 80% 1px;
  background-repeat: no-repeat;
  background-position: center 9px;
}
.postchat-survey-questions:last-child {
  margin-bottom: 30px;
}
.postchat-survey-questions_list_item {
  width: 100%;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.postchat-survey-questions .postchat-survey-questions_list_item:first-child hr {
  margin-left: 50%;
}
.postchat-survey-questions .postchat-survey-questions_list_item:last-child hr {
  margin-right: 50%;
}
.postchat-survey-questions .postchat-survey-questions_list_item hr {
  margin-bottom: -13px;
}
.postchat-survey-questions .postchat-survey-questions_list_item label {
  margin-top: 10px;
  font-size: 12px;
  line-height: 18px;
  display: block;
  color: #858585;
  font-weight: 300;
  margin-left: 16%;
  margin-right: 16%;
}
.postchat-survey-questions .postchat-survey-questions_list_item input[type='radio'] {
  background-color: white;
  margin: 0;
}
.postchat-survey-questions .postchat-survey-questions_list_item input[type='radio']:checked + label {
  font-weight: bold;
  color: #181f23;
}
.postchat-survey-btn-disabled {
  background-color: #959595 !important;
  border-color: #959595 !important;
}
.postchat-survey-loader {
  margin: auto;
}
.btnAlignmentforWebandMedia {
  text-align: right;
}
@media only screen and (max-width: 920px) {
  .btnAlignmentforWebandMedia {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .postchat-survey-questions {
    background-image: none;
    display: block;
    margin-top: 0;
  }
  .postchat-survey-questions_list_item {
    display: flex;
    margin-top: 10px;
  }
  .postchat-survey-questions .postchat-survey-questions_list_item label {
    margin: 0 0 0 10px;
  }
}
.modal-scroll {
  max-height: calc(100vh - 60px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  .hsba-amount-box {
    float: left !important;
    padding-left: 0 !important;
  }
  #hsbaTransferConfirmBackButton {
    padding-top: 12px;
  }
  .btn-mob-margin {
    margin-top: 15px;
  }
  #payToTable,
  #ACHInfoTable,
  .claimDocumentationTab {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 480px) {
  #investcenter-menu .btn-betterment {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .hsba-total-balance-header {
    margin-left: -4.5em;
    float: left !important;
    padding-left: 0px !important;
  }
}
.contributionChartPeriodSelectionLoader {
  display: inline-block;
  margin: 5px 30px 0 30px;
}
.logged-in > li.dropdown > a,
.logged-in > li.dropdown > a:hover,
.logged-in > li.dropdown > a:focus {
  color: #181F23 !important;
}
.logged-in > li.dropdown > ul.dropdown-menu,
.logged-in > li.dropdown > ul.dropdown-menu a {
  color: #181F23 !important;
}
.navbar-inverse {
  border-color: #B7C4CB;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li:not(.active) * {
  opacity: 0.5;
}
#landingpage5 #accountsTab.tabs-left > .nav-tabs > li {
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 1;
}
#landingpage5 .advices .item h5 {
  color: #26323F;
}
#landingpage5 #accountsTab span[id^="totalExpense-"] {
  font-weight: 500;
}
#claimPaymentOrRibBean .dropdown-menu > .active > a {
  color: #ffffff !important;
  background-color: #616d82 !important;
}
#claimPaymentOrRibBean .dropdown-menu > .active > a:hover,
#claimPaymentOrRibBean .dropdown-menu > .active > a:focus {
  background-color: #8ebf5b !important;
}
#taxcenter-form h1 {
  padding-bottom: 2.75% !important;
  padding-top: 2.75% !important;
}
#taxcenter-form h2 {
  font-size: 16px;
  padding-bottom: 4% !important;
  padding-top: 2% !important;
}
.well .page-container form h1 {
  color: #181F23 !important;
}
#cdh-claim-receipt-upload5 .uploadifyButton:focus {
  outline: auto;
}
/********************************************* claims font weight normal for reset link *******************/
#claim-manual-form a.linkFontWeightNormal,
#claim-insurance-form a.linkFontWeightNormal,
#claim-payment-transaction-form a.linkFontWeightNormal,
#claim-report-form a.linkFontWeightNormal,
#claim-unsubmitted-form a.linkFontWeightNormal {
  font-weight: 400;
}
a.btn,
a.btn-primary,
a.btn-info {
  padding-top: 9px;
}
a.btn-short {
  padding-top: 8px;
}
#pay-provider .uploadifyButton,
a.buttonClass {
  border-radius: 22px !important;
  font-size: 16px;
  min-height: 44px;
}
.btn {
  border-radius: 22px !important;
  font-size: 16px;
  height: 44px;
  padding: 0 32px;
  min-height: 44px;
}
a.btn-medium {
  padding-top: 9px;
}
.btn:focus,
.btn:hover,
.uploadifyButton:hover,
.uploadifyButton:focus {
  box-shadow: 0 -2px 0 0 rgba(0, 57, 108, 0.8) inset;
  -webkit-box-shadow: 0 -2px 0 0 rgba(0, 57, 108, 0.8) inset;
  -moz-box-shadow: 0 -2px 0 0 rgba(0, 57, 108, 0.8) inset;
}
.btn-primary,
.btn-info {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.navbar .brand {
  max-width: 300px;
  max-height: 120px;
}
.footer-logo img {
  max-height: 100px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-image-source: linear-gradient(to top right, #c3373f 0, #e6a30b 100%);
  border-image-slice: 1;
}
.well {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFFFFF !important;
}
body {
  background-color: #F5F5F5 !important;
}
#li-make-payment > .dropdown.make_payment #dropdown-make-payment {
  cursor: pointer;
  float: right !important;
  text-decoration: none !important;
  background-color: #316bbe !important;
  color: #ffffff !important;
  margin: 0;
  text-align: center;
  font-weight: normal;
  border-radius: 22px !important;
  font-size: 16px;
  height: 44px;
  padding: 10px 32px 0 32px;
}
.dropdown-toggle {
  border-radius: 4px !important;
}
#landingpage5 #accountsTab.tabs-left .tab-well.dashboard-paymentcard {
  font-size: 14px;
  color: #181F23;
  height: 100%;
  display: block;
  overflow: auto;
}
#claim-insurance-form a.btn-primary {
  min-height: 0;
  padding-top: 9px;
}
h1.page_header--5_0_1 {
  line-height: 110px !important;
  padding: 0 4% !important;
  font-size: 40px !important;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: right center;
  background-origin: content-box;
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  h1.page_header--claims_5_0_1 {
    background-image: none;
  }
}
@media (min-width: 768px) {
  h1.page_header--help_5_0_1 {
    background-image: none;
  }
}
@media (min-width: 768px) {
  h1.page_header--tax-information_5_0_1 {
    background-image: none;
  }
}
@media (min-width: 768px) {
  h1.page_header--tools-resources_5_0_1 {
    background-image: none;
  }
}
table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  border: 2px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-top-right-radius: 3px !important;
  border-top-left-radius: 3px !important;
  background-color: #ffffff !important;
}
table::before {
  caption-side: bottom;
  content: "";
  display: table-caption;
  background-color: #ffffff;
  height: 18px;
  border: 1px solid #dddddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
table td,
table tr td,
table th,
table tr th,
.dataTable td,
.dataTable tr td,
.dataTable th,
.dataTable tr th,
table.formatted td,
table.formatted tr td,
table.formatted th,
table.formatted tr th,
table.cyc-general-table td,
table.cyc-general-table tr td,
table.cyc-general-table th,
table.cyc-general-table tr th {
  border: none !important;
}
table tr:nth-child(odd),
.dataTable tr:nth-child(odd),
table.formatted tr:nth-child(odd),
table.cyc-general-table tr:nth-child(odd) {
  background-color: #f5f5f5 !important;
}
table thead tr,
table thead tr th,
table thead tr td,
.dataTable thead tr,
.dataTable thead tr th,
.dataTable thead tr td,
table.formatted thead tr,
table.formatted thead tr th,
table.formatted thead tr td,
table.cyc-general-table thead tr,
table.cyc-general-table thead tr th,
table.cyc-general-table thead tr td {
  border-bottom: 1px solid #dddddd !important;
  background-color: #ffffff !important;
}
table tbody tr th,
.dataTable tbody tr th,
table.formatted tbody tr th,
table.cyc-general-table tbody tr th {
  background-color: inherit !important;
}
table tfoot,
table tfoot tr,
table tfoot tr th,
table tfoot tr td,
.dataTable tfoot,
.dataTable tfoot tr,
.dataTable tfoot tr th,
.dataTable tfoot tr td,
table.formatted tfoot,
table.formatted tfoot tr,
table.formatted tfoot tr th,
table.formatted tfoot tr td,
table.cyc-general-table tfoot,
table.cyc-general-table tfoot tr,
table.cyc-general-table tfoot tr th,
table.cyc-general-table tfoot tr td {
  border-top: 1px solid #dddddd !important;
  background-color: #ffffff !important;
}
.dataTable,
table.formatted,
table.cyc-general-table {
  border-collapse: separate !important;
  border: 2px solid #dddddd !important;
  border-top-right-radius: 3px !important;
  border-top-left-radius: 3px !important;
  border-bottom: 1px solid #dddddd !important;
}
table.cyc-general-table thead th,
table.cyc-general-table thead th.sorting_disabled {
  background-color: #ffffff !important;
}
table.cyc-general-table tfoot td {
  border-top: none !important;
}
table.cyc-general-table tr:first-child th:first-child,
table.cyc-general-table tr:first-child th:last-child,
table.cyc-general-table tr:last-child td:first-child,
table.cyc-general-table tr:last-child td:last-child,
table.cyc-general-table tfoot tr:last-child td:first-child,
table.cyc-general-table tfoot tr:last-child td:last-child {
  border-radius: 0 !important;
}
table.cyc-general-table tr:last-child td:last-child,
table.cyc-general-table tfoot tr:last-child td:last-child,
#hsa-contribution-history table td {
  border-right: none !important;
}
.cyc-general-table th:first-child,
.cyc-general-table td:first-child {
  border-left: none !important;
}
.cyc-general-table tr:first-child th:first-child,
.cyc-general-table thead tr:first-child th:first-child,
#schedule-claim table tr:first-child th:first-child,
#schedule-claim table thead tr:first-child th:first-child {
  border-top-left-radius: 0 !important;
}
.cyc-general-table tr:first-child th:last-child,
.cyc-general-table thead tr:first-child th:last-child,
#schedule-claim table tr:first-child th:last-child,
#schedule-claim table thead tr:first-child th:last-child {
  border-top-right-radius: 0 !important;
}
.cyc-general-table tr:last-child td:last-child,
.cyc-general-table tbody tr:last-child td:last-child,
.cyc-general-table tfoot tr:last-child td:last-child,
#schedule-claim table tr:last-child td:last-child,
#schedule-claim table tbody tr:last-child td:last-child,
#schedule-claim table tfoot tr:last-child td:last-child {
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
}
.cyc-general-table tr:last-child td:first-child,
.cyc-general-table tbody tr:last-child td:first-child,
.cyc-general-table tfoot tr:last-child td:first-child,
#schedule-claim table tr:last-child td:first-child,
#schedule-claim table tbody tr:last-child td:first-child,
#schedule-claim table tfoot tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
}
#schedule-claim table tr th,
#schedule-claim table tr td {
  border-right: none !important;
  border-bottom: none !important;
}
.card-container {
  position: relative;
  margin: 20px;
  display: flex;
  justify-content: center;
  width: 400px;
}
.card {
  box-sizing: border-box;
  width: 85%;
  height: 190px;
  background: #F5F5F5;
  border: 1px solid #B4C3C8;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .card-container {
    width: 280px;
    margin: 5%;
  }
  .card-number-container {
    font-size: 10.5px;
  }
  .card-exp-date-container {
    font-size: 10.5px;
  }
  .card-icon {
    position: relative;
    display: flex;
    float: left;
    margin-right: 6%;
    margin-left: 10%;
    margin-bottom: 2em;
  }
  .card-icon-list {
    display: inline;
  }
  .horizontal-list {
    margin-left: -5em;
  }
}
.horizontal-list {
  list-style: none;
  margin-left: -3.5%;
}
.card-font-color {
  color: #444444 !important;
}
.card-status-not-activated {
  background: #A32A2E;
}
.card-status-activated {
  background: #007000;
}
.card-status-lost-stolen {
  background: #222222;
}
.card-status-suspended {
  background: #636363;
}
.card-status-container {
  position: absolute;
  left: 12px;
  top: 16px;
  height: 36px;
  width: 136px;
}
.card-status {
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 8px;
  text-align: center;
  text-transform: uppercase;
}
.card-details-container {
  position: absolute;
  top: 70px;
  left: 60px;
}
.card-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 29.11px;
}
.card-number-container {
  position: absolute;
  top: 120px;
  left: 60px;
}
.card-exp-date-container {
  position: absolute;
  top: 120px;
  left: 60%;
}
.line-height-24 {
  line-height: 24px;
}
.font-weight-400 {
  font-weight: 400 !important;
}
#carouselControls > a.carousel-control {
  background-image: none;
  color: #181F23;
  font-size: 40px !important;
  font-weight: 500;
  width: 10%;
  text-shadow: none;
  -webkit-box-shadow: none !important;
}
#carouselControls > a.carousel-control.left,
#carouselControls > a.carousel-control.right {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-href-class:link,
#carouselControls > a.carousel-control.left:link,
#carouselControls > a.carousel-control.right:link {
  text-decoration: none;
}
.custom-href-class:visited,
#carouselControls > a.carousel-control.left:visited,
#carouselControls > a.carousel-control.right:visited {
  text-decoration: none;
}
.custom-href-class:hover,
#carouselControls > a.carousel-control.left:hover,
#carouselControls > a.carousel-control.right:hover {
  text-decoration: none;
}
.custom-href-class:active,
#carouselControls > a.carousel-control.left:active,
#carouselControls > a.carousel-control.right:active a.carousel-control.left:focus {
  text-decoration: none;
  -moz-outline-style: none;
  border: none;
}
#carouselControls > .carousel-control:hover,
#carouselControls > .carousel-control:focus {
  outline: 0 !important;
}
.custom-href-class {
  color: inherit;
}
.custom-card-indicator {
  color: #5A5A5A;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: -10px;
}
.custom-card-grid {
  float: left;
  width: 440px;
  transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  /* IE 9 */
  -webkit-transform: scale(0.9, 0.9);
  /* Safari and Chrome */
  -o-transform: scale(0.9, 0.9);
  /* Opera */
  -moz-transform: scale(0.9, 0.9);
  /* Firefox */
}
.custom-card-button-div {
  text-align: center;
  margin-bottom: 20px;
}
