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

a {
 color: #235594;
}

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

.required {
    color: #E00;
}

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

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

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

/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
      color: #0b1c31;
          background-color: #9bbde7;
              border-color: #8bb2e3;
}

.alert-primary hr {
      border-top-color: #76a4de;
}

.alert-primary .alert-link {
      color: #010407;
}

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

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

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

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

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

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

.btn-primary:hover {
      color: #fff;
      background-color: #2471A3;
      border-color: #7FB3D5;
}

.btn-primary:focus, .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(35, 85, 148, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #193d6a;
      border-color: #16365e;
}

.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(35, 85, 148, 0.5);
}

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

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
      color: #235594;
      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: #235594;
      border-color: #235594;
}

.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(35, 85, 148, 0.5);
}

.list-group-item-primary {
      color: #0b1c31;
      background-color: #8bb2e3;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
      color: #0b1c31;
      background-color: #76a4de;
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
      background-color: #8bb2e3;
}

.table-hover .table-primary:hover {
      background-color: #76a4de;
}

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

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

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

