|
|
@ -35,7 +35,7 @@
|
|
|
|
--bs-yellow: #ffc107;
|
|
|
|
--bs-yellow: #ffc107;
|
|
|
|
--bs-green: #198754;
|
|
|
|
--bs-green: #198754;
|
|
|
|
--bs-teal: #20c997;
|
|
|
|
--bs-teal: #20c997;
|
|
|
|
--bs-cyan: #71d8ee;
|
|
|
|
--bs-cyan: #2566f4;
|
|
|
|
--bs-white: #fff;
|
|
|
|
--bs-white: #fff;
|
|
|
|
--bs-gray: #6c757d;
|
|
|
|
--bs-gray: #6c757d;
|
|
|
|
--bs-gray-dark: #343a40;
|
|
|
|
--bs-gray-dark: #343a40;
|
|
|
@ -48,7 +48,7 @@
|
|
|
|
--bs-gray-700: #495057;
|
|
|
|
--bs-gray-700: #495057;
|
|
|
|
--bs-gray-800: #343a40;
|
|
|
|
--bs-gray-800: #343a40;
|
|
|
|
--bs-gray-900: #212529;
|
|
|
|
--bs-gray-900: #212529;
|
|
|
|
--bs-primary: #71d8ee;
|
|
|
|
--bs-primary: #2566f4;
|
|
|
|
--bs-secondary: #6c757d;
|
|
|
|
--bs-secondary: #6c757d;
|
|
|
|
--bs-success: #198754;
|
|
|
|
--bs-success: #198754;
|
|
|
|
--bs-info: #2666f5;
|
|
|
|
--bs-info: #2666f5;
|
|
|
@ -208,10 +208,12 @@ sup {
|
|
|
|
top: -.5em; }
|
|
|
|
top: -.5em; }
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
a {
|
|
|
|
color: #71d8ee;
|
|
|
|
color: #2566f4;
|
|
|
|
text-decoration: none; }
|
|
|
|
text-decoration: none; }
|
|
|
|
a:hover {
|
|
|
|
a:hover {
|
|
|
|
color: #1595b1; }
|
|
|
|
color: #2566f4;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
|
|
|
a:not([href]):not([class]), a:not([href]):not([class]):hover {
|
|
|
|
color: inherit;
|
|
|
|
color: inherit;
|
|
|
@ -1460,15 +1462,15 @@ textarea.form-control-lg {
|
|
|
|
outline: 0;
|
|
|
|
outline: 0;
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(113, 216, 238, 0.25); }
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(113, 216, 238, 0.25); }
|
|
|
|
.form-check-input:checked {
|
|
|
|
.form-check-input:checked {
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border-color: #71d8ee; }
|
|
|
|
border-color: #2566f4; }
|
|
|
|
.form-check-input:checked[type="checkbox"] {
|
|
|
|
.form-check-input:checked[type="checkbox"] {
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e"); }
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10l3 3l6-6%27/%3e%3c/svg%3e"); }
|
|
|
|
.form-check-input:checked[type="radio"] {
|
|
|
|
.form-check-input:checked[type="radio"] {
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e"); }
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%272%27 fill=%27%23fff%27/%3e%3c/svg%3e"); }
|
|
|
|
.form-check-input[type="checkbox"]:indeterminate {
|
|
|
|
.form-check-input[type="checkbox"]:indeterminate {
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border-color: #71d8ee;
|
|
|
|
border-color: #2566f4;
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e"); }
|
|
|
|
background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 20 20%27%3e%3cpath fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%273%27 d=%27M6 10h8%27/%3e%3c/svg%3e"); }
|
|
|
|
.form-check-input:disabled {
|
|
|
|
.form-check-input:disabled {
|
|
|
|
pointer-events: none;
|
|
|
|
pointer-events: none;
|
|
|
@ -1526,7 +1528,7 @@ textarea.form-control-lg {
|
|
|
|
width: 1rem;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
margin-top: -0.25rem;
|
|
|
|
margin-top: -0.25rem;
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 1rem;
|
|
|
|
border-radius: 1rem;
|
|
|
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
@ -1547,7 +1549,7 @@ textarea.form-control-lg {
|
|
|
|
.form-range::-moz-range-thumb {
|
|
|
|
.form-range::-moz-range-thumb {
|
|
|
|
width: 1rem;
|
|
|
|
width: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
height: 1rem;
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border: 0;
|
|
|
|
border: 0;
|
|
|
|
border-radius: 1rem;
|
|
|
|
border-radius: 1rem;
|
|
|
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
|
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
|
|
@ -1864,8 +1866,8 @@ textarea.form-control-lg {
|
|
|
|
|
|
|
|
|
|
|
|
.btn-primary {
|
|
|
|
.btn-primary {
|
|
|
|
color: #000;
|
|
|
|
color: #000;
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border-color: #71d8ee; }
|
|
|
|
border-color: #2566f4; }
|
|
|
|
.btn-primary:hover {
|
|
|
|
.btn-primary:hover {
|
|
|
|
color: #000;
|
|
|
|
color: #000;
|
|
|
|
background-color: #fafefe;
|
|
|
|
background-color: #fafefe;
|
|
|
@ -1887,8 +1889,8 @@ textarea.form-control-lg {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(96, 184, 202, 0.5); }
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(96, 184, 202, 0.5); }
|
|
|
|
.btn-primary:disabled, .btn-primary.disabled {
|
|
|
|
.btn-primary:disabled, .btn-primary.disabled {
|
|
|
|
color: #000;
|
|
|
|
color: #000;
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border-color: #71d8ee; }
|
|
|
|
border-color: #2566f4; }
|
|
|
|
|
|
|
|
|
|
|
|
.btn-secondary {
|
|
|
|
.btn-secondary {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
@ -2092,20 +2094,20 @@ textarea.form-control-lg {
|
|
|
|
border-color: #2566f4; }
|
|
|
|
border-color: #2566f4; }
|
|
|
|
.btn-outline-primary:hover {
|
|
|
|
.btn-outline-primary:hover {
|
|
|
|
color: white;
|
|
|
|
color: white;
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border-color: #71d8ee; }
|
|
|
|
border-color: #2566f4; }
|
|
|
|
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
|
|
|
|
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(113, 216, 238, 0.5); }
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(113, 216, 238, 0.5); }
|
|
|
|
.btn-check:checked + .btn-outline-primary,
|
|
|
|
.btn-check:checked + .btn-outline-primary,
|
|
|
|
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
|
|
|
|
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
|
|
|
|
color: #000;
|
|
|
|
color: #000;
|
|
|
|
background-color: #71d8ee;
|
|
|
|
background-color: #2566f4;
|
|
|
|
border-color: #71d8ee; }
|
|
|
|
border-color: #2566f4; }
|
|
|
|
.btn-check:checked + .btn-outline-primary:focus,
|
|
|
|
.btn-check:checked + .btn-outline-primary:focus,
|
|
|
|
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
|
|
|
|
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(113, 216, 238, 0.5); }
|
|
|
|
box-shadow: 0 0 0 0.25rem rgba(113, 216, 238, 0.5); }
|
|
|
|
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
|
|
|
|
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
|
|
|
|
color: #71d8ee;
|
|
|
|
color: #2566f4;
|
|
|
|
background-color: transparent; }
|
|
|
|
background-color: transparent; }
|
|
|
|
|
|
|
|
|
|
|
|
.btn-outline-secondary {
|
|
|
|
.btn-outline-secondary {
|
|
|
@ -2257,10 +2259,10 @@ textarea.form-control-lg {
|
|
|
|
|
|
|
|
|
|
|
|
.btn-link {
|
|
|
|
.btn-link {
|
|
|
|
font-weight: 400;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #71d8ee;
|
|
|
|
color: #2566f4;
|
|
|
|
text-decoration: none; }
|
|
|
|
text-decoration: none; }
|
|
|
|
.btn-link:hover {
|
|
|
|
.btn-link:hover {
|
|
|
|
color: #1595b1; }
|
|
|
|
color: #2566f4; }
|
|
|
|
.btn-link:disabled, .btn-link.disabled {
|
|
|
|
.btn-link:disabled, .btn-link.disabled {
|
|
|
|
color: #6c757d; }
|
|
|
|
color: #6c757d; }
|
|
|
|
|
|
|
|
|
|
|
@ -2310,13 +2312,13 @@ textarea.form-control-lg {
|
|
|
|
.nav-link {
|
|
|
|
.nav-link {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
padding: 0.5rem 1rem;
|
|
|
|
color: #71d8ee;
|
|
|
|
color: #2566f4;
|
|
|
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
|
|
|
|
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
|
|
.nav-link {
|
|
|
|
.nav-link {
|
|
|
|
transition: none; } }
|
|
|
|
transition: none; } }
|
|
|
|
.nav-link:hover, .nav-link:focus {
|
|
|
|
.nav-link:hover, .nav-link:focus {
|
|
|
|
color: #1595b1; }
|
|
|
|
color: #2566f4; }
|
|
|
|
.nav-link.disabled {
|
|
|
|
.nav-link.disabled {
|
|
|
|
color: #6c757d;
|
|
|
|
color: #6c757d;
|
|
|
|
pointer-events: none;
|
|
|
|
pointer-events: none;
|
|
|
@ -2355,7 +2357,7 @@ textarea.form-control-lg {
|
|
|
|
.nav-pills .nav-link.active,
|
|
|
|
.nav-pills .nav-link.active,
|
|
|
|
.nav-pills .show > .nav-link {
|
|
|
|
.nav-pills .show > .nav-link {
|
|
|
|
color: #fff;
|
|
|
|
color: #fff;
|
|
|
|
background-color: #71d8ee; }
|
|
|
|
background-color: #2566f4; }
|
|
|
|
|
|
|
|
|
|
|
|
.nav-fill > .nav-link,
|
|
|
|
.nav-fill > .nav-link,
|
|
|
|
.nav-fill .nav-item {
|
|
|
|
.nav-fill .nav-item {
|
|
|
@ -2384,7 +2386,7 @@ textarea.form-control-lg {
|
|
|
|
content: ""; }
|
|
|
|
content: ""; }
|
|
|
|
|
|
|
|
|
|
|
|
.link-primary {
|
|
|
|
.link-primary {
|
|
|
|
color: #71d8ee; }
|
|
|
|
color: #2566f4; }
|
|
|
|
.link-primary:hover, .link-primary:focus {
|
|
|
|
.link-primary:hover, .link-primary:focus {
|
|
|
|
color: #8de0f1; }
|
|
|
|
color: #8de0f1; }
|
|
|
|
|
|
|
|
|
|
|
@ -2725,7 +2727,7 @@ textarea.form-control-lg {
|
|
|
|
border-left: 0 !important; }
|
|
|
|
border-left: 0 !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.border-primary {
|
|
|
|
.border-primary {
|
|
|
|
border-color: #71d8ee !important; }
|
|
|
|
border-color: #2566f4 !important; }
|
|
|
|
|
|
|
|
|
|
|
|
.border-secondary {
|
|
|
|
.border-secondary {
|
|
|
|
border-color: #6c757d !important; }
|
|
|
|
border-color: #6c757d !important; }
|
|
|
@ -4937,6 +4939,9 @@ textarea.form-control-lg {
|
|
|
|
.d-print-none {
|
|
|
|
.d-print-none {
|
|
|
|
display: none !important; } }
|
|
|
|
display: none !important; } }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#main {
|
|
|
|
|
|
|
|
padding-top: 140px;
|
|
|
|
|
|
|
|
}
|
|
|
|
.main {
|
|
|
|
.main {
|
|
|
|
padding: 3.75rem 0;
|
|
|
|
padding: 3.75rem 0;
|
|
|
|
padding-top: 100px; }
|
|
|
|
padding-top: 100px; }
|
|
|
|