@ -1,13 +1,13 @@
@@ -1,13 +1,13 @@
@ charset "UTF-8" ;
/ * !
* Start Bootstrap - Agency v6 . 0 . 0 ( https : / / startbootstrap . com / template-overviews / agency )
* Start Bootstrap - Agency v6 . 0 . 1 ( https : / / startbootstrap . com / template-overviews / agency )
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT ( https : / / github . com / BlackrockDigital / startbootstrap-agency / blob / master / LICENSE )
* /
/ * !
* Bootstrap v4 . 4 . 1 ( https : / / getbootstrap . com / )
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter , Inc .
* Bootstrap v4 . 5 . 0 ( https : / / getbootstrap . com / )
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter , Inc .
* Licensed under MIT ( https : / / github . com / twbs / bootstrap / blob / master / LICENSE )
* /
: root {
@ -189,6 +189,7 @@ pre {
@@ -189,6 +189,7 @@ pre {
margin-top : 0 ;
margin-bottom : 1rem ;
overflow : auto ;
-ms-overflow-style : scrollbar ;
}
figure {
@ -256,6 +257,10 @@ select {
@@ -256,6 +257,10 @@ select {
text-transform : none ;
}
[ role = button ] {
cursor : pointer ;
}
select {
word-wrap : normal ;
}
@ -288,13 +293,6 @@ input[type=checkbox] {
@@ -288,13 +293,6 @@ input[type=checkbox] {
padding : 0 ;
}
input [ type = date ] ,
input [ type = time ] ,
input [ type = datetime-local ] ,
input [ type = month ] {
-webkit-appearance : listbox ;
}
textarea {
overflow : auto ;
resize : vertical ;
@ -629,6 +627,7 @@ pre code {
@@ -629,6 +627,7 @@ pre code {
. col {
flex-basis : 0 ;
flex-grow : 1 ;
min-width : 0 ;
max-width : 100 % ;
}
@ -836,6 +835,7 @@ pre code {
@@ -836,6 +835,7 @@ pre code {
. col-sm {
flex-basis : 0 ;
flex-grow : 1 ;
min-width : 0 ;
max-width : 100 % ;
}
@ -1047,6 +1047,7 @@ pre code {
@@ -1047,6 +1047,7 @@ pre code {
. col-md {
flex-basis : 0 ;
flex-grow : 1 ;
min-width : 0 ;
max-width : 100 % ;
}
@ -1258,6 +1259,7 @@ pre code {
@@ -1258,6 +1259,7 @@ pre code {
. col-lg {
flex-basis : 0 ;
flex-grow : 1 ;
min-width : 0 ;
max-width : 100 % ;
}
@ -1469,6 +1471,7 @@ pre code {
@@ -1469,6 +1471,7 @@ pre code {
. col-xl {
flex-basis : 0 ;
flex-grow : 1 ;
min-width : 0 ;
max-width : 100 % ;
}
@ -2047,6 +2050,15 @@ pre code {
@@ -2047,6 +2050,15 @@ pre code {
opacity : 1 ;
}
input [ type = date ] . form-control ,
input [ type = time ] . form-control ,
input [ type = datetime-local ] . form-control ,
input [ type = month ] . form-control {
-webkit-appearance : none ;
-moz-appearance : none ;
appearance : none ;
}
select . form-control : focus :: -ms-value {
color : # 495057 ;
background-color : # fff ;
@ -2421,7 +2433,6 @@ textarea.form-control {
@@ -2421,7 +2433,6 @@ textarea.form-control {
color : # 212529 ;
text-align : center ;
vertical-align : middle ;
cursor : pointer ;
-webkit-user-select : none ;
-moz-user-select : none ;
-ms-user-select : none ;
@ -2450,6 +2461,9 @@ textarea.form-control {
@@ -2450,6 +2461,9 @@ textarea.form-control {
. btn . disabled , . btn : disabled {
opacity : 0 . 65 ;
}
. btn : not ( : disabled ) : not ( . disabled ) {
cursor : pointer ;
}
a . btn . disabled ,
fieldset : disabled a . btn {
pointer-events : none ;
@ -2906,7 +2920,6 @@ fieldset:disabled a.btn {
@@ -2906,7 +2920,6 @@ fieldset:disabled a.btn {
}
. btn-link : focus , . btn-link . focus {
text-decoration : underline ;
box-shadow : none ;
}
. btn-link : disabled , . btn-link . disabled {
color : # 6c757d ;
@ -3318,7 +3331,8 @@ input[type=button].btn-block {
@@ -3318,7 +3331,8 @@ input[type=button].btn-block {
. input-group > . custom-select ,
. input-group > . custom-file {
position : relative ;
flex : 1 1 0 % ;
flex : 1 1 auto ;
width : 1 % ;
min-width : 0 ;
margin-bottom : 0 ;
}
@ -4277,7 +4291,7 @@ input[type=button].btn-block {
@@ -4277,7 +4291,7 @@ input[type=button].btn-block {
border-color : rgba ( 0 , 0 , 0 , 0 . 1 ) ;
}
. navbar-light . navbar-toggler-icon {
background-image : url ( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5) ' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) ;
background-image : url ( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29 ' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) ;
}
. navbar-light . navbar-text {
color : rgba ( 0 , 0 , 0 , 0 . 5 ) ;
@ -4315,7 +4329,7 @@ input[type=button].btn-block {
@@ -4315,7 +4329,7 @@ input[type=button].btn-block {
border-color : rgba ( 255 , 255 , 255 , 0 . 1 ) ;
}
. navbar-dark . navbar-toggler-icon {
background-image : url ( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5) ' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) ;
background-image : url ( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29 ' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e" ) ;
}
. navbar-dark . navbar-text {
color : rgba ( 255 , 255 , 255 , 0 . 5 ) ;
@ -4342,13 +4356,19 @@ input[type=button].btn-block {
@@ -4342,13 +4356,19 @@ input[type=button].btn-block {
margin-right : 0 ;
margin-left : 0 ;
}
. card > . list-group : first-child . list-group-item : first-child {
border-top-left-radius : 0 . 25rem ;
border-top-right-radius : 0 . 25rem ;
. card > . list-group {
border-top : inherit ;
border-bottom : inherit ;
}
. card > . list-group : last-child . list-group-item : last-child {
border-bottom-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 . 25rem ;
. card > . list-group : first-child {
border-top-width : 0 ;
border-top-left-radius : calc ( 0 . 25rem - 1px ) ;
border-top-right-radius : calc ( 0 . 25rem - 1px ) ;
}
. card > . list-group : last-child {
border-bottom-width : 0 ;
border-bottom-right-radius : calc ( 0 . 25rem - 1px ) ;
border-bottom-left-radius : calc ( 0 . 25rem - 1px ) ;
}
. card-body {
@ -4544,6 +4564,9 @@ input[type=button].btn-block {
@@ -4544,6 +4564,9 @@ input[type=button].btn-block {
border-radius : 0 . 25rem ;
}
. breadcrumb-item {
display : flex ;
}
. breadcrumb-item + . breadcrumb-item {
padding-left : 0 . 5rem ;
}
@ -4946,6 +4969,7 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -4946,6 +4969,7 @@ a.badge-dark:focus, a.badge-dark.focus {
display : flex ;
height : 1rem ;
overflow : hidden ;
line-height : 0 ;
font-size : 0 . 75rem ;
background-color : # e9ecef ;
border-radius : 0 . 25rem ;
@ -4998,6 +5022,7 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -4998,6 +5022,7 @@ a.badge-dark:focus, a.badge-dark.focus {
flex-direction : column ;
padding-left : 0 ;
margin-bottom : 0 ;
border-radius : 0 . 25rem ;
}
. list-group-item-action {
@ -5024,12 +5049,12 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -5024,12 +5049,12 @@ a.badge-dark:focus, a.badge-dark.focus {
border : 1px solid rgba ( 0 , 0 , 0 , 0 . 125 ) ;
}
. list-group-item : first-child {
border-top-left-radius : 0 . 25rem ;
border-top-right-radius : 0 . 25rem ;
border-top-left-radius : inherit ;
border-top-right-radius : inherit ;
}
. list-group-item : last-child {
border-bottom-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 . 25rem ;
border-bottom-right-radius : inherit ;
border-bottom-left-radius : inherit ;
}
. list-group-item . disabled , . list-group-item : disabled {
color : # 6c757d ;
@ -5053,22 +5078,22 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -5053,22 +5078,22 @@ a.badge-dark:focus, a.badge-dark.focus {
. list-group-horizontal {
flex-direction : row ;
}
. list-group-horizontal . list-group-item : first-child {
. list-group-horizontal > . list-group-item : first-child {
border-bottom-left-radius : 0 . 25rem ;
border-top-right-radius : 0 ;
}
. list-group-horizontal . list-group-item : last-child {
. list-group-horizontal > . list-group-item : last-child {
border-top-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 ;
}
. list-group-horizontal . list-group-item . active {
. list-group-horizontal > . list-group-item . active {
margin-top : 0 ;
}
. list-group-horizontal . list-group-item + . list-group-item {
. list-group-horizontal > . list-group-item + . list-group-item {
border-top-width : 1px ;
border-left-width : 0 ;
}
. list-group-horizontal . list-group-item + . list-group-item . active {
. list-group-horizontal > . list-group-item + . list-group-item . active {
margin-left : -1px ;
border-left-width : 1px ;
}
@ -5077,22 +5102,22 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -5077,22 +5102,22 @@ a.badge-dark:focus, a.badge-dark.focus {
. list-group-horizontal-sm {
flex-direction : row ;
}
. list-group-horizontal-sm . list-group-item : first-child {
. list-group-horizontal-sm > . list-group-item : first-child {
border-bottom-left-radius : 0 . 25rem ;
border-top-right-radius : 0 ;
}
. list-group-horizontal-sm . list-group-item : last-child {
. list-group-horizontal-sm > . list-group-item : last-child {
border-top-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 ;
}
. list-group-horizontal-sm . list-group-item . active {
. list-group-horizontal-sm > . list-group-item . active {
margin-top : 0 ;
}
. list-group-horizontal-sm . list-group-item + . list-group-item {
. list-group-horizontal-sm > . list-group-item + . list-group-item {
border-top-width : 1px ;
border-left-width : 0 ;
}
. list-group-horizontal-sm . list-group-item + . list-group-item . active {
. list-group-horizontal-sm > . list-group-item + . list-group-item . active {
margin-left : -1px ;
border-left-width : 1px ;
}
@ -5101,22 +5126,22 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -5101,22 +5126,22 @@ a.badge-dark:focus, a.badge-dark.focus {
. list-group-horizontal-md {
flex-direction : row ;
}
. list-group-horizontal-md . list-group-item : first-child {
. list-group-horizontal-md > . list-group-item : first-child {
border-bottom-left-radius : 0 . 25rem ;
border-top-right-radius : 0 ;
}
. list-group-horizontal-md . list-group-item : last-child {
. list-group-horizontal-md > . list-group-item : last-child {
border-top-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 ;
}
. list-group-horizontal-md . list-group-item . active {
. list-group-horizontal-md > . list-group-item . active {
margin-top : 0 ;
}
. list-group-horizontal-md . list-group-item + . list-group-item {
. list-group-horizontal-md > . list-group-item + . list-group-item {
border-top-width : 1px ;
border-left-width : 0 ;
}
. list-group-horizontal-md . list-group-item + . list-group-item . active {
. list-group-horizontal-md > . list-group-item + . list-group-item . active {
margin-left : -1px ;
border-left-width : 1px ;
}
@ -5125,22 +5150,22 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -5125,22 +5150,22 @@ a.badge-dark:focus, a.badge-dark.focus {
. list-group-horizontal-lg {
flex-direction : row ;
}
. list-group-horizontal-lg . list-group-item : first-child {
. list-group-horizontal-lg > . list-group-item : first-child {
border-bottom-left-radius : 0 . 25rem ;
border-top-right-radius : 0 ;
}
. list-group-horizontal-lg . list-group-item : last-child {
. list-group-horizontal-lg > . list-group-item : last-child {
border-top-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 ;
}
. list-group-horizontal-lg . list-group-item . active {
. list-group-horizontal-lg > . list-group-item . active {
margin-top : 0 ;
}
. list-group-horizontal-lg . list-group-item + . list-group-item {
. list-group-horizontal-lg > . list-group-item + . list-group-item {
border-top-width : 1px ;
border-left-width : 0 ;
}
. list-group-horizontal-lg . list-group-item + . list-group-item . active {
. list-group-horizontal-lg > . list-group-item + . list-group-item . active {
margin-left : -1px ;
border-left-width : 1px ;
}
@ -5149,35 +5174,33 @@ a.badge-dark:focus, a.badge-dark.focus {
@@ -5149,35 +5174,33 @@ a.badge-dark:focus, a.badge-dark.focus {
. list-group-horizontal-xl {
flex-direction : row ;
}
. list-group-horizontal-xl . list-group-item : first-child {
. list-group-horizontal-xl > . list-group-item : first-child {
border-bottom-left-radius : 0 . 25rem ;
border-top-right-radius : 0 ;
}
. list-group-horizontal-xl . list-group-item : last-child {
. list-group-horizontal-xl > . list-group-item : last-child {
border-top-right-radius : 0 . 25rem ;
border-bottom-left-radius : 0 ;
}
. list-group-horizontal-xl . list-group-item . active {
. list-group-horizontal-xl > . list-group-item . active {
margin-top : 0 ;
}
. list-group-horizontal-xl . list-group-item + . list-group-item {
. list-group-horizontal-xl > . list-group-item + . list-group-item {
border-top-width : 1px ;
border-left-width : 0 ;
}
. list-group-horizontal-xl . list-group-item + . list-group-item . active {
. list-group-horizontal-xl > . list-group-item + . list-group-item . active {
margin-left : -1px ;
border-left-width : 1px ;
}
}
. list-group-flush . list-group-item {
border-right-width : 0 ;
border-left-width : 0 ;
. list-group-flush {
border-radius : 0 ;
}
. list-group-flush . list-group-item : first-child {
border-top- width : 0 ;
. list-group-flush > . list-group-item {
border-width : 0 0 1px ;
}
. list-group-flush : last-child . list-group-item : last-child {
. list-group-flush > . list-group-item : last-child {
border-bottom-width : 0 ;
}
@ -5314,9 +5337,6 @@ button.close {
@@ -5314,9 +5337,6 @@ button.close {
padding : 0 ;
background-color : transparent ;
border : 0 ;
-webkit-appearance : none ;
-moz-appearance : none ;
appearance : none ;
}
a . close . disabled {
@ -5430,6 +5450,9 @@ a.close.disabled {
@@ -5430,6 +5450,9 @@ a.close.disabled {
. modal-dialog-centered :: before {
display : block ;
height : calc ( 100vh - 1rem ) ;
height : -webkit-min-content ;
height : -moz-min-content ;
height : min-content ;
content : "" ;
}
. modal-dialog-centered . modal-dialog-scrollable {
@ -5538,6 +5561,9 @@ a.close.disabled {
@@ -5538,6 +5561,9 @@ a.close.disabled {
}
. modal-dialog-centered :: before {
height : calc ( 100vh - 3 . 5rem ) ;
height : -webkit-min-content ;
height : -moz-min-content ;
height : min-content ;
}
. modal-sm {
@ -6014,6 +6040,7 @@ a.close.disabled {
@@ -6014,6 +6040,7 @@ a.close.disabled {
}
50 % {
opacity : 1 ;
transform : none ;
}
}
@ -6023,6 +6050,7 @@ a.close.disabled {
@@ -6023,6 +6050,7 @@ a.close.disabled {
}
50 % {
opacity : 1 ;
transform : none ;
}
}
. spinner-grow {
@ -7290,6 +7318,27 @@ button.bg-dark:focus {
@@ -7290,6 +7318,27 @@ button.bg-dark:focus {
float : none ! important ;
}
}
. user-select-all {
-webkit-user-select : all ! important ;
-moz-user-select : all ! important ;
-ms-user-select : all ! important ;
user-select : all ! important ;
}
. user-select-auto {
-webkit-user-select : auto ! important ;
-moz-user-select : auto ! important ;
-ms-user-select : auto ! important ;
user-select : auto ! important ;
}
. user-select-none {
-webkit-user-select : none ! important ;
-moz-user-select : none ! important ;
-ms-user-select : none ! important ;
user-select : none ! important ;
}
. overflow-auto {
overflow : auto ! important ;
}
@ -7445,18 +7494,6 @@ button.bg-dark:focus {
@@ -7445,18 +7494,6 @@ button.bg-dark:focus {
height : 100vh ! important ;
}
. stretched-link :: after {
position : absolute ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1 ;
pointer-events : auto ;
content : "" ;
background-color : rgba ( 0 , 0 , 0 , 0 ) ;
}
. m-0 {
margin : 0 ! important ;
}
@ -9621,6 +9658,18 @@ button.bg-dark:focus {
@@ -9621,6 +9658,18 @@ button.bg-dark:focus {
margin-left : auto ! important ;
}
}
. stretched-link :: after {
position : absolute ;
top : 0 ;
right : 0 ;
bottom : 0 ;
left : 0 ;
z-index : 1 ;
pointer-events : auto ;
content : "" ;
background-color : rgba ( 0 , 0 , 0 , 0 ) ;
}
. text-monospace {
font-family : SFMono-Regular , Menlo , Monaco , Consolas , "Liberation Mono" , "Courier New" , monospace ! important ;
}
@ -9840,8 +9889,7 @@ a.text-dark:hover, a.text-dark:focus {
@@ -9840,8 +9889,7 @@ a.text-dark:hover, a.text-dark:focus {
}
. text-break {
word-break : break-word ! important ;
overflow-wrap : break-word ! important ;
word-wrap : break-word ! important ;
}
. text-reset {