0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-06 04:08:22 +01:00

hopefully fixed messed up stylesheet...

This commit is contained in:
Tom Pietschker 2013-04-08 08:46:12 -04:00
parent bd789ed158
commit 09b97a3b95

View File

@ -7,7 +7,9 @@
* *
* Designed and built with all the love in the world by @mdo and @fat. * Designed and built with all the love in the world by @mdo and @fat.
*/ */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ /*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, article,
aside, aside,
details, details,
@ -22,56 +24,70 @@ section,
summary { summary {
display: block; display: block;
} }
audio, audio,
canvas, canvas,
video { video {
display: inline-block; display: inline-block;
} }
audio:not([controls]) { audio:not([controls]) {
display: none; display: none;
height: 0; height: 0;
} }
[hidden] { [hidden] {
display: none; display: none;
} }
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
} }
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
} }
a:active, a:active,
a:hover { a:hover {
outline: 0; outline: 0;
} }
h1 { h1 {
font-size: 2em;
margin: 0.67em 0; margin: 0.67em 0;
font-size: 2em;
} }
abbr[title] { abbr[title] {
border-bottom: 1px dotted; border-bottom: 1px dotted;
} }
b, b,
strong { strong {
font-weight: bold; font-weight: bold;
} }
dfn { dfn {
font-style: italic; font-style: italic;
} }
hr { hr {
height: 0;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
height: 0;
} }
mark { mark {
background: #ff0;
color: #000; color: #000;
background: #ff0;
} }
code, code,
kbd, kbd,
pre, pre,
@ -79,105 +95,128 @@ samp {
font-family: monospace, serif; font-family: monospace, serif;
font-size: 1em; font-size: 1em;
} }
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
q { q {
quotes: "\201C" "\201D" "\2018" "\2019"; quotes: "\201C" "\201D" "\2018" "\2019";
} }
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: -0.5em;
} }
sub { sub {
bottom: -0.25em; bottom: -0.25em;
} }
img { img {
border: 0; border: 0;
} }
svg:not(:root) { svg:not(:root) {
overflow: hidden; overflow: hidden;
} }
figure { figure {
margin: 0; margin: 0;
} }
fieldset { fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; padding: 0.35em 0.625em 0.75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
} }
legend { legend {
border: 0;
padding: 0; padding: 0;
border: 0;
} }
button, button,
input, input,
select, select,
textarea { textarea {
margin: 0;
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;
margin: 0;
} }
button, button,
input { input {
line-height: normal; line-height: normal;
} }
button, button,
select { select {
text-transform: none; text-transform: none;
} }
button, button,
html input[type="button"], html input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
-webkit-appearance: button;
cursor: pointer; cursor: pointer;
-webkit-appearance: button;
} }
button[disabled], button[disabled],
html input[disabled] { html input[disabled] {
cursor: default; cursor: default;
} }
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
box-sizing: border-box;
padding: 0; padding: 0;
box-sizing: border-box;
} }
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;
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
border: 0;
padding: 0; padding: 0;
border: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
vertical-align: top; vertical-align: top;
} }
table { table {
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
@media print { @media print {
* { * {
text-shadow: none !important;
color: #000 !important; color: #000 !important;
text-shadow: none !important;
background: transparent !important; background: transparent !important;
box-shadow: none !important; box-shadow: none !important;
} }
@ -228,22 +267,26 @@ table {
display: none; display: none;
} }
} }
* { * {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
html { html {
font-size: 62.5%; font-size: 62.5%;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
@media screen and (max-device-width: 480px) { @media screen and (max-device-width: 480px) {
html { html {
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
} }
} }
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
@ -251,6 +294,7 @@ body {
color: #333333; color: #333333;
background-color: #ffffff; background-color: #ffffff;
} }
input, input,
button, button,
select, select,
@ -259,90 +303,114 @@ textarea {
font-size: inherit; font-size: inherit;
line-height: inherit; line-height: inherit;
} }
a { a {
color: #428bca; color: #428bca;
text-decoration: none; text-decoration: none;
} }
a:hover, a:hover,
a:focus { a:focus {
color: #2a6496; color: #2a6496;
text-decoration: underline; text-decoration: underline;
} }
a:focus { a:focus {
outline: thin dotted #333; outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
img { img {
max-width: 100%;
width: auto\9; width: auto\9;
height: auto; height: auto;
max-width: 100%;
vertical-align: middle; vertical-align: middle;
} }
.img-rounded { .img-rounded {
border-radius: 6px; border-radius: 6px;
} }
.img-circle { .img-circle {
border-radius: 500px; border-radius: 500px;
} }
p { p {
margin: 0 0 10px; margin: 0 0 10px;
} }
.lead { .lead {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
font-weight: 200; font-weight: 200;
line-height: 1.4; line-height: 1.4;
} }
small { small {
font-size: 85%; font-size: 85%;
} }
strong { strong {
font-weight: bold; font-weight: bold;
} }
em { em {
font-style: italic; font-style: italic;
} }
cite { cite {
font-style: normal; font-style: normal;
} }
.text-muted { .text-muted {
color: #999999; color: #999999;
} }
a.text-muted:hover, a.text-muted:hover,
a.text-muted:focus { a.text-muted:focus {
color: #808080; color: #808080;
} }
.text-warning { .text-warning {
color: #c09853; color: #c09853;
} }
a.text-warning:hover, a.text-warning:hover,
a.text-warning:focus { a.text-warning:focus {
color: #a47e3c; color: #a47e3c;
} }
.text-danger { .text-danger {
color: #b94a48; color: #b94a48;
} }
a.text-danger:hover, a.text-danger:hover,
a.text-danger:focus { a.text-danger:focus {
color: #953b39; color: #953b39;
} }
.text-success { .text-success {
color: #468847; color: #468847;
} }
a.text-success:hover, a.text-success:hover,
a.text-success:focus { a.text-success:focus {
color: #356635; color: #356635;
} }
.text-left { .text-left {
text-align: left; text-align: left;
} }
.text-right { .text-right {
text-align: right; text-align: right;
} }
.text-center { .text-center {
text-align: center; text-align: center;
} }
h1, h1,
h2, h2,
h3, h3,
@ -359,6 +427,7 @@ h6,
font-weight: 500; font-weight: 500;
line-height: 20px; line-height: 20px;
} }
h1 small, h1 small,
h2 small, h2 small,
h3 small, h3 small,
@ -375,6 +444,7 @@ h6 small,
line-height: 1; line-height: 1;
color: #999999; color: #999999;
} }
h1, h1,
h2, h2,
h3 { h3 {
@ -382,136 +452,158 @@ h3 {
margin-bottom: 10px; margin-bottom: 10px;
line-height: 40px; line-height: 40px;
} }
h3 { h3 {
line-height: 30px; line-height: 30px;
} }
h4, h4,
h5, h5,
h6 { h6 {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
h1, h1,
.h1 { .h1 {
font-size: 38.5px; font-size: 38.5px;
} }
h2, h2,
.h2 { .h2 {
font-size: 31.5px; font-size: 31.5px;
} }
h3, h3,
.h3 { .h3 {
font-size: 24.5px; font-size: 24.5px;
} }
h4, h4,
.h4 { .h4 {
font-size: 17.5px; font-size: 17.5px;
} }
h5, h5,
.h5 { .h5 {
font-size: 14px; font-size: 14px;
} }
h6, h6,
.h6 { .h6 {
font-size: 11.9px; font-size: 11.9px;
} }
h1 small, h1 small,
.h1 small { .h1 small {
font-size: 24.5px; font-size: 24.5px;
} }
h2 small, h2 small,
.h2 small { .h2 small {
font-size: 17.5px; font-size: 17.5px;
} }
h3 small, h3 small,
.h3 small { .h3 small {
font-size: 14px; font-size: 14px;
} }
h4 small, h4 small,
.h4 small { .h4 small {
font-size: 14px; font-size: 14px;
} }
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee;
} }
ul, ul,
ol { ol {
padding: 0; padding: 0;
margin: 0 0 10px 25px; margin: 0 0 10px 25px;
} }
ul ul, ul ul,
ul ol, ul ol,
ol ol, ol ol,
ol ul { ol ul {
margin-bottom: 0; margin-bottom: 0;
} }
li { li {
line-height: 20px; line-height: 20px;
} }
.list-unstyled { .list-unstyled {
margin-left: 0; margin-left: 0;
list-style: none; list-style: none;
} }
.list-inline { .list-inline {
margin-left: 0; margin-left: 0;
list-style: none; 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-bottom: 20px; margin-bottom: 20px;
} }
dt, dt,
dd { dd {
line-height: 20px; line-height: 20px;
} }
dt { dt {
font-weight: bold; font-weight: bold;
} }
dd { dd {
margin-left: 10px; margin-left: 10px;
} }
.dl-horizontal:before, .dl-horizontal:before,
.dl-horizontal:after { .dl-horizontal:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.dl-horizontal:after { .dl-horizontal:after {
clear: both; clear: both;
} }
.dl-horizontal:before, .dl-horizontal:before,
.dl-horizontal:after { .dl-horizontal:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.dl-horizontal:after { .dl-horizontal:after {
clear: both; clear: both;
} }
.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;
} }
.dl-horizontal dd { .dl-horizontal dd {
margin-left: 180px; margin-left: 180px;
} }
hr { hr {
margin: 20px 0; margin: 20px 0;
border: 0; border: 0;
@ -519,34 +611,41 @@ hr {
border-bottom: 1px solid #fff; border-bottom: 1px solid #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.5); border-bottom: 1px solid rgba(255, 255, 255, 0.5);
} }
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #999999; border-bottom: 1px dotted #999999;
} }
abbr.initialism { abbr.initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
} }
blockquote { blockquote {
padding: 0 0 0 15px; padding: 0 0 0 15px;
margin: 0 0 20px; margin: 0 0 20px;
border-left: 5px solid #eeeeee; border-left: 5px solid #eeeeee;
} }
blockquote p { blockquote p {
margin-bottom: 0; margin-bottom: 0;
font-size: 17.5px; font-size: 17.5px;
font-weight: 300; font-weight: 300;
line-height: 1.25; line-height: 1.25;
} }
blockquote small { blockquote small {
display: block; display: block;
line-height: 20px; line-height: 20px;
color: #999999; color: #999999;
} }
blockquote small:before { blockquote small:before {
content: '\2014 \00A0'; content: '\2014 \00A0';
} }
blockquote.pull-right { blockquote.pull-right {
float: right; float: right;
padding-right: 15px; padding-right: 15px;
@ -554,28 +653,34 @@ blockquote.pull-right {
border-right: 5px solid #eeeeee; border-right: 5px solid #eeeeee;
border-left: 0; border-left: 0;
} }
blockquote.pull-right p, blockquote.pull-right p,
blockquote.pull-right small { blockquote.pull-right small {
text-align: right; text-align: right;
} }
blockquote.pull-right small:before { blockquote.pull-right small:before {
content: ''; content: '';
} }
blockquote.pull-right small:after { blockquote.pull-right small:after {
content: '\00A0 \2014'; content: '\00A0 \2014';
} }
q:before, q:before,
q:after, q:after,
blockquote:before, blockquote:before,
blockquote:after { blockquote:after {
content: ""; content: "";
} }
address { address {
display: block; display: block;
margin-bottom: 20px; margin-bottom: 20px;
font-style: normal; font-style: normal;
line-height: 20px; line-height: 20px;
} }
code, code,
pre { pre {
padding: 0 3px 2px; padding: 0 3px 2px;
@ -584,13 +689,15 @@ pre {
color: #333333; color: #333333;
border-radius: 4px; border-radius: 4px;
} }
code { code {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #c7254e; color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap; white-space: nowrap;
background-color: #f9f2f4;
} }
pre { pre {
display: block; display: block;
padding: 9.5px; padding: 9.5px;
@ -606,9 +713,11 @@ pre {
border: 1px solid rgba(0, 0, 0, 0.15); border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px; border-radius: 4px;
} }
pre.prettyprint { pre.prettyprint {
margin-bottom: 20px; margin-bottom: 20px;
} }
pre code { pre code {
padding: 0; padding: 0;
color: inherit; color: inherit;
@ -617,112 +726,122 @@ pre code {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
.pre-scrollable { .pre-scrollable {
max-height: 340px; max-height: 340px;
overflow-y: scroll; overflow-y: scroll;
} }
.container { .container {
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
.container:before, .container:before,
.container:after { .container:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.container:after { .container:after {
clear: both; clear: both;
} }
.container:before, .container:before,
.container:after { .container:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.container:after { .container:after {
clear: both; clear: both;
} }
.row:before, .row:before,
.row:after { .row:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.row:after { .row:after {
clear: both; clear: both;
} }
.row:before, .row:before,
.row:after { .row:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.row:after { .row:after {
clear: both; clear: both;
} }
.row .row { .row .row {
margin-left: -15px;
margin-right: -15px; margin-right: -15px;
margin-left: -15px;
} }
[class*="col-span-"], [class*="col-span-"],
[class*="col-small-"] { [class*="col-small-"] {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-left: 15px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px;
} }
[class*="col-small-"] { [class*="col-small-"] {
float: left; float: left;
} }
.col-small-span-12 { .col-small-span-12 {
width: 100%; width: 100%;
} }
.col-small-span-11 { .col-small-span-11 {
width: 91.66666666666666%; width: 91.66666666666666%;
} }
.col-small-span-10 { .col-small-span-10 {
width: 83.33333333333334%; width: 83.33333333333334%;
} }
.col-small-span-9 { .col-small-span-9 {
width: 75%; width: 75%;
} }
.col-small-span-8 { .col-small-span-8 {
width: 66.66666666666666%; width: 66.66666666666666%;
} }
.col-small-span-7 { .col-small-span-7 {
width: 58.333333333333336%; width: 58.333333333333336%;
} }
.col-small-span-6 { .col-small-span-6 {
width: 50%; width: 50%;
} }
.col-small-span-5 { .col-small-span-5 {
width: 41.66666666666667%; width: 41.66666666666667%;
} }
.col-small-span-4 { .col-small-span-4 {
width: 33.33333333333333%; width: 33.33333333333333%;
} }
.col-small-span-3 { .col-small-span-3 {
width: 25%; width: 25%;
} }
.col-small-span-2 { .col-small-span-2 {
width: 16.666666666666664%; width: 16.666666666666664%;
} }
.col-small-span-1 { .col-small-span-1 {
width: 8.333333333333332%; width: 8.333333333333332%;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.container { .container {
max-width: 728px; max-width: 728px;
@ -875,32 +994,39 @@ pre code {
right: 8.333333333333332%; right: 8.333333333333332%;
} }
} }
@media screen and (min-width: 992px) { @media screen and (min-width: 992px) {
.container { .container {
max-width: 940px; max-width: 940px;
} }
} }
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
.container { .container {
max-width: 1170px; max-width: 1170px;
} }
} }
[class*="col-span-"].pull-right { [class*="col-span-"].pull-right {
float: right; float: right;
} }
table { table {
max-width: 100%; max-width: 100%;
background-color: transparent; background-color: transparent;
border-collapse: collapse; border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
} }
th { th {
text-align: left; text-align: left;
} }
.table { .table {
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
} }
.table th, .table th,
.table td { .table td {
padding: 8px; padding: 8px;
@ -908,9 +1034,11 @@ th {
vertical-align: top; vertical-align: top;
border-top: 1px solid #dddddd; border-top: 1px solid #dddddd;
} }
.table thead th { .table thead th {
vertical-align: bottom; vertical-align: bottom;
} }
.table caption + thead tr:first-child th, .table caption + thead tr:first-child th,
.table caption + thead tr:first-child td, .table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child th,
@ -919,26 +1047,32 @@ th {
.table thead:first-child tr:first-child td { .table thead:first-child tr:first-child td {
border-top: 0; border-top: 0;
} }
.table tbody + tbody { .table tbody + tbody {
border-top: 2px solid #dddddd; border-top: 2px solid #dddddd;
} }
.table .table { .table .table {
background-color: #ffffff; background-color: #ffffff;
} }
.table-condensed th, .table-condensed th,
.table-condensed td { .table-condensed td {
padding: 4px 5px; padding: 4px 5px;
} }
.table-bordered { .table-bordered {
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-collapse: separate; border-collapse: separate;
border-left: 0; border-left: 0;
border-radius: 4px; border-radius: 4px;
} }
.table-bordered th, .table-bordered th,
.table-bordered td { .table-bordered td {
border-left: 1px solid #dddddd; border-left: 1px solid #dddddd;
} }
.table-bordered caption + thead tr:first-child th, .table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td, .table-bordered caption + tbody tr:first-child td,
@ -950,16 +1084,19 @@ th {
.table-bordered tbody:first-child tr:first-child td { .table-bordered tbody:first-child tr:first-child td {
border-top: 0; border-top: 0;
} }
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child { .table-bordered tbody:first-child tr:first-child > th:first-child {
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child { .table-bordered tbody:first-child tr:first-child > th:last-child {
border-top-right-radius: 4px; border-top-right-radius: 4px;
} }
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child,
@ -967,6 +1104,7 @@ th {
.table-bordered tfoot:last-child tr:last-child > th:first-child { .table-bordered tfoot:last-child tr:last-child > th:first-child {
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child,
@ -974,85 +1112,102 @@ th {
.table-bordered tfoot:last-child tr:last-child > th:last-child { .table-bordered tfoot:last-child tr:last-child > th:last-child {
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.table-bordered tfoot + tbody:last-child tr:last-child > td:first-child { .table-bordered tfoot + tbody:last-child tr:last-child > td:first-child {
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.table-bordered tfoot + tbody:last-child tr:last-child > td:last-child { .table-bordered tfoot + tbody:last-child tr:last-child > td:last-child {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child, .table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child { .table-bordered colgroup + tbody tr:first-child td:first-child {
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child, .table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child { .table-bordered colgroup + tbody tr:first-child td:last-child {
border-top-right-radius: 4px; border-top-right-radius: 4px;
} }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; background-color: #f9f9f9;
} }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { .table-hover > tbody > tr:hover > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-span-"] { table col[class*="col-span-"] {
float: none;
display: table-column; display: table-column;
float: none;
} }
table td[class*="col-span-"], table td[class*="col-span-"],
table th[class*="col-span-"] { table th[class*="col-span-"] {
float: none;
display: table-cell; display: table-cell;
float: none;
} }
.table > tbody > tr > td.success, .table > tbody > tr > td.success,
.table > tbody > tr > th.success, .table > tbody > tr > th.success,
.table > tbody > tr.success > td { .table > tbody > tr.success > td {
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.table > tbody > tr > td.danger, .table > tbody > tr > td.danger,
.table > tbody > tr > th.danger, .table > tbody > tr > th.danger,
.table > tbody > tr.danger > td { .table > tbody > tr.danger > td {
background-color: #f2dede; background-color: #f2dede;
border-color: #eed3d7; border-color: #eed3d7;
} }
.table > tbody > tr > td.warning, .table > tbody > tr > td.warning,
.table > tbody > tr > th.warning, .table > tbody > tr > th.warning,
.table > tbody > tr.warning > td { .table > tbody > tr.warning > td {
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #fbeed5; border-color: #fbeed5;
} }
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td { .table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6; background-color: #d0e9c6;
border-color: #c9e2b3; border-color: #c9e2b3;
} }
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td { .table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc; background-color: #ebcccc;
border-color: #e6c1c7; border-color: #e6c1c7;
} }
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td { .table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc; background-color: #faf2cc;
border-color: #f8e5be; border-color: #f8e5be;
} }
form { form {
margin: 0; margin: 0;
} }
fieldset { fieldset {
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;
} }
legend { legend {
display: block; display: block;
width: 100%; width: 100%;
@ -1064,11 +1219,13 @@ legend {
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
label { label {
display: inline-block; display: inline-block;
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: bold;
} }
select, select,
textarea, textarea,
input[type="text"], input[type="text"],
@ -1097,16 +1254,18 @@ input[type="color"] {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
-webkit-transition: border linear .2s, box-shadow linear .2s; -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear .2s, box-shadow linear .2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear .2s, box-shadow linear .2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear .2s, box-shadow linear .2s; transition: border linear 0.2s, box-shadow linear 0.2s;
} }
input, input,
select, select,
textarea { textarea {
width: 100%; width: 100%;
} }
input[type="file"], input[type="file"],
input[type="image"], input[type="image"],
input[type="submit"], input[type="submit"],
@ -1116,9 +1275,11 @@ input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
width: auto; width: auto;
} }
textarea { textarea {
height: auto; height: auto;
} }
textarea:focus, textarea:focus,
input[type="text"]:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="password"]:focus,
@ -1142,6 +1303,7 @@ input[type="color"]:focus {
-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
} }
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
margin: 4px 0 0; margin: 4px 0 0;
@ -1150,6 +1312,7 @@ input[type="checkbox"] {
line-height: normal; line-height: normal;
} }
select, select,
input[type="file"] { input[type="file"] {
height: 34px; height: 34px;
@ -1157,10 +1320,12 @@ input[type="file"] {
line-height: 34px; line-height: 34px;
} }
select[multiple], select[multiple],
select[size] { select[size] {
height: auto; height: auto;
} }
select:focus, select:focus,
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
@ -1169,35 +1334,42 @@ input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
input:-moz-placeholder, input:-moz-placeholder,
textarea:-moz-placeholder { textarea:-moz-placeholder {
color: #999999; color: #999999;
} }
input::-moz-placeholder, input::-moz-placeholder,
textarea::-moz-placeholder { textarea::-moz-placeholder {
color: #999999; color: #999999;
} }
input:-ms-input-placeholder, input:-ms-input-placeholder,
textarea:-ms-input-placeholder { textarea:-ms-input-placeholder {
color: #999999; color: #999999;
} }
input::-webkit-input-placeholder, input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { textarea::-webkit-input-placeholder {
color: #999999; color: #999999;
} }
.radio, .radio,
.checkbox { .checkbox {
display: block; display: block;
min-height: 20px; min-height: 20px;
margin-bottom: 10px;
padding-left: 20px; padding-left: 20px;
margin-bottom: 10px;
} }
.radio label, .radio label,
.checkbox label { .checkbox label {
display: inline; display: inline;
margin-bottom: 0; margin-bottom: 0;
font-weight: normal; font-weight: normal;
} }
.radio input[type="radio"], .radio input[type="radio"],
.radio-inline input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox input[type="checkbox"],
@ -1205,28 +1377,33 @@ textarea::-webkit-input-placeholder {
float: left; float: left;
margin-left: -20px; margin-left: -20px;
} }
.radio + .radio, .radio + .radio,
.checkbox + .checkbox { .checkbox + .checkbox {
margin-top: -5px; margin-top: -5px;
} }
.controls > .radio:first-child, .controls > .radio:first-child,
.controls > .checkbox:first-child { .controls > .checkbox:first-child {
padding-top: 5px; padding-top: 5px;
} }
.radio-inline, .radio-inline,
.checkbox-inline { .checkbox-inline {
display: inline-block; display: inline-block;
padding-top: 5px; padding-top: 5px;
padding-left: 20px; padding-left: 20px;
margin-bottom: 0; margin-bottom: 0;
vertical-align: middle;
font-weight: normal; font-weight: normal;
vertical-align: middle;
} }
.radio-inline + .radio-inline, .radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline { .checkbox-inline + .checkbox-inline {
margin-top: 0; margin-top: 0;
margin-left: 10px; margin-left: 10px;
} }
select.input-large, select.input-large,
textarea.input-large, textarea.input-large,
input[type="text"].input-large, input[type="text"].input-large,
@ -1247,6 +1424,7 @@ input[type="color"].input-large {
font-size: 17.5px; font-size: 17.5px;
border-radius: 6px; border-radius: 6px;
} }
select.input-small, select.input-small,
textarea.input-small, textarea.input-small,
input[type="text"].input-small, input[type="text"].input-small,
@ -1268,22 +1446,26 @@ input[type="color"].input-small {
font-size: 11.9px; font-size: 11.9px;
border-radius: 3px; border-radius: 3px;
} }
input[class*="span"], input[class*="span"],
select[class*="span"], select[class*="span"],
textarea[class*="span"] { textarea[class*="span"] {
float: none; float: none;
margin-left: 0;
margin-right: 0; margin-right: 0;
margin-left: 0;
} }
.input-append input[class*="span"], .input-append input[class*="span"],
.input-prepend input[class*="span"] { .input-prepend input[class*="span"] {
display: inline-block; display: inline-block;
} }
input[class*="span"], input[class*="span"],
select[class*="span"], select[class*="span"],
textarea[class*="span"] { textarea[class*="span"] {
height: 34px; height: 34px;
} }
input[disabled], input[disabled],
select[disabled], select[disabled],
textarea[disabled], textarea[disabled],
@ -1296,6 +1478,7 @@ fieldset[disabled] textarea {
cursor: not-allowed; cursor: not-allowed;
background-color: #eeeeee; background-color: #eeeeee;
} }
input[type="radio"][disabled], input[type="radio"][disabled],
input[type="checkbox"][disabled], input[type="checkbox"][disabled],
input[type="radio"][readonly], input[type="radio"][readonly],
@ -1304,54 +1487,65 @@ fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] { fieldset[disabled] input[type="checkbox"] {
background-color: transparent; background-color: transparent;
} }
.has-warning .control-label { .has-warning .control-label {
color: #c09853; color: #c09853;
} }
.has-warning .input-with-feedback { .has-warning .input-with-feedback {
padding-right: 32px; padding-right: 32px;
border-color: #c09853; border-color: #c09853;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
} }
.has-warning .input-with-feedback:focus { .has-warning .input-with-feedback:focus {
border-color: #a47e3c; border-color: #a47e3c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
} }
.has-error .control-label { .has-error .control-label {
color: #b94a48; color: #b94a48;
} }
.has-error .input-with-feedback { .has-error .input-with-feedback {
padding-right: 32px; padding-right: 32px;
border-color: #b94a48; border-color: #b94a48;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
} }
.has-error .input-with-feedback:focus { .has-error .input-with-feedback:focus {
border-color: #953b39; border-color: #953b39;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
} }
.has-success .control-label { .has-success .control-label {
color: #468847; color: #468847;
} }
.has-success .input-with-feedback { .has-success .input-with-feedback {
padding-right: 32px; padding-right: 32px;
border-color: #468847; border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 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, 0.075);
} }
.has-success .input-with-feedback:focus { .has-success .input-with-feedback:focus {
border-color: #356635; border-color: #356635;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
} }
input:focus:invalid, input:focus:invalid,
textarea:focus:invalid, textarea:focus:invalid,
select:focus:invalid { select:focus:invalid {
color: #b94a48; color: #b94a48;
border-color: #ee5f5b; border-color: #ee5f5b;
} }
input:focus:invalid:focus, input:focus:invalid:focus,
textarea:focus:invalid:focus, textarea:focus:invalid:focus,
select:focus:invalid:focus { select:focus:invalid:focus {
@ -1359,6 +1553,7 @@ select:focus:invalid:focus {
-webkit-box-shadow: 0 0 6px #f8b9b7; -webkit-box-shadow: 0 0 6px #f8b9b7;
box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7;
} }
.form-actions { .form-actions {
padding: 19px 20px 20px; padding: 19px 20px 20px;
margin-top: 20px; margin-top: 20px;
@ -1366,54 +1561,57 @@ select:focus:invalid:focus {
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.form-actions:before, .form-actions:before,
.form-actions:after { .form-actions:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.form-actions:after { .form-actions:after {
clear: both; clear: both;
} }
.form-actions:before, .form-actions:before,
.form-actions:after { .form-actions:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.form-actions:after { .form-actions:after {
clear: both; clear: both;
} }
.help-block, .help-block,
.help-inline { .help-inline {
color: #737373; color: #737373;
} }
.help-block { .help-block {
display: block; display: block;
margin-bottom: 10px; margin-bottom: 10px;
} }
.help-inline { .help-inline {
display: inline-block; display: inline-block;
vertical-align: middle;
padding-left: 5px; padding-left: 5px;
vertical-align: middle;
} }
.input-group { .input-group {
display: table; display: table;
} }
.input-group[class*="span"] { .input-group[class*="span"] {
float: none; float: none;
padding: 0; padding: 0;
} }
.input-group input, .input-group input,
.input-group select { .input-group select {
width: 100%; width: 100%;
} }
.input-group-addon, .input-group-addon,
.input-group-btn, .input-group-btn,
.input-group input { .input-group input {
@ -1421,25 +1619,26 @@ select:focus:invalid:focus {
margin: 0; margin: 0;
border-radius: 0; border-radius: 0;
} }
.input-group-addon.input-small, .input-group-addon.input-small,
.input-group-btn.input-small, .input-group-btn.input-small,
.input-group input.input-small { .input-group input.input-small {
border-radius: 0; border-radius: 0;
} }
.input-group-addon.input-large, .input-group-addon.input-large,
.input-group-btn.input-large, .input-group-btn.input-large,
.input-group input.input-large { .input-group input.input-large {
border-radius: 0; border-radius: 0;
} }
.input-group-addon, .input-group-addon,
.input-group-btn { .input-group-btn {
width: 1%; width: 1%;
vertical-align: middle; vertical-align: middle;
} }
.input-group-addon { .input-group-addon {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 6px 8px; padding: 6px 8px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
@ -1448,97 +1647,121 @@ select:focus:invalid:focus {
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
background-color: #eeeeee; background-color: #eeeeee;
border: 1px solid #ccc; border: 1px solid #ccc;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
} }
.input-group-addon.input-small { .input-group-addon.input-small {
padding: 2px 10px; padding: 2px 10px;
font-size: 11.9px; font-size: 11.9px;
} }
.input-group-addon.input-large { .input-group-addon.input-large {
padding: 11px 14px; padding: 11px 14px;
font-size: 17.5px; font-size: 17.5px;
} }
.input-group input:first-child, .input-group input:first-child,
.input-group-addon:first-child { .input-group-addon:first-child {
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.input-group input:first-child.input-small, .input-group input:first-child.input-small,
.input-group-addon:first-child.input-small { .input-group-addon:first-child.input-small {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
} }
.input-group input:first-child.input-large, .input-group input:first-child.input-large,
.input-group-addon:first-child.input-large { .input-group-addon:first-child.input-large {
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
.input-group-addon:first-child { .input-group-addon:first-child {
border-right: 0; border-right: 0;
} }
.input-group input:last-child, .input-group input:last-child,
.input-group-addon:last-child { .input-group-addon:last-child {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
} }
.input-group input:last-child.input-small, .input-group input:last-child.input-small,
.input-group-addon:last-child.input-small { .input-group-addon:last-child.input-small {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
} }
.input-group input:last-child.input-large, .input-group input:last-child.input-large,
.input-group-addon:last-child.input-large { .input-group-addon:last-child.input-large {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
} }
.input-group-addon:last-child { .input-group-addon:last-child {
border-left: 0; border-left: 0;
} }
.input-group-btn { .input-group-btn {
position: relative; position: relative;
white-space: nowrap; white-space: nowrap;
} }
.input-group-btn > .btn { .input-group-btn > .btn {
position: relative; position: relative;
float: left; float: left;
border-radius: 0; border-radius: 0;
} }
.input-group-btn > .btn + .btn { .input-group-btn > .btn + .btn {
margin-left: -1px; margin-left: -1px;
} }
.input-group-btn > .btn:hover, .input-group-btn > .btn:hover,
.input-group-btn > .btn:active { .input-group-btn > .btn:active {
z-index: 2; z-index: 2;
} }
.input-group-btn:first-child > .btn:first-child, .input-group-btn:first-child > .btn:first-child,
.input-group-btn:first-child > .dropdown-toggle:first-child { .input-group-btn:first-child > .dropdown-toggle:first-child {
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.input-group-btn:first-child > .btn:first-child.btn-large, .input-group-btn:first-child > .btn:first-child.btn-large,
.input-group-btn:first-child > .dropdown-toggle:first-child.btn-large { .input-group-btn:first-child > .dropdown-toggle:first-child.btn-large {
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
.input-group-btn:first-child > .btn:first-child.btn-small, .input-group-btn:first-child > .btn:first-child.btn-small,
.input-group-btn:first-child > .dropdown-toggle:first-child.btn-small { .input-group-btn:first-child > .dropdown-toggle:first-child.btn-small {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
} }
.input-group-btn:last-child > .btn:last-child, .input-group-btn:last-child > .btn:last-child,
.input-group-btn:last-child > .dropdown-toggle { .input-group-btn:last-child > .dropdown-toggle {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
} }
.input-group-btn:last-child > .btn:last-child.btn-large, .input-group-btn:last-child > .btn:last-child.btn-large,
.input-group-btn:last-child > .dropdown-toggle.btn-large { .input-group-btn:last-child > .dropdown-toggle.btn-large {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
} }
.input-group-btn:last-child > .btn:last-child.btn-small, .input-group-btn:last-child > .btn:last-child.btn-small,
.input-group-btn:last-child > .dropdown-toggle.btn-small { .input-group-btn:last-child > .dropdown-toggle.btn-small {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.form-horizontal .control-group { .form-horizontal .control-group {
position: relative; position: relative;
@ -1546,24 +1769,16 @@ select:focus:invalid:focus {
} }
.form-horizontal .control-group:before, .form-horizontal .control-group:before,
.form-horizontal .control-group:after { .form-horizontal .control-group:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.form-horizontal .control-group:after { .form-horizontal .control-group:after {
clear: both; clear: both;
} }
.form-horizontal .control-group:before, .form-horizontal .control-group:before,
.form-horizontal .control-group:after { .form-horizontal .control-group:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.form-horizontal .control-group:after { .form-horizontal .control-group:after {
clear: both; clear: both;
@ -1586,6 +1801,7 @@ select:focus:invalid:focus {
padding-left: 180px; padding-left: 180px;
} }
} }
.btn { .btn {
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 6px 12px;
@ -1594,73 +1810,85 @@ select:focus:invalid:focus {
font-weight: 500; font-weight: 500;
line-height: 20px; line-height: 20px;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
border: 1px solid #a7a9aa; border: 1px solid #a7a9aa;
border-radius: 4px; border-radius: 4px;
white-space: nowrap;
} }
.btn:focus { .btn:focus {
outline: thin dotted #333; outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
.btn:hover, .btn:hover,
.btn:focus { .btn:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
outline: 0;
background-image: none; background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 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, 0.125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
cursor: default;
pointer-events: none; pointer-events: none;
cursor: default;
opacity: 0.65; opacity: 0.65;
filter: alpha(opacity=65); filter: alpha(opacity=65);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.btn-large { .btn-large {
padding: 11px 14px; padding: 11px 14px;
font-size: 17.5px; font-size: 17.5px;
border-radius: 6px; border-radius: 6px;
} }
.btn-small { .btn-small {
padding: 2px 10px; padding: 2px 10px;
font-size: 11.9px; font-size: 11.9px;
border-radius: 3px; border-radius: 3px;
} }
.btn-mini { .btn-mini {
padding: 0 6px; padding: 0 6px;
font-size: 10.5px; font-size: 10.5px;
border-radius: 3px; border-radius: 3px;
} }
.btn-block { .btn-block {
display: block; display: block;
width: 100%; width: 100%;
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
.btn-block + .btn-block { .btn-block + .btn-block {
margin-top: 5px; margin-top: 5px;
} }
input[type="submit"].btn-block, input[type="submit"].btn-block,
input[type="reset"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
.btn { .btn {
color: #ffffff; color: #ffffff;
background-color: #a7a9aa; background-color: #a7a9aa;
border-color: #a7a9aa; border-color: #a7a9aa;
} }
.btn:hover, .btn:hover,
.btn:focus, .btn:focus,
.btn:active, .btn:active,
@ -1668,6 +1896,7 @@ input[type="button"].btn-block {
background-color: #9a9c9d; background-color: #9a9c9d;
border-color: #8d9091; border-color: #8d9091;
} }
.btn.disabled:hover, .btn.disabled:hover,
.btn[disabled]:hover, .btn[disabled]:hover,
fieldset[disabled] .btn:hover, fieldset[disabled] .btn:hover,
@ -1683,10 +1912,12 @@ fieldset[disabled] .btn.active {
background-color: #a7a9aa; background-color: #a7a9aa;
border-color: #a7a9aa; border-color: #a7a9aa;
} }
.btn-primary { .btn-primary {
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus, .btn-primary:focus,
.btn-primary:active, .btn-primary:active,
@ -1694,6 +1925,7 @@ fieldset[disabled] .btn.active {
background-color: #357ebd; background-color: #357ebd;
border-color: #3071a9; border-color: #3071a9;
} }
.btn-primary.disabled:hover, .btn-primary.disabled:hover,
.btn-primary[disabled]:hover, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:hover,
@ -1709,10 +1941,12 @@ fieldset[disabled] .btn-primary.active {
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
.btn-warning { .btn-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #f0ad4e; border-color: #f0ad4e;
} }
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus, .btn-warning:focus,
.btn-warning:active, .btn-warning:active,
@ -1720,6 +1954,7 @@ fieldset[disabled] .btn-primary.active {
background-color: #eea236; background-color: #eea236;
border-color: #ec971f; border-color: #ec971f;
} }
.btn-warning.disabled:hover, .btn-warning.disabled:hover,
.btn-warning[disabled]:hover, .btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:hover,
@ -1735,10 +1970,12 @@ fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #f0ad4e; border-color: #f0ad4e;
} }
.btn-danger { .btn-danger {
background-color: #d9534f; background-color: #d9534f;
border-color: #d9534f; border-color: #d9534f;
} }
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus, .btn-danger:focus,
.btn-danger:active, .btn-danger:active,
@ -1746,6 +1983,7 @@ fieldset[disabled] .btn-warning.active {
background-color: #d43f3a; background-color: #d43f3a;
border-color: #c9302c; border-color: #c9302c;
} }
.btn-danger.disabled:hover, .btn-danger.disabled:hover,
.btn-danger[disabled]:hover, .btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:hover,
@ -1761,10 +1999,12 @@ fieldset[disabled] .btn-danger.active {
background-color: #d9534f; background-color: #d9534f;
border-color: #d9534f; border-color: #d9534f;
} }
.btn-success { .btn-success {
background-color: #5cb85c; background-color: #5cb85c;
border-color: #5cb85c; border-color: #5cb85c;
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
.btn-success:active, .btn-success:active,
@ -1772,6 +2012,7 @@ fieldset[disabled] .btn-danger.active {
background-color: #4cae4c; background-color: #4cae4c;
border-color: #449d44; border-color: #449d44;
} }
.btn-success.disabled:hover, .btn-success.disabled:hover,
.btn-success[disabled]:hover, .btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:hover,
@ -1787,10 +2028,12 @@ fieldset[disabled] .btn-success.active {
background-color: #5cb85c; background-color: #5cb85c;
border-color: #5cb85c; border-color: #5cb85c;
} }
.btn-info { .btn-info {
background-color: #5bc0de; background-color: #5bc0de;
border-color: #5bc0de; border-color: #5bc0de;
} }
.btn-info:hover, .btn-info:hover,
.btn-info:focus, .btn-info:focus,
.btn-info:active, .btn-info:active,
@ -1798,6 +2041,7 @@ fieldset[disabled] .btn-success.active {
background-color: #46b8da; background-color: #46b8da;
border-color: #31b0d5; border-color: #31b0d5;
} }
.btn-info.disabled:hover, .btn-info.disabled:hover,
.btn-info[disabled]:hover, .btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:hover,
@ -1813,6 +2057,7 @@ fieldset[disabled] .btn-info.active {
background-color: #5bc0de; background-color: #5bc0de;
border-color: #5bc0de; border-color: #5bc0de;
} }
.btn-link, .btn-link,
.btn-link:active, .btn-link:active,
.btn-link[disabled], .btn-link[disabled],
@ -1822,24 +2067,28 @@ fieldset[disabled] .btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.btn-link, .btn-link,
.btn-link:hover, .btn-link:hover,
.btn-link:focus, .btn-link:focus,
.btn-link:active { .btn-link:active {
border-color: transparent; border-color: transparent;
} }
.btn-link { .btn-link {
color: #428bca;
font-weight: normal; font-weight: normal;
color: #428bca;
cursor: pointer; cursor: pointer;
border-radius: 0; border-radius: 0;
} }
.btn-link:hover, .btn-link:hover,
.btn-link:focus { .btn-link:focus {
color: #2a6496; color: #2a6496;
text-decoration: underline; text-decoration: underline;
background-color: transparent; background-color: transparent;
} }
.btn-link[disabled]:hover, .btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
@ -1847,6 +2096,7 @@ fieldset[disabled] .btn-link:focus {
color: #333333; color: #333333;
text-decoration: none; text-decoration: none;
} }
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear;
@ -1854,9 +2104,11 @@ fieldset[disabled] .btn-link:focus {
-o-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear; transition: opacity 0.15s linear;
} }
.fade.in { .fade.in {
opacity: 1; opacity: 1;
} }
/*.collapse { /*.collapse {
position: relative; position: relative;
height: 0; height: 0;
@ -1866,6 +2118,7 @@ fieldset[disabled] .btn-link:focus {
height: auto; height: auto;
} }
}*/ }*/
.collapse { .collapse {
position: relative; position: relative;
height: 0; height: 0;
@ -1875,509 +2128,675 @@ fieldset[disabled] .btn-link:focus {
-o-transition: height 0.35s ease; -o-transition: height 0.35s ease;
transition: height 0.35s ease; transition: height 0.35s ease;
} }
.collapse.in { .collapse.in {
height: auto; height: auto;
} }
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphiconshalflings-regular.eot');
src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
src: url('../fonts/glyphiconshalflings-regular.eot');
src: url('../fonts/glyphiconshalflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphiconshalflings-regular.woff') format('woff'), url('../fonts/glyphiconshalflings-regular.ttf') format('truetype'), url('../fonts/glyphiconshalflings-regular.svg#glyphicons_halflingsregular') format('svg');
} }
.glyphicon:before { .glyphicon:before {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
font-style: normal; font-style: normal;
line-height: 1; line-height: 1;
} }
.glyphicon-glass:before { .glyphicon-glass:before {
content: "\e001"; content: "\e001";
} }
.glyphicon-music:before { .glyphicon-music:before {
content: "\e002"; content: "\e002";
} }
.glyphicon-search:before { .glyphicon-search:before {
content: "\e003"; content: "\e003";
} }
.glyphicon-envelope:before { .glyphicon-envelope:before {
content: "\2709"; content: "\2709";
} }
.glyphicon-heart:before { .glyphicon-heart:before {
content: "\e005"; content: "\e005";
} }
.glyphicon-star:before { .glyphicon-star:before {
content: "\e006"; content: "\e006";
} }
.glyphicon-star-empty:before { .glyphicon-star-empty:before {
content: "\e007"; content: "\e007";
} }
.glyphicon-user:before { .glyphicon-user:before {
content: "\e008"; content: "\e008";
} }
.glyphicon-film:before { .glyphicon-film:before {
content: "\e009"; content: "\e009";
} }
.glyphicon-th-large:before { .glyphicon-th-large:before {
content: "\e010"; content: "\e010";
} }
.glyphicon-th:before { .glyphicon-th:before {
content: "\e011"; content: "\e011";
} }
.glyphicon-th-list:before { .glyphicon-th-list:before {
content: "\e012"; content: "\e012";
} }
.glyphicon-ok:before { .glyphicon-ok:before {
content: "\e013"; content: "\e013";
} }
.glyphicon-remove:before { .glyphicon-remove:before {
content: "\e014"; content: "\e014";
} }
.glyphicon-zoom-in:before { .glyphicon-zoom-in:before {
content: "\e015"; content: "\e015";
} }
.glyphicon-zoom-out:before { .glyphicon-zoom-out:before {
content: "\e016"; content: "\e016";
} }
.glyphicon-off:before { .glyphicon-off:before {
content: "\e017"; content: "\e017";
} }
.glyphicon-signal:before { .glyphicon-signal:before {
content: "\e018"; content: "\e018";
} }
.glyphicon-cog:before { .glyphicon-cog:before {
content: "\e019"; content: "\e019";
} }
.glyphicon-trash:before { .glyphicon-trash:before {
content: "\e020"; content: "\e020";
} }
.glyphicon-home:before { .glyphicon-home:before {
content: "\e021"; content: "\e021";
} }
.glyphicon-file:before { .glyphicon-file:before {
content: "\e022"; content: "\e022";
} }
.glyphicon-time:before { .glyphicon-time:before {
content: "\e023"; content: "\e023";
} }
.glyphicon-road:before { .glyphicon-road:before {
content: "\e024"; content: "\e024";
} }
.glyphicon-download-alt:before { .glyphicon-download-alt:before {
content: "\e025"; content: "\e025";
} }
.glyphicon-download:before { .glyphicon-download:before {
content: "\e026"; content: "\e026";
} }
.glyphicon-upload:before { .glyphicon-upload:before {
content: "\e027"; content: "\e027";
} }
.glyphicon-inbox:before { .glyphicon-inbox:before {
content: "\e028"; content: "\e028";
} }
.glyphicon-play-circle:before { .glyphicon-play-circle:before {
content: "\e029"; content: "\e029";
} }
.glyphicon-repeat:before { .glyphicon-repeat:before {
content: "\e030"; content: "\e030";
} }
.glyphicon-refresh:before { .glyphicon-refresh:before {
content: "\e031"; content: "\e031";
} }
.glyphicon-list-alt:before { .glyphicon-list-alt:before {
content: "\e032"; content: "\e032";
} }
.glyphicon-lock:before { .glyphicon-lock:before {
content: "\e033"; content: "\e033";
} }
.glyphicon-flag:before { .glyphicon-flag:before {
content: "\e034"; content: "\e034";
} }
.glyphicon-headphones:before { .glyphicon-headphones:before {
content: "\e035"; content: "\e035";
} }
.glyphicon-volume-off:before { .glyphicon-volume-off:before {
content: "\e036"; content: "\e036";
} }
.glyphicon-volume-down:before { .glyphicon-volume-down:before {
content: "\e037"; content: "\e037";
} }
.glyphicon-volume-up:before { .glyphicon-volume-up:before {
content: "\e038"; content: "\e038";
} }
.glyphicon-qrcode:before { .glyphicon-qrcode:before {
content: "\e039"; content: "\e039";
} }
.glyphicon-barcode:before { .glyphicon-barcode:before {
content: "\e040"; content: "\e040";
} }
.glyphicon-tag:before { .glyphicon-tag:before {
content: "\e041"; content: "\e041";
} }
.glyphicon-tags:before { .glyphicon-tags:before {
content: "\e042"; content: "\e042";
} }
.glyphicon-book:before { .glyphicon-book:before {
content: "\e043"; content: "\e043";
} }
.glyphicon-bookmark:before { .glyphicon-bookmark:before {
content: "\e044"; content: "\e044";
} }
.glyphicon-print:before { .glyphicon-print:before {
content: "\e045"; content: "\e045";
} }
.glyphicon-camera:before { .glyphicon-camera:before {
content: "\e046"; content: "\e046";
} }
.glyphicon-font:before { .glyphicon-font:before {
content: "\e047"; content: "\e047";
} }
.glyphicon-bold:before { .glyphicon-bold:before {
content: "\e048"; content: "\e048";
} }
.glyphicon-italic:before { .glyphicon-italic:before {
content: "\e049"; content: "\e049";
} }
.glyphicon-text-height:before { .glyphicon-text-height:before {
content: "\e050"; content: "\e050";
} }
.glyphicon-text-width:before { .glyphicon-text-width:before {
content: "\e051"; content: "\e051";
} }
.glyphicon-align-left:before { .glyphicon-align-left:before {
content: "\e052"; content: "\e052";
} }
.glyphicon-align-center:before { .glyphicon-align-center:before {
content: "\e053"; content: "\e053";
} }
.glyphicon-align-right:before { .glyphicon-align-right:before {
content: "\e054"; content: "\e054";
} }
.glyphicon-align-justify:before { .glyphicon-align-justify:before {
content: "\e055"; content: "\e055";
} }
.glyphicon-list:before { .glyphicon-list:before {
content: "\e056"; content: "\e056";
} }
.glyphicon-indent-left:before { .glyphicon-indent-left:before {
content: "\e057"; content: "\e057";
} }
.glyphicon-indent-right:before { .glyphicon-indent-right:before {
content: "\e058"; content: "\e058";
} }
.glyphicon-facetime-video:before { .glyphicon-facetime-video:before {
content: "\e059"; content: "\e059";
} }
.glyphicon-picture:before { .glyphicon-picture:before {
content: "\e060"; content: "\e060";
} }
.glyphicon-pencil:before { .glyphicon-pencil:before {
content: "\270f"; content: "\270f";
} }
.glyphicon-map-marker:before { .glyphicon-map-marker:before {
content: "\e062"; content: "\e062";
} }
.glyphicon-adjust:before { .glyphicon-adjust:before {
content: "\e063"; content: "\e063";
} }
.glyphicon-tint:before { .glyphicon-tint:before {
content: "\e064"; content: "\e064";
} }
.glyphicon-edit:before { .glyphicon-edit:before {
content: "\e065"; content: "\e065";
} }
.glyphicon-share:before { .glyphicon-share:before {
content: "\e066"; content: "\e066";
} }
.glyphicon-check:before { .glyphicon-check:before {
content: "\e067"; content: "\e067";
} }
.glyphicon-move:before { .glyphicon-move:before {
content: "\e068"; content: "\e068";
} }
.glyphicon-step-backward:before { .glyphicon-step-backward:before {
content: "\e069"; content: "\e069";
} }
.glyphicon-fast-backward:before { .glyphicon-fast-backward:before {
content: "\e070"; content: "\e070";
} }
.glyphicon-backward:before { .glyphicon-backward:before {
content: "\e071"; content: "\e071";
} }
.glyphicon-play:before { .glyphicon-play:before {
content: "\e072"; content: "\e072";
} }
.glyphicon-pause:before { .glyphicon-pause:before {
content: "\e073"; content: "\e073";
} }
.glyphicon-stop:before { .glyphicon-stop:before {
content: "\e074"; content: "\e074";
} }
.glyphicon-forward:before { .glyphicon-forward:before {
content: "\e075"; content: "\e075";
} }
.glyphicon-fast-forward:before { .glyphicon-fast-forward:before {
content: "\e076"; content: "\e076";
} }
.glyphicon-step-forward:before { .glyphicon-step-forward:before {
content: "\e077"; content: "\e077";
} }
.glyphicon-eject:before { .glyphicon-eject:before {
content: "\e078"; content: "\e078";
} }
.glyphicon-chevron-left:before { .glyphicon-chevron-left:before {
content: "\e079"; content: "\e079";
} }
.glyphicon-chevron-right:before { .glyphicon-chevron-right:before {
content: "\e080"; content: "\e080";
} }
.glyphicon-plus-sign:before { .glyphicon-plus-sign:before {
content: "\e081"; content: "\e081";
} }
.glyphicon-minus-sign:before { .glyphicon-minus-sign:before {
content: "\e082"; content: "\e082";
} }
.glyphicon-remove-sign:before { .glyphicon-remove-sign:before {
content: "\e083"; content: "\e083";
} }
.glyphicon-ok-sign:before { .glyphicon-ok-sign:before {
content: "\e084"; content: "\e084";
} }
.glyphicon-question-sign:before { .glyphicon-question-sign:before {
content: "\e085"; content: "\e085";
} }
.glyphicon-info-sign:before { .glyphicon-info-sign:before {
content: "\e086"; content: "\e086";
} }
.glyphicon-screenshot:before { .glyphicon-screenshot:before {
content: "\e087"; content: "\e087";
} }
.glyphicon-remove-circle:before { .glyphicon-remove-circle:before {
content: "\e088"; content: "\e088";
} }
.glyphicon-ok-circle:before { .glyphicon-ok-circle:before {
content: "\e089"; content: "\e089";
} }
.glyphicon-ban-circle:before { .glyphicon-ban-circle:before {
content: "\e090"; content: "\e090";
} }
.glyphicon-arrow-left:before { .glyphicon-arrow-left:before {
content: "\e091"; content: "\e091";
} }
.glyphicon-arrow-right:before { .glyphicon-arrow-right:before {
content: "\e092"; content: "\e092";
} }
.glyphicon-arrow-up:before { .glyphicon-arrow-up:before {
content: "\e093"; content: "\e093";
} }
.glyphicon-arrow-down:before { .glyphicon-arrow-down:before {
content: "\e094"; content: "\e094";
} }
.glyphicon-share-alt:before { .glyphicon-share-alt:before {
content: "\e095"; content: "\e095";
} }
.glyphicon-resize-full:before { .glyphicon-resize-full:before {
content: "\e096"; content: "\e096";
} }
.glyphicon-resize-small:before { .glyphicon-resize-small:before {
content: "\e097"; content: "\e097";
} }
.glyphicon-plus:before { .glyphicon-plus:before {
content: "\002b"; content: "\002b";
} }
.glyphicon-minus:before { .glyphicon-minus:before {
content: "\2212"; content: "\2212";
} }
.glyphicon-asterisk:before { .glyphicon-asterisk:before {
content: "\002a"; content: "\002a";
} }
.glyphicon-exclamation-sign:before { .glyphicon-exclamation-sign:before {
content: "\e101"; content: "\e101";
} }
.glyphicon-gift:before { .glyphicon-gift:before {
content: "\e102"; content: "\e102";
} }
.glyphicon-leaf:before { .glyphicon-leaf:before {
content: "\e103"; content: "\e103";
} }
.glyphicon-fire:before { .glyphicon-fire:before {
content: "\e104"; content: "\e104";
} }
.glyphicon-eye-open:before { .glyphicon-eye-open:before {
content: "\e105"; content: "\e105";
} }
.glyphicon-eye-close:before { .glyphicon-eye-close:before {
content: "\e106"; content: "\e106";
} }
.glyphicon-warning-sign:before { .glyphicon-warning-sign:before {
content: "\e107"; content: "\e107";
} }
.glyphicon-plane:before { .glyphicon-plane:before {
content: "\e108"; content: "\e108";
} }
.glyphicon-calendar:before { .glyphicon-calendar:before {
content: "\e109"; content: "\e109";
} }
.glyphicon-random:before { .glyphicon-random:before {
content: "\e110"; content: "\e110";
} }
.glyphicon-comment:before { .glyphicon-comment:before {
content: "\e111"; content: "\e111";
} }
.glyphicon-magnet:before { .glyphicon-magnet:before {
content: "\e112"; content: "\e112";
} }
.glyphicon-chevron-up:before { .glyphicon-chevron-up:before {
content: "\e113"; content: "\e113";
} }
.glyphicon-chevron-down:before { .glyphicon-chevron-down:before {
content: "\e114"; content: "\e114";
} }
.glyphicon-retweet:before { .glyphicon-retweet:before {
content: "\e115"; content: "\e115";
} }
.glyphicon-shopping-cart:before { .glyphicon-shopping-cart:before {
content: "\e116"; content: "\e116";
} }
.glyphicon-folder-close:before { .glyphicon-folder-close:before {
content: "\e117"; content: "\e117";
} }
.glyphicon-folder-open:before { .glyphicon-folder-open:before {
content: "\e118"; content: "\e118";
} }
.glyphicon-resize-vertical:before { .glyphicon-resize-vertical:before {
content: "\e119"; content: "\e119";
} }
.glyphicon-resize-horizontal:before { .glyphicon-resize-horizontal:before {
content: "\e120"; content: "\e120";
} }
.glyphicon-hdd:before { .glyphicon-hdd:before {
content: "\e121"; content: "\e121";
} }
.glyphicon-bullhorn:before { .glyphicon-bullhorn:before {
content: "\e122"; content: "\e122";
} }
.glyphicon-bell:before { .glyphicon-bell:before {
content: "\e123"; content: "\e123";
} }
.glyphicon-certificate:before { .glyphicon-certificate:before {
content: "\e124"; content: "\e124";
} }
.glyphicon-thumbs-up:before { .glyphicon-thumbs-up:before {
content: "\e125"; content: "\e125";
} }
.glyphicon-thumbs-down:before { .glyphicon-thumbs-down:before {
content: "\e126"; content: "\e126";
} }
.glyphicon-hand-right:before { .glyphicon-hand-right:before {
content: "\e127"; content: "\e127";
} }
.glyphicon-hand-left:before { .glyphicon-hand-left:before {
content: "\e128"; content: "\e128";
} }
.glyphicon-hand-up:before { .glyphicon-hand-up:before {
content: "\e129"; content: "\e129";
} }
.glyphicon-hand-down:before { .glyphicon-hand-down:before {
content: "\e130"; content: "\e130";
} }
.glyphicon-circle-arrow-right:before { .glyphicon-circle-arrow-right:before {
content: "\e131"; content: "\e131";
} }
.glyphicon-circle-arrow-left:before { .glyphicon-circle-arrow-left:before {
content: "\e132"; content: "\e132";
} }
.glyphicon-circle-arrow-up:before { .glyphicon-circle-arrow-up:before {
content: "\e133"; content: "\e133";
} }
.glyphicon-circle-arrow-down:before { .glyphicon-circle-arrow-down:before {
content: "\e134"; content: "\e134";
} }
.glyphicon-globe:before { .glyphicon-globe:before {
content: "\e135"; content: "\e135";
} }
.glyphicon-wrench:before { .glyphicon-wrench:before {
content: "\e136"; content: "\e136";
} }
.glyphicon-tasks:before { .glyphicon-tasks:before {
content: "\e137"; content: "\e137";
} }
.glyphicon-filter:before { .glyphicon-filter:before {
content: "\e138"; content: "\e138";
} }
.glyphicon-briefcase:before { .glyphicon-briefcase:before {
content: "\e139"; content: "\e139";
} }
.glyphicon-fullscreen:before { .glyphicon-fullscreen:before {
content: "\e140"; content: "\e140";
} }
.glyphicon-dashboard:before { .glyphicon-dashboard:before {
content: "\e141"; content: "\e141";
} }
.glyphicon-paperclip:before { .glyphicon-paperclip:before {
content: "\e142"; content: "\e142";
} }
.glyphicon-heart-empty:before { .glyphicon-heart-empty:before {
content: "\e143"; content: "\e143";
} }
.glyphicon-link:before { .glyphicon-link:before {
content: "\e144"; content: "\e144";
} }
.glyphicon-phone:before { .glyphicon-phone:before {
content: "\e145"; content: "\e145";
} }
.glyphicon-pushpin:before { .glyphicon-pushpin:before {
content: "\e146"; content: "\e146";
} }
.glyphicon-euro:before { .glyphicon-euro:before {
content: "\20ac"; content: "\20ac";
} }
.glyphicon-usd:before { .glyphicon-usd:before {
content: "\e148"; content: "\e148";
} }
.glyphicon-gbp:before { .glyphicon-gbp:before {
content: "\e149"; content: "\e149";
} }
.glyphicon-sort:before { .glyphicon-sort:before {
content: "\e150"; content: "\e150";
} }
.glyphicon-sort-by-alphabet:before { .glyphicon-sort-by-alphabet:before {
content: "\e151"; content: "\e151";
} }
.glyphicon-sort-by-alphabet-alt:before { .glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; content: "\e152";
} }
.glyphicon-sort-by-order:before { .glyphicon-sort-by-order:before {
content: "\e153"; content: "\e153";
} }
.glyphicon-sort-by-order-alt:before { .glyphicon-sort-by-order-alt:before {
content: "\e154"; content: "\e154";
} }
.glyphicon-sort-by-attributes:before { .glyphicon-sort-by-attributes:before {
content: "\e155"; content: "\e155";
} }
.glyphicon-sort-by-attributes-alt:before { .glyphicon-sort-by-attributes-alt:before {
content: "\e156"; content: "\e156";
} }
.glyphicon-unchecked:before { .glyphicon-unchecked:before {
content: "\e157"; content: "\e157";
} }
.glyphicon-expand:before { .glyphicon-expand:before {
content: "\e158"; content: "\e158";
} }
.glyphicon-collapse:before { .glyphicon-collapse:before {
content: "\e159"; content: "\e159";
} }
.glyphicon-collapse-top:before { .glyphicon-collapse-top:before {
content: "\e160"; content: "\e160";
} }
.dropup, .dropup,
.dropdown { .dropdown {
position: relative; position: relative;
} }
.dropdown-toggle:active, .dropdown-toggle:active,
.open .dropdown-toggle { .open .dropdown-toggle {
outline: 0; outline: 0;
} }
.caret { .caret {
display: inline-block; display: inline-block;
width: 0; width: 0;
@ -2388,10 +2807,12 @@ fieldset[disabled] .btn-link:focus {
border-left: 4px solid transparent; border-left: 4px solid transparent;
content: ""; content: "";
} }
.dropdown .caret { .dropdown .caret {
margin-top: 8px; margin-top: 8px;
margin-left: 2px; margin-left: 2px;
} }
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
top: 100%; top: 100%;
@ -2413,10 +2834,12 @@ fieldset[disabled] .btn-link:focus {
-moz-background-clip: padding-box; -moz-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
} }
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
right: 0; right: 0;
left: auto; left: auto;
} }
.dropdown-menu .divider { .dropdown-menu .divider {
height: 2px; height: 2px;
margin: 9px 0; margin: 9px 0;
@ -2424,6 +2847,7 @@ fieldset[disabled] .btn-link:focus {
background-color: #e5e5e5; background-color: #e5e5e5;
border-bottom: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
} }
.dropdown-menu > li > a { .dropdown-menu > li > a {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
@ -2432,12 +2856,13 @@ fieldset[disabled] .btn-link:focus {
line-height: 20px; line-height: 20px;
color: #333333; color: #333333;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a, .dropdown-submenu:hover > a,
.dropdown-submenu:focus > a { .dropdown-submenu:focus > a {
text-decoration: none;
color: #ffffff; color: #ffffff;
text-decoration: none;
background-color: #357ebd; background-color: #357ebd;
background-image: -moz-linear-gradient(top, #428bca, #357ebd); background-image: -moz-linear-gradient(top, #428bca, #357ebd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd)); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd));
@ -2447,12 +2872,12 @@ fieldset[disabled] .btn-link:focus {
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
.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: #ffffff;
text-decoration: none; text-decoration: none;
outline: 0;
background-color: #357ebd; background-color: #357ebd;
background-image: -moz-linear-gradient(top, #428bca, #357ebd); background-image: -moz-linear-gradient(top, #428bca, #357ebd);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd)); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#428bca), to(#357ebd));
@ -2460,43 +2885,52 @@ fieldset[disabled] .btn-link:focus {
background-image: -o-linear-gradient(top, #428bca, #357ebd); background-image: -o-linear-gradient(top, #428bca, #357ebd);
background-image: linear-gradient(to bottom, #428bca, #357ebd); background-image: linear-gradient(to bottom, #428bca, #357ebd);
background-repeat: repeat-x; background-repeat: repeat-x;
outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #999999; color: #999999;
} }
.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: default;
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: default;
} }
.open > .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
} }
.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
} }
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
border-top: 0; border-top: 0;
border-bottom: 4px solid #000; border-bottom: 4px solid #000;
content: ""; content: "";
} }
.dropup .dropdown-menu, .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto; top: auto;
bottom: 100%; bottom: 100%;
margin-bottom: 1px; margin-bottom: 1px;
} }
.dropdown-submenu { .dropdown-submenu {
position: relative; position: relative;
} }
.dropdown-submenu > .dropdown-menu { .dropdown-submenu > .dropdown-menu {
top: 0; top: 0;
left: 100%; left: 100%;
@ -2504,9 +2938,11 @@ fieldset[disabled] .btn-link:focus {
margin-left: -1px; margin-left: -1px;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
.dropdown-submenu:hover > .dropdown-menu { .dropdown-submenu:hover > .dropdown-menu {
display: block; display: block;
} }
.dropup .dropdown-submenu > .dropdown-menu { .dropup .dropdown-submenu > .dropdown-menu {
top: auto; top: auto;
bottom: 0; bottom: 0;
@ -2514,41 +2950,49 @@ fieldset[disabled] .btn-link:focus {
margin-bottom: -2px; margin-bottom: -2px;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.dropdown-submenu > a:after { .dropdown-submenu > a:after {
display: block; display: block;
content: " ";
float: right; float: right;
width: 0; width: 0;
height: 0; height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #cccccc;
margin-top: 5px; margin-top: 5px;
margin-right: -10px; margin-right: -10px;
border-color: transparent;
border-left-color: #cccccc;
border-style: solid;
border-width: 5px 0 5px 5px;
content: " ";
} }
.dropdown-submenu:hover > a:after { .dropdown-submenu:hover > a:after {
border-left-color: #ffffff; border-left-color: #ffffff;
} }
.dropdown-submenu.pull-left { .dropdown-submenu.pull-left {
float: none; float: none;
} }
.dropdown-submenu.pull-left > .dropdown-menu { .dropdown-submenu.pull-left > .dropdown-menu {
left: -100%; left: -100%;
margin-left: 10px; margin-left: 10px;
border-top-right-radius: 0; border-top-right-radius: 0;
} }
.dropdown .dropdown-menu .nav-header { .dropdown .dropdown-menu .nav-header {
padding-left: 20px;
padding-right: 20px; padding-right: 20px;
padding-left: 20px;
} }
.typeahead { .typeahead {
z-index: 1051; z-index: 1051;
} }
.list-group { .list-group {
margin: 0 0 20px; margin: 0 0 20px;
background-color: #ffffff; background-color: #ffffff;
} }
.list-group-item { .list-group-item {
position: relative; position: relative;
display: block; display: block;
@ -2556,57 +3000,71 @@ fieldset[disabled] .btn-link:focus {
margin-bottom: -1px; margin-bottom: -1px;
border: 1px solid #dddddd; border: 1px solid #dddddd;
} }
.list-group-item:first-child { .list-group-item:first-child {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.list-group-item-heading { .list-group-item-heading {
margin-top: 0; margin-top: 0;
margin-bottom: 5px; margin-bottom: 5px;
} }
.list-group-item-text { .list-group-item-text {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
a.list-group-item .list-group-item-heading { a.list-group-item .list-group-item-heading {
color: #333; color: #333;
} }
a.list-group-item .list-group-item-text { a.list-group-item .list-group-item-text {
color: #555; color: #555;
} }
a.list-group-item:hover, a.list-group-item:hover,
a.list-group-item:focus { a.list-group-item:focus {
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
a.list-group-item.active { a.list-group-item.active {
z-index: 2; z-index: 2;
color: #ffffff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
a.list-group-item.active .list-group-item-heading { a.list-group-item.active .list-group-item-heading {
color: inherit; color: inherit;
} }
a.list-group-item.active .list-group-item-text { a.list-group-item.active .list-group-item-text {
color: #e1edf7; color: #e1edf7;
} }
.list-group-item > .badge, .list-group-item > .badge,
.list-group-item > .glyphicon-chevron-right { .list-group-item > .glyphicon-chevron-right {
float: right; float: right;
margin-right: -15px; margin-right: -15px;
} }
.list-group-item > .glyphicon-chevron-right { .list-group-item > .glyphicon-chevron-right {
margin-right: -15px; margin-right: -15px;
} }
.list-group-item > .glyphicon + .badge { .list-group-item > .glyphicon + .badge {
margin-right: 5px; margin-right: 5px;
} }
.panel { .panel {
padding: 15px; padding: 15px;
margin-bottom: 20px; margin-bottom: 20px;
@ -2616,69 +3074,85 @@ a.list-group-item.active .list-group-item-text {
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.panel-heading { .panel-heading {
margin: -15px -15px 15px;
padding: 10px 15px; padding: 10px 15px;
margin: -15px -15px 15px;
font-size: 17.5px; font-size: 17.5px;
font-weight: 500; font-weight: 500;
background-color: #f5f5f5; background-color: #f5f5f5;
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #dddddd;
border-top-left-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-top-left-radius: 3px;
} }
.panel-primary { .panel-primary {
border-color: #428bca; border-color: #428bca;
} }
.panel-primary .panel-heading { .panel-primary .panel-heading {
color: #ffffff; color: #ffffff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
.panel-success { .panel-success {
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.panel-success .panel-heading { .panel-success .panel-heading {
color: #468847; color: #468847;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.panel-warning { .panel-warning {
border-color: #fbeed5; border-color: #fbeed5;
} }
.panel-warning .panel-heading { .panel-warning .panel-heading {
color: #c09853; color: #c09853;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #fbeed5; border-color: #fbeed5;
} }
.panel-danger { .panel-danger {
border-color: #eed3d7; border-color: #eed3d7;
} }
.panel-danger .panel-heading { .panel-danger .panel-heading {
color: #b94a48; color: #b94a48;
background-color: #f2dede; background-color: #f2dede;
border-color: #eed3d7; border-color: #eed3d7;
} }
.panel-info { .panel-info {
border-color: #bce8f1; border-color: #bce8f1;
} }
.panel-info .panel-heading { .panel-info .panel-heading {
color: #3a87ad; color: #3a87ad;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
} }
.list-group-flush { .list-group-flush {
margin: 15px -15px -15px; margin: 15px -15px -15px;
} }
.list-group-flush .list-group-item { .list-group-flush .list-group-item {
border-width: 1px 0; border-width: 1px 0;
} }
.list-group-flush .list-group-item:first-child { .list-group-flush .list-group-item:first-child {
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
} }
.list-group-flush .list-group-item:last-child { .list-group-flush .list-group-item:last-child {
border-bottom: 0; border-bottom: 0;
} }
.well { .well {
min-height: 20px; min-height: 20px;
padding: 19px; padding: 19px;
@ -2689,18 +3163,22 @@ a.list-group-item.active .list-group-item-text {
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
} }
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); border-color: rgba(0, 0, 0, 0.15);
} }
.well-large { .well-large {
padding: 24px; padding: 24px;
border-radius: 6px; border-radius: 6px;
} }
.well-small { .well-small {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
.close { .close {
float: right; float: right;
font-size: 20px; font-size: 20px;
@ -2711,6 +3189,7 @@ a.list-group-item.active .list-group-item-text {
opacity: 0.2; opacity: 0.2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
color: #000; color: #000;
@ -2719,6 +3198,7 @@ a.list-group-item.active .list-group-item-text {
opacity: 0.5; opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
button.close { button.close {
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
@ -2726,130 +3206,151 @@ button.close {
border: 0; border: 0;
-webkit-appearance: none; -webkit-appearance: none;
} }
.nav { .nav {
margin-left: 0;
margin-bottom: 0;
padding-left: 0; padding-left: 0;
margin-bottom: 0;
margin-left: 0;
list-style: none; list-style: none;
} }
.nav:before, .nav:before,
.nav:after { .nav:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.nav:after { .nav:after {
clear: both; clear: both;
} }
.nav:before, .nav:before,
.nav:after { .nav:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.nav:after { .nav:after {
clear: both; clear: both;
} }
.nav > li { .nav > li {
display: block; display: block;
} }
.nav > li > a { .nav > li > a {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
} }
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eeeeee; background-color: #eeeeee;
} }
.nav > .pull-right { .nav > .pull-right {
float: right; float: right;
} }
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.nav-tabs > li { .nav-tabs > li {
float: left; float: left;
margin-bottom: -1px; margin-bottom: -1px;
} }
.nav-tabs > li > a { .nav-tabs > li > a {
margin-right: 2px; margin-right: 2px;
line-height: 20px; line-height: 20px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd; border-color: #eeeeee #eeeeee #dddddd;
} }
.nav-tabs > .active > a, .nav-tabs > .active > a,
.nav-tabs > .active > a:hover, .nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus { .nav-tabs > .active > a:focus {
color: #555555; color: #555555;
cursor: default;
background-color: #ffffff; background-color: #ffffff;
border: 1px solid #ddd; border: 1px solid #ddd;
border-bottom-color: transparent; border-bottom-color: transparent;
cursor: default;
} }
.nav-pills > li { .nav-pills > li {
float: left; float: left;
} }
.nav-pills > li > a { .nav-pills > li > a {
border-radius: 5px; border-radius: 5px;
} }
.nav-pills > li + li > a { .nav-pills > li + li > a {
margin-left: 2px; margin-left: 2px;
} }
.nav-pills > .active > a, .nav-pills > .active > a,
.nav-pills > .active > a:hover, .nav-pills > .active > a:hover,
.nav-pills > .active > a:focus { .nav-pills > .active > a:focus {
color: #fff; color: #fff;
background-color: #428bca; background-color: #428bca;
} }
.nav-stacked > li { .nav-stacked > li {
float: none; float: none;
} }
.nav-stacked > li + li > a { .nav-stacked > li + li > a {
margin-top: 2px; margin-top: 2px;
margin-left: 0; margin-left: 0;
} }
.nav-justified { .nav-justified {
width: 100%; width: 100%;
} }
.nav-justified > li { .nav-justified > li {
float: none;
display: table-cell; display: table-cell;
float: none;
width: 1%; width: 1%;
text-align: center; text-align: center;
} }
.nav-justified.nav-tabs { .nav-justified.nav-tabs {
border-bottom: 0; border-bottom: 0;
} }
.nav-justified.nav-tabs > li > a { .nav-justified.nav-tabs > li > a {
border-bottom: 1px solid #ddd; border-bottom: 1px solid #ddd;
} }
.nav-justified.nav-tabs > .active > a { .nav-justified.nav-tabs > .active > a {
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
} }
.nav-justified > li > a { .nav-justified > li > a {
margin-right: 0; margin-right: 0;
} }
.nav > .disabled > a { .nav > .disabled > a {
color: #999999; color: #999999;
} }
.nav > .disabled > a:hover, .nav > .disabled > a:hover,
.nav > .disabled > a:focus { .nav > .disabled > a:focus {
color: #999999; color: #999999;
text-decoration: none; text-decoration: none;
background-color: transparent;
cursor: default; cursor: default;
background-color: transparent;
} }
.nav-header { .nav-header {
display: block; display: block;
padding: 3px 15px; padding: 3px 15px;
@ -2860,9 +3361,11 @@ button.close {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
text-transform: uppercase; text-transform: uppercase;
} }
.nav li + .nav-header { .nav li + .nav-header {
margin-top: 9px; margin-top: 9px;
} }
.nav .divider { .nav .divider {
height: 2px; height: 2px;
margin: 9px 0; margin: 9px 0;
@ -2870,38 +3373,37 @@ button.close {
background-color: #e5e5e5; background-color: #e5e5e5;
border-bottom: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
} }
.tabbable:before, .tabbable:before,
.tabbable:after { .tabbable:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.tabbable:after { .tabbable:after {
clear: both; clear: both;
} }
.tabbable:before, .tabbable:before,
.tabbable:after { .tabbable:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.tabbable:after { .tabbable:after {
clear: both; clear: both;
} }
.tab-content > .tab-pane, .tab-content > .tab-pane,
.pill-content > .pill-pane { .pill-content > .pill-pane {
display: none; display: none;
} }
.tab-content > .active, .tab-content > .active,
.pill-content > .active { .pill-content > .active {
display: block; display: block;
} }
/* /*
// Prevent IE8 from misplacing imgs // Prevent IE8 from misplacing imgs
// See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989 // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989
@ -2970,65 +3472,69 @@ button.close {
} }
*/ */
.navbar { .navbar {
position: relative; position: relative;
padding: 10px 15px; padding: 10px 15px;
background-color: #eeeeee; background-color: #eeeeee;
border-radius: 4px; border-radius: 4px;
} }
.navbar:before, .navbar:before,
.navbar:after { .navbar:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.navbar:after { .navbar:after {
clear: both; clear: both;
} }
.navbar:before, .navbar:before,
.navbar:after { .navbar:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.navbar:after { .navbar:after {
clear: both; clear: both;
} }
.navbar .nav { .navbar .nav {
margin-top: 15px; margin-top: 15px;
} }
.navbar .nav > li > a { .navbar .nav > li > a {
padding-top: 15px; padding-top: 15px;
padding-bottom: 15px; padding-bottom: 15px;
color: #777777;
line-height: 20px; line-height: 20px;
color: #777777;
} }
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover,
.navbar .nav > li > a:focus { .navbar .nav > li > a:focus {
color: #333333; color: #333333;
background-color: transparent; background-color: transparent;
} }
.navbar .nav > .active > a, .navbar .nav > .active > a,
.navbar .nav > .active > a:hover, .navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus { .navbar .nav > .active > a:focus {
color: #555555; color: #555555;
background-color: #d5d5d5; background-color: #d5d5d5;
} }
.navbar .nav > .disabled > a, .navbar .nav > .disabled > a,
.navbar .nav > .disabled > a:hover, .navbar .nav > .disabled > a:hover,
.navbar .nav > .disabled > a:focus { .navbar .nav > .disabled > a:focus {
color: #cccccc; color: #cccccc;
background-color: transparent; background-color: transparent;
} }
.navbar-static-top { .navbar-static-top {
border-radius: 0; border-radius: 0;
} }
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
position: fixed; position: fixed;
@ -3037,30 +3543,35 @@ button.close {
z-index: 1030; z-index: 1030;
border-radius: 0; border-radius: 0;
} }
.navbar-fixed-top { .navbar-fixed-top {
top: 0; top: 0;
} }
.navbar-fixed-bottom { .navbar-fixed-bottom {
bottom: 0; bottom: 0;
} }
.navbar-brand { .navbar-brand {
display: block; display: block;
max-width: 200px; max-width: 200px;
margin-left: auto;
margin-right: auto;
padding: 7px 15px; padding: 7px 15px;
margin-right: auto;
margin-left: auto;
font-size: 18px; font-size: 18px;
font-weight: 500; font-weight: 500;
line-height: 20px; line-height: 20px;
color: #777777; color: #777777;
text-align: center; text-align: center;
} }
.navbar-brand:hover, .navbar-brand:hover,
.navbar-brand:focus { .navbar-brand:focus {
color: #5e5e5e; color: #5e5e5e;
text-decoration: none; text-decoration: none;
background-color: transparent; background-color: transparent;
} }
.navbar-toggle { .navbar-toggle {
position: absolute; position: absolute;
top: 10px; top: 10px;
@ -3070,10 +3581,12 @@ button.close {
border: 1px solid #ddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
} }
.navbar-toggle:hover, .navbar-toggle:hover,
.navbar-toggle:focus { .navbar-toggle:focus {
background-color: #ddd; background-color: #ddd;
} }
.navbar-toggle .icon-bar { .navbar-toggle .icon-bar {
display: block; display: block;
width: 22px; width: 22px;
@ -3081,9 +3594,11 @@ button.close {
background-color: #ccc; background-color: #ccc;
border-radius: 1px; border-radius: 1px;
} }
.navbar-toggle .icon-bar + .icon-bar { .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; margin-top: 4px;
} }
.navbar .nav > .divider { .navbar .nav > .divider {
height: 2px; height: 2px;
margin: 9px 0; margin: 9px 0;
@ -3091,113 +3606,138 @@ button.close {
background-color: #e1e1e1; background-color: #e1e1e1;
border-bottom: 1px solid #fbfbfb; border-bottom: 1px solid #fbfbfb;
} }
.navbar-form { .navbar-form {
margin-top: 8px; margin-top: 8px;
margin-bottom: 8px; margin-bottom: 8px;
} }
.navbar .nav > li > .dropdown-menu { .navbar .nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-top-left-radius: 0;
} }
.navbar-fixed-bottom .nav > li > .dropdown-menu { .navbar-fixed-bottom .nav > li > .dropdown-menu {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
} }
.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret { .navbar .nav li.dropdown > a:focus .caret {
border-top-color: #333333; border-top-color: #333333;
border-bottom-color: #333333; border-bottom-color: #333333;
} }
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle { .navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #d5d5d5;
color: #555555; color: #555555;
background-color: #d5d5d5;
} }
.navbar .nav li.dropdown > .dropdown-toggle .caret { .navbar .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #777777; border-top-color: #777777;
border-bottom-color: #777777; border-bottom-color: #777777;
} }
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #555555; border-top-color: #555555;
border-bottom-color: #555555; border-bottom-color: #555555;
} }
.navbar .pull-right > li > .dropdown-menu, .navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right { .navbar .nav > li > .dropdown-menu.pull-right {
left: auto;
right: 0; right: 0;
left: auto;
} }
.navbar-inverse { .navbar-inverse {
background-color: #222222; background-color: #222222;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #999999; color: #999999;
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
color: #ffffff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #999999; color: #999999;
} }
.navbar-inverse .nav > li > a { .navbar-inverse .nav > li > a {
color: #999999; color: #999999;
} }
.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus { .navbar-inverse .nav > li > a:focus {
color: #ffffff; color: #ffffff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .nav > .active > a, .navbar-inverse .nav > .active > a,
.navbar-inverse .nav > .active > a:hover, .navbar-inverse .nav > .active > a:hover,
.navbar-inverse .nav > .active > a:focus { .navbar-inverse .nav > .active > a:focus {
color: #ffffff; color: #ffffff;
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .nav > .disabled > a, .navbar-inverse .nav > .disabled > a,
.navbar-inverse .nav > .disabled > a:hover, .navbar-inverse .nav > .disabled > a:hover,
.navbar-inverse .nav > .disabled > a:focus { .navbar-inverse .nav > .disabled > a:focus {
color: #444444; color: #444444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle { .navbar-inverse .navbar-toggle {
border-color: #333; 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: #333; background-color: #333;
} }
.navbar-inverse .navbar-toggle .icon-bar { .navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff; background-color: #fff;
} }
.navbar-inverse .nav > .divider { .navbar-inverse .nav > .divider {
background-color: #151515; background-color: #151515;
border-bottom-color: #2f2f2f; border-bottom-color: #2f2f2f;
} }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #080808;
color: #ffffff; color: #ffffff;
background-color: #080808;
} }
.navbar-inverse .nav li.dropdown > a:hover .caret { .navbar-inverse .nav li.dropdown > a:hover .caret {
border-top-color: #ffffff; border-top-color: #ffffff;
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
} }
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
border-top-color: #999999; border-top-color: #999999;
border-bottom-color: #999999; border-bottom-color: #999999;
} }
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
border-top-color: #ffffff; border-top-color: #ffffff;
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.navbar { .navbar {
padding-top: 0; padding-top: 0;
@ -3215,24 +3755,16 @@ button.close {
} }
.navbar .nav:before, .navbar .nav:before,
.navbar .nav:after { .navbar .nav:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.navbar .nav:after { .navbar .nav:after {
clear: both; clear: both;
} }
.navbar .nav:before, .navbar .nav:before,
.navbar .nav:after { .navbar .nav:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.navbar .nav:after { .navbar .nav:after {
clear: both; clear: both;
@ -3247,15 +3779,15 @@ button.close {
width: 1px; width: 1px;
height: 30px; height: 30px;
margin: 10px 9px; margin: 10px 9px;
border-bottom: 0;
border-right: 1px solid #fbfbfb; border-right: 1px solid #fbfbfb;
border-bottom: 0;
} }
.navbar-inverse .nav > .divider { .navbar-inverse .nav > .divider {
border-right-color: #2f2f2f; border-right-color: #2f2f2f;
} }
.navbar-fixed-left { .navbar-fixed-left {
padding-left: 0;
padding-right: 0; padding-right: 0;
padding-left: 0;
} }
.navbar-fixed-left .navbar-brand, .navbar-fixed-left .navbar-brand,
.navbar-fixed-left .nav, .navbar-fixed-left .nav,
@ -3273,6 +3805,7 @@ button.close {
overflow: visible !important; overflow: visible !important;
} }
} }
/* /*
// Janky solution for now to account for links outside the .nav // Janky solution for now to account for links outside the .nav
@ -3329,152 +3862,178 @@ button.close {
} }
*/ */
.btn .caret { .btn .caret {
border-top-color: #ffffff; border-top-color: #ffffff;
} }
.dropup .btn .caret { .dropup .btn .caret {
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
} }
.btn-group { .btn-group {
position: relative; position: relative;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.btn-group > .btn { .btn-group > .btn {
position: relative; position: relative;
float: left; float: left;
} }
.btn-group > .btn + btn { .btn-group > .btn + btn {
margin-left: -1px; margin-left: -1px;
} }
.btn-group > .btn:hover, .btn-group > .btn:hover,
.btn-group > .btn:active { .btn-group > .btn:active {
z-index: 2; z-index: 2;
} }
.btn-toolbar:before, .btn-toolbar:before,
.btn-toolbar:after { .btn-toolbar:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.btn-toolbar:after { .btn-toolbar:after {
clear: both; clear: both;
} }
.btn-toolbar:before, .btn-toolbar:before,
.btn-toolbar:after { .btn-toolbar:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.btn-toolbar:after { .btn-toolbar:after {
clear: both; clear: both;
} }
.btn-toolbar .btn-group { .btn-toolbar .btn-group {
float: left; float: left;
} }
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group { .btn-toolbar > .btn-group + .btn-group {
margin-left: 5px; margin-left: 5px;
} }
.btn-group > .btn { .btn-group > .btn {
position: relative; position: relative;
border-radius: 0; border-radius: 0;
} }
.btn-group > .btn:first-child { .btn-group > .btn:first-child {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.btn-group > .btn:last-child, .btn-group > .btn:last-child,
.btn-group > .dropdown-toggle { .btn-group > .dropdown-toggle {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
} }
.btn-group > .btn.large:first-child { .btn-group > .btn.large:first-child {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
.btn-group > .btn.large:last-child, .btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle { .btn-group > .large.dropdown-toggle {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
} }
.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-mini + .dropdown-toggle { .btn-group > .btn-mini + .dropdown-toggle {
padding-left: 5px;
padding-right: 5px; padding-right: 5px;
padding-left: 5px;
} }
.btn-group > .btn-large + .dropdown-toggle { .btn-group > .btn-large + .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, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
} }
.btn .caret { .btn .caret {
margin-top: 8px; margin-top: 8px;
margin-left: 0; margin-left: 0;
} }
.btn-large .caret { .btn-large .caret {
border-width: 5px; border-width: 5px;
} }
.dropup .btn-large .caret { .dropup .btn-large .caret {
border-bottom-width: 5px; border-bottom-width: 5px;
} }
.btn-group-vertical > .btn { .btn-group-vertical > .btn {
display: block; display: block;
float: none; float: none;
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
} }
.btn-group-vertical .btn:first-child { .btn-group-vertical .btn:first-child {
border-radius: 0; border-radius: 0;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.btn-group-vertical .btn:last-child { .btn-group-vertical .btn:last-child {
border-radius: 0; border-radius: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.btn-group-vertical .btn-large:first-child { .btn-group-vertical .btn-large:first-child {
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
.btn-group-vertical .btn-large:last-child { .btn-group-vertical .btn-large:last-child {
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
} }
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
} }
.btn-group-justified .btn { .btn-group-justified .btn {
float: none;
display: table-cell; display: table-cell;
float: none;
width: 1%; width: 1%;
} }
.btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"], .btn-group[data-toggle="buttons-radio"] > .btn > input[type="radio"],
.btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] { .btn-group[data-toggle="buttons-checkbox"] > .btn > input[type="checkbox"] {
display: none; display: none;
} }
.breadcrumb { .breadcrumb {
padding: 8px 15px; padding: 8px 15px;
margin: 0 0 20px; margin: 0 0 20px;
@ -3482,30 +4041,37 @@ button.close {
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
} }
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
} }
.breadcrumb > li:after { .breadcrumb > li:after {
display: inline-block; display: inline-block;
content: "\00a0 /";
padding: 0 5px; padding: 0 5px;
color: #ccc; color: #ccc;
content: "\00a0 /";
} }
.breadcrumb > li:last-child:after { .breadcrumb > li:last-child:after {
content: ""; content: "";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #999999; color: #999999;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
margin: 20px 0; margin: 20px 0;
border-radius: 4px; border-radius: 4px;
} }
.pagination > li { .pagination > li {
display: inline; display: inline;
} }
.pagination > li > a, .pagination > li > a,
.pagination > li > span { .pagination > li > span {
float: left; float: left;
@ -3516,51 +4082,60 @@ button.close {
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-left-width: 0; border-left-width: 0;
} }
.pagination > li > a:hover, .pagination > li > a:hover,
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span { .pagination > .active > span {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span { .pagination > .active > span {
color: #999999; color: #999999;
cursor: default; cursor: default;
} }
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #999999; color: #999999;
background-color: #ffffff;
cursor: default; cursor: default;
background-color: #ffffff;
} }
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
border-left-width: 1px; border-left-width: 1px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
} }
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
} }
.pagination-large > li > a, .pagination-large > li > a,
.pagination-large > li > span { .pagination-large > li > span {
padding: 11px 14px; padding: 11px 14px;
font-size: 17.5px; font-size: 17.5px;
} }
.pagination-large > li:first-child > a, .pagination-large > li:first-child > a,
.pagination-large > li:first-child > span { .pagination-large > li:first-child > span {
border-bottom-left-radius: 6px; border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
} }
.pagination-large > li:last-child > a, .pagination-large > li:last-child > a,
.pagination-large > li:last-child > span { .pagination-large > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
} }
.pagination-mini > li:first-child > a, .pagination-mini > li:first-child > a,
.pagination-small > li:first-child > a, .pagination-small > li:first-child > a,
.pagination-mini > li:first-child > span, .pagination-mini > li:first-child > span,
@ -3568,55 +4143,57 @@ button.close {
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
} }
.pagination-mini > li:last-child > a, .pagination-mini > li:last-child > a,
.pagination-small > li:last-child > a, .pagination-small > li:last-child > a,
.pagination-mini > li:last-child > span, .pagination-mini > li:last-child > span,
.pagination-small > li:last-child > span { .pagination-small > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
} }
.pagination-small > li > a, .pagination-small > li > a,
.pagination-small > li > span { .pagination-small > li > span {
padding: 2px 10px; padding: 2px 10px;
font-size: 11.9px; font-size: 11.9px;
} }
.pagination-mini > li > a, .pagination-mini > li > a,
.pagination-mini > li > span { .pagination-mini > li > span {
padding: 0 6px; padding: 0 6px;
font-size: 10.5px; font-size: 10.5px;
} }
.pager { .pager {
margin: 20px 0; margin: 20px 0;
list-style: none;
text-align: center; text-align: center;
list-style: none;
} }
.pager:before, .pager:before,
.pager:after { .pager:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.pager:after { .pager:after {
clear: both; clear: both;
} }
.pager:before, .pager:before,
.pager:after { .pager:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.pager:after { .pager:after {
clear: both; clear: both;
} }
.pager li { .pager li {
display: inline; display: inline;
} }
.pager li > a, .pager li > a,
.pager li > span { .pager li > span {
display: inline-block; display: inline-block;
@ -3625,42 +4202,49 @@ button.close {
border: 1px solid #dddddd; border: 1px solid #dddddd;
border-radius: 15px; border-radius: 15px;
} }
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
float: right; float: right;
} }
.pager .previous > a, .pager .previous > a,
.pager .previous > span { .pager .previous > span {
float: left; float: left;
} }
.pager .disabled > a, .pager .disabled > a,
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #999999; color: #999999;
background-color: #fff;
cursor: default; cursor: default;
background-color: #fff;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
} }
.modal { .modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed; position: fixed;
top: 0; top: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040; z-index: 1040;
display: none;
overflow: auto;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.modal.fade { .modal.fade {
top: -25%; top: -25%;
-webkit-transition: opacity 0.3s linear, top 0.3s ease-out; -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
@ -3668,31 +4252,35 @@ button.close {
-o-transition: opacity 0.3s linear, top 0.3s ease-out; -o-transition: opacity 0.3s linear, top 0.3s ease-out;
transition: opacity 0.3s linear, top 0.3s ease-out; transition: opacity 0.3s linear, top 0.3s ease-out;
} }
.modal.fade.in { .modal.fade.in {
top: 0; top: 0;
} }
.modal-dialog { .modal-dialog {
position: relative; position: relative;
top: 0; top: 0;
left: 0;
right: 0; right: 0;
left: 0;
z-index: 1050;
width: auto; width: auto;
padding: 10px; padding: 10px;
z-index: 1050;
} }
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #fff; background-color: #fff;
border: 1px solid #999; border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
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;
-moz-background-clip: padding-box; -moz-background-clip: padding-box;
background-clip: padding-box; background-clip: padding-box;
outline: none;
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;
@ -3702,113 +4290,127 @@ button.close {
z-index: 1030; z-index: 1030;
background-color: #000; background-color: #000;
} }
.modal-backdrop.fade { .modal-backdrop.fade {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
.modal-backdrop.fade.in { .modal-backdrop.fade.in {
opacity: 0.5; opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
.modal-header { .modal-header {
padding: 9px 15px; padding: 9px 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.modal-header .close { .modal-header .close {
margin-top: 2px; margin-top: 2px;
} }
.modal-title { .modal-title {
margin: 0; margin: 0;
line-height: 30px; line-height: 30px;
} }
.modal-body { .modal-body {
position: relative; position: relative;
padding: 20px; padding: 20px;
} }
.modal-footer { .modal-footer {
margin-top: 15px;
padding: 19px 20px 20px; padding: 19px 20px 20px;
margin-top: 15px;
text-align: right; text-align: right;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.modal-footer:after { .modal-footer:after {
clear: both; clear: both;
} }
.modal-footer:before, .modal-footer:before,
.modal-footer:after { .modal-footer:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.modal-footer:after { .modal-footer:after {
clear: both; clear: both;
} }
.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;
} }
.modal-footer .btn-block + .btn-block { .modal-footer .btn-block + .btn-block {
margin-left: 0; margin-left: 0;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.modal-dialog { .modal-dialog {
left: 50%;
right: auto; right: auto;
left: 50%;
width: 560px; width: 560px;
margin-left: -280px;
padding-top: 30px; padding-top: 30px;
padding-bottom: 30px; padding-bottom: 30px;
margin-left: -280px;
} }
.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, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
} }
} }
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1030; z-index: 1030;
display: block; display: block;
visibility: visible;
font-size: 11px; font-size: 11px;
line-height: 1.4; line-height: 1.4;
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
visibility: visible;
} }
.tooltip.in { .tooltip.in {
opacity: 1; opacity: 1;
filter: alpha(opacity=100); filter: alpha(opacity=100);
} }
.tooltip.top { .tooltip.top {
padding: 5px 0;
margin-top: -3px; margin-top: -3px;
padding: 5px 0;
} }
.tooltip.right { .tooltip.right {
padding: 0 5px;
margin-left: 3px; margin-left: 3px;
padding: 0 5px;
} }
.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;
@ -3818,6 +4420,7 @@ button.close {
background-color: rgba(0, 0, 0, 0.9); background-color: rgba(0, 0, 0, 0.9);
border-radius: 4px; border-radius: 4px;
} }
.tooltip-arrow { .tooltip-arrow {
position: absolute; position: absolute;
width: 0; width: 0;
@ -3825,34 +4428,39 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9); border-top-color: rgba(0, 0, 0, 0.9);
border-width: 5px 5px 0;
} }
.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-right-color: rgba(0, 0, 0, 0.9); border-right-color: rgba(0, 0, 0, 0.9);
border-width: 5px 5px 5px 0;
} }
.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-left-color: rgba(0, 0, 0, 0.9); border-left-color: rgba(0, 0, 0, 0.9);
border-width: 5px 0 5px 5px;
} }
.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-bottom-color: rgba(0, 0, 0, 0.9); border-bottom-color: rgba(0, 0, 0, 0.9);
border-width: 0 5px 5px;
} }
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
@ -3862,32 +4470,37 @@ button.close {
max-width: 276px; max-width: 276px;
padding: 1px; padding: 1px;
text-align: left; text-align: left;
white-space: normal;
background-color: #ffffff; background-color: #ffffff;
-webkit-bg-clip: padding-box;
-moz-bg-clip: padding;
background-clip: padding-box;
border: 1px solid #ccc; border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px; border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal; background-clip: padding-box;
-webkit-bg-clip: padding-box;
-moz-bg-clip: padding;
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
} }
.popover.right { .popover.right {
margin-left: 10px; margin-left: 10px;
} }
.popover.bottom { .popover.bottom {
margin-top: 10px; margin-top: 10px;
} }
.popover.left { .popover.left {
margin-left: -10px; margin-left: -10px;
} }
.popover-title { .popover-title {
margin: 0;
padding: 8px 14px; padding: 8px 14px;
margin: 0;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 18px; line-height: 18px;
@ -3895,12 +4508,15 @@ button.close {
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
} }
.popover-title:empty { .popover-title:empty {
display: none; display: none;
} }
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
} }
.popover .arrow, .popover .arrow,
.popover .arrow:after { .popover .arrow:after {
position: absolute; position: absolute;
@ -3910,69 +4526,80 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.popover .arrow { .popover .arrow {
border-width: 11px; border-width: 11px;
} }
.popover .arrow:after { .popover .arrow:after {
border-width: 10px; border-width: 10px;
content: ""; content: "";
} }
.popover.top .arrow { .popover.top .arrow {
bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999; border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px; border-bottom-width: 0;
} }
.popover.top .arrow:after { .popover.top .arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff; border-top-color: #ffffff;
border-bottom-width: 0;
} }
.popover.right .arrow { .popover.right .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-left-width: 0;
border-right-color: #999; border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
left: 1px;
bottom: -10px;
border-left-width: 0; border-left-width: 0;
border-right-color: #ffffff;
} }
.popover.right .arrow:after {
bottom: -10px;
left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
}
.popover.bottom .arrow { .popover.bottom .arrow {
top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999; border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, 0.25); border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px; border-top-width: 0;
} }
.popover.bottom .arrow:after { .popover.bottom .arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff; border-bottom-color: #ffffff;
border-top-width: 0;
} }
.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-left-color: #999; border-left-color: #999;
border-left-color: rgba(0, 0, 0, 0.25); border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0;
} }
.popover.left .arrow:after { .popover.left .arrow:after {
right: 1px; right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px; bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
} }
.alert { .alert {
padding: 8px 35px 8px 14px; padding: 8px 35px 8px 14px;
margin-bottom: 20px; margin-bottom: 20px;
@ -3981,18 +4608,22 @@ button.close {
border: 1px solid #fbeed5; border: 1px solid #fbeed5;
border-radius: 4px; border-radius: 4px;
} }
.alert h4 { .alert h4 {
margin-top: 0; margin-top: 0;
color: inherit; color: inherit;
} }
.alert hr { .alert hr {
border-top-color: #f8e5be; border-top-color: #f8e5be;
} }
.alert > a, .alert > a,
.alert > p > a { .alert > p > a {
font-weight: 500; font-weight: 500;
color: #a47e3c; color: #a47e3c;
} }
.close { .close {
position: relative; position: relative;
top: -2px; top: -2px;
@ -4000,57 +4631,70 @@ button.close {
line-height: 20px; line-height: 20px;
color: inherit; color: inherit;
} }
.alert-success { .alert-success {
color: #468847;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
color: #468847;
} }
.alert-success hr { .alert-success hr {
border-top-color: #c9e2b3; border-top-color: #c9e2b3;
} }
.alert-success > a, .alert-success > a,
.alert-success > p > a { .alert-success > p > a {
color: #356635; color: #356635;
} }
.alert-danger, .alert-danger,
.alert-error { .alert-error {
color: #b94a48;
background-color: #f2dede; background-color: #f2dede;
border-color: #eed3d7; border-color: #eed3d7;
color: #b94a48;
} }
.alert-danger hr, .alert-danger hr,
.alert-error hr { .alert-error hr {
border-top-color: #e6c1c7; border-top-color: #e6c1c7;
} }
.alert-danger > a, .alert-danger > a,
.alert-error > a, .alert-error > a,
.alert-danger > p > a, .alert-danger > p > a,
.alert-error > p > a { .alert-error > p > a {
color: #953b39; color: #953b39;
} }
.alert-info { .alert-info {
color: #3a87ad;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
color: #3a87ad;
} }
.alert-info hr { .alert-info hr {
border-top-color: #a6e1ec; border-top-color: #a6e1ec;
} }
.alert-info > a, .alert-info > a,
.alert-info > p > a { .alert-info > p > a {
color: #2d6987; color: #2d6987;
} }
.alert-block { .alert-block {
padding-top: 14px; padding-top: 14px;
padding-bottom: 14px; padding-bottom: 14px;
} }
.alert-block > p, .alert-block > p,
.alert-block > ul { .alert-block > ul {
margin-bottom: 0; margin-bottom: 0;
} }
.alert-block p + p { .alert-block p + p {
margin-top: 5px; margin-top: 5px;
} }
.thumbnail, .thumbnail,
.img-thumbnail { .img-thumbnail {
padding: 4px; padding: 4px;
@ -4062,134 +4706,165 @@ button.close {
-o-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;
} }
.thumbnail { .thumbnail {
display: block; display: block;
} }
.img-thumbnail { .img-thumbnail {
display: inline-block; display: inline-block;
} }
a.thumbnail:hover, a.thumbnail:hover,
a.thumbnail:focus { a.thumbnail:focus {
border-color: #428bca; border-color: #428bca;
} }
.thumbnail > img { .thumbnail > img {
display: block; display: block;
max-width: 100%; max-width: 100%;
margin-left: auto;
margin-right: auto; margin-right: auto;
margin-left: auto;
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #555555; color: #555555;
} }
.media, .media,
.media-body { .media-body {
overflow: hidden; overflow: hidden;
zoom: 1; zoom: 1;
} }
.media, .media,
.media .media { .media .media {
margin-top: 15px; margin-top: 15px;
} }
.media:first-child { .media:first-child {
margin-top: 0; margin-top: 0;
} }
.media-object { .media-object {
display: block; display: block;
} }
.media-heading { .media-heading {
margin: 0 0 5px; margin: 0 0 5px;
} }
.media > .pull-left { .media > .pull-left {
margin-right: 10px; margin-right: 10px;
} }
.media > .pull-right { .media > .pull-right {
margin-left: 10px; margin-left: 10px;
} }
.media-list { .media-list {
margin-left: 0; margin-left: 0;
list-style: none; list-style: none;
} }
.label { .label {
padding: .25em .6em; padding: .25em .6em;
font-size: 75%; font-size: 75%;
font-weight: 500; font-weight: 500;
color: #fff;
line-height: 1; line-height: 1;
vertical-align: middle; color: #fff;
white-space: nowrap;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #999999; background-color: #999999;
border-radius: .25em; border-radius: .25em;
} }
a.label:hover, a.label:hover,
a.label:focus { a.label:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
.label-danger { .label-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.label-danger[href] { .label-danger[href] {
background-color: #c9302c; background-color: #c9302c;
} }
.label-warning { .label-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.label-warning[href] { .label-warning[href] {
background-color: #ec971f; background-color: #ec971f;
} }
.label-success { .label-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
.label-success[href] { .label-success[href] {
background-color: #449d44; background-color: #449d44;
} }
.label-info { .label-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.label-info[href] { .label-info[href] {
background-color: #31b0d5; background-color: #31b0d5;
} }
.badge { .badge {
display: inline-block; display: inline-block;
min-width: 10px; min-width: 10px;
padding: 3px 7px; padding: 3px 7px;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
color: #fff;
line-height: 1; line-height: 1;
vertical-align: middle; color: #fff;
white-space: nowrap;
text-align: center; text-align: center;
white-space: nowrap;
vertical-align: middle;
background-color: #999999; background-color: #999999;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
display: none; display: none;
} }
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
.btn .badge { .btn .badge {
position: relative; position: relative;
top: -1px; top: -1px;
} }
.btn-mini .badge { .btn-mini .badge {
top: 0; top: 0;
} }
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #428bca; color: #428bca;
background-color: #fff; background-color: #fff;
} }
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
} }
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -4198,6 +4873,7 @@ a.list-group-item.active > .badge,
background-position: 0 0; background-position: 0 0;
} }
} }
@-moz-keyframes progress-bar-stripes { @-moz-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -4206,6 +4882,7 @@ a.list-group-item.active > .badge,
background-position: 0 0; background-position: 0 0;
} }
} }
@-ms-keyframes progress-bar-stripes { @-ms-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -4214,6 +4891,7 @@ a.list-group-item.active > .badge,
background-position: 0 0; background-position: 0 0;
} }
} }
@-o-keyframes progress-bar-stripes { @-o-keyframes progress-bar-stripes {
from { from {
background-position: 0 0; background-position: 0 0;
@ -4222,6 +4900,7 @@ a.list-group-item.active > .badge,
background-position: 40px 0; background-position: 40px 0;
} }
} }
@keyframes progress-bar-stripes { @keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -4230,18 +4909,20 @@ a.list-group-item.active > .badge,
background-position: 0 0; background-position: 0 0;
} }
} }
.progress { .progress {
overflow: hidden;
height: 20px; height: 20px;
margin-bottom: 20px; margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
} }
.progress-bar { .progress-bar {
float: left; float: left;
width: 0%; width: 0;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
color: #fff; color: #fff;
@ -4255,6 +4936,7 @@ a.list-group-item.active > .badge,
-o-transition: width 0.6s ease; -o-transition: width 0.6s ease;
transition: width 0.6s ease; transition: width 0.6s ease;
} }
.progress-striped .progress-bar { .progress-striped .progress-bar {
background-color: #428bca; background-color: #428bca;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
@ -4267,6 +4949,7 @@ a.list-group-item.active > .badge,
-o-background-size: 40px 40px; -o-background-size: 40px 40px;
background-size: 40px 40px; background-size: 40px 40px;
} }
.progress.active .progress-bar { .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite; -webkit-animation: progress-bar-stripes 2s linear infinite;
-moz-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite;
@ -4274,9 +4957,11 @@ a.list-group-item.active > .badge,
-o-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
.progress-bar-danger { .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.progress-striped .progress-bar-danger { .progress-striped .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
@ -4285,9 +4970,11 @@ a.list-group-item.active > .badge,
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, 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, 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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-success { .progress-bar-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
.progress-striped .progress-bar-success { .progress-striped .progress-bar-success {
background-color: #5cb85c; background-color: #5cb85c;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
@ -4296,9 +4983,11 @@ a.list-group-item.active > .badge,
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, 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, 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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-warning { .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.progress-striped .progress-bar-warning { .progress-striped .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
@ -4307,9 +4996,11 @@ a.list-group-item.active > .badge,
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, 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, 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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.progress-bar-info { .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.progress-striped .progress-bar-info { .progress-striped .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
@ -4318,94 +5009,115 @@ a.list-group-item.active > .badge,
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, 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, 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, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
} }
.accordion { .accordion {
margin-bottom: 20px; margin-bottom: 20px;
} }
.accordion-group { .accordion-group {
margin-bottom: 2px; margin-bottom: 2px;
border: 1px solid #e5e5e5; border: 1px solid #e5e5e5;
border-radius: 4px; border-radius: 4px;
} }
.accordion-heading { .accordion-heading {
border-bottom: 0; border-bottom: 0;
} }
.accordion-heading .accordion-toggle { .accordion-heading .accordion-toggle {
display: block; display: block;
padding: 8px 15px; padding: 8px 15px;
} }
.accordion-toggle { .accordion-toggle {
cursor: pointer; cursor: pointer;
} }
.accordion-inner { .accordion-inner {
padding: 9px 15px; padding: 9px 15px;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.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;
display: none;
-webkit-transition: 0.6s ease-in-out left; -webkit-transition: 0.6s ease-in-out left;
-moz-transition: 0.6s ease-in-out left; -moz-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left; -o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
display: block; display: block;
line-height: 1; line-height: 1;
} }
.carousel-inner > .active, .carousel-inner > .active,
.carousel-inner > .next, .carousel-inner > .next,
.carousel-inner > .prev { .carousel-inner > .prev {
display: block; display: block;
} }
.carousel-inner > .active { .carousel-inner > .active {
left: 0; left: 0;
} }
.carousel-inner > .next, .carousel-inner > .next,
.carousel-inner > .prev { .carousel-inner > .prev {
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
} }
.carousel-inner > .next { .carousel-inner > .next {
left: 100%; left: 100%;
} }
.carousel-inner > .prev { .carousel-inner > .prev {
left: -100%; left: -100%;
} }
.carousel-inner > .next.left, .carousel-inner > .next.left,
.carousel-inner > .prev.right { .carousel-inner > .prev.right {
left: 0; left: 0;
} }
.carousel-inner > .active.left { .carousel-inner > .active.left {
left: -100%; left: -100%;
} }
.carousel-inner > .active.right { .carousel-inner > .active.right {
left: 100%; left: 100%;
} }
.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;
filter: alpha(opacity=50);
font-size: 20px; font-size: 20px;
color: #fff; 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, 0.6);
opacity: 0.5;
filter: alpha(opacity=50);
} }
.carousel-control.left { .carousel-control.left {
background-color: rgba(0, 0, 0, 0.0001); background-color: rgba(0, 0, 0, 0.0001);
background-color: transparent;
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
@ -4413,12 +5125,13 @@ a.list-group-item.active > .badge,
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
background-repeat: repeat-x; 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-color: transparent;
} }
.carousel-control.right { .carousel-control.right {
left: auto;
right: 0; right: 0;
left: auto;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
background-color: transparent;
background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
@ -4426,8 +5139,8 @@ a.list-group-item.active > .badge,
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-color: transparent;
} }
.carousel-control:hover, .carousel-control:hover,
.carousel-control:focus { .carousel-control:focus {
color: #fff; color: #fff;
@ -4435,6 +5148,7 @@ a.list-group-item.active > .badge,
opacity: 0.9; opacity: 0.9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }
.carousel-control .glyphicon { .carousel-control .glyphicon {
position: absolute; position: absolute;
top: 50%; top: 50%;
@ -4446,6 +5160,7 @@ a.list-group-item.active > .badge,
margin-top: -10px; margin-top: -10px;
margin-left: -10px; margin-left: -10px;
} }
.carousel-indicators { .carousel-indicators {
position: absolute; position: absolute;
bottom: 20px; bottom: 20px;
@ -4453,28 +5168,31 @@ a.list-group-item.active > .badge,
z-index: 5; z-index: 5;
width: 100px; width: 100px;
margin: 0 0 0 -50px; margin: 0 0 0 -50px;
list-style: none;
text-align: center; text-align: center;
list-style: none;
} }
.carousel-indicators li { .carousel-indicators li {
display: inline-block; display: inline-block;
width: 8px; width: 8px;
height: 8px; height: 8px;
margin-left: 0;
margin-right: 0; margin-right: 0;
margin-left: 0;
text-indent: -999px; text-indent: -999px;
cursor: pointer;
border: 1px solid #fff; border: 1px solid #fff;
border-radius: 5px; border-radius: 5px;
cursor: pointer;
} }
.carousel-indicators .active { .carousel-indicators .active {
background-color: #fff; 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;
@ -4482,9 +5200,11 @@ a.list-group-item.active > .badge,
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, 0.6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.carousel-control .glyphicon { .carousel-control .glyphicon {
width: 30px; width: 30px;
@ -4494,11 +5214,12 @@ a.list-group-item.active > .badge,
font-size: 30px; font-size: 30px;
} }
.carousel-caption { .carousel-caption {
left: 20%;
right: 20%; right: 20%;
left: 20%;
padding-bottom: 30px; padding-bottom: 30px;
} }
} }
.jumbotron { .jumbotron {
padding: 30px; padding: 30px;
margin-bottom: 30px; margin-bottom: 30px;
@ -4508,13 +5229,16 @@ a.list-group-item.active > .badge,
color: inherit; color: inherit;
background-color: #eeeeee; background-color: #eeeeee;
} }
.jumbotron h1 { .jumbotron h1 {
line-height: 1; line-height: 1;
color: inherit; color: inherit;
} }
.jumbotron p { .jumbotron p {
line-height: 1.4; line-height: 1.4;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.jumbotron { .jumbotron {
padding: 50px 60px; padding: 50px 60px;
@ -4524,33 +5248,37 @@ a.list-group-item.active > .badge,
font-size: 60px; font-size: 60px;
} }
} }
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after {
content: " ";
/* 1 */
display: table; display: table;
/* 2 */ content: " ";
} }
.clearfix:after { .clearfix:after {
clear: both; clear: both;
} }
.pull-right { .pull-right {
float: right; float: right;
} }
.pull-left { .pull-left {
float: left; float: left;
} }
.hide { .hide {
display: none !important; display: none !important;
} }
.show { .show {
display: block !important; display: block !important;
} }
.invisible { .invisible {
visibility: hidden; visibility: hidden;
} }
.text-hide { .text-hide {
font: 0/0 a; font: 0/0 a;
color: transparent; color: transparent;
@ -4558,28 +5286,36 @@ a.list-group-item.active > .badge,
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
.affix { .affix {
position: fixed; position: fixed;
} }
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }
.hidden { .hidden {
display: none; display: none;
visibility: hidden; visibility: hidden;
} }
.visible-phone { .visible-phone {
display: none !important; display: none !important;
} }
.visible-tablet { .visible-tablet {
display: none !important; display: none !important;
} }
.hidden-desktop { .hidden-desktop {
display: none !important; display: none !important;
} }
.visible-desktop { .visible-desktop {
display: inherit !important; display: inherit !important;
} }
@media (min-width: 768px) and (max-width: 979px) { @media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop { .hidden-desktop {
display: inherit !important; display: inherit !important;
@ -4594,6 +5330,7 @@ a.list-group-item.active > .badge,
display: none !important; display: none !important;
} }
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-desktop { .hidden-desktop {
display: inherit !important; display: inherit !important;
@ -4608,9 +5345,11 @@ a.list-group-item.active > .badge,
display: none !important; display: none !important;
} }
} }
.visible-print { .visible-print {
display: none !important; display: none !important;
} }
@media print { @media print {
.visible-print { .visible-print {
display: inherit !important; display: inherit !important;