0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-21 18:54:30 +01:00

dist build

This commit is contained in:
Mark Otto 2017-06-30 09:05:44 -07:00
parent d30b5b120e
commit e28ed02968
11 changed files with 924 additions and 744 deletions

View File

@ -22,34 +22,6 @@ html {
padding-left: 15px; padding-left: 15px;
} }
@media (min-width: 576px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) { @media (min-width: 576px) {
.container { .container {
width: 540px; width: 540px;
@ -86,34 +58,6 @@ html {
padding-left: 15px; padding-left: 15px;
} }
@media (min-width: 576px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
.row { .row {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
@ -126,34 +70,6 @@ html {
margin-left: -15px; margin-left: -15px;
} }
@media (min-width: 576px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media (min-width: 768px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media (min-width: 992px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media (min-width: 1200px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
.no-gutters { .no-gutters {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
@ -178,54 +94,6 @@ html {
padding-left: 15px; padding-left: 15px;
} }
@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
.col { .col {
-webkit-flex-basis: 0; -webkit-flex-basis: 0;
-ms-flex-preferred-size: 0; -ms-flex-preferred-size: 0;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -30,7 +30,7 @@ body {
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
color: #292b2c; color: #212529;
background-color: #fff; background-color: #fff;
} }
@ -126,14 +126,14 @@ sup {
} }
a { a {
color: #0275d8; color: #007bff;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
-webkit-text-decoration-skip: objects; -webkit-text-decoration-skip: objects;
} }
a:hover { a:hover {
color: #014c8c; color: #0056b3;
text-decoration: underline; text-decoration: underline;
} }
@ -198,7 +198,7 @@ table {
caption { caption {
padding-top: 0.75rem; padding-top: 0.75rem;
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
color: #636c72; color: #868e96;
text-align: left; text-align: left;
caption-side: bottom; caption-side: bottom;
} }

File diff suppressed because one or more lines are too long

View File

@ -1,2 +1,2 @@
html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#292b2c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0275d8;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#014c8c;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#636c72;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important} html{-webkit-box-sizing:border-box;box-sizing:border-box;font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}
/*# sourceMappingURL=bootstrap-reboot.min.css.map */ /*# sourceMappingURL=bootstrap-reboot.min.css.map */

View File

@ -103,7 +103,7 @@ body {
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5; line-height: 1.5;
color: #292b2c; color: #212529;
background-color: #fff; background-color: #fff;
} }
@ -199,14 +199,14 @@ sup {
} }
a { a {
color: #0275d8; color: #007bff;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
-webkit-text-decoration-skip: objects; -webkit-text-decoration-skip: objects;
} }
a:hover { a:hover {
color: #014c8c; color: #0056b3;
text-decoration: underline; text-decoration: underline;
} }
@ -271,7 +271,7 @@ table {
caption { caption {
padding-top: 0.75rem; padding-top: 0.75rem;
padding-bottom: 0.75rem; padding-bottom: 0.75rem;
color: #636c72; color: #868e96;
text-align: left; text-align: left;
caption-side: bottom; caption-side: bottom;
} }
@ -512,13 +512,13 @@ mark,
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 1.25rem; font-size: 1.25rem;
border-left: 0.25rem solid #eceeef; border-left: 0.25rem solid #e9ecef;
} }
.blockquote-footer { .blockquote-footer {
display: block; display: block;
font-size: 80%; font-size: 80%;
color: #636c72; color: #868e96;
} }
.blockquote-footer::before { .blockquote-footer::before {
@ -529,7 +529,7 @@ mark,
padding-right: 1rem; padding-right: 1rem;
padding-left: 0; padding-left: 0;
text-align: right; text-align: right;
border-right: 0.25rem solid #eceeef; border-right: 0.25rem solid #e9ecef;
border-left: 0; border-left: 0;
} }
@ -569,7 +569,7 @@ mark,
.figure-caption { .figure-caption {
font-size: 90%; font-size: 90%;
color: #636c72; color: #868e96;
} }
code, code,
@ -583,7 +583,7 @@ code {
padding: 0.2rem 0.4rem; padding: 0.2rem 0.4rem;
font-size: 90%; font-size: 90%;
color: #bd4147; color: #bd4147;
background-color: #f7f7f9; background-color: #f8f9fa;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -597,7 +597,7 @@ kbd {
padding: 0.2rem 0.4rem; padding: 0.2rem 0.4rem;
font-size: 90%; font-size: 90%;
color: #fff; color: #fff;
background-color: #292b2c; background-color: #212529;
border-radius: 0.2rem; border-radius: 0.2rem;
} }
@ -612,7 +612,7 @@ pre {
margin-top: 0; margin-top: 0;
margin-bottom: 1rem; margin-bottom: 1rem;
font-size: 90%; font-size: 90%;
color: #292b2c; color: #212529;
} }
pre code { pre code {
@ -635,34 +635,6 @@ pre code {
padding-left: 15px; padding-left: 15px;
} }
@media (min-width: 576px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.container {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 576px) { @media (min-width: 576px) {
.container { .container {
width: 540px; width: 540px;
@ -699,34 +671,6 @@ pre code {
padding-left: 15px; padding-left: 15px;
} }
@media (min-width: 576px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.container-fluid {
padding-right: 15px;
padding-left: 15px;
}
}
.row { .row {
display: -webkit-box; display: -webkit-box;
display: -webkit-flex; display: -webkit-flex;
@ -739,34 +683,6 @@ pre code {
margin-left: -15px; margin-left: -15px;
} }
@media (min-width: 576px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media (min-width: 768px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media (min-width: 992px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
@media (min-width: 1200px) {
.row {
margin-right: -15px;
margin-left: -15px;
}
}
.no-gutters { .no-gutters {
margin-right: 0; margin-right: 0;
margin-left: 0; margin-left: 0;
@ -791,54 +707,6 @@ pre code {
padding-left: 15px; padding-left: 15px;
} }
@media (min-width: 576px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 768px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 992px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
@media (min-width: 1200px) {
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
padding-right: 15px;
padding-left: 15px;
}
}
.col { .col {
-webkit-flex-basis: 0; -webkit-flex-basis: 0;
-ms-flex-preferred-size: 0; -ms-flex-preferred-size: 0;
@ -1990,16 +1858,16 @@ pre code {
.table td { .table td {
padding: 0.75rem; padding: 0.75rem;
vertical-align: top; vertical-align: top;
border-top: 1px solid #eceeef; border-top: 1px solid #e9ecef;
} }
.table thead th { .table thead th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #eceeef; border-bottom: 2px solid #e9ecef;
} }
.table tbody + tbody { .table tbody + tbody {
border-top: 2px solid #eceeef; border-top: 2px solid #e9ecef;
} }
.table .table { .table .table {
@ -2012,12 +1880,12 @@ pre code {
} }
.table-bordered { .table-bordered {
border: 1px solid #eceeef; border: 1px solid #e9ecef;
} }
.table-bordered th, .table-bordered th,
.table-bordered td { .table-bordered td {
border: 1px solid #eceeef; border: 1px solid #e9ecef;
} }
.table-bordered thead th, .table-bordered thead th,
@ -2033,100 +1901,145 @@ pre code {
background-color: rgba(0, 0, 0, 0.075); background-color: rgba(0, 0, 0, 0.075);
} }
.table-active, .table-primary,
.table-active > th, .table-primary > th,
.table-active > td { .table-primary > td {
background-color: rgba(0, 0, 0, 0.075); background-color: #b8daff;
} }
.table-hover .table-active:hover { .table-hover .table-primary:hover {
background-color: rgba(0, 0, 0, 0.075); background-color: #9fcdff;
} }
.table-hover .table-active:hover > td, .table-hover .table-primary:hover > td,
.table-hover .table-active:hover > th { .table-hover .table-primary:hover > th {
background-color: rgba(0, 0, 0, 0.075); background-color: #9fcdff;
}
.table-secondary,
.table-secondary > th,
.table-secondary > td {
background-color: #dddfe2;
}
.table-hover .table-secondary:hover {
background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
background-color: #cfd2d6;
} }
.table-success, .table-success,
.table-success > th, .table-success > th,
.table-success > td { .table-success > td {
background-color: #dff0d8; background-color: #c3e6cb;
} }
.table-hover .table-success:hover { .table-hover .table-success:hover {
background-color: #d0e9c6; background-color: #b1dfbb;
} }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > td,
.table-hover .table-success:hover > th { .table-hover .table-success:hover > th {
background-color: #d0e9c6; background-color: #b1dfbb;
} }
.table-info, .table-info,
.table-info > th, .table-info > th,
.table-info > td { .table-info > td {
background-color: #d9edf7; background-color: #bee5eb;
} }
.table-hover .table-info:hover { .table-hover .table-info:hover {
background-color: #c4e3f3; background-color: #abdde5;
} }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > td,
.table-hover .table-info:hover > th { .table-hover .table-info:hover > th {
background-color: #c4e3f3; background-color: #abdde5;
} }
.table-warning, .table-warning,
.table-warning > th, .table-warning > th,
.table-warning > td { .table-warning > td {
background-color: #fcf8e3; background-color: #ffeeba;
} }
.table-hover .table-warning:hover { .table-hover .table-warning:hover {
background-color: #faf2cc; background-color: #ffe8a1;
} }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th { .table-hover .table-warning:hover > th {
background-color: #faf2cc; background-color: #ffe8a1;
} }
.table-danger, .table-danger,
.table-danger > th, .table-danger > th,
.table-danger > td { .table-danger > td {
background-color: #f2dede; background-color: #f5c6cb;
} }
.table-hover .table-danger:hover { .table-hover .table-danger:hover {
background-color: #ebcccc; background-color: #f1b0b7;
} }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th { .table-hover .table-danger:hover > th {
background-color: #ebcccc; background-color: #f1b0b7;
}
.table-light,
.table-light > th,
.table-light > td {
background-color: #fdfdfe;
}
.table-hover .table-light:hover {
background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
background-color: #ececf6;
}
.table-dark,
.table-dark > th,
.table-dark > td {
background-color: #c6c8ca;
}
.table-hover .table-dark:hover {
background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
background-color: #b9bbbe;
} }
.thead-inverse th { .thead-inverse th {
color: #fff; color: #fff;
background-color: #292b2c; background-color: #212529;
} }
.thead-default th { .thead-default th {
color: #464a4c; color: #495057;
background-color: #eceeef; background-color: #e9ecef;
} }
.table-inverse { .table-inverse {
color: #fff; color: #fff;
background-color: #292b2c; background-color: #212529;
} }
.table-inverse th, .table-inverse th,
.table-inverse td, .table-inverse td,
.table-inverse thead th { .table-inverse thead th {
border-color: #3b3e40; border-color: #32383e;
} }
.table-inverse.table-bordered { .table-inverse.table-bordered {
@ -2159,7 +2072,7 @@ pre code {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.25; line-height: 1.25;
color: #464a4c; color: #495057;
background-color: #fff; background-color: #fff;
background-image: none; background-image: none;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
@ -2179,34 +2092,34 @@ pre code {
} }
.form-control:focus { .form-control:focus {
color: #464a4c; color: #495057;
background-color: #fff; background-color: #fff;
border-color: #5cb3fd; border-color: #80bdff;
outline: none; outline: none;
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #636c72; color: #868e96;
opacity: 1; opacity: 1;
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #636c72; color: #868e96;
opacity: 1; opacity: 1;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #636c72; color: #868e96;
opacity: 1; opacity: 1;
} }
.form-control::placeholder { .form-control::placeholder {
color: #636c72; color: #868e96;
opacity: 1; opacity: 1;
} }
.form-control:disabled, .form-control[readonly] { .form-control:disabled, .form-control[readonly] {
background-color: #eceeef; background-color: #e9ecef;
opacity: 1; opacity: 1;
} }
@ -2215,7 +2128,7 @@ select.form-control:not([size]):not([multiple]) {
} }
select.form-control:focus::-ms-value { select.form-control:focus::-ms-value {
color: #464a4c; color: #495057;
background-color: #fff; background-color: #fff;
} }
@ -2331,7 +2244,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
} }
.form-check.disabled .form-check-label { .form-check.disabled .form-check-label {
color: #636c72; color: #868e96;
} }
.form-check-label { .form-check-label {
@ -2365,7 +2278,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
display: none; display: none;
margin-top: .25rem; margin-top: .25rem;
font-size: .875rem; font-size: .875rem;
color: #d9534f; color: #dc3545;
} }
.invalid-tooltip { .invalid-tooltip {
@ -2379,21 +2292,21 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
font-size: .875rem; font-size: .875rem;
line-height: 1; line-height: 1;
color: #fff; color: #fff;
background-color: rgba(217, 83, 79, 0.8); background-color: rgba(220, 53, 69, 0.8);
border-radius: .2rem; border-radius: .2rem;
} }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid, .custom-select:valid,
.custom-select.is-valid { .custom-select.is-valid {
border-color: #5cb85c; border-color: #28a745;
} }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus, .custom-select:valid:focus,
.custom-select.is-valid:focus { .custom-select.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} }
.was-validated .form-control:valid ~ .invalid-feedback, .was-validated .form-control:valid ~ .invalid-feedback,
@ -2408,19 +2321,19 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
} }
.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label { .was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
color: #5cb85c; color: #28a745;
} }
.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator { .was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
background-color: rgba(92, 184, 92, 0.25); background-color: rgba(40, 167, 69, 0.25);
} }
.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description { .was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
color: #5cb85c; color: #28a745;
} }
.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control { .was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
border-color: #5cb85c; border-color: #28a745;
} }
.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before { .was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
@ -2428,21 +2341,21 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
} }
.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus { .was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(92, 184, 92, 0.25); box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
} }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid, .custom-select:invalid,
.custom-select.is-invalid { .custom-select.is-invalid {
border-color: #d9534f; border-color: #dc3545;
} }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus, .custom-select:invalid:focus,
.custom-select.is-invalid:focus { .custom-select.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
} }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-feedback,
@ -2457,19 +2370,19 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
} }
.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label { .was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
color: #d9534f; color: #dc3545;
} }
.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator { .was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
background-color: rgba(217, 83, 79, 0.25); background-color: rgba(220, 53, 69, 0.25);
} }
.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description { .was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
color: #d9534f; color: #dc3545;
} }
.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control { .was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
border-color: #d9534f; border-color: #dc3545;
} }
.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before { .was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
@ -2477,8 +2390,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
} }
.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus { .was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
-webkit-box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
box-shadow: 0 0 0 0.2rem rgba(217, 83, 79, 0.25); box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
} }
.form-inline { .form-inline {
@ -2630,8 +2543,8 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
.btn:focus, .btn.focus { .btn:focus, .btn.focus {
outline: 0; outline: 0;
-webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.25); -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.25); box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
} }
.btn.disabled, .btn:disabled { .btn.disabled, .btn:disabled {
@ -2649,367 +2562,479 @@ fieldset[disabled] a.btn {
.btn-primary { .btn-primary {
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.btn-primary:hover { .btn-primary:hover {
color: #fff; color: #fff;
background-color: #025aa5; background-color: #0069d9;
border-color: #01549b; border-color: #0062cc;
} }
.btn-primary:focus, .btn-primary.focus { .btn-primary:focus, .btn-primary.focus {
-webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
} }
.btn-primary.disabled, .btn-primary:disabled { .btn-primary.disabled, .btn-primary:disabled {
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.btn-primary:active, .btn-primary.active, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle { .show > .btn-primary.dropdown-toggle {
color: #fff; background-color: #0069d9;
background-color: #025aa5;
background-image: none; background-image: none;
border-color: #01549b; border-color: #0062cc;
} }
.btn-secondary { .btn-secondary {
color: #292b2c; color: #fff;
background-color: #fff; background-color: #868e96;
border-color: #ccc; border-color: #868e96;
} }
.btn-secondary:hover { .btn-secondary:hover {
color: #292b2c; color: #fff;
background-color: #e6e6e6; background-color: #727b84;
border-color: #adadad; border-color: #6c757d;
} }
.btn-secondary:focus, .btn-secondary.focus { .btn-secondary:focus, .btn-secondary.focus {
-webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
} }
.btn-secondary.disabled, .btn-secondary:disabled { .btn-secondary.disabled, .btn-secondary:disabled {
background-color: #fff; background-color: #868e96;
border-color: #ccc; border-color: #868e96;
} }
.btn-secondary:active, .btn-secondary.active, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle { .show > .btn-secondary.dropdown-toggle {
color: #292b2c; background-color: #727b84;
background-color: #e6e6e6;
background-image: none; background-image: none;
border-color: #adadad; border-color: #6c757d;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #5bc0de;
}
.btn-info:hover {
color: #fff;
background-color: #31b0d5;
border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
-webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
background-color: #5bc0de;
border-color: #5bc0de;
}
.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
background-image: none;
border-color: #2aabd2;
} }
.btn-success { .btn-success {
color: #fff; color: #fff;
background-color: #5cb85c; background-color: #28a745;
border-color: #5cb85c; border-color: #28a745;
} }
.btn-success:hover { .btn-success:hover {
color: #fff; color: #fff;
background-color: #449d44; background-color: #218838;
border-color: #419641; border-color: #1e7e34;
} }
.btn-success:focus, .btn-success.focus { .btn-success:focus, .btn-success.focus {
-webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
} }
.btn-success.disabled, .btn-success:disabled { .btn-success.disabled, .btn-success:disabled {
background-color: #5cb85c; background-color: #28a745;
border-color: #5cb85c; border-color: #28a745;
} }
.btn-success:active, .btn-success.active, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle { .show > .btn-success.dropdown-toggle {
color: #fff; background-color: #218838;
background-color: #449d44;
background-image: none; background-image: none;
border-color: #419641; border-color: #1e7e34;
}
.btn-info {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:hover {
color: #fff;
background-color: #138496;
border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
-webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
background-color: #138496;
background-image: none;
border-color: #117a8b;
} }
.btn-warning { .btn-warning {
color: #fff; color: #111;
background-color: #f0ad4e; background-color: #ffc107;
border-color: #f0ad4e; border-color: #ffc107;
} }
.btn-warning:hover { .btn-warning:hover {
color: #fff; color: #111;
background-color: #ec971f; background-color: #e0a800;
border-color: #eb9316; border-color: #d39e00;
} }
.btn-warning:focus, .btn-warning.focus { .btn-warning:focus, .btn-warning.focus {
-webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
} }
.btn-warning.disabled, .btn-warning:disabled { .btn-warning.disabled, .btn-warning:disabled {
background-color: #f0ad4e; background-color: #ffc107;
border-color: #f0ad4e; border-color: #ffc107;
} }
.btn-warning:active, .btn-warning.active, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle { .show > .btn-warning.dropdown-toggle {
color: #fff; background-color: #e0a800;
background-color: #ec971f;
background-image: none; background-image: none;
border-color: #eb9316; border-color: #d39e00;
} }
.btn-danger { .btn-danger {
color: #fff; color: #fff;
background-color: #d9534f; background-color: #dc3545;
border-color: #d9534f; border-color: #dc3545;
} }
.btn-danger:hover { .btn-danger:hover {
color: #fff; color: #fff;
background-color: #c9302c; background-color: #c82333;
border-color: #c12e2a; border-color: #bd2130;
} }
.btn-danger:focus, .btn-danger.focus { .btn-danger:focus, .btn-danger.focus {
-webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
} }
.btn-danger.disabled, .btn-danger:disabled { .btn-danger.disabled, .btn-danger:disabled {
background-color: #d9534f; background-color: #dc3545;
border-color: #d9534f; border-color: #dc3545;
} }
.btn-danger:active, .btn-danger.active, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle { .show > .btn-danger.dropdown-toggle {
color: #fff; background-color: #c82333;
background-color: #c9302c;
background-image: none; background-image: none;
border-color: #c12e2a; border-color: #bd2130;
}
.btn-light {
color: #111;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:hover {
color: #111;
background-color: #e2e6ea;
border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
-webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
background-color: #e2e6ea;
background-image: none;
border-color: #dae0e5;
}
.btn-dark {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:hover {
color: #fff;
background-color: #23272b;
border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
-webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
background-color: #343a40;
border-color: #343a40;
}
.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
background-color: #23272b;
background-image: none;
border-color: #1d2124;
} }
.btn-outline-primary { .btn-outline-primary {
color: #0275d8; color: #007bff;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #0275d8; border-color: #007bff;
} }
.btn-outline-primary:hover { .btn-outline-primary:hover {
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.btn-outline-primary:focus, .btn-outline-primary.focus { .btn-outline-primary:focus, .btn-outline-primary.focus {
-webkit-box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
box-shadow: 0 0 0 3px rgba(2, 117, 216, 0.5); box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
} }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { .btn-outline-primary.disabled, .btn-outline-primary:disabled {
color: #0275d8; color: #007bff;
background-color: transparent; background-color: transparent;
} }
.btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle { .show > .btn-outline-primary.dropdown-toggle {
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.btn-outline-secondary { .btn-outline-secondary {
color: #ccc; color: #868e96;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #ccc; border-color: #868e96;
} }
.btn-outline-secondary:hover { .btn-outline-secondary:hover {
color: #292b2c; color: #fff;
background-color: #ccc; background-color: #868e96;
border-color: #ccc; border-color: #868e96;
} }
.btn-outline-secondary:focus, .btn-outline-secondary.focus { .btn-outline-secondary:focus, .btn-outline-secondary.focus {
-webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5); box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
} }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
color: #ccc; color: #868e96;
background-color: transparent; background-color: transparent;
} }
.btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle { .show > .btn-outline-secondary.dropdown-toggle {
color: #292b2c;
background-color: #ccc;
border-color: #ccc;
}
.btn-outline-info {
color: #5bc0de;
background-color: transparent;
background-image: none;
border-color: #5bc0de;
}
.btn-outline-info:hover {
color: #fff; color: #fff;
background-color: #5bc0de; background-color: #868e96;
border-color: #5bc0de; border-color: #868e96;
}
.btn-outline-info:focus, .btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
box-shadow: 0 0 0 3px rgba(91, 192, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #5bc0de;
background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #5bc0de;
border-color: #5bc0de;
} }
.btn-outline-success { .btn-outline-success {
color: #5cb85c; color: #28a745;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #5cb85c; border-color: #28a745;
} }
.btn-outline-success:hover { .btn-outline-success:hover {
color: #fff; color: #fff;
background-color: #5cb85c; background-color: #28a745;
border-color: #5cb85c; border-color: #28a745;
} }
.btn-outline-success:focus, .btn-outline-success.focus { .btn-outline-success:focus, .btn-outline-success.focus {
-webkit-box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
box-shadow: 0 0 0 3px rgba(92, 184, 92, 0.5); box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
} }
.btn-outline-success.disabled, .btn-outline-success:disabled { .btn-outline-success.disabled, .btn-outline-success:disabled {
color: #5cb85c; color: #28a745;
background-color: transparent; background-color: transparent;
} }
.btn-outline-success:active, .btn-outline-success.active, .btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle { .show > .btn-outline-success.dropdown-toggle {
color: #fff; color: #fff;
background-color: #5cb85c; background-color: #28a745;
border-color: #5cb85c; border-color: #28a745;
}
.btn-outline-info {
color: #17a2b8;
background-color: transparent;
background-image: none;
border-color: #17a2b8;
}
.btn-outline-info:hover {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
-webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
color: #17a2b8;
background-color: transparent;
}
.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
color: #fff;
background-color: #17a2b8;
border-color: #17a2b8;
} }
.btn-outline-warning { .btn-outline-warning {
color: #f0ad4e; color: #ffc107;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #f0ad4e; border-color: #ffc107;
} }
.btn-outline-warning:hover { .btn-outline-warning:hover {
color: #fff; color: #fff;
background-color: #f0ad4e; background-color: #ffc107;
border-color: #f0ad4e; border-color: #ffc107;
} }
.btn-outline-warning:focus, .btn-outline-warning.focus { .btn-outline-warning:focus, .btn-outline-warning.focus {
-webkit-box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
box-shadow: 0 0 0 3px rgba(240, 173, 78, 0.5); box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
} }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { .btn-outline-warning.disabled, .btn-outline-warning:disabled {
color: #f0ad4e; color: #ffc107;
background-color: transparent; background-color: transparent;
} }
.btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle { .show > .btn-outline-warning.dropdown-toggle {
color: #fff; color: #fff;
background-color: #f0ad4e; background-color: #ffc107;
border-color: #f0ad4e; border-color: #ffc107;
} }
.btn-outline-danger { .btn-outline-danger {
color: #d9534f; color: #dc3545;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border-color: #d9534f; border-color: #dc3545;
} }
.btn-outline-danger:hover { .btn-outline-danger:hover {
color: #fff; color: #fff;
background-color: #d9534f; background-color: #dc3545;
border-color: #d9534f; border-color: #dc3545;
} }
.btn-outline-danger:focus, .btn-outline-danger.focus { .btn-outline-danger:focus, .btn-outline-danger.focus {
-webkit-box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
box-shadow: 0 0 0 3px rgba(217, 83, 79, 0.5); box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
} }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { .btn-outline-danger.disabled, .btn-outline-danger:disabled {
color: #d9534f; color: #dc3545;
background-color: transparent; background-color: transparent;
} }
.btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle { .show > .btn-outline-danger.dropdown-toggle {
color: #fff; color: #fff;
background-color: #d9534f; background-color: #dc3545;
border-color: #d9534f; border-color: #dc3545;
}
.btn-outline-light {
color: #f8f9fa;
background-color: transparent;
background-image: none;
border-color: #f8f9fa;
}
.btn-outline-light:hover {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
-webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
color: #f8f9fa;
background-color: transparent;
}
.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
color: #fff;
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-dark {
color: #343a40;
background-color: transparent;
background-image: none;
border-color: #343a40;
}
.btn-outline-dark:hover {
color: #fff;
background-color: #343a40;
border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
-webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
color: #343a40;
background-color: transparent;
}
.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
color: #fff;
background-color: #343a40;
border-color: #343a40;
} }
.btn-link { .btn-link {
font-weight: normal; font-weight: normal;
color: #0275d8; color: #007bff;
border-radius: 0; border-radius: 0;
} }
@ -3026,13 +3051,13 @@ fieldset[disabled] a.btn {
} }
.btn-link:focus, .btn-link:hover { .btn-link:focus, .btn-link:hover {
color: #014c8c; color: #0056b3;
text-decoration: underline; text-decoration: underline;
background-color: transparent; background-color: transparent;
} }
.btn-link:disabled { .btn-link:disabled {
color: #636c72; color: #868e96;
} }
.btn-link:disabled:focus, .btn-link:disabled:hover { .btn-link:disabled:focus, .btn-link:disabled:hover {
@ -3141,7 +3166,7 @@ tbody.collapse.show {
padding: 0.5rem 0; padding: 0.5rem 0;
margin: 0.125rem 0 0; margin: 0.125rem 0 0;
font-size: 1rem; font-size: 1rem;
color: #292b2c; color: #212529;
text-align: left; text-align: left;
list-style: none; list-style: none;
background-color: #fff; background-color: #fff;
@ -3155,7 +3180,7 @@ tbody.collapse.show {
height: 0; height: 0;
margin: 0.5rem 0; margin: 0.5rem 0;
overflow: hidden; overflow: hidden;
border-top: 1px solid #eceeef; border-top: 1px solid #e9ecef;
} }
.dropdown-item { .dropdown-item {
@ -3164,7 +3189,7 @@ tbody.collapse.show {
padding: 0.25rem 1.5rem; padding: 0.25rem 1.5rem;
clear: both; clear: both;
font-weight: normal; font-weight: normal;
color: #292b2c; color: #212529;
text-align: inherit; text-align: inherit;
white-space: nowrap; white-space: nowrap;
background: none; background: none;
@ -3172,19 +3197,19 @@ tbody.collapse.show {
} }
.dropdown-item:focus, .dropdown-item:hover { .dropdown-item:focus, .dropdown-item:hover {
color: #1d1e1f; color: #16181b;
text-decoration: none; text-decoration: none;
background-color: #f7f7f9; background-color: #f8f9fa;
} }
.dropdown-item.active, .dropdown-item:active { .dropdown-item.active, .dropdown-item:active {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #0275d8; background-color: #007bff;
} }
.dropdown-item.disabled, .dropdown-item:disabled { .dropdown-item.disabled, .dropdown-item:disabled {
color: #636c72; color: #868e96;
background-color: transparent; background-color: transparent;
} }
@ -3201,7 +3226,7 @@ tbody.collapse.show {
padding: 0.5rem 1.5rem; padding: 0.5rem 1.5rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 0.875rem; font-size: 0.875rem;
color: #636c72; color: #868e96;
white-space: nowrap; white-space: nowrap;
} }
@ -3449,9 +3474,9 @@ tbody.collapse.show {
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.25; line-height: 1.25;
color: #464a4c; color: #495057;
text-align: center; text-align: center;
background-color: #eceeef; background-color: #e9ecef;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -3562,25 +3587,25 @@ tbody.collapse.show {
.custom-control-input:checked ~ .custom-control-indicator { .custom-control-input:checked ~ .custom-control-indicator {
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
} }
.custom-control-input:focus ~ .custom-control-indicator { .custom-control-input:focus ~ .custom-control-indicator {
-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
} }
.custom-control-input:active ~ .custom-control-indicator { .custom-control-input:active ~ .custom-control-indicator {
color: #fff; color: #fff;
background-color: #8fcafe; background-color: #b3d7ff;
} }
.custom-control-input:disabled ~ .custom-control-indicator { .custom-control-input:disabled ~ .custom-control-indicator {
background-color: #eceeef; background-color: #e9ecef;
} }
.custom-control-input:disabled ~ .custom-control-description { .custom-control-input:disabled ~ .custom-control-description {
color: #636c72; color: #868e96;
} }
.custom-control-indicator { .custom-control-indicator {
@ -3611,7 +3636,7 @@ tbody.collapse.show {
} }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator { .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
background-color: #0275d8; background-color: #007bff;
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
} }
@ -3649,7 +3674,7 @@ tbody.collapse.show {
height: calc(2.25rem + 2px); height: calc(2.25rem + 2px);
padding: 0.375rem 1.75rem 0.375rem 0.75rem; padding: 0.375rem 1.75rem 0.375rem 0.75rem;
line-height: 1.25; line-height: 1.25;
color: #464a4c; color: #495057;
vertical-align: middle; vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
-webkit-background-size: 8px 10px; -webkit-background-size: 8px 10px;
@ -3662,18 +3687,18 @@ tbody.collapse.show {
} }
.custom-select:focus { .custom-select:focus {
border-color: #5cb3fd; border-color: #80bdff;
outline: none; outline: none;
} }
.custom-select:focus::-ms-value { .custom-select:focus::-ms-value {
color: #464a4c; color: #495057;
background-color: #fff; background-color: #fff;
} }
.custom-select:disabled { .custom-select:disabled {
color: #636c72; color: #868e96;
background-color: #eceeef; background-color: #e9ecef;
} }
.custom-select::-ms-expand { .custom-select::-ms-expand {
@ -3712,7 +3737,7 @@ tbody.collapse.show {
height: 2.5rem; height: 2.5rem;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
line-height: 1.5; line-height: 1.5;
color: #464a4c; color: #495057;
pointer-events: none; pointer-events: none;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
@ -3737,8 +3762,8 @@ tbody.collapse.show {
height: 2.5rem; height: 2.5rem;
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
line-height: 1.5; line-height: 1.5;
color: #464a4c; color: #495057;
background-color: #eceeef; background-color: #e9ecef;
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0 0.25rem 0.25rem 0; border-radius: 0 0.25rem 0.25rem 0;
} }
@ -3770,7 +3795,7 @@ tbody.collapse.show {
} }
.nav-link.disabled { .nav-link.disabled {
color: #636c72; color: #868e96;
} }
.nav-tabs { .nav-tabs {
@ -3788,18 +3813,18 @@ tbody.collapse.show {
} }
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
border-color: #eceeef #eceeef #ddd; border-color: #e9ecef #e9ecef #ddd;
} }
.nav-tabs .nav-link.disabled { .nav-tabs .nav-link.disabled {
color: #636c72; color: #868e96;
background-color: transparent; background-color: transparent;
border-color: transparent; border-color: transparent;
} }
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link { .nav-tabs .nav-item.show .nav-link {
color: #464a4c; color: #495057;
background-color: #fff; background-color: #fff;
border-color: #ddd #ddd #fff; border-color: #ddd #ddd #fff;
} }
@ -3817,7 +3842,7 @@ tbody.collapse.show {
.nav-pills .nav-link.active, .nav-pills .nav-link.active,
.show > .nav-pills .nav-link { .show > .nav-pills .nav-link {
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
} }
.nav-fill .nav-item { .nav-fill .nav-item {
@ -4303,43 +4328,43 @@ tbody.collapse.show {
color: rgba(0, 0, 0, 0.5); color: rgba(0, 0, 0, 0.5);
} }
.navbar-inverse .navbar-brand { .navbar-dark .navbar-brand {
color: white; color: white;
} }
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover { .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: white; color: white;
} }
.navbar-inverse .navbar-nav .nav-link { .navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);
} }
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover { .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.75);
} }
.navbar-inverse .navbar-nav .nav-link.disabled { .navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.25);
} }
.navbar-inverse .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .show > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.show,
.navbar-inverse .navbar-nav .nav-link.active { .navbar-dark .navbar-nav .nav-link.active {
color: white; color: white;
} }
.navbar-inverse .navbar-toggler { .navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.1);
} }
.navbar-inverse .navbar-toggler-icon { .navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} }
.navbar-inverse .navbar-text { .navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.5);
} }
@ -4403,7 +4428,7 @@ tbody.collapse.show {
.card-header { .card-header {
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
margin-bottom: 0; margin-bottom: 0;
background-color: #f7f7f9; background-color: #f8f9fa;
border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-bottom: 1px solid rgba(0, 0, 0, 0.125);
} }
@ -4413,7 +4438,7 @@ tbody.collapse.show {
.card-footer { .card-footer {
padding: 0.75rem 1.25rem; padding: 0.75rem 1.25rem;
background-color: #f7f7f9; background-color: #f8f9fa;
border-top: 1px solid rgba(0, 0, 0, 0.125); border-top: 1px solid rgba(0, 0, 0, 0.125);
} }
@ -4434,8 +4459,8 @@ tbody.collapse.show {
} }
.card-primary { .card-primary {
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.card-primary .card-header, .card-primary .card-header,
@ -4443,9 +4468,19 @@ tbody.collapse.show {
background-color: transparent; background-color: transparent;
} }
.card-secondary {
background-color: #868e96;
border-color: #868e96;
}
.card-secondary .card-header,
.card-secondary .card-footer {
background-color: transparent;
}
.card-success { .card-success {
background-color: #5cb85c; background-color: #28a745;
border-color: #5cb85c; border-color: #28a745;
} }
.card-success .card-header, .card-success .card-header,
@ -4454,8 +4489,8 @@ tbody.collapse.show {
} }
.card-info { .card-info {
background-color: #5bc0de; background-color: #17a2b8;
border-color: #5bc0de; border-color: #17a2b8;
} }
.card-info .card-header, .card-info .card-header,
@ -4464,8 +4499,8 @@ tbody.collapse.show {
} }
.card-warning { .card-warning {
background-color: #f0ad4e; background-color: #ffc107;
border-color: #f0ad4e; border-color: #ffc107;
} }
.card-warning .card-header, .card-warning .card-header,
@ -4474,8 +4509,8 @@ tbody.collapse.show {
} }
.card-danger { .card-danger {
background-color: #d9534f; background-color: #dc3545;
border-color: #d9534f; border-color: #dc3545;
} }
.card-danger .card-header, .card-danger .card-header,
@ -4483,97 +4518,131 @@ tbody.collapse.show {
background-color: transparent; background-color: transparent;
} }
.card-outline-primary { .card-light {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.card-light .card-header,
.card-light .card-footer {
background-color: transparent; background-color: transparent;
border-color: #0275d8; }
.card-dark {
background-color: #343a40;
border-color: #343a40;
}
.card-dark .card-header,
.card-dark .card-footer {
background-color: transparent;
}
.card-outline-primary {
background-color: #007bff;
border-color: #007bff;
} }
.card-outline-primary .card-header, .card-outline-primary .card-header,
.card-outline-primary .card-footer { .card-outline-primary .card-footer {
background-color: transparent; background-color: transparent;
border-color: #0275d8;
} }
.card-outline-secondary { .card-outline-secondary {
background-color: transparent; background-color: #868e96;
border-color: #ccc; border-color: #868e96;
} }
.card-outline-secondary .card-header, .card-outline-secondary .card-header,
.card-outline-secondary .card-footer { .card-outline-secondary .card-footer {
background-color: transparent; background-color: transparent;
border-color: #ccc;
}
.card-outline-info {
background-color: transparent;
border-color: #5bc0de;
}
.card-outline-info .card-header,
.card-outline-info .card-footer {
background-color: transparent;
border-color: #5bc0de;
} }
.card-outline-success { .card-outline-success {
background-color: transparent; background-color: #28a745;
border-color: #5cb85c; border-color: #28a745;
} }
.card-outline-success .card-header, .card-outline-success .card-header,
.card-outline-success .card-footer { .card-outline-success .card-footer {
background-color: transparent; background-color: transparent;
border-color: #5cb85c; }
.card-outline-info {
background-color: #17a2b8;
border-color: #17a2b8;
}
.card-outline-info .card-header,
.card-outline-info .card-footer {
background-color: transparent;
} }
.card-outline-warning { .card-outline-warning {
background-color: transparent; background-color: #ffc107;
border-color: #f0ad4e; border-color: #ffc107;
} }
.card-outline-warning .card-header, .card-outline-warning .card-header,
.card-outline-warning .card-footer { .card-outline-warning .card-footer {
background-color: transparent; background-color: transparent;
border-color: #f0ad4e;
} }
.card-outline-danger { .card-outline-danger {
background-color: transparent; background-color: #dc3545;
border-color: #d9534f; border-color: #dc3545;
} }
.card-outline-danger .card-header, .card-outline-danger .card-header,
.card-outline-danger .card-footer { .card-outline-danger .card-footer {
background-color: transparent; background-color: transparent;
border-color: #d9534f;
} }
.card-inverse { .card-outline-light {
background-color: #f8f9fa;
border-color: #f8f9fa;
}
.card-outline-light .card-header,
.card-outline-light .card-footer {
background-color: transparent;
}
.card-outline-dark {
background-color: #343a40;
border-color: #343a40;
}
.card-outline-dark .card-header,
.card-outline-dark .card-footer {
background-color: transparent;
}
.card-dark {
color: rgba(255, 255, 255, 0.65); color: rgba(255, 255, 255, 0.65);
} }
.card-inverse .card-header, .card-dark .card-header,
.card-inverse .card-footer { .card-dark .card-footer {
background-color: transparent; background-color: transparent;
border-color: rgba(255, 255, 255, 0.2); border-color: rgba(255, 255, 255, 0.2);
} }
.card-inverse .card-header, .card-dark .card-header,
.card-inverse .card-footer, .card-dark .card-footer,
.card-inverse .card-title, .card-dark .card-title,
.card-inverse .card-blockquote { .card-dark .card-blockquote {
color: #fff; color: #fff;
} }
.card-inverse .card-link, .card-dark .card-link,
.card-inverse .card-text, .card-dark .card-text,
.card-inverse .card-subtitle, .card-dark .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer { .card-dark .card-blockquote .blockquote-footer {
color: rgba(255, 255, 255, 0.65); color: rgba(255, 255, 255, 0.65);
} }
.card-inverse .card-link:focus, .card-inverse .card-link:hover { .card-dark .card-link:focus, .card-dark .card-link:hover {
color: #fff; color: #fff;
} }
@ -4716,7 +4785,7 @@ tbody.collapse.show {
padding: 0.75rem 1rem; padding: 0.75rem 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
list-style: none; list-style: none;
background-color: #eceeef; background-color: #e9ecef;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -4734,7 +4803,7 @@ tbody.collapse.show {
display: inline-block; display: inline-block;
padding-right: 0.5rem; padding-right: 0.5rem;
padding-left: 0.5rem; padding-left: 0.5rem;
color: #636c72; color: #868e96;
content: "/"; content: "/";
} }
@ -4747,7 +4816,7 @@ tbody.collapse.show {
} }
.breadcrumb-item.active { .breadcrumb-item.active {
color: #636c72; color: #868e96;
} }
.pagination { .pagination {
@ -4774,12 +4843,12 @@ tbody.collapse.show {
.page-item.active .page-link { .page-item.active .page-link {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.page-item.disabled .page-link { .page-item.disabled .page-link {
color: #636c72; color: #868e96;
pointer-events: none; pointer-events: none;
background-color: #fff; background-color: #fff;
border-color: #ddd; border-color: #ddd;
@ -4791,15 +4860,15 @@ tbody.collapse.show {
padding: 0.5rem 0.75rem; padding: 0.5rem 0.75rem;
margin-left: -1px; margin-left: -1px;
line-height: 1.25; line-height: 1.25;
color: #0275d8; color: #007bff;
background-color: #fff; background-color: #fff;
border: 1px solid #ddd; border: 1px solid #ddd;
} }
.page-link:focus, .page-link:hover { .page-link:focus, .page-link:hover {
color: #014c8c; color: #0056b3;
text-decoration: none; text-decoration: none;
background-color: #eceeef; background-color: #e9ecef;
border-color: #ddd; border-color: #ddd;
} }
@ -4857,69 +4926,104 @@ tbody.collapse.show {
top: -1px; top: -1px;
} }
a.badge:focus, a.badge:hover {
color: #fff;
text-decoration: none;
}
.badge-pill { .badge-pill {
padding-right: 0.6em; padding-right: 0.6em;
padding-left: 0.6em; padding-left: 0.6em;
border-radius: 10rem; border-radius: 10rem;
} }
.badge-default {
background-color: #636c72;
}
.badge-default[href]:focus, .badge-default[href]:hover {
background-color: #4b5257;
}
.badge-primary { .badge-primary {
background-color: #0275d8; color: #fff;
background-color: #007bff;
} }
.badge-primary[href]:focus, .badge-primary[href]:hover { .badge-primary[href]:focus, .badge-primary[href]:hover {
background-color: #025aa5; color: #fff;
text-decoration: none;
background-color: #0062cc;
}
.badge-secondary {
color: #fff;
background-color: #868e96;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
color: #fff;
text-decoration: none;
background-color: #6c757d;
} }
.badge-success { .badge-success {
background-color: #5cb85c; color: #fff;
background-color: #28a745;
} }
.badge-success[href]:focus, .badge-success[href]:hover { .badge-success[href]:focus, .badge-success[href]:hover {
background-color: #449d44; color: #fff;
text-decoration: none;
background-color: #1e7e34;
} }
.badge-info { .badge-info {
background-color: #5bc0de; color: #fff;
background-color: #17a2b8;
} }
.badge-info[href]:focus, .badge-info[href]:hover { .badge-info[href]:focus, .badge-info[href]:hover {
background-color: #31b0d5; color: #fff;
text-decoration: none;
background-color: #117a8b;
} }
.badge-warning { .badge-warning {
background-color: #f0ad4e; color: #111;
background-color: #ffc107;
} }
.badge-warning[href]:focus, .badge-warning[href]:hover { .badge-warning[href]:focus, .badge-warning[href]:hover {
background-color: #ec971f; color: #111;
text-decoration: none;
background-color: #d39e00;
} }
.badge-danger { .badge-danger {
background-color: #d9534f; color: #fff;
background-color: #dc3545;
} }
.badge-danger[href]:focus, .badge-danger[href]:hover { .badge-danger[href]:focus, .badge-danger[href]:hover {
background-color: #c9302c; color: #fff;
text-decoration: none;
background-color: #bd2130;
}
.badge-light {
color: #111;
background-color: #f8f9fa;
}
.badge-light[href]:focus, .badge-light[href]:hover {
color: #111;
text-decoration: none;
background-color: #dae0e5;
}
.badge-dark {
color: #fff;
background-color: #343a40;
}
.badge-dark[href]:focus, .badge-dark[href]:hover {
color: #fff;
text-decoration: none;
background-color: #1d2124;
} }
.jumbotron { .jumbotron {
padding: 2rem 1rem; padding: 2rem 1rem;
margin-bottom: 2rem; margin-bottom: 2rem;
background-color: #eceeef; background-color: #e9ecef;
border-radius: 0.3rem; border-radius: 0.3rem;
} }
@ -4958,60 +5062,116 @@ a.badge:focus, a.badge:hover {
color: inherit; color: inherit;
} }
.alert-primary {
color: #004085;
background-color: #cce5ff;
border-color: #b8daff;
}
.alert-primary hr {
border-top-color: #9fcdff;
}
.alert-primary .alert-link {
color: #002752;
}
.alert-secondary {
color: #464a4e;
background-color: #e7e8ea;
border-color: #dddfe2;
}
.alert-secondary hr {
border-top-color: #cfd2d6;
}
.alert-secondary .alert-link {
color: #2e3133;
}
.alert-success { .alert-success {
color: #3c763d; color: #155724;
background-color: #dff0d8; background-color: #d4edda;
border-color: #d0e9c6; border-color: #c3e6cb;
} }
.alert-success hr { .alert-success hr {
border-top-color: #c1e2b3; border-top-color: #b1dfbb;
} }
.alert-success .alert-link { .alert-success .alert-link {
color: #2b542c; color: #0b2e13;
} }
.alert-info { .alert-info {
color: #31708f; color: #0c5460;
background-color: #d9edf7; background-color: #d1ecf1;
border-color: #bcdff1; border-color: #bee5eb;
} }
.alert-info hr { .alert-info hr {
border-top-color: #a6d5ec; border-top-color: #abdde5;
} }
.alert-info .alert-link { .alert-info .alert-link {
color: #245269; color: #062c33;
} }
.alert-warning { .alert-warning {
color: #8a6d3b; color: #856404;
background-color: #fcf8e3; background-color: #fff3cd;
border-color: #faf2cc; border-color: #ffeeba;
} }
.alert-warning hr { .alert-warning hr {
border-top-color: #f7ecb5; border-top-color: #ffe8a1;
} }
.alert-warning .alert-link { .alert-warning .alert-link {
color: #66512c; color: #533f03;
} }
.alert-danger { .alert-danger {
color: #a94442; color: #721c24;
background-color: #f2dede; background-color: #f8d7da;
border-color: #ebcccc; border-color: #f5c6cb;
} }
.alert-danger hr { .alert-danger hr {
border-top-color: #e4b9b9; border-top-color: #f1b0b7;
} }
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #491217;
}
.alert-light {
color: #818182;
background-color: #fefefe;
border-color: #fdfdfe;
}
.alert-light hr {
border-top-color: #ececf6;
}
.alert-light .alert-link {
color: #686868;
}
.alert-dark {
color: #1b1e21;
background-color: #d6d8d9;
border-color: #c6c8ca;
}
.alert-dark hr {
border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
color: #040505;
} }
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
@ -5050,7 +5210,7 @@ a.badge:focus, a.badge:hover {
font-size: 0.75rem; font-size: 0.75rem;
line-height: 1rem; line-height: 1rem;
text-align: center; text-align: center;
background-color: #eceeef; background-color: #e9ecef;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
@ -5058,7 +5218,7 @@ a.badge:focus, a.badge:hover {
height: 1rem; height: 1rem;
line-height: 1rem; line-height: 1rem;
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
-webkit-transition: width 0.6s ease; -webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease; -o-transition: width 0.6s ease;
transition: width 0.6s ease; transition: width 0.6s ease;
@ -5112,19 +5272,19 @@ a.badge:focus, a.badge:hover {
.list-group-item-action { .list-group-item-action {
width: 100%; width: 100%;
color: #464a4c; color: #495057;
text-align: inherit; text-align: inherit;
} }
.list-group-item-action:focus, .list-group-item-action:hover { .list-group-item-action:focus, .list-group-item-action:hover {
color: #464a4c; color: #495057;
text-decoration: none; text-decoration: none;
background-color: #f7f7f9; background-color: #f8f9fa;
} }
.list-group-item-action:active { .list-group-item-action:active {
color: #292b2c; color: #212529;
background-color: #eceeef; background-color: #e9ecef;
} }
.list-group-item { .list-group-item {
@ -5152,15 +5312,15 @@ a.badge:focus, a.badge:hover {
} }
.list-group-item.disabled, .list-group-item:disabled { .list-group-item.disabled, .list-group-item:disabled {
color: #636c72; color: #868e96;
background-color: #fff; background-color: #fff;
} }
.list-group-item.active { .list-group-item.active {
z-index: 2; z-index: 2;
color: #fff; color: #fff;
background-color: #0275d8; background-color: #007bff;
border-color: #0275d8; border-color: #007bff;
} }
.list-group-flush .list-group-item { .list-group-flush .list-group-item {
@ -5177,100 +5337,196 @@ a.badge:focus, a.badge:hover {
border-bottom: 0; border-bottom: 0;
} }
.list-group-item-primary {
color: #004085;
background-color: #b8daff;
}
a.list-group-item-primary,
button.list-group-item-primary {
color: #004085;
}
a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
color: #004085;
background-color: #9fcdff;
}
a.list-group-item-primary.active,
button.list-group-item-primary.active {
color: #fff;
background-color: #004085;
border-color: #004085;
}
.list-group-item-secondary {
color: #464a4e;
background-color: #dddfe2;
}
a.list-group-item-secondary,
button.list-group-item-secondary {
color: #464a4e;
}
a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
color: #464a4e;
background-color: #cfd2d6;
}
a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
color: #fff;
background-color: #464a4e;
border-color: #464a4e;
}
.list-group-item-success { .list-group-item-success {
color: #3c763d; color: #155724;
background-color: #dff0d8; background-color: #c3e6cb;
} }
a.list-group-item-success, a.list-group-item-success,
button.list-group-item-success { button.list-group-item-success {
color: #3c763d; color: #155724;
} }
a.list-group-item-success:focus, a.list-group-item-success:hover, a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus, button.list-group-item-success:focus,
button.list-group-item-success:hover { button.list-group-item-success:hover {
color: #3c763d; color: #155724;
background-color: #d0e9c6; background-color: #b1dfbb;
} }
a.list-group-item-success.active, a.list-group-item-success.active,
button.list-group-item-success.active { button.list-group-item-success.active {
color: #fff; color: #fff;
background-color: #3c763d; background-color: #155724;
border-color: #3c763d; border-color: #155724;
} }
.list-group-item-info { .list-group-item-info {
color: #31708f; color: #0c5460;
background-color: #d9edf7; background-color: #bee5eb;
} }
a.list-group-item-info, a.list-group-item-info,
button.list-group-item-info { button.list-group-item-info {
color: #31708f; color: #0c5460;
} }
a.list-group-item-info:focus, a.list-group-item-info:hover, a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus, button.list-group-item-info:focus,
button.list-group-item-info:hover { button.list-group-item-info:hover {
color: #31708f; color: #0c5460;
background-color: #c4e3f3; background-color: #abdde5;
} }
a.list-group-item-info.active, a.list-group-item-info.active,
button.list-group-item-info.active { button.list-group-item-info.active {
color: #fff; color: #fff;
background-color: #31708f; background-color: #0c5460;
border-color: #31708f; border-color: #0c5460;
} }
.list-group-item-warning { .list-group-item-warning {
color: #8a6d3b; color: #856404;
background-color: #fcf8e3; background-color: #ffeeba;
} }
a.list-group-item-warning, a.list-group-item-warning,
button.list-group-item-warning { button.list-group-item-warning {
color: #8a6d3b; color: #856404;
} }
a.list-group-item-warning:focus, a.list-group-item-warning:hover, a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus, button.list-group-item-warning:focus,
button.list-group-item-warning:hover { button.list-group-item-warning:hover {
color: #8a6d3b; color: #856404;
background-color: #faf2cc; background-color: #ffe8a1;
} }
a.list-group-item-warning.active, a.list-group-item-warning.active,
button.list-group-item-warning.active { button.list-group-item-warning.active {
color: #fff; color: #fff;
background-color: #8a6d3b; background-color: #856404;
border-color: #8a6d3b; border-color: #856404;
} }
.list-group-item-danger { .list-group-item-danger {
color: #a94442; color: #721c24;
background-color: #f2dede; background-color: #f5c6cb;
} }
a.list-group-item-danger, a.list-group-item-danger,
button.list-group-item-danger { button.list-group-item-danger {
color: #a94442; color: #721c24;
} }
a.list-group-item-danger:focus, a.list-group-item-danger:hover, a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus, button.list-group-item-danger:focus,
button.list-group-item-danger:hover { button.list-group-item-danger:hover {
color: #a94442; color: #721c24;
background-color: #ebcccc; background-color: #f1b0b7;
} }
a.list-group-item-danger.active, a.list-group-item-danger.active,
button.list-group-item-danger.active { button.list-group-item-danger.active {
color: #fff; color: #fff;
background-color: #a94442; background-color: #721c24;
border-color: #a94442; border-color: #721c24;
}
.list-group-item-light {
color: #818182;
background-color: #fdfdfe;
}
a.list-group-item-light,
button.list-group-item-light {
color: #818182;
}
a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
color: #818182;
background-color: #ececf6;
}
a.list-group-item-light.active,
button.list-group-item-light.active {
color: #fff;
background-color: #818182;
border-color: #818182;
}
.list-group-item-dark {
color: #1b1e21;
background-color: #c6c8ca;
}
a.list-group-item-dark,
button.list-group-item-dark {
color: #1b1e21;
}
a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
color: #1b1e21;
background-color: #b9bbbe;
}
a.list-group-item-dark.active,
button.list-group-item-dark.active {
color: #fff;
background-color: #1b1e21;
border-color: #1b1e21;
} }
.embed-responsive { .embed-responsive {
@ -5434,7 +5690,7 @@ button.close {
-ms-flex-pack: justify; -ms-flex-pack: justify;
justify-content: space-between; justify-content: space-between;
padding: 15px; padding: 15px;
border-bottom: 1px solid #eceeef; border-bottom: 1px solid #e9ecef;
} }
.modal-title { .modal-title {
@ -5465,7 +5721,7 @@ button.close {
-ms-flex-pack: end; -ms-flex-pack: end;
justify-content: flex-end; justify-content: flex-end;
padding: 15px; padding: 15px;
border-top: 1px solid #eceeef; border-top: 1px solid #e9ecef;
} }
.modal-footer > :not(:first-child) { .modal-footer > :not(:first-child) {
@ -5792,7 +6048,7 @@ button.close {
.popover-body { .popover-body {
padding: 9px 14px; padding: 9px 14px;
color: #292b2c; color: #212529;
} }
.carousel { .carousel {
@ -6009,56 +6265,72 @@ button.close {
vertical-align: text-top !important; vertical-align: text-top !important;
} }
.bg-faded {
background-color: #f7f7f7;
}
.bg-primary { .bg-primary {
background-color: #0275d8 !important; background-color: #007bff !important;
} }
a.bg-primary:focus, a.bg-primary:hover { a.bg-primary:focus, a.bg-primary:hover {
background-color: #025aa5 !important; background-color: #0062cc !important;
}
.bg-secondary {
background-color: #868e96 !important;
}
a.bg-secondary:focus, a.bg-secondary:hover {
background-color: #6c757d !important;
} }
.bg-success { .bg-success {
background-color: #5cb85c !important; background-color: #28a745 !important;
} }
a.bg-success:focus, a.bg-success:hover { a.bg-success:focus, a.bg-success:hover {
background-color: #449d44 !important; background-color: #1e7e34 !important;
} }
.bg-info { .bg-info {
background-color: #5bc0de !important; background-color: #17a2b8 !important;
} }
a.bg-info:focus, a.bg-info:hover { a.bg-info:focus, a.bg-info:hover {
background-color: #31b0d5 !important; background-color: #117a8b !important;
} }
.bg-warning { .bg-warning {
background-color: #f0ad4e !important; background-color: #ffc107 !important;
} }
a.bg-warning:focus, a.bg-warning:hover { a.bg-warning:focus, a.bg-warning:hover {
background-color: #ec971f !important; background-color: #d39e00 !important;
} }
.bg-danger { .bg-danger {
background-color: #d9534f !important; background-color: #dc3545 !important;
} }
a.bg-danger:focus, a.bg-danger:hover { a.bg-danger:focus, a.bg-danger:hover {
background-color: #c9302c !important; background-color: #bd2130 !important;
} }
.bg-inverse { .bg-light {
background-color: #292b2c !important; background-color: #f8f9fa !important;
} }
a.bg-inverse:focus, a.bg-inverse:hover { a.bg-light:focus, a.bg-light:hover {
background-color: #101112 !important; background-color: #dae0e5 !important;
}
.bg-dark {
background-color: #343a40 !important;
}
a.bg-dark:focus, a.bg-dark:hover {
background-color: #1d2124 !important;
}
.border {
border: 1px solid #e9ecef !important;
} }
.border-0 { .border-0 {
@ -6081,6 +6353,38 @@ a.bg-inverse:focus, a.bg-inverse:hover {
border-left: 0 !important; border-left: 0 !important;
} }
.border-primary {
border-color: #007bff !important;
}
.border-secondary {
border-color: #868e96 !important;
}
.border-success {
border-color: #28a745 !important;
}
.border-info {
border-color: #17a2b8 !important;
}
.border-warning {
border-color: #ffc107 !important;
}
.border-danger {
border-color: #dc3545 !important;
}
.border-light {
border-color: #f8f9fa !important;
}
.border-dark {
border-color: #343a40 !important;
}
.rounded { .rounded {
border-radius: 0.25rem !important; border-radius: 0.25rem !important;
} }
@ -9118,60 +9422,68 @@ a.bg-inverse:focus, a.bg-inverse:hover {
color: #fff !important; color: #fff !important;
} }
.text-muted {
color: #636c72 !important;
}
a.text-muted:focus, a.text-muted:hover {
color: #4b5257 !important;
}
.text-primary { .text-primary {
color: #0275d8 !important; color: #007bff !important;
} }
a.text-primary:focus, a.text-primary:hover { a.text-primary:focus, a.text-primary:hover {
color: #025aa5 !important; color: #0062cc !important;
}
.text-secondary {
color: #868e96 !important;
}
a.text-secondary:focus, a.text-secondary:hover {
color: #6c757d !important;
} }
.text-success { .text-success {
color: #5cb85c !important; color: #28a745 !important;
} }
a.text-success:focus, a.text-success:hover { a.text-success:focus, a.text-success:hover {
color: #449d44 !important; color: #1e7e34 !important;
} }
.text-info { .text-info {
color: #5bc0de !important; color: #17a2b8 !important;
} }
a.text-info:focus, a.text-info:hover { a.text-info:focus, a.text-info:hover {
color: #31b0d5 !important; color: #117a8b !important;
} }
.text-warning { .text-warning {
color: #f0ad4e !important; color: #ffc107 !important;
} }
a.text-warning:focus, a.text-warning:hover { a.text-warning:focus, a.text-warning:hover {
color: #ec971f !important; color: #d39e00 !important;
} }
.text-danger { .text-danger {
color: #d9534f !important; color: #dc3545 !important;
} }
a.text-danger:focus, a.text-danger:hover { a.text-danger:focus, a.text-danger:hover {
color: #c9302c !important; color: #bd2130 !important;
} }
.text-gray-dark { .text-light {
color: #292b2c !important; color: #f8f9fa !important;
} }
a.text-gray-dark:focus, a.text-gray-dark:hover { a.text-light:focus, a.text-light:hover {
color: #101112 !important; color: #dae0e5 !important;
}
.text-dark {
color: #343a40 !important;
}
a.text-dark:focus, a.text-dark:hover {
color: #1d2124 !important;
} }
.text-hide { .text-hide {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long