.cjs .btn {
  text-decoration: none;
}
.cjs .btn-primary {
  color: #fff;
  background-color: #428bca;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
  background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
.cjs .btn-primary:hover,
.cjs .btn-primary:focus,
.cjs .btn-primary:active,
.cjs .btn-primary.active {
  color: #fff;
  background-color: #2d6ca2;
}
.cjs .btn-primary:active,
.cjs .btn-primary.active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  border-color: #2b669a;
}
.cjs .btn-primary:hover,
.cjs .btn-primary:focus {
  background-position: 0 -15px;
  border-color: #285e8e;
}
.cjs .btn-lg,
.cjs .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.cjs.boxed-form {
  max-width: 500px;
}
.cjs.boxed-form {
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  background-color: white;
  padding: 30px 50px;
  border: 1px solid rgb(179, 179, 179);
  border-radius: 5px;
}
.cjs .icons-wrap {
  text-align: center;
}
.cjs .badge {
  display: inline-block;
  min-width: 10px;
  padding: 5px 5px;
  height: 13px;
  width: 13px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 30px;
}
.cjs .btn.disabled, .cjs .btn.disabled:hover, .cjs .btn.disabled:focus, .cjs .btn.disabled:active, .cjs .btn.disabled.active {
  border-color: #ccc;
  background-color: #e0e0e0;
  background-image: none;
}

.cjs .btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  box-shadow: none;
  opacity: .65;
  color: #444;
  border: 1px solid #444;
}
.cjs .btn-danger {
  color: #fff;
  background-color: #d9534f;
  background-image: linear-gradient(to bottom,#d9534f 0%,#c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.cjs .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cjs .nav > li {
  position: relative;
  display: block;
}
.cjs .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.cjs .nav > li > a:hover,
.cjs .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.cjs .nav > li.disabled > a {
  color: #777;
}
.cjs .nav > li.disabled > a:hover,
.cjs .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.cjs .nvp > li {
  float: left;
}
.cjs .nvp > li > a {
  border-radius: 4px;
  text-decoration: none;
}
.cjs .nvp > li + li {
  margin-left: 2px;
}
.cjs .nvp > li.active > a,
.cjs .nvp > li.active > a:hover,
.cjs .nvp > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.cjs .nvp > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.cjs .nvp > li > a > .badge {
  margin-left: 3px;
}
.cjs .nav:before,
.cjs .nav:after {
  display: table;
  content: " ";
  clear: both;
}
.cjs ul.nav {
  margin-top: -15px;
  margin-left: -15px;
  padding-bottom: 15px;
}

.cjs .nvp > li.active > a, .cjs .nvp > li.active > a:hover {
  color: #000;
  background-color: unset;
}
.cjs .nvp > li > a {
  color: #a8a8a8;
}
.cjs hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.cjs .height-expandable200.no-height {
  max-height: 0;
}
.cjs .height-expandable200 {
  max-height: 200px;
  transition: max-height .5s ease-in;
  overflow: hidden;
}
.cjs .gray-link {
  text-decoration: underline;
  cursor: pointer;
  color: #8c8c8c;
}
.cjs .pull-right {
  float: right !important;
}
.cjs .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}
.cjs .btn-danger {
  color: #fff;
  background-color: #d9534f;
  background-image: linear-gradient(to bottom,#d9534f 0%,#c12e2a 100%);
  background-repeat: repeat-x;
  border-color: #b92c28;
  border-radius: 5px;
}
.cjs .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
  background-image: linear-gradient(to bottom,#5cb85c 0%,#429d42 100%);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
  border-radius: 5px;
}
.cjs .caret {
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
}