Commit 3d5fd6f0 authored by Mark Otto's avatar Mark Otto

remove that

parent d4e58c75
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
...@@ -60,28 +60,28 @@ dfn { ...@@ -60,28 +60,28 @@ dfn {
font-style: italic; font-style: italic;
} }
h1 { h1 {
margin: .67em 0;
font-size: 2em; font-size: 2em;
margin: 0.67em 0;
} }
mark { mark {
background: #ff0;
color: #000; color: #000;
background: #ff0;
} }
small { small {
font-size: 80%; font-size: 80%;
} }
sub, sub,
sup { sup {
position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -0.5em; top: -.5em;
} }
sub { sub {
bottom: -0.25em; bottom: -.25em;
} }
img { img {
border: 0; border: 0;
...@@ -93,10 +93,10 @@ figure { ...@@ -93,10 +93,10 @@ figure {
margin: 1em 40px; margin: 1em 40px;
} }
hr { hr {
-moz-box-sizing: content-box; height: 0;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
pre { pre {
overflow: auto; overflow: auto;
...@@ -113,9 +113,9 @@ input, ...@@ -113,9 +113,9 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
color: inherit;
font: inherit;
margin: 0; margin: 0;
font: inherit;
color: inherit;
} }
button { button {
overflow: visible; overflow: visible;
...@@ -137,8 +137,8 @@ html input[disabled] { ...@@ -137,8 +137,8 @@ html input[disabled] {
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
border: 0;
padding: 0; padding: 0;
border: 0;
} }
input { input {
line-height: normal; line-height: normal;
...@@ -155,23 +155,23 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -155,23 +155,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto; height: auto;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
fieldset { fieldset {
border: 1px solid #c0c0c0; padding: .35em .625em .75em;
margin: 0 2px; margin: 0 2px;
padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0;
} }
legend { legend {
border: 0;
padding: 0; padding: 0;
border: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
...@@ -180,8 +180,8 @@ optgroup { ...@@ -180,8 +180,8 @@ optgroup {
font-weight: bold; font-weight: bold;
} }
table { table {
border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
border-collapse: collapse;
} }
td, td,
th { th {
...@@ -189,8 +189,8 @@ th { ...@@ -189,8 +189,8 @@ th {
} }
@media print { @media print {
* { * {
text-shadow: none !important;
color: #000 !important; color: #000 !important;
text-shadow: none !important;
background: transparent !important; background: transparent !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
...@@ -212,6 +212,7 @@ th { ...@@ -212,6 +212,7 @@ th {
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
...@@ -268,6 +269,7 @@ th { ...@@ -268,6 +269,7 @@ th {
} }
html { html {
font-size: 16px; font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
...@@ -275,7 +277,7 @@ body { ...@@ -275,7 +277,7 @@ body {
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #373a3c; color: #373a3c;
background-color: #ffffff; background-color: #fff;
} }
input, input,
button, button,
...@@ -313,22 +315,22 @@ img { ...@@ -313,22 +315,22 @@ img {
height: auto; height: auto;
} }
.img-rounded { .img-rounded {
border-radius: 0.3rem; border-radius: .3rem;
} }
.img-thumbnail { .img-thumbnail {
padding: 0.25rem;
line-height: 1.5;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0.25rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
padding: .25rem;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
} }
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
...@@ -343,8 +345,8 @@ hr { ...@@ -343,8 +345,8 @@ hr {
position: absolute; position: absolute;
width: 1px; width: 1px;
height: 1px; height: 1px;
margin: -1px;
padding: 0; padding: 0;
margin: -1px;
overflow: hidden; overflow: hidden;
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
border: 0; border: 0;
...@@ -486,8 +488,8 @@ small, ...@@ -486,8 +488,8 @@ small,
} }
mark, mark,
.mark { .mark {
background-color: #fcf8e3;
padding: .2em; padding: .2em;
background-color: #fcf8e3;
} }
.text-left { .text-left {
text-align: left; text-align: left;
...@@ -600,13 +602,13 @@ ol ol { ...@@ -600,13 +602,13 @@ ol ol {
} }
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
list-style: none;
margin-left: -5px; margin-left: -5px;
list-style: none;
} }
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-left: 5px;
} }
dl { dl {
margin-top: 0; margin-top: 0;
...@@ -626,9 +628,9 @@ dd { ...@@ -626,9 +628,9 @@ dd {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 160px;
overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
...@@ -668,9 +670,9 @@ blockquote footer:before { ...@@ -668,9 +670,9 @@ blockquote footer:before {
.blockquote-reverse { .blockquote-reverse {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right;
border-right: 5px solid #eceeef; border-right: 5px solid #eceeef;
border-left: 0; border-left: 0;
text-align: right;
} }
.blockquote-reverse footer:before { .blockquote-reverse footer:before {
content: ''; content: '';
...@@ -698,16 +700,16 @@ code { ...@@ -698,16 +700,16 @@ code {
font-size: 90%; font-size: 90%;
color: #d44950; color: #d44950;
background-color: #f7f7f9; background-color: #f7f7f9;
border-radius: 0.25rem; border-radius: .25rem;
} }
kbd { kbd {
padding: .2rem .4rem; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: #ffffff; color: #fff;
background-color: #333333; background-color: #333;
border-radius: 0.2rem; border-radius: .2rem;
-webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
...@@ -725,7 +727,7 @@ pre { ...@@ -725,7 +727,7 @@ pre {
line-height: 1.5; line-height: 1.5;
color: #373a3c; color: #373a3c;
background-color: #f7f7f9; background-color: #f7f7f9;
border-radius: 0.25rem; border-radius: .25rem;
} }
pre code { pre code {
padding: 0; padding: 0;
...@@ -739,10 +741,10 @@ pre code { ...@@ -739,10 +741,10 @@ pre code {
overflow-y: scroll; overflow-y: scroll;
} }
.container { .container {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: 0.75rem;
padding-right: 0.75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.container { .container {
...@@ -760,20 +762,20 @@ pre code { ...@@ -760,20 +762,20 @@ pre code {
} }
} }
.container-fluid { .container-fluid {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: 0.75rem;
padding-right: 0.75rem;
} }
.row { .row {
margin-left: -0.75rem; margin-right: -.75rem;
margin-right: -0.75rem; margin-left: -.75rem;
} }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-left: 0.75rem; padding-right: .75rem;
padding-right: 0.75rem; padding-left: .75rem;
} }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; float: left;
...@@ -929,7 +931,7 @@ pre code { ...@@ -929,7 +931,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0%; margin-left: 0;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.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-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 {
...@@ -1086,7 +1088,7 @@ pre code { ...@@ -1086,7 +1088,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-sm-offset-0 { .col-sm-offset-0 {
margin-left: 0%; margin-left: 0;
} }
} }
@media (min-width: 62em) { @media (min-width: 62em) {
...@@ -1244,7 +1246,7 @@ pre code { ...@@ -1244,7 +1246,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-md-offset-0 { .col-md-offset-0 {
margin-left: 0%; margin-left: 0;
} }
} }
@media (min-width: 75em) { @media (min-width: 75em) {
...@@ -1402,15 +1404,15 @@ pre code { ...@@ -1402,15 +1404,15 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-lg-offset-0 { .col-lg-offset-0 {
margin-left: 0%; margin-left: 0;
} }
} }
table { table {
background-color: transparent; background-color: transparent;
} }
caption { caption {
padding-top: 0.75rem; padding-top: .75rem;
padding-bottom: 0.75rem; padding-bottom: .75rem;
color: #818a91; color: #818a91;
text-align: left; text-align: left;
} }
...@@ -1428,7 +1430,7 @@ th { ...@@ -1428,7 +1430,7 @@ th {
.table > thead > tr > td, .table > thead > tr > td,
.table > tbody > tr > td, .table > tbody > tr > td,
.table > tfoot > tr > td { .table > tfoot > tr > td {
padding: 0.75rem; padding: .75rem;
line-height: 1.5; line-height: 1.5;
vertical-align: top; vertical-align: top;
border-top: 1px solid #eceeef; border-top: 1px solid #eceeef;
...@@ -1446,7 +1448,7 @@ th { ...@@ -1446,7 +1448,7 @@ th {
.table-condensed > thead > tr > td, .table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { .table-condensed > tfoot > tr > td {
padding: 0.3rem; padding: .3rem;
} }
.table-bordered { .table-bordered {
border: 1px solid #eceeef; border: 1px solid #eceeef;
...@@ -1471,14 +1473,14 @@ th { ...@@ -1471,14 +1473,14 @@ th {
} }
table col[class*="col-"] { table col[class*="col-"] {
position: static; position: static;
float: none;
display: table-column; display: table-column;
float: none;
} }
table td[class*="col-"], table td[class*="col-"],
table th[class*="col-"] { table th[class*="col-"] {
position: static; position: static;
float: none;
display: table-cell; display: table-cell;
float: none;
} }
.table > thead > tr > td.active, .table > thead > tr > td.active,
.table > tbody > tr > td.active, .table > tbody > tr > td.active,
...@@ -1654,10 +1656,6 @@ table th[class*="col-"] { ...@@ -1654,10 +1656,6 @@ table th[class*="col-"] {
.table-inverse > tbody > tr > td { .table-inverse > tbody > tr > td {
border-color: #55595c; border-color: #55595c;
} }
.table-reflow {
border-right: ;
border-bottom: ;
}
.table-reflow thead { .table-reflow thead {
float: left; float: left;
} }
...@@ -1699,10 +1697,10 @@ table th[class*="col-"] { ...@@ -1699,10 +1697,10 @@ table th[class*="col-"] {
border: 1px solid #eceeef; border: 1px solid #eceeef;
} }
fieldset { fieldset {
min-width: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;
min-width: 0;
} }
legend { legend {
display: block; display: block;
...@@ -1760,37 +1758,37 @@ output { ...@@ -1760,37 +1758,37 @@ output {
display: block; display: block;
width: 100%; width: 100%;
height: 2.6rem; height: 2.6rem;
padding: 0.5rem 0.75rem; padding: .5rem .75rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #55595c; color: #55595c;
background-color: #ffffff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 0.25rem; border-radius: .25rem;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} }
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #999999; color: #999;
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999999; color: #999;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #999999; color: #999;
} }
.form-control::placeholder { .form-control::placeholder {
color: #999999; color: #999;
} }
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
...@@ -1801,8 +1799,8 @@ fieldset[disabled] .form-control { ...@@ -1801,8 +1799,8 @@ fieldset[disabled] .form-control {
} }
textarea.form-control { textarea.form-control {
height: auto; height: auto;
padding-top: 0.75rem; padding-top: .75rem;
padding-bottom: 0.75rem; padding-bottom: .75rem;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: none; -webkit-appearance: none;
...@@ -1881,8 +1879,8 @@ _:-ms-fullscreen.input-lg, ...@@ -1881,8 +1879,8 @@ _:-ms-fullscreen.input-lg,
.checkbox input[type="checkbox"], .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] { .checkbox-inline input[type="checkbox"] {
position: absolute; position: absolute;
margin-left: -20px;
margin-top: 4px \9; margin-top: 4px \9;
margin-left: -20px;
} }
.radio + .radio, .radio + .radio,
.checkbox + .checkbox { .checkbox + .checkbox {
...@@ -1893,8 +1891,8 @@ _:-ms-fullscreen.input-lg, ...@@ -1893,8 +1891,8 @@ _:-ms-fullscreen.input-lg,
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
vertical-align: middle;
font-weight: normal; font-weight: normal;
vertical-align: middle;
cursor: pointer; cursor: pointer;
} }
.radio-inline + .radio-inline, .radio-inline + .radio-inline,
...@@ -1929,16 +1927,16 @@ fieldset[disabled] .checkbox label { ...@@ -1929,16 +1927,16 @@ fieldset[disabled] .checkbox label {
} }
.form-control-static.input-lg, .form-control-static.input-lg,
.form-control-static.input-sm { .form-control-static.input-sm {
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
.input-sm, .input-sm,
.form-group-sm .form-control { .form-group-sm .form-control {
height: 1.975rem; height: 1.975rem;
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
select.input-sm, select.input-sm,
select.form-group-sm .form-control { select.form-group-sm .form-control {
...@@ -1954,10 +1952,10 @@ select[multiple].form-group-sm .form-control { ...@@ -1954,10 +1952,10 @@ select[multiple].form-group-sm .form-control {
.input-lg, .input-lg,
.form-group-lg .form-control { .form-group-lg .form-control {
height: 3.2625rem; height: 3.2625rem;
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.33; line-height: 1.33;
border-radius: 0.3rem; border-radius: .3rem;
} }
select.input-lg, select.input-lg,
select.form-group-lg .form-control { select.form-group-lg .form-control {
...@@ -2012,18 +2010,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2012,18 +2010,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
} }
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #3c763d;
} }
.has-success .form-control-feedback { .has-success .form-control-feedback {
color: #3c763d; color: #3c763d;
...@@ -2042,18 +2040,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2042,18 +2040,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
} }
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #8a6d3b;
} }
.has-warning .form-control-feedback { .has-warning .form-control-feedback {
color: #8a6d3b; color: #8a6d3b;
...@@ -2072,18 +2070,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2072,18 +2070,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
} }
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
border-color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #a94442;
} }
.has-error .form-control-feedback { .has-error .form-control-feedback {
color: #a94442; color: #a94442;
...@@ -2154,27 +2152,27 @@ select[multiple].form-group-lg .form-control { ...@@ -2154,27 +2152,27 @@ select[multiple].form-group-lg .form-control {
.form-horizontal .checkbox, .form-horizontal .checkbox,
.form-horizontal .radio-inline, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline { .form-horizontal .checkbox-inline {
padding-top: 1.5rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
padding-top: 1.5rem;
} }
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox { .form-horizontal .checkbox {
min-height: 25.5px; min-height: 25.5px;
} }
.form-horizontal .form-group { .form-horizontal .form-group {
margin-left: -0.75rem; margin-right: -.75rem;
margin-right: -0.75rem; margin-left: -.75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 1.5rem; padding-top: 1.5rem;
margin-bottom: 0;
text-align: right;
} }
} }
.form-horizontal .has-feedback .form-control-feedback { .form-horizontal .has-feedback .form-control-feedback {
right: 0.75rem; right: .75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.form-horizontal .form-group-lg .control-label { .form-horizontal .form-group-lg .control-label {
...@@ -2188,27 +2186,27 @@ select[multiple].form-group-lg .form-control { ...@@ -2188,27 +2186,27 @@ select[multiple].form-group-lg .form-control {
} }
.btn { .btn {
display: inline-block; display: inline-block;
padding: .5rem .75rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none;
border: 0.05rem solid transparent;
white-space: nowrap;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
-webkit-transition: all 0.2s ease-in-out; background-image: none;
-o-transition: all 0.2s ease-in-out; border: .05rem solid transparent;
transition: all 0.2s ease-in-out; border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
} }
.btn:focus, .btn:focus,
.btn:active:focus, .btn:active:focus,
...@@ -2227,26 +2225,26 @@ select[multiple].form-group-lg .form-control { ...@@ -2227,26 +2225,26 @@ select[multiple].form-group-lg .form-control {
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
outline: 0;
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); outline: 0;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none; pointer-events: none;
opacity: .65; cursor: not-allowed;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .65;
} }
.btn-primary { .btn-primary {
color: #ffffff; color: #fff;
background-color: #027de7; background-color: #027de7;
border-color: #026fce; border-color: #026fce;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus, .btn-primary:focus,
...@@ -2254,7 +2252,7 @@ fieldset[disabled] .btn { ...@@ -2254,7 +2252,7 @@ fieldset[disabled] .btn {
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
color: #ffffff; color: #fff;
background-color: #0262b4; background-color: #0262b4;
border-color: #014e91; border-color: #014e91;
} }
...@@ -2262,8 +2260,8 @@ fieldset[disabled] .btn { ...@@ -2262,8 +2260,8 @@ fieldset[disabled] .btn {
.btn-primary.active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-primary.disabled, .btn-primary.disabled,
.btn-primary[disabled], .btn-primary[disabled],
...@@ -2288,14 +2286,14 @@ fieldset[disabled] .btn-primary.active { ...@@ -2288,14 +2286,14 @@ fieldset[disabled] .btn-primary.active {
} }
.btn-primary .badge { .btn-primary .badge {
color: #027de7; color: #027de7;
background-color: #ffffff; background-color: #fff;
} }
.btn-secondary { .btn-secondary {
color: #373a3c; color: #373a3c;
background-color: #ffffff; background-color: #fff;
border-color: #eceeef; border-color: #eceeef;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-secondary:hover, .btn-secondary:hover,
.btn-secondary:focus, .btn-secondary:focus,
...@@ -2311,8 +2309,8 @@ fieldset[disabled] .btn-primary.active { ...@@ -2311,8 +2309,8 @@ fieldset[disabled] .btn-primary.active {
.btn-secondary.active, .btn-secondary.active,
.open > .dropdown-toggle.btn-secondary { .open > .dropdown-toggle.btn-secondary {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-secondary.disabled, .btn-secondary.disabled,
.btn-secondary[disabled], .btn-secondary[disabled],
...@@ -2332,19 +2330,19 @@ fieldset[disabled] .btn-secondary:active, ...@@ -2332,19 +2330,19 @@ fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active, .btn-secondary.disabled.active,
.btn-secondary[disabled].active, .btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active { fieldset[disabled] .btn-secondary.active {
background-color: #ffffff; background-color: #fff;
border-color: #eceeef; border-color: #eceeef;
} }
.btn-secondary .badge { .btn-secondary .badge {
color: #ffffff; color: #fff;
background-color: #373a3c; background-color: #373a3c;
} }
.btn-info { .btn-info {
color: #ffffff; color: #fff;
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-info:hover, .btn-info:hover,
.btn-info:focus, .btn-info:focus,
...@@ -2352,7 +2350,7 @@ fieldset[disabled] .btn-secondary.active { ...@@ -2352,7 +2350,7 @@ fieldset[disabled] .btn-secondary.active {
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
color: #ffffff; color: #fff;
background-color: #31b0d5; background-color: #31b0d5;
border-color: #269abc; border-color: #269abc;
} }
...@@ -2360,8 +2358,8 @@ fieldset[disabled] .btn-secondary.active { ...@@ -2360,8 +2358,8 @@ fieldset[disabled] .btn-secondary.active {
.btn-info.active, .btn-info.active,
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-info.disabled, .btn-info.disabled,
.btn-info[disabled], .btn-info[disabled],
...@@ -2386,14 +2384,14 @@ fieldset[disabled] .btn-info.active { ...@@ -2386,14 +2384,14 @@ fieldset[disabled] .btn-info.active {
} }
.btn-info .badge { .btn-info .badge {
color: #5bc0de; color: #5bc0de;
background-color: #ffffff; background-color: #fff;
} }
.btn-success { .btn-success {
color: #ffffff; color: #fff;
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
...@@ -2401,7 +2399,7 @@ fieldset[disabled] .btn-info.active { ...@@ -2401,7 +2399,7 @@ fieldset[disabled] .btn-info.active {
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
color: #ffffff; color: #fff;
background-color: #449d44; background-color: #449d44;
border-color: #398439; border-color: #398439;
} }
...@@ -2409,8 +2407,8 @@ fieldset[disabled] .btn-info.active { ...@@ -2409,8 +2407,8 @@ fieldset[disabled] .btn-info.active {
.btn-success.active, .btn-success.active,
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-success.disabled, .btn-success.disabled,
.btn-success[disabled], .btn-success[disabled],
...@@ -2435,14 +2433,14 @@ fieldset[disabled] .btn-success.active { ...@@ -2435,14 +2433,14 @@ fieldset[disabled] .btn-success.active {
} }
.btn-success .badge { .btn-success .badge {
color: #5cb85c; color: #5cb85c;
background-color: #ffffff; background-color: #fff;
} }
.btn-warning { .btn-warning {
color: #ffffff; color: #fff;
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus, .btn-warning:focus,
...@@ -2450,7 +2448,7 @@ fieldset[disabled] .btn-success.active { ...@@ -2450,7 +2448,7 @@ fieldset[disabled] .btn-success.active {
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
color: #ffffff; color: #fff;
background-color: #ec971f; background-color: #ec971f;
border-color: #d58512; border-color: #d58512;
} }
...@@ -2458,8 +2456,8 @@ fieldset[disabled] .btn-success.active { ...@@ -2458,8 +2456,8 @@ fieldset[disabled] .btn-success.active {
.btn-warning.active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-warning.disabled, .btn-warning.disabled,
.btn-warning[disabled], .btn-warning[disabled],
...@@ -2484,14 +2482,14 @@ fieldset[disabled] .btn-warning.active { ...@@ -2484,14 +2482,14 @@ fieldset[disabled] .btn-warning.active {
} }
.btn-warning .badge { .btn-warning .badge {
color: #f0ad4e; color: #f0ad4e;
background-color: #ffffff; background-color: #fff;
} }
.btn-danger { .btn-danger {
color: #ffffff; color: #fff;
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus, .btn-danger:focus,
...@@ -2499,7 +2497,7 @@ fieldset[disabled] .btn-warning.active { ...@@ -2499,7 +2497,7 @@ fieldset[disabled] .btn-warning.active {
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
color: #ffffff; color: #fff;
background-color: #c9302c; background-color: #c9302c;
border-color: #ac2925; border-color: #ac2925;
} }
...@@ -2507,8 +2505,8 @@ fieldset[disabled] .btn-warning.active { ...@@ -2507,8 +2505,8 @@ fieldset[disabled] .btn-warning.active {
.btn-danger.active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-danger.disabled, .btn-danger.disabled,
.btn-danger[disabled], .btn-danger[disabled],
...@@ -2533,11 +2531,11 @@ fieldset[disabled] .btn-danger.active { ...@@ -2533,11 +2531,11 @@ fieldset[disabled] .btn-danger.active {
} }
.btn-danger .badge { .btn-danger .badge {
color: #d9534f; color: #d9534f;
background-color: #ffffff; background-color: #fff;
} }
.btn-link { .btn-link {
color: #027de7;
font-weight: normal; font-weight: normal;
color: #027de7;
border-radius: 0; border-radius: 0;
} }
.btn-link, .btn-link,
...@@ -2570,24 +2568,24 @@ fieldset[disabled] .btn-link:focus { ...@@ -2570,24 +2568,24 @@ fieldset[disabled] .btn-link:focus {
} }
.btn-lg, .btn-lg,
.btn-group-lg > .btn { .btn-group-lg > .btn {
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.33; line-height: 1.33;
border-radius: 0.3rem; border-radius: .3rem;
} }
.btn-sm, .btn-sm,
.btn-group-sm > .btn { .btn-group-sm > .btn {
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
.btn-xs, .btn-xs,
.btn-group-xs > .btn { .btn-group-xs > .btn {
padding: 0.2rem 0.5rem; padding: .2rem .5rem;
font-size: 0.75rem; font-size: .75rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
.btn-block { .btn-block {
display: block; display: block;
...@@ -2637,12 +2635,12 @@ tbody.collapse.in { ...@@ -2637,12 +2635,12 @@ tbody.collapse.in {
display: inline-block; display: inline-block;
width: 0; width: 0;
height: 0; height: 0;
content: "";
margin-left: .25rem; margin-left: .25rem;
vertical-align: middle; vertical-align: middle;
border-top: 0.3em solid; content: "";
border-right: 0.3em solid transparent; border-top: .3em solid;
border-left: 0.3em solid transparent; border-right: .3em solid transparent;
border-left: .3em solid transparent;
} }
.dropdown-toggle:focus { .dropdown-toggle:focus {
outline: 0; outline: 0;
...@@ -2657,16 +2655,16 @@ tbody.collapse.in { ...@@ -2657,16 +2655,16 @@ tbody.collapse.in {
min-width: 160px; min-width: 160px;
padding: 5px 0; padding: 5px 0;
margin: 2px 0 0; margin: 2px 0 0;
list-style: none;
font-size: 1rem; font-size: 1rem;
text-align: left; text-align: left;
background-color: #ffffff; list-style: none;
border: 1px solid rgba(0, 0, 0, 0.15); background-color: #fff;
border-radius: 0.25rem;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} }
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
...@@ -2685,17 +2683,17 @@ tbody.collapse.in { ...@@ -2685,17 +2683,17 @@ tbody.collapse.in {
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
text-decoration: none;
color: #2b2d2f; color: #2b2d2f;
text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
outline: 0;
background-color: #027de7; background-color: #027de7;
outline: 0;
} }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
...@@ -2705,10 +2703,10 @@ tbody.collapse.in { ...@@ -2705,10 +2703,10 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
text-decoration: none; text-decoration: none;
cursor: not-allowed;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
} }
.open > .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
...@@ -2717,27 +2715,27 @@ tbody.collapse.in { ...@@ -2717,27 +2715,27 @@ tbody.collapse.in {
outline: 0; outline: 0;
} }
.dropdown-menu-right { .dropdown-menu-right {
left: auto;
right: 0; right: 0;
left: auto;
} }
.dropdown-menu-left { .dropdown-menu-left {
left: 0;
right: auto; right: auto;
left: 0;
} }
.dropdown-header { .dropdown-header {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
color: #818a91; color: #818a91;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
position: fixed; position: fixed;
left: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
top: 0; left: 0;
z-index: 990; z-index: 990;
} }
.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
...@@ -2746,9 +2744,9 @@ tbody.collapse.in { ...@@ -2746,9 +2744,9 @@ tbody.collapse.in {
} }
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 0.3em solid;
content: ""; content: "";
border-top: 0;
border-bottom: .3em solid;
} }
.dropup .dropdown-menu, .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { .navbar-fixed-bottom .dropdown .dropdown-menu {
...@@ -2758,12 +2756,12 @@ tbody.collapse.in { ...@@ -2758,12 +2756,12 @@ tbody.collapse.in {
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-right .dropdown-menu { .navbar-right .dropdown-menu {
left: auto;
right: 0; right: 0;
left: auto;
} }
.navbar-right .dropdown-menu-left { .navbar-right .dropdown-menu-left {
left: 0;
right: auto; right: auto;
left: 0;
} }
} }
.btn-group, .btn-group,
...@@ -2816,13 +2814,13 @@ tbody.collapse.in { ...@@ -2816,13 +2814,13 @@ tbody.collapse.in {
margin-left: 0; margin-left: 0;
} }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.btn-group > .btn-group { .btn-group > .btn-group {
float: left; float: left;
...@@ -2832,28 +2830,28 @@ tbody.collapse.in { ...@@ -2832,28 +2830,28 @@ tbody.collapse.in {
} }
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { .btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.btn-group > .btn-group:last-child > .btn:first-child { .btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
outline: 0; outline: 0;
} }
.btn-group > .btn + .dropdown-toggle { .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; padding-right: 8px;
padding-left: 8px;
} }
.btn-group > .btn-lg + .dropdown-toggle { .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; padding-right: 12px;
padding-left: 12px;
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
...@@ -2863,11 +2861,11 @@ tbody.collapse.in { ...@@ -2863,11 +2861,11 @@ tbody.collapse.in {
margin-left: 0; margin-left: 0;
} }
.btn-lg .caret { .btn-lg .caret {
border-width: 0.3em 0.3em 0; border-width: .3em .3em 0;
border-bottom-width: 0; border-bottom-width: 0;
} }
.dropup .btn-lg .caret { .dropup .btn-lg .caret {
border-width: 0 0.3em 0.3em; border-width: 0 .3em .3em;
} }
.btn-group-vertical > .btn, .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group,
...@@ -2891,14 +2889,14 @@ tbody.collapse.in { ...@@ -2891,14 +2889,14 @@ tbody.collapse.in {
border-radius: 0; border-radius: 0;
} }
.btn-group-vertical > .btn:first-child:not(:last-child) { .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn:last-child:not(:first-child) { .btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: .25rem;
} }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
...@@ -2909,8 +2907,8 @@ tbody.collapse.in { ...@@ -2909,8 +2907,8 @@ tbody.collapse.in {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.btn-group-justified { .btn-group-justified {
display: table; display: table;
...@@ -2920,8 +2918,8 @@ tbody.collapse.in { ...@@ -2920,8 +2918,8 @@ tbody.collapse.in {
} }
.btn-group-justified > .btn, .btn-group-justified > .btn,
.btn-group-justified > .btn-group { .btn-group-justified > .btn-group {
float: none;
display: table-cell; display: table-cell;
float: none;
width: 1%; width: 1%;
} }
.btn-group-justified > .btn-group .btn { .btn-group-justified > .btn-group .btn {
...@@ -2945,8 +2943,8 @@ tbody.collapse.in { ...@@ -2945,8 +2943,8 @@ tbody.collapse.in {
} }
.input-group[class*="col-"] { .input-group[class*="col-"] {
float: none; float: none;
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
.input-group .form-control { .input-group .form-control {
position: relative; position: relative;
...@@ -2959,10 +2957,10 @@ tbody.collapse.in { ...@@ -2959,10 +2957,10 @@ tbody.collapse.in {
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
height: 3.2625rem; height: 3.2625rem;
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.33; line-height: 1.33;
border-radius: 0.3rem; border-radius: .3rem;
} }
select.input-group-lg > .form-control, select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-addon,
...@@ -2982,10 +2980,10 @@ select[multiple].input-group-lg > .input-group-btn > .btn { ...@@ -2982,10 +2980,10 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-group-sm > .input-group-btn > .btn {
height: 1.975rem; height: 1.975rem;
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
select.input-group-sm > .form-control, select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-addon,
...@@ -3018,25 +3016,25 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3018,25 +3016,25 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
vertical-align: middle; vertical-align: middle;
} }
.input-group-addon { .input-group-addon {
padding: 0.5rem 0.75rem; padding: .5rem .75rem;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #55595c; color: #55595c;
text-align: center; text-align: center;
background-color: #eceeef; background-color: #eceeef;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 0.25rem; border-radius: .25rem;
} }
.input-group-addon.input-sm { .input-group-addon.input-sm {
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
border-radius: 0.2rem; border-radius: .2rem;
} }
.input-group-addon.input-lg { .input-group-addon.input-lg {
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
border-radius: 0.3rem; border-radius: .3rem;
} }
.input-group-addon input[type="radio"], .input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { .input-group-addon input[type="checkbox"] {
...@@ -3049,8 +3047,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3049,8 +3047,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.input-group-addon:first-child { .input-group-addon:first-child {
border-right: 0; border-right: 0;
...@@ -3062,8 +3060,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3062,8 +3060,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.input-group-addon:last-child { .input-group-addon:last-child {
border-left: 0; border-left: 0;
...@@ -3093,8 +3091,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3093,8 +3091,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-left: -1px; margin-left: -1px;
} }
.nav { .nav {
margin-bottom: 0;
padding-left: 0; padding-left: 0;
margin-bottom: 0;
list-style: none; list-style: none;
} }
.nav-item { .nav-item {
...@@ -3103,7 +3101,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3103,7 +3101,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-link { .nav-link {
display: inline-block; display: inline-block;
padding: 0.6em 1em; padding: .6em 1em;
line-height: 1.5; line-height: 1.5;
} }
.nav-link:hover, .nav-link:hover,
...@@ -3122,11 +3120,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3122,11 +3120,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.disabled > .nav-link:focus, .disabled > .nav-link:focus,
.nav-link.disabled:focus { .nav-link.disabled:focus {
color: #818a91; color: #818a91;
background-color: transparent;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent;
} }
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #ddd;
} }
.nav-tabs .nav-item { .nav-tabs .nav-item {
float: left; float: left;
...@@ -3138,11 +3136,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3138,11 +3136,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs .nav-link { .nav-tabs .nav-link {
display: block; display: block;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem 0.25rem 0 0; border-radius: .25rem .25rem 0 0;
} }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus { .nav-tabs .nav-link:focus {
border-color: #eceeef #eceeef #dddddd; border-color: #eceeef #eceeef #ddd;
} }
.nav-tabs .open > .nav-link, .nav-tabs .open > .nav-link,
.nav-tabs .active > .nav-link, .nav-tabs .active > .nav-link,
...@@ -3157,8 +3155,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3157,8 +3155,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs .nav-link.open:focus, .nav-tabs .nav-link.open:focus,
.nav-tabs .nav-link.active:focus { .nav-tabs .nav-link.active:focus {
color: #55595c; color: #55595c;
background-color: #ffffff; background-color: #fff;
border-color: #dddddd #dddddd transparent; border-color: #ddd #ddd transparent;
} }
.nav-tabs .disabled > .nav-link, .nav-tabs .disabled > .nav-link,
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled,
...@@ -3178,7 +3176,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3178,7 +3176,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-pills .nav-link { .nav-pills .nav-link {
display: block; display: block;
border-radius: 0.25rem; border-radius: .25rem;
} }
.nav-pills .open > .nav-link, .nav-pills .open > .nav-link,
.nav-pills .active > .nav-link, .nav-pills .active > .nav-link,
...@@ -3192,13 +3190,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3192,13 +3190,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills .active > .nav-link:focus, .nav-pills .active > .nav-link:focus,
.nav-pills .nav-link.open:focus, .nav-pills .nav-link.open:focus,
.nav-pills .nav-link.active:focus { .nav-pills .nav-link.active:focus {
color: #ffffff; color: #fff;
background-color: #027de7;
cursor: default; cursor: default;
background-color: #027de7;
} }
.nav-stacked .nav-item { .nav-stacked .nav-item {
float: none;
display: block; display: block;
float: none;
} }
.nav-stacked .nav-item + .nav-item { .nav-stacked .nav-item + .nav-item {
margin-top: .2rem; margin-top: .2rem;
...@@ -3212,8 +3210,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3212,8 +3210,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-tabs .dropdown-menu { .nav-tabs .dropdown-menu {
margin-top: -1px; margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.navbar { .navbar {
position: relative; position: relative;
...@@ -3224,7 +3222,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3224,7 +3222,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar { .navbar {
border-radius: 0.25rem; border-radius: .25rem;
} }
} }
@media (min-width: 48em) { @media (min-width: 48em) {
...@@ -3233,13 +3231,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3233,13 +3231,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-collapse { .navbar-collapse {
padding-right: .75rem;
padding-left: .75rem;
overflow-x: visible; overflow-x: visible;
padding-right: 0.75rem;
padding-left: 0.75rem;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
} }
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
...@@ -3263,8 +3261,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3263,8 +3261,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse, .navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
} }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
...@@ -3281,8 +3279,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3281,8 +3279,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.container-fluid > .navbar-header, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-collapse,
.container-fluid > .navbar-collapse { .container-fluid > .navbar-collapse {
margin-right: -0.75rem; margin-right: -.75rem;
margin-left: -0.75rem; margin-left: -.75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.container > .navbar-header, .container > .navbar-header,
...@@ -3367,14 +3365,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3367,14 +3365,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-toggle { .navbar-toggle {
position: relative; position: relative;
float: right; float: right;
margin-right: 0.75rem;
padding: 9px 10px; padding: 9px 10px;
margin-top: 8px; margin-top: 8px;
margin-right: .75rem;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem; border-radius: .25rem;
} }
.navbar-toggle:focus { .navbar-toggle:focus {
outline: 0; outline: 0;
...@@ -3394,7 +3392,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3394,7 +3392,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-nav { .navbar-nav {
margin: 6.5px -0.75rem; margin: 6.5px -.75rem;
} }
.navbar-nav > li > a { .navbar-nav > li > a {
padding-top: 10px; padding-top: 10px;
...@@ -3438,15 +3436,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3438,15 +3436,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-form { .navbar-form {
margin-left: -0.75rem; padding: 10px .75rem;
margin-right: -0.75rem; margin-top: 23.7px;
padding: 10px 0.75rem; margin-right: -.75rem;
margin-bottom: 23.7px;
margin-left: -.75rem;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
margin-top: 23.7px;
margin-bottom: 23.7px;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-form .form-group { .navbar-form .form-group {
...@@ -3506,19 +3504,19 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3506,19 +3504,19 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-form { .navbar-form {
width: auto; width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
} }
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
...@@ -3543,8 +3541,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3543,8 +3541,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-text { .navbar-text {
float: left; float: left;
margin-left: 0.75rem; margin-right: .75rem;
margin-right: 0.75rem; margin-left: .75rem;
} }
} }
@media (min-width: 48em) { @media (min-width: 48em) {
...@@ -3553,7 +3551,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3553,7 +3551,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.navbar-right { .navbar-right {
float: right !important; float: right !important;
margin-right: -0.75rem; margin-right: -.75rem;
} }
.navbar-right ~ .navbar-right { .navbar-right ~ .navbar-right {
margin-right: 0; margin-right: 0;
...@@ -3564,7 +3562,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3564,7 +3562,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-color: #e7e7e7; border-color: #e7e7e7;
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
color: #777777; color: #777;
} }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { .navbar-default .navbar-brand:focus {
...@@ -3572,37 +3570,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3572,37 +3570,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-text { .navbar-default .navbar-text {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { .navbar-default .navbar-nav > li > a:focus {
color: #333333; color: #333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { .navbar-default .navbar-nav > .active > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus { .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
border-color: #dddddd; border-color: #ddd;
} }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color: #dddddd; background-color: #ddd;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color: #888888; background-color: #888;
} }
.navbar-default .navbar-collapse, .navbar-default .navbar-collapse,
.navbar-default .navbar-form { .navbar-default .navbar-form {
...@@ -3611,49 +3609,49 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3611,49 +3609,49 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
color: #555555;
} }
@media (max-width: 47em) { @media (max-width: 47em) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333; color: #333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
} }
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777777; color: #777;
} }
.navbar-default .navbar-link:hover { .navbar-default .navbar-link:hover {
color: #333333; color: #333;
} }
.navbar-default .btn-link { .navbar-default .btn-link {
color: #777777; color: #777;
} }
.navbar-default .btn-link:hover, .navbar-default .btn-link:hover,
.navbar-default .btn-link:focus { .navbar-default .btn-link:focus {
color: #333333; color: #333;
} }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus { fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc; color: #ccc;
} }
.navbar-inverse { .navbar-inverse {
background-color: #373a3c; background-color: #373a3c;
...@@ -3667,16 +3665,16 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3667,16 +3665,16 @@ fieldset[disabled] .navbar-default .btn-link:focus {
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover, .navbar-inverse .nav-pills > .nav-item > .nav-link:hover,
.navbar-inverse .navbar-brand > a:focus, .navbar-inverse .navbar-brand > a:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus { .navbar-inverse .nav-pills > .nav-item > .nav-link:focus {
color: #ffffff; color: #fff;
} }
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover, .navbar-inverse .nav-pills > .nav-item > .nav-link:hover,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus { .navbar-inverse .nav-pills > .nav-item > .nav-link:focus {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .nav-pills > .active > .nav-link, .navbar-inverse .nav-pills > .active > .nav-link,
.navbar-inverse .nav-pills > .nav-link.active { .navbar-inverse .nav-pills > .nav-link.active {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
...@@ -3684,7 +3682,7 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3684,7 +3682,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
...@@ -3695,30 +3693,30 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3695,30 +3693,30 @@ fieldset[disabled] .navbar-default .btn-link:focus {
} }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus { .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444; color: #444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle { .navbar-inverse .navbar-toggle {
border-color: #333333; border-color: #333;
} }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { .navbar-inverse .navbar-toggle:focus {
background-color: #333333; background-color: #333;
} }
.navbar-inverse .navbar-toggle .icon-bar { .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff; background-color: #fff;
} }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { .navbar-inverse .navbar-form {
...@@ -3727,8 +3725,8 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3727,8 +3725,8 @@ fieldset[disabled] .navbar-default .btn-link:focus {
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #1f2021; background-color: #1f2021;
color: #ffffff;
} }
@media (max-width: 47em) { @media (max-width: 47em) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
...@@ -3742,19 +3740,19 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3742,19 +3740,19 @@ fieldset[disabled] .navbar-default .btn-link:focus {
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444; color: #444;
background-color: transparent; background-color: transparent;
} }
} }
...@@ -3762,20 +3760,20 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3762,20 +3760,20 @@ fieldset[disabled] .navbar-default .btn-link:focus {
color: #818a91; color: #818a91;
} }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #ffffff; color: #fff;
} }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #818a91; color: #818a91;
} }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus { .navbar-inverse .btn-link:focus {
color: #ffffff; color: #fff;
} }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus { fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444; color: #444;
} }
.card { .card {
position: relative; position: relative;
...@@ -3800,13 +3798,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3800,13 +3798,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: .75rem 1.25rem; padding: .75rem 1.25rem;
margin: -1.25rem -1.25rem 1.25rem; margin: -1.25rem -1.25rem 1.25rem;
border-bottom: .075rem solid #eee; border-bottom: .075rem solid #eee;
border-radius: 0.25rem 0.25rem 0 0; border-radius: .25rem .25rem 0 0;
} }
.card-footer { .card-footer {
padding: .75rem 1.25rem; padding: .75rem 1.25rem;
margin: 1.25rem -1.25rem -1.25rem; margin: 1.25rem -1.25rem -1.25rem;
border-top: .075rem solid #eee; border-top: .075rem solid #eee;
border-radius: 0 0 0.25rem 0.25rem; border-radius: 0 0 .25rem .25rem;
} }
.card-primary { .card-primary {
background-color: #027de7; background-color: #027de7;
...@@ -3830,7 +3828,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3830,7 +3828,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.card-inverse .card-header, .card-inverse .card-header,
.card-inverse .card-footer { .card-inverse .card-footer {
border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2); border-bottom: .075rem solid rgba(255, 255, 255, .2);
} }
.card-inverse .card-header, .card-inverse .card-header,
.card-inverse .card-footer, .card-inverse .card-footer,
...@@ -3841,20 +3839,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3841,20 +3839,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.card-inverse .card-link, .card-inverse .card-link,
.card-inverse .card-text, .card-inverse .card-text,
.card-inverse .card-blockquote > footer { .card-inverse .card-blockquote > footer {
color: rgba(255, 255, 255, 0.65); color: rgba(255, 255, 255, .65);
} }
.card-inverse .card-link:hover, .card-inverse .card-link:hover,
.card-inverse .card-link:focus { .card-inverse .card-link:focus {
color: #fff; color: #fff;
} }
.card-blockquote { .card-blockquote {
border-left: 0;
padding: 0; padding: 0;
margin-bottom: 0; margin-bottom: 0;
border-left: 0;
} }
.card-img { .card-img {
margin: -1.325rem; margin: -1.325rem;
border-radius: 0.25rem; border-radius: .25rem;
} }
.card-img-overlay { .card-img-overlay {
position: absolute; position: absolute;
...@@ -3866,11 +3864,11 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3866,11 +3864,11 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.card-img-top { .card-img-top {
margin: -1.325rem -1.325rem 1.25rem; margin: -1.325rem -1.325rem 1.25rem;
border-radius: 0.25rem 0.25rem 0 0; border-radius: .25rem .25rem 0 0;
} }
.card-img-bottom { .card-img-bottom {
margin: 1.25rem -1.325rem -1.325rem; margin: 1.25rem -1.325rem -1.325rem;
border-radius: 0 0 0.25rem 0.25rem; border-radius: 0 0 .25rem .25rem;
} }
.card-set { .card-set {
display: table; display: table;
...@@ -3878,13 +3876,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3878,13 +3876,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
border-spacing: 1.25rem 0; border-spacing: 1.25rem 0;
} }
.card-set .card { .card-set .card {
float: none;
display: table-cell; display: table-cell;
float: none;
max-width: none; max-width: none;
} }
.card-set-wrapper { .card-set-wrapper {
margin-left: -1.25rem;
margin-right: -1.25rem; margin-right: -1.25rem;
margin-left: -1.25rem;
} }
.card-group { .card-group {
display: table; display: table;
...@@ -3892,13 +3890,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3892,13 +3890,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
table-layout: fixed; table-layout: fixed;
} }
.card-group .card { .card-group .card {
float: none;
display: table-cell; display: table-cell;
float: none;
max-width: none; max-width: none;
} }
.card-group .card + .card { .card-group .card + .card {
border-left: 0;
margin-left: 0; margin-left: 0;
border-left: 0;
} }
.card-columns { .card-columns {
-webkit-column-count: 3; -webkit-column-count: 3;
...@@ -3914,20 +3912,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3914,20 +3912,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
/*margin-bottom: 1rem;*/ /*margin-bottom: 1rem;*/
} }
.breadcrumb { .breadcrumb {
padding: 0.75rem 1rem; padding: .75rem 1rem;
margin-bottom: 24px; margin-bottom: 24px;
list-style: none; list-style: none;
background-color: #eceeef; background-color: #eceeef;
border-radius: 0.25rem; border-radius: .25rem;
} }
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
content: "/\00a0";
padding-left: .5rem;
padding-right: .5rem; padding-right: .5rem;
padding-left: .5rem;
color: #818a91; color: #818a91;
content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #818a91; color: #818a91;
...@@ -3936,7 +3934,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3936,7 +3934,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin: 24px 0; margin: 24px 0;
border-radius: 0.25rem; border-radius: .25rem;
} }
.pagination > li { .pagination > li {
display: inline; display: inline;
...@@ -3945,24 +3943,24 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3945,24 +3943,24 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span { .pagination > li > span {
position: relative; position: relative;
float: left; float: left;
padding: 0.5rem 0.75rem; padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.5; line-height: 1.5;
text-decoration: none;
color: #027de7; color: #027de7;
background-color: #ffffff; text-decoration: none;
border: 1px solid #dddddd; background-color: #fff;
margin-left: -1px; border: 1px solid #ddd;
} }
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 0.25rem; border-top-left-radius: .25rem;
border-top-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-bottom-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-top-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
} }
.pagination > li > a:hover, .pagination > li > a:hover,
.pagination > li > span:hover, .pagination > li > span:hover,
...@@ -3970,7 +3968,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3970,7 +3968,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span:focus { .pagination > li > span:focus {
color: #01549b; color: #01549b;
background-color: #eceeef; background-color: #eceeef;
border-color: #dddddd; border-color: #ddd;
} }
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
...@@ -3979,10 +3977,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3979,10 +3977,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .active > a:focus, .pagination > .active > a:focus,
.pagination > .active > span:focus { .pagination > .active > span:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #fff;
cursor: default;
background-color: #027de7; background-color: #027de7;
border-color: #027de7; border-color: #027de7;
cursor: default;
} }
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > span:hover, .pagination > .disabled > span:hover,
...@@ -3991,45 +3989,45 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3991,45 +3989,45 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #818a91; color: #818a91;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
} }
.pagination-lg > li > a, .pagination-lg > li > a,
.pagination-lg > li > span { .pagination-lg > li > span {
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
} }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
border-bottom-left-radius: 0.3rem; border-top-left-radius: .3rem;
border-top-left-radius: 0.3rem; border-bottom-left-radius: .3rem;
} }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { .pagination-lg > li:last-child > span {
border-bottom-right-radius: 0.3rem; border-top-right-radius: .3rem;
border-top-right-radius: 0.3rem; border-bottom-right-radius: .3rem;
} }
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
} }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
border-bottom-left-radius: 0.2rem; border-top-left-radius: .2rem;
border-top-left-radius: 0.2rem; border-bottom-left-radius: .2rem;
} }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { .pagination-sm > li:last-child > span {
border-bottom-right-radius: 0.2rem; border-top-right-radius: .2rem;
border-top-right-radius: 0.2rem; border-bottom-right-radius: .2rem;
} }
.pager { .pager {
padding-left: 0; padding-left: 0;
margin: 24px 0; margin: 24px 0;
list-style: none;
text-align: center; text-align: center;
list-style: none;
} }
.pager li { .pager li {
display: inline; display: inline;
...@@ -4038,8 +4036,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4038,8 +4036,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > span { .pager li > span {
display: inline-block; display: inline-block;
padding: 5px 14px; padding: 5px 14px;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
border-radius: 15px; border-radius: 15px;
} }
.pager li > a:hover, .pager li > a:hover,
...@@ -4060,8 +4058,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4060,8 +4058,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #818a91; color: #818a91;
background-color: #ffffff;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff;
} }
.label { .label {
display: inline; display: inline;
...@@ -4069,15 +4067,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4069,15 +4067,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: 0.25em; border-radius: .25em;
} }
a.label:hover, a.label:hover,
a.label:focus { a.label:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
...@@ -4132,13 +4130,13 @@ a.label:focus { ...@@ -4132,13 +4130,13 @@ a.label:focus {
} }
.badge { .badge {
position: relative; position: relative;
top: -0.1em; top: -.1em;
display: inline-block; display: inline-block;
padding-left: .6em;
padding-right: .6em; padding-right: .6em;
padding-left: .6em;
font-size: .75em; font-size: .75em;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
background-color: #818a91; background-color: #818a91;
...@@ -4153,14 +4151,14 @@ a.label:focus { ...@@ -4153,14 +4151,14 @@ a.label:focus {
} }
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #027de7; color: #027de7;
background-color: #ffffff; background-color: #fff;
} }
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
...@@ -4179,7 +4177,7 @@ a.list-group-item.active > .badge, ...@@ -4179,7 +4177,7 @@ a.list-group-item.active > .badge,
border-top-color: #d0d5d8; border-top-color: #d0d5d8;
} }
.container .jumbotron { .container .jumbotron {
border-radius: 0.3rem; border-radius: .3rem;
} }
.jumbotron .container { .jumbotron .container {
max-width: 100%; max-width: 100%;
...@@ -4190,8 +4188,8 @@ a.list-group-item.active > .badge, ...@@ -4190,8 +4188,8 @@ a.list-group-item.active > .badge,
padding-bottom: 3.2rem; padding-bottom: 3.2rem;
} }
.container .jumbotron { .container .jumbotron {
padding-left: 4rem;
padding-right: 4rem; padding-right: 4rem;
padding-left: 4rem;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
...@@ -4202,7 +4200,7 @@ a.list-group-item.active > .badge, ...@@ -4202,7 +4200,7 @@ a.list-group-item.active > .badge,
padding: 15px; padding: 15px;
margin-bottom: 24px; margin-bottom: 24px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem; border-radius: .25rem;
} }
.alert h4 { .alert h4 {
margin-top: 0; margin-top: 0;
...@@ -4228,9 +4226,9 @@ a.list-group-item.active > .badge, ...@@ -4228,9 +4226,9 @@ a.list-group-item.active > .badge,
color: inherit; color: inherit;
} }
.alert-success { .alert-success {
color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
color: #3c763d;
} }
.alert-success hr { .alert-success hr {
border-top-color: #c9e2b3; border-top-color: #c9e2b3;
...@@ -4239,9 +4237,9 @@ a.list-group-item.active > .badge, ...@@ -4239,9 +4237,9 @@ a.list-group-item.active > .badge,
color: #2b542c; color: #2b542c;
} }
.alert-info { .alert-info {
color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
color: #31708f;
} }
.alert-info hr { .alert-info hr {
border-top-color: #a6e1ec; border-top-color: #a6e1ec;
...@@ -4250,9 +4248,9 @@ a.list-group-item.active > .badge, ...@@ -4250,9 +4248,9 @@ a.list-group-item.active > .badge,
color: #245269; color: #245269;
} }
.alert-warning { .alert-warning {
color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
color: #8a6d3b;
} }
.alert-warning hr { .alert-warning hr {
border-top-color: #f7e1b5; border-top-color: #f7e1b5;
...@@ -4261,9 +4259,9 @@ a.list-group-item.active > .badge, ...@@ -4261,9 +4259,9 @@ a.list-group-item.active > .badge,
color: #66512c; color: #66512c;
} }
.alert-danger { .alert-danger {
color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
color: #a94442;
} }
.alert-danger hr { .alert-danger hr {
border-top-color: #e4b9c0; border-top-color: #e4b9c0;
...@@ -4303,33 +4301,34 @@ a.list-group-item.active > .badge, ...@@ -4303,33 +4301,34 @@ a.list-group-item.active > .badge,
margin-bottom: 24px; margin-bottom: 24px;
} }
.progress[value] { .progress[value] {
appearance: none;
border: 0;
color: #0074d9; color: #0074d9;
border: 0;
appearance: none;
} }
.progress[value]::-webkit-progress-bar { .progress[value]::-webkit-progress-bar {
background-color: #eee; background-color: #eee;
border-radius: 0.25rem; border-radius: .25rem;
-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
} }
.progress[value]::-webkit-progress-value::before { .progress[value]::-webkit-progress-value::before {
content: attr(value); content: attr(value);
} }
.progress[value]::-webkit-progress-value { .progress[value]::-webkit-progress-value {
background-color: #0074d9; background-color: #0074d9;
border-top-left-radius: 0.25rem; border-top-left-radius: .25rem;
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.progress[value="0"]::-webkit-progress-value { .progress[value="0"]::-webkit-progress-value {
color: #818a91;
min-width: 2rem; min-width: 2rem;
color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
.progress[value="100"]::-webkit-progress-value { .progress[value="100"]::-webkit-progress-value {
border-top-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
} }
/* Commented out for now because linter. /* Commented out for now because linter.
@-moz-document url-prefix() { @-moz-document url-prefix() {
...@@ -4358,47 +4357,47 @@ a.list-group-item.active > .badge, ...@@ -4358,47 +4357,47 @@ a.list-group-item.active > .badge,
@media screen and (min-width:0\0) { @media screen and (min-width:0\0) {
.progress { .progress {
background-color: #eee; background-color: #eee;
border-radius: 0.25rem; border-radius: .25rem;
-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
} }
.progress-bar { .progress-bar {
display: inline-block; display: inline-block;
height: 24px; height: 24px;
text-indent: -999rem; text-indent: -999rem;
background-color: #0074d9; background-color: #0074d9;
border-top-left-radius: 0.25rem; border-top-left-radius: .25rem;
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.progress[width^="0"] { .progress[width^="0"] {
color: #818a91;
min-width: 2rem; min-width: 2rem;
color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
.progress[width="100%"] { .progress[width="100%"] {
border-top-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
} }
} }
.progress-striped[value]::-webkit-progress-value { .progress-striped[value]::-webkit-progress-value {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 24px 24px; -webkit-background-size: 24px 24px;
background-size: 24px 24px; background-size: 24px 24px;
} }
.progress-striped[value]::-moz-progress-bar { .progress-striped[value]::-moz-progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 24px 24px; background-size: 24px 24px;
} }
@media screen and (min-width:0\0) { @media screen and (min-width:0\0) {
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 24px 24px; -webkit-background-size: 24px 24px;
background-size: 24px 24px; background-size: 24px 24px;
} }
...@@ -4490,25 +4489,25 @@ a.list-group-item.active > .badge, ...@@ -4490,25 +4489,25 @@ a.list-group-item.active > .badge,
list-style: none; list-style: none;
} }
.list-group { .list-group {
margin-bottom: 20px;
padding-left: 0; padding-left: 0;
margin-bottom: 20px;
} }
.list-group-item { .list-group-item {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
margin-bottom: -1px; margin-bottom: -1px;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
.list-group-item:first-child { .list-group-item:first-child {
border-top-right-radius: 0.25rem; border-top-left-radius: .25rem;
border-top-left-radius: 0.25rem; border-top-right-radius: .25rem;
} }
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.list-group-item > .badge { .list-group-item > .badge {
float: right; float: right;
...@@ -4517,23 +4516,23 @@ a.list-group-item.active > .badge, ...@@ -4517,23 +4516,23 @@ a.list-group-item.active > .badge,
margin-right: 5px; margin-right: 5px;
} }
a.list-group-item { a.list-group-item {
color: #555555; color: #555;
} }
a.list-group-item .list-group-item-heading { a.list-group-item .list-group-item-heading {
color: #333333; color: #333;
} }
a.list-group-item:hover, a.list-group-item:hover,
a.list-group-item:focus { a.list-group-item:focus {
color: #555;
text-decoration: none; text-decoration: none;
color: #555555;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
background-color: #eceeef;
color: #818a91; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #eceeef;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
...@@ -4549,7 +4548,7 @@ a.list-group-item:focus { ...@@ -4549,7 +4548,7 @@ a.list-group-item:focus {
.list-group-item.active:hover, .list-group-item.active:hover,
.list-group-item.active:focus { .list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #fff;
background-color: #027de7; background-color: #027de7;
border-color: #027de7; border-color: #027de7;
} }
...@@ -4678,10 +4677,10 @@ a.list-group-item-danger.active:focus { ...@@ -4678,10 +4677,10 @@ a.list-group-item-danger.active:focus {
.embed-responsive object { .embed-responsive object {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
bottom: 0; bottom: 0;
height: 100%; left: 0;
width: 100%; width: 100%;
height: 100%;
border: 0; border: 0;
} }
.embed-responsive.embed-responsive-16by9 { .embed-responsive.embed-responsive-16by9 {
...@@ -4695,46 +4694,46 @@ a.list-group-item-danger.active:focus { ...@@ -4695,46 +4694,46 @@ a.list-group-item-danger.active:focus {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #000000; color: #000;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #fff;
opacity: .2; opacity: .2;
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
color: #000000; color: #000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
opacity: .5; opacity: .5;
} }
button.close { button.close {
-webkit-appearance: none;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
} }
.modal { .modal {
display: none;
overflow: hidden;
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1050; z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
outline: 0; outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transform: translate3d(0, -25%, 0); -webkit-transform: translate3d(0, -25%, 0);
-webkit-transform: transition .3s ease-out;
-ms-transform: transition .3s ease-out;
-o-transform: transition .3s ease-out;
transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0);
-webkit-transform: transition 0.3s ease-out; transform: transition .3s ease-out;
-ms-transform: transition 0.3s ease-out;
-o-transform: transition 0.3s ease-out;
transform: transition 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
...@@ -4751,14 +4750,14 @@ button.close { ...@@ -4751,14 +4750,14 @@ button.close {
} }
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #ffffff; background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
...@@ -4767,18 +4766,18 @@ button.close { ...@@ -4767,18 +4766,18 @@ button.close {
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040; z-index: 1040;
background-color: #000000; background-color: #000;
} }
.modal-backdrop.fade { .modal-backdrop.fade {
opacity: 0; opacity: 0;
} }
.modal-backdrop.in { .modal-backdrop.in {
opacity: 0.5; opacity: .5;
} }
.modal-header { .modal-header {
min-height: 16.5px;
padding: 15px; padding: 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
min-height: 16.5px;
} }
.modal-header .close { .modal-header .close {
margin-top: -2px; margin-top: -2px;
...@@ -4797,8 +4796,8 @@ button.close { ...@@ -4797,8 +4796,8 @@ button.close {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.modal-footer .btn + .btn { .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0; margin-bottom: 0;
margin-left: 5px;
} }
.modal-footer .btn-group .btn + .btn { .modal-footer .btn-group .btn + .btn {
margin-left: -1px; margin-left: -1px;
...@@ -4819,8 +4818,8 @@ button.close { ...@@ -4819,8 +4818,8 @@ button.close {
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
} }
.modal-sm { .modal-sm {
width: 300px; width: 300px;
...@@ -4835,38 +4834,38 @@ button.close { ...@@ -4835,38 +4834,38 @@ button.close {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
display: block; display: block;
visibility: visible; font-size: .85rem;
font-size: 0.85rem;
line-height: 1.4; line-height: 1.4;
visibility: visible;
opacity: 0; opacity: 0;
} }
.tooltip.in { .tooltip.in {
opacity: 0.9; opacity: .9;
} }
.tooltip.top { .tooltip.top {
margin-top: -3px;
padding: 5px 0; padding: 5px 0;
margin-top: -3px;
} }
.tooltip.right { .tooltip.right {
margin-left: 3px;
padding: 0 5px; padding: 0 5px;
margin-left: 3px;
} }
.tooltip.bottom { .tooltip.bottom {
margin-top: 3px;
padding: 5px 0; padding: 5px 0;
margin-top: 3px;
} }
.tooltip.left { .tooltip.left {
margin-left: -3px;
padding: 0 5px; padding: 0 5px;
margin-left: -3px;
} }
.tooltip-inner { .tooltip-inner {
max-width: 200px; max-width: 200px;
padding: 3px 8px; padding: 3px 8px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
background-color: #000000; background-color: #000;
border-radius: 0.25rem; border-radius: .25rem;
} }
.tooltip-arrow { .tooltip-arrow {
position: absolute; position: absolute;
...@@ -4880,52 +4879,52 @@ button.close { ...@@ -4880,52 +4879,52 @@ button.close {
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000000; border-top-color: #000;
} }
.tooltip.top-left .tooltip-arrow { .tooltip.top-left .tooltip-arrow {
bottom: 0; bottom: 0;
left: 5px; left: 5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000000; border-top-color: #000;
} }
.tooltip.top-right .tooltip-arrow { .tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px; right: 5px;
bottom: 0;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000000; border-top-color: #000;
} }
.tooltip.right .tooltip-arrow { .tooltip.right .tooltip-arrow {
top: 50%; top: 50%;
left: 0; left: 0;
margin-top: -5px; margin-top: -5px;
border-width: 5px 5px 5px 0; border-width: 5px 5px 5px 0;
border-right-color: #000000; border-right-color: #000;
} }
.tooltip.left .tooltip-arrow { .tooltip.left .tooltip-arrow {
top: 50%; top: 50%;
right: 0; right: 0;
margin-top: -5px; margin-top: -5px;
border-width: 5px 0 5px 5px; border-width: 5px 0 5px 5px;
border-left-color: #000000; border-left-color: #000;
} }
.tooltip.bottom .tooltip-arrow { .tooltip.bottom .tooltip-arrow {
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000000; border-bottom-color: #000;
} }
.tooltip.bottom-left .tooltip-arrow { .tooltip.bottom-left .tooltip-arrow {
top: 0; top: 0;
left: 5px; left: 5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000000; border-bottom-color: #000;
} }
.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom-right .tooltip-arrow {
top: 0; top: 0;
right: 5px; right: 5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000000; border-bottom-color: #000;
} }
.popover { .popover {
position: absolute; position: absolute;
...@@ -4936,14 +4935,14 @@ button.close { ...@@ -4936,14 +4935,14 @@ button.close {
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
text-align: left; text-align: left;
background-color: #ffffff; white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0.3rem; border-radius: .3rem;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
white-space: normal;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
...@@ -4958,14 +4957,14 @@ button.close { ...@@ -4958,14 +4957,14 @@ button.close {
margin-left: -10px; margin-left: -10px;
} }
.popover-title { .popover-title {
margin: 0;
padding: 8px 14px; padding: 8px 14px;
margin: 0;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
background-color: #f7f7f7; background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
border-radius: -0.7rem -0.7rem 0 0; border-radius: -.7rem -.7rem 0 0;
} }
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
...@@ -4983,79 +4982,79 @@ button.close { ...@@ -4983,79 +4982,79 @@ button.close {
border-width: 11px; border-width: 11px;
} }
.popover > .arrow:after { .popover > .arrow:after {
border-width: 10px;
content: ""; content: "";
border-width: 10px;
} }
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
} }
.popover.top > .arrow:after { .popover.top > .arrow:after {
content: " ";
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: #ffffff;
} }
.popover.right > .arrow { .popover.right > .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0; border-left-width: 0;
border-right-color: rgba(0, 0, 0, 0.25);
} }
.popover.right > .arrow:after { .popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px; bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0; border-left-width: 0;
border-right-color: #ffffff;
} }
.popover.bottom > .arrow { .popover.bottom > .arrow {
top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, .25);
top: -11px;
} }
.popover.bottom > .arrow:after { .popover.bottom > .arrow:after {
content: " ";
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " ";
border-top-width: 0; border-top-width: 0;
border-bottom-color: #ffffff; border-bottom-color: #fff;
} }
.popover.left > .arrow { .popover.left > .arrow {
top: 50%; top: 50%;
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-right-width: 0; border-right-width: 0;
border-left-color: rgba(0, 0, 0, 0.25); border-left-color: rgba(0, 0, 0, .25);
} }
.popover.left > .arrow:after { .popover.left > .arrow:after {
content: " ";
right: 1px; right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px; bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
} }
.carousel { .carousel {
position: relative; position: relative;
} }
.carousel-inner { .carousel-inner {
position: relative; position: relative;
overflow: hidden;
width: 100%; width: 100%;
overflow: hidden;
} }
.carousel-inner > .item { .carousel-inner > .item {
display: none;
position: relative; position: relative;
-webkit-transition: 0.6s ease-in-out left; display: none;
-o-transition: 0.6s ease-in-out left; -webkit-transition: .6s ease-in-out left;
transition: 0.6s ease-in-out left; -o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
...@@ -5063,9 +5062,10 @@ button.close { ...@@ -5063,9 +5062,10 @@ button.close {
} }
@media all and (transform-3d), (-webkit-transform-3d) { @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out; -webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out; -o-transition: -o-transform .6s ease-in-out;
transition: transform 0.6s ease-in-out; transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000; -webkit-perspective: 1000;
...@@ -5073,22 +5073,22 @@ button.close { ...@@ -5073,22 +5073,22 @@ button.close {
} }
.carousel-inner > .item.next, .carousel-inner > .item.next,
.carousel-inner > .item.active.right { .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.prev, .carousel-inner > .item.prev,
.carousel-inner > .item.active.left { .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.next.left, .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right, .carousel-inner > .item.prev.right,
.carousel-inner > .item.active { .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
left: 0;
} }
} }
.carousel-inner > .active, .carousel-inner > .active,
...@@ -5124,38 +5124,38 @@ button.close { ...@@ -5124,38 +5124,38 @@ button.close {
.carousel-control { .carousel-control {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
bottom: 0; bottom: 0;
left: 0;
width: 15%; width: 15%;
opacity: 0.5;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
} }
.carousel-control.left { .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
} }
.carousel-control.right { .carousel-control.right {
left: auto;
right: 0; right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); left: auto;
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-repeat: repeat-x; background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
} }
.carousel-control:hover, .carousel-control:hover,
.carousel-control:focus { .carousel-control:focus {
outline: 0; color: #fff;
color: #ffffff;
text-decoration: none; text-decoration: none;
outline: 0;
opacity: .9; opacity: .9;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
...@@ -5189,10 +5189,10 @@ button.close { ...@@ -5189,10 +5189,10 @@ button.close {
left: 50%; left: 50%;
z-index: 15; z-index: 15;
width: 60%; width: 60%;
margin-left: -30%;
padding-left: 0; padding-left: 0;
list-style: none; margin-left: -30%;
text-align: center; text-align: center;
list-style: none;
} }
.carousel-indicators li { .carousel-indicators li {
display: inline-block; display: inline-block;
...@@ -5200,28 +5200,28 @@ button.close { ...@@ -5200,28 +5200,28 @@ button.close {
height: 10px; height: 10px;
margin: 1px; margin: 1px;
text-indent: -999px; text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer; cursor: pointer;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
} }
.carousel-indicators .active { .carousel-indicators .active {
margin: 0;
width: 12px; width: 12px;
height: 12px; height: 12px;
background-color: #ffffff; margin: 0;
background-color: #fff;
} }
.carousel-caption { .carousel-caption {
position: absolute; position: absolute;
left: 15%;
right: 15%; right: 15%;
bottom: 20px; bottom: 20px;
left: 15%;
z-index: 10; z-index: 10;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
...@@ -5241,8 +5241,8 @@ button.close { ...@@ -5241,8 +5241,8 @@ button.close {
margin-right: -15px; margin-right: -15px;
} }
.carousel-caption { .carousel-caption {
left: 20%;
right: 20%; right: 20%;
left: 20%;
padding-bottom: 30px; padding-bottom: 30px;
} }
.carousel-indicators { .carousel-indicators {
...@@ -5277,8 +5277,8 @@ button.close { ...@@ -5277,8 +5277,8 @@ button.close {
.pager:after, .pager:after,
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
content: " ";
display: table; display: table;
content: " ";
} }
.clearfix:after, .clearfix:after,
.dl-horizontal dd:after, .dl-horizontal dd:after,
...@@ -5298,8 +5298,8 @@ button.close { ...@@ -5298,8 +5298,8 @@ button.close {
} }
.center-block { .center-block {
display: block; display: block;
margin-left: auto;
margin-right: auto; margin-right: auto;
margin-left: auto;
} }
.pull-right { .pull-right {
float: right !important; float: right !important;
...@@ -5315,8 +5315,8 @@ button.close { ...@@ -5315,8 +5315,8 @@ button.close {
padding: 1rem; padding: 1rem;
} }
.p-h { .p-h {
padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
padding-left: 1rem;
} }
.p-v { .p-v {
padding-top: 1rem; padding-top: 1rem;
...@@ -5325,8 +5325,8 @@ button.close { ...@@ -5325,8 +5325,8 @@ button.close {
.pos-f-t { .pos-f-t {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0;
right: 0; right: 0;
left: 0;
z-index: 1030; z-index: 1030;
} }
.show { .show {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html { html {
font-family: sans-serif; font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
...@@ -60,28 +60,28 @@ dfn { ...@@ -60,28 +60,28 @@ dfn {
font-style: italic; font-style: italic;
} }
h1 { h1 {
margin: .67em 0;
font-size: 2em; font-size: 2em;
margin: 0.67em 0;
} }
mark { mark {
background: #ff0;
color: #000; color: #000;
background: #ff0;
} }
small { small {
font-size: 80%; font-size: 80%;
} }
sub, sub,
sup { sup {
position: relative;
font-size: 75%; font-size: 75%;
line-height: 0; line-height: 0;
position: relative;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -0.5em; top: -.5em;
} }
sub { sub {
bottom: -0.25em; bottom: -.25em;
} }
img { img {
border: 0; border: 0;
...@@ -93,10 +93,10 @@ figure { ...@@ -93,10 +93,10 @@ figure {
margin: 1em 40px; margin: 1em 40px;
} }
hr { hr {
-moz-box-sizing: content-box; height: 0;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
pre { pre {
overflow: auto; overflow: auto;
...@@ -113,9 +113,9 @@ input, ...@@ -113,9 +113,9 @@ input,
optgroup, optgroup,
select, select,
textarea { textarea {
color: inherit;
font: inherit;
margin: 0; margin: 0;
font: inherit;
color: inherit;
} }
button { button {
overflow: visible; overflow: visible;
...@@ -137,8 +137,8 @@ html input[disabled] { ...@@ -137,8 +137,8 @@ html input[disabled] {
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
border: 0;
padding: 0; padding: 0;
border: 0;
} }
input { input {
line-height: normal; line-height: normal;
...@@ -155,23 +155,23 @@ input[type="number"]::-webkit-outer-spin-button { ...@@ -155,23 +155,23 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto; height: auto;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
fieldset { fieldset {
border: 1px solid #c0c0c0; padding: .35em .625em .75em;
margin: 0 2px; margin: 0 2px;
padding: 0.35em 0.625em 0.75em; border: 1px solid #c0c0c0;
} }
legend { legend {
border: 0;
padding: 0; padding: 0;
border: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
...@@ -180,8 +180,8 @@ optgroup { ...@@ -180,8 +180,8 @@ optgroup {
font-weight: bold; font-weight: bold;
} }
table { table {
border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
border-collapse: collapse;
} }
td, td,
th { th {
...@@ -189,8 +189,8 @@ th { ...@@ -189,8 +189,8 @@ th {
} }
@media print { @media print {
* { * {
text-shadow: none !important;
color: #000 !important; color: #000 !important;
text-shadow: none !important;
background: transparent !important; background: transparent !important;
-webkit-box-shadow: none !important; -webkit-box-shadow: none !important;
box-shadow: none !important; box-shadow: none !important;
...@@ -212,6 +212,7 @@ th { ...@@ -212,6 +212,7 @@ th {
pre, pre,
blockquote { blockquote {
border: 1px solid #999; border: 1px solid #999;
page-break-inside: avoid; page-break-inside: avoid;
} }
thead { thead {
...@@ -268,6 +269,7 @@ th { ...@@ -268,6 +269,7 @@ th {
} }
html { html {
font-size: 16px; font-size: 16px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
...@@ -275,7 +277,7 @@ body { ...@@ -275,7 +277,7 @@ body {
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #373a3c; color: #373a3c;
background-color: #ffffff; background-color: #fff;
} }
input, input,
button, button,
...@@ -313,22 +315,22 @@ img { ...@@ -313,22 +315,22 @@ img {
height: auto; height: auto;
} }
.img-rounded { .img-rounded {
border-radius: 0.3rem; border-radius: .3rem;
} }
.img-thumbnail { .img-thumbnail {
padding: 0.25rem;
line-height: 1.5;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 0.25rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
display: inline-block; display: inline-block;
max-width: 100%; max-width: 100%;
height: auto; height: auto;
padding: .25rem;
line-height: 1.5;
background-color: #fff;
border: 1px solid #ddd;
border-radius: .25rem;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
} }
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
...@@ -343,8 +345,8 @@ hr { ...@@ -343,8 +345,8 @@ hr {
position: absolute; position: absolute;
width: 1px; width: 1px;
height: 1px; height: 1px;
margin: -1px;
padding: 0; padding: 0;
margin: -1px;
overflow: hidden; overflow: hidden;
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
border: 0; border: 0;
...@@ -486,8 +488,8 @@ small, ...@@ -486,8 +488,8 @@ small,
} }
mark, mark,
.mark { .mark {
background-color: #fcf8e3;
padding: .2em; padding: .2em;
background-color: #fcf8e3;
} }
.text-left { .text-left {
text-align: left; text-align: left;
...@@ -600,13 +602,13 @@ ol ol { ...@@ -600,13 +602,13 @@ ol ol {
} }
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
list-style: none;
margin-left: -5px; margin-left: -5px;
list-style: none;
} }
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-left: 5px;
} }
dl { dl {
margin-top: 0; margin-top: 0;
...@@ -626,9 +628,9 @@ dd { ...@@ -626,9 +628,9 @@ dd {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
width: 160px; width: 160px;
overflow: hidden;
clear: left; clear: left;
text-align: right; text-align: right;
overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
...@@ -668,9 +670,9 @@ blockquote footer:before { ...@@ -668,9 +670,9 @@ blockquote footer:before {
.blockquote-reverse { .blockquote-reverse {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
text-align: right;
border-right: 5px solid #eceeef; border-right: 5px solid #eceeef;
border-left: 0; border-left: 0;
text-align: right;
} }
.blockquote-reverse footer:before { .blockquote-reverse footer:before {
content: ''; content: '';
...@@ -698,16 +700,16 @@ code { ...@@ -698,16 +700,16 @@ code {
font-size: 90%; font-size: 90%;
color: #d44950; color: #d44950;
background-color: #f7f7f9; background-color: #f7f7f9;
border-radius: 0.25rem; border-radius: .25rem;
} }
kbd { kbd {
padding: .2rem .4rem; padding: .2rem .4rem;
font-size: 90%; font-size: 90%;
color: #ffffff; color: #fff;
background-color: #333333; background-color: #333;
border-radius: 0.2rem; border-radius: .2rem;
-webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -.1rem 0 rgba(0, 0, 0, .25);
} }
kbd kbd { kbd kbd {
padding: 0; padding: 0;
...@@ -725,7 +727,7 @@ pre { ...@@ -725,7 +727,7 @@ pre {
line-height: 1.5; line-height: 1.5;
color: #373a3c; color: #373a3c;
background-color: #f7f7f9; background-color: #f7f7f9;
border-radius: 0.25rem; border-radius: .25rem;
} }
pre code { pre code {
padding: 0; padding: 0;
...@@ -739,10 +741,10 @@ pre code { ...@@ -739,10 +741,10 @@ pre code {
overflow-y: scroll; overflow-y: scroll;
} }
.container { .container {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: 0.75rem;
padding-right: 0.75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.container { .container {
...@@ -760,20 +762,20 @@ pre code { ...@@ -760,20 +762,20 @@ pre code {
} }
} }
.container-fluid { .container-fluid {
padding-right: .75rem;
padding-left: .75rem;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
padding-left: 0.75rem;
padding-right: 0.75rem;
} }
.row { .row {
margin-left: -0.75rem; margin-right: -.75rem;
margin-right: -0.75rem; margin-left: -.75rem;
} }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-left: 0.75rem; padding-right: .75rem;
padding-right: 0.75rem; padding-left: .75rem;
} }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left; float: left;
...@@ -929,7 +931,7 @@ pre code { ...@@ -929,7 +931,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0%; margin-left: 0;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.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-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 {
...@@ -1086,7 +1088,7 @@ pre code { ...@@ -1086,7 +1088,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-sm-offset-0 { .col-sm-offset-0 {
margin-left: 0%; margin-left: 0;
} }
} }
@media (min-width: 62em) { @media (min-width: 62em) {
...@@ -1244,7 +1246,7 @@ pre code { ...@@ -1244,7 +1246,7 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-md-offset-0 { .col-md-offset-0 {
margin-left: 0%; margin-left: 0;
} }
} }
@media (min-width: 75em) { @media (min-width: 75em) {
...@@ -1402,15 +1404,15 @@ pre code { ...@@ -1402,15 +1404,15 @@ pre code {
margin-left: 8.33333333%; margin-left: 8.33333333%;
} }
.col-lg-offset-0 { .col-lg-offset-0 {
margin-left: 0%; margin-left: 0;
} }
} }
table { table {
background-color: transparent; background-color: transparent;
} }
caption { caption {
padding-top: 0.75rem; padding-top: .75rem;
padding-bottom: 0.75rem; padding-bottom: .75rem;
color: #818a91; color: #818a91;
text-align: left; text-align: left;
} }
...@@ -1428,7 +1430,7 @@ th { ...@@ -1428,7 +1430,7 @@ th {
.table > thead > tr > td, .table > thead > tr > td,
.table > tbody > tr > td, .table > tbody > tr > td,
.table > tfoot > tr > td { .table > tfoot > tr > td {
padding: 0.75rem; padding: .75rem;
line-height: 1.5; line-height: 1.5;
vertical-align: top; vertical-align: top;
border-top: 1px solid #eceeef; border-top: 1px solid #eceeef;
...@@ -1446,7 +1448,7 @@ th { ...@@ -1446,7 +1448,7 @@ th {
.table-condensed > thead > tr > td, .table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { .table-condensed > tfoot > tr > td {
padding: 0.3rem; padding: .3rem;
} }
.table-bordered { .table-bordered {
border: 1px solid #eceeef; border: 1px solid #eceeef;
...@@ -1471,14 +1473,14 @@ th { ...@@ -1471,14 +1473,14 @@ th {
} }
table col[class*="col-"] { table col[class*="col-"] {
position: static; position: static;
float: none;
display: table-column; display: table-column;
float: none;
} }
table td[class*="col-"], table td[class*="col-"],
table th[class*="col-"] { table th[class*="col-"] {
position: static; position: static;
float: none;
display: table-cell; display: table-cell;
float: none;
} }
.table > thead > tr > td.active, .table > thead > tr > td.active,
.table > tbody > tr > td.active, .table > tbody > tr > td.active,
...@@ -1654,10 +1656,6 @@ table th[class*="col-"] { ...@@ -1654,10 +1656,6 @@ table th[class*="col-"] {
.table-inverse > tbody > tr > td { .table-inverse > tbody > tr > td {
border-color: #55595c; border-color: #55595c;
} }
.table-reflow {
border-right: ;
border-bottom: ;
}
.table-reflow thead { .table-reflow thead {
float: left; float: left;
} }
...@@ -1699,10 +1697,10 @@ table th[class*="col-"] { ...@@ -1699,10 +1697,10 @@ table th[class*="col-"] {
border: 1px solid #eceeef; border: 1px solid #eceeef;
} }
fieldset { fieldset {
min-width: 0;
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;
min-width: 0;
} }
legend { legend {
display: block; display: block;
...@@ -1760,37 +1758,37 @@ output { ...@@ -1760,37 +1758,37 @@ output {
display: block; display: block;
width: 100%; width: 100%;
height: 2.6rem; height: 2.6rem;
padding: 0.5rem 0.75rem; padding: .5rem .75rem;
font-size: 1rem; font-size: 1rem;
line-height: 1.5; line-height: 1.5;
color: #55595c; color: #55595c;
background-color: #ffffff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 0.25rem; border-radius: .25rem;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} }
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #999999; color: #999;
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999999; color: #999;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #999999; color: #999;
} }
.form-control::placeholder { .form-control::placeholder {
color: #999999; color: #999;
} }
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
...@@ -1801,8 +1799,8 @@ fieldset[disabled] .form-control { ...@@ -1801,8 +1799,8 @@ fieldset[disabled] .form-control {
} }
textarea.form-control { textarea.form-control {
height: auto; height: auto;
padding-top: 0.75rem; padding-top: .75rem;
padding-bottom: 0.75rem; padding-bottom: .75rem;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: none; -webkit-appearance: none;
...@@ -1881,8 +1879,8 @@ _:-ms-fullscreen.input-lg, ...@@ -1881,8 +1879,8 @@ _:-ms-fullscreen.input-lg,
.checkbox input[type="checkbox"], .checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] { .checkbox-inline input[type="checkbox"] {
position: absolute; position: absolute;
margin-left: -20px;
margin-top: 4px \9; margin-top: 4px \9;
margin-left: -20px;
} }
.radio + .radio, .radio + .radio,
.checkbox + .checkbox { .checkbox + .checkbox {
...@@ -1893,8 +1891,8 @@ _:-ms-fullscreen.input-lg, ...@@ -1893,8 +1891,8 @@ _:-ms-fullscreen.input-lg,
display: inline-block; display: inline-block;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
vertical-align: middle;
font-weight: normal; font-weight: normal;
vertical-align: middle;
cursor: pointer; cursor: pointer;
} }
.radio-inline + .radio-inline, .radio-inline + .radio-inline,
...@@ -1929,16 +1927,16 @@ fieldset[disabled] .checkbox label { ...@@ -1929,16 +1927,16 @@ fieldset[disabled] .checkbox label {
} }
.form-control-static.input-lg, .form-control-static.input-lg,
.form-control-static.input-sm { .form-control-static.input-sm {
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
.input-sm, .input-sm,
.form-group-sm .form-control { .form-group-sm .form-control {
height: 1.975rem; height: 1.975rem;
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
select.input-sm, select.input-sm,
select.form-group-sm .form-control { select.form-group-sm .form-control {
...@@ -1954,10 +1952,10 @@ select[multiple].form-group-sm .form-control { ...@@ -1954,10 +1952,10 @@ select[multiple].form-group-sm .form-control {
.input-lg, .input-lg,
.form-group-lg .form-control { .form-group-lg .form-control {
height: 3.2625rem; height: 3.2625rem;
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.33; line-height: 1.33;
border-radius: 0.3rem; border-radius: .3rem;
} }
select.input-lg, select.input-lg,
select.form-group-lg .form-control { select.form-group-lg .form-control {
...@@ -2012,18 +2010,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2012,18 +2010,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
} }
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #3c763d;
} }
.has-success .form-control-feedback { .has-success .form-control-feedback {
color: #3c763d; color: #3c763d;
...@@ -2042,18 +2040,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2042,18 +2040,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
} }
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #8a6d3b;
} }
.has-warning .form-control-feedback { .has-warning .form-control-feedback {
color: #8a6d3b; color: #8a6d3b;
...@@ -2072,18 +2070,18 @@ select[multiple].form-group-lg .form-control { ...@@ -2072,18 +2070,18 @@ select[multiple].form-group-lg .form-control {
} }
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
} }
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
border-color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #a94442;
} }
.has-error .form-control-feedback { .has-error .form-control-feedback {
color: #a94442; color: #a94442;
...@@ -2154,27 +2152,27 @@ select[multiple].form-group-lg .form-control { ...@@ -2154,27 +2152,27 @@ select[multiple].form-group-lg .form-control {
.form-horizontal .checkbox, .form-horizontal .checkbox,
.form-horizontal .radio-inline, .form-horizontal .radio-inline,
.form-horizontal .checkbox-inline { .form-horizontal .checkbox-inline {
padding-top: 1.5rem;
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
padding-top: 1.5rem;
} }
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox { .form-horizontal .checkbox {
min-height: 25.5px; min-height: 25.5px;
} }
.form-horizontal .form-group { .form-horizontal .form-group {
margin-left: -0.75rem; margin-right: -.75rem;
margin-right: -0.75rem; margin-left: -.75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 1.5rem; padding-top: 1.5rem;
margin-bottom: 0;
text-align: right;
} }
} }
.form-horizontal .has-feedback .form-control-feedback { .form-horizontal .has-feedback .form-control-feedback {
right: 0.75rem; right: .75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.form-horizontal .form-group-lg .control-label { .form-horizontal .form-group-lg .control-label {
...@@ -2188,27 +2186,27 @@ select[multiple].form-group-lg .form-control { ...@@ -2188,27 +2186,27 @@ select[multiple].form-group-lg .form-control {
} }
.btn { .btn {
display: inline-block; display: inline-block;
padding: .5rem .75rem;
margin-bottom: 0; margin-bottom: 0;
font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1.5;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle; vertical-align: middle;
-ms-touch-action: manipulation; -ms-touch-action: manipulation;
touch-action: manipulation; touch-action: manipulation;
cursor: pointer; cursor: pointer;
background-image: none;
border: 0.05rem solid transparent;
white-space: nowrap;
padding: 0.5rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: 0.25rem;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
-webkit-transition: all 0.2s ease-in-out; background-image: none;
-o-transition: all 0.2s ease-in-out; border: .05rem solid transparent;
transition: all 0.2s ease-in-out; border-radius: .25rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
} }
.btn:focus, .btn:focus,
.btn:active:focus, .btn:active:focus,
...@@ -2227,26 +2225,26 @@ select[multiple].form-group-lg .form-control { ...@@ -2227,26 +2225,26 @@ select[multiple].form-group-lg .form-control {
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
outline: 0;
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); outline: 0;
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none; pointer-events: none;
opacity: .65; cursor: not-allowed;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
opacity: .65;
} }
.btn-primary { .btn-primary {
color: #ffffff; color: #fff;
background-color: #027de7; background-color: #027de7;
border-color: #026fce; border-color: #026fce;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus, .btn-primary:focus,
...@@ -2254,7 +2252,7 @@ fieldset[disabled] .btn { ...@@ -2254,7 +2252,7 @@ fieldset[disabled] .btn {
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
color: #ffffff; color: #fff;
background-color: #0262b4; background-color: #0262b4;
border-color: #014e91; border-color: #014e91;
} }
...@@ -2262,8 +2260,8 @@ fieldset[disabled] .btn { ...@@ -2262,8 +2260,8 @@ fieldset[disabled] .btn {
.btn-primary.active, .btn-primary.active,
.open > .dropdown-toggle.btn-primary { .open > .dropdown-toggle.btn-primary {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-primary.disabled, .btn-primary.disabled,
.btn-primary[disabled], .btn-primary[disabled],
...@@ -2288,14 +2286,14 @@ fieldset[disabled] .btn-primary.active { ...@@ -2288,14 +2286,14 @@ fieldset[disabled] .btn-primary.active {
} }
.btn-primary .badge { .btn-primary .badge {
color: #027de7; color: #027de7;
background-color: #ffffff; background-color: #fff;
} }
.btn-secondary { .btn-secondary {
color: #373a3c; color: #373a3c;
background-color: #ffffff; background-color: #fff;
border-color: #eceeef; border-color: #eceeef;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-secondary:hover, .btn-secondary:hover,
.btn-secondary:focus, .btn-secondary:focus,
...@@ -2311,8 +2309,8 @@ fieldset[disabled] .btn-primary.active { ...@@ -2311,8 +2309,8 @@ fieldset[disabled] .btn-primary.active {
.btn-secondary.active, .btn-secondary.active,
.open > .dropdown-toggle.btn-secondary { .open > .dropdown-toggle.btn-secondary {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-secondary.disabled, .btn-secondary.disabled,
.btn-secondary[disabled], .btn-secondary[disabled],
...@@ -2332,19 +2330,19 @@ fieldset[disabled] .btn-secondary:active, ...@@ -2332,19 +2330,19 @@ fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active, .btn-secondary.disabled.active,
.btn-secondary[disabled].active, .btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active { fieldset[disabled] .btn-secondary.active {
background-color: #ffffff; background-color: #fff;
border-color: #eceeef; border-color: #eceeef;
} }
.btn-secondary .badge { .btn-secondary .badge {
color: #ffffff; color: #fff;
background-color: #373a3c; background-color: #373a3c;
} }
.btn-info { .btn-info {
color: #ffffff; color: #fff;
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-info:hover, .btn-info:hover,
.btn-info:focus, .btn-info:focus,
...@@ -2352,7 +2350,7 @@ fieldset[disabled] .btn-secondary.active { ...@@ -2352,7 +2350,7 @@ fieldset[disabled] .btn-secondary.active {
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
color: #ffffff; color: #fff;
background-color: #31b0d5; background-color: #31b0d5;
border-color: #269abc; border-color: #269abc;
} }
...@@ -2360,8 +2358,8 @@ fieldset[disabled] .btn-secondary.active { ...@@ -2360,8 +2358,8 @@ fieldset[disabled] .btn-secondary.active {
.btn-info.active, .btn-info.active,
.open > .dropdown-toggle.btn-info { .open > .dropdown-toggle.btn-info {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-info.disabled, .btn-info.disabled,
.btn-info[disabled], .btn-info[disabled],
...@@ -2386,14 +2384,14 @@ fieldset[disabled] .btn-info.active { ...@@ -2386,14 +2384,14 @@ fieldset[disabled] .btn-info.active {
} }
.btn-info .badge { .btn-info .badge {
color: #5bc0de; color: #5bc0de;
background-color: #ffffff; background-color: #fff;
} }
.btn-success { .btn-success {
color: #ffffff; color: #fff;
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
...@@ -2401,7 +2399,7 @@ fieldset[disabled] .btn-info.active { ...@@ -2401,7 +2399,7 @@ fieldset[disabled] .btn-info.active {
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
color: #ffffff; color: #fff;
background-color: #449d44; background-color: #449d44;
border-color: #398439; border-color: #398439;
} }
...@@ -2409,8 +2407,8 @@ fieldset[disabled] .btn-info.active { ...@@ -2409,8 +2407,8 @@ fieldset[disabled] .btn-info.active {
.btn-success.active, .btn-success.active,
.open > .dropdown-toggle.btn-success { .open > .dropdown-toggle.btn-success {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-success.disabled, .btn-success.disabled,
.btn-success[disabled], .btn-success[disabled],
...@@ -2435,14 +2433,14 @@ fieldset[disabled] .btn-success.active { ...@@ -2435,14 +2433,14 @@ fieldset[disabled] .btn-success.active {
} }
.btn-success .badge { .btn-success .badge {
color: #5cb85c; color: #5cb85c;
background-color: #ffffff; background-color: #fff;
} }
.btn-warning { .btn-warning {
color: #ffffff; color: #fff;
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus, .btn-warning:focus,
...@@ -2450,7 +2448,7 @@ fieldset[disabled] .btn-success.active { ...@@ -2450,7 +2448,7 @@ fieldset[disabled] .btn-success.active {
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
color: #ffffff; color: #fff;
background-color: #ec971f; background-color: #ec971f;
border-color: #d58512; border-color: #d58512;
} }
...@@ -2458,8 +2456,8 @@ fieldset[disabled] .btn-success.active { ...@@ -2458,8 +2456,8 @@ fieldset[disabled] .btn-success.active {
.btn-warning.active, .btn-warning.active,
.open > .dropdown-toggle.btn-warning { .open > .dropdown-toggle.btn-warning {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-warning.disabled, .btn-warning.disabled,
.btn-warning[disabled], .btn-warning[disabled],
...@@ -2484,14 +2482,14 @@ fieldset[disabled] .btn-warning.active { ...@@ -2484,14 +2482,14 @@ fieldset[disabled] .btn-warning.active {
} }
.btn-warning .badge { .btn-warning .badge {
color: #f0ad4e; color: #f0ad4e;
background-color: #ffffff; background-color: #fff;
} }
.btn-danger { .btn-danger {
color: #ffffff; color: #fff;
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus, .btn-danger:focus,
...@@ -2499,7 +2497,7 @@ fieldset[disabled] .btn-warning.active { ...@@ -2499,7 +2497,7 @@ fieldset[disabled] .btn-warning.active {
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
color: #ffffff; color: #fff;
background-color: #c9302c; background-color: #c9302c;
border-color: #ac2925; border-color: #ac2925;
} }
...@@ -2507,8 +2505,8 @@ fieldset[disabled] .btn-warning.active { ...@@ -2507,8 +2505,8 @@ fieldset[disabled] .btn-warning.active {
.btn-danger.active, .btn-danger.active,
.open > .dropdown-toggle.btn-danger { .open > .dropdown-toggle.btn-danger {
background-image: none; background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-danger.disabled, .btn-danger.disabled,
.btn-danger[disabled], .btn-danger[disabled],
...@@ -2533,11 +2531,11 @@ fieldset[disabled] .btn-danger.active { ...@@ -2533,11 +2531,11 @@ fieldset[disabled] .btn-danger.active {
} }
.btn-danger .badge { .btn-danger .badge {
color: #d9534f; color: #d9534f;
background-color: #ffffff; background-color: #fff;
} }
.btn-link { .btn-link {
color: #027de7;
font-weight: normal; font-weight: normal;
color: #027de7;
border-radius: 0; border-radius: 0;
} }
.btn-link, .btn-link,
...@@ -2570,24 +2568,24 @@ fieldset[disabled] .btn-link:focus { ...@@ -2570,24 +2568,24 @@ fieldset[disabled] .btn-link:focus {
} }
.btn-lg, .btn-lg,
.btn-group-lg > .btn { .btn-group-lg > .btn {
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.33; line-height: 1.33;
border-radius: 0.3rem; border-radius: .3rem;
} }
.btn-sm, .btn-sm,
.btn-group-sm > .btn { .btn-group-sm > .btn {
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
.btn-xs, .btn-xs,
.btn-group-xs > .btn { .btn-group-xs > .btn {
padding: 0.2rem 0.5rem; padding: .2rem .5rem;
font-size: 0.75rem; font-size: .75rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
.btn-block { .btn-block {
display: block; display: block;
...@@ -2637,12 +2635,12 @@ tbody.collapse.in { ...@@ -2637,12 +2635,12 @@ tbody.collapse.in {
display: inline-block; display: inline-block;
width: 0; width: 0;
height: 0; height: 0;
content: "";
margin-left: .25rem; margin-left: .25rem;
vertical-align: middle; vertical-align: middle;
border-top: 0.3em solid; content: "";
border-right: 0.3em solid transparent; border-top: .3em solid;
border-left: 0.3em solid transparent; border-right: .3em solid transparent;
border-left: .3em solid transparent;
} }
.dropdown-toggle:focus { .dropdown-toggle:focus {
outline: 0; outline: 0;
...@@ -2657,16 +2655,16 @@ tbody.collapse.in { ...@@ -2657,16 +2655,16 @@ tbody.collapse.in {
min-width: 160px; min-width: 160px;
padding: 5px 0; padding: 5px 0;
margin: 2px 0 0; margin: 2px 0 0;
list-style: none;
font-size: 1rem; font-size: 1rem;
text-align: left; text-align: left;
background-color: #ffffff; list-style: none;
border: 1px solid rgba(0, 0, 0, 0.15); background-color: #fff;
border-radius: 0.25rem;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: .25rem;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} }
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
...@@ -2685,17 +2683,17 @@ tbody.collapse.in { ...@@ -2685,17 +2683,17 @@ tbody.collapse.in {
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
text-decoration: none;
color: #2b2d2f; color: #2b2d2f;
text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
outline: 0;
background-color: #027de7; background-color: #027de7;
outline: 0;
} }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
...@@ -2705,10 +2703,10 @@ tbody.collapse.in { ...@@ -2705,10 +2703,10 @@ tbody.collapse.in {
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
text-decoration: none; text-decoration: none;
cursor: not-allowed;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
} }
.open > .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
...@@ -2717,27 +2715,27 @@ tbody.collapse.in { ...@@ -2717,27 +2715,27 @@ tbody.collapse.in {
outline: 0; outline: 0;
} }
.dropdown-menu-right { .dropdown-menu-right {
left: auto;
right: 0; right: 0;
left: auto;
} }
.dropdown-menu-left { .dropdown-menu-left {
left: 0;
right: auto; right: auto;
left: 0;
} }
.dropdown-header { .dropdown-header {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
color: #818a91; color: #818a91;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-backdrop { .dropdown-backdrop {
position: fixed; position: fixed;
left: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
top: 0; left: 0;
z-index: 990; z-index: 990;
} }
.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
...@@ -2746,9 +2744,9 @@ tbody.collapse.in { ...@@ -2746,9 +2744,9 @@ tbody.collapse.in {
} }
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 0.3em solid;
content: ""; content: "";
border-top: 0;
border-bottom: .3em solid;
} }
.dropup .dropdown-menu, .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { .navbar-fixed-bottom .dropdown .dropdown-menu {
...@@ -2758,12 +2756,12 @@ tbody.collapse.in { ...@@ -2758,12 +2756,12 @@ tbody.collapse.in {
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-right .dropdown-menu { .navbar-right .dropdown-menu {
left: auto;
right: 0; right: 0;
left: auto;
} }
.navbar-right .dropdown-menu-left { .navbar-right .dropdown-menu-left {
left: 0;
right: auto; right: auto;
left: 0;
} }
} }
.btn-group, .btn-group,
...@@ -2816,13 +2814,13 @@ tbody.collapse.in { ...@@ -2816,13 +2814,13 @@ tbody.collapse.in {
margin-left: 0; margin-left: 0;
} }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.btn-group > .btn-group { .btn-group > .btn-group {
float: left; float: left;
...@@ -2832,28 +2830,28 @@ tbody.collapse.in { ...@@ -2832,28 +2830,28 @@ tbody.collapse.in {
} }
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { .btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.btn-group > .btn-group:last-child > .btn:first-child { .btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
outline: 0; outline: 0;
} }
.btn-group > .btn + .dropdown-toggle { .btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px; padding-right: 8px;
padding-left: 8px;
} }
.btn-group > .btn-lg + .dropdown-toggle { .btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px; padding-right: 12px;
padding-left: 12px;
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
...@@ -2863,11 +2861,11 @@ tbody.collapse.in { ...@@ -2863,11 +2861,11 @@ tbody.collapse.in {
margin-left: 0; margin-left: 0;
} }
.btn-lg .caret { .btn-lg .caret {
border-width: 0.3em 0.3em 0; border-width: .3em .3em 0;
border-bottom-width: 0; border-bottom-width: 0;
} }
.dropup .btn-lg .caret { .dropup .btn-lg .caret {
border-width: 0 0.3em 0.3em; border-width: 0 .3em .3em;
} }
.btn-group-vertical > .btn, .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group,
...@@ -2891,14 +2889,14 @@ tbody.collapse.in { ...@@ -2891,14 +2889,14 @@ tbody.collapse.in {
border-radius: 0; border-radius: 0;
} }
.btn-group-vertical > .btn:first-child:not(:last-child) { .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn:last-child:not(:first-child) { .btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 0.25rem;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: .25rem;
} }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
...@@ -2909,8 +2907,8 @@ tbody.collapse.in { ...@@ -2909,8 +2907,8 @@ tbody.collapse.in {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.btn-group-justified { .btn-group-justified {
display: table; display: table;
...@@ -2920,8 +2918,8 @@ tbody.collapse.in { ...@@ -2920,8 +2918,8 @@ tbody.collapse.in {
} }
.btn-group-justified > .btn, .btn-group-justified > .btn,
.btn-group-justified > .btn-group { .btn-group-justified > .btn-group {
float: none;
display: table-cell; display: table-cell;
float: none;
width: 1%; width: 1%;
} }
.btn-group-justified > .btn-group .btn { .btn-group-justified > .btn-group .btn {
...@@ -2945,8 +2943,8 @@ tbody.collapse.in { ...@@ -2945,8 +2943,8 @@ tbody.collapse.in {
} }
.input-group[class*="col-"] { .input-group[class*="col-"] {
float: none; float: none;
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
.input-group .form-control { .input-group .form-control {
position: relative; position: relative;
...@@ -2959,10 +2957,10 @@ tbody.collapse.in { ...@@ -2959,10 +2957,10 @@ tbody.collapse.in {
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
height: 3.2625rem; height: 3.2625rem;
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
line-height: 1.33; line-height: 1.33;
border-radius: 0.3rem; border-radius: .3rem;
} }
select.input-group-lg > .form-control, select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-addon,
...@@ -2982,10 +2980,10 @@ select[multiple].input-group-lg > .input-group-btn > .btn { ...@@ -2982,10 +2980,10 @@ select[multiple].input-group-lg > .input-group-btn > .btn {
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-group-sm > .input-group-btn > .btn {
height: 1.975rem; height: 1.975rem;
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
line-height: 1.5; line-height: 1.5;
border-radius: 0.2rem; border-radius: .2rem;
} }
select.input-group-sm > .form-control, select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-addon,
...@@ -3018,25 +3016,25 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3018,25 +3016,25 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
vertical-align: middle; vertical-align: middle;
} }
.input-group-addon { .input-group-addon {
padding: 0.5rem 0.75rem; padding: .5rem .75rem;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #55595c; color: #55595c;
text-align: center; text-align: center;
background-color: #eceeef; background-color: #eceeef;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 0.25rem; border-radius: .25rem;
} }
.input-group-addon.input-sm { .input-group-addon.input-sm {
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
border-radius: 0.2rem; border-radius: .2rem;
} }
.input-group-addon.input-lg { .input-group-addon.input-lg {
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
border-radius: 0.3rem; border-radius: .3rem;
} }
.input-group-addon input[type="radio"], .input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { .input-group-addon input[type="checkbox"] {
...@@ -3049,8 +3047,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3049,8 +3047,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-btn:first-child > .dropdown-toggle, .input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn { .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0;
} }
.input-group-addon:first-child { .input-group-addon:first-child {
border-right: 0; border-right: 0;
...@@ -3062,8 +3060,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3062,8 +3060,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn { .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.input-group-addon:last-child { .input-group-addon:last-child {
border-left: 0; border-left: 0;
...@@ -3093,8 +3091,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3093,8 +3091,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
margin-left: -1px; margin-left: -1px;
} }
.nav { .nav {
margin-bottom: 0;
padding-left: 0; padding-left: 0;
margin-bottom: 0;
list-style: none; list-style: none;
} }
.nav-item { .nav-item {
...@@ -3103,7 +3101,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3103,7 +3101,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-link { .nav-link {
display: inline-block; display: inline-block;
padding: 0.6em 1em; padding: .6em 1em;
line-height: 1.5; line-height: 1.5;
} }
.nav-link:hover, .nav-link:hover,
...@@ -3122,11 +3120,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3122,11 +3120,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.disabled > .nav-link:focus, .disabled > .nav-link:focus,
.nav-link.disabled:focus { .nav-link.disabled:focus {
color: #818a91; color: #818a91;
background-color: transparent;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent;
} }
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #ddd;
} }
.nav-tabs .nav-item { .nav-tabs .nav-item {
float: left; float: left;
...@@ -3138,11 +3136,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3138,11 +3136,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs .nav-link { .nav-tabs .nav-link {
display: block; display: block;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem 0.25rem 0 0; border-radius: .25rem .25rem 0 0;
} }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus { .nav-tabs .nav-link:focus {
border-color: #eceeef #eceeef #dddddd; border-color: #eceeef #eceeef #ddd;
} }
.nav-tabs .open > .nav-link, .nav-tabs .open > .nav-link,
.nav-tabs .active > .nav-link, .nav-tabs .active > .nav-link,
...@@ -3157,8 +3155,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3157,8 +3155,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-tabs .nav-link.open:focus, .nav-tabs .nav-link.open:focus,
.nav-tabs .nav-link.active:focus { .nav-tabs .nav-link.active:focus {
color: #55595c; color: #55595c;
background-color: #ffffff; background-color: #fff;
border-color: #dddddd #dddddd transparent; border-color: #ddd #ddd transparent;
} }
.nav-tabs .disabled > .nav-link, .nav-tabs .disabled > .nav-link,
.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled,
...@@ -3178,7 +3176,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3178,7 +3176,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-pills .nav-link { .nav-pills .nav-link {
display: block; display: block;
border-radius: 0.25rem; border-radius: .25rem;
} }
.nav-pills .open > .nav-link, .nav-pills .open > .nav-link,
.nav-pills .active > .nav-link, .nav-pills .active > .nav-link,
...@@ -3192,13 +3190,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3192,13 +3190,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.nav-pills .active > .nav-link:focus, .nav-pills .active > .nav-link:focus,
.nav-pills .nav-link.open:focus, .nav-pills .nav-link.open:focus,
.nav-pills .nav-link.active:focus { .nav-pills .nav-link.active:focus {
color: #ffffff; color: #fff;
background-color: #027de7;
cursor: default; cursor: default;
background-color: #027de7;
} }
.nav-stacked .nav-item { .nav-stacked .nav-item {
float: none;
display: block; display: block;
float: none;
} }
.nav-stacked .nav-item + .nav-item { .nav-stacked .nav-item + .nav-item {
margin-top: .2rem; margin-top: .2rem;
...@@ -3212,8 +3210,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3212,8 +3210,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.nav-tabs .dropdown-menu { .nav-tabs .dropdown-menu {
margin-top: -1px; margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.navbar { .navbar {
position: relative; position: relative;
...@@ -3224,7 +3222,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3224,7 +3222,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar { .navbar {
border-radius: 0.25rem; border-radius: .25rem;
} }
} }
@media (min-width: 48em) { @media (min-width: 48em) {
...@@ -3233,13 +3231,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3233,13 +3231,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-collapse { .navbar-collapse {
padding-right: .75rem;
padding-left: .75rem;
overflow-x: visible; overflow-x: visible;
padding-right: 0.75rem;
padding-left: 0.75rem;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
border-top: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
} }
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
...@@ -3263,8 +3261,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3263,8 +3261,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse, .navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse { .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
} }
.navbar-fixed-top .navbar-collapse, .navbar-fixed-top .navbar-collapse,
...@@ -3281,8 +3279,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3281,8 +3279,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.container-fluid > .navbar-header, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-collapse,
.container-fluid > .navbar-collapse { .container-fluid > .navbar-collapse {
margin-right: -0.75rem; margin-right: -.75rem;
margin-left: -0.75rem; margin-left: -.75rem;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.container > .navbar-header, .container > .navbar-header,
...@@ -3367,14 +3365,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3367,14 +3365,14 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-toggle { .navbar-toggle {
position: relative; position: relative;
float: right; float: right;
margin-right: 0.75rem;
padding: 9px 10px; padding: 9px 10px;
margin-top: 8px; margin-top: 8px;
margin-right: .75rem;
margin-bottom: 8px; margin-bottom: 8px;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem; border-radius: .25rem;
} }
.navbar-toggle:focus { .navbar-toggle:focus {
outline: 0; outline: 0;
...@@ -3394,7 +3392,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3394,7 +3392,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-nav { .navbar-nav {
margin: 6.5px -0.75rem; margin: 6.5px -.75rem;
} }
.navbar-nav > li > a { .navbar-nav > li > a {
padding-top: 10px; padding-top: 10px;
...@@ -3438,15 +3436,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3438,15 +3436,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
} }
.navbar-form { .navbar-form {
margin-left: -0.75rem; padding: 10px .75rem;
margin-right: -0.75rem; margin-top: 23.7px;
padding: 10px 0.75rem; margin-right: -.75rem;
margin-bottom: 23.7px;
margin-left: -.75rem;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
margin-top: 23.7px;
margin-bottom: 23.7px;
} }
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-form .form-group { .navbar-form .form-group {
...@@ -3506,19 +3504,19 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3506,19 +3504,19 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-form { .navbar-form {
width: auto; width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0; padding-top: 0;
padding-bottom: 0; padding-bottom: 0;
margin-right: 0;
margin-left: 0;
border: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
} }
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
...@@ -3543,8 +3541,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3543,8 +3541,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
@media (min-width: 48em) { @media (min-width: 48em) {
.navbar-text { .navbar-text {
float: left; float: left;
margin-left: 0.75rem; margin-right: .75rem;
margin-right: 0.75rem; margin-left: .75rem;
} }
} }
@media (min-width: 48em) { @media (min-width: 48em) {
...@@ -3553,7 +3551,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3553,7 +3551,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
} }
.navbar-right { .navbar-right {
float: right !important; float: right !important;
margin-right: -0.75rem; margin-right: -.75rem;
} }
.navbar-right ~ .navbar-right { .navbar-right ~ .navbar-right {
margin-right: 0; margin-right: 0;
...@@ -3564,7 +3562,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3564,7 +3562,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
border-color: #e7e7e7; border-color: #e7e7e7;
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
color: #777777; color: #777;
} }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { .navbar-default .navbar-brand:focus {
...@@ -3572,37 +3570,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3572,37 +3570,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-text { .navbar-default .navbar-text {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { .navbar-default .navbar-nav > li > a:focus {
color: #333333; color: #333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { .navbar-default .navbar-nav > .active > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus { .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
border-color: #dddddd; border-color: #ddd;
} }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color: #dddddd; background-color: #ddd;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color: #888888; background-color: #888;
} }
.navbar-default .navbar-collapse, .navbar-default .navbar-collapse,
.navbar-default .navbar-form { .navbar-default .navbar-form {
...@@ -3611,49 +3609,49 @@ select[multiple].input-group-sm > .input-group-btn > .btn { ...@@ -3611,49 +3609,49 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
color: #555555;
} }
@media (max-width: 47em) { @media (max-width: 47em) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333; color: #333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
} }
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777777; color: #777;
} }
.navbar-default .navbar-link:hover { .navbar-default .navbar-link:hover {
color: #333333; color: #333;
} }
.navbar-default .btn-link { .navbar-default .btn-link {
color: #777777; color: #777;
} }
.navbar-default .btn-link:hover, .navbar-default .btn-link:hover,
.navbar-default .btn-link:focus { .navbar-default .btn-link:focus {
color: #333333; color: #333;
} }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus { fieldset[disabled] .navbar-default .btn-link:focus {
color: #cccccc; color: #ccc;
} }
.navbar-inverse { .navbar-inverse {
background-color: #373a3c; background-color: #373a3c;
...@@ -3667,16 +3665,16 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3667,16 +3665,16 @@ fieldset[disabled] .navbar-default .btn-link:focus {
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover, .navbar-inverse .nav-pills > .nav-item > .nav-link:hover,
.navbar-inverse .navbar-brand > a:focus, .navbar-inverse .navbar-brand > a:focus,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus { .navbar-inverse .nav-pills > .nav-item > .nav-link:focus {
color: #ffffff; color: #fff;
} }
.navbar-inverse .nav-pills > .nav-item > .nav-link:hover, .navbar-inverse .nav-pills > .nav-item > .nav-link:hover,
.navbar-inverse .nav-pills > .nav-item > .nav-link:focus { .navbar-inverse .nav-pills > .nav-item > .nav-link:focus {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .nav-pills > .active > .nav-link, .navbar-inverse .nav-pills > .active > .nav-link,
.navbar-inverse .nav-pills > .nav-link.active { .navbar-inverse .nav-pills > .nav-link.active {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
...@@ -3684,7 +3682,7 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3684,7 +3682,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
...@@ -3695,30 +3693,30 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3695,30 +3693,30 @@ fieldset[disabled] .navbar-default .btn-link:focus {
} }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus { .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444; color: #444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle { .navbar-inverse .navbar-toggle {
border-color: #333333; border-color: #333;
} }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { .navbar-inverse .navbar-toggle:focus {
background-color: #333333; background-color: #333;
} }
.navbar-inverse .navbar-toggle .icon-bar { .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff; background-color: #fff;
} }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { .navbar-inverse .navbar-form {
...@@ -3727,8 +3725,8 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3727,8 +3725,8 @@ fieldset[disabled] .navbar-default .btn-link:focus {
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
color: #fff;
background-color: #1f2021; background-color: #1f2021;
color: #ffffff;
} }
@media (max-width: 47em) { @media (max-width: 47em) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
...@@ -3742,19 +3740,19 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3742,19 +3740,19 @@ fieldset[disabled] .navbar-default .btn-link:focus {
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff; color: #fff;
background-color: #1f2021; background-color: #1f2021;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444; color: #444;
background-color: transparent; background-color: transparent;
} }
} }
...@@ -3762,20 +3760,20 @@ fieldset[disabled] .navbar-default .btn-link:focus { ...@@ -3762,20 +3760,20 @@ fieldset[disabled] .navbar-default .btn-link:focus {
color: #818a91; color: #818a91;
} }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #ffffff; color: #fff;
} }
.navbar-inverse .btn-link { .navbar-inverse .btn-link {
color: #818a91; color: #818a91;
} }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus { .navbar-inverse .btn-link:focus {
color: #ffffff; color: #fff;
} }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus { fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444444; color: #444;
} }
.card { .card {
position: relative; position: relative;
...@@ -3800,13 +3798,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3800,13 +3798,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
padding: .75rem 1.25rem; padding: .75rem 1.25rem;
margin: -1.25rem -1.25rem 1.25rem; margin: -1.25rem -1.25rem 1.25rem;
border-bottom: .075rem solid #eee; border-bottom: .075rem solid #eee;
border-radius: 0.25rem 0.25rem 0 0; border-radius: .25rem .25rem 0 0;
} }
.card-footer { .card-footer {
padding: .75rem 1.25rem; padding: .75rem 1.25rem;
margin: 1.25rem -1.25rem -1.25rem; margin: 1.25rem -1.25rem -1.25rem;
border-top: .075rem solid #eee; border-top: .075rem solid #eee;
border-radius: 0 0 0.25rem 0.25rem; border-radius: 0 0 .25rem .25rem;
} }
.card-primary { .card-primary {
background-color: #027de7; background-color: #027de7;
...@@ -3830,7 +3828,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3830,7 +3828,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.card-inverse .card-header, .card-inverse .card-header,
.card-inverse .card-footer { .card-inverse .card-footer {
border-bottom: 0.075rem solid rgba(255, 255, 255, 0.2); border-bottom: .075rem solid rgba(255, 255, 255, .2);
} }
.card-inverse .card-header, .card-inverse .card-header,
.card-inverse .card-footer, .card-inverse .card-footer,
...@@ -3841,20 +3839,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3841,20 +3839,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.card-inverse .card-link, .card-inverse .card-link,
.card-inverse .card-text, .card-inverse .card-text,
.card-inverse .card-blockquote > footer { .card-inverse .card-blockquote > footer {
color: rgba(255, 255, 255, 0.65); color: rgba(255, 255, 255, .65);
} }
.card-inverse .card-link:hover, .card-inverse .card-link:hover,
.card-inverse .card-link:focus { .card-inverse .card-link:focus {
color: #fff; color: #fff;
} }
.card-blockquote { .card-blockquote {
border-left: 0;
padding: 0; padding: 0;
margin-bottom: 0; margin-bottom: 0;
border-left: 0;
} }
.card-img { .card-img {
margin: -1.325rem; margin: -1.325rem;
border-radius: 0.25rem; border-radius: .25rem;
} }
.card-img-overlay { .card-img-overlay {
position: absolute; position: absolute;
...@@ -3866,11 +3864,11 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3866,11 +3864,11 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
} }
.card-img-top { .card-img-top {
margin: -1.325rem -1.325rem 1.25rem; margin: -1.325rem -1.325rem 1.25rem;
border-radius: 0.25rem 0.25rem 0 0; border-radius: .25rem .25rem 0 0;
} }
.card-img-bottom { .card-img-bottom {
margin: 1.25rem -1.325rem -1.325rem; margin: 1.25rem -1.325rem -1.325rem;
border-radius: 0 0 0.25rem 0.25rem; border-radius: 0 0 .25rem .25rem;
} }
.card-set { .card-set {
display: table; display: table;
...@@ -3878,13 +3876,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3878,13 +3876,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
border-spacing: 1.25rem 0; border-spacing: 1.25rem 0;
} }
.card-set .card { .card-set .card {
float: none;
display: table-cell; display: table-cell;
float: none;
max-width: none; max-width: none;
} }
.card-set-wrapper { .card-set-wrapper {
margin-left: -1.25rem;
margin-right: -1.25rem; margin-right: -1.25rem;
margin-left: -1.25rem;
} }
.card-group { .card-group {
display: table; display: table;
...@@ -3892,13 +3890,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3892,13 +3890,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
table-layout: fixed; table-layout: fixed;
} }
.card-group .card { .card-group .card {
float: none;
display: table-cell; display: table-cell;
float: none;
max-width: none; max-width: none;
} }
.card-group .card + .card { .card-group .card + .card {
border-left: 0;
margin-left: 0; margin-left: 0;
border-left: 0;
} }
.card-columns { .card-columns {
-webkit-column-count: 3; -webkit-column-count: 3;
...@@ -3914,20 +3912,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3914,20 +3912,20 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
/*margin-bottom: 1rem;*/ /*margin-bottom: 1rem;*/
} }
.breadcrumb { .breadcrumb {
padding: 0.75rem 1rem; padding: .75rem 1rem;
margin-bottom: 24px; margin-bottom: 24px;
list-style: none; list-style: none;
background-color: #eceeef; background-color: #eceeef;
border-radius: 0.25rem; border-radius: .25rem;
} }
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
content: "/\00a0";
padding-left: .5rem;
padding-right: .5rem; padding-right: .5rem;
padding-left: .5rem;
color: #818a91; color: #818a91;
content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #818a91; color: #818a91;
...@@ -3936,7 +3934,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3936,7 +3934,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin: 24px 0; margin: 24px 0;
border-radius: 0.25rem; border-radius: .25rem;
} }
.pagination > li { .pagination > li {
display: inline; display: inline;
...@@ -3945,24 +3943,24 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3945,24 +3943,24 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span { .pagination > li > span {
position: relative; position: relative;
float: left; float: left;
padding: 0.5rem 0.75rem; padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.5; line-height: 1.5;
text-decoration: none;
color: #027de7; color: #027de7;
background-color: #ffffff; text-decoration: none;
border: 1px solid #dddddd; background-color: #fff;
margin-left: -1px; border: 1px solid #ddd;
} }
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 0.25rem; border-top-left-radius: .25rem;
border-top-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-bottom-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-top-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
} }
.pagination > li > a:hover, .pagination > li > a:hover,
.pagination > li > span:hover, .pagination > li > span:hover,
...@@ -3970,7 +3968,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3970,7 +3968,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > li > span:focus { .pagination > li > span:focus {
color: #01549b; color: #01549b;
background-color: #eceeef; background-color: #eceeef;
border-color: #dddddd; border-color: #ddd;
} }
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
...@@ -3979,10 +3977,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3979,10 +3977,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .active > a:focus, .pagination > .active > a:focus,
.pagination > .active > span:focus { .pagination > .active > span:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #fff;
cursor: default;
background-color: #027de7; background-color: #027de7;
border-color: #027de7; border-color: #027de7;
cursor: default;
} }
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > span:hover, .pagination > .disabled > span:hover,
...@@ -3991,45 +3989,45 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -3991,45 +3989,45 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #818a91; color: #818a91;
background-color: #ffffff;
border-color: #dddddd;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff;
border-color: #ddd;
} }
.pagination-lg > li > a, .pagination-lg > li > a,
.pagination-lg > li > span { .pagination-lg > li > span {
padding: 0.75rem 1.5rem; padding: .75rem 1.5rem;
font-size: 1.25rem; font-size: 1.25rem;
} }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
border-bottom-left-radius: 0.3rem; border-top-left-radius: .3rem;
border-top-left-radius: 0.3rem; border-bottom-left-radius: .3rem;
} }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { .pagination-lg > li:last-child > span {
border-bottom-right-radius: 0.3rem; border-top-right-radius: .3rem;
border-top-right-radius: 0.3rem; border-bottom-right-radius: .3rem;
} }
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
padding: 0.3rem 0.75rem; padding: .3rem .75rem;
font-size: 0.85rem; font-size: .85rem;
} }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
border-bottom-left-radius: 0.2rem; border-top-left-radius: .2rem;
border-top-left-radius: 0.2rem; border-bottom-left-radius: .2rem;
} }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { .pagination-sm > li:last-child > span {
border-bottom-right-radius: 0.2rem; border-top-right-radius: .2rem;
border-top-right-radius: 0.2rem; border-bottom-right-radius: .2rem;
} }
.pager { .pager {
padding-left: 0; padding-left: 0;
margin: 24px 0; margin: 24px 0;
list-style: none;
text-align: center; text-align: center;
list-style: none;
} }
.pager li { .pager li {
display: inline; display: inline;
...@@ -4038,8 +4036,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4038,8 +4036,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager li > span { .pager li > span {
display: inline-block; display: inline-block;
padding: 5px 14px; padding: 5px 14px;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
border-radius: 15px; border-radius: 15px;
} }
.pager li > a:hover, .pager li > a:hover,
...@@ -4060,8 +4058,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4060,8 +4058,8 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #818a91; color: #818a91;
background-color: #ffffff;
cursor: not-allowed; cursor: not-allowed;
background-color: #fff;
} }
.label { .label {
display: inline; display: inline;
...@@ -4069,15 +4067,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { ...@@ -4069,15 +4067,15 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: 0.25em; border-radius: .25em;
} }
a.label:hover, a.label:hover,
a.label:focus { a.label:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
...@@ -4132,13 +4130,13 @@ a.label:focus { ...@@ -4132,13 +4130,13 @@ a.label:focus {
} }
.badge { .badge {
position: relative; position: relative;
top: -0.1em; top: -.1em;
display: inline-block; display: inline-block;
padding-left: .6em;
padding-right: .6em; padding-right: .6em;
padding-left: .6em;
font-size: .75em; font-size: .75em;
font-weight: bold; font-weight: bold;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
background-color: #818a91; background-color: #818a91;
...@@ -4153,14 +4151,14 @@ a.label:focus { ...@@ -4153,14 +4151,14 @@ a.label:focus {
} }
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #027de7; color: #027de7;
background-color: #ffffff; background-color: #fff;
} }
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
...@@ -4179,7 +4177,7 @@ a.list-group-item.active > .badge, ...@@ -4179,7 +4177,7 @@ a.list-group-item.active > .badge,
border-top-color: #d0d5d8; border-top-color: #d0d5d8;
} }
.container .jumbotron { .container .jumbotron {
border-radius: 0.3rem; border-radius: .3rem;
} }
.jumbotron .container { .jumbotron .container {
max-width: 100%; max-width: 100%;
...@@ -4190,8 +4188,8 @@ a.list-group-item.active > .badge, ...@@ -4190,8 +4188,8 @@ a.list-group-item.active > .badge,
padding-bottom: 3.2rem; padding-bottom: 3.2rem;
} }
.container .jumbotron { .container .jumbotron {
padding-left: 4rem;
padding-right: 4rem; padding-right: 4rem;
padding-left: 4rem;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
...@@ -4202,7 +4200,7 @@ a.list-group-item.active > .badge, ...@@ -4202,7 +4200,7 @@ a.list-group-item.active > .badge,
padding: 15px; padding: 15px;
margin-bottom: 24px; margin-bottom: 24px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 0.25rem; border-radius: .25rem;
} }
.alert h4 { .alert h4 {
margin-top: 0; margin-top: 0;
...@@ -4228,9 +4226,9 @@ a.list-group-item.active > .badge, ...@@ -4228,9 +4226,9 @@ a.list-group-item.active > .badge,
color: inherit; color: inherit;
} }
.alert-success { .alert-success {
color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
color: #3c763d;
} }
.alert-success hr { .alert-success hr {
border-top-color: #c9e2b3; border-top-color: #c9e2b3;
...@@ -4239,9 +4237,9 @@ a.list-group-item.active > .badge, ...@@ -4239,9 +4237,9 @@ a.list-group-item.active > .badge,
color: #2b542c; color: #2b542c;
} }
.alert-info { .alert-info {
color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
color: #31708f;
} }
.alert-info hr { .alert-info hr {
border-top-color: #a6e1ec; border-top-color: #a6e1ec;
...@@ -4250,9 +4248,9 @@ a.list-group-item.active > .badge, ...@@ -4250,9 +4248,9 @@ a.list-group-item.active > .badge,
color: #245269; color: #245269;
} }
.alert-warning { .alert-warning {
color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
color: #8a6d3b;
} }
.alert-warning hr { .alert-warning hr {
border-top-color: #f7e1b5; border-top-color: #f7e1b5;
...@@ -4261,9 +4259,9 @@ a.list-group-item.active > .badge, ...@@ -4261,9 +4259,9 @@ a.list-group-item.active > .badge,
color: #66512c; color: #66512c;
} }
.alert-danger { .alert-danger {
color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
color: #a94442;
} }
.alert-danger hr { .alert-danger hr {
border-top-color: #e4b9c0; border-top-color: #e4b9c0;
...@@ -4303,33 +4301,34 @@ a.list-group-item.active > .badge, ...@@ -4303,33 +4301,34 @@ a.list-group-item.active > .badge,
margin-bottom: 24px; margin-bottom: 24px;
} }
.progress[value] { .progress[value] {
appearance: none;
border: 0;
color: #0074d9; color: #0074d9;
border: 0;
appearance: none;
} }
.progress[value]::-webkit-progress-bar { .progress[value]::-webkit-progress-bar {
background-color: #eee; background-color: #eee;
border-radius: 0.25rem; border-radius: .25rem;
-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
} }
.progress[value]::-webkit-progress-value::before { .progress[value]::-webkit-progress-value::before {
content: attr(value); content: attr(value);
} }
.progress[value]::-webkit-progress-value { .progress[value]::-webkit-progress-value {
background-color: #0074d9; background-color: #0074d9;
border-top-left-radius: 0.25rem; border-top-left-radius: .25rem;
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.progress[value="0"]::-webkit-progress-value { .progress[value="0"]::-webkit-progress-value {
color: #818a91;
min-width: 2rem; min-width: 2rem;
color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
.progress[value="100"]::-webkit-progress-value { .progress[value="100"]::-webkit-progress-value {
border-top-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
} }
/* Commented out for now because linter. /* Commented out for now because linter.
@-moz-document url-prefix() { @-moz-document url-prefix() {
...@@ -4358,47 +4357,47 @@ a.list-group-item.active > .badge, ...@@ -4358,47 +4357,47 @@ a.list-group-item.active > .badge,
@media screen and (min-width:0\0) { @media screen and (min-width:0\0) {
.progress { .progress {
background-color: #eee; background-color: #eee;
border-radius: 0.25rem; border-radius: .25rem;
-webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); box-shadow: inset 0 .1rem .1rem rgba(0, 0, 0, .1);
} }
.progress-bar { .progress-bar {
display: inline-block; display: inline-block;
height: 24px; height: 24px;
text-indent: -999rem; text-indent: -999rem;
background-color: #0074d9; background-color: #0074d9;
border-top-left-radius: 0.25rem; border-top-left-radius: .25rem;
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.progress[width^="0"] { .progress[width^="0"] {
color: #818a91;
min-width: 2rem; min-width: 2rem;
color: #818a91;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
} }
.progress[width="100%"] { .progress[width="100%"] {
border-top-right-radius: 0.25rem; border-top-right-radius: .25rem;
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
} }
} }
.progress-striped[value]::-webkit-progress-value { .progress-striped[value]::-webkit-progress-value {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 24px 24px; -webkit-background-size: 24px 24px;
background-size: 24px 24px; background-size: 24px 24px;
} }
.progress-striped[value]::-moz-progress-bar { .progress-striped[value]::-moz-progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 24px 24px; background-size: 24px 24px;
} }
@media screen and (min-width:0\0) { @media screen and (min-width:0\0) {
.progress-bar-striped { .progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
-webkit-background-size: 24px 24px; -webkit-background-size: 24px 24px;
background-size: 24px 24px; background-size: 24px 24px;
} }
...@@ -4490,25 +4489,25 @@ a.list-group-item.active > .badge, ...@@ -4490,25 +4489,25 @@ a.list-group-item.active > .badge,
list-style: none; list-style: none;
} }
.list-group { .list-group {
margin-bottom: 20px;
padding-left: 0; padding-left: 0;
margin-bottom: 20px;
} }
.list-group-item { .list-group-item {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
margin-bottom: -1px; margin-bottom: -1px;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
.list-group-item:first-child { .list-group-item:first-child {
border-top-right-radius: 0.25rem; border-top-left-radius: .25rem;
border-top-left-radius: 0.25rem; border-top-right-radius: .25rem;
} }
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom-right-radius: 0.25rem; border-bottom-right-radius: .25rem;
border-bottom-left-radius: 0.25rem; border-bottom-left-radius: .25rem;
} }
.list-group-item > .badge { .list-group-item > .badge {
float: right; float: right;
...@@ -4517,23 +4516,23 @@ a.list-group-item.active > .badge, ...@@ -4517,23 +4516,23 @@ a.list-group-item.active > .badge,
margin-right: 5px; margin-right: 5px;
} }
a.list-group-item { a.list-group-item {
color: #555555; color: #555;
} }
a.list-group-item .list-group-item-heading { a.list-group-item .list-group-item-heading {
color: #333333; color: #333;
} }
a.list-group-item:hover, a.list-group-item:hover,
a.list-group-item:focus { a.list-group-item:focus {
color: #555;
text-decoration: none; text-decoration: none;
color: #555555;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.list-group-item.disabled, .list-group-item.disabled,
.list-group-item.disabled:hover, .list-group-item.disabled:hover,
.list-group-item.disabled:focus { .list-group-item.disabled:focus {
background-color: #eceeef;
color: #818a91; color: #818a91;
cursor: not-allowed; cursor: not-allowed;
background-color: #eceeef;
} }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading,
...@@ -4549,7 +4548,7 @@ a.list-group-item:focus { ...@@ -4549,7 +4548,7 @@ a.list-group-item:focus {
.list-group-item.active:hover, .list-group-item.active:hover,
.list-group-item.active:focus { .list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #fff;
background-color: #027de7; background-color: #027de7;
border-color: #027de7; border-color: #027de7;
} }
...@@ -4678,10 +4677,10 @@ a.list-group-item-danger.active:focus { ...@@ -4678,10 +4677,10 @@ a.list-group-item-danger.active:focus {
.embed-responsive object { .embed-responsive object {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
bottom: 0; bottom: 0;
height: 100%; left: 0;
width: 100%; width: 100%;
height: 100%;
border: 0; border: 0;
} }
.embed-responsive.embed-responsive-16by9 { .embed-responsive.embed-responsive-16by9 {
...@@ -4695,46 +4694,46 @@ a.list-group-item-danger.active:focus { ...@@ -4695,46 +4694,46 @@ a.list-group-item-danger.active:focus {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #000000; color: #000;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #fff;
opacity: .2; opacity: .2;
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
color: #000000; color: #000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
opacity: .5; opacity: .5;
} }
button.close { button.close {
-webkit-appearance: none;
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
background: transparent; background: transparent;
border: 0; border: 0;
-webkit-appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
} }
.modal { .modal {
display: none;
overflow: hidden;
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1050; z-index: 1050;
display: none;
overflow: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
outline: 0; outline: 0;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transform: translate3d(0, -25%, 0); -webkit-transform: translate3d(0, -25%, 0);
-webkit-transform: transition .3s ease-out;
-ms-transform: transition .3s ease-out;
-o-transform: transition .3s ease-out;
transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0);
-webkit-transform: transition 0.3s ease-out; transform: transition .3s ease-out;
-ms-transform: transition 0.3s ease-out;
-o-transform: transition 0.3s ease-out;
transform: transition 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
...@@ -4751,14 +4750,14 @@ button.close { ...@@ -4751,14 +4750,14 @@ button.close {
} }
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #ffffff; background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 0.3rem;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: .3rem;
outline: 0; outline: 0;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
...@@ -4767,18 +4766,18 @@ button.close { ...@@ -4767,18 +4766,18 @@ button.close {
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040; z-index: 1040;
background-color: #000000; background-color: #000;
} }
.modal-backdrop.fade { .modal-backdrop.fade {
opacity: 0; opacity: 0;
} }
.modal-backdrop.in { .modal-backdrop.in {
opacity: 0.5; opacity: .5;
} }
.modal-header { .modal-header {
min-height: 16.5px;
padding: 15px; padding: 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
min-height: 16.5px;
} }
.modal-header .close { .modal-header .close {
margin-top: -2px; margin-top: -2px;
...@@ -4797,8 +4796,8 @@ button.close { ...@@ -4797,8 +4796,8 @@ button.close {
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.modal-footer .btn + .btn { .modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0; margin-bottom: 0;
margin-left: 5px;
} }
.modal-footer .btn-group .btn + .btn { .modal-footer .btn-group .btn + .btn {
margin-left: -1px; margin-left: -1px;
...@@ -4819,8 +4818,8 @@ button.close { ...@@ -4819,8 +4818,8 @@ button.close {
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
} }
.modal-sm { .modal-sm {
width: 300px; width: 300px;
...@@ -4835,38 +4834,38 @@ button.close { ...@@ -4835,38 +4834,38 @@ button.close {
position: absolute; position: absolute;
z-index: 1070; z-index: 1070;
display: block; display: block;
visibility: visible; font-size: .85rem;
font-size: 0.85rem;
line-height: 1.4; line-height: 1.4;
visibility: visible;
opacity: 0; opacity: 0;
} }
.tooltip.in { .tooltip.in {
opacity: 0.9; opacity: .9;
} }
.tooltip.top { .tooltip.top {
margin-top: -3px;
padding: 5px 0; padding: 5px 0;
margin-top: -3px;
} }
.tooltip.right { .tooltip.right {
margin-left: 3px;
padding: 0 5px; padding: 0 5px;
margin-left: 3px;
} }
.tooltip.bottom { .tooltip.bottom {
margin-top: 3px;
padding: 5px 0; padding: 5px 0;
margin-top: 3px;
} }
.tooltip.left { .tooltip.left {
margin-left: -3px;
padding: 0 5px; padding: 0 5px;
margin-left: -3px;
} }
.tooltip-inner { .tooltip-inner {
max-width: 200px; max-width: 200px;
padding: 3px 8px; padding: 3px 8px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
background-color: #000000; background-color: #000;
border-radius: 0.25rem; border-radius: .25rem;
} }
.tooltip-arrow { .tooltip-arrow {
position: absolute; position: absolute;
...@@ -4880,52 +4879,52 @@ button.close { ...@@ -4880,52 +4879,52 @@ button.close {
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000000; border-top-color: #000;
} }
.tooltip.top-left .tooltip-arrow { .tooltip.top-left .tooltip-arrow {
bottom: 0; bottom: 0;
left: 5px; left: 5px;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000000; border-top-color: #000;
} }
.tooltip.top-right .tooltip-arrow { .tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px; right: 5px;
bottom: 0;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000000; border-top-color: #000;
} }
.tooltip.right .tooltip-arrow { .tooltip.right .tooltip-arrow {
top: 50%; top: 50%;
left: 0; left: 0;
margin-top: -5px; margin-top: -5px;
border-width: 5px 5px 5px 0; border-width: 5px 5px 5px 0;
border-right-color: #000000; border-right-color: #000;
} }
.tooltip.left .tooltip-arrow { .tooltip.left .tooltip-arrow {
top: 50%; top: 50%;
right: 0; right: 0;
margin-top: -5px; margin-top: -5px;
border-width: 5px 0 5px 5px; border-width: 5px 0 5px 5px;
border-left-color: #000000; border-left-color: #000;
} }
.tooltip.bottom .tooltip-arrow { .tooltip.bottom .tooltip-arrow {
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000000; border-bottom-color: #000;
} }
.tooltip.bottom-left .tooltip-arrow { .tooltip.bottom-left .tooltip-arrow {
top: 0; top: 0;
left: 5px; left: 5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000000; border-bottom-color: #000;
} }
.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom-right .tooltip-arrow {
top: 0; top: 0;
right: 5px; right: 5px;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000000; border-bottom-color: #000;
} }
.popover { .popover {
position: absolute; position: absolute;
...@@ -4936,14 +4935,14 @@ button.close { ...@@ -4936,14 +4935,14 @@ button.close {
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
text-align: left; text-align: left;
background-color: #ffffff; white-space: normal;
background-color: #fff;
-webkit-background-clip: padding-box; -webkit-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, .2);
border-radius: 0.3rem; border-radius: .3rem;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
white-space: normal;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
...@@ -4958,14 +4957,14 @@ button.close { ...@@ -4958,14 +4957,14 @@ button.close {
margin-left: -10px; margin-left: -10px;
} }
.popover-title { .popover-title {
margin: 0;
padding: 8px 14px; padding: 8px 14px;
margin: 0;
font-size: 1rem; font-size: 1rem;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
background-color: #f7f7f7; background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
border-radius: -0.7rem -0.7rem 0 0; border-radius: -.7rem -.7rem 0 0;
} }
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
...@@ -4983,79 +4982,79 @@ button.close { ...@@ -4983,79 +4982,79 @@ button.close {
border-width: 11px; border-width: 11px;
} }
.popover > .arrow:after { .popover > .arrow:after {
border-width: 10px;
content: ""; content: "";
border-width: 10px;
} }
.popover.top > .arrow { .popover.top > .arrow {
bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
} }
.popover.top > .arrow:after { .popover.top > .arrow:after {
content: " ";
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
content: " ";
border-top-color: #fff;
border-bottom-width: 0; border-bottom-width: 0;
border-top-color: #ffffff;
} }
.popover.right > .arrow { .popover.right > .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0; border-left-width: 0;
border-right-color: rgba(0, 0, 0, 0.25);
} }
.popover.right > .arrow:after { .popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px; bottom: -10px;
left: 1px;
content: " ";
border-right-color: #fff;
border-left-width: 0; border-left-width: 0;
border-right-color: #ffffff;
} }
.popover.bottom > .arrow { .popover.bottom > .arrow {
top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0; border-top-width: 0;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, .25);
top: -11px;
} }
.popover.bottom > .arrow:after { .popover.bottom > .arrow:after {
content: " ";
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
content: " ";
border-top-width: 0; border-top-width: 0;
border-bottom-color: #ffffff; border-bottom-color: #fff;
} }
.popover.left > .arrow { .popover.left > .arrow {
top: 50%; top: 50%;
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-right-width: 0; border-right-width: 0;
border-left-color: rgba(0, 0, 0, 0.25); border-left-color: rgba(0, 0, 0, .25);
} }
.popover.left > .arrow:after { .popover.left > .arrow:after {
content: " ";
right: 1px; right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px; bottom: -10px;
content: " ";
border-right-width: 0;
border-left-color: #fff;
} }
.carousel { .carousel {
position: relative; position: relative;
} }
.carousel-inner { .carousel-inner {
position: relative; position: relative;
overflow: hidden;
width: 100%; width: 100%;
overflow: hidden;
} }
.carousel-inner > .item { .carousel-inner > .item {
display: none;
position: relative; position: relative;
-webkit-transition: 0.6s ease-in-out left; display: none;
-o-transition: 0.6s ease-in-out left; -webkit-transition: .6s ease-in-out left;
transition: 0.6s ease-in-out left; -o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
...@@ -5063,9 +5062,10 @@ button.close { ...@@ -5063,9 +5062,10 @@ button.close {
} }
@media all and (transform-3d), (-webkit-transform-3d) { @media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item { .carousel-inner > .item {
-webkit-transition: -webkit-transform 0.6s ease-in-out; -webkit-transition: -webkit-transform .6s ease-in-out;
-o-transition: -o-transform 0.6s ease-in-out; -o-transition: -o-transform .6s ease-in-out;
transition: transform 0.6s ease-in-out; transition: transform .6s ease-in-out;
-webkit-backface-visibility: hidden; -webkit-backface-visibility: hidden;
backface-visibility: hidden; backface-visibility: hidden;
-webkit-perspective: 1000; -webkit-perspective: 1000;
...@@ -5073,22 +5073,22 @@ button.close { ...@@ -5073,22 +5073,22 @@ button.close {
} }
.carousel-inner > .item.next, .carousel-inner > .item.next,
.carousel-inner > .item.active.right { .carousel-inner > .item.active.right {
left: 0;
-webkit-transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.prev, .carousel-inner > .item.prev,
.carousel-inner > .item.active.left { .carousel-inner > .item.active.left {
left: 0;
-webkit-transform: translate3d(-100%, 0, 0); -webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0);
left: 0;
} }
.carousel-inner > .item.next.left, .carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right, .carousel-inner > .item.prev.right,
.carousel-inner > .item.active { .carousel-inner > .item.active {
left: 0;
-webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);
left: 0;
} }
} }
.carousel-inner > .active, .carousel-inner > .active,
...@@ -5124,38 +5124,38 @@ button.close { ...@@ -5124,38 +5124,38 @@ button.close {
.carousel-control { .carousel-control {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0;
bottom: 0; bottom: 0;
left: 0;
width: 15%; width: 15%;
opacity: 0.5;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
} }
.carousel-control.left { .carousel-control.left {
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
background-repeat: repeat-x;
} }
.carousel-control.right { .carousel-control.right {
left: auto;
right: 0; right: 0;
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); left: auto;
background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
background-repeat: repeat-x; background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
} }
.carousel-control:hover, .carousel-control:hover,
.carousel-control:focus { .carousel-control:focus {
outline: 0; color: #fff;
color: #ffffff;
text-decoration: none; text-decoration: none;
outline: 0;
opacity: .9; opacity: .9;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
...@@ -5189,10 +5189,10 @@ button.close { ...@@ -5189,10 +5189,10 @@ button.close {
left: 50%; left: 50%;
z-index: 15; z-index: 15;
width: 60%; width: 60%;
margin-left: -30%;
padding-left: 0; padding-left: 0;
list-style: none; margin-left: -30%;
text-align: center; text-align: center;
list-style: none;
} }
.carousel-indicators li { .carousel-indicators li {
display: inline-block; display: inline-block;
...@@ -5200,28 +5200,28 @@ button.close { ...@@ -5200,28 +5200,28 @@ button.close {
height: 10px; height: 10px;
margin: 1px; margin: 1px;
text-indent: -999px; text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer; cursor: pointer;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
border: 1px solid #fff;
border-radius: 10px;
} }
.carousel-indicators .active { .carousel-indicators .active {
margin: 0;
width: 12px; width: 12px;
height: 12px; height: 12px;
background-color: #ffffff; margin: 0;
background-color: #fff;
} }
.carousel-caption { .carousel-caption {
position: absolute; position: absolute;
left: 15%;
right: 15%; right: 15%;
bottom: 20px; bottom: 20px;
left: 15%;
z-index: 10; z-index: 10;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
...@@ -5241,8 +5241,8 @@ button.close { ...@@ -5241,8 +5241,8 @@ button.close {
margin-right: -15px; margin-right: -15px;
} }
.carousel-caption { .carousel-caption {
left: 20%;
right: 20%; right: 20%;
left: 20%;
padding-bottom: 30px; padding-bottom: 30px;
} }
.carousel-indicators { .carousel-indicators {
...@@ -5277,8 +5277,8 @@ button.close { ...@@ -5277,8 +5277,8 @@ button.close {
.pager:after, .pager:after,
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
content: " ";
display: table; display: table;
content: " ";
} }
.clearfix:after, .clearfix:after,
.dl-horizontal dd:after, .dl-horizontal dd:after,
...@@ -5298,8 +5298,8 @@ button.close { ...@@ -5298,8 +5298,8 @@ button.close {
} }
.center-block { .center-block {
display: block; display: block;
margin-left: auto;
margin-right: auto; margin-right: auto;
margin-left: auto;
} }
.pull-right { .pull-right {
float: right !important; float: right !important;
...@@ -5315,8 +5315,8 @@ button.close { ...@@ -5315,8 +5315,8 @@ button.close {
padding: 1rem; padding: 1rem;
} }
.p-h { .p-h {
padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
padding-left: 1rem;
} }
.p-v { .p-v {
padding-top: 1rem; padding-top: 1rem;
...@@ -5325,8 +5325,8 @@ button.close { ...@@ -5325,8 +5325,8 @@ button.close {
.pos-f-t { .pos-f-t {
position: fixed; position: fixed;
top: 0; top: 0;
left: 0;
right: 0; right: 0;
left: 0;
z-index: 1030; z-index: 1030;
} }
.show { .show {
......
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -302,10 +302,6 @@ table { ...@@ -302,10 +302,6 @@ table {
} }
} }
border-right: ;
border-bottom: ;
tr { tr {
float: left; float: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment