.form-control {
  height: 45px;
  border-radius: 0;
}

.new {
  padding: 15px;
}

.form-group {
  display: block;
  margin-bottom: 15px;
}

.form-group input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.caption, th {
  text-align: right;
}

#barchart2>thead>tr, #barchart2>tbody>tr {
  height: 10px;
  text-align: left;
}

#barchart2>thead>tr>th {
  font-weight: 500;
  color: #3f444a;
  text-align: left;
  border-bottom: 1px solid #2f353b;
}

#barchart2>tbody>tr>th {
  text-align: left;
}

.c-box-bullets {
  background: transparent;
  border: 1px solid #fff;
}

.c-box-bullets {
  background: transparent;
  border: 1px solid #fff;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.spacer-50 {
  width: 100%;
  height: 60px;
}

.height-70 {
  height: 70px;
}

.c-btn-login2 {
  padding: 10px 50px;
}

.borderless {
  border: none;
}

.table {
  margin-bottom: 0;
}

.btn-info2 {
  color: #4a4a4a;
  background: #ffffff;
  border-color: #4a4a4a;
}

.btn-info2.btn-no-focus:focus, .btn-info2.btn-no-focus.focus {
  background: #ffffff;
  border-color: #4a4a4a;
}

.btn-info2.btn-no-focus:hover, .btn-info2:hover, .btn-info2.btn-no-focus:active, .btn-info2:active, .btn-info2.active,
.open>.btn-info2.dropdown-toggle {
  color: #ffffff;
  background: #660000;
  border-color: #660000;
}

.btn-info2:active, .btn-info2.active,
.open>.btn-info2.dropdown-toggle {
  background-image: none;
}

.btn-info2.disabled, .btn-info2.disabled:hover, .btn-info2.disabled:not(.btn-no-focus):focus, .btn-info2.disabled:not(.btn-no-focus).focus, .btn-info2.disabled:active, .btn-info2.disabled.active, .btn-info2[disabled], .btn-info2[disabled]:hover, .btn-info2[disabled]:not(.btn-no-focus):focus, .btn-info2[disabled]:not(.btn-no-focus).focus, .btn-info2[disabled]:active, .btn-info2[disabled].active,
fieldset[disabled] .btn-info2,
fieldset[disabled] .btn-info2:hover,
fieldset[disabled] .btn-info2:not(.btn-no-focus):focus,
fieldset[disabled] .btn-info2:not(.btn-no-focus).focus,
fieldset[disabled] .btn-info2:active,
fieldset[disabled] .btn-info2.active {
  background: #660000;
  border-color: #660000;
}

.btn-info2 .badge {
  color: #660000;
  background: #ffffff;
}

 .btn-info2:hover, .btn-info2.active.focus, .btn-info2.active:focus, .btn-info2.active:hover, .btn-info2:active.focus, .btn-info2:active:focus, .btn-info2:active:hover, .open>.btn-info2.dropdown-toggle.focus, .open>.btn-info2.dropdown-toggle:focus, .open>.btn-info2.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #660000;
  border-color: #660000;
}

.c-content-list-type-0 {
  list-style: none;
}

/* -- new style --*/
.c-font-larger {
  font-size: larger
}

@media screen and (min-width: 601px) {
  .c-font-larger {
    font-size: xx-large;
  }
}

@media screen and (max-width: 600px) {
  .c-font-larger {
    font-size: inherit;
  }
}

#getStarted .btn {
  background-color: #4CBB17;
  color: #fff;
  border: 2px solid #1e4a09;
}

#getStarted>a:hover {
  background-color: #1e4a09;
  border: 2px solid #0f2504;
}
