.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 544px) {
    .container {
      max-width: 576px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 940px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

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

.col-xs-1 {
  flex: 0 0 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%; }

.col-xs-3 {
  flex: 0 0 25%; }

.col-xs-4 {
  flex: 0 0 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%; }

.col-xs-6 {
  flex: 0 0 50%; }

.col-xs-7 {
  flex: 0 0 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%; }

.col-xs-9 {
  flex: 0 0 75%; }

.col-xs-10 {
  flex: 0 0 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%; }

.col-xs-12 {
  flex: 0 0 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 544px) {
  .col-sm-1 {
    flex: 0 0 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    flex: 0 0 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    flex: 0 0 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xs-first {
  order: -1; }

.col-xs-last {
  order: 1; }

@media (min-width: 544px) {
  .col-sm-first {
    order: -1; }
  .col-sm-last {
    order: 1; } }

@media (min-width: 768px) {
  .col-md-first {
    order: -1; }
  .col-md-last {
    order: 1; } }

@media (min-width: 992px) {
  .col-lg-first {
    order: -1; }
  .col-lg-last {
    order: 1; } }

@media (min-width: 1200px) {
  .col-xl-first {
    order: -1; }
  .col-xl-last {
    order: 1; } }

.row-xs-top {
  align-items: flex-start; }

.row-xs-center {
  align-items: center; }

.row-xs-bottom {
  align-items: flex-end; }

@media (min-width: 544px) {
  .row-sm-top {
    align-items: flex-start; }
  .row-sm-center {
    align-items: center; }
  .row-sm-bottom {
    align-items: flex-end; } }

@media (min-width: 768px) {
  .row-md-top {
    align-items: flex-start; }
  .row-md-center {
    align-items: center; }
  .row-md-bottom {
    align-items: flex-end; } }

@media (min-width: 992px) {
  .row-lg-top {
    align-items: flex-start; }
  .row-lg-center {
    align-items: center; }
  .row-lg-bottom {
    align-items: flex-end; } }

@media (min-width: 1200px) {
  .row-xl-top {
    align-items: flex-start; }
  .row-xl-center {
    align-items: center; }
  .row-xl-bottom {
    align-items: flex-end; } }

.col-xs-top {
  align-self: flex-start; }

.col-xs-center {
  align-self: center; }

.col-xs-bottom {
  align-self: flex-end; }

@media (min-width: 544px) {
  .col-sm-top {
    align-self: flex-start; }
  .col-sm-center {
    align-self: center; }
  .col-sm-bottom {
    align-self: flex-end; } }

@media (min-width: 768px) {
  .col-md-top {
    align-self: flex-start; }
  .col-md-center {
    align-self: center; }
  .col-md-bottom {
    align-self: flex-end; } }

@media (min-width: 992px) {
  .col-lg-top {
    align-self: flex-start; }
  .col-lg-center {
    align-self: center; }
  .col-lg-bottom {
    align-self: flex-end; } }

@media (min-width: 1200px) {
  .col-xl-top {
    align-self: flex-start; }
  .col-xl-center {
    align-self: center; }
  .col-xl-bottom {
    align-self: flex-end; } }
@charset "UTF-8";
/**
 * @todo deprecate these eventuallyyyyyy
 */
/*
 * end
 **/
.btn-group[dropdown] > .btn[dropdown-toggle]:after, .nav-tabs > li[dropdown] > button:after, .nav-tabs > li[uib-dropdown] > button:after, .nav-pills > li[dropdown] > a:after, .navbar-toggle:after, ul.nav.navbar-nav li.dropdown > a:after {
  font-family: "UX1 Glyphicons";
  font-size: 16px; }

.btn-group[dropdown] > .btn[dropdown-toggle]:after, .nav-tabs > li[dropdown] > button:after, .nav-tabs > li[uib-dropdown] > button:after, .nav-pills > li[dropdown] > a:after {
  font-size: 14px; }

.switch input[type="checkbox"] + span::before,
.switch-inline input[type="checkbox"] + span::before {
  font-size: 16px; }

.navbar-toggle:after {
  font-size: 20px; }

.nav-tabs > li > a,
.nav-tabs > li > h3 a, .nav-tabs > li[dropdown] > button, .nav-tabs > li[uib-dropdown] > button {
  text-decoration: none;
  background-color: #fff;
  padding: 0 10px;
  margin: 0;
  line-height: 37px;
  border: none;
  border-radius: 0;
  color: #595859;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: auto;
  display: block;
  font-size: 14px; }
  .nav-tabs > li > a:hover,
  .nav-tabs > li > h3 a:hover, .nav-tabs > li[dropdown] > button:hover, .nav-tabs > li[uib-dropdown] > button:hover, .nav-tabs > li > a:focus,
  .nav-tabs > li > h3 a:focus, .nav-tabs > li[dropdown] > button:focus, .nav-tabs > li[uib-dropdown] > button:focus {
    background-color: inherit;
    border-bottom: 1px solid #2d74da;
    -webkit-box-shadow: none;
    box-shadow: none; }

body {
  font-weight: 400; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -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 Roman for IBM", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #595859;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #2d74da;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2d74da;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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 #ebebeb; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: 1;
  color: #343334; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #595859; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

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

h2, .h2 {
  font-size: 22px; }

h3, .h3 {
  font-size: 17px; }

h4, .h4 {
  font-size: 15px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 13px; }

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: #fffbeb;
  padding: .2em; }

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

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

.text-center, .checkbox input[type="checkbox"]:checked + span::after,
.checkbox-inline input[type="checkbox"]:checked + span::after, .switch.switch-sm input[type="checkbox"] + span::before,
.switch-inline.switch-sm input[type="checkbox"] + span::before {
  text-align: center; }

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

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

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

.text-uppercase, .initialism {
  text-transform: uppercase; }

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

.text-muted {
  color: #949394; }

.text-primary {
  color: #2d74da; }

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

.text-success {
  color: #00884b; }

a.text-success:hover,
a.text-success:focus {
  color: #00552f; }

.text-info {
  color: #79a6f6; }

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

.text-warning {
  color: #fed500; }

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

.text-danger {
  color: #e62325; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #2d74da; }

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

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

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

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

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

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

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

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

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

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  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: 18px; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@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 #c0bfc0; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #2d74da; }
  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: 18px;
    color: #595859; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right,
.btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #2d74da;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  .btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after footer:before,
  blockquote.pull-right small:before,
  .btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after small:before,
  blockquote.pull-right .small:before,
  .btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  .btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after footer:after,
  blockquote.pull-right small:after,
  .btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after small:after,
  blockquote.pull-right .small:after,
  .btn-group[dropdown] > blockquote.btn[dropdown-toggle]:after .small:after {
    content: '\00A0 \2014'; }

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

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: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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: 18px;
  word-break: break-all;
  word-wrap: break-word;
  color: #777677;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  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; }

table {
  background-color: transparent; }

caption {
  padding-top: 12.5px 20px;
  padding-bottom: 12.5px 20px;
  color: #949394;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 12.5px 20px;
    line-height: 18px;
    vertical-align: top;
    border-top: 1px solid #d8d8d8; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #d8d8d8; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #d8d8d8; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #d8d8d8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #d8d8d8; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

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

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

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 > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #eef5ff; }

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 0) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #d8d8d8; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .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 > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #777677;
  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: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 1;
  font-size: 14px;
  line-height: 18px;
  color: #595859; }

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  color: #595859;
  background-color: #fff;
  background-image: none;
  border: 1px solid #777677;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #2d74da;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(45, 116, 218, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(45, 116, 218, 0.6); }
  .form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: #777677;
    opacity: 1;
    font-style: italic; }
  .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #777677;
    font-style: italic; }
  .form-control::-webkit-input-placeholder {
    color: #777677;
    font-style: italic; }
  .form-control:placeholder-shown {
    color: #777677;
    font-style: italic; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #fff;
    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: 30px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 20px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 40px; } }

.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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

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

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

.form-control-static {
  padding-top: 1;
  padding-bottom: 1;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0; }

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

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

.form-group-sm .form-control {
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 20px;
  min-height: 32px;
  padding: 1 10px;
  font-size: 12px;
  line-height: 20px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0; }

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

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

.form-group-lg .form-control {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 40px;
  min-height: 34px;
  padding: 1 20px;
  font-size: 14px;
  line-height: 40px; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 37.5px; }

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

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 20px;
  height: 20px;
  line-height: 20px; }

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

.has-success .form-control {
  border-color: #00884b;
  -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: #00552f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ee83;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #00ee83; }

.has-success .input-group-addon {
  color: #00884b;
  border-color: #00884b;
  background-color: #f3f9f6; }

.has-success .form-control-feedback {
  color: #00884b; }

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

.has-warning .form-control {
  border-color: #fed500;
  -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: #cbaa00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe665;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe665; }

.has-warning .input-group-addon {
  color: #fed500;
  border-color: #fed500;
  background-color: #fffbeb; }

.has-warning .form-control-feedback {
  color: #fed500; }

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

.has-error .form-control {
  border-color: #e62325;
  -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: #c01618;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f07f80;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f07f80; }

.has-error .input-group-addon {
  color: #e62325;
  border-color: #e62325;
  background-color: #fdf4f4; }

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

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

@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: 1; }

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

.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

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

.form-horizontal .has-feedback .form-control-feedback {
  right: 5px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 1;
    font-size: 14px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 1;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #595859;
    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, .btn-secondary.btn-gray,
.btn-cancel.btn-gray {
  color: #595859;
  background-color: #fff;
  border-color: #777677; }
  .btn-default:focus, .btn-secondary.btn-gray:focus,
  .btn-cancel.btn-gray:focus, .btn-default.focus, .focus.btn-secondary.btn-gray,
  .focus.btn-cancel.btn-gray {
    color: #595859;
    background-color: #e6e6e6;
    border-color: #373737; }
  .btn-default:hover, .btn-secondary.btn-gray:hover,
  .btn-cancel.btn-gray:hover {
    color: #595859;
    background-color: #e6e6e6;
    border-color: #585858; }
  .btn-default:active, .btn-secondary.btn-gray:active,
  .btn-cancel.btn-gray:active, .btn-default.active, .active.btn-secondary.btn-gray,
  .active.btn-cancel.btn-gray,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.btn-secondary.btn-gray,
  .open > .dropdown-toggle.btn-cancel.btn-gray {
    color: #595859;
    background-color: #e6e6e6;
    border-color: #585858; }
    .btn-default:active:hover, .btn-secondary.btn-gray:active:hover,
    .btn-cancel.btn-gray:active:hover, .btn-default:active:focus, .btn-secondary.btn-gray:active:focus,
    .btn-cancel.btn-gray:active:focus, .btn-default:active.focus, .btn-secondary.btn-gray:active.focus,
    .btn-cancel.btn-gray:active.focus, .btn-default.active:hover, .active.btn-secondary.btn-gray:hover,
    .active.btn-cancel.btn-gray:hover, .btn-default.active:focus, .active.btn-secondary.btn-gray:focus,
    .active.btn-cancel.btn-gray:focus, .btn-default.active.focus, .active.focus.btn-secondary.btn-gray,
    .active.focus.btn-cancel.btn-gray,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .dropdown-toggle.btn-secondary.btn-gray:hover,
    .open > .dropdown-toggle.btn-cancel.btn-gray:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .dropdown-toggle.btn-secondary.btn-gray:focus,
    .open > .dropdown-toggle.btn-cancel.btn-gray:focus,
    .open > .btn-default.dropdown-toggle.focus,
    .open > .dropdown-toggle.focus.btn-secondary.btn-gray,
    .open > .dropdown-toggle.focus.btn-cancel.btn-gray {
      color: #595859;
      background-color: #d4d4d4;
      border-color: #373737; }
  .btn-default:active, .btn-secondary.btn-gray:active,
  .btn-cancel.btn-gray:active, .btn-default.active, .active.btn-secondary.btn-gray,
  .active.btn-cancel.btn-gray,
  .open > .btn-default.dropdown-toggle,
  .open > .dropdown-toggle.btn-secondary.btn-gray,
  .open > .dropdown-toggle.btn-cancel.btn-gray {
    background-image: none; }
  .btn-default.disabled:hover, .disabled.btn-secondary.btn-gray:hover,
  .disabled.btn-cancel.btn-gray:hover, .btn-default.disabled:focus, .disabled.btn-secondary.btn-gray:focus,
  .disabled.btn-cancel.btn-gray:focus, .btn-default.disabled.focus, .disabled.focus.btn-secondary.btn-gray,
  .disabled.focus.btn-cancel.btn-gray, .btn-default[disabled]:hover, .btn-secondary.btn-gray[disabled]:hover,
  .btn-cancel.btn-gray[disabled]:hover, .btn-default[disabled]:focus, .btn-secondary.btn-gray[disabled]:focus,
  .btn-cancel.btn-gray[disabled]:focus, .btn-default[disabled].focus, .btn-secondary.btn-gray[disabled].focus,
  .btn-cancel.btn-gray[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-secondary.btn-gray:hover,
  fieldset[disabled] .btn-cancel.btn-gray:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-secondary.btn-gray:focus,
  fieldset[disabled] .btn-cancel.btn-gray:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .focus.btn-secondary.btn-gray,
  fieldset[disabled] .focus.btn-cancel.btn-gray {
    background-color: #fff;
    border-color: #777677; }
  .btn-default .badge, .btn-secondary.btn-gray .badge, .btn-cancel.btn-gray .badge {
    color: #fff;
    background-color: #595859; }

.btn-primary {
  color: #fff;
  background-color: #2d74da;
  border-color: #2d74da; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #205db4;
    border-color: #143b73; }
  .btn-primary:hover {
    color: #fff;
    background-color: #205db4;
    border-color: #1e58ac; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #205db4;
    border-color: #1e58ac; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #1a4d96;
      border-color: #143b73; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #2d74da;
    border-color: #2d74da; }
  .btn-primary .badge {
    color: #2d74da;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #00884b;
  border-color: transparent; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #00552f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:hover {
    color: #fff;
    background-color: #00552f;
    border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00552f;
    border-color: rgba(0, 0, 0, 0); }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #00311b;
      border-color: rgba(0, 0, 0, 0); }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #00884b;
    border-color: transparent; }
  .btn-success .badge {
    color: #00884b;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #79a6f6;
  border-color: transparent; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #4986f3;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:hover {
    color: #fff;
    background-color: #4986f3;
    border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #4986f3;
    border-color: rgba(0, 0, 0, 0); }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #2870f1;
      border-color: rgba(0, 0, 0, 0); }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #79a6f6;
    border-color: transparent; }
  .btn-info .badge {
    color: #79a6f6;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #fed500;
  border-color: transparent; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cbaa00;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:hover {
    color: #fff;
    background-color: #cbaa00;
    border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cbaa00;
    border-color: rgba(0, 0, 0, 0); }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a78c00;
      border-color: rgba(0, 0, 0, 0); }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #fed500;
    border-color: transparent; }
  .btn-warning .badge {
    color: #fed500;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #e62325;
  border-color: transparent; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c01618;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:hover {
    color: #fff;
    background-color: #c01618;
    border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c01618;
    border-color: rgba(0, 0, 0, 0); }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #a01214;
      border-color: rgba(0, 0, 0, 0); }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #e62325;
    border-color: transparent; }
  .btn-danger .badge {
    color: #e62325;
    background-color: #fff; }

.btn-link {
  color: #2d74da;
  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: #2d74da;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #c0bfc0;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 6px; }

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

.btn-xs, .btn-group-xs > .btn {
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  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%; }

@-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: #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1f57a4;
  -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: #00884b; }
  .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: #79a6f6; }
  .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: #fed500; }
  .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: #e62325; }
  .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); }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 0; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: transparent; }
  .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: #c0bfc0;
    background-color: transparent;
    cursor: not-allowed; }

.giant {
  font-family: Lublin, Helvetica Light, Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #595859; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 30px;
  margin-bottom: 20px; }

h1, .h1 {
  font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
  line-height: 40px;
  font-weight: 700;
  font-size: 36px; }

h2, .h2 {
  font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
  line-height: 26px;
  font-weight: 300;
  font-size: 22px; }

h3, .h3 {
  font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
  line-height: 21px;
  font-weight: 700;
  font-size: 17px; }

h4, .h4 {
  font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
  line-height: 19px;
  font-weight: 700;
  font-size: 15px; }

h5, .h5 {
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  line-height: 19px;
  font-weight: 400;
  font-size: 15px; }

h6, .h6 {
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  line-height: 17px;
  font-weight: 400;
  font-size: 13px; }

p {
  margin: 0 0 10px; }
  p:last-child {
    margin: 0; }

small,
.small {
  font-size: 12px;
  line-height: 15px; }

.xs-small {
  font-size: 11px;
  line-height: 14px; }

mark,
.mark {
  padding: 2px; }

.disabled {
  color: #949394; }

.bg-primary {
  color: #343334;
  background-color: #eef5ff;
  border: 1px solid #2d74da;
  height: 38px;
  line-height: 38px;
  padding: 0 20px; }

.bg-success {
  color: #343334;
  background-color: #f3f9f6;
  border: 1px solid #00884b;
  height: 38px;
  line-height: 38px;
  padding: 0 20px; }

.bg-info {
  color: #343334;
  background-color: #f2f7ff;
  border: 1px solid #79a6f6;
  height: 38px;
  line-height: 38px;
  padding: 0 20px; }

.bg-warning {
  color: #343334;
  background-color: #fffbeb;
  border: 1px solid #fed500;
  height: 38px;
  line-height: 38px;
  padding: 0 20px; }

.bg-danger {
  color: #343334;
  background-color: #fdf4f4;
  border: 1px solid #e62325;
  height: 38px;
  line-height: 38px;
  padding: 0 20px; }

.page-header {
  padding-bottom: 0;
  margin: 13px 0 20px;
  line-height: 44px; }

ul,
ol {
  margin: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 10px; }

dl {
  margin: 0; }

dt {
  font-size: 15px;
  font-weight: 700; }

caption {
  padding-bottom: 10px; }

.table {
  margin-bottom: 0; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    line-height: 16px;
    border-top: 1px solid #d8d8d8;
    border-right: 2px solid #fff; }
  .table > thead > tr > th {
    background-color: #ebebeb;
    color: #343334;
    border-bottom: none;
    font-weight: bold; }
  .table > thead + tbody > tr:first-child > th,
  .table > thead + tbody > tr:first-child > td {
    border-top: none; }
  .table > thead + tbody > tr > th,
  .table > thead + tbody > tr > td {
    border-right: 2px solid transparent; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  font-size: 13px;
  line-height: 14px; }

.table-striped > thead > tr > th,
.table-striped > thead > tr > td,
.table-striped > tbody > tr > th,
.table-striped > tbody > tr > td,
.table-striped > tfoot > tr > th,
.table-striped > tfoot > tr > td {
  border-top-color: transparent; }

label {
  font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
  font-weight: 500;
  margin: 0 10px 10px 0;
  color: #343334; }

input::-ms-clear {
  display: none; }

.form-group.required .control-label:before {
  content: "* ";
  color: #f7e6e6; }

.form-group {
  margin-bottom: 20px;
  position: relative; }

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 30px;
  color: #595859;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0 1px transparent, inset 0 0 0 2px transparent;
  box-shadow: inset 0 0 0 1px transparent, inset 0 0 0 2px transparent;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    border-color: #777677;
    outline: 0; }
  .form-control:-moz-placeholder, .form-control::-moz-placeholder {
    color: #777677;
    opacity: 1;
    font-style: italic; }
  .form-control:-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #777677;
    font-style: italic; }
  .form-control::-webkit-input-placeholder {
    color: #777677;
    font-style: italic; }
  .form-control:placeholder-shown {
    color: #777677;
    font-style: italic; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #fff;
    opacity: 1;
    border-color: #777677;
    border-style: dashed; }
    .form-control[disabled]:hover, .form-control[readonly]:hover,
    fieldset[disabled] .form-control:hover {
      border-color: #777677;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  padding: 10px 10px;
  line-height: normal;
  min-height: 114px;
  height: auto; }

input[type="search"] {
  -webkit-appearance: none;
  padding: 0 35px; }
  input[type="search"]:focus + .glyphicon-search + a {
    display: block; }
  input[type="search"] + .glyphicon-search {
    position: absolute;
    font-size: 14px;
    line-height: 30px;
    color: #777677;
    left: 10px;
    top: 0; }
    input[type="search"] + .glyphicon-search + a {
      line-height: 30px;
      text-decoration: none;
      position: absolute;
      display: none;
      right: 7px;
      top: 0; }
      input[type="search"] + .glyphicon-search + a:hover, input[type="search"] + .glyphicon-search + a:focus {
        display: block; }
        input[type="search"] + .glyphicon-search + a:hover .glyphicon-remove, input[type="search"] + .glyphicon-search + a:focus .glyphicon-remove {
          border-color: #777677; }
      input[type="search"] + .glyphicon-search + a .glyphicon-remove {
        border: 1px solid transparent;
        font-size: 14px;
        color: #777677;
        padding: 3px; }

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

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin: 0;
  opacity: 0; }
  .radio input[type="radio"] + span,
  .radio-inline input[type="radio"] + span,
  .checkbox input[type="checkbox"] + span,
  .checkbox-inline input[type="checkbox"] + span {
    line-height: 20px;
    padding-left: 10px; }
    .radio input[type="radio"] + span::before,
    .radio-inline input[type="radio"] + span::before,
    .checkbox input[type="checkbox"] + span::before,
    .checkbox-inline input[type="checkbox"] + span::before {
      -webkit-box-shadow: inset 0 0 0 1px #777677;
      box-shadow: inset 0 0 0 1px #777677;
      width: 22px;
      height: 22px;
      background: #fff;
      border: 1px solid transparent;
      content: "";
      position: absolute;
      top: 0;
      left: -1px; }
  .radio input[type="radio"]:hover + span::before,
  .radio input[type="radio"]:focus + span::before,
  .radio-inline input[type="radio"]:hover + span::before,
  .radio-inline input[type="radio"]:focus + span::before,
  .checkbox input[type="checkbox"]:hover + span::before,
  .checkbox input[type="checkbox"]:focus + span::before,
  .checkbox-inline input[type="checkbox"]:hover + span::before,
  .checkbox-inline input[type="checkbox"]:focus + span::before {
    -webkit-box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #2d74da;
    box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #2d74da;
    border-color: #fff; }
  .radio input[type="radio"]:disabled + span,
  .radio-inline input[type="radio"]:disabled + span,
  .checkbox input[type="checkbox"]:disabled + span,
  .checkbox-inline input[type="checkbox"]:disabled + span {
    cursor: not-allowed;
    color: #777677; }
    .radio input[type="radio"]:disabled + span::before,
    .radio-inline input[type="radio"]:disabled + span::before,
    .checkbox input[type="checkbox"]:disabled + span::before,
    .checkbox-inline input[type="checkbox"]:disabled + span::before {
      -webkit-box-shadow: none;
      box-shadow: none;
      width: 20px;
      height: 20px;
      border: 1px dashed #777677;
      top: 0;
      left: 0; }
  .radio input[type="radio"]:disabled:hover + span::before,
  .radio input[type="radio"]:disabled:focus + span::before,
  .radio-inline input[type="radio"]:disabled:hover + span::before,
  .radio-inline input[type="radio"]:disabled:focus + span::before,
  .checkbox input[type="checkbox"]:disabled:hover + span::before,
  .checkbox input[type="checkbox"]:disabled:focus + span::before,
  .checkbox-inline input[type="checkbox"]:disabled:hover + span::before,
  .checkbox-inline input[type="checkbox"]:disabled:focus + span::before {
    -webkit-box-shadow: none;
    box-shadow: none; }

.checkbox input[type="checkbox"]:checked + span::after,
.checkbox-inline input[type="checkbox"]:checked + span::after {
  width: 20px;
  height: 20px;
  color: #2d74da;
  content: "";
  font-weight: 700;
  line-height: 20px;
  position: absolute;
  top: 2px;
  left: 0; }

.radio input[type="radio"] + span::before,
.radio-inline input[type="radio"] + span::before {
  border-radius: 50%; }

.radio input[type="radio"]:checked + span::after,
.radio-inline input[type="radio"]:checked + span::after {
  width: 10px;
  height: 10px;
  background: #2d74da;
  border: 1px solid #2d74da;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 6px;
  left: 5px; }

.radio input[type="radio"]:disabled + span::after,
.radio-inline input[type="radio"]:disabled + span::after {
  background: #777677;
  border-color: #777677; }

.checkbox-inline input[type="checkbox"]:checked + span::after {
  top: 1px; }

.checkbox-inline input[type="checkbox"] + span::before {
  top: -1px; }

.radio-inline input[type="radio"]:checked + span::after {
  top: 5px; }

.radio-inline input[type="radio"] + span::before {
  top: -1px; }

.radio-sm label,
.checkbox-sm label {
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  min-height: 15px;
  padding-left: 15px; }

.radio-sm input[type="radio"]:checked + span::after,
.checkbox-sm input[type="checkbox"]:checked + span::after {
  width: 15px;
  height: 15px; }

.radio-sm input[type="radio"] + span,
.checkbox-sm input[type="checkbox"] + span {
  line-height: 15px; }
  .radio-sm input[type="radio"] + span::before,
  .checkbox-sm input[type="checkbox"] + span::before {
    width: 17px;
    height: 17px;
    top: 2px; }

.checkbox-sm input[type="checkbox"]:checked + span::after {
  font-size: 12px;
  line-height: 15px;
  top: 3px; }

.radio-sm input[type="radio"]:checked + span::after {
  width: 7px;
  height: 7px;
  top: 7px;
  left: 4px; }

.checkbox-bg-dark .radio input[type="radio"]:not(:disabled):hover + span::before,
.checkbox-bg-dark .radio input[type="radio"]:not(:disabled):focus + span::before,
.checkbox-bg-dark .radio input[type="radio"]:not(:disabled):checked:hover + span::before,
.checkbox-bg-dark .radio input[type="radio"]:not(:disabled):checked:focus + span::before,
.checkbox-bg-dark .radio-inline input[type="radio"]:not(:disabled):hover + span::before,
.checkbox-bg-dark .radio-inline input[type="radio"]:not(:disabled):focus + span::before,
.checkbox-bg-dark .radio-inline input[type="radio"]:not(:disabled):checked:hover + span::before,
.checkbox-bg-dark .radio-inline input[type="radio"]:not(:disabled):checked:focus + span::before,
.radio-bg-dark .radio input[type="radio"]:not(:disabled):hover + span::before,
.radio-bg-dark .radio input[type="radio"]:not(:disabled):focus + span::before,
.radio-bg-dark .radio input[type="radio"]:not(:disabled):checked:hover + span::before,
.radio-bg-dark .radio input[type="radio"]:not(:disabled):checked:focus + span::before,
.radio-bg-dark .radio-inline input[type="radio"]:not(:disabled):hover + span::before,
.radio-bg-dark .radio-inline input[type="radio"]:not(:disabled):focus + span::before,
.radio-bg-dark .radio-inline input[type="radio"]:not(:disabled):checked:hover + span::before,
.radio-bg-dark .radio-inline input[type="radio"]:not(:disabled):checked:focus + span::before {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff; }

.checkbox-bg-dark .radio input[type="radio"]:checked + span::after,
.checkbox-bg-dark .radio-inline input[type="radio"]:checked + span::after,
.radio-bg-dark .radio input[type="radio"]:checked + span::after,
.radio-bg-dark .radio-inline input[type="radio"]:checked + span::after {
  background: #fff;
  border-color: #fff; }

.checkbox-bg-dark .radio input[type="radio"]:disabled + span,
.checkbox-bg-dark .radio-inline input[type="radio"]:disabled + span,
.radio-bg-dark .radio input[type="radio"]:disabled + span,
.radio-bg-dark .radio-inline input[type="radio"]:disabled + span {
  color: #fff; }
  .checkbox-bg-dark .radio input[type="radio"]:disabled + span::before,
  .checkbox-bg-dark .radio-inline input[type="radio"]:disabled + span::before,
  .radio-bg-dark .radio input[type="radio"]:disabled + span::before,
  .radio-bg-dark .radio-inline input[type="radio"]:disabled + span::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff; }

.checkbox-bg-dark .radio input[type="radio"] + span,
.checkbox-bg-dark .radio-inline input[type="radio"] + span,
.radio-bg-dark .radio input[type="radio"] + span,
.radio-bg-dark .radio-inline input[type="radio"] + span {
  color: #fff; }
  .checkbox-bg-dark .radio input[type="radio"] + span::before,
  .checkbox-bg-dark .radio-inline input[type="radio"] + span::before,
  .radio-bg-dark .radio input[type="radio"] + span::before,
  .radio-bg-dark .radio-inline input[type="radio"] + span::before {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background: transparent;
    border-color: transparent; }

.checkbox-bg-dark .checkbox input[type="checkbox"]:not(:disabled):hover + span::before,
.checkbox-bg-dark .checkbox input[type="checkbox"]:not(:disabled):focus + span::before,
.checkbox-bg-dark .checkbox input[type="checkbox"]:not(:disabled):checked:hover + span::before,
.checkbox-bg-dark .checkbox input[type="checkbox"]:not(:disabled):checked:focus + span::before,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):hover + span::before,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):focus + span::before,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):checked:hover + span::before,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):checked:focus + span::before,
.radio-bg-dark .checkbox input[type="checkbox"]:not(:disabled):hover + span::before,
.radio-bg-dark .checkbox input[type="checkbox"]:not(:disabled):focus + span::before,
.radio-bg-dark .checkbox input[type="checkbox"]:not(:disabled):checked:hover + span::before,
.radio-bg-dark .checkbox input[type="checkbox"]:not(:disabled):checked:focus + span::before,
.radio-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):hover + span::before,
.radio-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):focus + span::before,
.radio-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):checked:hover + span::before,
.radio-bg-dark .checkbox-inline input[type="checkbox"]:not(:disabled):checked:focus + span::before {
  -webkit-box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 1px #fff; }

.checkbox-bg-dark .checkbox input[type="checkbox"]:checked + span::after,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"]:checked + span::after,
.radio-bg-dark .checkbox input[type="checkbox"]:checked + span::after,
.radio-bg-dark .checkbox-inline input[type="checkbox"]:checked + span::after {
  color: #fff; }

.checkbox-bg-dark .checkbox input[type="checkbox"]:disabled + span,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"]:disabled + span,
.radio-bg-dark .checkbox input[type="checkbox"]:disabled + span,
.radio-bg-dark .checkbox-inline input[type="checkbox"]:disabled + span {
  color: #fff; }
  .checkbox-bg-dark .checkbox input[type="checkbox"]:disabled + span::before,
  .checkbox-bg-dark .checkbox-inline input[type="checkbox"]:disabled + span::before,
  .radio-bg-dark .checkbox input[type="checkbox"]:disabled + span::before,
  .radio-bg-dark .checkbox-inline input[type="checkbox"]:disabled + span::before {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff; }

.checkbox-bg-dark .checkbox input[type="checkbox"] + span,
.checkbox-bg-dark .checkbox-inline input[type="checkbox"] + span,
.radio-bg-dark .checkbox input[type="checkbox"] + span,
.radio-bg-dark .checkbox-inline input[type="checkbox"] + span {
  color: #fff; }
  .checkbox-bg-dark .checkbox input[type="checkbox"] + span::before,
  .checkbox-bg-dark .checkbox-inline input[type="checkbox"] + span::before,
  .radio-bg-dark .checkbox input[type="checkbox"] + span::before,
  .radio-bg-dark .checkbox-inline input[type="checkbox"] + span::before {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    background: transparent;
    border-color: transparent; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0; }

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

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

.form-group-sm .form-control {
  height: 20px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 20px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 20px; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0; }

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

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

.form-group-lg .form-control {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px; }

.form-control-feedback {
  width: auto;
  height: auto;
  position: relative;
  float: left;
  line-height: 18px;
  margin-right: 7px;
  top: 2px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .switch,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .switch-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label,
.has-success.switch-inline label {
  color: #595859; }

.has-success.radio input[type="radio"] + span::before,
.has-success.radio-inline input[type="radio"] + span::before,
.has-success.checkbox input[type="checkbox"] + span::before,
.has-success.checkbox-inline input[type="checkbox"] + span::before,
.has-success.switch input[type="checkbox"] + span::before,
.has-success.switch-inline input[type="checkbox"] + span::before {
  -webkit-box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #00884b;
  box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #00884b; }

.has-success .form-control {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #00884b;
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #00884b;
  border-color: #777677; }
  .has-success .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    border-color: #777677; }

.has-success .form-control-feedback {
  color: #00884b; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .switch,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .switch-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label,
.has-warning.switch-inline label {
  color: #595859; }

.has-warning.radio input[type="radio"] + span::before,
.has-warning.radio-inline input[type="radio"] + span::before,
.has-warning.checkbox input[type="checkbox"] + span::before,
.has-warning.checkbox-inline input[type="checkbox"] + span::before,
.has-warning.switch input[type="checkbox"] + span::before,
.has-warning.switch-inline input[type="checkbox"] + span::before {
  -webkit-box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #fed500;
  box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #fed500; }

.has-warning .form-control {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #fed500;
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #fed500;
  border-color: #777677; }
  .has-warning .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    border-color: #777677; }

.has-warning .form-control-feedback {
  color: #fed500; }

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

.has-error.radio input[type="radio"] + span::before,
.has-error.radio-inline input[type="radio"] + span::before,
.has-error.checkbox input[type="checkbox"] + span::before,
.has-error.checkbox-inline input[type="checkbox"] + span::before,
.has-error.switch input[type="checkbox"] + span::before,
.has-error.switch-inline input[type="checkbox"] + span::before {
  -webkit-box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #e62325;
  box-shadow: inset 0 0 0 1px #777677, 0 0 0 1px #e62325; }

.has-error .form-control {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #e62325;
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #e62325;
  border-color: #777677; }
  .has-error .form-control:focus {
    -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
    border-color: #777677; }

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

.help-block {
  margin: 10px 0;
  color: #777677;
  font-style: italic;
  font-size: 12px; }

.form-horizontal .control-label {
  margin-right: 0;
  line-height: 30px; }

.form-horizontal .form-group-lg .control-label {
  line-height: 40px; }

.form-horizontal .form-group-sm .control-label {
  line-height: 20px; }

.btn {
  padding: 0 20px;
  font-size: 14px;
  line-height: 26px;
  height: 30px;
  border-radius: 0;
  font-size: 14px;
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  border-width: 2px;
  border-radius: 0; }
  .btn.btn-glyphicon {
    padding-left: 10px; }
    .btn.btn-glyphicon .glyphicon, .btn.btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn.btn-glyphicon input[type="checkbox"] + span::after,
    .btn.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.btn-glyphicon input[type="checkbox"] + span::after, .btn.btn-glyphicon .breadcrumb > li + li:before, .btn.btn-glyphicon .alert:before, .btn.btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn.btn-glyphicon .close:before,
    .btn.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn.btn-glyphicon .close:before, .btn.btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn.btn-glyphicon input[type="checkbox"] + span,
    .btn.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn.btn-glyphicon input[type="checkbox"] + span {
      font-size: 14px; }
  .btn[dropdown-toggle] {
    line-height: 28px; }
    .btn[dropdown-toggle] + .dropdown-menu > li > a,
    .btn[dropdown-toggle] + .dropdown-menu > li > h3 > a {
      line-height: 30px;
      font-size: 14px; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: none; }
  .btn:active, .btn.active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    opacity: 1;
    filter: alpha(opacity=100); }
  .btn + .btn {
    margin-left: 10px; }

.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn.disabled:active, .btn.disabled:active:hover, .btn.disabled:active:focus, .btn.disabled:active.focus, .btn.disabled.active, .btn.disabled.active:hover, .btn.disabled.active:focus, .btn.disabled.active.focus,
.btn[disabled],
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
.btn[disabled]:active,
.btn[disabled]:active:hover,
.btn[disabled]:active:focus,
.btn[disabled]:active.focus,
.btn[disabled].active,
.btn[disabled].active:hover,
.btn[disabled].active:focus,
.btn[disabled].active.focus,
fieldset[disabled] .btn,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus,
fieldset[disabled] .btn:active,
fieldset[disabled] .btn:active:hover,
fieldset[disabled] .btn:active:focus,
fieldset[disabled] .btn:active.focus,
fieldset[disabled] .btn.active,
fieldset[disabled] .btn.active:hover,
fieldset[disabled] .btn.active:focus,
fieldset[disabled] .btn.active.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px dashed #777677;
  color: #777677; }
  .btn.disabled .glyphicon, .btn.disabled .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled input[type="checkbox"] + span::after,
  .btn.disabled .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled input[type="checkbox"] + span::after, .btn.disabled .breadcrumb > li + li:before, .btn.disabled .alert:before, .btn.disabled .alert-dismissable .close:before, .alert-dismissable .btn.disabled .close:before,
  .btn.disabled .alert-dismissible .close:before, .alert-dismissible .btn.disabled .close:before, .btn.disabled .switch input[type="checkbox"] + span, .switch .btn.disabled input[type="checkbox"] + span,
  .btn.disabled .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled input[type="checkbox"] + span, .btn.disabled:hover .glyphicon, .btn.disabled:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled:hover input[type="checkbox"] + span::after,
  .btn.disabled:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled:hover input[type="checkbox"] + span::after, .btn.disabled:hover .breadcrumb > li + li:before, .btn.disabled:hover .alert:before, .btn.disabled:hover .alert-dismissable .close:before, .alert-dismissable .btn.disabled:hover .close:before,
  .btn.disabled:hover .alert-dismissible .close:before, .alert-dismissible .btn.disabled:hover .close:before, .btn.disabled:hover .switch input[type="checkbox"] + span, .switch .btn.disabled:hover input[type="checkbox"] + span,
  .btn.disabled:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled:hover input[type="checkbox"] + span, .btn.disabled:focus .glyphicon, .btn.disabled:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled:focus input[type="checkbox"] + span::after,
  .btn.disabled:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled:focus input[type="checkbox"] + span::after, .btn.disabled:focus .breadcrumb > li + li:before, .btn.disabled:focus .alert:before, .btn.disabled:focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled:focus .close:before,
  .btn.disabled:focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled:focus .close:before, .btn.disabled:focus .switch input[type="checkbox"] + span, .switch .btn.disabled:focus input[type="checkbox"] + span,
  .btn.disabled:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled:focus input[type="checkbox"] + span, .btn.disabled.focus .glyphicon, .btn.disabled.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.focus input[type="checkbox"] + span::after,
  .btn.disabled.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.focus input[type="checkbox"] + span::after, .btn.disabled.focus .breadcrumb > li + li:before, .btn.disabled.focus .alert:before, .btn.disabled.focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.focus .close:before,
  .btn.disabled.focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.focus .close:before, .btn.disabled.focus .switch input[type="checkbox"] + span, .switch .btn.disabled.focus input[type="checkbox"] + span,
  .btn.disabled.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.focus input[type="checkbox"] + span, .btn.disabled:active .glyphicon, .btn.disabled:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled:active input[type="checkbox"] + span::after,
  .btn.disabled:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled:active input[type="checkbox"] + span::after, .btn.disabled:active .breadcrumb > li + li:before, .btn.disabled:active .alert:before, .btn.disabled:active .alert-dismissable .close:before, .alert-dismissable .btn.disabled:active .close:before,
  .btn.disabled:active .alert-dismissible .close:before, .alert-dismissible .btn.disabled:active .close:before, .btn.disabled:active .switch input[type="checkbox"] + span, .switch .btn.disabled:active input[type="checkbox"] + span,
  .btn.disabled:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled:active input[type="checkbox"] + span, .btn.disabled:active:hover .glyphicon, .btn.disabled:active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled:active:hover input[type="checkbox"] + span::after,
  .btn.disabled:active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled:active:hover input[type="checkbox"] + span::after, .btn.disabled:active:hover .breadcrumb > li + li:before, .btn.disabled:active:hover .alert:before, .btn.disabled:active:hover .alert-dismissable .close:before, .alert-dismissable .btn.disabled:active:hover .close:before,
  .btn.disabled:active:hover .alert-dismissible .close:before, .alert-dismissible .btn.disabled:active:hover .close:before, .btn.disabled:active:hover .switch input[type="checkbox"] + span, .switch .btn.disabled:active:hover input[type="checkbox"] + span,
  .btn.disabled:active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled:active:hover input[type="checkbox"] + span, .btn.disabled:active:focus .glyphicon, .btn.disabled:active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled:active:focus input[type="checkbox"] + span::after,
  .btn.disabled:active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled:active:focus input[type="checkbox"] + span::after, .btn.disabled:active:focus .breadcrumb > li + li:before, .btn.disabled:active:focus .alert:before, .btn.disabled:active:focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled:active:focus .close:before,
  .btn.disabled:active:focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled:active:focus .close:before, .btn.disabled:active:focus .switch input[type="checkbox"] + span, .switch .btn.disabled:active:focus input[type="checkbox"] + span,
  .btn.disabled:active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled:active:focus input[type="checkbox"] + span, .btn.disabled:active.focus .glyphicon, .btn.disabled:active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled:active.focus input[type="checkbox"] + span::after,
  .btn.disabled:active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled:active.focus input[type="checkbox"] + span::after, .btn.disabled:active.focus .breadcrumb > li + li:before, .btn.disabled:active.focus .alert:before, .btn.disabled:active.focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled:active.focus .close:before,
  .btn.disabled:active.focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled:active.focus .close:before, .btn.disabled:active.focus .switch input[type="checkbox"] + span, .switch .btn.disabled:active.focus input[type="checkbox"] + span,
  .btn.disabled:active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled:active.focus input[type="checkbox"] + span, .btn.disabled.active .glyphicon, .btn.disabled.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.active input[type="checkbox"] + span::after,
  .btn.disabled.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.active input[type="checkbox"] + span::after, .btn.disabled.active .breadcrumb > li + li:before, .btn.disabled.active .alert:before, .btn.disabled.active .alert-dismissable .close:before, .alert-dismissable .btn.disabled.active .close:before,
  .btn.disabled.active .alert-dismissible .close:before, .alert-dismissible .btn.disabled.active .close:before, .btn.disabled.active .switch input[type="checkbox"] + span, .switch .btn.disabled.active input[type="checkbox"] + span,
  .btn.disabled.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.active input[type="checkbox"] + span, .btn.disabled.active:hover .glyphicon, .btn.disabled.active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.active:hover input[type="checkbox"] + span::after,
  .btn.disabled.active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.active:hover input[type="checkbox"] + span::after, .btn.disabled.active:hover .breadcrumb > li + li:before, .btn.disabled.active:hover .alert:before, .btn.disabled.active:hover .alert-dismissable .close:before, .alert-dismissable .btn.disabled.active:hover .close:before,
  .btn.disabled.active:hover .alert-dismissible .close:before, .alert-dismissible .btn.disabled.active:hover .close:before, .btn.disabled.active:hover .switch input[type="checkbox"] + span, .switch .btn.disabled.active:hover input[type="checkbox"] + span,
  .btn.disabled.active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.active:hover input[type="checkbox"] + span, .btn.disabled.active:focus .glyphicon, .btn.disabled.active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.active:focus input[type="checkbox"] + span::after,
  .btn.disabled.active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.active:focus input[type="checkbox"] + span::after, .btn.disabled.active:focus .breadcrumb > li + li:before, .btn.disabled.active:focus .alert:before, .btn.disabled.active:focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.active:focus .close:before,
  .btn.disabled.active:focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.active:focus .close:before, .btn.disabled.active:focus .switch input[type="checkbox"] + span, .switch .btn.disabled.active:focus input[type="checkbox"] + span,
  .btn.disabled.active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.active:focus input[type="checkbox"] + span, .btn.disabled.active.focus .glyphicon, .btn.disabled.active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.active.focus input[type="checkbox"] + span::after,
  .btn.disabled.active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.active.focus input[type="checkbox"] + span::after, .btn.disabled.active.focus .breadcrumb > li + li:before, .btn.disabled.active.focus .alert:before, .btn.disabled.active.focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.active.focus .close:before,
  .btn.disabled.active.focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.active.focus .close:before, .btn.disabled.active.focus .switch input[type="checkbox"] + span, .switch .btn.disabled.active.focus input[type="checkbox"] + span,
  .btn.disabled.active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.active.focus input[type="checkbox"] + span,
  .btn[disabled] .glyphicon,
  .btn[disabled] .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled] input[type="checkbox"] + span::after,
  .btn[disabled] .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled] input[type="checkbox"] + span::after,
  .btn[disabled] .breadcrumb > li + li:before,
  .btn[disabled] .alert:before,
  .btn[disabled] .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled] .close:before,
  .btn[disabled] .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled] .close:before,
  .btn[disabled] .switch input[type="checkbox"] + span,
  .switch .btn[disabled] input[type="checkbox"] + span,
  .btn[disabled] .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled] input[type="checkbox"] + span,
  .btn[disabled]:hover .glyphicon,
  .btn[disabled]:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled]:hover input[type="checkbox"] + span::after,
  .btn[disabled]:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled]:hover input[type="checkbox"] + span::after,
  .btn[disabled]:hover .breadcrumb > li + li:before,
  .btn[disabled]:hover .alert:before,
  .btn[disabled]:hover .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled]:hover .close:before,
  .btn[disabled]:hover .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled]:hover .close:before,
  .btn[disabled]:hover .switch input[type="checkbox"] + span,
  .switch .btn[disabled]:hover input[type="checkbox"] + span,
  .btn[disabled]:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled]:hover input[type="checkbox"] + span,
  .btn[disabled]:focus .glyphicon,
  .btn[disabled]:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled]:focus input[type="checkbox"] + span::after,
  .btn[disabled]:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled]:focus input[type="checkbox"] + span::after,
  .btn[disabled]:focus .breadcrumb > li + li:before,
  .btn[disabled]:focus .alert:before,
  .btn[disabled]:focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled]:focus .close:before,
  .btn[disabled]:focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled]:focus .close:before,
  .btn[disabled]:focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled]:focus input[type="checkbox"] + span,
  .btn[disabled]:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled]:focus input[type="checkbox"] + span,
  .btn[disabled].focus .glyphicon,
  .btn[disabled].focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].focus input[type="checkbox"] + span::after,
  .btn[disabled].focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].focus input[type="checkbox"] + span::after,
  .btn[disabled].focus .breadcrumb > li + li:before,
  .btn[disabled].focus .alert:before,
  .btn[disabled].focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].focus .close:before,
  .btn[disabled].focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].focus .close:before,
  .btn[disabled].focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].focus input[type="checkbox"] + span,
  .btn[disabled].focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].focus input[type="checkbox"] + span,
  .btn[disabled]:active .glyphicon,
  .btn[disabled]:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled]:active input[type="checkbox"] + span::after,
  .btn[disabled]:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled]:active input[type="checkbox"] + span::after,
  .btn[disabled]:active .breadcrumb > li + li:before,
  .btn[disabled]:active .alert:before,
  .btn[disabled]:active .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled]:active .close:before,
  .btn[disabled]:active .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled]:active .close:before,
  .btn[disabled]:active .switch input[type="checkbox"] + span,
  .switch .btn[disabled]:active input[type="checkbox"] + span,
  .btn[disabled]:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled]:active input[type="checkbox"] + span,
  .btn[disabled]:active:hover .glyphicon,
  .btn[disabled]:active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled]:active:hover input[type="checkbox"] + span::after,
  .btn[disabled]:active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled]:active:hover input[type="checkbox"] + span::after,
  .btn[disabled]:active:hover .breadcrumb > li + li:before,
  .btn[disabled]:active:hover .alert:before,
  .btn[disabled]:active:hover .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled]:active:hover .close:before,
  .btn[disabled]:active:hover .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled]:active:hover .close:before,
  .btn[disabled]:active:hover .switch input[type="checkbox"] + span,
  .switch .btn[disabled]:active:hover input[type="checkbox"] + span,
  .btn[disabled]:active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled]:active:hover input[type="checkbox"] + span,
  .btn[disabled]:active:focus .glyphicon,
  .btn[disabled]:active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled]:active:focus input[type="checkbox"] + span::after,
  .btn[disabled]:active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled]:active:focus input[type="checkbox"] + span::after,
  .btn[disabled]:active:focus .breadcrumb > li + li:before,
  .btn[disabled]:active:focus .alert:before,
  .btn[disabled]:active:focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled]:active:focus .close:before,
  .btn[disabled]:active:focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled]:active:focus .close:before,
  .btn[disabled]:active:focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled]:active:focus input[type="checkbox"] + span,
  .btn[disabled]:active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled]:active:focus input[type="checkbox"] + span,
  .btn[disabled]:active.focus .glyphicon,
  .btn[disabled]:active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled]:active.focus input[type="checkbox"] + span::after,
  .btn[disabled]:active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled]:active.focus input[type="checkbox"] + span::after,
  .btn[disabled]:active.focus .breadcrumb > li + li:before,
  .btn[disabled]:active.focus .alert:before,
  .btn[disabled]:active.focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled]:active.focus .close:before,
  .btn[disabled]:active.focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled]:active.focus .close:before,
  .btn[disabled]:active.focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled]:active.focus input[type="checkbox"] + span,
  .btn[disabled]:active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled]:active.focus input[type="checkbox"] + span,
  .btn[disabled].active .glyphicon,
  .btn[disabled].active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].active input[type="checkbox"] + span::after,
  .btn[disabled].active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].active input[type="checkbox"] + span::after,
  .btn[disabled].active .breadcrumb > li + li:before,
  .btn[disabled].active .alert:before,
  .btn[disabled].active .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].active .close:before,
  .btn[disabled].active .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].active .close:before,
  .btn[disabled].active .switch input[type="checkbox"] + span,
  .switch .btn[disabled].active input[type="checkbox"] + span,
  .btn[disabled].active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].active input[type="checkbox"] + span,
  .btn[disabled].active:hover .glyphicon,
  .btn[disabled].active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].active:hover input[type="checkbox"] + span::after,
  .btn[disabled].active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].active:hover input[type="checkbox"] + span::after,
  .btn[disabled].active:hover .breadcrumb > li + li:before,
  .btn[disabled].active:hover .alert:before,
  .btn[disabled].active:hover .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].active:hover .close:before,
  .btn[disabled].active:hover .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].active:hover .close:before,
  .btn[disabled].active:hover .switch input[type="checkbox"] + span,
  .switch .btn[disabled].active:hover input[type="checkbox"] + span,
  .btn[disabled].active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].active:hover input[type="checkbox"] + span,
  .btn[disabled].active:focus .glyphicon,
  .btn[disabled].active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].active:focus input[type="checkbox"] + span::after,
  .btn[disabled].active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].active:focus input[type="checkbox"] + span::after,
  .btn[disabled].active:focus .breadcrumb > li + li:before,
  .btn[disabled].active:focus .alert:before,
  .btn[disabled].active:focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].active:focus .close:before,
  .btn[disabled].active:focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].active:focus .close:before,
  .btn[disabled].active:focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].active:focus input[type="checkbox"] + span,
  .btn[disabled].active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].active:focus input[type="checkbox"] + span,
  .btn[disabled].active.focus .glyphicon,
  .btn[disabled].active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].active.focus input[type="checkbox"] + span::after,
  .btn[disabled].active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].active.focus input[type="checkbox"] + span::after,
  .btn[disabled].active.focus .breadcrumb > li + li:before,
  .btn[disabled].active.focus .alert:before,
  .btn[disabled].active.focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].active.focus .close:before,
  .btn[disabled].active.focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].active.focus .close:before,
  .btn[disabled].active.focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].active.focus input[type="checkbox"] + span,
  .btn[disabled].active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn .glyphicon,
  fieldset[disabled] .btn .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn input[type="checkbox"] + span::after,
  fieldset[disabled] .btn .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn input[type="checkbox"] + span::after,
  fieldset[disabled] .btn .breadcrumb > li + li:before,
  fieldset[disabled] .btn .alert:before,
  fieldset[disabled] .btn .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn .close:before,
  fieldset[disabled] .btn .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn .close:before,
  fieldset[disabled] .btn .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn input[type="checkbox"] + span,
  fieldset[disabled] .btn .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn input[type="checkbox"] + span,
  fieldset[disabled] .btn:hover .glyphicon,
  fieldset[disabled] .btn:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:hover .breadcrumb > li + li:before,
  fieldset[disabled] .btn:hover .alert:before,
  fieldset[disabled] .btn:hover .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn:hover .close:before,
  fieldset[disabled] .btn:hover .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn:hover .close:before,
  fieldset[disabled] .btn:hover .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn:focus .glyphicon,
  fieldset[disabled] .btn:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn:focus .alert:before,
  fieldset[disabled] .btn:focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn:focus .close:before,
  fieldset[disabled] .btn:focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn:focus .close:before,
  fieldset[disabled] .btn:focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.focus .glyphicon,
  fieldset[disabled] .btn.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.focus .alert:before,
  fieldset[disabled] .btn.focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.focus .close:before,
  fieldset[disabled] .btn.focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.focus .close:before,
  fieldset[disabled] .btn.focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn:active .glyphicon,
  fieldset[disabled] .btn:active .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn:active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn:active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active .breadcrumb > li + li:before,
  fieldset[disabled] .btn:active .alert:before,
  fieldset[disabled] .btn:active .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn:active .close:before,
  fieldset[disabled] .btn:active .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn:active .close:before,
  fieldset[disabled] .btn:active .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn:active input[type="checkbox"] + span,
  fieldset[disabled] .btn:active .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn:active input[type="checkbox"] + span,
  fieldset[disabled] .btn:active:hover .glyphicon,
  fieldset[disabled] .btn:active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn:active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn:active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active:hover .breadcrumb > li + li:before,
  fieldset[disabled] .btn:active:hover .alert:before,
  fieldset[disabled] .btn:active:hover .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn:active:hover .close:before,
  fieldset[disabled] .btn:active:hover .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn:active:hover .close:before,
  fieldset[disabled] .btn:active:hover .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn:active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn:active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn:active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn:active:focus .glyphicon,
  fieldset[disabled] .btn:active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn:active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn:active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active:focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn:active:focus .alert:before,
  fieldset[disabled] .btn:active:focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn:active:focus .close:before,
  fieldset[disabled] .btn:active:focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn:active:focus .close:before,
  fieldset[disabled] .btn:active:focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn:active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn:active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn:active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn:active.focus .glyphicon,
  fieldset[disabled] .btn:active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn:active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn:active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn:active.focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn:active.focus .alert:before,
  fieldset[disabled] .btn:active.focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn:active.focus .close:before,
  fieldset[disabled] .btn:active.focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn:active.focus .close:before,
  fieldset[disabled] .btn:active.focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn:active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn:active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn:active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.active .glyphicon,
  fieldset[disabled] .btn.active .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active .breadcrumb > li + li:before,
  fieldset[disabled] .btn.active .alert:before,
  fieldset[disabled] .btn.active .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.active .close:before,
  fieldset[disabled] .btn.active .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.active .close:before,
  fieldset[disabled] .btn.active .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.active input[type="checkbox"] + span,
  fieldset[disabled] .btn.active .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.active input[type="checkbox"] + span,
  fieldset[disabled] .btn.active:hover .glyphicon,
  fieldset[disabled] .btn.active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active:hover .breadcrumb > li + li:before,
  fieldset[disabled] .btn.active:hover .alert:before,
  fieldset[disabled] .btn.active:hover .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.active:hover .close:before,
  fieldset[disabled] .btn.active:hover .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.active:hover .close:before,
  fieldset[disabled] .btn.active:hover .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.active:focus .glyphicon,
  fieldset[disabled] .btn.active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active:focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.active:focus .alert:before,
  fieldset[disabled] .btn.active:focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.active:focus .close:before,
  fieldset[disabled] .btn.active:focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.active:focus .close:before,
  fieldset[disabled] .btn.active:focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.active.focus .glyphicon,
  fieldset[disabled] .btn.active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.active.focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.active.focus .alert:before,
  fieldset[disabled] .btn.active.focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.active.focus .close:before,
  fieldset[disabled] .btn.active.focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.active.focus .close:before,
  fieldset[disabled] .btn.active.focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.active.focus input[type="checkbox"] + span {
    color: #777677; }

.btn.disabled.btn-white, .btn.disabled.btn-white:hover, .btn.disabled.btn-white:focus, .btn.disabled.btn-white.focus, .btn.disabled.btn-white:active, .btn.disabled.btn-white:active:hover, .btn.disabled.btn-white:active:focus, .btn.disabled.btn-white:active.focus, .btn.disabled.btn-white.active, .btn.disabled.btn-white.active:hover, .btn.disabled.btn-white.active:focus, .btn.disabled.btn-white.active.focus,
.btn[disabled].btn-white,
.btn[disabled].btn-white:hover,
.btn[disabled].btn-white:focus,
.btn[disabled].btn-white.focus,
.btn[disabled].btn-white:active,
.btn[disabled].btn-white:active:hover,
.btn[disabled].btn-white:active:focus,
.btn[disabled].btn-white:active.focus,
.btn[disabled].btn-white.active,
.btn[disabled].btn-white.active:hover,
.btn[disabled].btn-white.active:focus,
.btn[disabled].btn-white.active.focus,
fieldset[disabled] .btn.btn-white,
fieldset[disabled] .btn.btn-white:hover,
fieldset[disabled] .btn.btn-white:focus,
fieldset[disabled] .btn.btn-white.focus,
fieldset[disabled] .btn.btn-white:active,
fieldset[disabled] .btn.btn-white:active:hover,
fieldset[disabled] .btn.btn-white:active:focus,
fieldset[disabled] .btn.btn-white:active.focus,
fieldset[disabled] .btn.btn-white.active,
fieldset[disabled] .btn.btn-white.active:hover,
fieldset[disabled] .btn.btn-white.active:focus,
fieldset[disabled] .btn.btn-white.active.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px dashed #fff;
  color: #fff; }
  .btn.disabled.btn-white .glyphicon, .btn.disabled.btn-white .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white input[type="checkbox"] + span::after,
  .btn.disabled.btn-white .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white input[type="checkbox"] + span::after, .btn.disabled.btn-white .breadcrumb > li + li:before, .btn.disabled.btn-white .alert:before, .btn.disabled.btn-white .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white .close:before,
  .btn.disabled.btn-white .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white .close:before, .btn.disabled.btn-white .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white input[type="checkbox"] + span,
  .btn.disabled.btn-white .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white input[type="checkbox"] + span, .btn.disabled.btn-white:hover .glyphicon, .btn.disabled.btn-white:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white:hover input[type="checkbox"] + span::after,
  .btn.disabled.btn-white:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white:hover input[type="checkbox"] + span::after, .btn.disabled.btn-white:hover .breadcrumb > li + li:before, .btn.disabled.btn-white:hover .alert:before, .btn.disabled.btn-white:hover .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white:hover .close:before,
  .btn.disabled.btn-white:hover .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white:hover .close:before, .btn.disabled.btn-white:hover .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white:hover input[type="checkbox"] + span,
  .btn.disabled.btn-white:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white:hover input[type="checkbox"] + span, .btn.disabled.btn-white:focus .glyphicon, .btn.disabled.btn-white:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white:focus input[type="checkbox"] + span::after,
  .btn.disabled.btn-white:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white:focus input[type="checkbox"] + span::after, .btn.disabled.btn-white:focus .breadcrumb > li + li:before, .btn.disabled.btn-white:focus .alert:before, .btn.disabled.btn-white:focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white:focus .close:before,
  .btn.disabled.btn-white:focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white:focus .close:before, .btn.disabled.btn-white:focus .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white:focus input[type="checkbox"] + span,
  .btn.disabled.btn-white:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white:focus input[type="checkbox"] + span, .btn.disabled.btn-white.focus .glyphicon, .btn.disabled.btn-white.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white.focus input[type="checkbox"] + span::after,
  .btn.disabled.btn-white.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white.focus input[type="checkbox"] + span::after, .btn.disabled.btn-white.focus .breadcrumb > li + li:before, .btn.disabled.btn-white.focus .alert:before, .btn.disabled.btn-white.focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white.focus .close:before,
  .btn.disabled.btn-white.focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white.focus .close:before, .btn.disabled.btn-white.focus .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white.focus input[type="checkbox"] + span,
  .btn.disabled.btn-white.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white.focus input[type="checkbox"] + span, .btn.disabled.btn-white:active .glyphicon, .btn.disabled.btn-white:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white:active input[type="checkbox"] + span::after,
  .btn.disabled.btn-white:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white:active input[type="checkbox"] + span::after, .btn.disabled.btn-white:active .breadcrumb > li + li:before, .btn.disabled.btn-white:active .alert:before, .btn.disabled.btn-white:active .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white:active .close:before,
  .btn.disabled.btn-white:active .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white:active .close:before, .btn.disabled.btn-white:active .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white:active input[type="checkbox"] + span,
  .btn.disabled.btn-white:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white:active input[type="checkbox"] + span, .btn.disabled.btn-white:active:hover .glyphicon, .btn.disabled.btn-white:active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white:active:hover input[type="checkbox"] + span::after,
  .btn.disabled.btn-white:active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white:active:hover input[type="checkbox"] + span::after, .btn.disabled.btn-white:active:hover .breadcrumb > li + li:before, .btn.disabled.btn-white:active:hover .alert:before, .btn.disabled.btn-white:active:hover .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white:active:hover .close:before,
  .btn.disabled.btn-white:active:hover .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white:active:hover .close:before, .btn.disabled.btn-white:active:hover .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white:active:hover input[type="checkbox"] + span,
  .btn.disabled.btn-white:active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white:active:hover input[type="checkbox"] + span, .btn.disabled.btn-white:active:focus .glyphicon, .btn.disabled.btn-white:active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white:active:focus input[type="checkbox"] + span::after,
  .btn.disabled.btn-white:active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white:active:focus input[type="checkbox"] + span::after, .btn.disabled.btn-white:active:focus .breadcrumb > li + li:before, .btn.disabled.btn-white:active:focus .alert:before, .btn.disabled.btn-white:active:focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white:active:focus .close:before,
  .btn.disabled.btn-white:active:focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white:active:focus .close:before, .btn.disabled.btn-white:active:focus .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white:active:focus input[type="checkbox"] + span,
  .btn.disabled.btn-white:active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white:active:focus input[type="checkbox"] + span, .btn.disabled.btn-white:active.focus .glyphicon, .btn.disabled.btn-white:active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white:active.focus input[type="checkbox"] + span::after,
  .btn.disabled.btn-white:active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white:active.focus input[type="checkbox"] + span::after, .btn.disabled.btn-white:active.focus .breadcrumb > li + li:before, .btn.disabled.btn-white:active.focus .alert:before, .btn.disabled.btn-white:active.focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white:active.focus .close:before,
  .btn.disabled.btn-white:active.focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white:active.focus .close:before, .btn.disabled.btn-white:active.focus .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white:active.focus input[type="checkbox"] + span,
  .btn.disabled.btn-white:active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white:active.focus input[type="checkbox"] + span, .btn.disabled.btn-white.active .glyphicon, .btn.disabled.btn-white.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white.active input[type="checkbox"] + span::after,
  .btn.disabled.btn-white.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white.active input[type="checkbox"] + span::after, .btn.disabled.btn-white.active .breadcrumb > li + li:before, .btn.disabled.btn-white.active .alert:before, .btn.disabled.btn-white.active .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white.active .close:before,
  .btn.disabled.btn-white.active .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white.active .close:before, .btn.disabled.btn-white.active .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white.active input[type="checkbox"] + span,
  .btn.disabled.btn-white.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white.active input[type="checkbox"] + span, .btn.disabled.btn-white.active:hover .glyphicon, .btn.disabled.btn-white.active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white.active:hover input[type="checkbox"] + span::after,
  .btn.disabled.btn-white.active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white.active:hover input[type="checkbox"] + span::after, .btn.disabled.btn-white.active:hover .breadcrumb > li + li:before, .btn.disabled.btn-white.active:hover .alert:before, .btn.disabled.btn-white.active:hover .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white.active:hover .close:before,
  .btn.disabled.btn-white.active:hover .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white.active:hover .close:before, .btn.disabled.btn-white.active:hover .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white.active:hover input[type="checkbox"] + span,
  .btn.disabled.btn-white.active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white.active:hover input[type="checkbox"] + span, .btn.disabled.btn-white.active:focus .glyphicon, .btn.disabled.btn-white.active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white.active:focus input[type="checkbox"] + span::after,
  .btn.disabled.btn-white.active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white.active:focus input[type="checkbox"] + span::after, .btn.disabled.btn-white.active:focus .breadcrumb > li + li:before, .btn.disabled.btn-white.active:focus .alert:before, .btn.disabled.btn-white.active:focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white.active:focus .close:before,
  .btn.disabled.btn-white.active:focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white.active:focus .close:before, .btn.disabled.btn-white.active:focus .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white.active:focus input[type="checkbox"] + span,
  .btn.disabled.btn-white.active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white.active:focus input[type="checkbox"] + span, .btn.disabled.btn-white.active.focus .glyphicon, .btn.disabled.btn-white.active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn.disabled.btn-white.active.focus input[type="checkbox"] + span::after,
  .btn.disabled.btn-white.active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn.disabled.btn-white.active.focus input[type="checkbox"] + span::after, .btn.disabled.btn-white.active.focus .breadcrumb > li + li:before, .btn.disabled.btn-white.active.focus .alert:before, .btn.disabled.btn-white.active.focus .alert-dismissable .close:before, .alert-dismissable .btn.disabled.btn-white.active.focus .close:before,
  .btn.disabled.btn-white.active.focus .alert-dismissible .close:before, .alert-dismissible .btn.disabled.btn-white.active.focus .close:before, .btn.disabled.btn-white.active.focus .switch input[type="checkbox"] + span, .switch .btn.disabled.btn-white.active.focus input[type="checkbox"] + span,
  .btn.disabled.btn-white.active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn.disabled.btn-white.active.focus input[type="checkbox"] + span,
  .btn[disabled].btn-white .glyphicon,
  .btn[disabled].btn-white .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white input[type="checkbox"] + span::after,
  .btn[disabled].btn-white .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white input[type="checkbox"] + span::after,
  .btn[disabled].btn-white .breadcrumb > li + li:before,
  .btn[disabled].btn-white .alert:before,
  .btn[disabled].btn-white .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white .close:before,
  .btn[disabled].btn-white .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white .close:before,
  .btn[disabled].btn-white .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white input[type="checkbox"] + span,
  .btn[disabled].btn-white .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white input[type="checkbox"] + span,
  .btn[disabled].btn-white:hover .glyphicon,
  .btn[disabled].btn-white:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white:hover input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white:hover input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:hover .breadcrumb > li + li:before,
  .btn[disabled].btn-white:hover .alert:before,
  .btn[disabled].btn-white:hover .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white:hover .close:before,
  .btn[disabled].btn-white:hover .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white:hover .close:before,
  .btn[disabled].btn-white:hover .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white:hover input[type="checkbox"] + span,
  .btn[disabled].btn-white:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white:hover input[type="checkbox"] + span,
  .btn[disabled].btn-white:focus .glyphicon,
  .btn[disabled].btn-white:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white:focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white:focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:focus .breadcrumb > li + li:before,
  .btn[disabled].btn-white:focus .alert:before,
  .btn[disabled].btn-white:focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white:focus .close:before,
  .btn[disabled].btn-white:focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white:focus .close:before,
  .btn[disabled].btn-white:focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white:focus input[type="checkbox"] + span,
  .btn[disabled].btn-white:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white:focus input[type="checkbox"] + span,
  .btn[disabled].btn-white.focus .glyphicon,
  .btn[disabled].btn-white.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white.focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white.focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.focus .breadcrumb > li + li:before,
  .btn[disabled].btn-white.focus .alert:before,
  .btn[disabled].btn-white.focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white.focus .close:before,
  .btn[disabled].btn-white.focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white.focus .close:before,
  .btn[disabled].btn-white.focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white.focus input[type="checkbox"] + span,
  .btn[disabled].btn-white.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white.focus input[type="checkbox"] + span,
  .btn[disabled].btn-white:active .glyphicon,
  .btn[disabled].btn-white:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white:active input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white:active input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active .breadcrumb > li + li:before,
  .btn[disabled].btn-white:active .alert:before,
  .btn[disabled].btn-white:active .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white:active .close:before,
  .btn[disabled].btn-white:active .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white:active .close:before,
  .btn[disabled].btn-white:active .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white:active input[type="checkbox"] + span,
  .btn[disabled].btn-white:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white:active input[type="checkbox"] + span,
  .btn[disabled].btn-white:active:hover .glyphicon,
  .btn[disabled].btn-white:active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white:active:hover input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white:active:hover input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active:hover .breadcrumb > li + li:before,
  .btn[disabled].btn-white:active:hover .alert:before,
  .btn[disabled].btn-white:active:hover .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white:active:hover .close:before,
  .btn[disabled].btn-white:active:hover .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white:active:hover .close:before,
  .btn[disabled].btn-white:active:hover .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white:active:hover input[type="checkbox"] + span,
  .btn[disabled].btn-white:active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white:active:hover input[type="checkbox"] + span,
  .btn[disabled].btn-white:active:focus .glyphicon,
  .btn[disabled].btn-white:active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white:active:focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white:active:focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active:focus .breadcrumb > li + li:before,
  .btn[disabled].btn-white:active:focus .alert:before,
  .btn[disabled].btn-white:active:focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white:active:focus .close:before,
  .btn[disabled].btn-white:active:focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white:active:focus .close:before,
  .btn[disabled].btn-white:active:focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white:active:focus input[type="checkbox"] + span,
  .btn[disabled].btn-white:active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white:active:focus input[type="checkbox"] + span,
  .btn[disabled].btn-white:active.focus .glyphicon,
  .btn[disabled].btn-white:active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white:active.focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white:active.focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white:active.focus .breadcrumb > li + li:before,
  .btn[disabled].btn-white:active.focus .alert:before,
  .btn[disabled].btn-white:active.focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white:active.focus .close:before,
  .btn[disabled].btn-white:active.focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white:active.focus .close:before,
  .btn[disabled].btn-white:active.focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white:active.focus input[type="checkbox"] + span,
  .btn[disabled].btn-white:active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white:active.focus input[type="checkbox"] + span,
  .btn[disabled].btn-white.active .glyphicon,
  .btn[disabled].btn-white.active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white.active input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white.active input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active .breadcrumb > li + li:before,
  .btn[disabled].btn-white.active .alert:before,
  .btn[disabled].btn-white.active .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white.active .close:before,
  .btn[disabled].btn-white.active .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white.active .close:before,
  .btn[disabled].btn-white.active .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white.active input[type="checkbox"] + span,
  .btn[disabled].btn-white.active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white.active input[type="checkbox"] + span,
  .btn[disabled].btn-white.active:hover .glyphicon,
  .btn[disabled].btn-white.active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white.active:hover input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white.active:hover input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active:hover .breadcrumb > li + li:before,
  .btn[disabled].btn-white.active:hover .alert:before,
  .btn[disabled].btn-white.active:hover .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white.active:hover .close:before,
  .btn[disabled].btn-white.active:hover .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white.active:hover .close:before,
  .btn[disabled].btn-white.active:hover .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white.active:hover input[type="checkbox"] + span,
  .btn[disabled].btn-white.active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white.active:hover input[type="checkbox"] + span,
  .btn[disabled].btn-white.active:focus .glyphicon,
  .btn[disabled].btn-white.active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white.active:focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white.active:focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active:focus .breadcrumb > li + li:before,
  .btn[disabled].btn-white.active:focus .alert:before,
  .btn[disabled].btn-white.active:focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white.active:focus .close:before,
  .btn[disabled].btn-white.active:focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white.active:focus .close:before,
  .btn[disabled].btn-white.active:focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white.active:focus input[type="checkbox"] + span,
  .btn[disabled].btn-white.active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white.active:focus input[type="checkbox"] + span,
  .btn[disabled].btn-white.active.focus .glyphicon,
  .btn[disabled].btn-white.active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn[disabled].btn-white.active.focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn[disabled].btn-white.active.focus input[type="checkbox"] + span::after,
  .btn[disabled].btn-white.active.focus .breadcrumb > li + li:before,
  .btn[disabled].btn-white.active.focus .alert:before,
  .btn[disabled].btn-white.active.focus .alert-dismissable .close:before,
  .alert-dismissable .btn[disabled].btn-white.active.focus .close:before,
  .btn[disabled].btn-white.active.focus .alert-dismissible .close:before,
  .alert-dismissible .btn[disabled].btn-white.active.focus .close:before,
  .btn[disabled].btn-white.active.focus .switch input[type="checkbox"] + span,
  .switch .btn[disabled].btn-white.active.focus input[type="checkbox"] + span,
  .btn[disabled].btn-white.active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn[disabled].btn-white.active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white .glyphicon,
  fieldset[disabled] .btn.btn-white .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white .alert:before,
  fieldset[disabled] .btn.btn-white .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white .close:before,
  fieldset[disabled] .btn.btn-white .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white .close:before,
  fieldset[disabled] .btn.btn-white .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:hover .glyphicon,
  fieldset[disabled] .btn.btn-white:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:hover .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white:hover .alert:before,
  fieldset[disabled] .btn.btn-white:hover .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white:hover .close:before,
  fieldset[disabled] .btn.btn-white:hover .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white:hover .close:before,
  fieldset[disabled] .btn.btn-white:hover .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:focus .glyphicon,
  fieldset[disabled] .btn.btn-white:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white:focus .alert:before,
  fieldset[disabled] .btn.btn-white:focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white:focus .close:before,
  fieldset[disabled] .btn.btn-white:focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white:focus .close:before,
  fieldset[disabled] .btn.btn-white:focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.focus .glyphicon,
  fieldset[disabled] .btn.btn-white.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white.focus .alert:before,
  fieldset[disabled] .btn.btn-white.focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white.focus .close:before,
  fieldset[disabled] .btn.btn-white.focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white.focus .close:before,
  fieldset[disabled] .btn.btn-white.focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active .glyphicon,
  fieldset[disabled] .btn.btn-white:active .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white:active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white:active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white:active .alert:before,
  fieldset[disabled] .btn.btn-white:active .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white:active .close:before,
  fieldset[disabled] .btn.btn-white:active .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white:active .close:before,
  fieldset[disabled] .btn.btn-white:active .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white:active input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white:active input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active:hover .glyphicon,
  fieldset[disabled] .btn.btn-white:active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white:active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white:active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active:hover .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white:active:hover .alert:before,
  fieldset[disabled] .btn.btn-white:active:hover .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white:active:hover .close:before,
  fieldset[disabled] .btn.btn-white:active:hover .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white:active:hover .close:before,
  fieldset[disabled] .btn.btn-white:active:hover .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white:active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white:active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active:focus .glyphicon,
  fieldset[disabled] .btn.btn-white:active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white:active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white:active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active:focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white:active:focus .alert:before,
  fieldset[disabled] .btn.btn-white:active:focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white:active:focus .close:before,
  fieldset[disabled] .btn.btn-white:active:focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white:active:focus .close:before,
  fieldset[disabled] .btn.btn-white:active:focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white:active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white:active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active.focus .glyphicon,
  fieldset[disabled] .btn.btn-white:active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white:active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white:active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white:active.focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white:active.focus .alert:before,
  fieldset[disabled] .btn.btn-white:active.focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white:active.focus .close:before,
  fieldset[disabled] .btn.btn-white:active.focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white:active.focus .close:before,
  fieldset[disabled] .btn.btn-white:active.focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white:active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white:active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white:active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active .glyphicon,
  fieldset[disabled] .btn.btn-white.active .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white.active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white.active input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white.active .alert:before,
  fieldset[disabled] .btn.btn-white.active .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white.active .close:before,
  fieldset[disabled] .btn.btn-white.active .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white.active .close:before,
  fieldset[disabled] .btn.btn-white.active .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white.active input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white.active input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active:hover .glyphicon,
  fieldset[disabled] .btn.btn-white.active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white.active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white.active:hover input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active:hover .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white.active:hover .alert:before,
  fieldset[disabled] .btn.btn-white.active:hover .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white.active:hover .close:before,
  fieldset[disabled] .btn.btn-white.active:hover .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white.active:hover .close:before,
  fieldset[disabled] .btn.btn-white.active:hover .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white.active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white.active:hover input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active:focus .glyphicon,
  fieldset[disabled] .btn.btn-white.active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white.active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white.active:focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active:focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white.active:focus .alert:before,
  fieldset[disabled] .btn.btn-white.active:focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white.active:focus .close:before,
  fieldset[disabled] .btn.btn-white.active:focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white.active:focus .close:before,
  fieldset[disabled] .btn.btn-white.active:focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white.active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white.active:focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active.focus .glyphicon,
  fieldset[disabled] .btn.btn-white.active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox fieldset[disabled] .btn.btn-white.active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline fieldset[disabled] .btn.btn-white.active.focus input[type="checkbox"] + span::after,
  fieldset[disabled] .btn.btn-white.active.focus .breadcrumb > li + li:before,
  fieldset[disabled] .btn.btn-white.active.focus .alert:before,
  fieldset[disabled] .btn.btn-white.active.focus .alert-dismissable .close:before,
  .alert-dismissable fieldset[disabled] .btn.btn-white.active.focus .close:before,
  fieldset[disabled] .btn.btn-white.active.focus .alert-dismissible .close:before,
  .alert-dismissible fieldset[disabled] .btn.btn-white.active.focus .close:before,
  fieldset[disabled] .btn.btn-white.active.focus .switch input[type="checkbox"] + span,
  .switch fieldset[disabled] .btn.btn-white.active.focus input[type="checkbox"] + span,
  fieldset[disabled] .btn.btn-white.active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline fieldset[disabled] .btn.btn-white.active.focus input[type="checkbox"] + span {
    color: #fff; }

.btn-glyphicon .glyphicon, .btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn-glyphicon input[type="checkbox"] + span::after,
.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-glyphicon input[type="checkbox"] + span::after, .btn-glyphicon .breadcrumb > li + li:before, .btn-glyphicon .alert:before, .btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn-glyphicon .close:before,
.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn-glyphicon .close:before, .btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn-glyphicon input[type="checkbox"] + span,
.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn-glyphicon input[type="checkbox"] + span {
  margin-right: 10px; }

.btn-badge, .btn-badge.btn-default, .btn-badge.btn-secondary.btn-gray,
.btn-badge.btn-cancel.btn-gray, .btn-badge.btn-secondary {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #777677;
  min-width: 180px;
  padding: 0 10px;
  text-align: left; }
  .btn-badge:active, .btn-badge.active, .btn-badge.btn-default:active, .btn-badge.btn-secondary.btn-gray:active,
  .btn-badge.btn-cancel.btn-gray:active, .btn-badge.btn-default.active, .btn-badge.active.btn-secondary.btn-gray,
  .btn-badge.active.btn-cancel.btn-gray, .btn-badge.btn-secondary:active, .btn-badge.btn-secondary.active {
    font-weight: 700; }
  .btn-badge:hover, .btn-badge:focus, .btn-badge.focus, .btn-badge.btn-default:hover, .btn-badge.btn-secondary.btn-gray:hover,
  .btn-badge.btn-cancel.btn-gray:hover, .btn-badge.btn-default:focus, .btn-badge.btn-secondary.btn-gray:focus,
  .btn-badge.btn-cancel.btn-gray:focus, .btn-badge.btn-default.focus, .btn-badge.focus.btn-secondary.btn-gray,
  .btn-badge.focus.btn-cancel.btn-gray, .btn-badge.btn-secondary:hover, .btn-badge.btn-secondary:focus, .btn-badge.btn-secondary.focus {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-badge .badge {
  font-weight: 400;
  background-color: transparent;
  color: #777677; }

.btn-badge.btn-default:active, .btn-badge.btn-secondary.btn-gray:active,
.btn-badge.btn-cancel.btn-gray:active, .btn-badge.btn-default.active, .btn-badge.active.btn-secondary.btn-gray,
.btn-badge.active.btn-cancel.btn-gray, .btn-badge.btn-default:active:hover, .btn-badge.btn-secondary.btn-gray:active:hover,
.btn-badge.btn-cancel.btn-gray:active:hover, .btn-badge.btn-default.active:hover, .btn-badge.active.btn-secondary.btn-gray:hover,
.btn-badge.active.btn-cancel.btn-gray:hover, .btn-badge.btn-default:active:focus, .btn-badge.btn-secondary.btn-gray:active:focus,
.btn-badge.btn-cancel.btn-gray:active:focus, .btn-badge.btn-default.active:focus, .btn-badge.active.btn-secondary.btn-gray:focus,
.btn-badge.active.btn-cancel.btn-gray:focus, .btn-badge.btn-default:hover, .btn-badge.btn-secondary.btn-gray:hover,
.btn-badge.btn-cancel.btn-gray:hover, .btn-badge.btn-default:focus, .btn-badge.btn-secondary.btn-gray:focus,
.btn-badge.btn-cancel.btn-gray:focus, .btn-badge.btn-default.focus, .btn-badge.focus.btn-secondary.btn-gray,
.btn-badge.focus.btn-cancel.btn-gray {
  background: #eef5ff;
  border-color: #2d74da;
  color: #777677; }

.btn-badge.btn-secondary:active, .btn-badge.btn-secondary.active, .btn-badge.btn-secondary:active:hover, .btn-badge.btn-secondary.active:hover, .btn-badge.btn-secondary:active:focus, .btn-badge.btn-secondary.active:focus, .btn-badge.btn-secondary:hover, .btn-badge.btn-secondary:focus, .btn-badge.btn-secondary.focus {
  background: #f1ecf5;
  border-color: #9320a2;
  color: #777677; }

.btn-default, .btn-secondary.btn-gray,
.btn-cancel.btn-gray, .btn-default:active, .btn-secondary.btn-gray:active,
.btn-cancel.btn-gray:active, .btn-default:hover, .btn-secondary.btn-gray:hover,
.btn-cancel.btn-gray:hover, .btn-default:hover:active, .btn-secondary.btn-gray:hover:active,
.btn-cancel.btn-gray:hover:active, .btn-default:focus, .btn-secondary.btn-gray:focus,
.btn-cancel.btn-gray:focus, .btn-default:focus:active, .btn-secondary.btn-gray:focus:active,
.btn-cancel.btn-gray:focus:active, .btn-default.focus, .focus.btn-secondary.btn-gray,
.focus.btn-cancel.btn-gray, .btn-default.focus:active, .focus.btn-secondary.btn-gray:active,
.focus.btn-cancel.btn-gray:active {
  background: #fff;
  border-color: #777677;
  color: #595859; }
  .btn-default .glyphicon, .btn-secondary.btn-gray .glyphicon, .btn-cancel.btn-gray .glyphicon, .btn-default .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default input[type="checkbox"] + span::after, .btn-secondary.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-gray input[type="checkbox"] + span::after, .btn-cancel.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .btn-cancel.btn-gray input[type="checkbox"] + span::after,
  .btn-default .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default input[type="checkbox"] + span::after,
  .btn-secondary.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-gray input[type="checkbox"] + span::after,
  .btn-cancel.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-cancel.btn-gray input[type="checkbox"] + span::after, .btn-default .breadcrumb > li + li:before, .btn-secondary.btn-gray .breadcrumb > li + li:before, .btn-cancel.btn-gray .breadcrumb > li + li:before, .btn-default .alert:before, .btn-secondary.btn-gray .alert:before, .btn-cancel.btn-gray .alert:before, .btn-default .alert-dismissable .close:before, .alert-dismissable .btn-default .close:before, .btn-secondary.btn-gray .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-gray .close:before, .btn-cancel.btn-gray .alert-dismissable .close:before, .alert-dismissable .btn-cancel.btn-gray .close:before,
  .btn-default .alert-dismissible .close:before, .alert-dismissible .btn-default .close:before,
  .btn-secondary.btn-gray .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-gray .close:before,
  .btn-cancel.btn-gray .alert-dismissible .close:before, .alert-dismissible .btn-cancel.btn-gray .close:before, .btn-default .switch input[type="checkbox"] + span, .switch .btn-default input[type="checkbox"] + span, .btn-secondary.btn-gray .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-gray input[type="checkbox"] + span, .btn-cancel.btn-gray .switch input[type="checkbox"] + span, .switch .btn-cancel.btn-gray input[type="checkbox"] + span,
  .btn-default .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default input[type="checkbox"] + span,
  .btn-secondary.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-gray input[type="checkbox"] + span,
  .btn-cancel.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .btn-cancel.btn-gray input[type="checkbox"] + span, .btn-default:active .glyphicon, .btn-secondary.btn-gray:active .glyphicon, .btn-cancel.btn-gray:active .glyphicon, .btn-default:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default:active input[type="checkbox"] + span::after, .btn-secondary.btn-gray:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-gray:active input[type="checkbox"] + span::after, .btn-cancel.btn-gray:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-cancel.btn-gray:active input[type="checkbox"] + span::after,
  .btn-default:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-gray:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-gray:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-gray:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-cancel.btn-gray:active input[type="checkbox"] + span::after, .btn-default:active .breadcrumb > li + li:before, .btn-secondary.btn-gray:active .breadcrumb > li + li:before, .btn-cancel.btn-gray:active .breadcrumb > li + li:before, .btn-default:active .alert:before, .btn-secondary.btn-gray:active .alert:before, .btn-cancel.btn-gray:active .alert:before, .btn-default:active .alert-dismissable .close:before, .alert-dismissable .btn-default:active .close:before, .btn-secondary.btn-gray:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-gray:active .close:before, .btn-cancel.btn-gray:active .alert-dismissable .close:before, .alert-dismissable .btn-cancel.btn-gray:active .close:before,
  .btn-default:active .alert-dismissible .close:before, .alert-dismissible .btn-default:active .close:before,
  .btn-secondary.btn-gray:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-gray:active .close:before,
  .btn-cancel.btn-gray:active .alert-dismissible .close:before, .alert-dismissible .btn-cancel.btn-gray:active .close:before, .btn-default:active .switch input[type="checkbox"] + span, .switch .btn-default:active input[type="checkbox"] + span, .btn-secondary.btn-gray:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-gray:active input[type="checkbox"] + span, .btn-cancel.btn-gray:active .switch input[type="checkbox"] + span, .switch .btn-cancel.btn-gray:active input[type="checkbox"] + span,
  .btn-default:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default:active input[type="checkbox"] + span,
  .btn-secondary.btn-gray:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-gray:active input[type="checkbox"] + span,
  .btn-cancel.btn-gray:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-cancel.btn-gray:active input[type="checkbox"] + span, .btn-default:hover .glyphicon, .btn-secondary.btn-gray:hover .glyphicon, .btn-cancel.btn-gray:hover .glyphicon, .btn-default:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default:hover input[type="checkbox"] + span::after, .btn-secondary.btn-gray:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-gray:hover input[type="checkbox"] + span::after, .btn-cancel.btn-gray:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-cancel.btn-gray:hover input[type="checkbox"] + span::after,
  .btn-default:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default:hover input[type="checkbox"] + span::after,
  .btn-secondary.btn-gray:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-gray:hover input[type="checkbox"] + span::after,
  .btn-cancel.btn-gray:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-cancel.btn-gray:hover input[type="checkbox"] + span::after, .btn-default:hover .breadcrumb > li + li:before, .btn-secondary.btn-gray:hover .breadcrumb > li + li:before, .btn-cancel.btn-gray:hover .breadcrumb > li + li:before, .btn-default:hover .alert:before, .btn-secondary.btn-gray:hover .alert:before, .btn-cancel.btn-gray:hover .alert:before, .btn-default:hover .alert-dismissable .close:before, .alert-dismissable .btn-default:hover .close:before, .btn-secondary.btn-gray:hover .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-gray:hover .close:before, .btn-cancel.btn-gray:hover .alert-dismissable .close:before, .alert-dismissable .btn-cancel.btn-gray:hover .close:before,
  .btn-default:hover .alert-dismissible .close:before, .alert-dismissible .btn-default:hover .close:before,
  .btn-secondary.btn-gray:hover .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-gray:hover .close:before,
  .btn-cancel.btn-gray:hover .alert-dismissible .close:before, .alert-dismissible .btn-cancel.btn-gray:hover .close:before, .btn-default:hover .switch input[type="checkbox"] + span, .switch .btn-default:hover input[type="checkbox"] + span, .btn-secondary.btn-gray:hover .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-gray:hover input[type="checkbox"] + span, .btn-cancel.btn-gray:hover .switch input[type="checkbox"] + span, .switch .btn-cancel.btn-gray:hover input[type="checkbox"] + span,
  .btn-default:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default:hover input[type="checkbox"] + span,
  .btn-secondary.btn-gray:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-gray:hover input[type="checkbox"] + span,
  .btn-cancel.btn-gray:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-cancel.btn-gray:hover input[type="checkbox"] + span, .btn-default:hover:active .glyphicon, .btn-secondary.btn-gray:hover:active .glyphicon, .btn-cancel.btn-gray:hover:active .glyphicon, .btn-default:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default:hover:active input[type="checkbox"] + span::after, .btn-secondary.btn-gray:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-gray:hover:active input[type="checkbox"] + span::after, .btn-cancel.btn-gray:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-cancel.btn-gray:hover:active input[type="checkbox"] + span::after,
  .btn-default:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default:hover:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-gray:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-gray:hover:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-gray:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-cancel.btn-gray:hover:active input[type="checkbox"] + span::after, .btn-default:hover:active .breadcrumb > li + li:before, .btn-secondary.btn-gray:hover:active .breadcrumb > li + li:before, .btn-cancel.btn-gray:hover:active .breadcrumb > li + li:before, .btn-default:hover:active .alert:before, .btn-secondary.btn-gray:hover:active .alert:before, .btn-cancel.btn-gray:hover:active .alert:before, .btn-default:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-default:hover:active .close:before, .btn-secondary.btn-gray:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-gray:hover:active .close:before, .btn-cancel.btn-gray:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-cancel.btn-gray:hover:active .close:before,
  .btn-default:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-default:hover:active .close:before,
  .btn-secondary.btn-gray:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-gray:hover:active .close:before,
  .btn-cancel.btn-gray:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-cancel.btn-gray:hover:active .close:before, .btn-default:hover:active .switch input[type="checkbox"] + span, .switch .btn-default:hover:active input[type="checkbox"] + span, .btn-secondary.btn-gray:hover:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-gray:hover:active input[type="checkbox"] + span, .btn-cancel.btn-gray:hover:active .switch input[type="checkbox"] + span, .switch .btn-cancel.btn-gray:hover:active input[type="checkbox"] + span,
  .btn-default:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default:hover:active input[type="checkbox"] + span,
  .btn-secondary.btn-gray:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-gray:hover:active input[type="checkbox"] + span,
  .btn-cancel.btn-gray:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-cancel.btn-gray:hover:active input[type="checkbox"] + span, .btn-default:focus .glyphicon, .btn-secondary.btn-gray:focus .glyphicon, .btn-cancel.btn-gray:focus .glyphicon, .btn-default:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default:focus input[type="checkbox"] + span::after, .btn-secondary.btn-gray:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-gray:focus input[type="checkbox"] + span::after, .btn-cancel.btn-gray:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-cancel.btn-gray:focus input[type="checkbox"] + span::after,
  .btn-default:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default:focus input[type="checkbox"] + span::after,
  .btn-secondary.btn-gray:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-gray:focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-gray:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-cancel.btn-gray:focus input[type="checkbox"] + span::after, .btn-default:focus .breadcrumb > li + li:before, .btn-secondary.btn-gray:focus .breadcrumb > li + li:before, .btn-cancel.btn-gray:focus .breadcrumb > li + li:before, .btn-default:focus .alert:before, .btn-secondary.btn-gray:focus .alert:before, .btn-cancel.btn-gray:focus .alert:before, .btn-default:focus .alert-dismissable .close:before, .alert-dismissable .btn-default:focus .close:before, .btn-secondary.btn-gray:focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-gray:focus .close:before, .btn-cancel.btn-gray:focus .alert-dismissable .close:before, .alert-dismissable .btn-cancel.btn-gray:focus .close:before,
  .btn-default:focus .alert-dismissible .close:before, .alert-dismissible .btn-default:focus .close:before,
  .btn-secondary.btn-gray:focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-gray:focus .close:before,
  .btn-cancel.btn-gray:focus .alert-dismissible .close:before, .alert-dismissible .btn-cancel.btn-gray:focus .close:before, .btn-default:focus .switch input[type="checkbox"] + span, .switch .btn-default:focus input[type="checkbox"] + span, .btn-secondary.btn-gray:focus .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-gray:focus input[type="checkbox"] + span, .btn-cancel.btn-gray:focus .switch input[type="checkbox"] + span, .switch .btn-cancel.btn-gray:focus input[type="checkbox"] + span,
  .btn-default:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default:focus input[type="checkbox"] + span,
  .btn-secondary.btn-gray:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-gray:focus input[type="checkbox"] + span,
  .btn-cancel.btn-gray:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-cancel.btn-gray:focus input[type="checkbox"] + span, .btn-default:focus:active .glyphicon, .btn-secondary.btn-gray:focus:active .glyphicon, .btn-cancel.btn-gray:focus:active .glyphicon, .btn-default:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default:focus:active input[type="checkbox"] + span::after, .btn-secondary.btn-gray:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-gray:focus:active input[type="checkbox"] + span::after, .btn-cancel.btn-gray:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-cancel.btn-gray:focus:active input[type="checkbox"] + span::after,
  .btn-default:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default:focus:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-gray:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-gray:focus:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-gray:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-cancel.btn-gray:focus:active input[type="checkbox"] + span::after, .btn-default:focus:active .breadcrumb > li + li:before, .btn-secondary.btn-gray:focus:active .breadcrumb > li + li:before, .btn-cancel.btn-gray:focus:active .breadcrumb > li + li:before, .btn-default:focus:active .alert:before, .btn-secondary.btn-gray:focus:active .alert:before, .btn-cancel.btn-gray:focus:active .alert:before, .btn-default:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-default:focus:active .close:before, .btn-secondary.btn-gray:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-gray:focus:active .close:before, .btn-cancel.btn-gray:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-cancel.btn-gray:focus:active .close:before,
  .btn-default:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-default:focus:active .close:before,
  .btn-secondary.btn-gray:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-gray:focus:active .close:before,
  .btn-cancel.btn-gray:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-cancel.btn-gray:focus:active .close:before, .btn-default:focus:active .switch input[type="checkbox"] + span, .switch .btn-default:focus:active input[type="checkbox"] + span, .btn-secondary.btn-gray:focus:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-gray:focus:active input[type="checkbox"] + span, .btn-cancel.btn-gray:focus:active .switch input[type="checkbox"] + span, .switch .btn-cancel.btn-gray:focus:active input[type="checkbox"] + span,
  .btn-default:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default:focus:active input[type="checkbox"] + span,
  .btn-secondary.btn-gray:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-gray:focus:active input[type="checkbox"] + span,
  .btn-cancel.btn-gray:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-cancel.btn-gray:focus:active input[type="checkbox"] + span, .btn-default.focus .glyphicon, .focus.btn-secondary.btn-gray .glyphicon, .focus.btn-cancel.btn-gray .glyphicon, .btn-default.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default.focus input[type="checkbox"] + span::after, .focus.btn-secondary.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .focus.btn-secondary.btn-gray input[type="checkbox"] + span::after, .focus.btn-cancel.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .focus.btn-cancel.btn-gray input[type="checkbox"] + span::after,
  .btn-default.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default.focus input[type="checkbox"] + span::after,
  .focus.btn-secondary.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .focus.btn-secondary.btn-gray input[type="checkbox"] + span::after,
  .focus.btn-cancel.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .focus.btn-cancel.btn-gray input[type="checkbox"] + span::after, .btn-default.focus .breadcrumb > li + li:before, .focus.btn-secondary.btn-gray .breadcrumb > li + li:before, .focus.btn-cancel.btn-gray .breadcrumb > li + li:before, .btn-default.focus .alert:before, .focus.btn-secondary.btn-gray .alert:before, .focus.btn-cancel.btn-gray .alert:before, .btn-default.focus .alert-dismissable .close:before, .alert-dismissable .btn-default.focus .close:before, .focus.btn-secondary.btn-gray .alert-dismissable .close:before, .alert-dismissable .focus.btn-secondary.btn-gray .close:before, .focus.btn-cancel.btn-gray .alert-dismissable .close:before, .alert-dismissable .focus.btn-cancel.btn-gray .close:before,
  .btn-default.focus .alert-dismissible .close:before, .alert-dismissible .btn-default.focus .close:before,
  .focus.btn-secondary.btn-gray .alert-dismissible .close:before, .alert-dismissible .focus.btn-secondary.btn-gray .close:before,
  .focus.btn-cancel.btn-gray .alert-dismissible .close:before, .alert-dismissible .focus.btn-cancel.btn-gray .close:before, .btn-default.focus .switch input[type="checkbox"] + span, .switch .btn-default.focus input[type="checkbox"] + span, .focus.btn-secondary.btn-gray .switch input[type="checkbox"] + span, .switch .focus.btn-secondary.btn-gray input[type="checkbox"] + span, .focus.btn-cancel.btn-gray .switch input[type="checkbox"] + span, .switch .focus.btn-cancel.btn-gray input[type="checkbox"] + span,
  .btn-default.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default.focus input[type="checkbox"] + span,
  .focus.btn-secondary.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .focus.btn-secondary.btn-gray input[type="checkbox"] + span,
  .focus.btn-cancel.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .focus.btn-cancel.btn-gray input[type="checkbox"] + span, .btn-default.focus:active .glyphicon, .focus.btn-secondary.btn-gray:active .glyphicon, .focus.btn-cancel.btn-gray:active .glyphicon, .btn-default.focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default.focus:active input[type="checkbox"] + span::after, .focus.btn-secondary.btn-gray:active .checkbox input[type="checkbox"] + span::after, .checkbox .focus.btn-secondary.btn-gray:active input[type="checkbox"] + span::after, .focus.btn-cancel.btn-gray:active .checkbox input[type="checkbox"] + span::after, .checkbox .focus.btn-cancel.btn-gray:active input[type="checkbox"] + span::after,
  .btn-default.focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default.focus:active input[type="checkbox"] + span::after,
  .focus.btn-secondary.btn-gray:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .focus.btn-secondary.btn-gray:active input[type="checkbox"] + span::after,
  .focus.btn-cancel.btn-gray:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .focus.btn-cancel.btn-gray:active input[type="checkbox"] + span::after, .btn-default.focus:active .breadcrumb > li + li:before, .focus.btn-secondary.btn-gray:active .breadcrumb > li + li:before, .focus.btn-cancel.btn-gray:active .breadcrumb > li + li:before, .btn-default.focus:active .alert:before, .focus.btn-secondary.btn-gray:active .alert:before, .focus.btn-cancel.btn-gray:active .alert:before, .btn-default.focus:active .alert-dismissable .close:before, .alert-dismissable .btn-default.focus:active .close:before, .focus.btn-secondary.btn-gray:active .alert-dismissable .close:before, .alert-dismissable .focus.btn-secondary.btn-gray:active .close:before, .focus.btn-cancel.btn-gray:active .alert-dismissable .close:before, .alert-dismissable .focus.btn-cancel.btn-gray:active .close:before,
  .btn-default.focus:active .alert-dismissible .close:before, .alert-dismissible .btn-default.focus:active .close:before,
  .focus.btn-secondary.btn-gray:active .alert-dismissible .close:before, .alert-dismissible .focus.btn-secondary.btn-gray:active .close:before,
  .focus.btn-cancel.btn-gray:active .alert-dismissible .close:before, .alert-dismissible .focus.btn-cancel.btn-gray:active .close:before, .btn-default.focus:active .switch input[type="checkbox"] + span, .switch .btn-default.focus:active input[type="checkbox"] + span, .focus.btn-secondary.btn-gray:active .switch input[type="checkbox"] + span, .switch .focus.btn-secondary.btn-gray:active input[type="checkbox"] + span, .focus.btn-cancel.btn-gray:active .switch input[type="checkbox"] + span, .switch .focus.btn-cancel.btn-gray:active input[type="checkbox"] + span,
  .btn-default.focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default.focus:active input[type="checkbox"] + span,
  .focus.btn-secondary.btn-gray:active .switch-inline input[type="checkbox"] + span, .switch-inline .focus.btn-secondary.btn-gray:active input[type="checkbox"] + span,
  .focus.btn-cancel.btn-gray:active .switch-inline input[type="checkbox"] + span, .switch-inline .focus.btn-cancel.btn-gray:active input[type="checkbox"] + span {
    color: #595859; }

.btn-default:hover, .btn-secondary.btn-gray:hover,
.btn-cancel.btn-gray:hover, .btn-default:hover:active, .btn-secondary.btn-gray:hover:active,
.btn-cancel.btn-gray:hover:active, .btn-default:focus, .btn-secondary.btn-gray:focus,
.btn-cancel.btn-gray:focus, .btn-default:focus:active, .btn-secondary.btn-gray:focus:active,
.btn-cancel.btn-gray:focus:active, .btn-default.focus, .focus.btn-secondary.btn-gray,
.focus.btn-cancel.btn-gray, .btn-default.focus:active, .focus.btn-secondary.btn-gray:active,
.focus.btn-cancel.btn-gray:active {
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #777677;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #777677; }

.btn-default.active, .active.btn-secondary.btn-gray,
.active.btn-cancel.btn-gray, .btn-default.active:hover, .active.btn-secondary.btn-gray:hover,
.active.btn-cancel.btn-gray:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #777677;
  border-color: #777677;
  color: #fff; }
  .btn-default.active .glyphicon, .active.btn-secondary.btn-gray .glyphicon, .active.btn-cancel.btn-gray .glyphicon, .btn-default.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default.active input[type="checkbox"] + span::after, .active.btn-secondary.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .active.btn-secondary.btn-gray input[type="checkbox"] + span::after, .active.btn-cancel.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .active.btn-cancel.btn-gray input[type="checkbox"] + span::after,
  .btn-default.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default.active input[type="checkbox"] + span::after,
  .active.btn-secondary.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.btn-secondary.btn-gray input[type="checkbox"] + span::after,
  .active.btn-cancel.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.btn-cancel.btn-gray input[type="checkbox"] + span::after, .btn-default.active .breadcrumb > li + li:before, .active.btn-secondary.btn-gray .breadcrumb > li + li:before, .active.btn-cancel.btn-gray .breadcrumb > li + li:before, .btn-default.active .alert:before, .active.btn-secondary.btn-gray .alert:before, .active.btn-cancel.btn-gray .alert:before, .btn-default.active .alert-dismissable .close:before, .alert-dismissable .btn-default.active .close:before, .active.btn-secondary.btn-gray .alert-dismissable .close:before, .alert-dismissable .active.btn-secondary.btn-gray .close:before, .active.btn-cancel.btn-gray .alert-dismissable .close:before, .alert-dismissable .active.btn-cancel.btn-gray .close:before,
  .btn-default.active .alert-dismissible .close:before, .alert-dismissible .btn-default.active .close:before,
  .active.btn-secondary.btn-gray .alert-dismissible .close:before, .alert-dismissible .active.btn-secondary.btn-gray .close:before,
  .active.btn-cancel.btn-gray .alert-dismissible .close:before, .alert-dismissible .active.btn-cancel.btn-gray .close:before, .btn-default.active .switch input[type="checkbox"] + span, .switch .btn-default.active input[type="checkbox"] + span, .active.btn-secondary.btn-gray .switch input[type="checkbox"] + span, .switch .active.btn-secondary.btn-gray input[type="checkbox"] + span, .active.btn-cancel.btn-gray .switch input[type="checkbox"] + span, .switch .active.btn-cancel.btn-gray input[type="checkbox"] + span,
  .btn-default.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default.active input[type="checkbox"] + span,
  .active.btn-secondary.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .active.btn-secondary.btn-gray input[type="checkbox"] + span,
  .active.btn-cancel.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .active.btn-cancel.btn-gray input[type="checkbox"] + span, .btn-default.active:hover .glyphicon, .active.btn-secondary.btn-gray:hover .glyphicon, .active.btn-cancel.btn-gray:hover .glyphicon, .btn-default.active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default.active:hover input[type="checkbox"] + span::after, .active.btn-secondary.btn-gray:hover .checkbox input[type="checkbox"] + span::after, .checkbox .active.btn-secondary.btn-gray:hover input[type="checkbox"] + span::after, .active.btn-cancel.btn-gray:hover .checkbox input[type="checkbox"] + span::after, .checkbox .active.btn-cancel.btn-gray:hover input[type="checkbox"] + span::after,
  .btn-default.active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default.active:hover input[type="checkbox"] + span::after,
  .active.btn-secondary.btn-gray:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.btn-secondary.btn-gray:hover input[type="checkbox"] + span::after,
  .active.btn-cancel.btn-gray:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.btn-cancel.btn-gray:hover input[type="checkbox"] + span::after, .btn-default.active:hover .breadcrumb > li + li:before, .active.btn-secondary.btn-gray:hover .breadcrumb > li + li:before, .active.btn-cancel.btn-gray:hover .breadcrumb > li + li:before, .btn-default.active:hover .alert:before, .active.btn-secondary.btn-gray:hover .alert:before, .active.btn-cancel.btn-gray:hover .alert:before, .btn-default.active:hover .alert-dismissable .close:before, .alert-dismissable .btn-default.active:hover .close:before, .active.btn-secondary.btn-gray:hover .alert-dismissable .close:before, .alert-dismissable .active.btn-secondary.btn-gray:hover .close:before, .active.btn-cancel.btn-gray:hover .alert-dismissable .close:before, .alert-dismissable .active.btn-cancel.btn-gray:hover .close:before,
  .btn-default.active:hover .alert-dismissible .close:before, .alert-dismissible .btn-default.active:hover .close:before,
  .active.btn-secondary.btn-gray:hover .alert-dismissible .close:before, .alert-dismissible .active.btn-secondary.btn-gray:hover .close:before,
  .active.btn-cancel.btn-gray:hover .alert-dismissible .close:before, .alert-dismissible .active.btn-cancel.btn-gray:hover .close:before, .btn-default.active:hover .switch input[type="checkbox"] + span, .switch .btn-default.active:hover input[type="checkbox"] + span, .active.btn-secondary.btn-gray:hover .switch input[type="checkbox"] + span, .switch .active.btn-secondary.btn-gray:hover input[type="checkbox"] + span, .active.btn-cancel.btn-gray:hover .switch input[type="checkbox"] + span, .switch .active.btn-cancel.btn-gray:hover input[type="checkbox"] + span,
  .btn-default.active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default.active:hover input[type="checkbox"] + span,
  .active.btn-secondary.btn-gray:hover .switch-inline input[type="checkbox"] + span, .switch-inline .active.btn-secondary.btn-gray:hover input[type="checkbox"] + span,
  .active.btn-cancel.btn-gray:hover .switch-inline input[type="checkbox"] + span, .switch-inline .active.btn-cancel.btn-gray:hover input[type="checkbox"] + span {
    color: #fff; }

.btn-default.active:focus, .active.btn-secondary.btn-gray:focus,
.active.btn-cancel.btn-gray:focus, .btn-default.active.focus, .active.focus.btn-secondary.btn-gray,
.active.focus.btn-cancel.btn-gray {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  background: #777677;
  border-color: #777677;
  color: #fff; }
  .btn-default.active:focus .glyphicon, .active.btn-secondary.btn-gray:focus .glyphicon, .active.btn-cancel.btn-gray:focus .glyphicon, .btn-default.active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default.active:focus input[type="checkbox"] + span::after, .active.btn-secondary.btn-gray:focus .checkbox input[type="checkbox"] + span::after, .checkbox .active.btn-secondary.btn-gray:focus input[type="checkbox"] + span::after, .active.btn-cancel.btn-gray:focus .checkbox input[type="checkbox"] + span::after, .checkbox .active.btn-cancel.btn-gray:focus input[type="checkbox"] + span::after,
  .btn-default.active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default.active:focus input[type="checkbox"] + span::after,
  .active.btn-secondary.btn-gray:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.btn-secondary.btn-gray:focus input[type="checkbox"] + span::after,
  .active.btn-cancel.btn-gray:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.btn-cancel.btn-gray:focus input[type="checkbox"] + span::after, .btn-default.active:focus .breadcrumb > li + li:before, .active.btn-secondary.btn-gray:focus .breadcrumb > li + li:before, .active.btn-cancel.btn-gray:focus .breadcrumb > li + li:before, .btn-default.active:focus .alert:before, .active.btn-secondary.btn-gray:focus .alert:before, .active.btn-cancel.btn-gray:focus .alert:before, .btn-default.active:focus .alert-dismissable .close:before, .alert-dismissable .btn-default.active:focus .close:before, .active.btn-secondary.btn-gray:focus .alert-dismissable .close:before, .alert-dismissable .active.btn-secondary.btn-gray:focus .close:before, .active.btn-cancel.btn-gray:focus .alert-dismissable .close:before, .alert-dismissable .active.btn-cancel.btn-gray:focus .close:before,
  .btn-default.active:focus .alert-dismissible .close:before, .alert-dismissible .btn-default.active:focus .close:before,
  .active.btn-secondary.btn-gray:focus .alert-dismissible .close:before, .alert-dismissible .active.btn-secondary.btn-gray:focus .close:before,
  .active.btn-cancel.btn-gray:focus .alert-dismissible .close:before, .alert-dismissible .active.btn-cancel.btn-gray:focus .close:before, .btn-default.active:focus .switch input[type="checkbox"] + span, .switch .btn-default.active:focus input[type="checkbox"] + span, .active.btn-secondary.btn-gray:focus .switch input[type="checkbox"] + span, .switch .active.btn-secondary.btn-gray:focus input[type="checkbox"] + span, .active.btn-cancel.btn-gray:focus .switch input[type="checkbox"] + span, .switch .active.btn-cancel.btn-gray:focus input[type="checkbox"] + span,
  .btn-default.active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default.active:focus input[type="checkbox"] + span,
  .active.btn-secondary.btn-gray:focus .switch-inline input[type="checkbox"] + span, .switch-inline .active.btn-secondary.btn-gray:focus input[type="checkbox"] + span,
  .active.btn-cancel.btn-gray:focus .switch-inline input[type="checkbox"] + span, .switch-inline .active.btn-cancel.btn-gray:focus input[type="checkbox"] + span, .btn-default.active.focus .glyphicon, .active.focus.btn-secondary.btn-gray .glyphicon, .active.focus.btn-cancel.btn-gray .glyphicon, .btn-default.active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-default.active.focus input[type="checkbox"] + span::after, .active.focus.btn-secondary.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .active.focus.btn-secondary.btn-gray input[type="checkbox"] + span::after, .active.focus.btn-cancel.btn-gray .checkbox input[type="checkbox"] + span::after, .checkbox .active.focus.btn-cancel.btn-gray input[type="checkbox"] + span::after,
  .btn-default.active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-default.active.focus input[type="checkbox"] + span::after,
  .active.focus.btn-secondary.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.focus.btn-secondary.btn-gray input[type="checkbox"] + span::after,
  .active.focus.btn-cancel.btn-gray .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .active.focus.btn-cancel.btn-gray input[type="checkbox"] + span::after, .btn-default.active.focus .breadcrumb > li + li:before, .active.focus.btn-secondary.btn-gray .breadcrumb > li + li:before, .active.focus.btn-cancel.btn-gray .breadcrumb > li + li:before, .btn-default.active.focus .alert:before, .active.focus.btn-secondary.btn-gray .alert:before, .active.focus.btn-cancel.btn-gray .alert:before, .btn-default.active.focus .alert-dismissable .close:before, .alert-dismissable .btn-default.active.focus .close:before, .active.focus.btn-secondary.btn-gray .alert-dismissable .close:before, .alert-dismissable .active.focus.btn-secondary.btn-gray .close:before, .active.focus.btn-cancel.btn-gray .alert-dismissable .close:before, .alert-dismissable .active.focus.btn-cancel.btn-gray .close:before,
  .btn-default.active.focus .alert-dismissible .close:before, .alert-dismissible .btn-default.active.focus .close:before,
  .active.focus.btn-secondary.btn-gray .alert-dismissible .close:before, .alert-dismissible .active.focus.btn-secondary.btn-gray .close:before,
  .active.focus.btn-cancel.btn-gray .alert-dismissible .close:before, .alert-dismissible .active.focus.btn-cancel.btn-gray .close:before, .btn-default.active.focus .switch input[type="checkbox"] + span, .switch .btn-default.active.focus input[type="checkbox"] + span, .active.focus.btn-secondary.btn-gray .switch input[type="checkbox"] + span, .switch .active.focus.btn-secondary.btn-gray input[type="checkbox"] + span, .active.focus.btn-cancel.btn-gray .switch input[type="checkbox"] + span, .switch .active.focus.btn-cancel.btn-gray input[type="checkbox"] + span,
  .btn-default.active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-default.active.focus input[type="checkbox"] + span,
  .active.focus.btn-secondary.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .active.focus.btn-secondary.btn-gray input[type="checkbox"] + span,
  .active.focus.btn-cancel.btn-gray .switch-inline input[type="checkbox"] + span, .switch-inline .active.focus.btn-cancel.btn-gray input[type="checkbox"] + span {
    color: #fff; }

.btn-default.btn-sm:hover, .btn-sm.btn-secondary.btn-gray:hover, .btn-group-sm > .btn-secondary.btn-gray.btn:hover,
.btn-sm.btn-cancel.btn-gray:hover, .btn-group-sm > .btn-cancel.btn-gray.btn:hover, .btn-group-sm > .btn-default.btn:hover, .btn-default.btn-sm:hover:active, .btn-sm.btn-secondary.btn-gray:hover:active, .btn-group-sm > .btn-secondary.btn-gray.btn:hover:active,
.btn-sm.btn-cancel.btn-gray:hover:active, .btn-group-sm > .btn-cancel.btn-gray.btn:hover:active, .btn-group-sm > .btn-default.btn:hover:active, .btn-default.btn-sm:focus, .btn-sm.btn-secondary.btn-gray:focus, .btn-group-sm > .btn-secondary.btn-gray.btn:focus,
.btn-sm.btn-cancel.btn-gray:focus, .btn-group-sm > .btn-cancel.btn-gray.btn:focus, .btn-group-sm > .btn-default.btn:focus, .btn-default.btn-sm:focus:active, .btn-sm.btn-secondary.btn-gray:focus:active, .btn-group-sm > .btn-secondary.btn-gray.btn:focus:active,
.btn-sm.btn-cancel.btn-gray:focus:active, .btn-group-sm > .btn-cancel.btn-gray.btn:focus:active, .btn-group-sm > .btn-default.btn:focus:active, .btn-default.btn-sm.focus, .btn-sm.focus.btn-secondary.btn-gray, .btn-group-sm > .focus.btn-secondary.btn-gray.btn,
.btn-sm.focus.btn-cancel.btn-gray, .btn-group-sm > .focus.btn-cancel.btn-gray.btn, .btn-group-sm > .btn-default.focus.btn, .btn-default.btn-sm.focus:active, .btn-sm.focus.btn-secondary.btn-gray:active, .btn-group-sm > .focus.btn-secondary.btn-gray.btn:active,
.btn-sm.focus.btn-cancel.btn-gray:active, .btn-group-sm > .focus.btn-cancel.btn-gray.btn:active, .btn-group-sm > .btn-default.focus.btn:active {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #777677;
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #777677; }


.open > .btn-default.dropdown-toggle,
.open > .dropdown-toggle.btn-secondary.btn-gray,
.open > .dropdown-toggle.btn-cancel.btn-gray, .open > .btn-default.dropdown-toggle:active, .open > .dropdown-toggle.btn-secondary.btn-gray:active,
.open > .dropdown-toggle.btn-cancel.btn-gray:active,
.open > .btn-default.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-secondary.btn-gray:hover,
.open > .dropdown-toggle.btn-cancel.btn-gray:hover, .open > .btn-default.dropdown-toggle:hover:active, .open > .dropdown-toggle.btn-secondary.btn-gray:hover:active,
.open > .dropdown-toggle.btn-cancel.btn-gray:hover:active,
.open > .btn-default.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-secondary.btn-gray:focus,
.open > .dropdown-toggle.btn-cancel.btn-gray:focus, .open > .btn-default.dropdown-toggle:focus:active, .open > .dropdown-toggle.btn-secondary.btn-gray:focus:active,
.open > .dropdown-toggle.btn-cancel.btn-gray:focus:active,
.open > .btn-default.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.btn-secondary.btn-gray,
.open > .dropdown-toggle.focus.btn-cancel.btn-gray, .open > .btn-default.dropdown-toggle.focus:active, .open > .dropdown-toggle.focus.btn-secondary.btn-gray:active,
.open > .dropdown-toggle.focus.btn-cancel.btn-gray:active {
  background: #fff;
  border-color: #777677; }


.open > .btn-default.dropdown-toggle:hover,
.open > .dropdown-toggle.btn-secondary.btn-gray:hover,
.open > .dropdown-toggle.btn-cancel.btn-gray:hover, .open > .btn-default.dropdown-toggle:hover:active, .open > .dropdown-toggle.btn-secondary.btn-gray:hover:active,
.open > .dropdown-toggle.btn-cancel.btn-gray:hover:active,
.open > .btn-default.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-secondary.btn-gray:focus,
.open > .dropdown-toggle.btn-cancel.btn-gray:focus, .open > .btn-default.dropdown-toggle:focus:active, .open > .dropdown-toggle.btn-secondary.btn-gray:focus:active,
.open > .dropdown-toggle.btn-cancel.btn-gray:focus:active,
.open > .btn-default.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.btn-secondary.btn-gray,
.open > .dropdown-toggle.focus.btn-cancel.btn-gray, .open > .btn-default.dropdown-toggle.focus:active, .open > .dropdown-toggle.focus.btn-secondary.btn-gray:active,
.open > .dropdown-toggle.focus.btn-cancel.btn-gray:active {
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #777677;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #777677; }

.btn-primary, .btn-primary:active, .btn-primary:hover, .btn-primary:hover:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary.focus, .btn-primary.focus:active {
  background: #2d74da;
  border-color: #2d74da;
  color: #fff; }
  .btn-primary .glyphicon, .btn-primary .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary input[type="checkbox"] + span::after,
  .btn-primary .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary input[type="checkbox"] + span::after, .btn-primary .breadcrumb > li + li:before, .btn-primary .alert:before, .btn-primary .alert-dismissable .close:before, .alert-dismissable .btn-primary .close:before,
  .btn-primary .alert-dismissible .close:before, .alert-dismissible .btn-primary .close:before, .btn-primary .switch input[type="checkbox"] + span, .switch .btn-primary input[type="checkbox"] + span,
  .btn-primary .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary input[type="checkbox"] + span, .btn-primary:active .glyphicon, .btn-primary:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary:active input[type="checkbox"] + span::after,
  .btn-primary:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary:active input[type="checkbox"] + span::after, .btn-primary:active .breadcrumb > li + li:before, .btn-primary:active .alert:before, .btn-primary:active .alert-dismissable .close:before, .alert-dismissable .btn-primary:active .close:before,
  .btn-primary:active .alert-dismissible .close:before, .alert-dismissible .btn-primary:active .close:before, .btn-primary:active .switch input[type="checkbox"] + span, .switch .btn-primary:active input[type="checkbox"] + span,
  .btn-primary:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary:active input[type="checkbox"] + span, .btn-primary:hover .glyphicon, .btn-primary:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary:hover input[type="checkbox"] + span::after,
  .btn-primary:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary:hover input[type="checkbox"] + span::after, .btn-primary:hover .breadcrumb > li + li:before, .btn-primary:hover .alert:before, .btn-primary:hover .alert-dismissable .close:before, .alert-dismissable .btn-primary:hover .close:before,
  .btn-primary:hover .alert-dismissible .close:before, .alert-dismissible .btn-primary:hover .close:before, .btn-primary:hover .switch input[type="checkbox"] + span, .switch .btn-primary:hover input[type="checkbox"] + span,
  .btn-primary:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary:hover input[type="checkbox"] + span, .btn-primary:hover:active .glyphicon, .btn-primary:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary:hover:active input[type="checkbox"] + span::after,
  .btn-primary:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary:hover:active input[type="checkbox"] + span::after, .btn-primary:hover:active .breadcrumb > li + li:before, .btn-primary:hover:active .alert:before, .btn-primary:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-primary:hover:active .close:before,
  .btn-primary:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-primary:hover:active .close:before, .btn-primary:hover:active .switch input[type="checkbox"] + span, .switch .btn-primary:hover:active input[type="checkbox"] + span,
  .btn-primary:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary:hover:active input[type="checkbox"] + span, .btn-primary:focus .glyphicon, .btn-primary:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary:focus input[type="checkbox"] + span::after,
  .btn-primary:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary:focus input[type="checkbox"] + span::after, .btn-primary:focus .breadcrumb > li + li:before, .btn-primary:focus .alert:before, .btn-primary:focus .alert-dismissable .close:before, .alert-dismissable .btn-primary:focus .close:before,
  .btn-primary:focus .alert-dismissible .close:before, .alert-dismissible .btn-primary:focus .close:before, .btn-primary:focus .switch input[type="checkbox"] + span, .switch .btn-primary:focus input[type="checkbox"] + span,
  .btn-primary:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary:focus input[type="checkbox"] + span, .btn-primary:focus:active .glyphicon, .btn-primary:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary:focus:active input[type="checkbox"] + span::after,
  .btn-primary:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary:focus:active input[type="checkbox"] + span::after, .btn-primary:focus:active .breadcrumb > li + li:before, .btn-primary:focus:active .alert:before, .btn-primary:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-primary:focus:active .close:before,
  .btn-primary:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-primary:focus:active .close:before, .btn-primary:focus:active .switch input[type="checkbox"] + span, .switch .btn-primary:focus:active input[type="checkbox"] + span,
  .btn-primary:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary:focus:active input[type="checkbox"] + span, .btn-primary.focus .glyphicon, .btn-primary.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.focus input[type="checkbox"] + span::after,
  .btn-primary.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.focus input[type="checkbox"] + span::after, .btn-primary.focus .breadcrumb > li + li:before, .btn-primary.focus .alert:before, .btn-primary.focus .alert-dismissable .close:before, .alert-dismissable .btn-primary.focus .close:before,
  .btn-primary.focus .alert-dismissible .close:before, .alert-dismissible .btn-primary.focus .close:before, .btn-primary.focus .switch input[type="checkbox"] + span, .switch .btn-primary.focus input[type="checkbox"] + span,
  .btn-primary.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.focus input[type="checkbox"] + span, .btn-primary.focus:active .glyphicon, .btn-primary.focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.focus:active input[type="checkbox"] + span::after,
  .btn-primary.focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.focus:active input[type="checkbox"] + span::after, .btn-primary.focus:active .breadcrumb > li + li:before, .btn-primary.focus:active .alert:before, .btn-primary.focus:active .alert-dismissable .close:before, .alert-dismissable .btn-primary.focus:active .close:before,
  .btn-primary.focus:active .alert-dismissible .close:before, .alert-dismissible .btn-primary.focus:active .close:before, .btn-primary.focus:active .switch input[type="checkbox"] + span, .switch .btn-primary.focus:active input[type="checkbox"] + span,
  .btn-primary.focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.focus:active input[type="checkbox"] + span {
    color: #fff; }

.btn-primary:hover, .btn-primary:hover:active, .btn-primary:focus, .btn-primary:focus:active, .btn-primary.focus, .btn-primary.focus:active {
  -webkit-box-shadow: inset 0 0 0 1px #2d74da, inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 1px #2d74da, inset 0 0 0 2px #fff; }

.btn-primary.active, .btn-primary.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2d74da;
  border-color: #2d74da;
  color: #fff; }
  .btn-primary.active .glyphicon, .btn-primary.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.active input[type="checkbox"] + span::after,
  .btn-primary.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.active input[type="checkbox"] + span::after, .btn-primary.active .breadcrumb > li + li:before, .btn-primary.active .alert:before, .btn-primary.active .alert-dismissable .close:before, .alert-dismissable .btn-primary.active .close:before,
  .btn-primary.active .alert-dismissible .close:before, .alert-dismissible .btn-primary.active .close:before, .btn-primary.active .switch input[type="checkbox"] + span, .switch .btn-primary.active input[type="checkbox"] + span,
  .btn-primary.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.active input[type="checkbox"] + span, .btn-primary.active:hover .glyphicon, .btn-primary.active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.active:hover input[type="checkbox"] + span::after,
  .btn-primary.active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.active:hover input[type="checkbox"] + span::after, .btn-primary.active:hover .breadcrumb > li + li:before, .btn-primary.active:hover .alert:before, .btn-primary.active:hover .alert-dismissable .close:before, .alert-dismissable .btn-primary.active:hover .close:before,
  .btn-primary.active:hover .alert-dismissible .close:before, .alert-dismissible .btn-primary.active:hover .close:before, .btn-primary.active:hover .switch input[type="checkbox"] + span, .switch .btn-primary.active:hover input[type="checkbox"] + span,
  .btn-primary.active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.active:hover input[type="checkbox"] + span {
    color: #fff; }

.btn-primary.active:focus, .btn-primary.active.focus {
  -webkit-box-shadow: inset 0 0 0 1px #2d74da, inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 1px #2d74da, inset 0 0 0 2px #fff;
  background: #2d74da;
  border-color: #2d74da;
  color: #fff; }
  .btn-primary.active:focus .glyphicon, .btn-primary.active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.active:focus input[type="checkbox"] + span::after,
  .btn-primary.active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.active:focus input[type="checkbox"] + span::after, .btn-primary.active:focus .breadcrumb > li + li:before, .btn-primary.active:focus .alert:before, .btn-primary.active:focus .alert-dismissable .close:before, .alert-dismissable .btn-primary.active:focus .close:before,
  .btn-primary.active:focus .alert-dismissible .close:before, .alert-dismissible .btn-primary.active:focus .close:before, .btn-primary.active:focus .switch input[type="checkbox"] + span, .switch .btn-primary.active:focus input[type="checkbox"] + span,
  .btn-primary.active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.active:focus input[type="checkbox"] + span, .btn-primary.active.focus .glyphicon, .btn-primary.active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.active.focus input[type="checkbox"] + span::after,
  .btn-primary.active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.active.focus input[type="checkbox"] + span::after, .btn-primary.active.focus .breadcrumb > li + li:before, .btn-primary.active.focus .alert:before, .btn-primary.active.focus .alert-dismissable .close:before, .alert-dismissable .btn-primary.active.focus .close:before,
  .btn-primary.active.focus .alert-dismissible .close:before, .alert-dismissible .btn-primary.active.focus .close:before, .btn-primary.active.focus .switch input[type="checkbox"] + span, .switch .btn-primary.active.focus input[type="checkbox"] + span,
  .btn-primary.active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.active.focus input[type="checkbox"] + span {
    color: #fff; }

.btn-primary.btn-white, .btn-primary.btn-white:active, .btn-primary.btn-white:hover, .btn-primary.btn-white:hover:active, .btn-primary.btn-white:focus, .btn-primary.btn-white:focus:active, .btn-primary.btn-white.focus, .btn-primary.btn-white.focus:active {
  background: #fff;
  border-color: #fff;
  color: #2d74da; }
  .btn-primary.btn-white .glyphicon, .btn-primary.btn-white .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white input[type="checkbox"] + span::after,
  .btn-primary.btn-white .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white input[type="checkbox"] + span::after, .btn-primary.btn-white .breadcrumb > li + li:before, .btn-primary.btn-white .alert:before, .btn-primary.btn-white .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white .close:before,
  .btn-primary.btn-white .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white .close:before, .btn-primary.btn-white .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white input[type="checkbox"] + span,
  .btn-primary.btn-white .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white input[type="checkbox"] + span, .btn-primary.btn-white:active .glyphicon, .btn-primary.btn-white:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white:active input[type="checkbox"] + span::after,
  .btn-primary.btn-white:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white:active input[type="checkbox"] + span::after, .btn-primary.btn-white:active .breadcrumb > li + li:before, .btn-primary.btn-white:active .alert:before, .btn-primary.btn-white:active .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white:active .close:before,
  .btn-primary.btn-white:active .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white:active .close:before, .btn-primary.btn-white:active .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white:active input[type="checkbox"] + span,
  .btn-primary.btn-white:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white:active input[type="checkbox"] + span, .btn-primary.btn-white:hover .glyphicon, .btn-primary.btn-white:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white:hover input[type="checkbox"] + span::after,
  .btn-primary.btn-white:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white:hover input[type="checkbox"] + span::after, .btn-primary.btn-white:hover .breadcrumb > li + li:before, .btn-primary.btn-white:hover .alert:before, .btn-primary.btn-white:hover .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white:hover .close:before,
  .btn-primary.btn-white:hover .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white:hover .close:before, .btn-primary.btn-white:hover .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white:hover input[type="checkbox"] + span,
  .btn-primary.btn-white:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white:hover input[type="checkbox"] + span, .btn-primary.btn-white:hover:active .glyphicon, .btn-primary.btn-white:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white:hover:active input[type="checkbox"] + span::after,
  .btn-primary.btn-white:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white:hover:active input[type="checkbox"] + span::after, .btn-primary.btn-white:hover:active .breadcrumb > li + li:before, .btn-primary.btn-white:hover:active .alert:before, .btn-primary.btn-white:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white:hover:active .close:before,
  .btn-primary.btn-white:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white:hover:active .close:before, .btn-primary.btn-white:hover:active .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white:hover:active input[type="checkbox"] + span,
  .btn-primary.btn-white:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white:hover:active input[type="checkbox"] + span, .btn-primary.btn-white:focus .glyphicon, .btn-primary.btn-white:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white:focus input[type="checkbox"] + span::after,
  .btn-primary.btn-white:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white:focus input[type="checkbox"] + span::after, .btn-primary.btn-white:focus .breadcrumb > li + li:before, .btn-primary.btn-white:focus .alert:before, .btn-primary.btn-white:focus .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white:focus .close:before,
  .btn-primary.btn-white:focus .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white:focus .close:before, .btn-primary.btn-white:focus .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white:focus input[type="checkbox"] + span,
  .btn-primary.btn-white:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white:focus input[type="checkbox"] + span, .btn-primary.btn-white:focus:active .glyphicon, .btn-primary.btn-white:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white:focus:active input[type="checkbox"] + span::after,
  .btn-primary.btn-white:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white:focus:active input[type="checkbox"] + span::after, .btn-primary.btn-white:focus:active .breadcrumb > li + li:before, .btn-primary.btn-white:focus:active .alert:before, .btn-primary.btn-white:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white:focus:active .close:before,
  .btn-primary.btn-white:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white:focus:active .close:before, .btn-primary.btn-white:focus:active .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white:focus:active input[type="checkbox"] + span,
  .btn-primary.btn-white:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white:focus:active input[type="checkbox"] + span, .btn-primary.btn-white.focus .glyphicon, .btn-primary.btn-white.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white.focus input[type="checkbox"] + span::after,
  .btn-primary.btn-white.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white.focus input[type="checkbox"] + span::after, .btn-primary.btn-white.focus .breadcrumb > li + li:before, .btn-primary.btn-white.focus .alert:before, .btn-primary.btn-white.focus .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white.focus .close:before,
  .btn-primary.btn-white.focus .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white.focus .close:before, .btn-primary.btn-white.focus .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white.focus input[type="checkbox"] + span,
  .btn-primary.btn-white.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white.focus input[type="checkbox"] + span, .btn-primary.btn-white.focus:active .glyphicon, .btn-primary.btn-white.focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-primary.btn-white.focus:active input[type="checkbox"] + span::after,
  .btn-primary.btn-white.focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-primary.btn-white.focus:active input[type="checkbox"] + span::after, .btn-primary.btn-white.focus:active .breadcrumb > li + li:before, .btn-primary.btn-white.focus:active .alert:before, .btn-primary.btn-white.focus:active .alert-dismissable .close:before, .alert-dismissable .btn-primary.btn-white.focus:active .close:before,
  .btn-primary.btn-white.focus:active .alert-dismissible .close:before, .alert-dismissible .btn-primary.btn-white.focus:active .close:before, .btn-primary.btn-white.focus:active .switch input[type="checkbox"] + span, .switch .btn-primary.btn-white.focus:active input[type="checkbox"] + span,
  .btn-primary.btn-white.focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-primary.btn-white.focus:active input[type="checkbox"] + span {
    color: #2d74da; }

.btn-primary.btn-white:hover, .btn-primary.btn-white:hover:active, .btn-primary.btn-white:focus, .btn-primary.btn-white:focus:active, .btn-primary.btn-white.focus, .btn-primary.btn-white.focus:active {
  -webkit-box-shadow: inset 0 0 0 1px #2d74da;
  box-shadow: inset 0 0 0 1px #2d74da; }

.open > .btn-primary.dropdown-toggle, .open > .btn-primary.dropdown-toggle:active, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:hover:active, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:focus:active, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle.focus:active {
  background: #2d74da;
  border-color: #2d74da; }

.open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:hover:active, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:focus:active, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle.focus:active {
  -webkit-box-shadow: inset 0 0 0 1px #2d74da, inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 1px #2d74da, inset 0 0 0 2px #fff; }

.btn-secondary, .btn-secondary:active, .btn-secondary:hover, .btn-secondary:hover:active, .btn-secondary:focus, .btn-secondary:focus:active, .btn-secondary.focus, .btn-secondary.focus:active,
.btn-cancel,
.btn-cancel:active,
.btn-cancel:hover,
.btn-cancel:hover:active,
.btn-cancel:focus,
.btn-cancel:focus:active,
.btn-cancel.focus,
.btn-cancel.focus:active {
  background: #fff;
  border-color: #2d74da;
  color: #2d74da; }
  .btn-secondary .glyphicon, .btn-secondary .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary input[type="checkbox"] + span::after,
  .btn-secondary .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary input[type="checkbox"] + span::after, .btn-secondary .breadcrumb > li + li:before, .btn-secondary .alert:before, .btn-secondary .alert-dismissable .close:before, .alert-dismissable .btn-secondary .close:before,
  .btn-secondary .alert-dismissible .close:before, .alert-dismissible .btn-secondary .close:before, .btn-secondary .switch input[type="checkbox"] + span, .switch .btn-secondary input[type="checkbox"] + span,
  .btn-secondary .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary input[type="checkbox"] + span, .btn-secondary:active .glyphicon, .btn-secondary:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary:active input[type="checkbox"] + span::after,
  .btn-secondary:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary:active input[type="checkbox"] + span::after, .btn-secondary:active .breadcrumb > li + li:before, .btn-secondary:active .alert:before, .btn-secondary:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary:active .close:before,
  .btn-secondary:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary:active .close:before, .btn-secondary:active .switch input[type="checkbox"] + span, .switch .btn-secondary:active input[type="checkbox"] + span,
  .btn-secondary:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary:active input[type="checkbox"] + span, .btn-secondary:hover .glyphicon, .btn-secondary:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary:hover input[type="checkbox"] + span::after,
  .btn-secondary:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary:hover input[type="checkbox"] + span::after, .btn-secondary:hover .breadcrumb > li + li:before, .btn-secondary:hover .alert:before, .btn-secondary:hover .alert-dismissable .close:before, .alert-dismissable .btn-secondary:hover .close:before,
  .btn-secondary:hover .alert-dismissible .close:before, .alert-dismissible .btn-secondary:hover .close:before, .btn-secondary:hover .switch input[type="checkbox"] + span, .switch .btn-secondary:hover input[type="checkbox"] + span,
  .btn-secondary:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary:hover input[type="checkbox"] + span, .btn-secondary:hover:active .glyphicon, .btn-secondary:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary:hover:active input[type="checkbox"] + span::after,
  .btn-secondary:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary:hover:active input[type="checkbox"] + span::after, .btn-secondary:hover:active .breadcrumb > li + li:before, .btn-secondary:hover:active .alert:before, .btn-secondary:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary:hover:active .close:before,
  .btn-secondary:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary:hover:active .close:before, .btn-secondary:hover:active .switch input[type="checkbox"] + span, .switch .btn-secondary:hover:active input[type="checkbox"] + span,
  .btn-secondary:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary:hover:active input[type="checkbox"] + span, .btn-secondary:focus .glyphicon, .btn-secondary:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary:focus input[type="checkbox"] + span::after,
  .btn-secondary:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary:focus input[type="checkbox"] + span::after, .btn-secondary:focus .breadcrumb > li + li:before, .btn-secondary:focus .alert:before, .btn-secondary:focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary:focus .close:before,
  .btn-secondary:focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary:focus .close:before, .btn-secondary:focus .switch input[type="checkbox"] + span, .switch .btn-secondary:focus input[type="checkbox"] + span,
  .btn-secondary:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary:focus input[type="checkbox"] + span, .btn-secondary:focus:active .glyphicon, .btn-secondary:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary:focus:active input[type="checkbox"] + span::after,
  .btn-secondary:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary:focus:active input[type="checkbox"] + span::after, .btn-secondary:focus:active .breadcrumb > li + li:before, .btn-secondary:focus:active .alert:before, .btn-secondary:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary:focus:active .close:before,
  .btn-secondary:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary:focus:active .close:before, .btn-secondary:focus:active .switch input[type="checkbox"] + span, .switch .btn-secondary:focus:active input[type="checkbox"] + span,
  .btn-secondary:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary:focus:active input[type="checkbox"] + span, .btn-secondary.focus .glyphicon, .btn-secondary.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.focus input[type="checkbox"] + span::after,
  .btn-secondary.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.focus input[type="checkbox"] + span::after, .btn-secondary.focus .breadcrumb > li + li:before, .btn-secondary.focus .alert:before, .btn-secondary.focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.focus .close:before,
  .btn-secondary.focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.focus .close:before, .btn-secondary.focus .switch input[type="checkbox"] + span, .switch .btn-secondary.focus input[type="checkbox"] + span,
  .btn-secondary.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.focus input[type="checkbox"] + span, .btn-secondary.focus:active .glyphicon, .btn-secondary.focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.focus:active input[type="checkbox"] + span::after,
  .btn-secondary.focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.focus:active input[type="checkbox"] + span::after, .btn-secondary.focus:active .breadcrumb > li + li:before, .btn-secondary.focus:active .alert:before, .btn-secondary.focus:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.focus:active .close:before,
  .btn-secondary.focus:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.focus:active .close:before, .btn-secondary.focus:active .switch input[type="checkbox"] + span, .switch .btn-secondary.focus:active input[type="checkbox"] + span,
  .btn-secondary.focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.focus:active input[type="checkbox"] + span,
  .btn-cancel .glyphicon,
  .btn-cancel .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel input[type="checkbox"] + span::after,
  .btn-cancel .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel input[type="checkbox"] + span::after,
  .btn-cancel .breadcrumb > li + li:before,
  .btn-cancel .alert:before,
  .btn-cancel .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel .close:before,
  .btn-cancel .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel .close:before,
  .btn-cancel .switch input[type="checkbox"] + span,
  .switch .btn-cancel input[type="checkbox"] + span,
  .btn-cancel .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel input[type="checkbox"] + span,
  .btn-cancel:active .glyphicon,
  .btn-cancel:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel:active input[type="checkbox"] + span::after,
  .btn-cancel:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel:active input[type="checkbox"] + span::after,
  .btn-cancel:active .breadcrumb > li + li:before,
  .btn-cancel:active .alert:before,
  .btn-cancel:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel:active .close:before,
  .btn-cancel:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel:active .close:before,
  .btn-cancel:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel:active input[type="checkbox"] + span,
  .btn-cancel:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel:active input[type="checkbox"] + span,
  .btn-cancel:hover .glyphicon,
  .btn-cancel:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel:hover input[type="checkbox"] + span::after,
  .btn-cancel:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel:hover input[type="checkbox"] + span::after,
  .btn-cancel:hover .breadcrumb > li + li:before,
  .btn-cancel:hover .alert:before,
  .btn-cancel:hover .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel:hover .close:before,
  .btn-cancel:hover .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel:hover .close:before,
  .btn-cancel:hover .switch input[type="checkbox"] + span,
  .switch .btn-cancel:hover input[type="checkbox"] + span,
  .btn-cancel:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel:hover input[type="checkbox"] + span,
  .btn-cancel:hover:active .glyphicon,
  .btn-cancel:hover:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel:hover:active input[type="checkbox"] + span::after,
  .btn-cancel:hover:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel:hover:active input[type="checkbox"] + span::after,
  .btn-cancel:hover:active .breadcrumb > li + li:before,
  .btn-cancel:hover:active .alert:before,
  .btn-cancel:hover:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel:hover:active .close:before,
  .btn-cancel:hover:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel:hover:active .close:before,
  .btn-cancel:hover:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel:hover:active input[type="checkbox"] + span,
  .btn-cancel:hover:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel:hover:active input[type="checkbox"] + span,
  .btn-cancel:focus .glyphicon,
  .btn-cancel:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel:focus input[type="checkbox"] + span::after,
  .btn-cancel:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel:focus input[type="checkbox"] + span::after,
  .btn-cancel:focus .breadcrumb > li + li:before,
  .btn-cancel:focus .alert:before,
  .btn-cancel:focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel:focus .close:before,
  .btn-cancel:focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel:focus .close:before,
  .btn-cancel:focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel:focus input[type="checkbox"] + span,
  .btn-cancel:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel:focus input[type="checkbox"] + span,
  .btn-cancel:focus:active .glyphicon,
  .btn-cancel:focus:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel:focus:active input[type="checkbox"] + span::after,
  .btn-cancel:focus:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel:focus:active input[type="checkbox"] + span::after,
  .btn-cancel:focus:active .breadcrumb > li + li:before,
  .btn-cancel:focus:active .alert:before,
  .btn-cancel:focus:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel:focus:active .close:before,
  .btn-cancel:focus:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel:focus:active .close:before,
  .btn-cancel:focus:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel:focus:active input[type="checkbox"] + span,
  .btn-cancel:focus:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel:focus:active input[type="checkbox"] + span,
  .btn-cancel.focus .glyphicon,
  .btn-cancel.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.focus input[type="checkbox"] + span::after,
  .btn-cancel.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.focus input[type="checkbox"] + span::after,
  .btn-cancel.focus .breadcrumb > li + li:before,
  .btn-cancel.focus .alert:before,
  .btn-cancel.focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.focus .close:before,
  .btn-cancel.focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.focus .close:before,
  .btn-cancel.focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.focus input[type="checkbox"] + span,
  .btn-cancel.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.focus input[type="checkbox"] + span,
  .btn-cancel.focus:active .glyphicon,
  .btn-cancel.focus:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.focus:active input[type="checkbox"] + span::after,
  .btn-cancel.focus:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.focus:active input[type="checkbox"] + span::after,
  .btn-cancel.focus:active .breadcrumb > li + li:before,
  .btn-cancel.focus:active .alert:before,
  .btn-cancel.focus:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.focus:active .close:before,
  .btn-cancel.focus:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.focus:active .close:before,
  .btn-cancel.focus:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.focus:active input[type="checkbox"] + span,
  .btn-cancel.focus:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.focus:active input[type="checkbox"] + span {
    color: #2d74da; }

.btn-secondary:hover, .btn-secondary:hover:active, .btn-secondary:focus, .btn-secondary:focus:active, .btn-secondary.focus, .btn-secondary.focus:active,
.btn-cancel:hover,
.btn-cancel:hover:active,
.btn-cancel:focus,
.btn-cancel:focus:active,
.btn-cancel.focus,
.btn-cancel.focus:active {
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #2d74da;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #2d74da; }

.btn-secondary.active, .btn-secondary.active:hover,
.btn-cancel.active,
.btn-cancel.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #2d74da;
  border-color: #2d74da;
  color: #fff; }
  .btn-secondary.active .glyphicon, .btn-secondary.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.active input[type="checkbox"] + span::after,
  .btn-secondary.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.active input[type="checkbox"] + span::after, .btn-secondary.active .breadcrumb > li + li:before, .btn-secondary.active .alert:before, .btn-secondary.active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.active .close:before,
  .btn-secondary.active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.active .close:before, .btn-secondary.active .switch input[type="checkbox"] + span, .switch .btn-secondary.active input[type="checkbox"] + span,
  .btn-secondary.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.active input[type="checkbox"] + span, .btn-secondary.active:hover .glyphicon, .btn-secondary.active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.active:hover input[type="checkbox"] + span::after,
  .btn-secondary.active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.active:hover input[type="checkbox"] + span::after, .btn-secondary.active:hover .breadcrumb > li + li:before, .btn-secondary.active:hover .alert:before, .btn-secondary.active:hover .alert-dismissable .close:before, .alert-dismissable .btn-secondary.active:hover .close:before,
  .btn-secondary.active:hover .alert-dismissible .close:before, .alert-dismissible .btn-secondary.active:hover .close:before, .btn-secondary.active:hover .switch input[type="checkbox"] + span, .switch .btn-secondary.active:hover input[type="checkbox"] + span,
  .btn-secondary.active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.active:hover input[type="checkbox"] + span,
  .btn-cancel.active .glyphicon,
  .btn-cancel.active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.active input[type="checkbox"] + span::after,
  .btn-cancel.active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.active input[type="checkbox"] + span::after,
  .btn-cancel.active .breadcrumb > li + li:before,
  .btn-cancel.active .alert:before,
  .btn-cancel.active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.active .close:before,
  .btn-cancel.active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.active .close:before,
  .btn-cancel.active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.active input[type="checkbox"] + span,
  .btn-cancel.active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.active input[type="checkbox"] + span,
  .btn-cancel.active:hover .glyphicon,
  .btn-cancel.active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.active:hover input[type="checkbox"] + span::after,
  .btn-cancel.active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.active:hover input[type="checkbox"] + span::after,
  .btn-cancel.active:hover .breadcrumb > li + li:before,
  .btn-cancel.active:hover .alert:before,
  .btn-cancel.active:hover .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.active:hover .close:before,
  .btn-cancel.active:hover .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.active:hover .close:before,
  .btn-cancel.active:hover .switch input[type="checkbox"] + span,
  .switch .btn-cancel.active:hover input[type="checkbox"] + span,
  .btn-cancel.active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.active:hover input[type="checkbox"] + span {
    color: #fff; }

.btn-secondary.active:focus, .btn-secondary.active.focus,
.btn-cancel.active:focus,
.btn-cancel.active.focus {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
  background: #2d74da;
  border-color: #2d74da;
  color: #fff; }
  .btn-secondary.active:focus .glyphicon, .btn-secondary.active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.active:focus input[type="checkbox"] + span::after,
  .btn-secondary.active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.active:focus input[type="checkbox"] + span::after, .btn-secondary.active:focus .breadcrumb > li + li:before, .btn-secondary.active:focus .alert:before, .btn-secondary.active:focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.active:focus .close:before,
  .btn-secondary.active:focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.active:focus .close:before, .btn-secondary.active:focus .switch input[type="checkbox"] + span, .switch .btn-secondary.active:focus input[type="checkbox"] + span,
  .btn-secondary.active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.active:focus input[type="checkbox"] + span, .btn-secondary.active.focus .glyphicon, .btn-secondary.active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.active.focus input[type="checkbox"] + span::after,
  .btn-secondary.active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.active.focus input[type="checkbox"] + span::after, .btn-secondary.active.focus .breadcrumb > li + li:before, .btn-secondary.active.focus .alert:before, .btn-secondary.active.focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.active.focus .close:before,
  .btn-secondary.active.focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.active.focus .close:before, .btn-secondary.active.focus .switch input[type="checkbox"] + span, .switch .btn-secondary.active.focus input[type="checkbox"] + span,
  .btn-secondary.active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.active.focus input[type="checkbox"] + span,
  .btn-cancel.active:focus .glyphicon,
  .btn-cancel.active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.active:focus input[type="checkbox"] + span::after,
  .btn-cancel.active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.active:focus input[type="checkbox"] + span::after,
  .btn-cancel.active:focus .breadcrumb > li + li:before,
  .btn-cancel.active:focus .alert:before,
  .btn-cancel.active:focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.active:focus .close:before,
  .btn-cancel.active:focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.active:focus .close:before,
  .btn-cancel.active:focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.active:focus input[type="checkbox"] + span,
  .btn-cancel.active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.active:focus input[type="checkbox"] + span,
  .btn-cancel.active.focus .glyphicon,
  .btn-cancel.active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.active.focus input[type="checkbox"] + span::after,
  .btn-cancel.active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.active.focus input[type="checkbox"] + span::after,
  .btn-cancel.active.focus .breadcrumb > li + li:before,
  .btn-cancel.active.focus .alert:before,
  .btn-cancel.active.focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.active.focus .close:before,
  .btn-cancel.active.focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.active.focus .close:before,
  .btn-cancel.active.focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.active.focus input[type="checkbox"] + span,
  .btn-cancel.active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.active.focus input[type="checkbox"] + span {
    color: #fff; }

.open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:hover:active, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:focus:active, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle.focus:active, .open >
.btn-cancel.dropdown-toggle:hover, .open >
.btn-cancel.dropdown-toggle:hover:active, .open >
.btn-cancel.dropdown-toggle:focus, .open >
.btn-cancel.dropdown-toggle:focus:active, .open >
.btn-cancel.dropdown-toggle.focus, .open >
.btn-cancel.dropdown-toggle.focus:active {
  -webkit-box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #2d74da;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 3px #2d74da; }

.btn-secondary.btn-sm:not(.btn-white):hover, .btn-group-sm > .btn-secondary.btn:not(.btn-white):hover, .btn-secondary.btn-sm:not(.btn-white):hover:active, .btn-group-sm > .btn-secondary.btn:not(.btn-white):hover:active, .btn-secondary.btn-sm:not(.btn-white):focus, .btn-group-sm > .btn-secondary.btn:not(.btn-white):focus, .btn-secondary.btn-sm:not(.btn-white):focus:active, .btn-group-sm > .btn-secondary.btn:not(.btn-white):focus:active, .btn-secondary.btn-sm:not(.btn-white).focus, .btn-group-sm > .btn-secondary.btn:not(.btn-white).focus, .btn-secondary.btn-sm:not(.btn-white).focus:active, .btn-group-sm > .btn-secondary.btn:not(.btn-white).focus:active,
.btn-cancel.btn-sm:not(.btn-white):hover,
.btn-group-sm > .btn-cancel.btn:not(.btn-white):hover,
.btn-cancel.btn-sm:not(.btn-white):hover:active,
.btn-group-sm > .btn-cancel.btn:not(.btn-white):hover:active,
.btn-cancel.btn-sm:not(.btn-white):focus,
.btn-group-sm > .btn-cancel.btn:not(.btn-white):focus,
.btn-cancel.btn-sm:not(.btn-white):focus:active,
.btn-group-sm > .btn-cancel.btn:not(.btn-white):focus:active,
.btn-cancel.btn-sm:not(.btn-white).focus,
.btn-group-sm > .btn-cancel.btn:not(.btn-white).focus,
.btn-cancel.btn-sm:not(.btn-white).focus:active,
.btn-group-sm > .btn-cancel.btn:not(.btn-white).focus:active {
  -webkit-box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da;
  box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 2px #2d74da; }

.btn-secondary.btn-white, .btn-secondary.btn-white:active, .btn-secondary.btn-white:hover, .btn-secondary.btn-white:hover:active, .btn-secondary.btn-white:focus, .btn-secondary.btn-white:focus:active, .btn-secondary.btn-white.focus, .btn-secondary.btn-white.focus:active,
.btn-cancel.btn-white,
.btn-cancel.btn-white:active,
.btn-cancel.btn-white:hover,
.btn-cancel.btn-white:hover:active,
.btn-cancel.btn-white:focus,
.btn-cancel.btn-white:focus:active,
.btn-cancel.btn-white.focus,
.btn-cancel.btn-white.focus:active {
  background: transparent;
  border-color: #fff;
  color: #fff; }
  .btn-secondary.btn-white .glyphicon, .btn-secondary.btn-white .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white input[type="checkbox"] + span::after,
  .btn-secondary.btn-white .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white input[type="checkbox"] + span::after, .btn-secondary.btn-white .breadcrumb > li + li:before, .btn-secondary.btn-white .alert:before, .btn-secondary.btn-white .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white .close:before,
  .btn-secondary.btn-white .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white .close:before, .btn-secondary.btn-white .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white input[type="checkbox"] + span,
  .btn-secondary.btn-white .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white input[type="checkbox"] + span, .btn-secondary.btn-white:active .glyphicon, .btn-secondary.btn-white:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-white:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white:active input[type="checkbox"] + span::after, .btn-secondary.btn-white:active .breadcrumb > li + li:before, .btn-secondary.btn-white:active .alert:before, .btn-secondary.btn-white:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white:active .close:before,
  .btn-secondary.btn-white:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white:active .close:before, .btn-secondary.btn-white:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white:active input[type="checkbox"] + span,
  .btn-secondary.btn-white:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white:active input[type="checkbox"] + span, .btn-secondary.btn-white:hover .glyphicon, .btn-secondary.btn-white:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white:hover input[type="checkbox"] + span::after,
  .btn-secondary.btn-white:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white:hover input[type="checkbox"] + span::after, .btn-secondary.btn-white:hover .breadcrumb > li + li:before, .btn-secondary.btn-white:hover .alert:before, .btn-secondary.btn-white:hover .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white:hover .close:before,
  .btn-secondary.btn-white:hover .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white:hover .close:before, .btn-secondary.btn-white:hover .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white:hover input[type="checkbox"] + span,
  .btn-secondary.btn-white:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white:hover input[type="checkbox"] + span, .btn-secondary.btn-white:hover:active .glyphicon, .btn-secondary.btn-white:hover:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white:hover:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-white:hover:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white:hover:active input[type="checkbox"] + span::after, .btn-secondary.btn-white:hover:active .breadcrumb > li + li:before, .btn-secondary.btn-white:hover:active .alert:before, .btn-secondary.btn-white:hover:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white:hover:active .close:before,
  .btn-secondary.btn-white:hover:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white:hover:active .close:before, .btn-secondary.btn-white:hover:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white:hover:active input[type="checkbox"] + span,
  .btn-secondary.btn-white:hover:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white:hover:active input[type="checkbox"] + span, .btn-secondary.btn-white:focus .glyphicon, .btn-secondary.btn-white:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white:focus input[type="checkbox"] + span::after,
  .btn-secondary.btn-white:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white:focus input[type="checkbox"] + span::after, .btn-secondary.btn-white:focus .breadcrumb > li + li:before, .btn-secondary.btn-white:focus .alert:before, .btn-secondary.btn-white:focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white:focus .close:before,
  .btn-secondary.btn-white:focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white:focus .close:before, .btn-secondary.btn-white:focus .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white:focus input[type="checkbox"] + span,
  .btn-secondary.btn-white:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white:focus input[type="checkbox"] + span, .btn-secondary.btn-white:focus:active .glyphicon, .btn-secondary.btn-white:focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white:focus:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-white:focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white:focus:active input[type="checkbox"] + span::after, .btn-secondary.btn-white:focus:active .breadcrumb > li + li:before, .btn-secondary.btn-white:focus:active .alert:before, .btn-secondary.btn-white:focus:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white:focus:active .close:before,
  .btn-secondary.btn-white:focus:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white:focus:active .close:before, .btn-secondary.btn-white:focus:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white:focus:active input[type="checkbox"] + span,
  .btn-secondary.btn-white:focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white:focus:active input[type="checkbox"] + span, .btn-secondary.btn-white.focus .glyphicon, .btn-secondary.btn-white.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white.focus input[type="checkbox"] + span::after,
  .btn-secondary.btn-white.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white.focus input[type="checkbox"] + span::after, .btn-secondary.btn-white.focus .breadcrumb > li + li:before, .btn-secondary.btn-white.focus .alert:before, .btn-secondary.btn-white.focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white.focus .close:before,
  .btn-secondary.btn-white.focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white.focus .close:before, .btn-secondary.btn-white.focus .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white.focus input[type="checkbox"] + span,
  .btn-secondary.btn-white.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white.focus input[type="checkbox"] + span, .btn-secondary.btn-white.focus:active .glyphicon, .btn-secondary.btn-white.focus:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white.focus:active input[type="checkbox"] + span::after,
  .btn-secondary.btn-white.focus:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white.focus:active input[type="checkbox"] + span::after, .btn-secondary.btn-white.focus:active .breadcrumb > li + li:before, .btn-secondary.btn-white.focus:active .alert:before, .btn-secondary.btn-white.focus:active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white.focus:active .close:before,
  .btn-secondary.btn-white.focus:active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white.focus:active .close:before, .btn-secondary.btn-white.focus:active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white.focus:active input[type="checkbox"] + span,
  .btn-secondary.btn-white.focus:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white.focus:active input[type="checkbox"] + span,
  .btn-cancel.btn-white .glyphicon,
  .btn-cancel.btn-white .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white input[type="checkbox"] + span::after,
  .btn-cancel.btn-white .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white input[type="checkbox"] + span::after,
  .btn-cancel.btn-white .breadcrumb > li + li:before,
  .btn-cancel.btn-white .alert:before,
  .btn-cancel.btn-white .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white .close:before,
  .btn-cancel.btn-white .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white .close:before,
  .btn-cancel.btn-white .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white input[type="checkbox"] + span,
  .btn-cancel.btn-white .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white input[type="checkbox"] + span,
  .btn-cancel.btn-white:active .glyphicon,
  .btn-cancel.btn-white:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:active .breadcrumb > li + li:before,
  .btn-cancel.btn-white:active .alert:before,
  .btn-cancel.btn-white:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white:active .close:before,
  .btn-cancel.btn-white:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white:active .close:before,
  .btn-cancel.btn-white:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white:active input[type="checkbox"] + span,
  .btn-cancel.btn-white:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white:active input[type="checkbox"] + span,
  .btn-cancel.btn-white:hover .glyphicon,
  .btn-cancel.btn-white:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white:hover input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white:hover input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:hover .breadcrumb > li + li:before,
  .btn-cancel.btn-white:hover .alert:before,
  .btn-cancel.btn-white:hover .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white:hover .close:before,
  .btn-cancel.btn-white:hover .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white:hover .close:before,
  .btn-cancel.btn-white:hover .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white:hover input[type="checkbox"] + span,
  .btn-cancel.btn-white:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white:hover input[type="checkbox"] + span,
  .btn-cancel.btn-white:hover:active .glyphicon,
  .btn-cancel.btn-white:hover:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white:hover:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:hover:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white:hover:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:hover:active .breadcrumb > li + li:before,
  .btn-cancel.btn-white:hover:active .alert:before,
  .btn-cancel.btn-white:hover:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white:hover:active .close:before,
  .btn-cancel.btn-white:hover:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white:hover:active .close:before,
  .btn-cancel.btn-white:hover:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white:hover:active input[type="checkbox"] + span,
  .btn-cancel.btn-white:hover:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white:hover:active input[type="checkbox"] + span,
  .btn-cancel.btn-white:focus .glyphicon,
  .btn-cancel.btn-white:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white:focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white:focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:focus .breadcrumb > li + li:before,
  .btn-cancel.btn-white:focus .alert:before,
  .btn-cancel.btn-white:focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white:focus .close:before,
  .btn-cancel.btn-white:focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white:focus .close:before,
  .btn-cancel.btn-white:focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white:focus input[type="checkbox"] + span,
  .btn-cancel.btn-white:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white:focus input[type="checkbox"] + span,
  .btn-cancel.btn-white:focus:active .glyphicon,
  .btn-cancel.btn-white:focus:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white:focus:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:focus:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white:focus:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white:focus:active .breadcrumb > li + li:before,
  .btn-cancel.btn-white:focus:active .alert:before,
  .btn-cancel.btn-white:focus:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white:focus:active .close:before,
  .btn-cancel.btn-white:focus:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white:focus:active .close:before,
  .btn-cancel.btn-white:focus:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white:focus:active input[type="checkbox"] + span,
  .btn-cancel.btn-white:focus:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white:focus:active input[type="checkbox"] + span,
  .btn-cancel.btn-white.focus .glyphicon,
  .btn-cancel.btn-white.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white.focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white.focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.focus .breadcrumb > li + li:before,
  .btn-cancel.btn-white.focus .alert:before,
  .btn-cancel.btn-white.focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white.focus .close:before,
  .btn-cancel.btn-white.focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white.focus .close:before,
  .btn-cancel.btn-white.focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white.focus input[type="checkbox"] + span,
  .btn-cancel.btn-white.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white.focus input[type="checkbox"] + span,
  .btn-cancel.btn-white.focus:active .glyphicon,
  .btn-cancel.btn-white.focus:active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white.focus:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.focus:active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white.focus:active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.focus:active .breadcrumb > li + li:before,
  .btn-cancel.btn-white.focus:active .alert:before,
  .btn-cancel.btn-white.focus:active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white.focus:active .close:before,
  .btn-cancel.btn-white.focus:active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white.focus:active .close:before,
  .btn-cancel.btn-white.focus:active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white.focus:active input[type="checkbox"] + span,
  .btn-cancel.btn-white.focus:active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white.focus:active input[type="checkbox"] + span {
    color: #fff; }

.btn-secondary.btn-white:hover, .btn-secondary.btn-white:hover:active, .btn-secondary.btn-white:focus, .btn-secondary.btn-white:focus:active, .btn-secondary.btn-white.focus, .btn-secondary.btn-white.focus:active,
.btn-cancel.btn-white:hover,
.btn-cancel.btn-white:hover:active,
.btn-cancel.btn-white:focus,
.btn-cancel.btn-white:focus:active,
.btn-cancel.btn-white.focus,
.btn-cancel.btn-white.focus:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-secondary.btn-white.active, .btn-secondary.btn-white.active:hover,
.btn-cancel.btn-white.active,
.btn-cancel.btn-white.active:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border-color: #fff;
  color: #2d74da; }
  .btn-secondary.btn-white.active .glyphicon, .btn-secondary.btn-white.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white.active input[type="checkbox"] + span::after,
  .btn-secondary.btn-white.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white.active input[type="checkbox"] + span::after, .btn-secondary.btn-white.active .breadcrumb > li + li:before, .btn-secondary.btn-white.active .alert:before, .btn-secondary.btn-white.active .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white.active .close:before,
  .btn-secondary.btn-white.active .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white.active .close:before, .btn-secondary.btn-white.active .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white.active input[type="checkbox"] + span,
  .btn-secondary.btn-white.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white.active input[type="checkbox"] + span, .btn-secondary.btn-white.active:hover .glyphicon, .btn-secondary.btn-white.active:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white.active:hover input[type="checkbox"] + span::after,
  .btn-secondary.btn-white.active:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white.active:hover input[type="checkbox"] + span::after, .btn-secondary.btn-white.active:hover .breadcrumb > li + li:before, .btn-secondary.btn-white.active:hover .alert:before, .btn-secondary.btn-white.active:hover .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white.active:hover .close:before,
  .btn-secondary.btn-white.active:hover .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white.active:hover .close:before, .btn-secondary.btn-white.active:hover .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white.active:hover input[type="checkbox"] + span,
  .btn-secondary.btn-white.active:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white.active:hover input[type="checkbox"] + span,
  .btn-cancel.btn-white.active .glyphicon,
  .btn-cancel.btn-white.active .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white.active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white.active input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active .breadcrumb > li + li:before,
  .btn-cancel.btn-white.active .alert:before,
  .btn-cancel.btn-white.active .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white.active .close:before,
  .btn-cancel.btn-white.active .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white.active .close:before,
  .btn-cancel.btn-white.active .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white.active input[type="checkbox"] + span,
  .btn-cancel.btn-white.active .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white.active input[type="checkbox"] + span,
  .btn-cancel.btn-white.active:hover .glyphicon,
  .btn-cancel.btn-white.active:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white.active:hover input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white.active:hover input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active:hover .breadcrumb > li + li:before,
  .btn-cancel.btn-white.active:hover .alert:before,
  .btn-cancel.btn-white.active:hover .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white.active:hover .close:before,
  .btn-cancel.btn-white.active:hover .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white.active:hover .close:before,
  .btn-cancel.btn-white.active:hover .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white.active:hover input[type="checkbox"] + span,
  .btn-cancel.btn-white.active:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white.active:hover input[type="checkbox"] + span {
    color: #2d74da; }

.btn-secondary.btn-white.active:focus, .btn-secondary.btn-white.active.focus,
.btn-cancel.btn-white.active:focus,
.btn-cancel.btn-white.active.focus {
  -webkit-box-shadow: inset 0 0 0 1px #2d74da;
  box-shadow: inset 0 0 0 1px #2d74da;
  background: #fff;
  border-color: #fff;
  color: #2d74da; }
  .btn-secondary.btn-white.active:focus .glyphicon, .btn-secondary.btn-white.active:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white.active:focus input[type="checkbox"] + span::after,
  .btn-secondary.btn-white.active:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white.active:focus input[type="checkbox"] + span::after, .btn-secondary.btn-white.active:focus .breadcrumb > li + li:before, .btn-secondary.btn-white.active:focus .alert:before, .btn-secondary.btn-white.active:focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white.active:focus .close:before,
  .btn-secondary.btn-white.active:focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white.active:focus .close:before, .btn-secondary.btn-white.active:focus .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white.active:focus input[type="checkbox"] + span,
  .btn-secondary.btn-white.active:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white.active:focus input[type="checkbox"] + span, .btn-secondary.btn-white.active.focus .glyphicon, .btn-secondary.btn-white.active.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-secondary.btn-white.active.focus input[type="checkbox"] + span::after,
  .btn-secondary.btn-white.active.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-secondary.btn-white.active.focus input[type="checkbox"] + span::after, .btn-secondary.btn-white.active.focus .breadcrumb > li + li:before, .btn-secondary.btn-white.active.focus .alert:before, .btn-secondary.btn-white.active.focus .alert-dismissable .close:before, .alert-dismissable .btn-secondary.btn-white.active.focus .close:before,
  .btn-secondary.btn-white.active.focus .alert-dismissible .close:before, .alert-dismissible .btn-secondary.btn-white.active.focus .close:before, .btn-secondary.btn-white.active.focus .switch input[type="checkbox"] + span, .switch .btn-secondary.btn-white.active.focus input[type="checkbox"] + span,
  .btn-secondary.btn-white.active.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-secondary.btn-white.active.focus input[type="checkbox"] + span,
  .btn-cancel.btn-white.active:focus .glyphicon,
  .btn-cancel.btn-white.active:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white.active:focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white.active:focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active:focus .breadcrumb > li + li:before,
  .btn-cancel.btn-white.active:focus .alert:before,
  .btn-cancel.btn-white.active:focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white.active:focus .close:before,
  .btn-cancel.btn-white.active:focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white.active:focus .close:before,
  .btn-cancel.btn-white.active:focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white.active:focus input[type="checkbox"] + span,
  .btn-cancel.btn-white.active:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white.active:focus input[type="checkbox"] + span,
  .btn-cancel.btn-white.active.focus .glyphicon,
  .btn-cancel.btn-white.active.focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .btn-cancel.btn-white.active.focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active.focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .btn-cancel.btn-white.active.focus input[type="checkbox"] + span::after,
  .btn-cancel.btn-white.active.focus .breadcrumb > li + li:before,
  .btn-cancel.btn-white.active.focus .alert:before,
  .btn-cancel.btn-white.active.focus .alert-dismissable .close:before,
  .alert-dismissable .btn-cancel.btn-white.active.focus .close:before,
  .btn-cancel.btn-white.active.focus .alert-dismissible .close:before,
  .alert-dismissible .btn-cancel.btn-white.active.focus .close:before,
  .btn-cancel.btn-white.active.focus .switch input[type="checkbox"] + span,
  .switch .btn-cancel.btn-white.active.focus input[type="checkbox"] + span,
  .btn-cancel.btn-white.active.focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .btn-cancel.btn-white.active.focus input[type="checkbox"] + span {
    color: #2d74da; }

.btn-secondary.btn-white:not(.active):not(:disabled):hover, .btn-secondary.btn-white:not(.active):not(:disabled):focus, .btn-secondary.btn-white:not(.active):not(:disabled).focus,
.btn-cancel.btn-white:not(.active):not(:disabled):hover,
.btn-cancel.btn-white:not(.active):not(:disabled):focus,
.btn-cancel.btn-white:not(.active):not(:disabled).focus {
  -webkit-box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #fff;
  box-shadow: 0 0 0 2px #fff, inset 0 0 0 1px #fff;
  border: 1px solid transparent;
  height: 16px;
  line-height: 8px;
  padding: 0 19px;
  margin-left: 12px;
  margin-right: 2px; }

.btn-success {
  background-color: #00884b;
  border-color: transparent;
  color: #fff; }
  .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #fff; }
    .btn-success:hover .glyphicon, .btn-success:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-success:hover input[type="checkbox"] + span::after,
    .btn-success:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-success:hover input[type="checkbox"] + span::after, .btn-success:hover .breadcrumb > li + li:before, .btn-success:hover .alert:before, .btn-success:hover .alert-dismissable .close:before, .alert-dismissable .btn-success:hover .close:before,
    .btn-success:hover .alert-dismissible .close:before, .alert-dismissible .btn-success:hover .close:before, .btn-success:hover .switch input[type="checkbox"] + span, .switch .btn-success:hover input[type="checkbox"] + span,
    .btn-success:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-success:hover input[type="checkbox"] + span, .btn-success:focus .glyphicon, .btn-success:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-success:focus input[type="checkbox"] + span::after,
    .btn-success:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-success:focus input[type="checkbox"] + span::after, .btn-success:focus .breadcrumb > li + li:before, .btn-success:focus .alert:before, .btn-success:focus .alert-dismissable .close:before, .alert-dismissable .btn-success:focus .close:before,
    .btn-success:focus .alert-dismissible .close:before, .alert-dismissible .btn-success:focus .close:before, .btn-success:focus .switch input[type="checkbox"] + span, .switch .btn-success:focus input[type="checkbox"] + span,
    .btn-success:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-success:focus input[type="checkbox"] + span, .btn-success.focus .glyphicon, .btn-success.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-success.focus input[type="checkbox"] + span::after,
    .btn-success.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-success.focus input[type="checkbox"] + span::after, .btn-success.focus .breadcrumb > li + li:before, .btn-success.focus .alert:before, .btn-success.focus .alert-dismissable .close:before, .alert-dismissable .btn-success.focus .close:before,
    .btn-success.focus .alert-dismissible .close:before, .alert-dismissible .btn-success.focus .close:before, .btn-success.focus .switch input[type="checkbox"] + span, .switch .btn-success.focus input[type="checkbox"] + span,
    .btn-success.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-success.focus input[type="checkbox"] + span, .btn-success:active .glyphicon, .btn-success:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-success:active input[type="checkbox"] + span::after,
    .btn-success:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-success:active input[type="checkbox"] + span::after, .btn-success:active .breadcrumb > li + li:before, .btn-success:active .alert:before, .btn-success:active .alert-dismissable .close:before, .alert-dismissable .btn-success:active .close:before,
    .btn-success:active .alert-dismissible .close:before, .alert-dismissible .btn-success:active .close:before, .btn-success:active .switch input[type="checkbox"] + span, .switch .btn-success:active input[type="checkbox"] + span,
    .btn-success:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-success:active input[type="checkbox"] + span, .btn-success.active .glyphicon, .btn-success.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-success.active input[type="checkbox"] + span::after,
    .btn-success.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-success.active input[type="checkbox"] + span::after, .btn-success.active .breadcrumb > li + li:before, .btn-success.active .alert:before, .btn-success.active .alert-dismissable .close:before, .alert-dismissable .btn-success.active .close:before,
    .btn-success.active .alert-dismissible .close:before, .alert-dismissible .btn-success.active .close:before, .btn-success.active .switch input[type="checkbox"] + span, .switch .btn-success.active input[type="checkbox"] + span,
    .btn-success.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-success.active input[type="checkbox"] + span,
    .open > .btn-success.dropdown-toggle .glyphicon,
    .open > .btn-success.dropdown-toggle .checkbox input[type="checkbox"] + span::after,
    .checkbox .open > .btn-success.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-success.dropdown-toggle .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .open > .btn-success.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-success.dropdown-toggle .breadcrumb > li + li:before,
    .open > .btn-success.dropdown-toggle .alert:before,
    .open > .btn-success.dropdown-toggle .alert-dismissable .close:before,
    .alert-dismissable .open > .btn-success.dropdown-toggle .close:before,
    .open > .btn-success.dropdown-toggle .alert-dismissible .close:before,
    .alert-dismissible .open > .btn-success.dropdown-toggle .close:before,
    .open > .btn-success.dropdown-toggle .switch input[type="checkbox"] + span,
    .switch .open > .btn-success.dropdown-toggle input[type="checkbox"] + span,
    .open > .btn-success.dropdown-toggle .switch-inline input[type="checkbox"] + span,
    .switch-inline .open > .btn-success.dropdown-toggle input[type="checkbox"] + span {
      color: #fff; }
  .btn-success.dropdown-toggle:hover, .btn-success.dropdown-toggle:focus, .btn-success.dropdown-toggle.focus, .btn-success.dropdown-toggle:active, .btn-success.dropdown-toggle.active {
    border-color: transparent; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success .badge {
    background-color: transparent;
    color: #fff; }
  .btn-success .glyphicon, .btn-success .checkbox input[type="checkbox"] + span::after, .checkbox .btn-success input[type="checkbox"] + span::after,
  .btn-success .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-success input[type="checkbox"] + span::after, .btn-success .breadcrumb > li + li:before, .btn-success .alert:before, .btn-success .alert-dismissable .close:before, .alert-dismissable .btn-success .close:before,
  .btn-success .alert-dismissible .close:before, .alert-dismissible .btn-success .close:before, .btn-success .switch input[type="checkbox"] + span, .switch .btn-success input[type="checkbox"] + span,
  .btn-success .switch-inline input[type="checkbox"] + span, .switch-inline .btn-success input[type="checkbox"] + span {
    color: #fff; }

.btn-info {
  background-color: #79a6f6;
  border-color: transparent;
  color: #fff; }
  .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #fff; }
    .btn-info:hover .glyphicon, .btn-info:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-info:hover input[type="checkbox"] + span::after,
    .btn-info:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-info:hover input[type="checkbox"] + span::after, .btn-info:hover .breadcrumb > li + li:before, .btn-info:hover .alert:before, .btn-info:hover .alert-dismissable .close:before, .alert-dismissable .btn-info:hover .close:before,
    .btn-info:hover .alert-dismissible .close:before, .alert-dismissible .btn-info:hover .close:before, .btn-info:hover .switch input[type="checkbox"] + span, .switch .btn-info:hover input[type="checkbox"] + span,
    .btn-info:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-info:hover input[type="checkbox"] + span, .btn-info:focus .glyphicon, .btn-info:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-info:focus input[type="checkbox"] + span::after,
    .btn-info:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-info:focus input[type="checkbox"] + span::after, .btn-info:focus .breadcrumb > li + li:before, .btn-info:focus .alert:before, .btn-info:focus .alert-dismissable .close:before, .alert-dismissable .btn-info:focus .close:before,
    .btn-info:focus .alert-dismissible .close:before, .alert-dismissible .btn-info:focus .close:before, .btn-info:focus .switch input[type="checkbox"] + span, .switch .btn-info:focus input[type="checkbox"] + span,
    .btn-info:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-info:focus input[type="checkbox"] + span, .btn-info.focus .glyphicon, .btn-info.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-info.focus input[type="checkbox"] + span::after,
    .btn-info.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-info.focus input[type="checkbox"] + span::after, .btn-info.focus .breadcrumb > li + li:before, .btn-info.focus .alert:before, .btn-info.focus .alert-dismissable .close:before, .alert-dismissable .btn-info.focus .close:before,
    .btn-info.focus .alert-dismissible .close:before, .alert-dismissible .btn-info.focus .close:before, .btn-info.focus .switch input[type="checkbox"] + span, .switch .btn-info.focus input[type="checkbox"] + span,
    .btn-info.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-info.focus input[type="checkbox"] + span, .btn-info:active .glyphicon, .btn-info:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-info:active input[type="checkbox"] + span::after,
    .btn-info:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-info:active input[type="checkbox"] + span::after, .btn-info:active .breadcrumb > li + li:before, .btn-info:active .alert:before, .btn-info:active .alert-dismissable .close:before, .alert-dismissable .btn-info:active .close:before,
    .btn-info:active .alert-dismissible .close:before, .alert-dismissible .btn-info:active .close:before, .btn-info:active .switch input[type="checkbox"] + span, .switch .btn-info:active input[type="checkbox"] + span,
    .btn-info:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-info:active input[type="checkbox"] + span, .btn-info.active .glyphicon, .btn-info.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-info.active input[type="checkbox"] + span::after,
    .btn-info.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-info.active input[type="checkbox"] + span::after, .btn-info.active .breadcrumb > li + li:before, .btn-info.active .alert:before, .btn-info.active .alert-dismissable .close:before, .alert-dismissable .btn-info.active .close:before,
    .btn-info.active .alert-dismissible .close:before, .alert-dismissible .btn-info.active .close:before, .btn-info.active .switch input[type="checkbox"] + span, .switch .btn-info.active input[type="checkbox"] + span,
    .btn-info.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-info.active input[type="checkbox"] + span,
    .open > .btn-info.dropdown-toggle .glyphicon,
    .open > .btn-info.dropdown-toggle .checkbox input[type="checkbox"] + span::after,
    .checkbox .open > .btn-info.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-info.dropdown-toggle .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .open > .btn-info.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-info.dropdown-toggle .breadcrumb > li + li:before,
    .open > .btn-info.dropdown-toggle .alert:before,
    .open > .btn-info.dropdown-toggle .alert-dismissable .close:before,
    .alert-dismissable .open > .btn-info.dropdown-toggle .close:before,
    .open > .btn-info.dropdown-toggle .alert-dismissible .close:before,
    .alert-dismissible .open > .btn-info.dropdown-toggle .close:before,
    .open > .btn-info.dropdown-toggle .switch input[type="checkbox"] + span,
    .switch .open > .btn-info.dropdown-toggle input[type="checkbox"] + span,
    .open > .btn-info.dropdown-toggle .switch-inline input[type="checkbox"] + span,
    .switch-inline .open > .btn-info.dropdown-toggle input[type="checkbox"] + span {
      color: #fff; }
  .btn-info.dropdown-toggle:hover, .btn-info.dropdown-toggle:focus, .btn-info.dropdown-toggle.focus, .btn-info.dropdown-toggle:active, .btn-info.dropdown-toggle.active {
    border-color: transparent; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info .badge {
    background-color: transparent;
    color: #fff; }
  .btn-info .glyphicon, .btn-info .checkbox input[type="checkbox"] + span::after, .checkbox .btn-info input[type="checkbox"] + span::after,
  .btn-info .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-info input[type="checkbox"] + span::after, .btn-info .breadcrumb > li + li:before, .btn-info .alert:before, .btn-info .alert-dismissable .close:before, .alert-dismissable .btn-info .close:before,
  .btn-info .alert-dismissible .close:before, .alert-dismissible .btn-info .close:before, .btn-info .switch input[type="checkbox"] + span, .switch .btn-info input[type="checkbox"] + span,
  .btn-info .switch-inline input[type="checkbox"] + span, .switch-inline .btn-info input[type="checkbox"] + span {
    color: #fff; }

.btn-warning {
  background-color: #fed500;
  border-color: transparent;
  color: #fff; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #fff; }
    .btn-warning:hover .glyphicon, .btn-warning:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-warning:hover input[type="checkbox"] + span::after,
    .btn-warning:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-warning:hover input[type="checkbox"] + span::after, .btn-warning:hover .breadcrumb > li + li:before, .btn-warning:hover .alert:before, .btn-warning:hover .alert-dismissable .close:before, .alert-dismissable .btn-warning:hover .close:before,
    .btn-warning:hover .alert-dismissible .close:before, .alert-dismissible .btn-warning:hover .close:before, .btn-warning:hover .switch input[type="checkbox"] + span, .switch .btn-warning:hover input[type="checkbox"] + span,
    .btn-warning:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-warning:hover input[type="checkbox"] + span, .btn-warning:focus .glyphicon, .btn-warning:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-warning:focus input[type="checkbox"] + span::after,
    .btn-warning:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-warning:focus input[type="checkbox"] + span::after, .btn-warning:focus .breadcrumb > li + li:before, .btn-warning:focus .alert:before, .btn-warning:focus .alert-dismissable .close:before, .alert-dismissable .btn-warning:focus .close:before,
    .btn-warning:focus .alert-dismissible .close:before, .alert-dismissible .btn-warning:focus .close:before, .btn-warning:focus .switch input[type="checkbox"] + span, .switch .btn-warning:focus input[type="checkbox"] + span,
    .btn-warning:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-warning:focus input[type="checkbox"] + span, .btn-warning.focus .glyphicon, .btn-warning.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-warning.focus input[type="checkbox"] + span::after,
    .btn-warning.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-warning.focus input[type="checkbox"] + span::after, .btn-warning.focus .breadcrumb > li + li:before, .btn-warning.focus .alert:before, .btn-warning.focus .alert-dismissable .close:before, .alert-dismissable .btn-warning.focus .close:before,
    .btn-warning.focus .alert-dismissible .close:before, .alert-dismissible .btn-warning.focus .close:before, .btn-warning.focus .switch input[type="checkbox"] + span, .switch .btn-warning.focus input[type="checkbox"] + span,
    .btn-warning.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-warning.focus input[type="checkbox"] + span, .btn-warning:active .glyphicon, .btn-warning:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-warning:active input[type="checkbox"] + span::after,
    .btn-warning:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-warning:active input[type="checkbox"] + span::after, .btn-warning:active .breadcrumb > li + li:before, .btn-warning:active .alert:before, .btn-warning:active .alert-dismissable .close:before, .alert-dismissable .btn-warning:active .close:before,
    .btn-warning:active .alert-dismissible .close:before, .alert-dismissible .btn-warning:active .close:before, .btn-warning:active .switch input[type="checkbox"] + span, .switch .btn-warning:active input[type="checkbox"] + span,
    .btn-warning:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-warning:active input[type="checkbox"] + span, .btn-warning.active .glyphicon, .btn-warning.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-warning.active input[type="checkbox"] + span::after,
    .btn-warning.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-warning.active input[type="checkbox"] + span::after, .btn-warning.active .breadcrumb > li + li:before, .btn-warning.active .alert:before, .btn-warning.active .alert-dismissable .close:before, .alert-dismissable .btn-warning.active .close:before,
    .btn-warning.active .alert-dismissible .close:before, .alert-dismissible .btn-warning.active .close:before, .btn-warning.active .switch input[type="checkbox"] + span, .switch .btn-warning.active input[type="checkbox"] + span,
    .btn-warning.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-warning.active input[type="checkbox"] + span,
    .open > .btn-warning.dropdown-toggle .glyphicon,
    .open > .btn-warning.dropdown-toggle .checkbox input[type="checkbox"] + span::after,
    .checkbox .open > .btn-warning.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-warning.dropdown-toggle .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .open > .btn-warning.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-warning.dropdown-toggle .breadcrumb > li + li:before,
    .open > .btn-warning.dropdown-toggle .alert:before,
    .open > .btn-warning.dropdown-toggle .alert-dismissable .close:before,
    .alert-dismissable .open > .btn-warning.dropdown-toggle .close:before,
    .open > .btn-warning.dropdown-toggle .alert-dismissible .close:before,
    .alert-dismissible .open > .btn-warning.dropdown-toggle .close:before,
    .open > .btn-warning.dropdown-toggle .switch input[type="checkbox"] + span,
    .switch .open > .btn-warning.dropdown-toggle input[type="checkbox"] + span,
    .open > .btn-warning.dropdown-toggle .switch-inline input[type="checkbox"] + span,
    .switch-inline .open > .btn-warning.dropdown-toggle input[type="checkbox"] + span {
      color: #fff; }
  .btn-warning.dropdown-toggle:hover, .btn-warning.dropdown-toggle:focus, .btn-warning.dropdown-toggle.focus, .btn-warning.dropdown-toggle:active, .btn-warning.dropdown-toggle.active {
    border-color: transparent; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning .badge {
    background-color: transparent;
    color: #fff; }
  .btn-warning .glyphicon, .btn-warning .checkbox input[type="checkbox"] + span::after, .checkbox .btn-warning input[type="checkbox"] + span::after,
  .btn-warning .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-warning input[type="checkbox"] + span::after, .btn-warning .breadcrumb > li + li:before, .btn-warning .alert:before, .btn-warning .alert-dismissable .close:before, .alert-dismissable .btn-warning .close:before,
  .btn-warning .alert-dismissible .close:before, .alert-dismissible .btn-warning .close:before, .btn-warning .switch input[type="checkbox"] + span, .switch .btn-warning input[type="checkbox"] + span,
  .btn-warning .switch-inline input[type="checkbox"] + span, .switch-inline .btn-warning input[type="checkbox"] + span {
    color: #fff; }

.btn-danger {
  background-color: #e62325;
  border-color: transparent;
  color: #fff; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    color: #fff; }
    .btn-danger:hover .glyphicon, .btn-danger:hover .checkbox input[type="checkbox"] + span::after, .checkbox .btn-danger:hover input[type="checkbox"] + span::after,
    .btn-danger:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-danger:hover input[type="checkbox"] + span::after, .btn-danger:hover .breadcrumb > li + li:before, .btn-danger:hover .alert:before, .btn-danger:hover .alert-dismissable .close:before, .alert-dismissable .btn-danger:hover .close:before,
    .btn-danger:hover .alert-dismissible .close:before, .alert-dismissible .btn-danger:hover .close:before, .btn-danger:hover .switch input[type="checkbox"] + span, .switch .btn-danger:hover input[type="checkbox"] + span,
    .btn-danger:hover .switch-inline input[type="checkbox"] + span, .switch-inline .btn-danger:hover input[type="checkbox"] + span, .btn-danger:focus .glyphicon, .btn-danger:focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-danger:focus input[type="checkbox"] + span::after,
    .btn-danger:focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-danger:focus input[type="checkbox"] + span::after, .btn-danger:focus .breadcrumb > li + li:before, .btn-danger:focus .alert:before, .btn-danger:focus .alert-dismissable .close:before, .alert-dismissable .btn-danger:focus .close:before,
    .btn-danger:focus .alert-dismissible .close:before, .alert-dismissible .btn-danger:focus .close:before, .btn-danger:focus .switch input[type="checkbox"] + span, .switch .btn-danger:focus input[type="checkbox"] + span,
    .btn-danger:focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-danger:focus input[type="checkbox"] + span, .btn-danger.focus .glyphicon, .btn-danger.focus .checkbox input[type="checkbox"] + span::after, .checkbox .btn-danger.focus input[type="checkbox"] + span::after,
    .btn-danger.focus .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-danger.focus input[type="checkbox"] + span::after, .btn-danger.focus .breadcrumb > li + li:before, .btn-danger.focus .alert:before, .btn-danger.focus .alert-dismissable .close:before, .alert-dismissable .btn-danger.focus .close:before,
    .btn-danger.focus .alert-dismissible .close:before, .alert-dismissible .btn-danger.focus .close:before, .btn-danger.focus .switch input[type="checkbox"] + span, .switch .btn-danger.focus input[type="checkbox"] + span,
    .btn-danger.focus .switch-inline input[type="checkbox"] + span, .switch-inline .btn-danger.focus input[type="checkbox"] + span, .btn-danger:active .glyphicon, .btn-danger:active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-danger:active input[type="checkbox"] + span::after,
    .btn-danger:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-danger:active input[type="checkbox"] + span::after, .btn-danger:active .breadcrumb > li + li:before, .btn-danger:active .alert:before, .btn-danger:active .alert-dismissable .close:before, .alert-dismissable .btn-danger:active .close:before,
    .btn-danger:active .alert-dismissible .close:before, .alert-dismissible .btn-danger:active .close:before, .btn-danger:active .switch input[type="checkbox"] + span, .switch .btn-danger:active input[type="checkbox"] + span,
    .btn-danger:active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-danger:active input[type="checkbox"] + span, .btn-danger.active .glyphicon, .btn-danger.active .checkbox input[type="checkbox"] + span::after, .checkbox .btn-danger.active input[type="checkbox"] + span::after,
    .btn-danger.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-danger.active input[type="checkbox"] + span::after, .btn-danger.active .breadcrumb > li + li:before, .btn-danger.active .alert:before, .btn-danger.active .alert-dismissable .close:before, .alert-dismissable .btn-danger.active .close:before,
    .btn-danger.active .alert-dismissible .close:before, .alert-dismissible .btn-danger.active .close:before, .btn-danger.active .switch input[type="checkbox"] + span, .switch .btn-danger.active input[type="checkbox"] + span,
    .btn-danger.active .switch-inline input[type="checkbox"] + span, .switch-inline .btn-danger.active input[type="checkbox"] + span,
    .open > .btn-danger.dropdown-toggle .glyphicon,
    .open > .btn-danger.dropdown-toggle .checkbox input[type="checkbox"] + span::after,
    .checkbox .open > .btn-danger.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-danger.dropdown-toggle .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .open > .btn-danger.dropdown-toggle input[type="checkbox"] + span::after,
    .open > .btn-danger.dropdown-toggle .breadcrumb > li + li:before,
    .open > .btn-danger.dropdown-toggle .alert:before,
    .open > .btn-danger.dropdown-toggle .alert-dismissable .close:before,
    .alert-dismissable .open > .btn-danger.dropdown-toggle .close:before,
    .open > .btn-danger.dropdown-toggle .alert-dismissible .close:before,
    .alert-dismissible .open > .btn-danger.dropdown-toggle .close:before,
    .open > .btn-danger.dropdown-toggle .switch input[type="checkbox"] + span,
    .switch .open > .btn-danger.dropdown-toggle input[type="checkbox"] + span,
    .open > .btn-danger.dropdown-toggle .switch-inline input[type="checkbox"] + span,
    .switch-inline .open > .btn-danger.dropdown-toggle input[type="checkbox"] + span {
      color: #fff; }
  .btn-danger.dropdown-toggle:hover, .btn-danger.dropdown-toggle:focus, .btn-danger.dropdown-toggle.focus, .btn-danger.dropdown-toggle:active, .btn-danger.dropdown-toggle.active {
    border-color: transparent; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger .badge {
    background-color: transparent;
    color: #fff; }
  .btn-danger .glyphicon, .btn-danger .checkbox input[type="checkbox"] + span::after, .checkbox .btn-danger input[type="checkbox"] + span::after,
  .btn-danger .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-danger input[type="checkbox"] + span::after, .btn-danger .breadcrumb > li + li:before, .btn-danger .alert:before, .btn-danger .alert-dismissable .close:before, .alert-dismissable .btn-danger .close:before,
  .btn-danger .alert-dismissible .close:before, .alert-dismissible .btn-danger .close:before, .btn-danger .switch input[type="checkbox"] + span, .switch .btn-danger input[type="checkbox"] + span,
  .btn-danger .switch-inline input[type="checkbox"] + span, .switch-inline .btn-danger input[type="checkbox"] + span {
    color: #fff; }

.btn-link,
.btn-link-light {
  color: #2d74da;
  font-weight: 700;
  border-radius: 0;
  border: none;
  padding: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link,
  .btn-link-light,
  .btn-link-light:active,
  .btn-link-light.active,
  .btn-link-light[disabled],
  fieldset[disabled]
  .btn-link-light {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link:hover, .btn-link:focus,
  .btn-link-light:hover,
  .btn-link-light:focus {
    text-decoration: underline; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus,
  .btn-link-light[disabled]:hover,
  .btn-link-light[disabled]:focus,
  fieldset[disabled]
  .btn-link-light:hover,
  fieldset[disabled]
  .btn-link-light:focus {
    color: #c0bfc0;
    text-decoration: none; }

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0 20px;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
  border-radius: 0; }
  .btn-sm.btn-glyphicon, .btn-group-sm > .btn-glyphicon.btn {
    padding-left: 10px; }
    .btn-sm.btn-glyphicon .glyphicon, .btn-group-sm > .btn-glyphicon.btn .glyphicon, .btn-sm.btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn-sm.btn-glyphicon input[type="checkbox"] + span::after, .btn-group-sm > .btn-glyphicon.btn .checkbox input[type="checkbox"] + span::after, .checkbox .btn-group-sm > .btn-glyphicon.btn input[type="checkbox"] + span::after,
    .btn-sm.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-sm.btn-glyphicon input[type="checkbox"] + span::after,
    .btn-group-sm > .btn-glyphicon.btn .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-group-sm > .btn-glyphicon.btn input[type="checkbox"] + span::after, .btn-sm.btn-glyphicon .breadcrumb > li + li:before, .btn-group-sm > .btn-glyphicon.btn .breadcrumb > li + li:before, .btn-sm.btn-glyphicon .alert:before, .btn-group-sm > .btn-glyphicon.btn .alert:before, .btn-sm.btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn-sm.btn-glyphicon .close:before, .btn-group-sm > .btn-glyphicon.btn .alert-dismissable .close:before, .alert-dismissable .btn-group-sm > .btn-glyphicon.btn .close:before,
    .btn-sm.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn-sm.btn-glyphicon .close:before,
    .btn-group-sm > .btn-glyphicon.btn .alert-dismissible .close:before, .alert-dismissible .btn-group-sm > .btn-glyphicon.btn .close:before, .btn-sm.btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn-sm.btn-glyphicon input[type="checkbox"] + span, .btn-group-sm > .btn-glyphicon.btn .switch input[type="checkbox"] + span, .switch .btn-group-sm > .btn-glyphicon.btn input[type="checkbox"] + span,
    .btn-sm.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn-sm.btn-glyphicon input[type="checkbox"] + span,
    .btn-group-sm > .btn-glyphicon.btn .switch-inline input[type="checkbox"] + span, .switch-inline .btn-group-sm > .btn-glyphicon.btn input[type="checkbox"] + span {
      font-size: 12px; }
  .btn-sm[dropdown-toggle], .btn-group-sm > .btn[dropdown-toggle] {
    line-height: 18px; }
    .btn-sm[dropdown-toggle] + .dropdown-menu > li > a, .btn-group-sm > .btn[dropdown-toggle] + .dropdown-menu > li > a,
    .btn-sm[dropdown-toggle] + .dropdown-menu > li > h3 > a,
    .btn-group-sm > .btn[dropdown-toggle] + .dropdown-menu > li > h3 > a {
      line-height: 20px;
      font-size: 12px; }

.btn-md {
  padding: 0 20px;
  font-size: 14px;
  line-height: 26px;
  height: 30px;
  border-radius: 0; }
  .btn-md.btn-glyphicon {
    padding-left: 10px; }
    .btn-md.btn-glyphicon .glyphicon, .btn-md.btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn-md.btn-glyphicon input[type="checkbox"] + span::after,
    .btn-md.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-md.btn-glyphicon input[type="checkbox"] + span::after, .btn-md.btn-glyphicon .breadcrumb > li + li:before, .btn-md.btn-glyphicon .alert:before, .btn-md.btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn-md.btn-glyphicon .close:before,
    .btn-md.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn-md.btn-glyphicon .close:before, .btn-md.btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn-md.btn-glyphicon input[type="checkbox"] + span,
    .btn-md.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn-md.btn-glyphicon input[type="checkbox"] + span {
      font-size: 14px; }
  .btn-md[dropdown-toggle] {
    line-height: 28px; }
    .btn-md[dropdown-toggle] + .dropdown-menu > li > a,
    .btn-md[dropdown-toggle] + .dropdown-menu > li > h3 > a {
      line-height: 30px;
      font-size: 14px; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  height: 40px;
  border-radius: 0; }
  .btn-lg.btn-glyphicon, .btn-group-lg > .btn-glyphicon.btn {
    padding-left: 10px; }
    .btn-lg.btn-glyphicon .glyphicon, .btn-group-lg > .btn-glyphicon.btn .glyphicon, .btn-lg.btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn-lg.btn-glyphicon input[type="checkbox"] + span::after, .btn-group-lg > .btn-glyphicon.btn .checkbox input[type="checkbox"] + span::after, .checkbox .btn-group-lg > .btn-glyphicon.btn input[type="checkbox"] + span::after,
    .btn-lg.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-lg.btn-glyphicon input[type="checkbox"] + span::after,
    .btn-group-lg > .btn-glyphicon.btn .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-group-lg > .btn-glyphicon.btn input[type="checkbox"] + span::after, .btn-lg.btn-glyphicon .breadcrumb > li + li:before, .btn-group-lg > .btn-glyphicon.btn .breadcrumb > li + li:before, .btn-lg.btn-glyphicon .alert:before, .btn-group-lg > .btn-glyphicon.btn .alert:before, .btn-lg.btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn-lg.btn-glyphicon .close:before, .btn-group-lg > .btn-glyphicon.btn .alert-dismissable .close:before, .alert-dismissable .btn-group-lg > .btn-glyphicon.btn .close:before,
    .btn-lg.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn-lg.btn-glyphicon .close:before,
    .btn-group-lg > .btn-glyphicon.btn .alert-dismissible .close:before, .alert-dismissible .btn-group-lg > .btn-glyphicon.btn .close:before, .btn-lg.btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn-lg.btn-glyphicon input[type="checkbox"] + span, .btn-group-lg > .btn-glyphicon.btn .switch input[type="checkbox"] + span, .switch .btn-group-lg > .btn-glyphicon.btn input[type="checkbox"] + span,
    .btn-lg.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn-lg.btn-glyphicon input[type="checkbox"] + span,
    .btn-group-lg > .btn-glyphicon.btn .switch-inline input[type="checkbox"] + span, .switch-inline .btn-group-lg > .btn-glyphicon.btn input[type="checkbox"] + span {
      font-size: 14px; }
  .btn-lg[dropdown-toggle], .btn-group-lg > .btn[dropdown-toggle] {
    line-height: 38px; }
    .btn-lg[dropdown-toggle] + .dropdown-menu > li > a, .btn-group-lg > .btn[dropdown-toggle] + .dropdown-menu > li > a,
    .btn-lg[dropdown-toggle] + .dropdown-menu > li > h3 > a,
    .btn-group-lg > .btn[dropdown-toggle] + .dropdown-menu > li > h3 > a {
      line-height: 40px;
      font-size: 14px; }

.btn-xl {
  padding: 0 20px;
  font-size: 14px;
  line-height: 46px;
  height: 50px;
  border-radius: 0; }
  .btn-xl.btn-glyphicon {
    padding-left: 10px; }
    .btn-xl.btn-glyphicon .glyphicon, .btn-xl.btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn-xl.btn-glyphicon input[type="checkbox"] + span::after,
    .btn-xl.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-xl.btn-glyphicon input[type="checkbox"] + span::after, .btn-xl.btn-glyphicon .breadcrumb > li + li:before, .btn-xl.btn-glyphicon .alert:before, .btn-xl.btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn-xl.btn-glyphicon .close:before,
    .btn-xl.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn-xl.btn-glyphicon .close:before, .btn-xl.btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn-xl.btn-glyphicon input[type="checkbox"] + span,
    .btn-xl.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn-xl.btn-glyphicon input[type="checkbox"] + span {
      font-size: 14px; }
  .btn-xl[dropdown-toggle] {
    line-height: 48px; }
    .btn-xl[dropdown-toggle] + .dropdown-menu > li > a,
    .btn-xl[dropdown-toggle] + .dropdown-menu > li > h3 > a {
      line-height: 50px;
      font-size: 14px; }

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

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

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

* {
  -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; }

*:focus {
  outline: none; }

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

body {
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #595859;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #2d74da;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2d74da;
    text-decoration: underline; }
  a:focus {
    outline: none; }
  a.link2 {
    color: #fff; }
    a.link2:hover, a.link2:focus {
      color: #a8c0f3; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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 #ebebeb; }

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

.progress {
  height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar {
  font-size: 11px;
  line-height: 10px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.progress-bar-teal40 {
  background-color: #00a78f; }
  .progress-striped .progress-bar-teal40 {
    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-purple {
  background-color: #9320a2; }
  .progress-striped .progress-bar-purple {
    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-blue20 {
  background-color: #a8c0f3; }
  .progress-striped .progress-bar-blue20 {
    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-magenta {
  background-color: #f5e7eb; }
  .progress-striped .progress-bar-magenta {
    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-orange40 {
  background-color: #db7c00; }
  .progress-striped .progress-bar-orange40 {
    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-yellow30 {
  background-color: #c6a21a; }
  .progress-striped .progress-bar-yellow30 {
    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-gray30 {
  background-color: #a6a5a6; }
  .progress-striped .progress-bar-gray30 {
    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-blue50 {
  background-color: #2d74da; }
  .progress-striped .progress-bar-blue50 {
    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-magenta70 {
  background-color: #831b4c; }
  .progress-striped .progress-bar-magenta70 {
    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-orange30 {
  background-color: #fe8500; }
  .progress-striped .progress-bar-orange30 {
    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-gray10-50 {
  background-color: #ebebeb; }
  .progress-striped .progress-bar-gray10-50 {
    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-blue40 {
  background-color: #5392ff; }
  .progress-striped .progress-bar-blue40 {
    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-yellow10 {
  background-color: #fed500; }
  .progress-striped .progress-bar-yellow10 {
    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-purple40 {
  background-color: #cb71d7; }
  .progress-striped .progress-bar-purple40 {
    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-green30 {
  background-color: #34bc6e; }
  .progress-striped .progress-bar-green30 {
    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-gray40 {
  background-color: #949394; }
  .progress-striped .progress-bar-gray40 {
    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-orange20 {
  background-color: #fcaf6d; }
  .progress-striped .progress-bar-orange20 {
    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-blue60 {
  background-color: #1f57a4; }
  .progress-striped .progress-bar-blue60 {
    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-red30 {
  background-color: #ff806c; }
  .progress-striped .progress-bar-red30 {
    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-warm-gray50 {
  background-color: #7d7373; }
  .progress-striped .progress-bar-warm-gray50 {
    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); }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager li > a,
  .pager li > span {
    line-height: 65px;
    color: #595859;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    border: none; }
    .pager li > a .glyphicon, .pager li > a .checkbox input[type="checkbox"] + span::after, .checkbox .pager li > a input[type="checkbox"] + span::after,
    .pager li > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pager li > a input[type="checkbox"] + span::after, .pager li > a .breadcrumb > li + li:before, .pager li > a .alert:before, .pager li > a .alert-dismissable .close:before, .alert-dismissable .pager li > a .close:before,
    .pager li > a .alert-dismissible .close:before, .alert-dismissible .pager li > a .close:before, .pager li > a .switch input[type="checkbox"] + span, .switch .pager li > a input[type="checkbox"] + span,
    .pager li > a .switch-inline input[type="checkbox"] + span, .switch-inline .pager li > a input[type="checkbox"] + span,
    .pager li > span .glyphicon,
    .pager li > span .checkbox input[type="checkbox"] + span::after,
    .checkbox .pager li > span input[type="checkbox"] + span::after,
    .pager li > span .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .pager li > span input[type="checkbox"] + span::after,
    .pager li > span .breadcrumb > li + li:before,
    .pager li > span .alert:before,
    .pager li > span .alert-dismissable .close:before,
    .alert-dismissable .pager li > span .close:before,
    .pager li > span .alert-dismissible .close:before,
    .alert-dismissible .pager li > span .close:before,
    .pager li > span .switch input[type="checkbox"] + span,
    .switch .pager li > span input[type="checkbox"] + span,
    .pager li > span .switch-inline input[type="checkbox"] + span,
    .switch-inline .pager li > span input[type="checkbox"] + span {
      color: #595859;
      font-size: 28px; }
  .pager .next > a span:first-child,
  .pager .next > span span:first-child,
  .pager .previous > a span:last-child,
  .pager .previous > span span:last-child {
    border-bottom: 1px solid transparent; }
  .pager .next > a:hover span:first-child,
  .pager .next > a:focus span:first-child,
  .pager .previous > a:hover span:last-child,
  .pager .previous > a:focus span:last-child {
    border-color: #595859; }
  .pager .next > a .glyphicon, .pager .next > a .checkbox input[type="checkbox"] + span::after, .checkbox .pager .next > a input[type="checkbox"] + span::after,
  .pager .next > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pager .next > a input[type="checkbox"] + span::after, .pager .next > a .breadcrumb > li + li:before, .pager .next > a .alert:before, .pager .next > a .alert-dismissable .close:before, .alert-dismissable .pager .next > a .close:before,
  .pager .next > a .alert-dismissible .close:before, .alert-dismissible .pager .next > a .close:before, .pager .next > a .switch input[type="checkbox"] + span, .switch .pager .next > a input[type="checkbox"] + span,
  .pager .next > a .switch-inline input[type="checkbox"] + span, .switch-inline .pager .next > a input[type="checkbox"] + span,
  .pager .next > span .glyphicon,
  .pager .next > span .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager .next > span input[type="checkbox"] + span::after,
  .pager .next > span .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager .next > span input[type="checkbox"] + span::after,
  .pager .next > span .breadcrumb > li + li:before,
  .pager .next > span .alert:before,
  .pager .next > span .alert-dismissable .close:before,
  .alert-dismissable .pager .next > span .close:before,
  .pager .next > span .alert-dismissible .close:before,
  .alert-dismissible .pager .next > span .close:before,
  .pager .next > span .switch input[type="checkbox"] + span,
  .switch .pager .next > span input[type="checkbox"] + span,
  .pager .next > span .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager .next > span input[type="checkbox"] + span {
    padding-left: 14px;
    float: right; }
  .pager .previous > a .glyphicon, .pager .previous > a .checkbox input[type="checkbox"] + span::after, .checkbox .pager .previous > a input[type="checkbox"] + span::after,
  .pager .previous > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pager .previous > a input[type="checkbox"] + span::after, .pager .previous > a .breadcrumb > li + li:before, .pager .previous > a .alert:before, .pager .previous > a .alert-dismissable .close:before, .alert-dismissable .pager .previous > a .close:before,
  .pager .previous > a .alert-dismissible .close:before, .alert-dismissible .pager .previous > a .close:before, .pager .previous > a .switch input[type="checkbox"] + span, .switch .pager .previous > a input[type="checkbox"] + span,
  .pager .previous > a .switch-inline input[type="checkbox"] + span, .switch-inline .pager .previous > a input[type="checkbox"] + span,
  .pager .previous > span .glyphicon,
  .pager .previous > span .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager .previous > span input[type="checkbox"] + span::after,
  .pager .previous > span .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager .previous > span input[type="checkbox"] + span::after,
  .pager .previous > span .breadcrumb > li + li:before,
  .pager .previous > span .alert:before,
  .pager .previous > span .alert-dismissable .close:before,
  .alert-dismissable .pager .previous > span .close:before,
  .pager .previous > span .alert-dismissible .close:before,
  .alert-dismissible .pager .previous > span .close:before,
  .pager .previous > span .switch input[type="checkbox"] + span,
  .switch .pager .previous > span input[type="checkbox"] + span,
  .pager .previous > span .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager .previous > span input[type="checkbox"] + span {
    padding-right: 14px;
    float: left; }
  .pager .disabled > a span,
  .pager .disabled > a:hover span,
  .pager .disabled > a:focus span,
  .pager .disabled > span span {
    border: none; }
  .pager .disabled > a .glyphicon, .pager .disabled > a .checkbox input[type="checkbox"] + span::after, .checkbox .pager .disabled > a input[type="checkbox"] + span::after,
  .pager .disabled > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pager .disabled > a input[type="checkbox"] + span::after, .pager .disabled > a .breadcrumb > li + li:before, .pager .disabled > a .alert:before, .pager .disabled > a .alert-dismissable .close:before, .alert-dismissable .pager .disabled > a .close:before,
  .pager .disabled > a .alert-dismissible .close:before, .alert-dismissible .pager .disabled > a .close:before, .pager .disabled > a .switch input[type="checkbox"] + span, .switch .pager .disabled > a input[type="checkbox"] + span,
  .pager .disabled > a .switch-inline input[type="checkbox"] + span, .switch-inline .pager .disabled > a input[type="checkbox"] + span,
  .pager .disabled > a:hover .glyphicon,
  .pager .disabled > a:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager .disabled > a:hover input[type="checkbox"] + span::after,
  .pager .disabled > a:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager .disabled > a:hover input[type="checkbox"] + span::after,
  .pager .disabled > a:hover .breadcrumb > li + li:before,
  .pager .disabled > a:hover .alert:before,
  .pager .disabled > a:hover .alert-dismissable .close:before,
  .alert-dismissable .pager .disabled > a:hover .close:before,
  .pager .disabled > a:hover .alert-dismissible .close:before,
  .alert-dismissible .pager .disabled > a:hover .close:before,
  .pager .disabled > a:hover .switch input[type="checkbox"] + span,
  .switch .pager .disabled > a:hover input[type="checkbox"] + span,
  .pager .disabled > a:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager .disabled > a:hover input[type="checkbox"] + span,
  .pager .disabled > a:focus .glyphicon,
  .pager .disabled > a:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager .disabled > a:focus input[type="checkbox"] + span::after,
  .pager .disabled > a:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager .disabled > a:focus input[type="checkbox"] + span::after,
  .pager .disabled > a:focus .breadcrumb > li + li:before,
  .pager .disabled > a:focus .alert:before,
  .pager .disabled > a:focus .alert-dismissable .close:before,
  .alert-dismissable .pager .disabled > a:focus .close:before,
  .pager .disabled > a:focus .alert-dismissible .close:before,
  .alert-dismissible .pager .disabled > a:focus .close:before,
  .pager .disabled > a:focus .switch input[type="checkbox"] + span,
  .switch .pager .disabled > a:focus input[type="checkbox"] + span,
  .pager .disabled > a:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager .disabled > a:focus input[type="checkbox"] + span,
  .pager .disabled > span .glyphicon,
  .pager .disabled > span .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager .disabled > span input[type="checkbox"] + span::after,
  .pager .disabled > span .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager .disabled > span input[type="checkbox"] + span::after,
  .pager .disabled > span .breadcrumb > li + li:before,
  .pager .disabled > span .alert:before,
  .pager .disabled > span .alert-dismissable .close:before,
  .alert-dismissable .pager .disabled > span .close:before,
  .pager .disabled > span .alert-dismissible .close:before,
  .alert-dismissible .pager .disabled > span .close:before,
  .pager .disabled > span .switch input[type="checkbox"] + span,
  .switch .pager .disabled > span input[type="checkbox"] + span,
  .pager .disabled > span .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager .disabled > span input[type="checkbox"] + span {
    color: #c0bfc0; }

.pager.pager-white li > a,
.pager.pager-white li > span {
  color: #fff; }
  .pager.pager-white li > a .glyphicon, .pager.pager-white li > a .checkbox input[type="checkbox"] + span::after, .checkbox .pager.pager-white li > a input[type="checkbox"] + span::after,
  .pager.pager-white li > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pager.pager-white li > a input[type="checkbox"] + span::after, .pager.pager-white li > a .breadcrumb > li + li:before, .pager.pager-white li > a .alert:before, .pager.pager-white li > a .alert-dismissable .close:before, .alert-dismissable .pager.pager-white li > a .close:before,
  .pager.pager-white li > a .alert-dismissible .close:before, .alert-dismissible .pager.pager-white li > a .close:before, .pager.pager-white li > a .switch input[type="checkbox"] + span, .switch .pager.pager-white li > a input[type="checkbox"] + span,
  .pager.pager-white li > a .switch-inline input[type="checkbox"] + span, .switch-inline .pager.pager-white li > a input[type="checkbox"] + span,
  .pager.pager-white li > span .glyphicon,
  .pager.pager-white li > span .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager.pager-white li > span input[type="checkbox"] + span::after,
  .pager.pager-white li > span .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager.pager-white li > span input[type="checkbox"] + span::after,
  .pager.pager-white li > span .breadcrumb > li + li:before,
  .pager.pager-white li > span .alert:before,
  .pager.pager-white li > span .alert-dismissable .close:before,
  .alert-dismissable .pager.pager-white li > span .close:before,
  .pager.pager-white li > span .alert-dismissible .close:before,
  .alert-dismissible .pager.pager-white li > span .close:before,
  .pager.pager-white li > span .switch input[type="checkbox"] + span,
  .switch .pager.pager-white li > span input[type="checkbox"] + span,
  .pager.pager-white li > span .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager.pager-white li > span input[type="checkbox"] + span {
    color: #fff; }

.pager.pager-white .next > a:hover span:first-child,
.pager.pager-white .next > a:focus span:first-child,
.pager.pager-white .previous > a:hover span:last-child,
.pager.pager-white .previous > a:focus span:last-child {
  border-color: #fff; }

.pager.pager-white .disabled > a,
.pager.pager-white .disabled > a:hover,
.pager.pager-white .disabled > a:focus,
.pager.pager-white .disabled > span {
  color: #c0bfc0; }
  .pager.pager-white .disabled > a .glyphicon, .pager.pager-white .disabled > a .checkbox input[type="checkbox"] + span::after, .checkbox .pager.pager-white .disabled > a input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pager.pager-white .disabled > a input[type="checkbox"] + span::after, .pager.pager-white .disabled > a .breadcrumb > li + li:before, .pager.pager-white .disabled > a .alert:before, .pager.pager-white .disabled > a .alert-dismissable .close:before, .alert-dismissable .pager.pager-white .disabled > a .close:before,
  .pager.pager-white .disabled > a .alert-dismissible .close:before, .alert-dismissible .pager.pager-white .disabled > a .close:before, .pager.pager-white .disabled > a .switch input[type="checkbox"] + span, .switch .pager.pager-white .disabled > a input[type="checkbox"] + span,
  .pager.pager-white .disabled > a .switch-inline input[type="checkbox"] + span, .switch-inline .pager.pager-white .disabled > a input[type="checkbox"] + span,
  .pager.pager-white .disabled > a:hover .glyphicon,
  .pager.pager-white .disabled > a:hover .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager.pager-white .disabled > a:hover input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > a:hover .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager.pager-white .disabled > a:hover input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > a:hover .breadcrumb > li + li:before,
  .pager.pager-white .disabled > a:hover .alert:before,
  .pager.pager-white .disabled > a:hover .alert-dismissable .close:before,
  .alert-dismissable .pager.pager-white .disabled > a:hover .close:before,
  .pager.pager-white .disabled > a:hover .alert-dismissible .close:before,
  .alert-dismissible .pager.pager-white .disabled > a:hover .close:before,
  .pager.pager-white .disabled > a:hover .switch input[type="checkbox"] + span,
  .switch .pager.pager-white .disabled > a:hover input[type="checkbox"] + span,
  .pager.pager-white .disabled > a:hover .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager.pager-white .disabled > a:hover input[type="checkbox"] + span,
  .pager.pager-white .disabled > a:focus .glyphicon,
  .pager.pager-white .disabled > a:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager.pager-white .disabled > a:focus input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > a:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager.pager-white .disabled > a:focus input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > a:focus .breadcrumb > li + li:before,
  .pager.pager-white .disabled > a:focus .alert:before,
  .pager.pager-white .disabled > a:focus .alert-dismissable .close:before,
  .alert-dismissable .pager.pager-white .disabled > a:focus .close:before,
  .pager.pager-white .disabled > a:focus .alert-dismissible .close:before,
  .alert-dismissible .pager.pager-white .disabled > a:focus .close:before,
  .pager.pager-white .disabled > a:focus .switch input[type="checkbox"] + span,
  .switch .pager.pager-white .disabled > a:focus input[type="checkbox"] + span,
  .pager.pager-white .disabled > a:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager.pager-white .disabled > a:focus input[type="checkbox"] + span,
  .pager.pager-white .disabled > span .glyphicon,
  .pager.pager-white .disabled > span .checkbox input[type="checkbox"] + span::after,
  .checkbox .pager.pager-white .disabled > span input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > span .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .pager.pager-white .disabled > span input[type="checkbox"] + span::after,
  .pager.pager-white .disabled > span .breadcrumb > li + li:before,
  .pager.pager-white .disabled > span .alert:before,
  .pager.pager-white .disabled > span .alert-dismissable .close:before,
  .alert-dismissable .pager.pager-white .disabled > span .close:before,
  .pager.pager-white .disabled > span .alert-dismissible .close:before,
  .alert-dismissible .pager.pager-white .disabled > span .close:before,
  .pager.pager-white .disabled > span .switch input[type="checkbox"] + span,
  .switch .pager.pager-white .disabled > span input[type="checkbox"] + span,
  .pager.pager-white .disabled > span .switch-inline input[type="checkbox"] + span,
  .switch-inline .pager.pager-white .disabled > span input[type="checkbox"] + span {
    color: #c0bfc0; }

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -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, .btn-group[dropdown] > .dropdown-menu.btn[dropdown-toggle]:after {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #d8d8d8; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #595859;
    white-space: nowrap; }

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

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

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

.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: 18px;
  color: #c0bfc0;
  white-space: nowrap; }

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

.pull-right > .dropdown-menu, .btn-group[dropdown] > .btn[dropdown-toggle]:after > .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: 2px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .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:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .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, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #595859;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid #777677;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0 10px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0 20px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 0px 10px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #c0bfc0; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #c0bfc0;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #2d74da; }
  .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 transparent; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 18px;
      border: 1px solid transparent;
      border-radius: 0 0 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #2d74da #2d74da transparent; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: inherit;
      background-color: inherit;
      border: 1px solid #2d74da;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0; }
  .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: #fff;
    background-color: #2d74da; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid transparent; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid transparent;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #2d74da; } }

.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: 44px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 2px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 2px) {
    .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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 2px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 2px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 2px) {
    .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: 0 0;
  font-size: 14px;
  line-height: 20px;
  height: 44px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 2px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: 0; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 0;
  padding: 9px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 2px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 0 0; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 1px) {
    .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: 2px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 0;
          padding-bottom: 0; } }

.navbar-form {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  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: 7px;
  margin-bottom: 7px; }
  @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: 1px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 2px) {
    .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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 12px;
    margin-bottom: 12px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 11px;
    margin-bottom: 11px; }

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px; }
  @media (min-width: 2px) {
    .navbar-text {
      float: left;
      margin-left: 0;
      margin-right: 0; } }

@media (min-width: 2px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: 0; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #343334;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    color: #fff; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #fff;
      background-color: #2d74da; }
  .navbar-default .navbar-text {
    color: #fff; }
  .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #fff;
      background-color: #2d74da; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2d74da; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #c0bfc0;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: transparent; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #2d74da; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #2d74da;
    color: #fff; }
  @media (max-width: 1px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #2d74da; }
    .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: #fff;
      background-color: #2d74da; }
    .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: #c0bfc0;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #fff; }
    .navbar-default .navbar-link:hover {
      color: #fff; }
  .navbar-default .btn-link {
    color: #fff; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #fff; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #c0bfc0; }

.navbar-inverse {
  background-color: #343334;
  border-color: transparent; }
  .navbar-inverse .navbar-brand {
    color: #fff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: #2d74da; }
  .navbar-inverse .navbar-text {
    color: #fff; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: #2d74da; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #2d74da; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #c0bfc0;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: transparent; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #2d74da; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #222122; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #2d74da;
    color: #fff; }
  @media (max-width: 1px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: #2d74da; }
    .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: #fff;
      background-color: #2d74da; }
    .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: #c0bfc0;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #fff; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #c0bfc0; }

.breadcrumb {
  padding: 0 12px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #343334; }
  .breadcrumb > .active {
    color: #343334; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 0 10px;
      line-height: 18px;
      text-decoration: none;
      color: #595859;
      background-color: #fff;
      border: 1px solid transparent;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #595859;
    background-color: #eef5ff;
    border-color: #2d74da; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2d74da;
    border-color: #fff;
    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: #c0bfc0;
    background-color: #fff;
    border-color: #c0bfc0;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 0 20px;
  font-size: 14px;
  line-height: 40px; }

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

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

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

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

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

.label-primary {
  background-color: #2d74da; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #205db4; }

.label-success {
  background-color: #00884b; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #00552f; }

.label-info {
  background-color: #79a6f6; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #4986f3; }

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  line-height: 18px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #e62325;
  border-radius: 9999px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #2d74da;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  color: #fff;
  background-color: rgba(52, 51, 52, 0.75); }
  .jumbotron h1,
  .jumbotron .h1 {
    color: #fff; }
  .jumbotron p {
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: rgba(26, 26, 26, 0.75); }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding-top: 80px;
      padding-bottom: 80px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 100px;
        padding-right: 100px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #595859; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2d74da; }

.alert {
  padding: 0 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: none; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: 400; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

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

.alert-success {
  background-color: #f3f9f6;
  border-color: #00884b;
  color: #343334; }
  .alert-success hr {
    border-top-color: #006f3d; }
  .alert-success .close:hover:before, .alert-success .close:focus:before {
    border-color: #343334; }
  .alert-success .close:before {
    color: #343334; }

.alert-info {
  background-color: #f2f7ff;
  border-color: #79a6f6;
  color: #343334; }
  .alert-info hr {
    border-top-color: #6196f4; }
  .alert-info .close:hover:before, .alert-info .close:focus:before {
    border-color: #343334; }
  .alert-info .close:before {
    color: #343334; }

.alert-warning {
  background-color: #fffbeb;
  border-color: #fed500;
  color: #343334; }
  .alert-warning hr {
    border-top-color: #e5c000; }
  .alert-warning .close:hover:before, .alert-warning .close:focus:before {
    border-color: #343334; }
  .alert-warning .close:before {
    color: #343334; }

.alert-danger {
  background-color: #fdf4f4;
  border-color: #e62325;
  color: #343334; }
  .alert-danger hr {
    border-top-color: #d7181a; }
  .alert-danger .close:hover:before, .alert-danger .close:focus:before {
    border-color: #343334; }
  .alert-danger .close:before {
    color: #343334; }

.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,
.btn-group.media[dropdown] > .btn[dropdown-toggle]:after {
  padding-left: 10px; }

.media-left,
.media > .pull-left,
.btn-glyphicon .media > .glyphicon,
.btn-glyphicon .checkbox .media > input[type="checkbox"] + span::after,
.checkbox .btn-glyphicon .media > input[type="checkbox"] + span::after,
.btn-glyphicon .checkbox-inline .media > input[type="checkbox"] + span::after,
.checkbox-inline .btn-glyphicon .media > input[type="checkbox"] + span::after,
.btn-glyphicon .breadcrumb.media > li + li:before,
.btn-glyphicon .media > .alert:before,
.btn-glyphicon .alert-dismissable .media > .close:before,
.alert-dismissable .btn-glyphicon .media > .close:before,
.btn-glyphicon .alert-dismissible .media > .close:before,
.alert-dismissible .btn-glyphicon .media > .close:before,
.btn-glyphicon .switch .media > input[type="checkbox"] + span,
.switch .btn-glyphicon .media > input[type="checkbox"] + span,
.btn-glyphicon .switch-inline .media > input[type="checkbox"] + span,
.switch-inline .btn-glyphicon .media > input[type="checkbox"] + span,
.media > .alert:before {
  padding-right: 10px; }

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

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

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

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #fff;
  color: #777677;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777677; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #595859;
  background-color: #eef5ff;
  border-color: #2d74da; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #595859; }

.list-group-item-success {
  color: #00884b;
  background-color: #f3f9f6; }

a.list-group-item-success,
button.list-group-item-success {
  color: #00884b; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #00884b;
    background-color: #e2f1e9; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #00884b;
    border-color: #00884b; }

.list-group-item-info {
  color: #79a6f6;
  background-color: #f2f7ff; }

a.list-group-item-info,
button.list-group-item-info {
  color: #79a6f6; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #79a6f6;
    background-color: #d9e7ff; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #79a6f6;
    border-color: #79a6f6; }

.list-group-item-warning {
  color: #fed500;
  background-color: #fffbeb; }

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

.list-group-item-danger {
  color: #e62325;
  background-color: #fdf4f4; }

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

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

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

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

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

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

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

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

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #d8d8d8; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #d8d8d8; }

.panel-default {
  border-color: #d8d8d8; }
  .panel-default > .panel-heading {
    color: #fff;
    background-color: #464646;
    border-color: #d8d8d8; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d8d8d8; }
    .panel-default > .panel-heading .badge {
      color: #464646;
      background-color: #fff; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d8d8d8; }

.panel-primary {
  border-color: #464646; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #2d74da;
    border-color: #464646; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-primary > .panel-heading .badge {
      color: #2d74da;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-success {
  border-color: #464646; }
  .panel-success > .panel-heading {
    color: #00884b;
    background-color: #f3f9f6;
    border-color: #464646; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-success > .panel-heading .badge {
      color: #f3f9f6;
      background-color: #00884b; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-info {
  border-color: #464646; }
  .panel-info > .panel-heading {
    color: #79a6f6;
    background-color: #f2f7ff;
    border-color: #464646; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-info > .panel-heading .badge {
      color: #f2f7ff;
      background-color: #79a6f6; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-warning {
  border-color: #464646; }
  .panel-warning > .panel-heading {
    color: #fed500;
    background-color: #fffbeb;
    border-color: #464646; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-warning > .panel-heading .badge {
      color: #fffbeb;
      background-color: #fed500; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-danger {
  border-color: #464646; }
  .panel-danger > .panel-heading {
    color: #e62325;
    background-color: #fdf4f4;
    border-color: #464646; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-danger > .panel-heading .badge {
      color: #fdf4f4;
      background-color: #e62325; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: normal;
  line-height: 1;
  color: #777677;
  text-shadow: none;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #777677;
    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; }

/* GLYPHICON DEFAULTS =======================*/
@font-face {
  font-family: "UX1 Glyphicons";
  src: url(/fonts/ux1-glyphicons.eot);
  src: url(/fonts/ux1-glyphicons.eot?#iefix) format("embedded-opentype"), url(/ux1-glyphicons.woff) format("woff"), url(/fonts/ux1-glyphicons.ttf) format("truetype"), url(/ux1-glyphicons.svg#icon-font-svg-id) format("svg");
  font-weight: normal;
  font-style: normal; }

.glyphicon, .checkbox input[type="checkbox"] + span::after,
.checkbox-inline input[type="checkbox"] + span::after, .breadcrumb > li + li:before, .alert:before, .alert-dismissable .close:before,
.alert-dismissible .close:before, .switch input[type="checkbox"] + span,
.switch-inline input[type="checkbox"] + span {
  font-family: "UX1 Glyphicons";
  font-size: 16px;
  color: #777677; }

/* SIZE CLASSES =======================*/
.glyphicon-xs, .breadcrumb > li + li:before {
  font-size: 14px; }

.glyphicon-sm {
  font-size: 16px; }

.glyphicon-md {
  font-size: 20px; }

.glyphicon-lg {
  font-size: 30px; }

/* STACK CLASSES =======================*/
.x1-icon-stack-sm {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 16px;
  font-size: 16px; }

.x1-icon-stack-md {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 20px;
  font-size: 20px; }

.x1-icon-stack-lg {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  line-height: 30px;
  font-size: 30px; }

.x1-icon-stack-sm .glyphicon, .x1-icon-stack-sm .checkbox input[type="checkbox"] + span::after, .checkbox .x1-icon-stack-sm input[type="checkbox"] + span::after,
.x1-icon-stack-sm .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .x1-icon-stack-sm input[type="checkbox"] + span::after, .x1-icon-stack-sm .breadcrumb > li + li:before, .x1-icon-stack-sm .alert:before, .x1-icon-stack-sm .alert-dismissable .close:before, .alert-dismissable .x1-icon-stack-sm .close:before,
.x1-icon-stack-sm .alert-dismissible .close:before, .alert-dismissible .x1-icon-stack-sm .close:before, .x1-icon-stack-sm .switch input[type="checkbox"] + span, .switch .x1-icon-stack-sm input[type="checkbox"] + span,
.x1-icon-stack-sm .switch-inline input[type="checkbox"] + span, .switch-inline .x1-icon-stack-sm input[type="checkbox"] + span,
.x1-icon-stack-md .glyphicon,
.x1-icon-stack-md .checkbox input[type="checkbox"] + span::after,
.checkbox .x1-icon-stack-md input[type="checkbox"] + span::after,
.x1-icon-stack-md .checkbox-inline input[type="checkbox"] + span::after,
.checkbox-inline .x1-icon-stack-md input[type="checkbox"] + span::after,
.x1-icon-stack-md .breadcrumb > li + li:before,
.x1-icon-stack-md .alert:before,
.x1-icon-stack-md .alert-dismissable .close:before,
.alert-dismissable .x1-icon-stack-md .close:before,
.x1-icon-stack-md .alert-dismissible .close:before,
.alert-dismissible .x1-icon-stack-md .close:before,
.x1-icon-stack-md .switch input[type="checkbox"] + span,
.switch .x1-icon-stack-md input[type="checkbox"] + span,
.x1-icon-stack-md .switch-inline input[type="checkbox"] + span,
.switch-inline .x1-icon-stack-md input[type="checkbox"] + span,
.x1-icon-stack-lg .glyphicon,
.x1-icon-stack-lg .checkbox input[type="checkbox"] + span::after,
.checkbox .x1-icon-stack-lg input[type="checkbox"] + span::after,
.x1-icon-stack-lg .checkbox-inline input[type="checkbox"] + span::after,
.checkbox-inline .x1-icon-stack-lg input[type="checkbox"] + span::after,
.x1-icon-stack-lg .breadcrumb > li + li:before,
.x1-icon-stack-lg .alert:before,
.x1-icon-stack-lg .alert-dismissable .close:before,
.alert-dismissable .x1-icon-stack-lg .close:before,
.x1-icon-stack-lg .alert-dismissible .close:before,
.alert-dismissible .x1-icon-stack-lg .close:before,
.x1-icon-stack-lg .switch input[type="checkbox"] + span,
.switch .x1-icon-stack-lg input[type="checkbox"] + span,
.x1-icon-stack-lg .switch-inline input[type="checkbox"] + span,
.switch-inline .x1-icon-stack-lg input[type="checkbox"] + span {
  font-style: normal;
  position: absolute;
  text-align: center;
  font-size: inherit;
  width: 100%; }

/* GLYPHICON CLASSES =======================*/
.glyphicon-Status-ArrowDown:before {
  content: "\e96e"; }

.glyphicon-Status-ArrowUp:before {
  content: "\e96f"; }

.glyphicon-Home:before {
  content: "\e968"; }

.glyphicon-Recommend_20:before {
  content: "\e969"; }

.glyphicon-table:before {
  content: "\e966"; }

.glyphicon-optimize:before {
  content: "\e960"; }

.glyphicon-reoptimize:before {
  content: "\e961"; }

.glyphicon-image:before {
  content: "\e95d"; }

.glyphicon-status-filled:before {
  content: "\e943"; }

.glyphicon-status-empty:before {
  content: "\e944"; }

.glyphicon-badge-fill:before {
  content: "\e945"; }

.glyphicon-badge-empty:before {
  content: "\e95a"; }

.glyphicon-campaign:before {
  content: "\e936"; }

.glyphicon-users:before {
  content: "\e913"; }

.glyphicon-group:before {
  content: "\e914"; }

.glyphicon-programs:before {
  content: "\e915"; }

.glyphicon-display:before {
  content: "\e916"; }

.glyphicon-direct-mail:before {
  content: "\e917"; }

.glyphicon-telesales:before {
  content: "\e918"; }

.glyphicon-landing-page:before {
  content: "\e919"; }

.glyphicon-text-select:before {
  content: "\e91a"; }

.glyphicon-select-all:before {
  content: "\e91b"; }

.glyphicon-revert:before {
  content: "\e91c"; }

.glyphicon-workspaces:before {
  content: "\e904"; }

.glyphicon-analyze:before {
  content: "\e658"; }

.glyphicon-category-select:before {
  content: "\e659"; }

.glyphicon-date-picker:before {
  content: "\e65a"; }

.glyphicon-gallery:before {
  content: "\e65b"; }

.glyphicon-locked:before {
  content: "\e65c"; }

.glyphicon-locked-filled:before {
  content: "\e946"; }

.glyphicon-unlocked:before {
  content: "\e66d"; }

.glyphicon-prefs:before {
  content: "\e65d"; }

.glyphicon-preview:before {
  content: "\e65e"; }

.glyphicon-circle:before {
  content: "\e660"; }

.glyphicon-circle-empty:before {
  content: "\e661"; }

.glyphicon-diamond:before {
  content: "\e662"; }

.glyphicon-diamond-empty:before {
  content: "\e663"; }

.glyphicon-pentagon:before {
  content: "\e664"; }

.glyphicon-pentagon-empty:before {
  content: "\e665"; }

.glyphicon-square:before {
  content: "\e666"; }

.glyphicon-square-empty:before {
  content: "\e667"; }

.glyphicon-triangle:before {
  content: "\e668"; }

.glyphicon-triangle-empty:before {
  content: "\e669"; }

.glyphicon-shapes:before {
  content: "\e66a"; }

.glyphicon-snapshot-select:before {
  content: "\e66b"; }

.glyphicon-sub-select:before {
  content: "\e66c"; }

.glyphicon-view-full:before {
  content: "\e66e"; }

.glyphicon-view-split:before {
  content: "\e66f"; }

.glyphicon-view-thumb:before {
  content: "\e670"; }

.glyphicon-zoom-in:before {
  content: "\e671"; }

.glyphicon-zoom-out:before {
  content: "\e674"; }

.glyphicon-zoom-more:before {
  content: "\e673"; }

.glyphicon-zoom-less:before {
  content: "\e672"; }

.glyphicon-minimize-window:before {
  content: "\e90e"; }

.glyphicon-maximize-window:before {
  content: "\e90f"; }

.glyphicon-compare:before {
  content: "\e90d"; }

.glyphicon-view-combo:before {
  content: "\e90b"; }

.glyphicon-view-chart:before {
  content: "\e90c"; }

.glyphicon-accessibility:before {
  content: "\e905"; }

.glyphicon-flag-empty:before {
  content: "\e906"; }

.glyphicon-flag-fill:before {
  content: "\e907"; }

.glyphicon-run:before {
  content: "\e908"; }

.glyphicon-tag-repeat:before {
  content: "\e909"; }

.glyphicon-tag-select:before {
  content: "\e90a"; }

.glyphicon-view-tree:before {
  content: "\e900"; }

.glyphicon-view-list:before {
  content: "\e901"; }

.glyphicon-forum:before {
  content: "\e902"; }

.glyphicon-payment-creditcard:before {
  content: "\e903"; }

.glyphicon-chevron-down-double:before {
  content: "\e800"; }

.glyphicon-chevron-up-double:before {
  content: "\e801"; }

.glyphicon-and:before {
  content: "\e65f"; }

.glyphicon-or:before {
  content: "\e675"; }

.glyphicon-blank:before {
  content: "\e69a"; }

.glyphicon-gear:before {
  content: "\e69b"; }

.glyphicon-star-empty:before {
  content: "\e656"; }

.glyphicon-star:before {
  content: "\e657"; }

.glyphicon-world:before {
  content: "\e653"; }

.glyphicon-people-one-add:before {
  content: "\e654"; }

.glyphicon-people-group:before {
  content: "\e655"; }

.glyphicon-people-two:before {
  content: "\e652"; }

.glyphicon-history:before {
  content: "\e64f"; }

.glyphicon-arrow-right:before {
  content: "\e64b"; }

.glyphicon-arrow-left:before {
  content: "\e64c"; }

.glyphicon-arrow-up:before {
  content: "\e64d"; }

.glyphicon-arrow-down:before {
  content: "\e64e"; }

.glyphicon-import:before {
  content: "\e650"; }

.glyphicon-error-sign:before {
  content: "\e651"; }

.glyphicon-fast-forward:before {
  content: "\e603"; }

.glyphicon-fast-backward:before {
  content: "\e646"; }

.glyphicon-triangle-right:before {
  content: "\e647"; }

.glyphicon-triangle-left:before {
  content: "\e648"; }

.glyphicon-chevron-left-double:before {
  content: "\e649"; }

.glyphicon-chevron-right-double:before {
  content: "\e64a"; }

.glyphicon-resize:before {
  content: "\e645"; }

.glyphicon-option-horizontal:before {
  content: "\e643"; }

.glyphicon-option-vertical:before {
  content: "\e644"; }

.glyphicon-filter-clear:before {
  content: "\e63d"; }

.glyphicon-share:before {
  content: "\e63e"; }

.glyphicon-trash:before {
  content: "\e63f"; }

.glyphicon-doc-properties:before {
  content: "\e640"; }

.glyphicon-doc-new:before {
  content: "\e641"; }

.glyphicon-doc-add:before {
  content: "\e642"; }

.glyphicon-refresh:before {
  content: "\e63c"; }

.glyphicon-grip-vertical:before {
  content: "\e63b"; }

.glyphicon-calc-divide:before {
  content: "\e635"; }

.glyphicon-calc-equal:before {
  content: "\e636"; }

.glyphicon-calc-minus:before {
  content: "\e637"; }

.glyphicon-calc-multiply:before {
  content: "\e638"; }

.glyphicon-calc-delete:before {
  content: "\e639"; }

.glyphicon-calc-plus:before {
  content: "\e63a"; }

.glyphicon-file-csv:before {
  content: "\e62f"; }

.glyphicon-file-excel:before {
  content: "\e630"; }

.glyphicon-export:before {
  content: "\e631"; }

.glyphicon-file-pdf:before {
  content: "\e632"; }

.glyphicon-file-png:before {
  content: "\e633"; }

.glyphicon-lightbulb:before {
  content: "\e61a"; }

.glyphicon-tools-fill:before {
  content: "\e61b"; }

.glyphicon-tools:before {
  content: "\e61c"; }

.glyphicon-gears-fill:before {
  content: "\e61d"; }

.glyphicon-gears:before {
  content: "\e61e"; }

.glyphicon-resize-full:before {
  content: "\e61f"; }

.glyphicon-resize-small:before {
  content: "\e620"; }

.glyphicon-menu-hamburger:before {
  content: "\e600"; }

.glyphicon-plus:before {
  content: "\e605"; }

.glyphicon-calendar:before {
  content: "\e601"; }

.glyphicon-calendar-schedule:before {
  content: "\e60a"; }

.glyphicon-remove:before {
  content: "\e604"; }

.glyphicon-envelope:before {
  content: "\e608"; }

.glyphicon-envelope-fill:before {
  content: "\e60b"; }

.glyphicon-file:before {
  content: "\e602"; }

.glyphicon-chevron-up:before {
  content: "\e60d"; }

.glyphicon-chevron-right:before {
  content: "\e60e"; }

.glyphicon-chevron-left:before {
  content: "\e60f"; }

.glyphicon-chevron-down:before {
  content: "\e610"; }

.glyphicon-stats:before {
  content: "\e611"; }

.glyphicon-copy:before {
  content: "\e613"; }

.glyphicon-property:before {
  content: "\e609"; }

.glyphicon-paste:before {
  content: "\e614"; }

.glyphicon-pushpin:before {
  content: "\e616"; }

.glyphicon-user:before {
  content: "\e612"; }

.glyphicon-save:before {
  content: "\e607"; }

.glyphicon-save-as:before {
  content: "\e606"; }

.glyphicon-search:before {
  content: "\e619"; }

.glyphicon-info-circle:before {
  content: "\e621"; }

.glyphicon-info-sign:before {
  content: "\e625"; }

.glyphicon-question-circle:before {
  content: "\e626"; }

.glyphicon-question-sign:before {
  content: "\e627"; }

.glyphicon-ok-circle:before {
  content: "\e615"; }

.glyphicon-x-circle:before {
  content: "\e947"; }

.glyphicon-warning-sign:before {
  content: "\e617"; }

.glyphicon-error-circle:before {
  content: "\e618"; }

.glyphicon-filter:before {
  content: "\e628"; }

.glyphicon-filter-fill:before {
  content: "\e629"; }

.glyphicon-chevron-up-down:before {
  content: "\e62a"; }

.glyphicon-tag:before {
  content: "\e62b"; }

.glyphicon-folder-open:before {
  content: "\e60c"; }

.glyphicon-folder-close:before {
  content: "\e62c"; }

.glyphicon-folder-open-fill:before {
  content: "\e62d"; }

.glyphicon-ok:before {
  content: "\e62e"; }

.glyphicon-edit:before {
  content: "\e634"; }

.glyphicon-components:before {
  content: "\e622"; }

.glyphicon-contribution:before {
  content: "\e623"; }

.glyphicon-versioning:before {
  content: "\e624"; }

.glyphicon-tap_hold_20:before {
  content: "\e974"; }

.glyphicon-tap_double_20:before {
  content: "\e975"; }

.glyphicon-tap_20:before {
  content: "\e976"; }

.glyphicon-swipe_20:before {
  content: "\e977"; }

.glyphicon-spread_20:before {
  content: "\e978"; }

.glyphicon-pinch_20:before {
  content: "\e979"; }

.glyphicon-hovers_vs_clicks_20:before {
  content: "\e97a"; }

.glyphicon-hovers_to_clicks_20:before {
  content: "\e97b"; }

.glyphicon-hovers_avg_time_20:before {
  content: "\e97c"; }

.glyphicon-hovers_20:before {
  content: "\e97d"; }

.glyphicon-clicks_20:before {
  content: "\e97e"; }

.glyphicon-status-filled-12:before {
  content: "\e948"; }

.glyphicon-status-empty-12:before {
  content: "\e949"; }

.glyphicon-Status-ArrowDown-16:before {
  content: "\e970"; }

.glyphicon-Status-ArrowUp-16:before {
  content: "\e971"; }

.glyphicon-Home_16:before {
  content: "\e96a"; }

.glyphicon-Recommend_16:before {
  content: "\e96b"; }

.glyphicon-table-16:before {
  content: "\e967"; }

.glyphicon-optimize-16:before {
  content: "\e962"; }

.glyphicon-reoptimize-16:before {
  content: "\e963"; }

.glyphicon-image-16:before {
  content: "\e95e"; }

.glyphicon-error-circle-16:before {
  content: "\e94a"; }

.glyphicon-ok-circle-16:before {
  content: "\e94b"; }

.glyphicon-x-circle-16:before {
  content: "\e94c"; }

.glyphicon-status-filled-16:before {
  content: "\e94d"; }

.glyphicon-status-empty-16:before {
  content: "\e94e"; }

.glyphicon-locked-filled-16:before {
  content: "\e94f"; }

.glyphicon-view-list-16:before {
  content: "\e950"; }

.glyphicon-badge-fill-16:before {
  content: "\e951"; }

.glyphicon-badge-empty-16:before {
  content: "\e95b"; }

.glyphicon-sub-select-16:before {
  content: "\e911"; }

.glyphicon-snapshot-select-16:before {
  content: "\e912"; }

.glyphicon-resize-small-16px:before {
  content: "\e910"; }

.glyphicon-Status-ArrowDown-30:before {
  content: "\e972"; }

.glyphicon-Status-ArrowUp-30:before {
  content: "\e973"; }

.glyphicon-Home_30:before {
  content: "\e96c"; }

.glyphicon-Recommend_30:before {
  content: "\e96d"; }

.glyphicon-optimize-30:before {
  content: "\e964"; }

.glyphicon-reoptimize-30:before {
  content: "\e965"; }

.glyphicon-image-30:before {
  content: "\e95f"; }

.glyphicon-error-circle-30:before {
  content: "\e952"; }

.glyphicon-ok-circle-30:before {
  content: "\e953"; }

.glyphicon-x-circle-30:before {
  content: "\e954"; }

.glyphicon-status-filled-30:before {
  content: "\e955"; }

.glyphicon-status-empty-30:before {
  content: "\e956"; }

.glyphicon-locked-filled-30:before {
  content: "\e957"; }

.glyphicon-view-list-30:before {
  content: "\e958"; }

.glyphicon-badge-fill-30:before {
  content: "\e959"; }

.glyphicon-badge-empty-30:before {
  content: "\e95c"; }

.glyphicon-preview-30:before {
  content: "\e935"; }

.glyphicon-clear-preview-30:before {
  content: "\e937"; }

.glyphicon-blow-horn-publish-30:before {
  content: "\e91f"; }

.glyphicon-unpublish-30:before {
  content: "\e942"; }

.glyphicon-blow-horn-unpublish-30:before {
  content: "\e934"; }

.glyphicon-unpublish-x-30:before {
  content: "\e91d"; }

.glyphicon-publish-draft-30:before {
  content: "\e91e"; }

.glyphicon-report-32:before {
  content: "\e938"; }

.glyphicon-stage-32:before {
  content: "\e939"; }

.glyphicon-user2-32:before {
  content: "\e93a"; }

.glyphicon-relationship-32:before {
  content: "\e93b"; }

.glyphicon-audience-32:before {
  content: "\e921"; }

.glyphicon-camera-32:before {
  content: "\e93c"; }

.glyphicon-chat-message-32:before {
  content: "\e93d"; }

.glyphicon-recording-32:before {
  content: "\e93e"; }

.glyphicon-rss-32:before {
  content: "\e93f"; }

.glyphicon-cursor-32:before {
  content: "\e920"; }

.glyphicon-pinterest-32:before {
  content: "\e922"; }

.glyphicon-twitter-32:before {
  content: "\e923"; }

.glyphicon-facebook-32:before {
  content: "\e924"; }

.glyphicon-mobile-push-32:before {
  content: "\e925"; }

.glyphicon-event-32:before {
  content: "\e926"; }

.glyphicon-debug-32:before {
  content: "\e928"; }

.glyphicon-email2-32:before {
  content: "\e929"; }

.glyphicon-forum-32:before {
  content: "\e92a"; }

.glyphicon-help-32:before {
  content: "\e92b"; }

.glyphicon-manage-32:before {
  content: "\e92c"; }

.glyphicon-paste2-32:before {
  content: "\e92d"; }

.glyphicon-copy2-32:before {
  content: "\e940"; }

.glyphicon-trash2-32:before {
  content: "\e941"; }

.glyphicon-add-new-32:before {
  content: "\e927"; }

.glyphicon-flow-64:before {
  content: "\e92e"; }

.glyphicon-tile-view-64:before {
  content: "\e92f"; }

.glyphicon-configure-64:before {
  content: "\e930"; }

.glyphicon-confirm-64:before {
  content: "\e931"; }

.glyphicon-spaces-64:before {
  content: "\e932"; }

.glyphicon-team-64:before {
  content: "\e933"; }

.dropdown-menu {
  min-width: 175px;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  overflow-y: auto;
  max-height: 320px; }
  .dropdown-menu .divider {
    margin: 0; }
  .dropdown-menu > li > h3 {
    font-size: inherit;
    margin: 0; }
  .dropdown-menu > li > a,
  .dropdown-menu > li > h3 > a {
    display: block;
    padding: 0 20px;
    clear: both;
    font-weight: normal;
    line-height: 40px;
    color: #595859;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,
.dropdown-menu > li > h3 > a:hover,
.dropdown-menu > li > h3 > a:focus {
  border-left: 1px solid #2d74da;
  padding-left: 19px;
  background-color: #eef5ff;
  text-decoration: none; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,
.dropdown-menu > .active > h3 > a,
.dropdown-menu > .active > h3 > a:hover,
.dropdown-menu > .active > h3 > a:focus {
  border-left: 3px solid #2d74da;
  padding-left: 17px;
  outline: 0;
  font-weight: 700;
  color: #595859;
  text-decoration: none;
  background-color: #eef5ff; }

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

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

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-left-width: 1px; }

.btn-group-justified > .btn-group:not(:first-child) > .btn {
  border-left-width: 0; }

.btn-group[dropdown] > .btn {
  border-width: 1px;
  padding: 0 10px; }
  .btn-group[dropdown] > .btn[dropdown-toggle]:after {
    content: "";
    padding-left: 20px; }
  .btn-group[dropdown] > .btn + .dropdown-toggle {
    padding-left: 10px;
    padding-right: 10px; }
    .btn-group[dropdown] > .btn + .dropdown-toggle:after {
      padding: 0; }
  .btn-group[dropdown] > .btn.disabled[dropdown-toggle]:after, .btn-group[dropdown] > .btn[disabled][dropdown-toggle]:after,
  fieldset[disabled] .btn-group[dropdown] > .btn[dropdown-toggle]:after {
    color: #777677; }

.btn-group[dropdown] > .btn-primary.dropdown-toggle,
.btn-group[dropdown] > .btn-primary[dropdown-toggle] {
  margin-left: 1px; }

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

.btn-group[dropdown] .btn[dropdown-toggle]:active:after,
.btn-group[dropdown].open .btn[dropdown-toggle]:after {
  content: ""; }

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

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

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

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-left-width: 2px; }

.input-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }
  .input-group .form-control:focus, .input-group .form-control:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2d74da;
    z-index: 3; }
    .input-group .form-control:focus:hover, .input-group .form-control:hover:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      border-color: #2d74da; }

.input-group-btn > .btn {
  border: 1px solid #777677;
  background-color: #fff;
  padding: 0 10px; }
  .input-group-btn > .btn .glyphicon, .input-group-btn > .btn .checkbox input[type="checkbox"] + span::after, .checkbox .input-group-btn > .btn input[type="checkbox"] + span::after,
  .input-group-btn > .btn .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .input-group-btn > .btn input[type="checkbox"] + span::after, .input-group-btn > .btn .breadcrumb > li + li:before, .input-group-btn > .btn .alert:before, .input-group-btn > .btn .alert-dismissable .close:before, .alert-dismissable .input-group-btn > .btn .close:before,
  .input-group-btn > .btn .alert-dismissible .close:before, .alert-dismissible .input-group-btn > .btn .close:before, .input-group-btn > .btn .switch input[type="checkbox"] + span, .switch .input-group-btn > .btn input[type="checkbox"] + span,
  .input-group-btn > .btn .switch-inline input[type="checkbox"] + span, .switch-inline .input-group-btn > .btn input[type="checkbox"] + span {
    color: #777677; }
  .input-group-btn > .btn:hover, .input-group-btn > .btn:focus {
    background-color: #eef5ff;
    z-index: 1; }
  .input-group-btn > .btn:active, .input-group-btn > .btn.active {
    background-color: #2d74da;
    border-color: #2d74da;
    z-index: 2; }
    .input-group-btn > .btn:active .glyphicon, .input-group-btn > .btn:active .checkbox input[type="checkbox"] + span::after, .checkbox .input-group-btn > .btn:active input[type="checkbox"] + span::after,
    .input-group-btn > .btn:active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .input-group-btn > .btn:active input[type="checkbox"] + span::after, .input-group-btn > .btn:active .breadcrumb > li + li:before, .input-group-btn > .btn:active .alert:before, .input-group-btn > .btn:active .alert-dismissable .close:before, .alert-dismissable .input-group-btn > .btn:active .close:before,
    .input-group-btn > .btn:active .alert-dismissible .close:before, .alert-dismissible .input-group-btn > .btn:active .close:before, .input-group-btn > .btn:active .switch input[type="checkbox"] + span, .switch .input-group-btn > .btn:active input[type="checkbox"] + span,
    .input-group-btn > .btn:active .switch-inline input[type="checkbox"] + span, .switch-inline .input-group-btn > .btn:active input[type="checkbox"] + span, .input-group-btn > .btn.active .glyphicon, .input-group-btn > .btn.active .checkbox input[type="checkbox"] + span::after, .checkbox .input-group-btn > .btn.active input[type="checkbox"] + span::after,
    .input-group-btn > .btn.active .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .input-group-btn > .btn.active input[type="checkbox"] + span::after, .input-group-btn > .btn.active .breadcrumb > li + li:before, .input-group-btn > .btn.active .alert:before, .input-group-btn > .btn.active .alert-dismissable .close:before, .alert-dismissable .input-group-btn > .btn.active .close:before,
    .input-group-btn > .btn.active .alert-dismissible .close:before, .alert-dismissible .input-group-btn > .btn.active .close:before, .input-group-btn > .btn.active .switch input[type="checkbox"] + span, .switch .input-group-btn > .btn.active input[type="checkbox"] + span,
    .input-group-btn > .btn.active .switch-inline input[type="checkbox"] + span, .switch-inline .input-group-btn > .btn.active input[type="checkbox"] + span {
      color: #fff; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 0px 10px;
      line-height: 44px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #c0bfc0; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #c0bfc0;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed;
        border: none; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #2d74da; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.container .nav-tabs,
.container-fluid .nav-tabs {
  margin-left: -20px;
  margin-right: -20px; }

.nav-tabs {
  border-bottom: none;
  padding-left: 20px; }
  .nav-tabs > li {
    float: left;
    margin: 0 15px 0 0; }
    .nav-tabs > li:first-child {
      margin-left: 20px; }
    .nav-tabs > li > h3 {
      font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
      font-weight: 400;
      margin: 0; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > h3 a,
    .nav-tabs > li.active > h3 a:hover,
    .nav-tabs > li.active > h3 a:focus {
      font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
      line-height: 35px;
      background-color: inherit;
      cursor: default;
      font-weight: 700;
      border: none;
      border-bottom: 3px solid #2d74da; }
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > h3 a:focus {
      color: #2d74da; }
    .nav-tabs > li[dropdown] > button:after, .nav-tabs > li[uib-dropdown] > button:after {
      content: ""; }
    .nav-tabs > li[dropdown].open > button:after, .nav-tabs > li[uib-dropdown].open > button:after {
      content: ""; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 0 !important; }
    .nav-pills > li > a:hover, .nav-pills > li > a:focus {
      background-color: #eef5ff; }
  .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: #fff;
    background-color: #2d74da; }
  .nav-pills > li[dropdown] > a:after {
    content: "";
    margin-left: 8px;
    color: inherit; }
  .nav-pills > li[dropdown].open > a:after {
    content: ""; }

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px;
      margin-left: -1px;
      border-radius: 0px !important; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid transparent;
    border-top: 1px solid #2d74da; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid transparent;
      border-radius: 0 0 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #2d74da; } }

.tab-content {
  padding: 20px 0; }
  .tab-content > .tab-pane {
    display: none;
    visibility: hidden; }
  .tab-content > .active {
    display: block;
    visibility: visible; }

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

.navbar {
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  border: none;
  margin: 0; }
  .navbar .container-fluid {
    padding-left: 0; }

.navbar-header {
  font-size: 15px; }

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

.navbar-collapse.collapse {
  height: 44px; }

.navbar-brand {
  font-size: 15px;
  line-height: 42px;
  padding: 0 10px 0 12px;
  margin: 0; }
  a.navbar-brand {
    padding: 0 10px; }
  .navbar-brand a {
    font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    float: left; }
    .navbar-brand a strong {
      font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
      font-weight: 700; }

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

.navbar-toggle {
  border-width: 0;
  border-top: 2px solid transparent;
  color: #ebebeb;
  height: 44px;
  padding: 0 12px;
  float: left;
  margin: 0; }
  .navbar-toggle:not(.collapsed) {
    background-color: #2d74da;
    border-top: 2px solid #fff;
    color: #fff; }
  .navbar-toggle:hover, .navbar-toggle:focus {
    color: #fff; }
  .navbar-toggle:after {
    content: "";
    position: relative;
    top: 1px; }
  .navbar-toggle + .navbar-brand {
    padding-left: 10px; }
  @media (min-width: 2px) {
    .navbar-toggle {
      display: block; } }

ul.nav.navbar-nav {
  font-size: 15px; }
  ul.nav.navbar-nav li.dropdown.active > a,
  ul.nav.navbar-nav li.dropdown.open > a {
    border-top: 2px solid #fff;
    background-color: #2d74da;
    color: #fff; }
    ul.nav.navbar-nav li.dropdown.active > a:after,
    ul.nav.navbar-nav li.dropdown.open > a:after {
      color: #fff;
      content: ""; }
    ul.nav.navbar-nav li.dropdown.active > a .glyphicon, ul.nav.navbar-nav li.dropdown.active > a .checkbox input[type="checkbox"] + span::after, .checkbox ul.nav.navbar-nav li.dropdown.active > a input[type="checkbox"] + span::after,
    ul.nav.navbar-nav li.dropdown.active > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline ul.nav.navbar-nav li.dropdown.active > a input[type="checkbox"] + span::after, ul.nav.navbar-nav li.dropdown.active > a .breadcrumb > li + li:before, ul.nav.navbar-nav li.dropdown.active > a .alert:before, ul.nav.navbar-nav li.dropdown.active > a .alert-dismissable .close:before, .alert-dismissable ul.nav.navbar-nav li.dropdown.active > a .close:before,
    ul.nav.navbar-nav li.dropdown.active > a .alert-dismissible .close:before, .alert-dismissible ul.nav.navbar-nav li.dropdown.active > a .close:before, ul.nav.navbar-nav li.dropdown.active > a .switch input[type="checkbox"] + span, .switch ul.nav.navbar-nav li.dropdown.active > a input[type="checkbox"] + span,
    ul.nav.navbar-nav li.dropdown.active > a .switch-inline input[type="checkbox"] + span, .switch-inline ul.nav.navbar-nav li.dropdown.active > a input[type="checkbox"] + span,
    ul.nav.navbar-nav li.dropdown.open > a .glyphicon,
    ul.nav.navbar-nav li.dropdown.open > a .checkbox input[type="checkbox"] + span::after,
    .checkbox ul.nav.navbar-nav li.dropdown.open > a input[type="checkbox"] + span::after,
    ul.nav.navbar-nav li.dropdown.open > a .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline ul.nav.navbar-nav li.dropdown.open > a input[type="checkbox"] + span::after,
    ul.nav.navbar-nav li.dropdown.open > a .breadcrumb > li + li:before,
    ul.nav.navbar-nav li.dropdown.open > a .alert:before,
    ul.nav.navbar-nav li.dropdown.open > a .alert-dismissable .close:before,
    .alert-dismissable ul.nav.navbar-nav li.dropdown.open > a .close:before,
    ul.nav.navbar-nav li.dropdown.open > a .alert-dismissible .close:before,
    .alert-dismissible ul.nav.navbar-nav li.dropdown.open > a .close:before,
    ul.nav.navbar-nav li.dropdown.open > a .switch input[type="checkbox"] + span,
    .switch ul.nav.navbar-nav li.dropdown.open > a input[type="checkbox"] + span,
    ul.nav.navbar-nav li.dropdown.open > a .switch-inline input[type="checkbox"] + span,
    .switch-inline ul.nav.navbar-nav li.dropdown.open > a input[type="checkbox"] + span {
      color: #fff; }
  ul.nav.navbar-nav li.dropdown > a:after {
    content: "";
    color: #ebebeb;
    margin-left: 12px;
    position: relative;
    top: 1px; }
  ul.nav.navbar-nav li.active a {
    background-color: #2d74da;
    border-top: 2px solid #fff;
    color: #fff; }
    ul.nav.navbar-nav li.active a:focus {
      border-top: 2px solid transparent; }
    ul.nav.navbar-nav li.active a .glyphicon, ul.nav.navbar-nav li.active a .checkbox input[type="checkbox"] + span::after, .checkbox ul.nav.navbar-nav li.active a input[type="checkbox"] + span::after,
    ul.nav.navbar-nav li.active a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline ul.nav.navbar-nav li.active a input[type="checkbox"] + span::after, ul.nav.navbar-nav li.active a .breadcrumb > li + li:before, ul.nav.navbar-nav li.active a .alert:before, ul.nav.navbar-nav li.active a .alert-dismissable .close:before, .alert-dismissable ul.nav.navbar-nav li.active a .close:before,
    ul.nav.navbar-nav li.active a .alert-dismissible .close:before, .alert-dismissible ul.nav.navbar-nav li.active a .close:before, ul.nav.navbar-nav li.active a .switch input[type="checkbox"] + span, .switch ul.nav.navbar-nav li.active a input[type="checkbox"] + span,
    ul.nav.navbar-nav li.active a .switch-inline input[type="checkbox"] + span, .switch-inline ul.nav.navbar-nav li.active a input[type="checkbox"] + span {
      color: #fff; }
  ul.nav.navbar-nav li a {
    line-height: 39px;
    color: #fff;
    height: 44px;
    border-top: 2px solid transparent; }
    ul.nav.navbar-nav li a:hover, ul.nav.navbar-nav li a:focus {
      background-color: #2d74da;
      color: #fff; }
    ul.nav.navbar-nav li a .glyphicon, ul.nav.navbar-nav li a .checkbox input[type="checkbox"] + span::after, .checkbox ul.nav.navbar-nav li a input[type="checkbox"] + span::after,
    ul.nav.navbar-nav li a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline ul.nav.navbar-nav li a input[type="checkbox"] + span::after, ul.nav.navbar-nav li a .breadcrumb > li + li:before, ul.nav.navbar-nav li a .alert:before, ul.nav.navbar-nav li a .alert-dismissable .close:before, .alert-dismissable ul.nav.navbar-nav li a .close:before,
    ul.nav.navbar-nav li a .alert-dismissible .close:before, .alert-dismissible ul.nav.navbar-nav li a .close:before, ul.nav.navbar-nav li a .switch input[type="checkbox"] + span, .switch ul.nav.navbar-nav li a input[type="checkbox"] + span,
    ul.nav.navbar-nav li a .switch-inline input[type="checkbox"] + span, .switch-inline ul.nav.navbar-nav li a input[type="checkbox"] + span {
      position: relative;
      color: #ebebeb;
      margin-right: 12px;
      margin-top: 1px; }
  ul.nav.navbar-nav .dropdown-menu {
    border: 0;
    overflow-y: visible; }
    ul.nav.navbar-nav .dropdown-menu a {
      background-color: #2d74da;
      line-height: 19px;
      font-size: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      height: auto;
      border: none; }
      ul.nav.navbar-nav .dropdown-menu a:hover, ul.nav.navbar-nav .dropdown-menu a:focus {
        text-decoration: underline; }
    ul.nav.navbar-nav .dropdown-menu .divider {
      background-color: #fff; }

.navbar-form {
  margin-left: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (max-width: 1px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #595859; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
      background-color: #595859;
      color: #fff; } }

.breadcrumb {
  margin: 0; }
  .breadcrumb > li {
    font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
    height: 44px;
    line-height: 44px; }
    .breadcrumb > li:not(:first-child) {
      margin-left: -4px; }
    .breadcrumb > li * {
      color: #343334; }
    .breadcrumb > li + li:before {
      box-sizing: content-box;
      color: #a6a5a6;
      content: "";
      display: inline-block;
      font-weight: normal;
      padding: 0 8px;
      position: relative;
      top: 1px;
      width: 12px; }
  .breadcrumb > .active {
    font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
    font-weight: 700; }

.pagination {
  height: 30px;
  text-align: center; }
  .pagination > li > a {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0 5px;
    line-height: 30px;
    width: 30px; }
  .pagination > li:first-child > a, .pagination > li:last-child > a {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 4px 3px; }
  .pagination > li:not(.active):not(:first-child):not(:last-child) > a:hover, .pagination > li:not(.active):not(:first-child):not(:last-child) > a:focus {
    -webkit-box-shadow: inset 0 0 0 2px #eef5ff, inset 0 0 0 3px #2d74da;
    box-shadow: inset 0 0 0 2px #eef5ff, inset 0 0 0 3px #2d74da; }
  .pagination > li:first-child > a, .pagination > li:last-child > a {
    color: #777677; }
    .pagination > li:first-child > a:hover, .pagination > li:first-child > a:focus,
    .pagination > li:last-child > a:hover,
    .pagination > li:last-child > a:focus {
      -webkit-box-shadow: inset 0 0 0 1px #777677;
      box-shadow: inset 0 0 0 1px #777677;
      background: #fff; }
  .pagination > li.active > a {
    font-weight: 700; }
    .pagination > li.active > a:focus {
      -webkit-box-shadow: inset 0 0 0 2px #2d74da, inset 0 0 0 3px #fff;
      box-shadow: inset 0 0 0 2px #2d74da, inset 0 0 0 3px #fff; }
  .pagination > li:first-child.disabled > a,
  .pagination > li:first-child.disabled > a:hover,
  .pagination > li:first-child.disabled > a:focus,
  .pagination > li:last-child.disabled > a,
  .pagination > li:last-child.disabled > a:hover,
  .pagination > li:last-child.disabled > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none; }
    .pagination > li:first-child.disabled > a .glyphicon, .pagination > li:first-child.disabled > a .checkbox input[type="checkbox"] + span::after, .checkbox .pagination > li:first-child.disabled > a input[type="checkbox"] + span::after,
    .pagination > li:first-child.disabled > a .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .pagination > li:first-child.disabled > a input[type="checkbox"] + span::after, .pagination > li:first-child.disabled > a .breadcrumb > li + li:before, .pagination > li:first-child.disabled > a .alert:before, .pagination > li:first-child.disabled > a .alert-dismissable .close:before, .alert-dismissable .pagination > li:first-child.disabled > a .close:before,
    .pagination > li:first-child.disabled > a .alert-dismissible .close:before, .alert-dismissible .pagination > li:first-child.disabled > a .close:before, .pagination > li:first-child.disabled > a .switch input[type="checkbox"] + span, .switch .pagination > li:first-child.disabled > a input[type="checkbox"] + span,
    .pagination > li:first-child.disabled > a .switch-inline input[type="checkbox"] + span, .switch-inline .pagination > li:first-child.disabled > a input[type="checkbox"] + span,
    .pagination > li:first-child.disabled > a:hover .glyphicon,
    .pagination > li:first-child.disabled > a:hover .checkbox input[type="checkbox"] + span::after,
    .checkbox .pagination > li:first-child.disabled > a:hover input[type="checkbox"] + span::after,
    .pagination > li:first-child.disabled > a:hover .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .pagination > li:first-child.disabled > a:hover input[type="checkbox"] + span::after,
    .pagination > li:first-child.disabled > a:hover .breadcrumb > li + li:before,
    .pagination > li:first-child.disabled > a:hover .alert:before,
    .pagination > li:first-child.disabled > a:hover .alert-dismissable .close:before,
    .alert-dismissable .pagination > li:first-child.disabled > a:hover .close:before,
    .pagination > li:first-child.disabled > a:hover .alert-dismissible .close:before,
    .alert-dismissible .pagination > li:first-child.disabled > a:hover .close:before,
    .pagination > li:first-child.disabled > a:hover .switch input[type="checkbox"] + span,
    .switch .pagination > li:first-child.disabled > a:hover input[type="checkbox"] + span,
    .pagination > li:first-child.disabled > a:hover .switch-inline input[type="checkbox"] + span,
    .switch-inline .pagination > li:first-child.disabled > a:hover input[type="checkbox"] + span,
    .pagination > li:first-child.disabled > a:focus .glyphicon,
    .pagination > li:first-child.disabled > a:focus .checkbox input[type="checkbox"] + span::after,
    .checkbox .pagination > li:first-child.disabled > a:focus input[type="checkbox"] + span::after,
    .pagination > li:first-child.disabled > a:focus .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .pagination > li:first-child.disabled > a:focus input[type="checkbox"] + span::after,
    .pagination > li:first-child.disabled > a:focus .breadcrumb > li + li:before,
    .pagination > li:first-child.disabled > a:focus .alert:before,
    .pagination > li:first-child.disabled > a:focus .alert-dismissable .close:before,
    .alert-dismissable .pagination > li:first-child.disabled > a:focus .close:before,
    .pagination > li:first-child.disabled > a:focus .alert-dismissible .close:before,
    .alert-dismissible .pagination > li:first-child.disabled > a:focus .close:before,
    .pagination > li:first-child.disabled > a:focus .switch input[type="checkbox"] + span,
    .switch .pagination > li:first-child.disabled > a:focus input[type="checkbox"] + span,
    .pagination > li:first-child.disabled > a:focus .switch-inline input[type="checkbox"] + span,
    .switch-inline .pagination > li:first-child.disabled > a:focus input[type="checkbox"] + span,
    .pagination > li:last-child.disabled > a .glyphicon,
    .pagination > li:last-child.disabled > a .checkbox input[type="checkbox"] + span::after,
    .checkbox .pagination > li:last-child.disabled > a input[type="checkbox"] + span::after,
    .pagination > li:last-child.disabled > a .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .pagination > li:last-child.disabled > a input[type="checkbox"] + span::after,
    .pagination > li:last-child.disabled > a .breadcrumb > li + li:before,
    .pagination > li:last-child.disabled > a .alert:before,
    .pagination > li:last-child.disabled > a .alert-dismissable .close:before,
    .alert-dismissable .pagination > li:last-child.disabled > a .close:before,
    .pagination > li:last-child.disabled > a .alert-dismissible .close:before,
    .alert-dismissible .pagination > li:last-child.disabled > a .close:before,
    .pagination > li:last-child.disabled > a .switch input[type="checkbox"] + span,
    .switch .pagination > li:last-child.disabled > a input[type="checkbox"] + span,
    .pagination > li:last-child.disabled > a .switch-inline input[type="checkbox"] + span,
    .switch-inline .pagination > li:last-child.disabled > a input[type="checkbox"] + span,
    .pagination > li:last-child.disabled > a:hover .glyphicon,
    .pagination > li:last-child.disabled > a:hover .checkbox input[type="checkbox"] + span::after,
    .checkbox .pagination > li:last-child.disabled > a:hover input[type="checkbox"] + span::after,
    .pagination > li:last-child.disabled > a:hover .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .pagination > li:last-child.disabled > a:hover input[type="checkbox"] + span::after,
    .pagination > li:last-child.disabled > a:hover .breadcrumb > li + li:before,
    .pagination > li:last-child.disabled > a:hover .alert:before,
    .pagination > li:last-child.disabled > a:hover .alert-dismissable .close:before,
    .alert-dismissable .pagination > li:last-child.disabled > a:hover .close:before,
    .pagination > li:last-child.disabled > a:hover .alert-dismissible .close:before,
    .alert-dismissible .pagination > li:last-child.disabled > a:hover .close:before,
    .pagination > li:last-child.disabled > a:hover .switch input[type="checkbox"] + span,
    .switch .pagination > li:last-child.disabled > a:hover input[type="checkbox"] + span,
    .pagination > li:last-child.disabled > a:hover .switch-inline input[type="checkbox"] + span,
    .switch-inline .pagination > li:last-child.disabled > a:hover input[type="checkbox"] + span,
    .pagination > li:last-child.disabled > a:focus .glyphicon,
    .pagination > li:last-child.disabled > a:focus .checkbox input[type="checkbox"] + span::after,
    .checkbox .pagination > li:last-child.disabled > a:focus input[type="checkbox"] + span::after,
    .pagination > li:last-child.disabled > a:focus .checkbox-inline input[type="checkbox"] + span::after,
    .checkbox-inline .pagination > li:last-child.disabled > a:focus input[type="checkbox"] + span::after,
    .pagination > li:last-child.disabled > a:focus .breadcrumb > li + li:before,
    .pagination > li:last-child.disabled > a:focus .alert:before,
    .pagination > li:last-child.disabled > a:focus .alert-dismissable .close:before,
    .alert-dismissable .pagination > li:last-child.disabled > a:focus .close:before,
    .pagination > li:last-child.disabled > a:focus .alert-dismissible .close:before,
    .alert-dismissible .pagination > li:last-child.disabled > a:focus .close:before,
    .pagination > li:last-child.disabled > a:focus .switch input[type="checkbox"] + span,
    .switch .pagination > li:last-child.disabled > a:focus input[type="checkbox"] + span,
    .pagination > li:last-child.disabled > a:focus .switch-inline input[type="checkbox"] + span,
    .switch-inline .pagination > li:last-child.disabled > a:focus input[type="checkbox"] + span {
      color: #c0bfc0; }

.label {
  display: inline;
  padding: 7.5px 10px;
  font-size: 14px;
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

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

.label-default {
  background-color: #f5f5f5;
  color: #777677; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: gainsboro; }

.label-primary {
  background-color: #2d74da; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #205db4; }

.label-success {
  background-color: #00884b; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #00552f; }

.label-info {
  background-color: #79a6f6;
  color: #343334; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #4986f3; }

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

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

.badge {
  font-family: "Helvetica Neue for IBM", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 10px;
  padding: 2px 3px;
  line-height: 13px;
  min-width: 17px;
  margin-left: 4px; }
  .btn .badge {
    line-height: 28px;
    float: right;
    padding: 0;
    font-size: 11px;
    text-align: right; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    line-height: 18px;
    float: right;
    padding: 0;
    font-size: 11px;
    text-align: right; }
  .list-group-item > .badge {
    background-color: #2d74da;
    margin: 11px 0; }

ul.nav.navbar-nav li a .badge {
  position: absolute;
  right: -8px;
  top: 2px; }

.navbar-inverse .navbar-brand .badge {
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  background-color: #9320a2;
  margin: 10px 0 10px 20px;
  line-height: 24px;
  border-radius: 0;
  padding: 0 10px;
  font-size: 14px;
  float: left; }

.jumbotron {
  padding: 50px;
  margin-bottom: 0; }
  .jumbotron h2,
  .jumbotron .h2 {
    color: #fff;
    margin: 0; }
  .jumbotron p {
    margin: 18px 0 0; }
  @media screen and (min-width: 768px) {
    .jumbotron {
      padding: 50px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 50px;
        padding-right: 50px; } }

.list-group {
  margin: 0; }

.list-group-item {
  line-height: 40px;
  padding: 0 19px; }

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  border-color: #fff;
  border-right-width: 0;
  color: #595859;
  padding-right: 20px;
  z-index: 1; }
  a.list-group-item:hover::before, a.list-group-item:focus::before,
  button.list-group-item:hover::before,
  button.list-group-item:focus::before {
    width: 1px;
    height: 40px;
    content: "";
    background: #2d74da;
    position: absolute;
    left: -1px;
    top: 0; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  border: 1px dashed #777677;
  z-index: 1; }
  .list-group-item.disabled::before, .list-group-item.disabled:hover::before, .list-group-item.disabled:focus::before {
    display: none; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  border-color: #fff;
  border-right-width: 0;
  font-weight: 700;
  padding-right: 20px; }
  .list-group-item.active::before, .list-group-item.active:hover::before, .list-group-item.active:focus::before {
    width: 3px;
    height: 40px;
    content: "";
    background: #2d74da;
    position: absolute;
    left: -1px;
    top: 0; }

.list-group-item-heading {
  margin-top: 12.5px; }

.list-group-item-text {
  margin-bottom: 12.5px; }

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

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
  margin-bottom: -1px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1; }

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: -1;
    border-top-right-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: -1; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: -1; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: -1; }

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

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

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

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

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #d8d8d8; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #d8d8d8; }

.panel-default {
  border-color: #d8d8d8; }
  .panel-default > .panel-heading {
    color: #fff;
    background-color: #464646;
    border-color: #d8d8d8; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d8d8d8; }
    .panel-default > .panel-heading .badge {
      color: #464646;
      background-color: #fff; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d8d8d8; }
  .panel-default .panel-heading {
    border-bottom: 3px solid #2d74da;
    margin-bottom: -2px; }

.panel-primary {
  border-color: #464646; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #2d74da;
    border-color: #464646; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-primary > .panel-heading .badge {
      color: #2d74da;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }

.panel-success {
  border-color: #464646; }
  .panel-success > .panel-heading {
    color: #00884b;
    background-color: #f3f9f6;
    border-color: #464646; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-success > .panel-heading .badge {
      color: #f3f9f6;
      background-color: #00884b; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }
  .panel-success .panel-heading {
    background-color: #00884b;
    color: #fff; }

.panel-info {
  border-color: #464646; }
  .panel-info > .panel-heading {
    color: #79a6f6;
    background-color: #f2f7ff;
    border-color: #464646; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-info > .panel-heading .badge {
      color: #f2f7ff;
      background-color: #79a6f6; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }
  .panel-info .panel-heading {
    background-color: #79a6f6;
    color: #fff; }

.panel-warning {
  border-color: #464646; }
  .panel-warning > .panel-heading {
    color: #fed500;
    background-color: #fffbeb;
    border-color: #464646; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-warning > .panel-heading .badge {
      color: #fffbeb;
      background-color: #fed500; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }
  .panel-warning .panel-heading {
    background-color: #fed500;
    color: #222222; }

.panel-danger {
  border-color: #464646; }
  .panel-danger > .panel-heading {
    color: #e62325;
    background-color: #fdf4f4;
    border-color: #464646; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #464646; }
    .panel-danger > .panel-heading .badge {
      color: #fdf4f4;
      background-color: #e62325; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #464646; }
  .panel-danger .panel-heading {
    background-color: #e62325;
    border-color: #e62325;
    color: #fff; }

.panel-primary .panel-body, .panel-success .panel-body, .panel-info .panel-body, .panel-warning .panel-body, .panel-danger .panel-body {
  background-color: #222222;
  color: #fff;
  border: none; }

.alert {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343334;
  height: 44px;
  margin-bottom: 10px;
  line-height: 42px; }
  .alert:before {
    font-size: 30px;
    margin: 0 10px 0 0; }
  .alert .alert-link {
    color: #1f57a4;
    border-bottom: 1px solid #1f57a4;
    font-weight: 400;
    text-decoration: none; }
    .alert .alert-link:hover, .alert .alert-link:focus {
      border-bottom-width: 3px; }

.alert-dismissable .close,
.alert-dismissible .close {
  margin: 0 0 0 40px;
  top: 0;
  right: 0; }
  .alert-dismissable .close:before,
  .alert-dismissible .close:before {
    border: 1px solid transparent;
    color: #343334;
    content: "";
    font-size: 12px;
    padding: 3px; }
  .alert-dismissable .close > span,
  .alert-dismissible .close > span {
    display: none; }

.alert-success:before {
  content: "";
  color: #00884b; }

.alert-info:before {
  content: "";
  color: #79a6f6; }

.alert-warning:before {
  content: "";
  color: #fed500; }

.alert-danger:before {
  content: "";
  color: #e62325; }

.close {
  float: right;
  font-size: inherit;
  line-height: inherit;
  opacity: 1;
  filter: alpha(opacity=100); }
  .close:hover, .close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }

button.close {
  position: absolute;
  right: 16px;
  top: 0; }
  button.close:hover span,
  button.close:focus span {
    border-color: #777677; }
  button.close .glyphicon, button.close .checkbox input[type="checkbox"] + span::after, .checkbox button.close input[type="checkbox"] + span::after,
  button.close .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline button.close input[type="checkbox"] + span::after, button.close .breadcrumb > li + li:before, button.close .alert:before, button.close .alert-dismissable .close:before, .alert-dismissable button.close .close:before,
  button.close .alert-dismissible .close:before, .alert-dismissible button.close .close:before, button.close .switch input[type="checkbox"] + span, .switch button.close input[type="checkbox"] + span,
  button.close .switch-inline input[type="checkbox"] + span, .switch-inline button.close input[type="checkbox"] + span {
    border: 1px solid transparent;
    padding: 3px;
    color: #777677; }

.switch-bg-dark .switch span,
.switch-bg-dark .switch-inline span {
  color: #fff; }

.switch-bg-dark .switch input[type="checkbox"]:not(:disabled) + span:hover,
.switch-bg-dark .switch input[type="checkbox"]:focus:not(:disabled) + span,
.switch-bg-dark .switch input[type="checkbox"]:checked:not(:disabled) + span:hover,
.switch-bg-dark .switch input[type="checkbox"]:checked:focus:not(:disabled) + span,
.switch-bg-dark .switch-inline input[type="checkbox"]:not(:disabled) + span:hover,
.switch-bg-dark .switch-inline input[type="checkbox"]:focus:not(:disabled) + span,
.switch-bg-dark .switch-inline input[type="checkbox"]:checked:not(:disabled) + span:hover,
.switch-bg-dark .switch-inline input[type="checkbox"]:checked:focus:not(:disabled) + span {
  -webkit-box-shadow: inset 0 0 0 1px #2d74da;
  box-shadow: inset 0 0 0 1px #2d74da;
  border: 2px solid #fff; }

.switch-bg-dark .switch input[type="checkbox"]:checked:disabled + span,
.switch-bg-dark .switch input[type="checkbox"]:disabled + span,
.switch-bg-dark .switch-inline input[type="checkbox"]:checked:disabled + span,
.switch-bg-dark .switch-inline input[type="checkbox"]:disabled + span {
  background: #2d74da;
  border: 1px dashed #fff; }
  .switch-bg-dark .switch input[type="checkbox"]:checked:disabled + span::after,
  .switch-bg-dark .switch input[type="checkbox"]:disabled + span::after,
  .switch-bg-dark .switch-inline input[type="checkbox"]:checked:disabled + span::after,
  .switch-bg-dark .switch-inline input[type="checkbox"]:disabled + span::after {
    border: 1px dashed #fff; }
  .switch-bg-dark .switch input[type="checkbox"]:checked:disabled + span::before,
  .switch-bg-dark .switch input[type="checkbox"]:disabled + span::before,
  .switch-bg-dark .switch-inline input[type="checkbox"]:checked:disabled + span::before,
  .switch-bg-dark .switch-inline input[type="checkbox"]:disabled + span::before {
    color: #fff; }

.switch-bg-dark .switch input[type="checkbox"]:checked + span,
.switch-bg-dark .switch-inline input[type="checkbox"]:checked + span {
  background: #fff;
  border-color: #fff; }

.switch-bg-dark .switch input[type="checkbox"] + span,
.switch-bg-dark .switch-inline input[type="checkbox"] + span {
  background: #fff;
  border-color: #fff; }
  .switch-bg-dark .switch input[type="checkbox"] + span::after,
  .switch-bg-dark .switch-inline input[type="checkbox"] + span::after {
    background: #2d74da; }
  .switch-bg-dark .switch input[type="checkbox"] + span::before,
  .switch-bg-dark .switch-inline input[type="checkbox"] + span::before {
    color: #2d74da; }

/***************************************************************/
.switch {
  margin-bottom: 30px; }
  .switch.disabled label {
    color: #777677; }
  .switch label {
    padding: 0; }

.switch-inline,
.switch-inline + .switch-inline {
  margin: 10px 0;
  padding: 0; }
  .switch-inline label,
  .switch-inline + .switch-inline label {
    margin-right: 0; }

.switch-inline + .switch-inline {
  margin-left: 20px; }

/***************************************************************/
.switch span,
.switch-inline span {
  cursor: pointer;
  vertical-align: middle; }

.switch input[type="checkbox"],
.switch-inline input[type="checkbox"] {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  margin: 0; }
  .switch input[type="checkbox"]:first-child + span,
  .switch-inline input[type="checkbox"]:first-child + span {
    margin-left: 0; }
  .switch input[type="checkbox"] + span:last-child,
  .switch-inline input[type="checkbox"] + span:last-child {
    margin-right: 0; }
  .switch input[type="checkbox"]:checked + span,
  .switch-inline input[type="checkbox"]:checked + span {
    padding-left: 40px;
    background: #2d74da;
    border-color: #2d74da; }
  .switch input[type="checkbox"]:checked + span::before,
  .switch-inline input[type="checkbox"]:checked + span::before {
    opacity: 1;
    filter: alpha(opacity=100); }
  .switch input[type="checkbox"]:checked:not(:disabled) + span:hover,
  .switch input[type="checkbox"]:checked:focus:not(:disabled) + span,
  .switch-inline input[type="checkbox"]:checked:not(:disabled) + span:hover,
  .switch-inline input[type="checkbox"]:checked:focus:not(:disabled) + span {
    border: 2px solid #2d74da; }
  .switch input[type="checkbox"]:not(:disabled) + span:hover,
  .switch input[type="checkbox"]:focus:not(:disabled) + span,
  .switch-inline input[type="checkbox"]:not(:disabled) + span:hover,
  .switch-inline input[type="checkbox"]:focus:not(:disabled) + span {
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    border: 2px solid #777677; }
    .switch input[type="checkbox"]:not(:disabled) + span:hover::before,
    .switch input[type="checkbox"]:focus:not(:disabled) + span::before,
    .switch-inline input[type="checkbox"]:not(:disabled) + span:hover::before,
    .switch-inline input[type="checkbox"]:focus:not(:disabled) + span::before {
      line-height: 26px;
      margin-left: -1px; }
    .switch input[type="checkbox"]:not(:disabled) + span:hover::after,
    .switch input[type="checkbox"]:focus:not(:disabled) + span::after,
    .switch-inline input[type="checkbox"]:not(:disabled) + span:hover::after,
    .switch-inline input[type="checkbox"]:focus:not(:disabled) + span::after {
      top: -2px;
      left: -2px; }
  .switch input[type="checkbox"]:checked:disabled + span,
  .switch input[type="checkbox"]:disabled + span,
  .switch-inline input[type="checkbox"]:checked:disabled + span,
  .switch-inline input[type="checkbox"]:disabled + span {
    background: #fff;
    border: 1px dashed #777677;
    cursor: not-allowed;
    padding-top: 4px; }
    .switch input[type="checkbox"]:checked:disabled + span::before,
    .switch input[type="checkbox"]:disabled + span::before,
    .switch-inline input[type="checkbox"]:checked:disabled + span::before,
    .switch-inline input[type="checkbox"]:disabled + span::before {
      color: #777677; }
    .switch input[type="checkbox"]:checked:disabled + span::after,
    .switch input[type="checkbox"]:disabled + span::after,
    .switch-inline input[type="checkbox"]:checked:disabled + span::after,
    .switch-inline input[type="checkbox"]:disabled + span::after {
      border: 1px dashed #777677;
      position: static; }
  .switch input[type="checkbox"] + span,
  .switch-inline input[type="checkbox"] + span {
    width: 65px;
    height: 30px;
    -webkit-transition: padding 0.3s ease, background 0.3s ease;
    -o-transition: padding 0.3s ease, background 0.3s ease;
    transition: padding 0.3s ease, background 0.3s ease;
    text-align: left;
    display: inline-block;
    position: relative;
    background: #777677;
    border: 1px solid #777677;
    border-radius: 9999px;
    padding: 5px;
    margin: 0 10px; }
    .switch input[type="checkbox"] + span::before,
    .switch-inline input[type="checkbox"] + span::before {
      -webkit-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 0;
      filter: alpha(opacity=0);
      position: absolute;
      left: 12px;
      top: 1px;
      line-height: 28px;
      content: "";
      font-weight: 700;
      color: #fff; }
    .switch input[type="checkbox"] + span::after,
    .switch-inline input[type="checkbox"] + span::after {
      width: 20px;
      height: 20px;
      content: '';
      display: inline-block;
      background: #fff;
      border-radius: 9999px;
      position: relative;
      top: -1px;
      left: -1px; }

.switch.switch-sm input[type="checkbox"]:not(:disabled) + span:hover,
.switch.switch-sm input[type="checkbox"]:focus:not(:disabled) + span,
.switch-inline.switch-sm input[type="checkbox"]:not(:disabled) + span:hover,
.switch-inline.switch-sm input[type="checkbox"]:focus:not(:disabled) + span {
  border-width: 1px; }
  .switch.switch-sm input[type="checkbox"]:not(:disabled) + span:hover::before,
  .switch.switch-sm input[type="checkbox"]:focus:not(:disabled) + span::before,
  .switch-inline.switch-sm input[type="checkbox"]:not(:disabled) + span:hover::before,
  .switch-inline.switch-sm input[type="checkbox"]:focus:not(:disabled) + span::before {
    line-height: 18px;
    margin-left: -2px; }
  .switch.switch-sm input[type="checkbox"]:not(:disabled) + span:hover::after,
  .switch.switch-sm input[type="checkbox"]:focus:not(:disabled) + span::after,
  .switch-inline.switch-sm input[type="checkbox"]:not(:disabled) + span:hover::after,
  .switch-inline.switch-sm input[type="checkbox"]:focus:not(:disabled) + span::after {
    top: -1px;
    left: -1px; }

.switch.switch-sm input[type="checkbox"]:checked:disabled + span,
.switch.switch-sm input[type="checkbox"]:disabled + span,
.switch-inline.switch-sm input[type="checkbox"]:checked:disabled + span,
.switch-inline.switch-sm input[type="checkbox"]:disabled + span {
  padding-top: 0; }

.switch.switch-sm input[type="checkbox"]:checked + span,
.switch-inline.switch-sm input[type="checkbox"]:checked + span {
  padding-left: 49px; }

.switch.switch-sm input[type="checkbox"] + span,
.switch-inline.switch-sm input[type="checkbox"] + span {
  height: 20px;
  padding: 1px 4px; }
  .switch.switch-sm input[type="checkbox"] + span::before,
  .switch-inline.switch-sm input[type="checkbox"] + span::before {
    left: 0;
    line-height: 18px;
    width: 49px; }
  .switch.switch-sm input[type="checkbox"] + span::after,
  .switch-inline.switch-sm input[type="checkbox"] + span::after {
    width: 12px;
    height: 12px; }

.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: #fff;
  border: 1px solid #d8d8d8;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  -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: #343334; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 0 20px;
  border-bottom: 1px solid #d8d8d8; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

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

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

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

.modal-footer {
  padding: 30px 20px;
  text-align: right;
  border-top: 1px solid #d8d8d8; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .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: 640px;
    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: 320px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 18px;
  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: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 10px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 10px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 10px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 10px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #595859;
  text-align: center;
  background-color: #fff;
  border-radius: 0; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue Roman for IBM", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 18px;
  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: #fff;
  background-clip: padding-box;
  border: 1px solid #c0bfc0;
  border: 1px solid #c0bfc0;
  border-radius: 0;
  -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: #2d74da;
  border-bottom: 1px solid #2468ca;
  border-radius: -1 -1 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: #f9f9f9;
  border-top-color: rgba(192, 191, 192, 0.1);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #f9f9f9;
  border-right-color: rgba(192, 191, 192, 0.1); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #f9f9f9;
  border-bottom-color: rgba(192, 191, 192, 0.1);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #f9f9f9;
  border-left-color: rgba(192, 191, 192, 0.1); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    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 #fff;
    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: #fff; }

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

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

.modal.fade .modal-dialog {
  -webkit-transform: translate(-50%, calc(-50% - 20px));
  -ms-transform: translate(-50%, calc(-50% - 20px));
  -o-transform: translate(-50%, calc(-50% - 20px));
  transform: translate(-50%, calc(-50% - 20px)); }

.modal.in .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.modal-dialog {
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%; }

.modal-content {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  background-clip: padding-box;
  border: none; }

.modal-header {
  background-color: #2d74da;
  padding: 0 20px;
  height: 44px;
  min-height: initial;
  border: none; }

.modal-title {
  line-height: 44px;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
  color: #fff; }

.modal-header .close {
  line-height: 44px;
  margin: 0; }
  .modal-header .close:hover .glyphicon, .modal-header .close:hover .checkbox input[type="checkbox"] + span::after, .checkbox .modal-header .close:hover input[type="checkbox"] + span::after,
  .modal-header .close:hover .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .modal-header .close:hover input[type="checkbox"] + span::after, .modal-header .close:hover .breadcrumb > li + li:before, .modal-header .close:hover .alert:before, .modal-header .close:hover .alert-dismissable .close:before, .alert-dismissable .modal-header .close:hover .close:before,
  .modal-header .close:hover .alert-dismissible .close:before, .alert-dismissible .modal-header .close:hover .close:before, .modal-header .close:hover .switch input[type="checkbox"] + span, .switch .modal-header .close:hover input[type="checkbox"] + span,
  .modal-header .close:hover .switch-inline input[type="checkbox"] + span, .switch-inline .modal-header .close:hover input[type="checkbox"] + span,
  .modal-header .close:focus .glyphicon,
  .modal-header .close:focus .checkbox input[type="checkbox"] + span::after,
  .checkbox .modal-header .close:focus input[type="checkbox"] + span::after,
  .modal-header .close:focus .checkbox-inline input[type="checkbox"] + span::after,
  .checkbox-inline .modal-header .close:focus input[type="checkbox"] + span::after,
  .modal-header .close:focus .breadcrumb > li + li:before,
  .modal-header .close:focus .alert:before,
  .modal-header .close:focus .alert-dismissable .close:before,
  .alert-dismissable .modal-header .close:focus .close:before,
  .modal-header .close:focus .alert-dismissible .close:before,
  .alert-dismissible .modal-header .close:focus .close:before,
  .modal-header .close:focus .switch input[type="checkbox"] + span,
  .switch .modal-header .close:focus input[type="checkbox"] + span,
  .modal-header .close:focus .switch-inline input[type="checkbox"] + span,
  .switch-inline .modal-header .close:focus input[type="checkbox"] + span {
    border-color: #fff; }
  .modal-header .close .glyphicon, .modal-header .close .checkbox input[type="checkbox"] + span::after, .checkbox .modal-header .close input[type="checkbox"] + span::after,
  .modal-header .close .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .modal-header .close input[type="checkbox"] + span::after, .modal-header .close .breadcrumb > li + li:before, .modal-header .close .alert:before, .modal-header .close .alert-dismissable .close:before, .alert-dismissable .modal-header .close .close:before,
  .modal-header .close .alert-dismissible .close:before, .alert-dismissible .modal-header .close .close:before, .modal-header .close .switch input[type="checkbox"] + span, .switch .modal-header .close input[type="checkbox"] + span,
  .modal-header .close .switch-inline input[type="checkbox"] + span, .switch-inline .modal-header .close input[type="checkbox"] + span {
    color: #fff; }

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

.modal-footer {
  padding: 10px 20px;
  border: none; }

@media (min-width: 768px) {
  .modal-dialog {
    margin: 0 auto; }
  .modal-content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); } }

@media (min-width: 992px) {
  .modal-xl,
  .xl .modal-dialog {
    width: 980px; } }

.tooltip {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  line-height: 15px; }
  .tooltip.top {
    border-top: 4px solid #2d74da;
    margin-top: -5px;
    padding: 0; }
    .tooltip.top .tooltip-arrow {
      bottom: -9px; }
      .tooltip.top .tooltip-arrow:after {
        border-top-color: #d8d8d8;
        margin-top: -9px;
        margin-left: -10px;
        border-bottom-width: 0; }
    .tooltip.top .tooltip-inner {
      border-top: none; }
  .tooltip.right {
    border-right: 4px solid #2d74da;
    margin-left: 5px;
    padding: 0; }
    .tooltip.right .tooltip-arrow {
      left: -9px; }
      .tooltip.right .tooltip-arrow:after {
        border-right-color: #d8d8d8;
        margin-top: -10px;
        margin-left: -1px;
        border-left-width: 0; }
    .tooltip.right .tooltip-inner {
      min-width: 142px;
      border-right: none; }
  .tooltip.bottom {
    border-bottom: 4px solid #2d74da;
    margin-top: 5px;
    padding: 0; }
    .tooltip.bottom .tooltip-arrow {
      top: -9px; }
      .tooltip.bottom .tooltip-arrow:after {
        border-bottom-color: #d8d8d8;
        margin-top: -1px;
        margin-left: -10px;
        border-top-width: 0; }
    .tooltip.bottom .tooltip-inner {
      border-bottom: none; }
  .tooltip.left {
    border-left: 4px solid #2d74da;
    margin-left: -5px;
    padding: 0; }
    .tooltip.left .tooltip-arrow {
      right: -9px; }
      .tooltip.left .tooltip-arrow:after {
        border-left-color: #d8d8d8;
        margin-top: -10px;
        margin-left: -9px;
        border-right-width: 0; }
    .tooltip.left .tooltip-inner {
      min-width: 142px;
      border-left: none; }

.tooltip-inner {
  border: 1px solid #d8d8d8;
  min-width: 146px;
  padding: 10px 15px;
  text-align: left; }

.tooltip-arrow:after {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  z-index: -1; }

.popover {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); }
  .popover button.close {
    line-height: 44px;
    right: 16px; }
    .popover button.close:hover span,
    .popover button.close:focus span {
      border-color: #fff; }
    .popover button.close .glyphicon, .popover button.close .checkbox input[type="checkbox"] + span::after, .checkbox .popover button.close input[type="checkbox"] + span::after,
    .popover button.close .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .popover button.close input[type="checkbox"] + span::after, .popover button.close .breadcrumb > li + li:before, .popover button.close .alert:before, .popover button.close .alert-dismissable .close:before, .alert-dismissable .popover button.close .close:before,
    .popover button.close .alert-dismissible .close:before, .alert-dismissible .popover button.close .close:before, .popover button.close .switch input[type="checkbox"] + span, .switch .popover button.close input[type="checkbox"] + span,
    .popover button.close .switch-inline input[type="checkbox"] + span, .switch-inline .popover button.close input[type="checkbox"] + span {
      font-size: inherit;
      color: #fff; }

.popover-title {
  padding: 0 54px 0 20px;
  line-height: 44px;
  font-size: 15px;
  color: #fff;
  border-bottom: none;
  border-radius: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.popover-content {
  padding: 30px 20px;
  max-height: 215px;
  overflow-y: auto; }

.popover.bottom > .arrow:after {
  border-bottom-color: #2d74da; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right, .btn-group[dropdown] > .btn[dropdown-toggle]:after {
  float: right !important; }

.pull-left, .btn-glyphicon .glyphicon, .btn-glyphicon .checkbox input[type="checkbox"] + span::after, .checkbox .btn-glyphicon input[type="checkbox"] + span::after,
.btn-glyphicon .checkbox-inline input[type="checkbox"] + span::after, .checkbox-inline .btn-glyphicon input[type="checkbox"] + span::after, .btn-glyphicon .breadcrumb > li + li:before, .btn-glyphicon .alert:before, .btn-glyphicon .alert-dismissable .close:before, .alert-dismissable .btn-glyphicon .close:before,
.btn-glyphicon .alert-dismissible .close:before, .alert-dismissible .btn-glyphicon .close:before, .btn-glyphicon .switch input[type="checkbox"] + span, .switch .btn-glyphicon input[type="checkbox"] + span,
.btn-glyphicon .switch-inline input[type="checkbox"] + span, .switch-inline .btn-glyphicon input[type="checkbox"] + span, .alert:before {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.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: 0) {
  .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: 0) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 0) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 0) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 0) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Helvetica Neue for IBM';
  src: url(/fonts/helvetica-neue-bold.eot) format("eot"), url(/helvetica-neue-bold.woff2) format("woff2"), url(/helvetica-neue-bold.woff) format("woff"), url(/fonts/helvetica-neue-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue for IBM';
  src: url(/fonts/helvetica-neue-bold-italic.eot) format("eot"), url(/helvetica-neue-bold-italic.woff2) format("woff2"), url(/helvetica-neue-bold-italic.woff) format("woff"), url(/fonts/helvetica-neue-bold-italic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue for IBM';
  src: url(/fonts/helvetica-neue-light.eot) format("eot"), url(/helvetica-neue-light.woff2) format("woff2"), url(/helvetica-neue-light.woff) format("woff"), url(/fonts/helvetica-neue-light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue for IBM';
  src: url(/fonts/helvetica-neue-light-italic.eot) format("eot"), url(/helvetica-neue-light-italic.woff2) format("woff2"), url(/helvetica-neue-light-italic.woff) format("woff"), url(/fonts/helvetica-neue-light-italic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue for IBM';
  src: url(/fonts/helvetica-neue-medium.eot) format("eot"), url(/helvetica-neue-medium.woff2) format("woff2"), url(/helvetica-neue-medium.woff) format("woff"), url(/fonts/helvetica-neue-medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue for IBM';
  src: url(/fonts/helvetica-neue-medium-italic.eot) format("eot"), url(/helvetica-neue-medium-italic.woff2) format("woff2"), url(/helvetica-neue-medium-italic.woff) format("woff"), url(/fonts/helvetica-neue-medium-italic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue Roman for IBM';
  src: url(/fonts/helvetica-neue-bold.eot) format("eot"), url(/helvetica-neue-bold.woff2) format("woff2"), url(/helvetica-neue-bold.woff) format("woff"), url(/fonts/helvetica-neue-bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue Roman for IBM';
  src: url(/fonts/helvetica-neue-bold-italic.eot) format("eot"), url(/helvetica-neue-bold-italic.woff2) format("woff2"), url(/helvetica-neue-bold-italic.woff) format("woff"), url(/fonts/helvetica-neue-bold-italic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue Roman for IBM';
  src: url(/fonts/helvetica-neue-roman.eot) format("eot"), url(/helvetica-neue-roman.woff2) format("woff2"), url(/helvetica-neue-roman.woff) format("woff"), url(/fonts/helvetica-neue-roman.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue Roman for IBM';
  src: url(/fonts/helvetica-neue-roman-italic.eot) format("eot"), url(/helvetica-neue-roman-italic.woff2) format("woff2"), url(/helvetica-neue-roman-italic.woff) format("woff"), url(/fonts/helvetica-neue-roman-italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic; }

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