@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
+/*
+ Begin Custom
+ */
+
/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
*/
:root {
- --blue: #3490dc;
+ --blue: #074e9c;
--indigo: #6574cd;
--purple: #9561e2;
--pink: #f66d9b;
- --red: #e3342f;
+ --red: #d04d4a;
--orange: #f6993f;
--yellow: #ffed4a;
--green: #38c172;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
- --primary: #3490dc;
+ --primary: #074e9c;
--secondary: #6c757d;
--success: #38c172;
--info: #6cb2eb;
--warning: #ffed4a;
- --danger: #e3342f;
+ --danger: #d04d4a;
--light: #f8f9fa;
--dark: #343a40;
--breakpoint-xs: 0;
}
a {
- color: #3490dc;
+ color: #074e9c;
text-decoration: none;
background-color: transparent;
}
a:hover {
- color: #1d68a7;
+ color: #042953;
text-decoration: underline;
}
background-color: #f8fafc;
border: 1px solid #dee2e6;
border-radius: 0.25rem;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
max-width: 100%;
height: auto;
}
color: #fff;
background-color: #212529;
border-radius: 0.2rem;
+ box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
font-weight: 700;
+ box-shadow: none;
}
pre {
.table-primary,
.table-primary > th,
.table-primary > td {
- background-color: #c6e0f5;
+ background-color: #bacde3;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
- border-color: #95c5ed;
+ border-color: #7ea3cc;
}
.table-hover .table-primary:hover {
- background-color: #b0d4f1;
+ background-color: #a8c0dc;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
- background-color: #b0d4f1;
+ background-color: #a8c0dc;
}
.table-secondary,
.table-danger,
.table-danger > th,
.table-danger > td {
- background-color: #f7c6c5;
+ background-color: #f2cdcc;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
- border-color: #f09593;
+ border-color: #e7a2a1;
}
.table-hover .table-danger:hover {
- background-color: #f4b0af;
+ background-color: #edb9b8;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
- background-color: #f4b0af;
+ background-color: #edb9b8;
}
.table-light,
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ais-SearchBox-input:focus {
color: #495057;
background-color: #fff;
- border-color: #a1cbef;
+ border-color: #2d8df6;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.form-control::-webkit-input-placeholder, .ais-SearchBox-input::-webkit-input-placeholder {
width: 100%;
margin-top: 0.25rem;
font-size: 80%;
- color: #e3342f;
+ color: #d04d4a;
}
.invalid-tooltip {
font-size: 0.7875rem;
line-height: 1.6;
color: #fff;
- background-color: rgba(227, 52, 47, 0.9);
+ background-color: rgba(208, 77, 74, 0.9);
border-radius: 0.25rem;
}
.was-validated .ais-SearchBox-input:invalid,
.form-control.is-invalid,
.is-invalid.ais-SearchBox-input {
- border-color: #e3342f;
+ border-color: #d04d4a;
padding-right: calc(1.6em + 0.75rem);
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e");
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d04d4a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d04d4a' stroke='none'/%3e%3c/svg%3e");
background-repeat: no-repeat;
background-position: right calc(0.4em + 0.1875rem) center;
background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
.was-validated .ais-SearchBox-input:invalid:focus,
.form-control.is-invalid:focus,
.is-invalid.ais-SearchBox-input:focus {
- border-color: #e3342f;
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
+ border-color: #d04d4a;
+ box-shadow: 0 0 0 0.2rem rgba(208, 77, 74, 0.25);
}
.was-validated textarea.form-control:invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
- border-color: #e3342f;
+ border-color: #d04d4a;
padding-right: calc(0.75em + 2.3125rem);
- background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
+ background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23d04d4a' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23d04d4a' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
- border-color: #e3342f;
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
+ border-color: #d04d4a;
+ box-shadow: 0 0 0 0.2rem rgba(208, 77, 74, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
- color: #e3342f;
+ color: #d04d4a;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
- color: #e3342f;
+ color: #d04d4a;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
- border-color: #e3342f;
+ border-color: #d04d4a;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
- border-color: #e9605c;
- background-color: #e9605c;
+ border-color: #db7572;
+ background-color: #db7572;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(208, 77, 74, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
- border-color: #e3342f;
+ border-color: #d04d4a;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
- border-color: #e3342f;
+ border-color: #d04d4a;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
- border-color: #e3342f;
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
+ border-color: #d04d4a;
+ box-shadow: 0 0 0 0.2rem rgba(208, 77, 74, 0.25);
}
.form-inline {
.btn:focus,
.btn.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.btn.disabled,
.btn:disabled {
opacity: 0.65;
+ box-shadow: none;
+}
+
+.btn:not(:disabled):not(.disabled):active,
+.btn:not(:disabled):not(.disabled).active {
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn:not(:disabled):not(.disabled):active:focus,
+.btn:not(:disabled):not(.disabled).active:focus {
+ box-shadow: 0 0 0 0.2rem rgba(7, 78, 156, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
a.btn.disabled,
.btn-primary {
color: #fff;
- background-color: #3490dc;
- border-color: #3490dc;
+ background-color: #074e9c;
+ border-color: #074e9c;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
color: #fff;
- background-color: #227dc7;
- border-color: #2176bd;
+ background-color: #053c77;
+ border-color: #05366b;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
- background-color: #227dc7;
- border-color: #2176bd;
- box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
+ background-color: #053c77;
+ border-color: #05366b;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(44, 105, 171, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
color: #fff;
- background-color: #3490dc;
- border-color: #3490dc;
+ background-color: #074e9c;
+ border-color: #074e9c;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
color: #fff;
- background-color: #2176bd;
- border-color: #1f6fb2;
+ background-color: #05366b;
+ border-color: #042f5f;
}
.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(82, 161, 225, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(44, 105, 171, 0.5);
}
.btn-secondary {
color: #fff;
background-color: #6c757d;
border-color: #6c757d;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
color: #fff;
background-color: #5a6268;
border-color: #545b62;
- box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-success {
color: #fff;
background-color: #38c172;
border-color: #38c172;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
color: #fff;
background-color: #2fa360;
border-color: #2d995b;
- box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}
.btn-success.disabled,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(86, 202, 135, 0.5);
}
.btn-info {
color: #212529;
background-color: #6cb2eb;
border-color: #6cb2eb;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
color: #fff;
background-color: #4aa0e6;
border-color: #3f9ae5;
- box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-info.disabled,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(97, 157, 206, 0.5);
}
.btn-warning {
color: #212529;
background-color: #ffed4a;
border-color: #ffed4a;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
color: #212529;
background-color: #ffe924;
border-color: #ffe817;
- box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}
.btn-warning.disabled,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(222, 207, 69, 0.5);
}
.btn-danger {
color: #fff;
- background-color: #e3342f;
- border-color: #e3342f;
+ background-color: #d04d4a;
+ border-color: #d04d4a;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
color: #fff;
- background-color: #d0211c;
- border-color: #c51f1a;
+ background-color: #c23532;
+ border-color: #b73330;
}
.btn-danger:focus,
.btn-danger.focus {
color: #fff;
- background-color: #d0211c;
- border-color: #c51f1a;
- box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
+ background-color: #c23532;
+ border-color: #b73330;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(215, 104, 101, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
color: #fff;
- background-color: #e3342f;
- border-color: #e3342f;
+ background-color: #d04d4a;
+ border-color: #d04d4a;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
color: #fff;
- background-color: #c51f1a;
- border-color: #b91d19;
+ background-color: #b73330;
+ border-color: #ad302d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(231, 82, 78, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(215, 104, 101, 0.5);
}
.btn-light {
color: #212529;
background-color: #f8f9fa;
border-color: #f8f9fa;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
color: #212529;
background-color: #e2e6ea;
border-color: #dae0e5;
- box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
- box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
- color: #3490dc;
- border-color: #3490dc;
+ color: #074e9c;
+ border-color: #074e9c;
}
.btn-outline-primary:hover {
color: #fff;
- background-color: #3490dc;
- border-color: #3490dc;
+ background-color: #074e9c;
+ border-color: #074e9c;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(7, 78, 156, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
- color: #3490dc;
+ color: #074e9c;
background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
color: #fff;
- background-color: #3490dc;
- border-color: #3490dc;
+ background-color: #074e9c;
+ border-color: #074e9c;
}
.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(52, 144, 220, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(7, 78, 156, 0.5);
}
.btn-outline-secondary {
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-success {
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}
.btn-outline-info {
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-warning {
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}
.btn-outline-danger {
- color: #e3342f;
- border-color: #e3342f;
+ color: #d04d4a;
+ border-color: #d04d4a;
}
.btn-outline-danger:hover {
color: #fff;
- background-color: #e3342f;
- border-color: #e3342f;
+ background-color: #d04d4a;
+ border-color: #d04d4a;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(208, 77, 74, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
- color: #e3342f;
+ color: #d04d4a;
background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
color: #fff;
- background-color: #e3342f;
- border-color: #e3342f;
+ background-color: #d04d4a;
+ border-color: #d04d4a;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(208, 77, 74, 0.5);
}
.btn-outline-light {
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
- box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
font-weight: 400;
- color: #3490dc;
+ color: #074e9c;
text-decoration: none;
}
.btn-link:hover {
- color: #1d68a7;
+ color: #042953;
text-decoration: underline;
}
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}
.dropdown-menu-left {
.dropdown-item:active {
color: #fff;
text-decoration: none;
- background-color: #3490dc;
+ background-color: #074e9c;
}
.dropdown-item.disabled,
padding-left: 0.75rem;
}
+.btn-group.show .dropdown-toggle {
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
+}
+
+.btn-group.show .dropdown-toggle.btn-link {
+ box-shadow: none;
+}
+
.btn-group-vertical {
flex-direction: column;
align-items: flex-start;
.custom-control-input:checked ~ .custom-control-label::before {
color: #fff;
- border-color: #3490dc;
- background-color: #3490dc;
+ border-color: #074e9c;
+ background-color: #074e9c;
+ box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
- border-color: #a1cbef;
+ border-color: #2d8df6;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
color: #fff;
- background-color: #cce3f6;
- border-color: #cce3f6;
+ background-color: #5ea7f8;
+ border-color: #5ea7f8;
+ box-shadow: none;
}
.custom-control-input[disabled] ~ .custom-control-label,
content: "";
background-color: #fff;
border: #adb5bd solid 1px;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-control-label::after {
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
- border-color: #3490dc;
- background-color: #3490dc;
+ border-color: #074e9c;
+ background-color: #074e9c;
+ box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
- background-color: rgba(52, 144, 220, 0.5);
+ background-color: rgba(7, 78, 156, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
- background-color: rgba(52, 144, 220, 0.5);
+ background-color: rgba(7, 78, 156, 0.5);
}
.custom-radio .custom-control-label::before {
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
- background-color: rgba(52, 144, 220, 0.5);
+ background-color: rgba(7, 78, 156, 0.5);
}
.custom-switch {
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
- background-color: rgba(52, 144, 220, 0.5);
+ background-color: rgba(7, 78, 156, 0.5);
}
.custom-select {
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
border: 1px solid #ced4da;
border-radius: 0.25rem;
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.custom-select:focus {
- border-color: #a1cbef;
+ border-color: #2d8df6;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.custom-select:focus::-ms-value {
}
.custom-file-input:focus ~ .custom-file-label {
- border-color: #a1cbef;
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ border-color: #2d8df6;
+ box-shadow: 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label,
background-color: #fff;
border: 1px solid #ced4da;
border-radius: 0.25rem;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
}
.custom-range:focus::-webkit-slider-thumb {
- box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.custom-range:focus::-moz-range-thumb {
- box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.custom-range:focus::-ms-thumb {
- box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.custom-range::-moz-focus-outer {
width: 1rem;
height: 1rem;
margin-top: -0.25rem;
- background-color: #3490dc;
+ background-color: #074e9c;
border: 0;
border-radius: 1rem;
+ box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
-webkit-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;
-webkit-appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
- background-color: #cce3f6;
+ background-color: #5ea7f8;
}
.custom-range::-webkit-slider-runnable-track {
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
+ box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
width: 1rem;
height: 1rem;
- background-color: #3490dc;
+ background-color: #074e9c;
border: 0;
border-radius: 1rem;
+ box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
-moz-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;
-moz-appearance: none;
}
.custom-range::-moz-range-thumb:active {
- background-color: #cce3f6;
+ background-color: #5ea7f8;
}
.custom-range::-moz-range-track {
background-color: #dee2e6;
border-color: transparent;
border-radius: 1rem;
+ box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
margin-top: 0;
margin-right: 0.2rem;
margin-left: 0.2rem;
- background-color: #3490dc;
+ background-color: #074e9c;
border: 0;
border-radius: 1rem;
+ box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
-ms-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;
appearance: none;
}
.custom-range::-ms-thumb:active {
- background-color: #cce3f6;
+ background-color: #5ea7f8;
}
.custom-range::-ms-track {
background-color: transparent;
border-color: transparent;
border-width: 0.5rem;
+ box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
color: #fff;
- background-color: #3490dc;
+ background-color: #074e9c;
}
.nav-fill .nav-item {
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
- color: #3490dc;
+ color: #074e9c;
background-color: #fff;
border: 1px solid #dee2e6;
}
.page-link:hover {
z-index: 2;
- color: #1d68a7;
+ color: #042953;
text-decoration: none;
background-color: #e9ecef;
border-color: #dee2e6;
.page-link:focus {
z-index: 3;
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
+ box-shadow: 0 0 0 0.2rem rgba(7, 78, 156, 0.25);
}
.page-item:first-child .page-link {
.page-item.active .page-link {
z-index: 3;
color: #fff;
- background-color: #3490dc;
- border-color: #3490dc;
+ background-color: #074e9c;
+ border-color: #074e9c;
}
.page-item.disabled .page-link {
.badge-primary {
color: #fff;
- background-color: #3490dc;
+ background-color: #074e9c;
}
a.badge-primary:hover,
a.badge-primary:focus {
color: #fff;
- background-color: #2176bd;
+ background-color: #05366b;
}
a.badge-primary:focus,
a.badge-primary.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(7, 78, 156, 0.5);
}
.badge-secondary {
.badge-danger {
color: #fff;
- background-color: #e3342f;
+ background-color: #d04d4a;
}
a.badge-danger:hover,
a.badge-danger:focus {
color: #fff;
- background-color: #c51f1a;
+ background-color: #b73330;
}
a.badge-danger:focus,
a.badge-danger.focus {
outline: 0;
- box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
+ box-shadow: 0 0 0 0.2rem rgba(208, 77, 74, 0.5);
}
.badge-light {
}
.alert-primary {
- color: #1b4b72;
- background-color: #d6e9f8;
- border-color: #c6e0f5;
+ color: #042951;
+ background-color: #cddceb;
+ border-color: #bacde3;
}
.alert-primary hr {
- border-top-color: #b0d4f1;
+ border-top-color: #a8c0dc;
}
.alert-primary .alert-link {
- color: #113049;
+ color: #021020;
}
.alert-secondary {
}
.alert-danger {
- color: #761b18;
- background-color: #f9d6d5;
- border-color: #f7c6c5;
+ color: #6c2826;
+ background-color: #f6dbdb;
+ border-color: #f2cdcc;
}
.alert-danger hr {
- border-top-color: #f4b0af;
+ border-top-color: #edb9b8;
}
.alert-danger .alert-link {
- color: #4c110f;
+ color: #461a19;
}
.alert-light {
font-size: 0.675rem;
background-color: #e9ecef;
border-radius: 0.25rem;
+ box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
.progress-bar {
color: #fff;
text-align: center;
white-space: nowrap;
- background-color: #3490dc;
+ background-color: #074e9c;
transition: width 0.6s ease;
}
.list-group-item.active {
z-index: 2;
color: #fff;
- background-color: #3490dc;
- border-color: #3490dc;
+ background-color: #074e9c;
+ border-color: #074e9c;
}
.list-group-item + .list-group-item {
}
.list-group-item-primary {
- color: #1b4b72;
- background-color: #c6e0f5;
+ color: #042951;
+ background-color: #bacde3;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
- color: #1b4b72;
- background-color: #b0d4f1;
+ color: #042951;
+ background-color: #a8c0dc;
}
.list-group-item-primary.list-group-item-action.active {
color: #fff;
- background-color: #1b4b72;
- border-color: #1b4b72;
+ background-color: #042951;
+ border-color: #042951;
}
.list-group-item-secondary {
}
.list-group-item-danger {
- color: #761b18;
- background-color: #f7c6c5;
+ color: #6c2826;
+ background-color: #f2cdcc;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
- color: #761b18;
- background-color: #f4b0af;
+ color: #6c2826;
+ background-color: #edb9b8;
}
.list-group-item-danger.list-group-item-action.active {
color: #fff;
- background-color: #761b18;
- border-color: #761b18;
+ background-color: #6c2826;
+ border-color: #6c2826;
}
.list-group-item-light {
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
+ box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
outline: 0;
}
height: calc(100vh - 3.5rem);
}
+ .modal-content {
+ box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
+ }
+
.modal-sm {
max-width: 300px;
}
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
+ box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
}
.bg-primary {
- background-color: #3490dc !important;
+ background-color: #074e9c !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
- background-color: #2176bd !important;
+ background-color: #05366b !important;
}
.bg-secondary {
}
.bg-danger {
- background-color: #e3342f !important;
+ background-color: #d04d4a !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
- background-color: #c51f1a !important;
+ background-color: #b73330 !important;
}
.bg-light {
}
.border-primary {
- border-color: #3490dc !important;
+ border-color: #074e9c !important;
}
.border-secondary {
}
.border-danger {
- border-color: #e3342f !important;
+ border-color: #d04d4a !important;
}
.border-light {
}
.text-primary {
- color: #3490dc !important;
+ color: #074e9c !important;
}
a.text-primary:hover,
a.text-primary:focus {
- color: #1d68a7 !important;
+ color: #042953 !important;
}
.text-secondary {
}
.text-danger {
- color: #e3342f !important;
+ color: #d04d4a !important;
}
a.text-danger:hover,
a.text-danger:focus {
- color: #ae1c17 !important;
+ color: #a32d2a !important;
}
.text-light {