/*------------------------------------
- Custom 
------------------------------------*/
html {
  font-size: 0.9rem;
}

a {
 color: #00c262;
}

a:hover {
 color: #2471A3;
 text-decoration: underline;
}

.required {
    color: #E00;
}

.required:after {
    content: " *";
}

/*------------------------------------
- Menu Font Size
------------------------------------*/
@media (min-width: 768px) {
  .sidebar .nav-item .nav-link span {
        color: #fff;
        font-size: 14px;
        display: inline;
  }
  .sidebar-dark .sidebar-heading {
        color: #fff;
        font-size: 14px;
  }
}

.sidebar .sidebar-heading {
  font-weight: 500;
}


/*------------------------------------
- Form Color
------------------------------------*/
.custom-control-input:checked~.custom-control-label::before {
      color: #fff;
      border-color: #00c262;
      background-color: #00c262;
}

/*------------------------------------
- Dropdown menu
------------------------------------*/
.dropdown-item:active {
      color: #fff;
      text-decoration: none;
      background-color: #00c262;
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
      color: #004724;
          background-color: #8fffc7;
              border-color: #7affbd;
}

.alert-primary hr {
      border-top-color: #61ffb0;
}

.alert-primary .alert-link {
      color: #00140a;
}

.badge-primary {
      color: #fff;
      background-color: #00c262;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
      color: #fff;
      background-color: #008f48;
}

.bg-primary {
      background-color: #00c262 !important;
}

.bg-gradient-primary {
      background-color: #00c262;
      background-image: linear-gradient(180deg,#00c262 10%,#009b4e 100%);
      background-size: cover;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
      background-color: #008f48 !important;
}

.border-primary {
      border-color: #00c262 !important;
}

.btn-primary {
      color: #fff;
          background-color: #00c262;
              border-color: #00c262;
}

.btn-primary:hover {
      color: #fff;
          background-color: #009e4f;
              border-color: #008f48;
}

.btn-primary:focus, .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 194, 98, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
      color: #fff;
          background-color: #00c262;
              border-color: #00c262;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
      color: #fff;
          background-color: #008f48;
              border-color: #007f40;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 194, 98, 0.5);
}

.btn-outline-primary {
      color: #00c262;
          background-color: transparent;
              border-color: #00c262;
}

.btn-outline-primary:hover {
      color: #fff;
          background-color: #00c262;
              border-color: #00c262;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 194, 98, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
      color: #00c262;
          background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
      color: #fff;
          background-color: #00c262;
              border-color: #00c262;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 194, 98, 0.5);
}

.list-group-item-primary {
      color: #004724;
          background-color: #7affbd;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
      color: #004724;
          background-color: #61ffb0;
}

.list-group-item-primary.list-group-item-action.active {
      color: #fff;
          background-color: #004724;
              border-color: #004724;
}

.table-primary,
.table-primary > th,
.table-primary > td {
      background-color: #7affbd;
}

.table-hover .table-primary:hover {
      background-color: #61ffb0;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
      background-color: #61ffb0;
}

.text-primary {
      color: #00c262 !important;
}

a.text-primary:hover, a.text-primary:focus {
      color: #008f48 !important;
}

