diff --git a/scss/_global.scss b/scss/_global.scss index 839d7e5..d132a4c 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -31,7 +31,7 @@ /* ------------------ HEADERS ------------------- */ #page-header { - background: $color-turquoise url('img/background.png') center bottom repeat-x; + background: $color-skyblue url('img/background.png') center bottom repeat-x; border-top: 6px solid $color-dark2; padding-bottom:3rem; diff --git a/scss/_palette.scss b/scss/_palette.scss index 6b7521e..d64e403 100644 --- a/scss/_palette.scss +++ b/scss/_palette.scss @@ -13,16 +13,13 @@ $color-blue: #268bd2; $color-violet: #d33682; -$color-purple: #6c71c4; $color-red: #dc322f; $color-orange: #cb4b16; $color-green: #859900; $color-skyblue: #2aa198; $color-dark: #002b36; $color-light: #fdf6e3; -$color-turquoise: #2aa198; $color-yellow: #b58900; -$color-brown: #b58900; $color-grey: #586e75; $color-dark2: #073642; @@ -82,16 +79,13 @@ blockquote, pre { .bg { &-blue { @include background-color($color-blue, $color-light); } &-violet { @include background-color($color-violet, $color-light); } - &-purple { @include background-color($color-purple, $color-light); } &-red { @include background-color($color-red, $color-light); } &-orange { @include background-color($color-orange, $color-light); } &-green { @include background-color($color-green, $color-light); } &-skyblue { @include background-color($color-skyblue, $color-light); } &-dark { @include background-color($color-dark, $color-light); } &-light { @include background-color($color-light, $color-dark); } - &-turquoise { @include background-color($color-turquoise, $color-light); } &-yellow { @include background-color($color-yellow, $color-light); } - &-brown { @include background-color($color-brown, $color-light); } &-grey { @include background-color($color-grey, $color-light); } &-primary { @include background-color($color-primary, $color-light); } @@ -107,16 +101,13 @@ blockquote, pre { .text { &-blue { @include text-color($color-blue); } &-violet { @include text-color($color-violet); } - &-purple { @include text-color($color-purple); } &-red { @include text-color($color-red); } &-orange { @include text-color($color-orange); } &-green { @include text-color($color-green); } &-skyblue { @include text-color($color-skyblue); } &-dark { @include text-color($color-dark); } &-light { @include text-color($color-light); } - &-turquoise { @include text-color($color-turquoise); } &-yellow { @include text-color($color-yellow); } - &-brown { @include text-color($color-brown); } &-grey { @include text-color($color-grey); } &-primary { @include text-color($color-primary); } diff --git a/scss/_typography.scss b/scss/_typography.scss index dc68d56..ceabbfb 100644 --- a/scss/_typography.scss +++ b/scss/_typography.scss @@ -267,35 +267,6 @@ mark { display: block; } -/* 2.6.1 - Colored texts */ - -@mixin text-color($text-color) { - color: $text-color; -} - -.text { - &-blue { @include text-color($color-blue); } - &-violet { @include text-color($color-violet); } - &-purple { @include text-color($color-purple); } - &-red { @include text-color($color-red); } - &-orange { @include text-color($color-orange); } - &-green { @include text-color($color-green); } - &-skyblue { @include text-color($color-skyblue); } - &-dark { @include text-color($color-dark); } - &-light { @include text-color($color-light); } - &-turquoise { @include text-color($color-turquoise); } - &-yellow { @include text-color($color-yellow); } - &-brown { @include text-color($color-brown); } - &-grey { @include text-color($color-grey); } - - &-primary { @include text-color($color-primary); } - &-secondary { @include text-color($color-secondary); } - &-warning { @include text-color($color-warning); } - &-danger { @include text-color($color-danger); } - &-info { @include text-color($color-info); } - &-success { @include text-color($color-success); } -} - /* Table elements */ @mixin table-color($text-color) { @@ -327,16 +298,13 @@ th { .table { &-blue { @include table-color($color-blue); } &-violet { @include table-color($color-violet); } - &-purple { @include table-color($color-purple); } &-red { @include table-color($color-red); } &-orange { @include table-color($color-orange); } &-green { @include table-color($color-green); } &-skyblue { @include table-color($color-skyblue); } &-dark { @include table-color($color-dark); } &-light { @include table-color($color-light); } - &-turquoise { @include table-color($color-turquoise); } &-yellow { @include table-color($color-yellow); } - &-brown { @include table-color($color-brown); } &-grey { @include table-color($color-grey); } &-primary { @include table-color($color-primary); } diff --git a/scss/components/_buttons.scss b/scss/components/_buttons.scss index 0139e51..4f7a958 100644 --- a/scss/components/_buttons.scss +++ b/scss/components/_buttons.scss @@ -163,16 +163,13 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb { .btn, a.btn, .badge, .chip, a.chip, a.badge, .label, a.label, label.label { &-blue { @include button-color($color-blue, $color-button-light); } &-violet { @include button-color($color-violet, $color-button-light); } - &-purple { @include button-color($color-purple, $color-button-light); } &-red { @include button-color($color-red, $color-button-light); } &-orange { @include button-color($color-orange, $color-button-light); } &-green { @include button-color($color-green, $color-button-light); } &-skyblue { @include button-color($color-skyblue, $color-button-light); } &-dark { @include button-color($color-dark, $color-button-light); } &-light { @include button-color($color-light2, $color-button-dark); } - &-turquoise { @include button-color($color-turquoise, $color-button-light); } &-yellow { @include button-color($color-yellow, $color-button-light); } - &-brown { @include button-color($color-brown, $color-button-light); } &-grey { @include button-color($color-grey, $color-button-light); } &-primary { @include button-color($color-primary, $color-button-light); } diff --git a/scss/components/_cards.scss b/scss/components/_cards.scss index 94828f8..a55817a 100644 --- a/scss/components/_cards.scss +++ b/scss/components/_cards.scss @@ -202,16 +202,13 @@ ul.card-list, .card > ul { .card, .smallcard, .menu { &-blue { @include card-color($color-blue, $color-light); } &-violet { @include card-color($color-violet, $color-light); } - &-purple { @include card-color($color-purple, $color-light); } &-red { @include card-color($color-red, $color-light); } &-orange { @include card-color($color-orange, $color-light); } &-green { @include card-color($color-green, $color-light); } &-skyblue { @include card-color($color-skyblue, $color-light); } &-dark { @include card-color($color-dark, $color-light); } &-light { @include card-color($color-light2, $color-dark); } - &-turquoise { @include card-color($color-turquoise, $color-light); } &-yellow { @include card-color($color-yellow, $color-light); } - &-brown { @include card-color($color-brown, $color-light); } &-grey { @include card-color($color-grey, $color-light); } &-primary { @include card-color($color-primary, $color-light); } @@ -225,16 +222,13 @@ ul.card-list, .card > ul { .toast { &-blue { @include background-color($color-blue, $color-light); } &-violet { @include background-color($color-violet, $color-light); } - &-purple { @include background-color($color-purple, $color-light); } &-red { @include background-color($color-red, $color-light); } &-orange { @include background-color($color-orange, $color-light); } &-green { @include background-color($color-green, $color-light); } &-skyblue { @include background-color($color-skyblue, $color-light); } &-dark { @include background-color($color-dark, $color-light); } &-light { @include background-color($color-light2, $color-dark); } - &-turquoise { @include background-color($color-turquoise, $color-light); } &-yellow { @include background-color($color-yellow, $color-light); } - &-brown { @include background-color($color-brown, $color-light); } &-grey { @include background-color($color-grey, $color-light); } &-primary { @include background-color($color-primary, $color-light); } diff --git a/style.css b/style.css index e9d4b21..83af975 100644 --- a/style.css +++ b/style.css @@ -48,10 +48,6 @@ blockquote, pre { background-color: #d33682 !important; color: #fdf6e3; } -.bg-purple { - background-color: #6c71c4 !important; - color: #fdf6e3; } - .bg-red { background-color: #dc322f !important; color: #fdf6e3; } @@ -76,18 +72,10 @@ blockquote, pre { background-color: #fdf6e3 !important; color: #002b36; } -.bg-turquoise { - background-color: #2aa198 !important; - color: #fdf6e3; } - .bg-yellow { background-color: #b58900 !important; color: #fdf6e3; } -.bg-brown { - background-color: #b58900 !important; - color: #fdf6e3; } - .bg-grey { background-color: #586e75 !important; color: #fdf6e3; } @@ -123,9 +111,6 @@ blockquote, pre { .text-violet { color: #d33682; } -.text-purple { - color: #6c71c4; } - .text-red { color: #dc322f; } @@ -144,15 +129,9 @@ blockquote, pre { .text-light { color: #fdf6e3; } -.text-turquoise { - color: #2aa198; } - .text-yellow { color: #b58900; } -.text-brown { - color: #b58900; } - .text-grey { color: #586e75; } @@ -534,64 +513,6 @@ mark { width: 100%; display: block; } -/* 2.6.1 - Colored texts */ -.text-blue { - color: #268bd2; } - -.text-violet { - color: #d33682; } - -.text-purple { - color: #6c71c4; } - -.text-red { - color: #dc322f; } - -.text-orange { - color: #cb4b16; } - -.text-green { - color: #859900; } - -.text-skyblue { - color: #2aa198; } - -.text-dark { - color: #002b36; } - -.text-light { - color: #fdf6e3; } - -.text-turquoise { - color: #2aa198; } - -.text-yellow { - color: #b58900; } - -.text-brown { - color: #b58900; } - -.text-grey { - color: #586e75; } - -.text-primary { - color: #d33682; } - -.text-secondary { - color: #2aa198; } - -.text-warning { - color: #cb4b16; } - -.text-danger { - color: #dc322f; } - -.text-info { - color: #2aa198; } - -.text-success { - color: #859900; } - /* Table elements */ table { border-collapse: collapse; } @@ -615,9 +536,6 @@ th { .table-violet th { color: #d33682; } -.table-purple th { - color: #6c71c4; } - .table-red th { color: #dc322f; } @@ -636,15 +554,9 @@ th { .table-light th { color: #fdf6e3; } -.table-turquoise th { - color: #2aa198; } - .table-yellow th { color: #b58900; } -.table-brown th { - color: #b58900; } - .table-grey th { color: #586e75; } @@ -1112,13 +1024,6 @@ ul.card-list, .card > ul { background-color: #d33682 !important; color: #fdf6e3; } -.card-purple .card-header, .card-purple .menu-header, .smallcard-purple .card-header, .smallcard-purple .menu-header, .menu-purple .card-header, .menu-purple .menu-header { - background-color: #6c71c4 !important; - color: #fdf6e3; } - .card-purple .card-header:before, .card-purple .menu-header:before, .smallcard-purple .card-header:before, .smallcard-purple .menu-header:before, .menu-purple .card-header:before, .menu-purple .menu-header:before { - background-color: #6c71c4 !important; - color: #fdf6e3; } - .card-red .card-header, .card-red .menu-header, .smallcard-red .card-header, .smallcard-red .menu-header, .menu-red .card-header, .menu-red .menu-header { background-color: #dc322f !important; color: #fdf6e3; } @@ -1161,13 +1066,6 @@ ul.card-list, .card > ul { background-color: #eee8d5 !important; color: #002b36; } -.card-turquoise .card-header, .card-turquoise .menu-header, .smallcard-turquoise .card-header, .smallcard-turquoise .menu-header, .menu-turquoise .card-header, .menu-turquoise .menu-header { - background-color: #2aa198 !important; - color: #fdf6e3; } - .card-turquoise .card-header:before, .card-turquoise .menu-header:before, .smallcard-turquoise .card-header:before, .smallcard-turquoise .menu-header:before, .menu-turquoise .card-header:before, .menu-turquoise .menu-header:before { - background-color: #2aa198 !important; - color: #fdf6e3; } - .card-yellow .card-header, .card-yellow .menu-header, .smallcard-yellow .card-header, .smallcard-yellow .menu-header, .menu-yellow .card-header, .menu-yellow .menu-header { background-color: #b58900 !important; color: #fdf6e3; } @@ -1175,13 +1073,6 @@ ul.card-list, .card > ul { background-color: #b58900 !important; color: #fdf6e3; } -.card-brown .card-header, .card-brown .menu-header, .smallcard-brown .card-header, .smallcard-brown .menu-header, .menu-brown .card-header, .menu-brown .menu-header { - background-color: #b58900 !important; - color: #fdf6e3; } - .card-brown .card-header:before, .card-brown .menu-header:before, .smallcard-brown .card-header:before, .smallcard-brown .menu-header:before, .menu-brown .card-header:before, .menu-brown .menu-header:before { - background-color: #b58900 !important; - color: #fdf6e3; } - .card-grey .card-header, .card-grey .menu-header, .smallcard-grey .card-header, .smallcard-grey .menu-header, .menu-grey .card-header, .menu-grey .menu-header { background-color: #586e75 !important; color: #fdf6e3; } @@ -1239,10 +1130,6 @@ ul.card-list, .card > ul { background-color: #d33682 !important; color: #fdf6e3; } -.toast-purple { - background-color: #6c71c4 !important; - color: #fdf6e3; } - .toast-red { background-color: #dc322f !important; color: #fdf6e3; } @@ -1267,18 +1154,10 @@ ul.card-list, .card > ul { background-color: #eee8d5 !important; color: #002b36; } -.toast-turquoise { - background-color: #2aa198 !important; - color: #fdf6e3; } - .toast-yellow { background-color: #b58900 !important; color: #fdf6e3; } -.toast-brown { - background-color: #b58900 !important; - color: #fdf6e3; } - .toast-grey { background-color: #586e75 !important; color: #fdf6e3; } @@ -1548,19 +1427,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb { .btn-violet:hover:before, .btn-violet:active:before, .btn-violet:focus:before, a:hover > .btn-violet:before, a:active > .btn-violet:before, a:focus > .btn-violet:before, .btn-violet:visited:hover:before, .btn-violet:visited:active:before, .btn-violet:visited:focus:before, a:hover > .btn-violet:visited:before, a:active > .btn-violet:visited:before, a:focus > .btn-violet:visited:before, .btn-violet:not(.disabled):not(:disabled):hover:before, .btn-violet:not(.disabled):not(:disabled):active:before, .btn-violet:not(.disabled):not(:disabled):focus:before, a:hover > .btn-violet:not(.disabled):not(:disabled):before, a:active > .btn-violet:not(.disabled):not(:disabled):before, a:focus > .btn-violet:not(.disabled):not(:disabled):before, a.btn-violet:hover:before, a.btn-violet:active:before, a.btn-violet:focus:before, a:hover > a.btn-violet:before, a:active > a.btn-violet:before, a:focus > a.btn-violet:before, a.btn-violet:visited:hover:before, a.btn-violet:visited:active:before, a.btn-violet:visited:focus:before, a:hover > a.btn-violet:visited:before, a:active > a.btn-violet:visited:before, a:focus > a.btn-violet:visited:before, a.btn-violet:not(.disabled):not(:disabled):hover:before, a.btn-violet:not(.disabled):not(:disabled):active:before, a.btn-violet:not(.disabled):not(:disabled):focus:before, a:hover > a.btn-violet:not(.disabled):not(:disabled):before, a:active > a.btn-violet:not(.disabled):not(:disabled):before, a:focus > a.btn-violet:not(.disabled):not(:disabled):before, .badge-violet:hover:before, .badge-violet:active:before, .badge-violet:focus:before, a:hover > .badge-violet:before, a:active > .badge-violet:before, a:focus > .badge-violet:before, .badge-violet:visited:hover:before, .badge-violet:visited:active:before, .badge-violet:visited:focus:before, a:hover > .badge-violet:visited:before, a:active > .badge-violet:visited:before, a:focus > .badge-violet:visited:before, .badge-violet:not(.disabled):not(:disabled):hover:before, .badge-violet:not(.disabled):not(:disabled):active:before, .badge-violet:not(.disabled):not(:disabled):focus:before, a:hover > .badge-violet:not(.disabled):not(:disabled):before, a:active > .badge-violet:not(.disabled):not(:disabled):before, a:focus > .badge-violet:not(.disabled):not(:disabled):before, .chip-violet:hover:before, .chip-violet:active:before, .chip-violet:focus:before, a:hover > .chip-violet:before, a:active > .chip-violet:before, a:focus > .chip-violet:before, .chip-violet:visited:hover:before, .chip-violet:visited:active:before, .chip-violet:visited:focus:before, a:hover > .chip-violet:visited:before, a:active > .chip-violet:visited:before, a:focus > .chip-violet:visited:before, .chip-violet:not(.disabled):not(:disabled):hover:before, .chip-violet:not(.disabled):not(:disabled):active:before, .chip-violet:not(.disabled):not(:disabled):focus:before, a:hover > .chip-violet:not(.disabled):not(:disabled):before, a:active > .chip-violet:not(.disabled):not(:disabled):before, a:focus > .chip-violet:not(.disabled):not(:disabled):before, a.chip-violet:hover:before, a.chip-violet:active:before, a.chip-violet:focus:before, a:hover > a.chip-violet:before, a:active > a.chip-violet:before, a:focus > a.chip-violet:before, a.chip-violet:visited:hover:before, a.chip-violet:visited:active:before, a.chip-violet:visited:focus:before, a:hover > a.chip-violet:visited:before, a:active > a.chip-violet:visited:before, a:focus > a.chip-violet:visited:before, a.chip-violet:not(.disabled):not(:disabled):hover:before, a.chip-violet:not(.disabled):not(:disabled):active:before, a.chip-violet:not(.disabled):not(:disabled):focus:before, a:hover > a.chip-violet:not(.disabled):not(:disabled):before, a:active > a.chip-violet:not(.disabled):not(:disabled):before, a:focus > a.chip-violet:not(.disabled):not(:disabled):before, a.badge-violet:hover:before, a.badge-violet:active:before, a.badge-violet:focus:before, a:hover > a.badge-violet:before, a:active > a.badge-violet:before, a:focus > a.badge-violet:before, a.badge-violet:visited:hover:before, a.badge-violet:visited:active:before, a.badge-violet:visited:focus:before, a:hover > a.badge-violet:visited:before, a:active > a.badge-violet:visited:before, a:focus > a.badge-violet:visited:before, a.badge-violet:not(.disabled):not(:disabled):hover:before, a.badge-violet:not(.disabled):not(:disabled):active:before, a.badge-violet:not(.disabled):not(:disabled):focus:before, a:hover > a.badge-violet:not(.disabled):not(:disabled):before, a:active > a.badge-violet:not(.disabled):not(:disabled):before, a:focus > a.badge-violet:not(.disabled):not(:disabled):before, .label-violet:hover:before, .label-violet:active:before, .label-violet:focus:before, a:hover > .label-violet:before, a:active > .label-violet:before, a:focus > .label-violet:before, .label-violet:visited:hover:before, .label-violet:visited:active:before, .label-violet:visited:focus:before, a:hover > .label-violet:visited:before, a:active > .label-violet:visited:before, a:focus > .label-violet:visited:before, .label-violet:not(.disabled):not(:disabled):hover:before, .label-violet:not(.disabled):not(:disabled):active:before, .label-violet:not(.disabled):not(:disabled):focus:before, a:hover > .label-violet:not(.disabled):not(:disabled):before, a:active > .label-violet:not(.disabled):not(:disabled):before, a:focus > .label-violet:not(.disabled):not(:disabled):before, a.label-violet:hover:before, a.label-violet:active:before, a.label-violet:focus:before, a:hover > a.label-violet:before, a:active > a.label-violet:before, a:focus > a.label-violet:before, a.label-violet:visited:hover:before, a.label-violet:visited:active:before, a.label-violet:visited:focus:before, a:hover > a.label-violet:visited:before, a:active > a.label-violet:visited:before, a:focus > a.label-violet:visited:before, a.label-violet:not(.disabled):not(:disabled):hover:before, a.label-violet:not(.disabled):not(:disabled):active:before, a.label-violet:not(.disabled):not(:disabled):focus:before, a:hover > a.label-violet:not(.disabled):not(:disabled):before, a:active > a.label-violet:not(.disabled):not(:disabled):before, a:focus > a.label-violet:not(.disabled):not(:disabled):before, label.label-violet:hover:before, label.label-violet:active:before, label.label-violet:focus:before, a:hover > label.label-violet:before, a:active > label.label-violet:before, a:focus > label.label-violet:before, label.label-violet:visited:hover:before, label.label-violet:visited:active:before, label.label-violet:visited:focus:before, a:hover > label.label-violet:visited:before, a:active > label.label-violet:visited:before, a:focus > label.label-violet:visited:before, label.label-violet:not(.disabled):not(:disabled):hover:before, label.label-violet:not(.disabled):not(:disabled):active:before, label.label-violet:not(.disabled):not(:disabled):focus:before, a:hover > label.label-violet:not(.disabled):not(:disabled):before, a:active > label.label-violet:not(.disabled):not(:disabled):before, a:focus > label.label-violet:not(.disabled):not(:disabled):before { background-color: #ba296f; } -.btn-purple, a.btn-purple, .badge-purple, .chip-purple, a.chip-purple, a.badge-purple, .label-purple, a.label-purple, label.label-purple { - color: #fdf6e3; } - .btn-purple:before, a.btn-purple:before, .badge-purple:before, .chip-purple:before, a.chip-purple:before, a.badge-purple:before, .label-purple:before, a.label-purple:before, label.label-purple:before { - background-color: #6c71c4; } - .btn-purple:visited, a.btn-purple:visited, .badge-purple:visited, .chip-purple:visited, a.chip-purple:visited, a.badge-purple:visited, .label-purple:visited, a.label-purple:visited, label.label-purple:visited { - color: #fdf6e3; } - .btn-purple:visited:before, a.btn-purple:visited:before, .badge-purple:visited:before, .chip-purple:visited:before, a.chip-purple:visited:before, a.badge-purple:visited:before, .label-purple:visited:before, a.label-purple:visited:before, label.label-purple:visited:before { - background-color: #6c71c4; } - .btn-purple:hover, .btn-purple:active, .btn-purple:focus, a:hover > .btn-purple, a:active > .btn-purple, a:focus > .btn-purple, .btn-purple:visited:hover, .btn-purple:visited:active, .btn-purple:visited:focus, a:hover > .btn-purple:visited, a:active > .btn-purple:visited, a:focus > .btn-purple:visited, .btn-purple:not(.disabled):not(:disabled):hover, .btn-purple:not(.disabled):not(:disabled):active, .btn-purple:not(.disabled):not(:disabled):focus, a:hover > .btn-purple:not(.disabled):not(:disabled), a:active > .btn-purple:not(.disabled):not(:disabled), a:focus > .btn-purple:not(.disabled):not(:disabled), a.btn-purple:hover, a.btn-purple:active, a.btn-purple:focus, a:hover > a.btn-purple, a:active > a.btn-purple, a:focus > a.btn-purple, a.btn-purple:visited:hover, a.btn-purple:visited:active, a.btn-purple:visited:focus, a:hover > a.btn-purple:visited, a:active > a.btn-purple:visited, a:focus > a.btn-purple:visited, a.btn-purple:not(.disabled):not(:disabled):hover, a.btn-purple:not(.disabled):not(:disabled):active, a.btn-purple:not(.disabled):not(:disabled):focus, a:hover > a.btn-purple:not(.disabled):not(:disabled), a:active > a.btn-purple:not(.disabled):not(:disabled), a:focus > a.btn-purple:not(.disabled):not(:disabled), .badge-purple:hover, .badge-purple:active, .badge-purple:focus, a:hover > .badge-purple, a:active > .badge-purple, a:focus > .badge-purple, .badge-purple:visited:hover, .badge-purple:visited:active, .badge-purple:visited:focus, a:hover > .badge-purple:visited, a:active > .badge-purple:visited, a:focus > .badge-purple:visited, .badge-purple:not(.disabled):not(:disabled):hover, .badge-purple:not(.disabled):not(:disabled):active, .badge-purple:not(.disabled):not(:disabled):focus, a:hover > .badge-purple:not(.disabled):not(:disabled), a:active > .badge-purple:not(.disabled):not(:disabled), a:focus > .badge-purple:not(.disabled):not(:disabled), .chip-purple:hover, .chip-purple:active, .chip-purple:focus, a:hover > .chip-purple, a:active > .chip-purple, a:focus > .chip-purple, .chip-purple:visited:hover, .chip-purple:visited:active, .chip-purple:visited:focus, a:hover > .chip-purple:visited, a:active > .chip-purple:visited, a:focus > .chip-purple:visited, .chip-purple:not(.disabled):not(:disabled):hover, .chip-purple:not(.disabled):not(:disabled):active, .chip-purple:not(.disabled):not(:disabled):focus, a:hover > .chip-purple:not(.disabled):not(:disabled), a:active > .chip-purple:not(.disabled):not(:disabled), a:focus > .chip-purple:not(.disabled):not(:disabled), a.chip-purple:hover, a.chip-purple:active, a.chip-purple:focus, a:hover > a.chip-purple, a:active > a.chip-purple, a:focus > a.chip-purple, a.chip-purple:visited:hover, a.chip-purple:visited:active, a.chip-purple:visited:focus, a:hover > a.chip-purple:visited, a:active > a.chip-purple:visited, a:focus > a.chip-purple:visited, a.chip-purple:not(.disabled):not(:disabled):hover, a.chip-purple:not(.disabled):not(:disabled):active, a.chip-purple:not(.disabled):not(:disabled):focus, a:hover > a.chip-purple:not(.disabled):not(:disabled), a:active > a.chip-purple:not(.disabled):not(:disabled), a:focus > a.chip-purple:not(.disabled):not(:disabled), a.badge-purple:hover, a.badge-purple:active, a.badge-purple:focus, a:hover > a.badge-purple, a:active > a.badge-purple, a:focus > a.badge-purple, a.badge-purple:visited:hover, a.badge-purple:visited:active, a.badge-purple:visited:focus, a:hover > a.badge-purple:visited, a:active > a.badge-purple:visited, a:focus > a.badge-purple:visited, a.badge-purple:not(.disabled):not(:disabled):hover, a.badge-purple:not(.disabled):not(:disabled):active, a.badge-purple:not(.disabled):not(:disabled):focus, a:hover > a.badge-purple:not(.disabled):not(:disabled), a:active > a.badge-purple:not(.disabled):not(:disabled), a:focus > a.badge-purple:not(.disabled):not(:disabled), .label-purple:hover, .label-purple:active, .label-purple:focus, a:hover > .label-purple, a:active > .label-purple, a:focus > .label-purple, .label-purple:visited:hover, .label-purple:visited:active, .label-purple:visited:focus, a:hover > .label-purple:visited, a:active > .label-purple:visited, a:focus > .label-purple:visited, .label-purple:not(.disabled):not(:disabled):hover, .label-purple:not(.disabled):not(:disabled):active, .label-purple:not(.disabled):not(:disabled):focus, a:hover > .label-purple:not(.disabled):not(:disabled), a:active > .label-purple:not(.disabled):not(:disabled), a:focus > .label-purple:not(.disabled):not(:disabled), a.label-purple:hover, a.label-purple:active, a.label-purple:focus, a:hover > a.label-purple, a:active > a.label-purple, a:focus > a.label-purple, a.label-purple:visited:hover, a.label-purple:visited:active, a.label-purple:visited:focus, a:hover > a.label-purple:visited, a:active > a.label-purple:visited, a:focus > a.label-purple:visited, a.label-purple:not(.disabled):not(:disabled):hover, a.label-purple:not(.disabled):not(:disabled):active, a.label-purple:not(.disabled):not(:disabled):focus, a:hover > a.label-purple:not(.disabled):not(:disabled), a:active > a.label-purple:not(.disabled):not(:disabled), a:focus > a.label-purple:not(.disabled):not(:disabled), label.label-purple:hover, label.label-purple:active, label.label-purple:focus, a:hover > label.label-purple, a:active > label.label-purple, a:focus > label.label-purple, label.label-purple:visited:hover, label.label-purple:visited:active, label.label-purple:visited:focus, a:hover > label.label-purple:visited, a:active > label.label-purple:visited, a:focus > label.label-purple:visited, label.label-purple:not(.disabled):not(:disabled):hover, label.label-purple:not(.disabled):not(:disabled):active, label.label-purple:not(.disabled):not(:disabled):focus, a:hover > label.label-purple:not(.disabled):not(:disabled), a:active > label.label-purple:not(.disabled):not(:disabled), a:focus > label.label-purple:not(.disabled):not(:disabled) { - color: #fffefb; } - .btn-purple:hover:before, .btn-purple:active:before, .btn-purple:focus:before, a:hover > .btn-purple:before, a:active > .btn-purple:before, a:focus > .btn-purple:before, .btn-purple:visited:hover:before, .btn-purple:visited:active:before, .btn-purple:visited:focus:before, a:hover > .btn-purple:visited:before, a:active > .btn-purple:visited:before, a:focus > .btn-purple:visited:before, .btn-purple:not(.disabled):not(:disabled):hover:before, .btn-purple:not(.disabled):not(:disabled):active:before, .btn-purple:not(.disabled):not(:disabled):focus:before, a:hover > .btn-purple:not(.disabled):not(:disabled):before, a:active > .btn-purple:not(.disabled):not(:disabled):before, a:focus > .btn-purple:not(.disabled):not(:disabled):before, a.btn-purple:hover:before, a.btn-purple:active:before, a.btn-purple:focus:before, a:hover > a.btn-purple:before, a:active > a.btn-purple:before, a:focus > a.btn-purple:before, a.btn-purple:visited:hover:before, a.btn-purple:visited:active:before, a.btn-purple:visited:focus:before, a:hover > a.btn-purple:visited:before, a:active > a.btn-purple:visited:before, a:focus > a.btn-purple:visited:before, a.btn-purple:not(.disabled):not(:disabled):hover:before, a.btn-purple:not(.disabled):not(:disabled):active:before, a.btn-purple:not(.disabled):not(:disabled):focus:before, a:hover > a.btn-purple:not(.disabled):not(:disabled):before, a:active > a.btn-purple:not(.disabled):not(:disabled):before, a:focus > a.btn-purple:not(.disabled):not(:disabled):before, .badge-purple:hover:before, .badge-purple:active:before, .badge-purple:focus:before, a:hover > .badge-purple:before, a:active > .badge-purple:before, a:focus > .badge-purple:before, .badge-purple:visited:hover:before, .badge-purple:visited:active:before, .badge-purple:visited:focus:before, a:hover > .badge-purple:visited:before, a:active > .badge-purple:visited:before, a:focus > .badge-purple:visited:before, .badge-purple:not(.disabled):not(:disabled):hover:before, .badge-purple:not(.disabled):not(:disabled):active:before, .badge-purple:not(.disabled):not(:disabled):focus:before, a:hover > .badge-purple:not(.disabled):not(:disabled):before, a:active > .badge-purple:not(.disabled):not(:disabled):before, a:focus > .badge-purple:not(.disabled):not(:disabled):before, .chip-purple:hover:before, .chip-purple:active:before, .chip-purple:focus:before, a:hover > .chip-purple:before, a:active > .chip-purple:before, a:focus > .chip-purple:before, .chip-purple:visited:hover:before, .chip-purple:visited:active:before, .chip-purple:visited:focus:before, a:hover > .chip-purple:visited:before, a:active > .chip-purple:visited:before, a:focus > .chip-purple:visited:before, .chip-purple:not(.disabled):not(:disabled):hover:before, .chip-purple:not(.disabled):not(:disabled):active:before, .chip-purple:not(.disabled):not(:disabled):focus:before, a:hover > .chip-purple:not(.disabled):not(:disabled):before, a:active > .chip-purple:not(.disabled):not(:disabled):before, a:focus > .chip-purple:not(.disabled):not(:disabled):before, a.chip-purple:hover:before, a.chip-purple:active:before, a.chip-purple:focus:before, a:hover > a.chip-purple:before, a:active > a.chip-purple:before, a:focus > a.chip-purple:before, a.chip-purple:visited:hover:before, a.chip-purple:visited:active:before, a.chip-purple:visited:focus:before, a:hover > a.chip-purple:visited:before, a:active > a.chip-purple:visited:before, a:focus > a.chip-purple:visited:before, a.chip-purple:not(.disabled):not(:disabled):hover:before, a.chip-purple:not(.disabled):not(:disabled):active:before, a.chip-purple:not(.disabled):not(:disabled):focus:before, a:hover > a.chip-purple:not(.disabled):not(:disabled):before, a:active > a.chip-purple:not(.disabled):not(:disabled):before, a:focus > a.chip-purple:not(.disabled):not(:disabled):before, a.badge-purple:hover:before, a.badge-purple:active:before, a.badge-purple:focus:before, a:hover > a.badge-purple:before, a:active > a.badge-purple:before, a:focus > a.badge-purple:before, a.badge-purple:visited:hover:before, a.badge-purple:visited:active:before, a.badge-purple:visited:focus:before, a:hover > a.badge-purple:visited:before, a:active > a.badge-purple:visited:before, a:focus > a.badge-purple:visited:before, a.badge-purple:not(.disabled):not(:disabled):hover:before, a.badge-purple:not(.disabled):not(:disabled):active:before, a.badge-purple:not(.disabled):not(:disabled):focus:before, a:hover > a.badge-purple:not(.disabled):not(:disabled):before, a:active > a.badge-purple:not(.disabled):not(:disabled):before, a:focus > a.badge-purple:not(.disabled):not(:disabled):before, .label-purple:hover:before, .label-purple:active:before, .label-purple:focus:before, a:hover > .label-purple:before, a:active > .label-purple:before, a:focus > .label-purple:before, .label-purple:visited:hover:before, .label-purple:visited:active:before, .label-purple:visited:focus:before, a:hover > .label-purple:visited:before, a:active > .label-purple:visited:before, a:focus > .label-purple:visited:before, .label-purple:not(.disabled):not(:disabled):hover:before, .label-purple:not(.disabled):not(:disabled):active:before, .label-purple:not(.disabled):not(:disabled):focus:before, a:hover > .label-purple:not(.disabled):not(:disabled):before, a:active > .label-purple:not(.disabled):not(:disabled):before, a:focus > .label-purple:not(.disabled):not(:disabled):before, a.label-purple:hover:before, a.label-purple:active:before, a.label-purple:focus:before, a:hover > a.label-purple:before, a:active > a.label-purple:before, a:focus > a.label-purple:before, a.label-purple:visited:hover:before, a.label-purple:visited:active:before, a.label-purple:visited:focus:before, a:hover > a.label-purple:visited:before, a:active > a.label-purple:visited:before, a:focus > a.label-purple:visited:before, a.label-purple:not(.disabled):not(:disabled):hover:before, a.label-purple:not(.disabled):not(:disabled):active:before, a.label-purple:not(.disabled):not(:disabled):focus:before, a:hover > a.label-purple:not(.disabled):not(:disabled):before, a:active > a.label-purple:not(.disabled):not(:disabled):before, a:focus > a.label-purple:not(.disabled):not(:disabled):before, label.label-purple:hover:before, label.label-purple:active:before, label.label-purple:focus:before, a:hover > label.label-purple:before, a:active > label.label-purple:before, a:focus > label.label-purple:before, label.label-purple:visited:hover:before, label.label-purple:visited:active:before, label.label-purple:visited:focus:before, a:hover > label.label-purple:visited:before, a:active > label.label-purple:visited:before, a:focus > label.label-purple:visited:before, label.label-purple:not(.disabled):not(:disabled):hover:before, label.label-purple:not(.disabled):not(:disabled):active:before, label.label-purple:not(.disabled):not(:disabled):focus:before, a:hover > label.label-purple:not(.disabled):not(:disabled):before, a:active > label.label-purple:not(.disabled):not(:disabled):before, a:focus > label.label-purple:not(.disabled):not(:disabled):before { - background-color: #5157b9; } - .btn-red, a.btn-red, .badge-red, .chip-red, a.chip-red, a.badge-red, .label-red, a.label-red, label.label-red { color: #fdf6e3; } .btn-red:before, a.btn-red:before, .badge-red:before, .chip-red:before, a.chip-red:before, a.badge-red:before, .label-red:before, a.label-red:before, label.label-red:before { @@ -1639,19 +1505,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb { .btn-light:hover:before, .btn-light:active:before, .btn-light:focus:before, a:hover > .btn-light:before, a:active > .btn-light:before, a:focus > .btn-light:before, .btn-light:visited:hover:before, .btn-light:visited:active:before, .btn-light:visited:focus:before, a:hover > .btn-light:visited:before, a:active > .btn-light:visited:before, a:focus > .btn-light:visited:before, .btn-light:not(.disabled):not(:disabled):hover:before, .btn-light:not(.disabled):not(:disabled):active:before, .btn-light:not(.disabled):not(:disabled):focus:before, a:hover > .btn-light:not(.disabled):not(:disabled):before, a:active > .btn-light:not(.disabled):not(:disabled):before, a:focus > .btn-light:not(.disabled):not(:disabled):before, a.btn-light:hover:before, a.btn-light:active:before, a.btn-light:focus:before, a:hover > a.btn-light:before, a:active > a.btn-light:before, a:focus > a.btn-light:before, a.btn-light:visited:hover:before, a.btn-light:visited:active:before, a.btn-light:visited:focus:before, a:hover > a.btn-light:visited:before, a:active > a.btn-light:visited:before, a:focus > a.btn-light:visited:before, a.btn-light:not(.disabled):not(:disabled):hover:before, a.btn-light:not(.disabled):not(:disabled):active:before, a.btn-light:not(.disabled):not(:disabled):focus:before, a:hover > a.btn-light:not(.disabled):not(:disabled):before, a:active > a.btn-light:not(.disabled):not(:disabled):before, a:focus > a.btn-light:not(.disabled):not(:disabled):before, .badge-light:hover:before, .badge-light:active:before, .badge-light:focus:before, a:hover > .badge-light:before, a:active > .badge-light:before, a:focus > .badge-light:before, .badge-light:visited:hover:before, .badge-light:visited:active:before, .badge-light:visited:focus:before, a:hover > .badge-light:visited:before, a:active > .badge-light:visited:before, a:focus > .badge-light:visited:before, .badge-light:not(.disabled):not(:disabled):hover:before, .badge-light:not(.disabled):not(:disabled):active:before, .badge-light:not(.disabled):not(:disabled):focus:before, a:hover > .badge-light:not(.disabled):not(:disabled):before, a:active > .badge-light:not(.disabled):not(:disabled):before, a:focus > .badge-light:not(.disabled):not(:disabled):before, .chip-light:hover:before, .chip-light:active:before, .chip-light:focus:before, a:hover > .chip-light:before, a:active > .chip-light:before, a:focus > .chip-light:before, .chip-light:visited:hover:before, .chip-light:visited:active:before, .chip-light:visited:focus:before, a:hover > .chip-light:visited:before, a:active > .chip-light:visited:before, a:focus > .chip-light:visited:before, .chip-light:not(.disabled):not(:disabled):hover:before, .chip-light:not(.disabled):not(:disabled):active:before, .chip-light:not(.disabled):not(:disabled):focus:before, a:hover > .chip-light:not(.disabled):not(:disabled):before, a:active > .chip-light:not(.disabled):not(:disabled):before, a:focus > .chip-light:not(.disabled):not(:disabled):before, a.chip-light:hover:before, a.chip-light:active:before, a.chip-light:focus:before, a:hover > a.chip-light:before, a:active > a.chip-light:before, a:focus > a.chip-light:before, a.chip-light:visited:hover:before, a.chip-light:visited:active:before, a.chip-light:visited:focus:before, a:hover > a.chip-light:visited:before, a:active > a.chip-light:visited:before, a:focus > a.chip-light:visited:before, a.chip-light:not(.disabled):not(:disabled):hover:before, a.chip-light:not(.disabled):not(:disabled):active:before, a.chip-light:not(.disabled):not(:disabled):focus:before, a:hover > a.chip-light:not(.disabled):not(:disabled):before, a:active > a.chip-light:not(.disabled):not(:disabled):before, a:focus > a.chip-light:not(.disabled):not(:disabled):before, a.badge-light:hover:before, a.badge-light:active:before, a.badge-light:focus:before, a:hover > a.badge-light:before, a:active > a.badge-light:before, a:focus > a.badge-light:before, a.badge-light:visited:hover:before, a.badge-light:visited:active:before, a.badge-light:visited:focus:before, a:hover > a.badge-light:visited:before, a:active > a.badge-light:visited:before, a:focus > a.badge-light:visited:before, a.badge-light:not(.disabled):not(:disabled):hover:before, a.badge-light:not(.disabled):not(:disabled):active:before, a.badge-light:not(.disabled):not(:disabled):focus:before, a:hover > a.badge-light:not(.disabled):not(:disabled):before, a:active > a.badge-light:not(.disabled):not(:disabled):before, a:focus > a.badge-light:not(.disabled):not(:disabled):before, .label-light:hover:before, .label-light:active:before, .label-light:focus:before, a:hover > .label-light:before, a:active > .label-light:before, a:focus > .label-light:before, .label-light:visited:hover:before, .label-light:visited:active:before, .label-light:visited:focus:before, a:hover > .label-light:visited:before, a:active > .label-light:visited:before, a:focus > .label-light:visited:before, .label-light:not(.disabled):not(:disabled):hover:before, .label-light:not(.disabled):not(:disabled):active:before, .label-light:not(.disabled):not(:disabled):focus:before, a:hover > .label-light:not(.disabled):not(:disabled):before, a:active > .label-light:not(.disabled):not(:disabled):before, a:focus > .label-light:not(.disabled):not(:disabled):before, a.label-light:hover:before, a.label-light:active:before, a.label-light:focus:before, a:hover > a.label-light:before, a:active > a.label-light:before, a:focus > a.label-light:before, a.label-light:visited:hover:before, a.label-light:visited:active:before, a.label-light:visited:focus:before, a:hover > a.label-light:visited:before, a:active > a.label-light:visited:before, a:focus > a.label-light:visited:before, a.label-light:not(.disabled):not(:disabled):hover:before, a.label-light:not(.disabled):not(:disabled):active:before, a.label-light:not(.disabled):not(:disabled):focus:before, a:hover > a.label-light:not(.disabled):not(:disabled):before, a:active > a.label-light:not(.disabled):not(:disabled):before, a:focus > a.label-light:not(.disabled):not(:disabled):before, label.label-light:hover:before, label.label-light:active:before, label.label-light:focus:before, a:hover > label.label-light:before, a:active > label.label-light:before, a:focus > label.label-light:before, label.label-light:visited:hover:before, label.label-light:visited:active:before, label.label-light:visited:focus:before, a:hover > label.label-light:visited:before, a:active > label.label-light:visited:before, a:focus > label.label-light:visited:before, label.label-light:not(.disabled):not(:disabled):hover:before, label.label-light:not(.disabled):not(:disabled):active:before, label.label-light:not(.disabled):not(:disabled):focus:before, a:hover > label.label-light:not(.disabled):not(:disabled):before, a:active > label.label-light:not(.disabled):not(:disabled):before, a:focus > label.label-light:not(.disabled):not(:disabled):before { background-color: #e3d9ba; } -.btn-turquoise, a.btn-turquoise, .badge-turquoise, .chip-turquoise, a.chip-turquoise, a.badge-turquoise, .label-turquoise, a.label-turquoise, label.label-turquoise { - color: #fdf6e3; } - .btn-turquoise:before, a.btn-turquoise:before, .badge-turquoise:before, .chip-turquoise:before, a.chip-turquoise:before, a.badge-turquoise:before, .label-turquoise:before, a.label-turquoise:before, label.label-turquoise:before { - background-color: #2aa198; } - .btn-turquoise:visited, a.btn-turquoise:visited, .badge-turquoise:visited, .chip-turquoise:visited, a.chip-turquoise:visited, a.badge-turquoise:visited, .label-turquoise:visited, a.label-turquoise:visited, label.label-turquoise:visited { - color: #fdf6e3; } - .btn-turquoise:visited:before, a.btn-turquoise:visited:before, .badge-turquoise:visited:before, .chip-turquoise:visited:before, a.chip-turquoise:visited:before, a.badge-turquoise:visited:before, .label-turquoise:visited:before, a.label-turquoise:visited:before, label.label-turquoise:visited:before { - background-color: #2aa198; } - .btn-turquoise:hover, .btn-turquoise:active, .btn-turquoise:focus, a:hover > .btn-turquoise, a:active > .btn-turquoise, a:focus > .btn-turquoise, .btn-turquoise:visited:hover, .btn-turquoise:visited:active, .btn-turquoise:visited:focus, a:hover > .btn-turquoise:visited, a:active > .btn-turquoise:visited, a:focus > .btn-turquoise:visited, .btn-turquoise:not(.disabled):not(:disabled):hover, .btn-turquoise:not(.disabled):not(:disabled):active, .btn-turquoise:not(.disabled):not(:disabled):focus, a:hover > .btn-turquoise:not(.disabled):not(:disabled), a:active > .btn-turquoise:not(.disabled):not(:disabled), a:focus > .btn-turquoise:not(.disabled):not(:disabled), a.btn-turquoise:hover, a.btn-turquoise:active, a.btn-turquoise:focus, a:hover > a.btn-turquoise, a:active > a.btn-turquoise, a:focus > a.btn-turquoise, a.btn-turquoise:visited:hover, a.btn-turquoise:visited:active, a.btn-turquoise:visited:focus, a:hover > a.btn-turquoise:visited, a:active > a.btn-turquoise:visited, a:focus > a.btn-turquoise:visited, a.btn-turquoise:not(.disabled):not(:disabled):hover, a.btn-turquoise:not(.disabled):not(:disabled):active, a.btn-turquoise:not(.disabled):not(:disabled):focus, a:hover > a.btn-turquoise:not(.disabled):not(:disabled), a:active > a.btn-turquoise:not(.disabled):not(:disabled), a:focus > a.btn-turquoise:not(.disabled):not(:disabled), .badge-turquoise:hover, .badge-turquoise:active, .badge-turquoise:focus, a:hover > .badge-turquoise, a:active > .badge-turquoise, a:focus > .badge-turquoise, .badge-turquoise:visited:hover, .badge-turquoise:visited:active, .badge-turquoise:visited:focus, a:hover > .badge-turquoise:visited, a:active > .badge-turquoise:visited, a:focus > .badge-turquoise:visited, .badge-turquoise:not(.disabled):not(:disabled):hover, .badge-turquoise:not(.disabled):not(:disabled):active, .badge-turquoise:not(.disabled):not(:disabled):focus, a:hover > .badge-turquoise:not(.disabled):not(:disabled), a:active > .badge-turquoise:not(.disabled):not(:disabled), a:focus > .badge-turquoise:not(.disabled):not(:disabled), .chip-turquoise:hover, .chip-turquoise:active, .chip-turquoise:focus, a:hover > .chip-turquoise, a:active > .chip-turquoise, a:focus > .chip-turquoise, .chip-turquoise:visited:hover, .chip-turquoise:visited:active, .chip-turquoise:visited:focus, a:hover > .chip-turquoise:visited, a:active > .chip-turquoise:visited, a:focus > .chip-turquoise:visited, .chip-turquoise:not(.disabled):not(:disabled):hover, .chip-turquoise:not(.disabled):not(:disabled):active, .chip-turquoise:not(.disabled):not(:disabled):focus, a:hover > .chip-turquoise:not(.disabled):not(:disabled), a:active > .chip-turquoise:not(.disabled):not(:disabled), a:focus > .chip-turquoise:not(.disabled):not(:disabled), a.chip-turquoise:hover, a.chip-turquoise:active, a.chip-turquoise:focus, a:hover > a.chip-turquoise, a:active > a.chip-turquoise, a:focus > a.chip-turquoise, a.chip-turquoise:visited:hover, a.chip-turquoise:visited:active, a.chip-turquoise:visited:focus, a:hover > a.chip-turquoise:visited, a:active > a.chip-turquoise:visited, a:focus > a.chip-turquoise:visited, a.chip-turquoise:not(.disabled):not(:disabled):hover, a.chip-turquoise:not(.disabled):not(:disabled):active, a.chip-turquoise:not(.disabled):not(:disabled):focus, a:hover > a.chip-turquoise:not(.disabled):not(:disabled), a:active > a.chip-turquoise:not(.disabled):not(:disabled), a:focus > a.chip-turquoise:not(.disabled):not(:disabled), a.badge-turquoise:hover, a.badge-turquoise:active, a.badge-turquoise:focus, a:hover > a.badge-turquoise, a:active > a.badge-turquoise, a:focus > a.badge-turquoise, a.badge-turquoise:visited:hover, a.badge-turquoise:visited:active, a.badge-turquoise:visited:focus, a:hover > a.badge-turquoise:visited, a:active > a.badge-turquoise:visited, a:focus > a.badge-turquoise:visited, a.badge-turquoise:not(.disabled):not(:disabled):hover, a.badge-turquoise:not(.disabled):not(:disabled):active, a.badge-turquoise:not(.disabled):not(:disabled):focus, a:hover > a.badge-turquoise:not(.disabled):not(:disabled), a:active > a.badge-turquoise:not(.disabled):not(:disabled), a:focus > a.badge-turquoise:not(.disabled):not(:disabled), .label-turquoise:hover, .label-turquoise:active, .label-turquoise:focus, a:hover > .label-turquoise, a:active > .label-turquoise, a:focus > .label-turquoise, .label-turquoise:visited:hover, .label-turquoise:visited:active, .label-turquoise:visited:focus, a:hover > .label-turquoise:visited, a:active > .label-turquoise:visited, a:focus > .label-turquoise:visited, .label-turquoise:not(.disabled):not(:disabled):hover, .label-turquoise:not(.disabled):not(:disabled):active, .label-turquoise:not(.disabled):not(:disabled):focus, a:hover > .label-turquoise:not(.disabled):not(:disabled), a:active > .label-turquoise:not(.disabled):not(:disabled), a:focus > .label-turquoise:not(.disabled):not(:disabled), a.label-turquoise:hover, a.label-turquoise:active, a.label-turquoise:focus, a:hover > a.label-turquoise, a:active > a.label-turquoise, a:focus > a.label-turquoise, a.label-turquoise:visited:hover, a.label-turquoise:visited:active, a.label-turquoise:visited:focus, a:hover > a.label-turquoise:visited, a:active > a.label-turquoise:visited, a:focus > a.label-turquoise:visited, a.label-turquoise:not(.disabled):not(:disabled):hover, a.label-turquoise:not(.disabled):not(:disabled):active, a.label-turquoise:not(.disabled):not(:disabled):focus, a:hover > a.label-turquoise:not(.disabled):not(:disabled), a:active > a.label-turquoise:not(.disabled):not(:disabled), a:focus > a.label-turquoise:not(.disabled):not(:disabled), label.label-turquoise:hover, label.label-turquoise:active, label.label-turquoise:focus, a:hover > label.label-turquoise, a:active > label.label-turquoise, a:focus > label.label-turquoise, label.label-turquoise:visited:hover, label.label-turquoise:visited:active, label.label-turquoise:visited:focus, a:hover > label.label-turquoise:visited, a:active > label.label-turquoise:visited, a:focus > label.label-turquoise:visited, label.label-turquoise:not(.disabled):not(:disabled):hover, label.label-turquoise:not(.disabled):not(:disabled):active, label.label-turquoise:not(.disabled):not(:disabled):focus, a:hover > label.label-turquoise:not(.disabled):not(:disabled), a:active > label.label-turquoise:not(.disabled):not(:disabled), a:focus > label.label-turquoise:not(.disabled):not(:disabled) { - color: #fffefb; } - .btn-turquoise:hover:before, .btn-turquoise:active:before, .btn-turquoise:focus:before, a:hover > .btn-turquoise:before, a:active > .btn-turquoise:before, a:focus > .btn-turquoise:before, .btn-turquoise:visited:hover:before, .btn-turquoise:visited:active:before, .btn-turquoise:visited:focus:before, a:hover > .btn-turquoise:visited:before, a:active > .btn-turquoise:visited:before, a:focus > .btn-turquoise:visited:before, .btn-turquoise:not(.disabled):not(:disabled):hover:before, .btn-turquoise:not(.disabled):not(:disabled):active:before, .btn-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > .btn-turquoise:not(.disabled):not(:disabled):before, a:active > .btn-turquoise:not(.disabled):not(:disabled):before, a:focus > .btn-turquoise:not(.disabled):not(:disabled):before, a.btn-turquoise:hover:before, a.btn-turquoise:active:before, a.btn-turquoise:focus:before, a:hover > a.btn-turquoise:before, a:active > a.btn-turquoise:before, a:focus > a.btn-turquoise:before, a.btn-turquoise:visited:hover:before, a.btn-turquoise:visited:active:before, a.btn-turquoise:visited:focus:before, a:hover > a.btn-turquoise:visited:before, a:active > a.btn-turquoise:visited:before, a:focus > a.btn-turquoise:visited:before, a.btn-turquoise:not(.disabled):not(:disabled):hover:before, a.btn-turquoise:not(.disabled):not(:disabled):active:before, a.btn-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > a.btn-turquoise:not(.disabled):not(:disabled):before, a:active > a.btn-turquoise:not(.disabled):not(:disabled):before, a:focus > a.btn-turquoise:not(.disabled):not(:disabled):before, .badge-turquoise:hover:before, .badge-turquoise:active:before, .badge-turquoise:focus:before, a:hover > .badge-turquoise:before, a:active > .badge-turquoise:before, a:focus > .badge-turquoise:before, .badge-turquoise:visited:hover:before, .badge-turquoise:visited:active:before, .badge-turquoise:visited:focus:before, a:hover > .badge-turquoise:visited:before, a:active > .badge-turquoise:visited:before, a:focus > .badge-turquoise:visited:before, .badge-turquoise:not(.disabled):not(:disabled):hover:before, .badge-turquoise:not(.disabled):not(:disabled):active:before, .badge-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > .badge-turquoise:not(.disabled):not(:disabled):before, a:active > .badge-turquoise:not(.disabled):not(:disabled):before, a:focus > .badge-turquoise:not(.disabled):not(:disabled):before, .chip-turquoise:hover:before, .chip-turquoise:active:before, .chip-turquoise:focus:before, a:hover > .chip-turquoise:before, a:active > .chip-turquoise:before, a:focus > .chip-turquoise:before, .chip-turquoise:visited:hover:before, .chip-turquoise:visited:active:before, .chip-turquoise:visited:focus:before, a:hover > .chip-turquoise:visited:before, a:active > .chip-turquoise:visited:before, a:focus > .chip-turquoise:visited:before, .chip-turquoise:not(.disabled):not(:disabled):hover:before, .chip-turquoise:not(.disabled):not(:disabled):active:before, .chip-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > .chip-turquoise:not(.disabled):not(:disabled):before, a:active > .chip-turquoise:not(.disabled):not(:disabled):before, a:focus > .chip-turquoise:not(.disabled):not(:disabled):before, a.chip-turquoise:hover:before, a.chip-turquoise:active:before, a.chip-turquoise:focus:before, a:hover > a.chip-turquoise:before, a:active > a.chip-turquoise:before, a:focus > a.chip-turquoise:before, a.chip-turquoise:visited:hover:before, a.chip-turquoise:visited:active:before, a.chip-turquoise:visited:focus:before, a:hover > a.chip-turquoise:visited:before, a:active > a.chip-turquoise:visited:before, a:focus > a.chip-turquoise:visited:before, a.chip-turquoise:not(.disabled):not(:disabled):hover:before, a.chip-turquoise:not(.disabled):not(:disabled):active:before, a.chip-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > a.chip-turquoise:not(.disabled):not(:disabled):before, a:active > a.chip-turquoise:not(.disabled):not(:disabled):before, a:focus > a.chip-turquoise:not(.disabled):not(:disabled):before, a.badge-turquoise:hover:before, a.badge-turquoise:active:before, a.badge-turquoise:focus:before, a:hover > a.badge-turquoise:before, a:active > a.badge-turquoise:before, a:focus > a.badge-turquoise:before, a.badge-turquoise:visited:hover:before, a.badge-turquoise:visited:active:before, a.badge-turquoise:visited:focus:before, a:hover > a.badge-turquoise:visited:before, a:active > a.badge-turquoise:visited:before, a:focus > a.badge-turquoise:visited:before, a.badge-turquoise:not(.disabled):not(:disabled):hover:before, a.badge-turquoise:not(.disabled):not(:disabled):active:before, a.badge-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > a.badge-turquoise:not(.disabled):not(:disabled):before, a:active > a.badge-turquoise:not(.disabled):not(:disabled):before, a:focus > a.badge-turquoise:not(.disabled):not(:disabled):before, .label-turquoise:hover:before, .label-turquoise:active:before, .label-turquoise:focus:before, a:hover > .label-turquoise:before, a:active > .label-turquoise:before, a:focus > .label-turquoise:before, .label-turquoise:visited:hover:before, .label-turquoise:visited:active:before, .label-turquoise:visited:focus:before, a:hover > .label-turquoise:visited:before, a:active > .label-turquoise:visited:before, a:focus > .label-turquoise:visited:before, .label-turquoise:not(.disabled):not(:disabled):hover:before, .label-turquoise:not(.disabled):not(:disabled):active:before, .label-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > .label-turquoise:not(.disabled):not(:disabled):before, a:active > .label-turquoise:not(.disabled):not(:disabled):before, a:focus > .label-turquoise:not(.disabled):not(:disabled):before, a.label-turquoise:hover:before, a.label-turquoise:active:before, a.label-turquoise:focus:before, a:hover > a.label-turquoise:before, a:active > a.label-turquoise:before, a:focus > a.label-turquoise:before, a.label-turquoise:visited:hover:before, a.label-turquoise:visited:active:before, a.label-turquoise:visited:focus:before, a:hover > a.label-turquoise:visited:before, a:active > a.label-turquoise:visited:before, a:focus > a.label-turquoise:visited:before, a.label-turquoise:not(.disabled):not(:disabled):hover:before, a.label-turquoise:not(.disabled):not(:disabled):active:before, a.label-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > a.label-turquoise:not(.disabled):not(:disabled):before, a:active > a.label-turquoise:not(.disabled):not(:disabled):before, a:focus > a.label-turquoise:not(.disabled):not(:disabled):before, label.label-turquoise:hover:before, label.label-turquoise:active:before, label.label-turquoise:focus:before, a:hover > label.label-turquoise:before, a:active > label.label-turquoise:before, a:focus > label.label-turquoise:before, label.label-turquoise:visited:hover:before, label.label-turquoise:visited:active:before, label.label-turquoise:visited:focus:before, a:hover > label.label-turquoise:visited:before, a:active > label.label-turquoise:visited:before, a:focus > label.label-turquoise:visited:before, label.label-turquoise:not(.disabled):not(:disabled):hover:before, label.label-turquoise:not(.disabled):not(:disabled):active:before, label.label-turquoise:not(.disabled):not(:disabled):focus:before, a:hover > label.label-turquoise:not(.disabled):not(:disabled):before, a:active > label.label-turquoise:not(.disabled):not(:disabled):before, a:focus > label.label-turquoise:not(.disabled):not(:disabled):before { - background-color: #22837b; } - .btn-yellow, a.btn-yellow, .badge-yellow, .chip-yellow, a.chip-yellow, a.badge-yellow, .label-yellow, a.label-yellow, label.label-yellow { color: #fdf6e3; } .btn-yellow:before, a.btn-yellow:before, .badge-yellow:before, .chip-yellow:before, a.chip-yellow:before, a.badge-yellow:before, .label-yellow:before, a.label-yellow:before, label.label-yellow:before { @@ -1665,19 +1518,6 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb { .btn-yellow:hover:before, .btn-yellow:active:before, .btn-yellow:focus:before, a:hover > .btn-yellow:before, a:active > .btn-yellow:before, a:focus > .btn-yellow:before, .btn-yellow:visited:hover:before, .btn-yellow:visited:active:before, .btn-yellow:visited:focus:before, a:hover > .btn-yellow:visited:before, a:active > .btn-yellow:visited:before, a:focus > .btn-yellow:visited:before, .btn-yellow:not(.disabled):not(:disabled):hover:before, .btn-yellow:not(.disabled):not(:disabled):active:before, .btn-yellow:not(.disabled):not(:disabled):focus:before, a:hover > .btn-yellow:not(.disabled):not(:disabled):before, a:active > .btn-yellow:not(.disabled):not(:disabled):before, a:focus > .btn-yellow:not(.disabled):not(:disabled):before, a.btn-yellow:hover:before, a.btn-yellow:active:before, a.btn-yellow:focus:before, a:hover > a.btn-yellow:before, a:active > a.btn-yellow:before, a:focus > a.btn-yellow:before, a.btn-yellow:visited:hover:before, a.btn-yellow:visited:active:before, a.btn-yellow:visited:focus:before, a:hover > a.btn-yellow:visited:before, a:active > a.btn-yellow:visited:before, a:focus > a.btn-yellow:visited:before, a.btn-yellow:not(.disabled):not(:disabled):hover:before, a.btn-yellow:not(.disabled):not(:disabled):active:before, a.btn-yellow:not(.disabled):not(:disabled):focus:before, a:hover > a.btn-yellow:not(.disabled):not(:disabled):before, a:active > a.btn-yellow:not(.disabled):not(:disabled):before, a:focus > a.btn-yellow:not(.disabled):not(:disabled):before, .badge-yellow:hover:before, .badge-yellow:active:before, .badge-yellow:focus:before, a:hover > .badge-yellow:before, a:active > .badge-yellow:before, a:focus > .badge-yellow:before, .badge-yellow:visited:hover:before, .badge-yellow:visited:active:before, .badge-yellow:visited:focus:before, a:hover > .badge-yellow:visited:before, a:active > .badge-yellow:visited:before, a:focus > .badge-yellow:visited:before, .badge-yellow:not(.disabled):not(:disabled):hover:before, .badge-yellow:not(.disabled):not(:disabled):active:before, .badge-yellow:not(.disabled):not(:disabled):focus:before, a:hover > .badge-yellow:not(.disabled):not(:disabled):before, a:active > .badge-yellow:not(.disabled):not(:disabled):before, a:focus > .badge-yellow:not(.disabled):not(:disabled):before, .chip-yellow:hover:before, .chip-yellow:active:before, .chip-yellow:focus:before, a:hover > .chip-yellow:before, a:active > .chip-yellow:before, a:focus > .chip-yellow:before, .chip-yellow:visited:hover:before, .chip-yellow:visited:active:before, .chip-yellow:visited:focus:before, a:hover > .chip-yellow:visited:before, a:active > .chip-yellow:visited:before, a:focus > .chip-yellow:visited:before, .chip-yellow:not(.disabled):not(:disabled):hover:before, .chip-yellow:not(.disabled):not(:disabled):active:before, .chip-yellow:not(.disabled):not(:disabled):focus:before, a:hover > .chip-yellow:not(.disabled):not(:disabled):before, a:active > .chip-yellow:not(.disabled):not(:disabled):before, a:focus > .chip-yellow:not(.disabled):not(:disabled):before, a.chip-yellow:hover:before, a.chip-yellow:active:before, a.chip-yellow:focus:before, a:hover > a.chip-yellow:before, a:active > a.chip-yellow:before, a:focus > a.chip-yellow:before, a.chip-yellow:visited:hover:before, a.chip-yellow:visited:active:before, a.chip-yellow:visited:focus:before, a:hover > a.chip-yellow:visited:before, a:active > a.chip-yellow:visited:before, a:focus > a.chip-yellow:visited:before, a.chip-yellow:not(.disabled):not(:disabled):hover:before, a.chip-yellow:not(.disabled):not(:disabled):active:before, a.chip-yellow:not(.disabled):not(:disabled):focus:before, a:hover > a.chip-yellow:not(.disabled):not(:disabled):before, a:active > a.chip-yellow:not(.disabled):not(:disabled):before, a:focus > a.chip-yellow:not(.disabled):not(:disabled):before, a.badge-yellow:hover:before, a.badge-yellow:active:before, a.badge-yellow:focus:before, a:hover > a.badge-yellow:before, a:active > a.badge-yellow:before, a:focus > a.badge-yellow:before, a.badge-yellow:visited:hover:before, a.badge-yellow:visited:active:before, a.badge-yellow:visited:focus:before, a:hover > a.badge-yellow:visited:before, a:active > a.badge-yellow:visited:before, a:focus > a.badge-yellow:visited:before, a.badge-yellow:not(.disabled):not(:disabled):hover:before, a.badge-yellow:not(.disabled):not(:disabled):active:before, a.badge-yellow:not(.disabled):not(:disabled):focus:before, a:hover > a.badge-yellow:not(.disabled):not(:disabled):before, a:active > a.badge-yellow:not(.disabled):not(:disabled):before, a:focus > a.badge-yellow:not(.disabled):not(:disabled):before, .label-yellow:hover:before, .label-yellow:active:before, .label-yellow:focus:before, a:hover > .label-yellow:before, a:active > .label-yellow:before, a:focus > .label-yellow:before, .label-yellow:visited:hover:before, .label-yellow:visited:active:before, .label-yellow:visited:focus:before, a:hover > .label-yellow:visited:before, a:active > .label-yellow:visited:before, a:focus > .label-yellow:visited:before, .label-yellow:not(.disabled):not(:disabled):hover:before, .label-yellow:not(.disabled):not(:disabled):active:before, .label-yellow:not(.disabled):not(:disabled):focus:before, a:hover > .label-yellow:not(.disabled):not(:disabled):before, a:active > .label-yellow:not(.disabled):not(:disabled):before, a:focus > .label-yellow:not(.disabled):not(:disabled):before, a.label-yellow:hover:before, a.label-yellow:active:before, a.label-yellow:focus:before, a:hover > a.label-yellow:before, a:active > a.label-yellow:before, a:focus > a.label-yellow:before, a.label-yellow:visited:hover:before, a.label-yellow:visited:active:before, a.label-yellow:visited:focus:before, a:hover > a.label-yellow:visited:before, a:active > a.label-yellow:visited:before, a:focus > a.label-yellow:visited:before, a.label-yellow:not(.disabled):not(:disabled):hover:before, a.label-yellow:not(.disabled):not(:disabled):active:before, a.label-yellow:not(.disabled):not(:disabled):focus:before, a:hover > a.label-yellow:not(.disabled):not(:disabled):before, a:active > a.label-yellow:not(.disabled):not(:disabled):before, a:focus > a.label-yellow:not(.disabled):not(:disabled):before, label.label-yellow:hover:before, label.label-yellow:active:before, label.label-yellow:focus:before, a:hover > label.label-yellow:before, a:active > label.label-yellow:before, a:focus > label.label-yellow:before, label.label-yellow:visited:hover:before, label.label-yellow:visited:active:before, label.label-yellow:visited:focus:before, a:hover > label.label-yellow:visited:before, a:active > label.label-yellow:visited:before, a:focus > label.label-yellow:visited:before, label.label-yellow:not(.disabled):not(:disabled):hover:before, label.label-yellow:not(.disabled):not(:disabled):active:before, label.label-yellow:not(.disabled):not(:disabled):focus:before, a:hover > label.label-yellow:not(.disabled):not(:disabled):before, a:active > label.label-yellow:not(.disabled):not(:disabled):before, a:focus > label.label-yellow:not(.disabled):not(:disabled):before { background-color: #8f6c00; } -.btn-brown, a.btn-brown, .badge-brown, .chip-brown, a.chip-brown, a.badge-brown, .label-brown, a.label-brown, label.label-brown { - color: #fdf6e3; } - .btn-brown:before, a.btn-brown:before, .badge-brown:before, .chip-brown:before, a.chip-brown:before, a.badge-brown:before, .label-brown:before, a.label-brown:before, label.label-brown:before { - background-color: #b58900; } - .btn-brown:visited, a.btn-brown:visited, .badge-brown:visited, .chip-brown:visited, a.chip-brown:visited, a.badge-brown:visited, .label-brown:visited, a.label-brown:visited, label.label-brown:visited { - color: #fdf6e3; } - .btn-brown:visited:before, a.btn-brown:visited:before, .badge-brown:visited:before, .chip-brown:visited:before, a.chip-brown:visited:before, a.badge-brown:visited:before, .label-brown:visited:before, a.label-brown:visited:before, label.label-brown:visited:before { - background-color: #b58900; } - .btn-brown:hover, .btn-brown:active, .btn-brown:focus, a:hover > .btn-brown, a:active > .btn-brown, a:focus > .btn-brown, .btn-brown:visited:hover, .btn-brown:visited:active, .btn-brown:visited:focus, a:hover > .btn-brown:visited, a:active > .btn-brown:visited, a:focus > .btn-brown:visited, .btn-brown:not(.disabled):not(:disabled):hover, .btn-brown:not(.disabled):not(:disabled):active, .btn-brown:not(.disabled):not(:disabled):focus, a:hover > .btn-brown:not(.disabled):not(:disabled), a:active > .btn-brown:not(.disabled):not(:disabled), a:focus > .btn-brown:not(.disabled):not(:disabled), a.btn-brown:hover, a.btn-brown:active, a.btn-brown:focus, a:hover > a.btn-brown, a:active > a.btn-brown, a:focus > a.btn-brown, a.btn-brown:visited:hover, a.btn-brown:visited:active, a.btn-brown:visited:focus, a:hover > a.btn-brown:visited, a:active > a.btn-brown:visited, a:focus > a.btn-brown:visited, a.btn-brown:not(.disabled):not(:disabled):hover, a.btn-brown:not(.disabled):not(:disabled):active, a.btn-brown:not(.disabled):not(:disabled):focus, a:hover > a.btn-brown:not(.disabled):not(:disabled), a:active > a.btn-brown:not(.disabled):not(:disabled), a:focus > a.btn-brown:not(.disabled):not(:disabled), .badge-brown:hover, .badge-brown:active, .badge-brown:focus, a:hover > .badge-brown, a:active > .badge-brown, a:focus > .badge-brown, .badge-brown:visited:hover, .badge-brown:visited:active, .badge-brown:visited:focus, a:hover > .badge-brown:visited, a:active > .badge-brown:visited, a:focus > .badge-brown:visited, .badge-brown:not(.disabled):not(:disabled):hover, .badge-brown:not(.disabled):not(:disabled):active, .badge-brown:not(.disabled):not(:disabled):focus, a:hover > .badge-brown:not(.disabled):not(:disabled), a:active > .badge-brown:not(.disabled):not(:disabled), a:focus > .badge-brown:not(.disabled):not(:disabled), .chip-brown:hover, .chip-brown:active, .chip-brown:focus, a:hover > .chip-brown, a:active > .chip-brown, a:focus > .chip-brown, .chip-brown:visited:hover, .chip-brown:visited:active, .chip-brown:visited:focus, a:hover > .chip-brown:visited, a:active > .chip-brown:visited, a:focus > .chip-brown:visited, .chip-brown:not(.disabled):not(:disabled):hover, .chip-brown:not(.disabled):not(:disabled):active, .chip-brown:not(.disabled):not(:disabled):focus, a:hover > .chip-brown:not(.disabled):not(:disabled), a:active > .chip-brown:not(.disabled):not(:disabled), a:focus > .chip-brown:not(.disabled):not(:disabled), a.chip-brown:hover, a.chip-brown:active, a.chip-brown:focus, a:hover > a.chip-brown, a:active > a.chip-brown, a:focus > a.chip-brown, a.chip-brown:visited:hover, a.chip-brown:visited:active, a.chip-brown:visited:focus, a:hover > a.chip-brown:visited, a:active > a.chip-brown:visited, a:focus > a.chip-brown:visited, a.chip-brown:not(.disabled):not(:disabled):hover, a.chip-brown:not(.disabled):not(:disabled):active, a.chip-brown:not(.disabled):not(:disabled):focus, a:hover > a.chip-brown:not(.disabled):not(:disabled), a:active > a.chip-brown:not(.disabled):not(:disabled), a:focus > a.chip-brown:not(.disabled):not(:disabled), a.badge-brown:hover, a.badge-brown:active, a.badge-brown:focus, a:hover > a.badge-brown, a:active > a.badge-brown, a:focus > a.badge-brown, a.badge-brown:visited:hover, a.badge-brown:visited:active, a.badge-brown:visited:focus, a:hover > a.badge-brown:visited, a:active > a.badge-brown:visited, a:focus > a.badge-brown:visited, a.badge-brown:not(.disabled):not(:disabled):hover, a.badge-brown:not(.disabled):not(:disabled):active, a.badge-brown:not(.disabled):not(:disabled):focus, a:hover > a.badge-brown:not(.disabled):not(:disabled), a:active > a.badge-brown:not(.disabled):not(:disabled), a:focus > a.badge-brown:not(.disabled):not(:disabled), .label-brown:hover, .label-brown:active, .label-brown:focus, a:hover > .label-brown, a:active > .label-brown, a:focus > .label-brown, .label-brown:visited:hover, .label-brown:visited:active, .label-brown:visited:focus, a:hover > .label-brown:visited, a:active > .label-brown:visited, a:focus > .label-brown:visited, .label-brown:not(.disabled):not(:disabled):hover, .label-brown:not(.disabled):not(:disabled):active, .label-brown:not(.disabled):not(:disabled):focus, a:hover > .label-brown:not(.disabled):not(:disabled), a:active > .label-brown:not(.disabled):not(:disabled), a:focus > .label-brown:not(.disabled):not(:disabled), a.label-brown:hover, a.label-brown:active, a.label-brown:focus, a:hover > a.label-brown, a:active > a.label-brown, a:focus > a.label-brown, a.label-brown:visited:hover, a.label-brown:visited:active, a.label-brown:visited:focus, a:hover > a.label-brown:visited, a:active > a.label-brown:visited, a:focus > a.label-brown:visited, a.label-brown:not(.disabled):not(:disabled):hover, a.label-brown:not(.disabled):not(:disabled):active, a.label-brown:not(.disabled):not(:disabled):focus, a:hover > a.label-brown:not(.disabled):not(:disabled), a:active > a.label-brown:not(.disabled):not(:disabled), a:focus > a.label-brown:not(.disabled):not(:disabled), label.label-brown:hover, label.label-brown:active, label.label-brown:focus, a:hover > label.label-brown, a:active > label.label-brown, a:focus > label.label-brown, label.label-brown:visited:hover, label.label-brown:visited:active, label.label-brown:visited:focus, a:hover > label.label-brown:visited, a:active > label.label-brown:visited, a:focus > label.label-brown:visited, label.label-brown:not(.disabled):not(:disabled):hover, label.label-brown:not(.disabled):not(:disabled):active, label.label-brown:not(.disabled):not(:disabled):focus, a:hover > label.label-brown:not(.disabled):not(:disabled), a:active > label.label-brown:not(.disabled):not(:disabled), a:focus > label.label-brown:not(.disabled):not(:disabled) { - color: #fffefb; } - .btn-brown:hover:before, .btn-brown:active:before, .btn-brown:focus:before, a:hover > .btn-brown:before, a:active > .btn-brown:before, a:focus > .btn-brown:before, .btn-brown:visited:hover:before, .btn-brown:visited:active:before, .btn-brown:visited:focus:before, a:hover > .btn-brown:visited:before, a:active > .btn-brown:visited:before, a:focus > .btn-brown:visited:before, .btn-brown:not(.disabled):not(:disabled):hover:before, .btn-brown:not(.disabled):not(:disabled):active:before, .btn-brown:not(.disabled):not(:disabled):focus:before, a:hover > .btn-brown:not(.disabled):not(:disabled):before, a:active > .btn-brown:not(.disabled):not(:disabled):before, a:focus > .btn-brown:not(.disabled):not(:disabled):before, a.btn-brown:hover:before, a.btn-brown:active:before, a.btn-brown:focus:before, a:hover > a.btn-brown:before, a:active > a.btn-brown:before, a:focus > a.btn-brown:before, a.btn-brown:visited:hover:before, a.btn-brown:visited:active:before, a.btn-brown:visited:focus:before, a:hover > a.btn-brown:visited:before, a:active > a.btn-brown:visited:before, a:focus > a.btn-brown:visited:before, a.btn-brown:not(.disabled):not(:disabled):hover:before, a.btn-brown:not(.disabled):not(:disabled):active:before, a.btn-brown:not(.disabled):not(:disabled):focus:before, a:hover > a.btn-brown:not(.disabled):not(:disabled):before, a:active > a.btn-brown:not(.disabled):not(:disabled):before, a:focus > a.btn-brown:not(.disabled):not(:disabled):before, .badge-brown:hover:before, .badge-brown:active:before, .badge-brown:focus:before, a:hover > .badge-brown:before, a:active > .badge-brown:before, a:focus > .badge-brown:before, .badge-brown:visited:hover:before, .badge-brown:visited:active:before, .badge-brown:visited:focus:before, a:hover > .badge-brown:visited:before, a:active > .badge-brown:visited:before, a:focus > .badge-brown:visited:before, .badge-brown:not(.disabled):not(:disabled):hover:before, .badge-brown:not(.disabled):not(:disabled):active:before, .badge-brown:not(.disabled):not(:disabled):focus:before, a:hover > .badge-brown:not(.disabled):not(:disabled):before, a:active > .badge-brown:not(.disabled):not(:disabled):before, a:focus > .badge-brown:not(.disabled):not(:disabled):before, .chip-brown:hover:before, .chip-brown:active:before, .chip-brown:focus:before, a:hover > .chip-brown:before, a:active > .chip-brown:before, a:focus > .chip-brown:before, .chip-brown:visited:hover:before, .chip-brown:visited:active:before, .chip-brown:visited:focus:before, a:hover > .chip-brown:visited:before, a:active > .chip-brown:visited:before, a:focus > .chip-brown:visited:before, .chip-brown:not(.disabled):not(:disabled):hover:before, .chip-brown:not(.disabled):not(:disabled):active:before, .chip-brown:not(.disabled):not(:disabled):focus:before, a:hover > .chip-brown:not(.disabled):not(:disabled):before, a:active > .chip-brown:not(.disabled):not(:disabled):before, a:focus > .chip-brown:not(.disabled):not(:disabled):before, a.chip-brown:hover:before, a.chip-brown:active:before, a.chip-brown:focus:before, a:hover > a.chip-brown:before, a:active > a.chip-brown:before, a:focus > a.chip-brown:before, a.chip-brown:visited:hover:before, a.chip-brown:visited:active:before, a.chip-brown:visited:focus:before, a:hover > a.chip-brown:visited:before, a:active > a.chip-brown:visited:before, a:focus > a.chip-brown:visited:before, a.chip-brown:not(.disabled):not(:disabled):hover:before, a.chip-brown:not(.disabled):not(:disabled):active:before, a.chip-brown:not(.disabled):not(:disabled):focus:before, a:hover > a.chip-brown:not(.disabled):not(:disabled):before, a:active > a.chip-brown:not(.disabled):not(:disabled):before, a:focus > a.chip-brown:not(.disabled):not(:disabled):before, a.badge-brown:hover:before, a.badge-brown:active:before, a.badge-brown:focus:before, a:hover > a.badge-brown:before, a:active > a.badge-brown:before, a:focus > a.badge-brown:before, a.badge-brown:visited:hover:before, a.badge-brown:visited:active:before, a.badge-brown:visited:focus:before, a:hover > a.badge-brown:visited:before, a:active > a.badge-brown:visited:before, a:focus > a.badge-brown:visited:before, a.badge-brown:not(.disabled):not(:disabled):hover:before, a.badge-brown:not(.disabled):not(:disabled):active:before, a.badge-brown:not(.disabled):not(:disabled):focus:before, a:hover > a.badge-brown:not(.disabled):not(:disabled):before, a:active > a.badge-brown:not(.disabled):not(:disabled):before, a:focus > a.badge-brown:not(.disabled):not(:disabled):before, .label-brown:hover:before, .label-brown:active:before, .label-brown:focus:before, a:hover > .label-brown:before, a:active > .label-brown:before, a:focus > .label-brown:before, .label-brown:visited:hover:before, .label-brown:visited:active:before, .label-brown:visited:focus:before, a:hover > .label-brown:visited:before, a:active > .label-brown:visited:before, a:focus > .label-brown:visited:before, .label-brown:not(.disabled):not(:disabled):hover:before, .label-brown:not(.disabled):not(:disabled):active:before, .label-brown:not(.disabled):not(:disabled):focus:before, a:hover > .label-brown:not(.disabled):not(:disabled):before, a:active > .label-brown:not(.disabled):not(:disabled):before, a:focus > .label-brown:not(.disabled):not(:disabled):before, a.label-brown:hover:before, a.label-brown:active:before, a.label-brown:focus:before, a:hover > a.label-brown:before, a:active > a.label-brown:before, a:focus > a.label-brown:before, a.label-brown:visited:hover:before, a.label-brown:visited:active:before, a.label-brown:visited:focus:before, a:hover > a.label-brown:visited:before, a:active > a.label-brown:visited:before, a:focus > a.label-brown:visited:before, a.label-brown:not(.disabled):not(:disabled):hover:before, a.label-brown:not(.disabled):not(:disabled):active:before, a.label-brown:not(.disabled):not(:disabled):focus:before, a:hover > a.label-brown:not(.disabled):not(:disabled):before, a:active > a.label-brown:not(.disabled):not(:disabled):before, a:focus > a.label-brown:not(.disabled):not(:disabled):before, label.label-brown:hover:before, label.label-brown:active:before, label.label-brown:focus:before, a:hover > label.label-brown:before, a:active > label.label-brown:before, a:focus > label.label-brown:before, label.label-brown:visited:hover:before, label.label-brown:visited:active:before, label.label-brown:visited:focus:before, a:hover > label.label-brown:visited:before, a:active > label.label-brown:visited:before, a:focus > label.label-brown:visited:before, label.label-brown:not(.disabled):not(:disabled):hover:before, label.label-brown:not(.disabled):not(:disabled):active:before, label.label-brown:not(.disabled):not(:disabled):focus:before, a:hover > label.label-brown:not(.disabled):not(:disabled):before, a:active > label.label-brown:not(.disabled):not(:disabled):before, a:focus > label.label-brown:not(.disabled):not(:disabled):before { - background-color: #8f6c00; } - .btn-grey, a.btn-grey, .badge-grey, .chip-grey, a.chip-grey, a.badge-grey, .label-grey, a.label-grey, label.label-grey { color: #fdf6e3; } .btn-grey:before, a.btn-grey:before, .badge-grey:before, .chip-grey:before, a.chip-grey:before, a.badge-grey:before, .label-grey:before, a.label-grey:before, label.label-grey:before {