@charset "UTF-8";

:root {
  --original-blue: # 00 7b ff;
  --aemps-blue-1: #3778d8;
  --aemps-blue-2: #0078d7;
  --aemps-blue-3: #0066cc;
  --aemps-blue-4: #0078cb; /* vc */
  --aemps-blue-5: # 4173c9; /* google */
  --aemps-blue-5b: # 5d7fd7; /* */ /* #3b75d2 */
  --aemps-blue-6: #3b75d2;
  --aemps-blue-aria: #3370d1;
  
}

a {
  color: #3370d1;
  background-color: transparent;
}

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

.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #3370d1;
  border-color: #3370d1;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-outline-primary {
  color: #3370d1;
  background-color: transparent;
  background-image: none;
  border-color: #3370d1;
}

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

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

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3370d1;
  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: #212529;
  background-color: #3370d1;
  border-color: #3370d1;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3370d1;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #3370d1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3370d1;
}

.custom-control-input:active ~ .custom-control-label::before {
  background-color: #b3d7ff;
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3370d1;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #3370d1;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #3370d1;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #3370d1;
}


.page-link {
  color: #3370d1;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  background-color: #3370d1;
  border-color: #3370d1;
}

.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
}

.badge-primary {
  background-color: #3370d1;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: #0062cc;
}

.progress-bar {
  color: #fff;
  background-color: #3370d1;
}

.progress-bar-striped {
  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: 1rem 1rem;
}

.list-group-item.active {
  background-color: #3370d1;
  border-color: #3370d1;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}


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

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

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

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

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