Nima Fatemi commited on 2015-12-08 19:08:39
Zeige 1 geänderte Dateien mit 1192 Einfügungen und 463 Löschungen.
| ... | ... |
@@ -1,23 +1,13 @@ |
| 1 | 1 |
/*! |
| 2 |
- * Bootstrap v3.3.5 (http://getbootstrap.com) |
|
| 3 |
- * Copyright 2011-2015 Twitter, Inc. |
|
| 4 |
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
|
| 5 |
- */ |
|
| 6 |
- |
|
| 7 |
-/*! |
|
| 8 |
- * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=936a2b51755cf76adb07) |
|
| 9 |
- * Config saved to config.json and https://gist.github.com/936a2b51755cf76adb07 |
|
| 10 |
- */ |
|
| 11 |
-/*! |
|
| 12 |
- * Bootstrap v3.3.5 (http://getbootstrap.com) |
|
| 2 |
+ * Bootstrap v3.3.6 (http://getbootstrap.com) |
|
| 13 | 3 |
* Copyright 2011-2015 Twitter, Inc. |
| 14 | 4 |
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
| 15 | 5 |
*/ |
| 16 | 6 |
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ |
| 17 | 7 |
html {
|
| 18 | 8 |
font-family: sans-serif; |
| 19 |
- -ms-text-size-adjust: 100%; |
|
| 20 | 9 |
-webkit-text-size-adjust: 100%; |
| 10 |
+ -ms-text-size-adjust: 100%; |
|
| 21 | 11 |
} |
| 22 | 12 |
body {
|
| 23 | 13 |
margin: 0; |
| ... | ... |
@@ -70,28 +60,28 @@ dfn {
|
| 70 | 60 |
font-style: italic; |
| 71 | 61 |
} |
| 72 | 62 |
h1 {
|
| 63 |
+ margin: .67em 0; |
|
| 73 | 64 |
font-size: 2em; |
| 74 |
- margin: 0.67em 0; |
|
| 75 | 65 |
} |
| 76 | 66 |
mark {
|
| 77 |
- background: #ff0; |
|
| 78 | 67 |
color: #000; |
| 68 |
+ background: #ff0; |
|
| 79 | 69 |
} |
| 80 | 70 |
small {
|
| 81 | 71 |
font-size: 80%; |
| 82 | 72 |
} |
| 83 | 73 |
sub, |
| 84 | 74 |
sup {
|
| 75 |
+ position: relative; |
|
| 85 | 76 |
font-size: 75%; |
| 86 | 77 |
line-height: 0; |
| 87 |
- position: relative; |
|
| 88 | 78 |
vertical-align: baseline; |
| 89 | 79 |
} |
| 90 | 80 |
sup {
|
| 91 |
- top: -0.5em; |
|
| 81 |
+ top: -.5em; |
|
| 92 | 82 |
} |
| 93 | 83 |
sub {
|
| 94 |
- bottom: -0.25em; |
|
| 84 |
+ bottom: -.25em; |
|
| 95 | 85 |
} |
| 96 | 86 |
img {
|
| 97 | 87 |
border: 0; |
| ... | ... |
@@ -103,10 +93,10 @@ figure {
|
| 103 | 93 |
margin: 1em 40px; |
| 104 | 94 |
} |
| 105 | 95 |
hr {
|
| 96 |
+ height: 0; |
|
| 106 | 97 |
-webkit-box-sizing: content-box; |
| 107 | 98 |
-moz-box-sizing: content-box; |
| 108 | 99 |
box-sizing: content-box; |
| 109 |
- height: 0; |
|
| 110 | 100 |
} |
| 111 | 101 |
pre {
|
| 112 | 102 |
overflow: auto; |
| ... | ... |
@@ -123,9 +113,9 @@ input, |
| 123 | 113 |
optgroup, |
| 124 | 114 |
select, |
| 125 | 115 |
textarea {
|
| 126 |
- color: inherit; |
|
| 127 |
- font: inherit; |
|
| 128 | 116 |
margin: 0; |
| 117 |
+ font: inherit; |
|
| 118 |
+ color: inherit; |
|
| 129 | 119 |
} |
| 130 | 120 |
button {
|
| 131 | 121 |
overflow: visible; |
| ... | ... |
@@ -147,8 +137,8 @@ html input[disabled] {
|
| 147 | 137 |
} |
| 148 | 138 |
button::-moz-focus-inner, |
| 149 | 139 |
input::-moz-focus-inner {
|
| 150 |
- border: 0; |
|
| 151 | 140 |
padding: 0; |
| 141 |
+ border: 0; |
|
| 152 | 142 |
} |
| 153 | 143 |
input {
|
| 154 | 144 |
line-height: normal; |
| ... | ... |
@@ -165,23 +155,23 @@ input[type="number"]::-webkit-outer-spin-button {
|
| 165 | 155 |
height: auto; |
| 166 | 156 |
} |
| 167 | 157 |
input[type="search"] {
|
| 168 |
- -webkit-appearance: textfield; |
|
| 169 | 158 |
-webkit-box-sizing: content-box; |
| 170 | 159 |
-moz-box-sizing: content-box; |
| 171 | 160 |
box-sizing: content-box; |
| 161 |
+ -webkit-appearance: textfield; |
|
| 172 | 162 |
} |
| 173 | 163 |
input[type="search"]::-webkit-search-cancel-button, |
| 174 | 164 |
input[type="search"]::-webkit-search-decoration {
|
| 175 | 165 |
-webkit-appearance: none; |
| 176 | 166 |
} |
| 177 | 167 |
fieldset {
|
| 178 |
- border: 1px solid #c0c0c0; |
|
| 168 |
+ padding: .35em .625em .75em; |
|
| 179 | 169 |
margin: 0 2px; |
| 180 |
- padding: 0.35em 0.625em 0.75em; |
|
| 170 |
+ border: 1px solid #c0c0c0; |
|
| 181 | 171 |
} |
| 182 | 172 |
legend {
|
| 183 |
- border: 0; |
|
| 184 | 173 |
padding: 0; |
| 174 |
+ border: 0; |
|
| 185 | 175 |
} |
| 186 | 176 |
textarea {
|
| 187 | 177 |
overflow: auto; |
| ... | ... |
@@ -190,8 +180,8 @@ optgroup {
|
| 190 | 180 |
font-weight: bold; |
| 191 | 181 |
} |
| 192 | 182 |
table {
|
| 193 |
- border-collapse: collapse; |
|
| 194 | 183 |
border-spacing: 0; |
| 184 |
+ border-collapse: collapse; |
|
| 195 | 185 |
} |
| 196 | 186 |
td, |
| 197 | 187 |
th {
|
| ... | ... |
@@ -202,11 +192,11 @@ th {
|
| 202 | 192 |
*, |
| 203 | 193 |
*:before, |
| 204 | 194 |
*:after {
|
| 205 |
- background: transparent !important; |
|
| 206 | 195 |
color: #000 !important; |
| 196 |
+ text-shadow: none !important; |
|
| 197 |
+ background: transparent !important; |
|
| 207 | 198 |
-webkit-box-shadow: none !important; |
| 208 | 199 |
box-shadow: none !important; |
| 209 |
- text-shadow: none !important; |
|
| 210 | 200 |
} |
| 211 | 201 |
a, |
| 212 | 202 |
a:visited {
|
| ... | ... |
@@ -286,10 +279,10 @@ th {
|
| 286 | 279 |
-moz-osx-font-smoothing: grayscale; |
| 287 | 280 |
} |
| 288 | 281 |
.glyphicon-asterisk:before {
|
| 289 |
- content: "\2a"; |
|
| 282 |
+ content: "\002a"; |
|
| 290 | 283 |
} |
| 291 | 284 |
.glyphicon-plus:before {
|
| 292 |
- content: "\2b"; |
|
| 285 |
+ content: "\002b"; |
|
| 293 | 286 |
} |
| 294 | 287 |
.glyphicon-euro:before, |
| 295 | 288 |
.glyphicon-eur:before {
|
| ... | ... |
@@ -1091,8 +1085,8 @@ body {
|
| 1091 | 1085 |
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 1092 | 1086 |
font-size: 14px; |
| 1093 | 1087 |
line-height: 1.42857143; |
| 1094 |
- color: #333333; |
|
| 1095 |
- background-color: #ffffff; |
|
| 1088 |
+ color: #333; |
|
| 1089 |
+ background-color: #fff; |
|
| 1096 | 1090 |
} |
| 1097 | 1091 |
input, |
| 1098 | 1092 |
button, |
| ... | ... |
@@ -1101,7 +1095,6 @@ textarea {
|
| 1101 | 1095 |
font-family: inherit; |
| 1102 | 1096 |
font-size: inherit; |
| 1103 | 1097 |
line-height: inherit; |
| 1104 |
- color:#23527c; |
|
| 1105 | 1098 |
} |
| 1106 | 1099 |
a {
|
| 1107 | 1100 |
color: #337ab7; |
| ... | ... |
@@ -1125,7 +1118,9 @@ img {
|
| 1125 | 1118 |
} |
| 1126 | 1119 |
.img-responsive, |
| 1127 | 1120 |
.thumbnail > img, |
| 1128 |
-.thumbnail a > img {
|
|
| 1121 |
+.thumbnail a > img, |
|
| 1122 |
+.carousel-inner > .item > img, |
|
| 1123 |
+.carousel-inner > .item > a > img {
|
|
| 1129 | 1124 |
display: block; |
| 1130 | 1125 |
max-width: 100%; |
| 1131 | 1126 |
height: auto; |
| ... | ... |
@@ -1134,17 +1129,17 @@ img {
|
| 1134 | 1129 |
border-radius: 6px; |
| 1135 | 1130 |
} |
| 1136 | 1131 |
.img-thumbnail {
|
| 1137 |
- padding: 4px; |
|
| 1138 |
- line-height: 1.42857143; |
|
| 1139 |
- background-color: #ffffff; |
|
| 1140 |
- border: 1px solid #dddddd; |
|
| 1141 |
- border-radius: 4px; |
|
| 1142 |
- -webkit-transition: all 0.2s ease-in-out; |
|
| 1143 |
- -o-transition: all 0.2s ease-in-out; |
|
| 1144 |
- transition: all 0.2s ease-in-out; |
|
| 1145 | 1132 |
display: inline-block; |
| 1146 | 1133 |
max-width: 100%; |
| 1147 | 1134 |
height: auto; |
| 1135 |
+ padding: 4px; |
|
| 1136 |
+ line-height: 1.42857143; |
|
| 1137 |
+ background-color: #fff; |
|
| 1138 |
+ border: 1px solid #ddd; |
|
| 1139 |
+ border-radius: 4px; |
|
| 1140 |
+ -webkit-transition: all .2s ease-in-out; |
|
| 1141 |
+ -o-transition: all .2s ease-in-out; |
|
| 1142 |
+ transition: all .2s ease-in-out; |
|
| 1148 | 1143 |
} |
| 1149 | 1144 |
.img-circle {
|
| 1150 | 1145 |
border-radius: 50%; |
| ... | ... |
@@ -1153,14 +1148,14 @@ hr {
|
| 1153 | 1148 |
margin-top: 20px; |
| 1154 | 1149 |
margin-bottom: 20px; |
| 1155 | 1150 |
border: 0; |
| 1156 |
- border-top: 1px solid #eeeeee; |
|
| 1151 |
+ border-top: 1px solid #eee; |
|
| 1157 | 1152 |
} |
| 1158 | 1153 |
.sr-only {
|
| 1159 | 1154 |
position: absolute; |
| 1160 | 1155 |
width: 1px; |
| 1161 | 1156 |
height: 1px; |
| 1162 |
- margin: -1px; |
|
| 1163 | 1157 |
padding: 0; |
| 1158 |
+ margin: -1px; |
|
| 1164 | 1159 |
overflow: hidden; |
| 1165 | 1160 |
clip: rect(0, 0, 0, 0); |
| 1166 | 1161 |
border: 0; |
| ... | ... |
@@ -1220,7 +1215,7 @@ h6 .small, |
| 1220 | 1215 |
.h6 .small {
|
| 1221 | 1216 |
font-weight: normal; |
| 1222 | 1217 |
line-height: 1; |
| 1223 |
- color: #777777; |
|
| 1218 |
+ color: #777; |
|
| 1224 | 1219 |
} |
| 1225 | 1220 |
h1, |
| 1226 | 1221 |
.h1, |
| ... | ... |
@@ -1312,8 +1307,8 @@ small, |
| 1312 | 1307 |
} |
| 1313 | 1308 |
mark, |
| 1314 | 1309 |
.mark {
|
| 1315 |
- background-color: #fcf8e3; |
|
| 1316 | 1310 |
padding: .2em; |
| 1311 |
+ background-color: #fcf8e3; |
|
| 1317 | 1312 |
} |
| 1318 | 1313 |
.text-left {
|
| 1319 | 1314 |
text-align: left; |
| ... | ... |
@@ -1340,7 +1335,7 @@ mark, |
| 1340 | 1335 |
text-transform: capitalize; |
| 1341 | 1336 |
} |
| 1342 | 1337 |
.text-muted {
|
| 1343 |
- color: #777777; |
|
| 1338 |
+ color: #777; |
|
| 1344 | 1339 |
} |
| 1345 | 1340 |
.text-primary {
|
| 1346 | 1341 |
color: #337ab7; |
| ... | ... |
@@ -1416,7 +1411,7 @@ a.bg-danger:focus {
|
| 1416 | 1411 |
.page-header {
|
| 1417 | 1412 |
padding-bottom: 9px; |
| 1418 | 1413 |
margin: 40px 0 20px; |
| 1419 |
- border-bottom: 1px solid #eeeeee; |
|
| 1414 |
+ border-bottom: 1px solid #eee; |
|
| 1420 | 1415 |
} |
| 1421 | 1416 |
ul, |
| 1422 | 1417 |
ol {
|
| ... | ... |
@@ -1435,13 +1430,13 @@ ol ol {
|
| 1435 | 1430 |
} |
| 1436 | 1431 |
.list-inline {
|
| 1437 | 1432 |
padding-left: 0; |
| 1438 |
- list-style: none; |
|
| 1439 | 1433 |
margin-left: -5px; |
| 1434 |
+ list-style: none; |
|
| 1440 | 1435 |
} |
| 1441 | 1436 |
.list-inline > li {
|
| 1442 | 1437 |
display: inline-block; |
| 1443 |
- padding-left: 5px; |
|
| 1444 | 1438 |
padding-right: 5px; |
| 1439 |
+ padding-left: 5px; |
|
| 1445 | 1440 |
} |
| 1446 | 1441 |
dl {
|
| 1447 | 1442 |
margin-top: 0; |
| ... | ... |
@@ -1461,9 +1456,9 @@ dd {
|
| 1461 | 1456 |
.dl-horizontal dt {
|
| 1462 | 1457 |
float: left; |
| 1463 | 1458 |
width: 160px; |
| 1459 |
+ overflow: hidden; |
|
| 1464 | 1460 |
clear: left; |
| 1465 | 1461 |
text-align: right; |
| 1466 |
- overflow: hidden; |
|
| 1467 | 1462 |
text-overflow: ellipsis; |
| 1468 | 1463 |
white-space: nowrap; |
| 1469 | 1464 |
} |
| ... | ... |
@@ -1474,7 +1469,7 @@ dd {
|
| 1474 | 1469 |
abbr[title], |
| 1475 | 1470 |
abbr[data-original-title] {
|
| 1476 | 1471 |
cursor: help; |
| 1477 |
- border-bottom: 1px dotted #777777; |
|
| 1472 |
+ border-bottom: 1px dotted #777; |
|
| 1478 | 1473 |
} |
| 1479 | 1474 |
.initialism {
|
| 1480 | 1475 |
font-size: 90%; |
| ... | ... |
@@ -1482,8 +1477,9 @@ abbr[data-original-title] {
|
| 1482 | 1477 |
} |
| 1483 | 1478 |
blockquote {
|
| 1484 | 1479 |
padding: 10px 20px; |
| 1480 |
+ margin: 0 0 20px; |
|
| 1485 | 1481 |
font-size: 17.5px; |
| 1486 |
- border-left: 5px solid #eeeeee; |
|
| 1482 |
+ border-left: 5px solid #eee; |
|
| 1487 | 1483 |
} |
| 1488 | 1484 |
blockquote p:last-child, |
| 1489 | 1485 |
blockquote ul:last-child, |
| ... | ... |
@@ -1496,7 +1492,7 @@ blockquote .small {
|
| 1496 | 1492 |
display: block; |
| 1497 | 1493 |
font-size: 80%; |
| 1498 | 1494 |
line-height: 1.42857143; |
| 1499 |
- color: #777777; |
|
| 1495 |
+ color: #777; |
|
| 1500 | 1496 |
} |
| 1501 | 1497 |
blockquote footer:before, |
| 1502 | 1498 |
blockquote small:before, |
| ... | ... |
@@ -1507,9 +1503,9 @@ blockquote .small:before {
|
| 1507 | 1503 |
blockquote.pull-right {
|
| 1508 | 1504 |
padding-right: 15px; |
| 1509 | 1505 |
padding-left: 0; |
| 1510 |
- border-right: 5px solid #eeeeee; |
|
| 1511 |
- border-left: 0; |
|
| 1512 | 1506 |
text-align: right; |
| 1507 |
+ border-right: 5px solid #eee; |
|
| 1508 |
+ border-left: 0; |
|
| 1513 | 1509 |
} |
| 1514 | 1510 |
.blockquote-reverse footer:before, |
| 1515 | 1511 |
blockquote.pull-right footer:before, |
| ... | ... |
@@ -1548,11 +1544,11 @@ code {
|
| 1548 | 1544 |
kbd {
|
| 1549 | 1545 |
padding: 2px 4px; |
| 1550 | 1546 |
font-size: 90%; |
| 1551 |
- color: #ffffff; |
|
| 1552 |
- background-color: #333333; |
|
| 1547 |
+ color: #fff; |
|
| 1548 |
+ background-color: #333; |
|
| 1553 | 1549 |
border-radius: 3px; |
| 1554 |
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
| 1555 |
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); |
|
| 1550 |
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); |
|
| 1551 |
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); |
|
| 1556 | 1552 |
} |
| 1557 | 1553 |
kbd kbd {
|
| 1558 | 1554 |
padding: 0; |
| ... | ... |
@@ -1567,11 +1563,11 @@ pre {
|
| 1567 | 1563 |
margin: 0 0 10px; |
| 1568 | 1564 |
font-size: 13px; |
| 1569 | 1565 |
line-height: 1.42857143; |
| 1566 |
+ color: #333; |
|
| 1570 | 1567 |
word-break: break-all; |
| 1571 | 1568 |
word-wrap: break-word; |
| 1572 |
- color: #333333; |
|
| 1573 | 1569 |
background-color: #f5f5f5; |
| 1574 |
- border: 1px solid #cccccc; |
|
| 1570 |
+ border: 1px solid #ccc; |
|
| 1575 | 1571 |
border-radius: 4px; |
| 1576 | 1572 |
} |
| 1577 | 1573 |
pre code {
|
| ... | ... |
@@ -1587,10 +1583,10 @@ pre code {
|
| 1587 | 1583 |
overflow-y: scroll; |
| 1588 | 1584 |
} |
| 1589 | 1585 |
.container {
|
| 1586 |
+ padding-right: 15px; |
|
| 1587 |
+ padding-left: 15px; |
|
| 1590 | 1588 |
margin-right: auto; |
| 1591 | 1589 |
margin-left: auto; |
| 1592 |
- padding-left: 15px; |
|
| 1593 |
- padding-right: 15px; |
|
| 1594 | 1590 |
} |
| 1595 | 1591 |
@media (min-width: 768px) {
|
| 1596 | 1592 |
.container {
|
| ... | ... |
@@ -1608,20 +1604,20 @@ pre code {
|
| 1608 | 1604 |
} |
| 1609 | 1605 |
} |
| 1610 | 1606 |
.container-fluid {
|
| 1607 |
+ padding-right: 15px; |
|
| 1608 |
+ padding-left: 15px; |
|
| 1611 | 1609 |
margin-right: auto; |
| 1612 | 1610 |
margin-left: auto; |
| 1613 |
- padding-left: 15px; |
|
| 1614 |
- padding-right: 15px; |
|
| 1615 | 1611 |
} |
| 1616 | 1612 |
.row {
|
| 1617 |
- margin-left: -15px; |
|
| 1618 | 1613 |
margin-right: -15px; |
| 1614 |
+ margin-left: -15px; |
|
| 1619 | 1615 |
} |
| 1620 | 1616 |
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
|
| 1621 | 1617 |
position: relative; |
| 1622 | 1618 |
min-height: 1px; |
| 1623 |
- padding-left: 15px; |
|
| 1624 | 1619 |
padding-right: 15px; |
| 1620 |
+ padding-left: 15px; |
|
| 1625 | 1621 |
} |
| 1626 | 1622 |
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
|
| 1627 | 1623 |
float: left; |
| ... | ... |
@@ -1777,7 +1773,7 @@ pre code {
|
| 1777 | 1773 |
margin-left: 8.33333333%; |
| 1778 | 1774 |
} |
| 1779 | 1775 |
.col-xs-offset-0 {
|
| 1780 |
- margin-left: 0%; |
|
| 1776 |
+ margin-left: 0; |
|
| 1781 | 1777 |
} |
| 1782 | 1778 |
@media (min-width: 768px) {
|
| 1783 | 1779 |
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
|
| ... | ... |
@@ -1934,7 +1930,7 @@ pre code {
|
| 1934 | 1930 |
margin-left: 8.33333333%; |
| 1935 | 1931 |
} |
| 1936 | 1932 |
.col-sm-offset-0 {
|
| 1937 |
- margin-left: 0%; |
|
| 1933 |
+ margin-left: 0; |
|
| 1938 | 1934 |
} |
| 1939 | 1935 |
} |
| 1940 | 1936 |
@media (min-width: 992px) {
|
| ... | ... |
@@ -2092,7 +2088,7 @@ pre code {
|
| 2092 | 2088 |
margin-left: 8.33333333%; |
| 2093 | 2089 |
} |
| 2094 | 2090 |
.col-md-offset-0 {
|
| 2095 |
- margin-left: 0%; |
|
| 2091 |
+ margin-left: 0; |
|
| 2096 | 2092 |
} |
| 2097 | 2093 |
} |
| 2098 | 2094 |
@media (min-width: 1200px) {
|
| ... | ... |
@@ -2250,7 +2246,7 @@ pre code {
|
| 2250 | 2246 |
margin-left: 8.33333333%; |
| 2251 | 2247 |
} |
| 2252 | 2248 |
.col-lg-offset-0 {
|
| 2253 |
- margin-left: 0%; |
|
| 2249 |
+ margin-left: 0; |
|
| 2254 | 2250 |
} |
| 2255 | 2251 |
} |
| 2256 | 2252 |
table {
|
| ... | ... |
@@ -2259,7 +2255,7 @@ table {
|
| 2259 | 2255 |
caption {
|
| 2260 | 2256 |
padding-top: 8px; |
| 2261 | 2257 |
padding-bottom: 8px; |
| 2262 |
- color: #777777; |
|
| 2258 |
+ color: #777; |
|
| 2263 | 2259 |
text-align: left; |
| 2264 | 2260 |
} |
| 2265 | 2261 |
th {
|
| ... | ... |
@@ -2279,11 +2275,11 @@ th {
|
| 2279 | 2275 |
padding: 8px; |
| 2280 | 2276 |
line-height: 1.42857143; |
| 2281 | 2277 |
vertical-align: top; |
| 2282 |
- border-top: 1px solid #dddddd; |
|
| 2278 |
+ border-top: 1px solid #ddd; |
|
| 2283 | 2279 |
} |
| 2284 | 2280 |
.table > thead > tr > th {
|
| 2285 | 2281 |
vertical-align: bottom; |
| 2286 |
- border-bottom: 2px solid #dddddd; |
|
| 2282 |
+ border-bottom: 2px solid #ddd; |
|
| 2287 | 2283 |
} |
| 2288 | 2284 |
.table > caption + thead > tr:first-child > th, |
| 2289 | 2285 |
.table > colgroup + thead > tr:first-child > th, |
| ... | ... |
@@ -2294,10 +2290,10 @@ th {
|
| 2294 | 2290 |
border-top: 0; |
| 2295 | 2291 |
} |
| 2296 | 2292 |
.table > tbody + tbody {
|
| 2297 |
- border-top: 2px solid #dddddd; |
|
| 2293 |
+ border-top: 2px solid #ddd; |
|
| 2298 | 2294 |
} |
| 2299 | 2295 |
.table .table {
|
| 2300 |
- background-color: #ffffff; |
|
| 2296 |
+ background-color: #fff; |
|
| 2301 | 2297 |
} |
| 2302 | 2298 |
.table-condensed > thead > tr > th, |
| 2303 | 2299 |
.table-condensed > tbody > tr > th, |
| ... | ... |
@@ -2308,7 +2304,7 @@ th {
|
| 2308 | 2304 |
padding: 5px; |
| 2309 | 2305 |
} |
| 2310 | 2306 |
.table-bordered {
|
| 2311 |
- border: 1px solid #dddddd; |
|
| 2307 |
+ border: 1px solid #ddd; |
|
| 2312 | 2308 |
} |
| 2313 | 2309 |
.table-bordered > thead > tr > th, |
| 2314 | 2310 |
.table-bordered > tbody > tr > th, |
| ... | ... |
@@ -2316,7 +2312,7 @@ th {
|
| 2316 | 2312 |
.table-bordered > thead > tr > td, |
| 2317 | 2313 |
.table-bordered > tbody > tr > td, |
| 2318 | 2314 |
.table-bordered > tfoot > tr > td {
|
| 2319 |
- border: 1px solid #dddddd; |
|
| 2315 |
+ border: 1px solid #ddd; |
|
| 2320 | 2316 |
} |
| 2321 | 2317 |
.table-bordered > thead > tr > th, |
| 2322 | 2318 |
.table-bordered > thead > tr > td {
|
| ... | ... |
@@ -2330,14 +2326,14 @@ th {
|
| 2330 | 2326 |
} |
| 2331 | 2327 |
table col[class*="col-"] {
|
| 2332 | 2328 |
position: static; |
| 2333 |
- float: none; |
|
| 2334 | 2329 |
display: table-column; |
| 2330 |
+ float: none; |
|
| 2335 | 2331 |
} |
| 2336 | 2332 |
table td[class*="col-"], |
| 2337 | 2333 |
table th[class*="col-"] {
|
| 2338 | 2334 |
position: static; |
| 2339 |
- float: none; |
|
| 2340 | 2335 |
display: table-cell; |
| 2336 |
+ float: none; |
|
| 2341 | 2337 |
} |
| 2342 | 2338 |
.table > thead > tr > td.active, |
| 2343 | 2339 |
.table > tbody > tr > td.active, |
| ... | ... |
@@ -2445,8 +2441,8 @@ table th[class*="col-"] {
|
| 2445 | 2441 |
background-color: #ebcccc; |
| 2446 | 2442 |
} |
| 2447 | 2443 |
.table-responsive {
|
| 2444 |
+ min-height: .01%; |
|
| 2448 | 2445 |
overflow-x: auto; |
| 2449 |
- min-height: 0.01%; |
|
| 2450 | 2446 |
} |
| 2451 | 2447 |
@media screen and (max-width: 767px) {
|
| 2452 | 2448 |
.table-responsive {
|
| ... | ... |
@@ -2454,7 +2450,7 @@ table th[class*="col-"] {
|
| 2454 | 2450 |
margin-bottom: 15px; |
| 2455 | 2451 |
overflow-y: hidden; |
| 2456 | 2452 |
-ms-overflow-style: -ms-autohiding-scrollbar; |
| 2457 |
- border: 1px solid #dddddd; |
|
| 2453 |
+ border: 1px solid #ddd; |
|
| 2458 | 2454 |
} |
| 2459 | 2455 |
.table-responsive > .table {
|
| 2460 | 2456 |
margin-bottom: 0; |
| ... | ... |
@@ -2494,10 +2490,10 @@ table th[class*="col-"] {
|
| 2494 | 2490 |
} |
| 2495 | 2491 |
} |
| 2496 | 2492 |
fieldset {
|
| 2493 |
+ min-width: 0; |
|
| 2497 | 2494 |
padding: 0; |
| 2498 | 2495 |
margin: 0; |
| 2499 | 2496 |
border: 0; |
| 2500 |
- min-width: 0; |
|
| 2501 | 2497 |
} |
| 2502 | 2498 |
legend {
|
| 2503 | 2499 |
display: block; |
| ... | ... |
@@ -2506,7 +2502,7 @@ legend {
|
| 2506 | 2502 |
margin-bottom: 20px; |
| 2507 | 2503 |
font-size: 21px; |
| 2508 | 2504 |
line-height: inherit; |
| 2509 |
- color: #333333; |
|
| 2505 |
+ color: #333; |
|
| 2510 | 2506 |
border: 0; |
| 2511 | 2507 |
border-bottom: 1px solid #e5e5e5; |
| 2512 | 2508 |
} |
| ... | ... |
@@ -2550,7 +2546,7 @@ output {
|
| 2550 | 2546 |
padding-top: 7px; |
| 2551 | 2547 |
font-size: 14px; |
| 2552 | 2548 |
line-height: 1.42857143; |
| 2553 |
- color: #555555; |
|
| 2549 |
+ color: #555; |
|
| 2554 | 2550 |
} |
| 2555 | 2551 |
.form-control {
|
| 2556 | 2552 |
display: block; |
| ... | ... |
@@ -2559,13 +2555,13 @@ output {
|
| 2559 | 2555 |
padding: 6px 12px; |
| 2560 | 2556 |
font-size: 14px; |
| 2561 | 2557 |
line-height: 1.42857143; |
| 2562 |
- color: #555555; |
|
| 2563 |
- background-color: #ffffff; |
|
| 2558 |
+ color: #555; |
|
| 2559 |
+ background-color: #fff; |
|
| 2564 | 2560 |
background-image: none; |
| 2565 |
- border: 1px solid #cccccc; |
|
| 2561 |
+ border: 1px solid #ccc; |
|
| 2566 | 2562 |
border-radius: 4px; |
| 2567 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2568 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2563 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2564 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2569 | 2565 |
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; |
| 2570 | 2566 |
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
| 2571 | 2567 |
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; |
| ... | ... |
@@ -2573,23 +2569,27 @@ output {
|
| 2573 | 2569 |
.form-control:focus {
|
| 2574 | 2570 |
border-color: #66afe9; |
| 2575 | 2571 |
outline: 0; |
| 2576 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); |
|
| 2577 |
- box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6); |
|
| 2572 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); |
|
| 2573 |
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); |
|
| 2578 | 2574 |
} |
| 2579 | 2575 |
.form-control::-moz-placeholder {
|
| 2580 |
- color: #999999; |
|
| 2576 |
+ color: #999; |
|
| 2581 | 2577 |
opacity: 1; |
| 2582 | 2578 |
} |
| 2583 | 2579 |
.form-control:-ms-input-placeholder {
|
| 2584 |
- color: #999999; |
|
| 2580 |
+ color: #999; |
|
| 2585 | 2581 |
} |
| 2586 | 2582 |
.form-control::-webkit-input-placeholder {
|
| 2587 |
- color: #999999; |
|
| 2583 |
+ color: #999; |
|
| 2584 |
+} |
|
| 2585 |
+.form-control::-ms-expand {
|
|
| 2586 |
+ background-color: transparent; |
|
| 2587 |
+ border: 0; |
|
| 2588 | 2588 |
} |
| 2589 | 2589 |
.form-control[disabled], |
| 2590 | 2590 |
.form-control[readonly], |
| 2591 | 2591 |
fieldset[disabled] .form-control {
|
| 2592 |
- background-color: #eeeeee; |
|
| 2592 |
+ background-color: #eee; |
|
| 2593 | 2593 |
opacity: 1; |
| 2594 | 2594 |
} |
| 2595 | 2595 |
.form-control[disabled], |
| ... | ... |
@@ -2653,8 +2653,8 @@ input[type="search"] {
|
| 2653 | 2653 |
.checkbox input[type="checkbox"], |
| 2654 | 2654 |
.checkbox-inline input[type="checkbox"] {
|
| 2655 | 2655 |
position: absolute; |
| 2656 |
- margin-left: -20px; |
|
| 2657 | 2656 |
margin-top: 4px \9; |
| 2657 |
+ margin-left: -20px; |
|
| 2658 | 2658 |
} |
| 2659 | 2659 |
.radio + .radio, |
| 2660 | 2660 |
.checkbox + .checkbox {
|
| ... | ... |
@@ -2666,8 +2666,8 @@ input[type="search"] {
|
| 2666 | 2666 |
display: inline-block; |
| 2667 | 2667 |
padding-left: 20px; |
| 2668 | 2668 |
margin-bottom: 0; |
| 2669 |
- vertical-align: middle; |
|
| 2670 | 2669 |
font-weight: normal; |
| 2670 |
+ vertical-align: middle; |
|
| 2671 | 2671 |
cursor: pointer; |
| 2672 | 2672 |
} |
| 2673 | 2673 |
.radio-inline + .radio-inline, |
| ... | ... |
@@ -2696,15 +2696,15 @@ fieldset[disabled] .checkbox label {
|
| 2696 | 2696 |
cursor: not-allowed; |
| 2697 | 2697 |
} |
| 2698 | 2698 |
.form-control-static {
|
| 2699 |
+ min-height: 34px; |
|
| 2699 | 2700 |
padding-top: 7px; |
| 2700 | 2701 |
padding-bottom: 7px; |
| 2701 | 2702 |
margin-bottom: 0; |
| 2702 |
- min-height: 34px; |
|
| 2703 | 2703 |
} |
| 2704 | 2704 |
.form-control-static.input-lg, |
| 2705 | 2705 |
.form-control-static.input-sm {
|
| 2706 |
- padding-left: 0; |
|
| 2707 | 2706 |
padding-right: 0; |
| 2707 |
+ padding-left: 0; |
|
| 2708 | 2708 |
} |
| 2709 | 2709 |
.input-sm {
|
| 2710 | 2710 |
height: 30px; |
| ... | ... |
@@ -2826,18 +2826,18 @@ select[multiple].input-lg {
|
| 2826 | 2826 |
} |
| 2827 | 2827 |
.has-success .form-control {
|
| 2828 | 2828 |
border-color: #3c763d; |
| 2829 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2830 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2829 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2830 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2831 | 2831 |
} |
| 2832 | 2832 |
.has-success .form-control:focus {
|
| 2833 | 2833 |
border-color: #2b542c; |
| 2834 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; |
|
| 2835 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; |
|
| 2834 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; |
|
| 2835 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; |
|
| 2836 | 2836 |
} |
| 2837 | 2837 |
.has-success .input-group-addon {
|
| 2838 | 2838 |
color: #3c763d; |
| 2839 |
- border-color: #3c763d; |
|
| 2840 | 2839 |
background-color: #dff0d8; |
| 2840 |
+ border-color: #3c763d; |
|
| 2841 | 2841 |
} |
| 2842 | 2842 |
.has-success .form-control-feedback {
|
| 2843 | 2843 |
color: #3c763d; |
| ... | ... |
@@ -2856,18 +2856,18 @@ select[multiple].input-lg {
|
| 2856 | 2856 |
} |
| 2857 | 2857 |
.has-warning .form-control {
|
| 2858 | 2858 |
border-color: #8a6d3b; |
| 2859 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2860 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2859 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2860 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2861 | 2861 |
} |
| 2862 | 2862 |
.has-warning .form-control:focus {
|
| 2863 | 2863 |
border-color: #66512c; |
| 2864 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; |
|
| 2865 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; |
|
| 2864 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; |
|
| 2865 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; |
|
| 2866 | 2866 |
} |
| 2867 | 2867 |
.has-warning .input-group-addon {
|
| 2868 | 2868 |
color: #8a6d3b; |
| 2869 |
- border-color: #8a6d3b; |
|
| 2870 | 2869 |
background-color: #fcf8e3; |
| 2870 |
+ border-color: #8a6d3b; |
|
| 2871 | 2871 |
} |
| 2872 | 2872 |
.has-warning .form-control-feedback {
|
| 2873 | 2873 |
color: #8a6d3b; |
| ... | ... |
@@ -2886,18 +2886,18 @@ select[multiple].input-lg {
|
| 2886 | 2886 |
} |
| 2887 | 2887 |
.has-error .form-control {
|
| 2888 | 2888 |
border-color: #a94442; |
| 2889 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2890 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); |
|
| 2889 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2890 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); |
|
| 2891 | 2891 |
} |
| 2892 | 2892 |
.has-error .form-control:focus {
|
| 2893 | 2893 |
border-color: #843534; |
| 2894 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; |
|
| 2895 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; |
|
| 2894 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; |
|
| 2895 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; |
|
| 2896 | 2896 |
} |
| 2897 | 2897 |
.has-error .input-group-addon {
|
| 2898 | 2898 |
color: #a94442; |
| 2899 |
- border-color: #a94442; |
|
| 2900 | 2899 |
background-color: #f2dede; |
| 2900 |
+ border-color: #a94442; |
|
| 2901 | 2901 |
} |
| 2902 | 2902 |
.has-error .form-control-feedback {
|
| 2903 | 2903 |
color: #a94442; |
| ... | ... |
@@ -2968,23 +2968,23 @@ select[multiple].input-lg {
|
| 2968 | 2968 |
.form-horizontal .checkbox, |
| 2969 | 2969 |
.form-horizontal .radio-inline, |
| 2970 | 2970 |
.form-horizontal .checkbox-inline {
|
| 2971 |
+ padding-top: 7px; |
|
| 2971 | 2972 |
margin-top: 0; |
| 2972 | 2973 |
margin-bottom: 0; |
| 2973 |
- padding-top: 7px; |
|
| 2974 | 2974 |
} |
| 2975 | 2975 |
.form-horizontal .radio, |
| 2976 | 2976 |
.form-horizontal .checkbox {
|
| 2977 | 2977 |
min-height: 27px; |
| 2978 | 2978 |
} |
| 2979 | 2979 |
.form-horizontal .form-group {
|
| 2980 |
- margin-left: -15px; |
|
| 2981 | 2980 |
margin-right: -15px; |
| 2981 |
+ margin-left: -15px; |
|
| 2982 | 2982 |
} |
| 2983 | 2983 |
@media (min-width: 768px) {
|
| 2984 | 2984 |
.form-horizontal .control-label {
|
| 2985 |
- text-align: right; |
|
| 2986 |
- margin-bottom: 0; |
|
| 2987 | 2985 |
padding-top: 7px; |
| 2986 |
+ margin-bottom: 0; |
|
| 2987 |
+ text-align: right; |
|
| 2988 | 2988 |
} |
| 2989 | 2989 |
} |
| 2990 | 2990 |
.form-horizontal .has-feedback .form-control-feedback {
|
| ... | ... |
@@ -2992,7 +2992,7 @@ select[multiple].input-lg {
|
| 2992 | 2992 |
} |
| 2993 | 2993 |
@media (min-width: 768px) {
|
| 2994 | 2994 |
.form-horizontal .form-group-lg .control-label {
|
| 2995 |
- padding-top: 14.333333px; |
|
| 2995 |
+ padding-top: 11px; |
|
| 2996 | 2996 |
font-size: 18px; |
| 2997 | 2997 |
} |
| 2998 | 2998 |
} |
| ... | ... |
@@ -3004,24 +3004,24 @@ select[multiple].input-lg {
|
| 3004 | 3004 |
} |
| 3005 | 3005 |
.btn {
|
| 3006 | 3006 |
display: inline-block; |
| 3007 |
+ padding: 6px 12px; |
|
| 3007 | 3008 |
margin-bottom: 0; |
| 3009 |
+ font-size: 14px; |
|
| 3008 | 3010 |
font-weight: normal; |
| 3011 |
+ line-height: 1.42857143; |
|
| 3009 | 3012 |
text-align: center; |
| 3013 |
+ white-space: nowrap; |
|
| 3010 | 3014 |
vertical-align: middle; |
| 3011 | 3015 |
-ms-touch-action: manipulation; |
| 3012 | 3016 |
touch-action: manipulation; |
| 3013 | 3017 |
cursor: pointer; |
| 3014 |
- background-image: none; |
|
| 3015 |
- border: 1px solid transparent; |
|
| 3016 |
- white-space: nowrap; |
|
| 3017 |
- padding: 6px 12px; |
|
| 3018 |
- font-size: 14px; |
|
| 3019 |
- line-height: 1.42857143; |
|
| 3020 |
- border-radius: 4px; |
|
| 3021 | 3018 |
-webkit-user-select: none; |
| 3022 | 3019 |
-moz-user-select: none; |
| 3023 | 3020 |
-ms-user-select: none; |
| 3024 | 3021 |
user-select: none; |
| 3022 |
+ background-image: none; |
|
| 3023 |
+ border: 1px solid transparent; |
|
| 3024 |
+ border-radius: 4px; |
|
| 3025 | 3025 |
} |
| 3026 | 3026 |
.btn:focus, |
| 3027 | 3027 |
.btn:active:focus, |
| ... | ... |
@@ -3036,51 +3036,51 @@ select[multiple].input-lg {
|
| 3036 | 3036 |
.btn:hover, |
| 3037 | 3037 |
.btn:focus, |
| 3038 | 3038 |
.btn.focus {
|
| 3039 |
- color: #333333; |
|
| 3039 |
+ color: #333; |
|
| 3040 | 3040 |
text-decoration: none; |
| 3041 | 3041 |
} |
| 3042 | 3042 |
.btn:active, |
| 3043 | 3043 |
.btn.active {
|
| 3044 |
- outline: 0; |
|
| 3045 | 3044 |
background-image: none; |
| 3046 |
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
| 3047 |
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
| 3045 |
+ outline: 0; |
|
| 3046 |
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
| 3047 |
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
| 3048 | 3048 |
} |
| 3049 | 3049 |
.btn.disabled, |
| 3050 | 3050 |
.btn[disabled], |
| 3051 | 3051 |
fieldset[disabled] .btn {
|
| 3052 | 3052 |
cursor: not-allowed; |
| 3053 |
- opacity: 0.65; |
|
| 3054 | 3053 |
filter: alpha(opacity=65); |
| 3055 | 3054 |
-webkit-box-shadow: none; |
| 3056 | 3055 |
box-shadow: none; |
| 3056 |
+ opacity: .65; |
|
| 3057 | 3057 |
} |
| 3058 | 3058 |
a.btn.disabled, |
| 3059 | 3059 |
fieldset[disabled] a.btn {
|
| 3060 | 3060 |
pointer-events: none; |
| 3061 | 3061 |
} |
| 3062 | 3062 |
.btn-default {
|
| 3063 |
- color: #333333; |
|
| 3064 |
- background-color: #ffffff; |
|
| 3065 |
- border-color: #cccccc; |
|
| 3063 |
+ color: #333; |
|
| 3064 |
+ background-color: #fff; |
|
| 3065 |
+ border-color: #ccc; |
|
| 3066 | 3066 |
} |
| 3067 | 3067 |
.btn-default:focus, |
| 3068 | 3068 |
.btn-default.focus {
|
| 3069 |
- color: #ffffff; |
|
| 3070 |
- background-color: #31b0d5; |
|
| 3071 |
- border-color: #269abc; |
|
| 3069 |
+ color: #333; |
|
| 3070 |
+ background-color: #e6e6e6; |
|
| 3071 |
+ border-color: #8c8c8c; |
|
| 3072 | 3072 |
} |
| 3073 | 3073 |
.btn-default:hover {
|
| 3074 |
- color: #ffffff; |
|
| 3075 |
- background-color: #31b0d5; |
|
| 3076 |
- border-color: #269abc; |
|
| 3074 |
+ color: #333; |
|
| 3075 |
+ background-color: #e6e6e6; |
|
| 3076 |
+ border-color: #adadad; |
|
| 3077 | 3077 |
} |
| 3078 | 3078 |
.btn-default:active, |
| 3079 | 3079 |
.btn-default.active, |
| 3080 | 3080 |
.open > .dropdown-toggle.btn-default {
|
| 3081 |
- color: #ffffff; |
|
| 3082 |
- background-color: #31b0d5; |
|
| 3083 |
- border-color: #269abc; |
|
| 3081 |
+ color: #333; |
|
| 3082 |
+ background-color: #e6e6e6; |
|
| 3083 |
+ border-color: #adadad; |
|
| 3084 | 3084 |
} |
| 3085 | 3085 |
.btn-default:active:hover, |
| 3086 | 3086 |
.btn-default.active:hover, |
| ... | ... |
@@ -3091,18 +3091,15 @@ fieldset[disabled] a.btn {
|
| 3091 | 3091 |
.btn-default:active.focus, |
| 3092 | 3092 |
.btn-default.active.focus, |
| 3093 | 3093 |
.open > .dropdown-toggle.btn-default.focus {
|
| 3094 |
- color: #ffffff; |
|
| 3095 |
- background-color: #31b0d5; |
|
| 3096 |
- border-color: #269abc; |
|
| 3094 |
+ color: #333; |
|
| 3095 |
+ background-color: #d4d4d4; |
|
| 3096 |
+ border-color: #8c8c8c; |
|
| 3097 | 3097 |
} |
| 3098 | 3098 |
.btn-default:active, |
| 3099 | 3099 |
.btn-default.active, |
| 3100 | 3100 |
.open > .dropdown-toggle.btn-default {
|
| 3101 | 3101 |
background-image: none; |
| 3102 | 3102 |
} |
| 3103 |
-.btn-default.disabled, |
|
| 3104 |
-.btn-default[disabled], |
|
| 3105 |
-fieldset[disabled] .btn-default, |
|
| 3106 | 3103 |
.btn-default.disabled:hover, |
| 3107 | 3104 |
.btn-default[disabled]:hover, |
| 3108 | 3105 |
fieldset[disabled] .btn-default:hover, |
| ... | ... |
@@ -3111,40 +3108,34 @@ fieldset[disabled] .btn-default:hover, |
| 3111 | 3108 |
fieldset[disabled] .btn-default:focus, |
| 3112 | 3109 |
.btn-default.disabled.focus, |
| 3113 | 3110 |
.btn-default[disabled].focus, |
| 3114 |
-fieldset[disabled] .btn-default.focus, |
|
| 3115 |
-.btn-default.disabled:active, |
|
| 3116 |
-.btn-default[disabled]:active, |
|
| 3117 |
-fieldset[disabled] .btn-default:active, |
|
| 3118 |
-.btn-default.disabled.active, |
|
| 3119 |
-.btn-default[disabled].active, |
|
| 3120 |
-fieldset[disabled] .btn-default.active {
|
|
| 3121 |
- background-color: #ffffff; |
|
| 3122 |
- border-color: #cccccc; |
|
| 3111 |
+fieldset[disabled] .btn-default.focus {
|
|
| 3112 |
+ background-color: #fff; |
|
| 3113 |
+ border-color: #ccc; |
|
| 3123 | 3114 |
} |
| 3124 | 3115 |
.btn-default .badge {
|
| 3125 |
- color: #ffffff; |
|
| 3126 |
- background-color: #333333; |
|
| 3116 |
+ color: #fff; |
|
| 3117 |
+ background-color: #333; |
|
| 3127 | 3118 |
} |
| 3128 | 3119 |
.btn-primary {
|
| 3129 |
- color: #ffffff; |
|
| 3120 |
+ color: #fff; |
|
| 3130 | 3121 |
background-color: #337ab7; |
| 3131 | 3122 |
border-color: #2e6da4; |
| 3132 | 3123 |
} |
| 3133 | 3124 |
.btn-primary:focus, |
| 3134 | 3125 |
.btn-primary.focus {
|
| 3135 |
- color: #ffffff; |
|
| 3126 |
+ color: #fff; |
|
| 3136 | 3127 |
background-color: #286090; |
| 3137 | 3128 |
border-color: #122b40; |
| 3138 | 3129 |
} |
| 3139 | 3130 |
.btn-primary:hover {
|
| 3140 |
- color: #ffffff; |
|
| 3131 |
+ color: #fff; |
|
| 3141 | 3132 |
background-color: #286090; |
| 3142 | 3133 |
border-color: #204d74; |
| 3143 | 3134 |
} |
| 3144 | 3135 |
.btn-primary:active, |
| 3145 | 3136 |
.btn-primary.active, |
| 3146 | 3137 |
.open > .dropdown-toggle.btn-primary {
|
| 3147 |
- color: #ffffff; |
|
| 3138 |
+ color: #fff; |
|
| 3148 | 3139 |
background-color: #286090; |
| 3149 | 3140 |
border-color: #204d74; |
| 3150 | 3141 |
} |
| ... | ... |
@@ -3157,7 +3148,7 @@ fieldset[disabled] .btn-default.active {
|
| 3157 | 3148 |
.btn-primary:active.focus, |
| 3158 | 3149 |
.btn-primary.active.focus, |
| 3159 | 3150 |
.open > .dropdown-toggle.btn-primary.focus {
|
| 3160 |
- color: #ffffff; |
|
| 3151 |
+ color: #fff; |
|
| 3161 | 3152 |
background-color: #204d74; |
| 3162 | 3153 |
border-color: #122b40; |
| 3163 | 3154 |
} |
| ... | ... |
@@ -3166,9 +3157,6 @@ fieldset[disabled] .btn-default.active {
|
| 3166 | 3157 |
.open > .dropdown-toggle.btn-primary {
|
| 3167 | 3158 |
background-image: none; |
| 3168 | 3159 |
} |
| 3169 |
-.btn-primary.disabled, |
|
| 3170 |
-.btn-primary[disabled], |
|
| 3171 |
-fieldset[disabled] .btn-primary, |
|
| 3172 | 3160 |
.btn-primary.disabled:hover, |
| 3173 | 3161 |
.btn-primary[disabled]:hover, |
| 3174 | 3162 |
fieldset[disabled] .btn-primary:hover, |
| ... | ... |
@@ -3177,40 +3165,34 @@ fieldset[disabled] .btn-primary:hover, |
| 3177 | 3165 |
fieldset[disabled] .btn-primary:focus, |
| 3178 | 3166 |
.btn-primary.disabled.focus, |
| 3179 | 3167 |
.btn-primary[disabled].focus, |
| 3180 |
-fieldset[disabled] .btn-primary.focus, |
|
| 3181 |
-.btn-primary.disabled:active, |
|
| 3182 |
-.btn-primary[disabled]:active, |
|
| 3183 |
-fieldset[disabled] .btn-primary:active, |
|
| 3184 |
-.btn-primary.disabled.active, |
|
| 3185 |
-.btn-primary[disabled].active, |
|
| 3186 |
-fieldset[disabled] .btn-primary.active {
|
|
| 3168 |
+fieldset[disabled] .btn-primary.focus {
|
|
| 3187 | 3169 |
background-color: #337ab7; |
| 3188 | 3170 |
border-color: #2e6da4; |
| 3189 | 3171 |
} |
| 3190 | 3172 |
.btn-primary .badge {
|
| 3191 | 3173 |
color: #337ab7; |
| 3192 |
- background-color: #ffffff; |
|
| 3174 |
+ background-color: #fff; |
|
| 3193 | 3175 |
} |
| 3194 | 3176 |
.btn-success {
|
| 3195 |
- color: #ffffff; |
|
| 3177 |
+ color: #fff; |
|
| 3196 | 3178 |
background-color: #5cb85c; |
| 3197 | 3179 |
border-color: #4cae4c; |
| 3198 | 3180 |
} |
| 3199 | 3181 |
.btn-success:focus, |
| 3200 | 3182 |
.btn-success.focus {
|
| 3201 |
- color: #ffffff; |
|
| 3183 |
+ color: #fff; |
|
| 3202 | 3184 |
background-color: #449d44; |
| 3203 | 3185 |
border-color: #255625; |
| 3204 | 3186 |
} |
| 3205 | 3187 |
.btn-success:hover {
|
| 3206 |
- color: #ffffff; |
|
| 3188 |
+ color: #fff; |
|
| 3207 | 3189 |
background-color: #449d44; |
| 3208 | 3190 |
border-color: #398439; |
| 3209 | 3191 |
} |
| 3210 | 3192 |
.btn-success:active, |
| 3211 | 3193 |
.btn-success.active, |
| 3212 | 3194 |
.open > .dropdown-toggle.btn-success {
|
| 3213 |
- color: #ffffff; |
|
| 3195 |
+ color: #fff; |
|
| 3214 | 3196 |
background-color: #449d44; |
| 3215 | 3197 |
border-color: #398439; |
| 3216 | 3198 |
} |
| ... | ... |
@@ -3223,7 +3205,7 @@ fieldset[disabled] .btn-primary.active {
|
| 3223 | 3205 |
.btn-success:active.focus, |
| 3224 | 3206 |
.btn-success.active.focus, |
| 3225 | 3207 |
.open > .dropdown-toggle.btn-success.focus {
|
| 3226 |
- color: #ffffff; |
|
| 3208 |
+ color: #fff; |
|
| 3227 | 3209 |
background-color: #398439; |
| 3228 | 3210 |
border-color: #255625; |
| 3229 | 3211 |
} |
| ... | ... |
@@ -3232,9 +3214,6 @@ fieldset[disabled] .btn-primary.active {
|
| 3232 | 3214 |
.open > .dropdown-toggle.btn-success {
|
| 3233 | 3215 |
background-image: none; |
| 3234 | 3216 |
} |
| 3235 |
-.btn-success.disabled, |
|
| 3236 |
-.btn-success[disabled], |
|
| 3237 |
-fieldset[disabled] .btn-success, |
|
| 3238 | 3217 |
.btn-success.disabled:hover, |
| 3239 | 3218 |
.btn-success[disabled]:hover, |
| 3240 | 3219 |
fieldset[disabled] .btn-success:hover, |
| ... | ... |
@@ -3243,40 +3222,34 @@ fieldset[disabled] .btn-success:hover, |
| 3243 | 3222 |
fieldset[disabled] .btn-success:focus, |
| 3244 | 3223 |
.btn-success.disabled.focus, |
| 3245 | 3224 |
.btn-success[disabled].focus, |
| 3246 |
-fieldset[disabled] .btn-success.focus, |
|
| 3247 |
-.btn-success.disabled:active, |
|
| 3248 |
-.btn-success[disabled]:active, |
|
| 3249 |
-fieldset[disabled] .btn-success:active, |
|
| 3250 |
-.btn-success.disabled.active, |
|
| 3251 |
-.btn-success[disabled].active, |
|
| 3252 |
-fieldset[disabled] .btn-success.active {
|
|
| 3225 |
+fieldset[disabled] .btn-success.focus {
|
|
| 3253 | 3226 |
background-color: #5cb85c; |
| 3254 | 3227 |
border-color: #4cae4c; |
| 3255 | 3228 |
} |
| 3256 | 3229 |
.btn-success .badge {
|
| 3257 | 3230 |
color: #5cb85c; |
| 3258 |
- background-color: #ffffff; |
|
| 3231 |
+ background-color: #fff; |
|
| 3259 | 3232 |
} |
| 3260 | 3233 |
.btn-info {
|
| 3261 |
- color: #333333; |
|
| 3262 |
- background-color: #ffffff; |
|
| 3263 |
- border-color: #cccccc; |
|
| 3234 |
+ color: #fff; |
|
| 3235 |
+ background-color: #5bc0de; |
|
| 3236 |
+ border-color: #46b8da; |
|
| 3264 | 3237 |
} |
| 3265 | 3238 |
.btn-info:focus, |
| 3266 | 3239 |
.btn-info.focus {
|
| 3267 |
- color: #ffffff; |
|
| 3240 |
+ color: #fff; |
|
| 3268 | 3241 |
background-color: #31b0d5; |
| 3269 | 3242 |
border-color: #1b6d85; |
| 3270 | 3243 |
} |
| 3271 | 3244 |
.btn-info:hover {
|
| 3272 |
- color: #ffffff; |
|
| 3245 |
+ color: #fff; |
|
| 3273 | 3246 |
background-color: #31b0d5; |
| 3274 | 3247 |
border-color: #269abc; |
| 3275 | 3248 |
} |
| 3276 | 3249 |
.btn-info:active, |
| 3277 | 3250 |
.btn-info.active, |
| 3278 | 3251 |
.open > .dropdown-toggle.btn-info {
|
| 3279 |
- color: #ffffff; |
|
| 3252 |
+ color: #fff; |
|
| 3280 | 3253 |
background-color: #31b0d5; |
| 3281 | 3254 |
border-color: #269abc; |
| 3282 | 3255 |
} |
| ... | ... |
@@ -3289,7 +3262,7 @@ fieldset[disabled] .btn-success.active {
|
| 3289 | 3262 |
.btn-info:active.focus, |
| 3290 | 3263 |
.btn-info.active.focus, |
| 3291 | 3264 |
.open > .dropdown-toggle.btn-info.focus {
|
| 3292 |
- color: #ffffff; |
|
| 3265 |
+ color: #fff; |
|
| 3293 | 3266 |
background-color: #269abc; |
| 3294 | 3267 |
border-color: #1b6d85; |
| 3295 | 3268 |
} |
| ... | ... |
@@ -3298,9 +3271,6 @@ fieldset[disabled] .btn-success.active {
|
| 3298 | 3271 |
.open > .dropdown-toggle.btn-info {
|
| 3299 | 3272 |
background-image: none; |
| 3300 | 3273 |
} |
| 3301 |
-.btn-info.disabled, |
|
| 3302 |
-.btn-info[disabled], |
|
| 3303 |
-fieldset[disabled] .btn-info, |
|
| 3304 | 3274 |
.btn-info.disabled:hover, |
| 3305 | 3275 |
.btn-info[disabled]:hover, |
| 3306 | 3276 |
fieldset[disabled] .btn-info:hover, |
| ... | ... |
@@ -3309,40 +3279,34 @@ fieldset[disabled] .btn-info:hover, |
| 3309 | 3279 |
fieldset[disabled] .btn-info:focus, |
| 3310 | 3280 |
.btn-info.disabled.focus, |
| 3311 | 3281 |
.btn-info[disabled].focus, |
| 3312 |
-fieldset[disabled] .btn-info.focus, |
|
| 3313 |
-.btn-info.disabled:active, |
|
| 3314 |
-.btn-info[disabled]:active, |
|
| 3315 |
-fieldset[disabled] .btn-info:active, |
|
| 3316 |
-.btn-info.disabled.active, |
|
| 3317 |
-.btn-info[disabled].active, |
|
| 3318 |
-fieldset[disabled] .btn-info.active {
|
|
| 3282 |
+fieldset[disabled] .btn-info.focus {
|
|
| 3319 | 3283 |
background-color: #5bc0de; |
| 3320 | 3284 |
border-color: #46b8da; |
| 3321 | 3285 |
} |
| 3322 | 3286 |
.btn-info .badge {
|
| 3323 | 3287 |
color: #5bc0de; |
| 3324 |
- background-color: #ffffff; |
|
| 3288 |
+ background-color: #fff; |
|
| 3325 | 3289 |
} |
| 3326 | 3290 |
.btn-warning {
|
| 3327 |
- color: #ffffff; |
|
| 3291 |
+ color: #fff; |
|
| 3328 | 3292 |
background-color: #f0ad4e; |
| 3329 | 3293 |
border-color: #eea236; |
| 3330 | 3294 |
} |
| 3331 | 3295 |
.btn-warning:focus, |
| 3332 | 3296 |
.btn-warning.focus {
|
| 3333 |
- color: #ffffff; |
|
| 3297 |
+ color: #fff; |
|
| 3334 | 3298 |
background-color: #ec971f; |
| 3335 | 3299 |
border-color: #985f0d; |
| 3336 | 3300 |
} |
| 3337 | 3301 |
.btn-warning:hover {
|
| 3338 |
- color: #ffffff; |
|
| 3302 |
+ color: #fff; |
|
| 3339 | 3303 |
background-color: #ec971f; |
| 3340 | 3304 |
border-color: #d58512; |
| 3341 | 3305 |
} |
| 3342 | 3306 |
.btn-warning:active, |
| 3343 | 3307 |
.btn-warning.active, |
| 3344 | 3308 |
.open > .dropdown-toggle.btn-warning {
|
| 3345 |
- color: #ffffff; |
|
| 3309 |
+ color: #fff; |
|
| 3346 | 3310 |
background-color: #ec971f; |
| 3347 | 3311 |
border-color: #d58512; |
| 3348 | 3312 |
} |
| ... | ... |
@@ -3355,7 +3319,7 @@ fieldset[disabled] .btn-info.active {
|
| 3355 | 3319 |
.btn-warning:active.focus, |
| 3356 | 3320 |
.btn-warning.active.focus, |
| 3357 | 3321 |
.open > .dropdown-toggle.btn-warning.focus {
|
| 3358 |
- color: #ffffff; |
|
| 3322 |
+ color: #fff; |
|
| 3359 | 3323 |
background-color: #d58512; |
| 3360 | 3324 |
border-color: #985f0d; |
| 3361 | 3325 |
} |
| ... | ... |
@@ -3364,9 +3328,6 @@ fieldset[disabled] .btn-info.active {
|
| 3364 | 3328 |
.open > .dropdown-toggle.btn-warning {
|
| 3365 | 3329 |
background-image: none; |
| 3366 | 3330 |
} |
| 3367 |
-.btn-warning.disabled, |
|
| 3368 |
-.btn-warning[disabled], |
|
| 3369 |
-fieldset[disabled] .btn-warning, |
|
| 3370 | 3331 |
.btn-warning.disabled:hover, |
| 3371 | 3332 |
.btn-warning[disabled]:hover, |
| 3372 | 3333 |
fieldset[disabled] .btn-warning:hover, |
| ... | ... |
@@ -3375,40 +3336,34 @@ fieldset[disabled] .btn-warning:hover, |
| 3375 | 3336 |
fieldset[disabled] .btn-warning:focus, |
| 3376 | 3337 |
.btn-warning.disabled.focus, |
| 3377 | 3338 |
.btn-warning[disabled].focus, |
| 3378 |
-fieldset[disabled] .btn-warning.focus, |
|
| 3379 |
-.btn-warning.disabled:active, |
|
| 3380 |
-.btn-warning[disabled]:active, |
|
| 3381 |
-fieldset[disabled] .btn-warning:active, |
|
| 3382 |
-.btn-warning.disabled.active, |
|
| 3383 |
-.btn-warning[disabled].active, |
|
| 3384 |
-fieldset[disabled] .btn-warning.active {
|
|
| 3339 |
+fieldset[disabled] .btn-warning.focus {
|
|
| 3385 | 3340 |
background-color: #f0ad4e; |
| 3386 | 3341 |
border-color: #eea236; |
| 3387 | 3342 |
} |
| 3388 | 3343 |
.btn-warning .badge {
|
| 3389 | 3344 |
color: #f0ad4e; |
| 3390 |
- background-color: #ffffff; |
|
| 3345 |
+ background-color: #fff; |
|
| 3391 | 3346 |
} |
| 3392 | 3347 |
.btn-danger {
|
| 3393 |
- color: #ffffff; |
|
| 3348 |
+ color: #fff; |
|
| 3394 | 3349 |
background-color: #d9534f; |
| 3395 | 3350 |
border-color: #d43f3a; |
| 3396 | 3351 |
} |
| 3397 | 3352 |
.btn-danger:focus, |
| 3398 | 3353 |
.btn-danger.focus {
|
| 3399 |
- color: #ffffff; |
|
| 3354 |
+ color: #fff; |
|
| 3400 | 3355 |
background-color: #c9302c; |
| 3401 | 3356 |
border-color: #761c19; |
| 3402 | 3357 |
} |
| 3403 | 3358 |
.btn-danger:hover {
|
| 3404 |
- color: #ffffff; |
|
| 3359 |
+ color: #fff; |
|
| 3405 | 3360 |
background-color: #c9302c; |
| 3406 | 3361 |
border-color: #ac2925; |
| 3407 | 3362 |
} |
| 3408 | 3363 |
.btn-danger:active, |
| 3409 | 3364 |
.btn-danger.active, |
| 3410 | 3365 |
.open > .dropdown-toggle.btn-danger {
|
| 3411 |
- color: #ffffff; |
|
| 3366 |
+ color: #fff; |
|
| 3412 | 3367 |
background-color: #c9302c; |
| 3413 | 3368 |
border-color: #ac2925; |
| 3414 | 3369 |
} |
| ... | ... |
@@ -3421,7 +3376,7 @@ fieldset[disabled] .btn-warning.active {
|
| 3421 | 3376 |
.btn-danger:active.focus, |
| 3422 | 3377 |
.btn-danger.active.focus, |
| 3423 | 3378 |
.open > .dropdown-toggle.btn-danger.focus {
|
| 3424 |
- color: #ffffff; |
|
| 3379 |
+ color: #fff; |
|
| 3425 | 3380 |
background-color: #ac2925; |
| 3426 | 3381 |
border-color: #761c19; |
| 3427 | 3382 |
} |
| ... | ... |
@@ -3430,9 +3385,6 @@ fieldset[disabled] .btn-warning.active {
|
| 3430 | 3385 |
.open > .dropdown-toggle.btn-danger {
|
| 3431 | 3386 |
background-image: none; |
| 3432 | 3387 |
} |
| 3433 |
-.btn-danger.disabled, |
|
| 3434 |
-.btn-danger[disabled], |
|
| 3435 |
-fieldset[disabled] .btn-danger, |
|
| 3436 | 3388 |
.btn-danger.disabled:hover, |
| 3437 | 3389 |
.btn-danger[disabled]:hover, |
| 3438 | 3390 |
fieldset[disabled] .btn-danger:hover, |
| ... | ... |
@@ -3441,23 +3393,17 @@ fieldset[disabled] .btn-danger:hover, |
| 3441 | 3393 |
fieldset[disabled] .btn-danger:focus, |
| 3442 | 3394 |
.btn-danger.disabled.focus, |
| 3443 | 3395 |
.btn-danger[disabled].focus, |
| 3444 |
-fieldset[disabled] .btn-danger.focus, |
|
| 3445 |
-.btn-danger.disabled:active, |
|
| 3446 |
-.btn-danger[disabled]:active, |
|
| 3447 |
-fieldset[disabled] .btn-danger:active, |
|
| 3448 |
-.btn-danger.disabled.active, |
|
| 3449 |
-.btn-danger[disabled].active, |
|
| 3450 |
-fieldset[disabled] .btn-danger.active {
|
|
| 3396 |
+fieldset[disabled] .btn-danger.focus {
|
|
| 3451 | 3397 |
background-color: #d9534f; |
| 3452 | 3398 |
border-color: #d43f3a; |
| 3453 | 3399 |
} |
| 3454 | 3400 |
.btn-danger .badge {
|
| 3455 | 3401 |
color: #d9534f; |
| 3456 |
- background-color: #ffffff; |
|
| 3402 |
+ background-color: #fff; |
|
| 3457 | 3403 |
} |
| 3458 | 3404 |
.btn-link {
|
| 3459 |
- color: #337ab7; |
|
| 3460 | 3405 |
font-weight: normal; |
| 3406 |
+ color: #337ab7; |
|
| 3461 | 3407 |
border-radius: 0; |
| 3462 | 3408 |
} |
| 3463 | 3409 |
.btn-link, |
| ... | ... |
@@ -3485,7 +3431,7 @@ fieldset[disabled] .btn-link {
|
| 3485 | 3431 |
fieldset[disabled] .btn-link:hover, |
| 3486 | 3432 |
.btn-link[disabled]:focus, |
| 3487 | 3433 |
fieldset[disabled] .btn-link:focus {
|
| 3488 |
- color: #777777; |
|
| 3434 |
+ color: #777; |
|
| 3489 | 3435 |
text-decoration: none; |
| 3490 | 3436 |
} |
| 3491 | 3437 |
.btn-lg, |
| ... | ... |
@@ -3521,6 +3467,184 @@ input[type="reset"].btn-block, |
| 3521 | 3467 |
input[type="button"].btn-block {
|
| 3522 | 3468 |
width: 100%; |
| 3523 | 3469 |
} |
| 3470 |
+.fade {
|
|
| 3471 |
+ opacity: 0; |
|
| 3472 |
+ -webkit-transition: opacity .15s linear; |
|
| 3473 |
+ -o-transition: opacity .15s linear; |
|
| 3474 |
+ transition: opacity .15s linear; |
|
| 3475 |
+} |
|
| 3476 |
+.fade.in {
|
|
| 3477 |
+ opacity: 1; |
|
| 3478 |
+} |
|
| 3479 |
+.collapse {
|
|
| 3480 |
+ display: none; |
|
| 3481 |
+} |
|
| 3482 |
+.collapse.in {
|
|
| 3483 |
+ display: block; |
|
| 3484 |
+} |
|
| 3485 |
+tr.collapse.in {
|
|
| 3486 |
+ display: table-row; |
|
| 3487 |
+} |
|
| 3488 |
+tbody.collapse.in {
|
|
| 3489 |
+ display: table-row-group; |
|
| 3490 |
+} |
|
| 3491 |
+.collapsing {
|
|
| 3492 |
+ position: relative; |
|
| 3493 |
+ height: 0; |
|
| 3494 |
+ overflow: hidden; |
|
| 3495 |
+ -webkit-transition-timing-function: ease; |
|
| 3496 |
+ -o-transition-timing-function: ease; |
|
| 3497 |
+ transition-timing-function: ease; |
|
| 3498 |
+ -webkit-transition-duration: .35s; |
|
| 3499 |
+ -o-transition-duration: .35s; |
|
| 3500 |
+ transition-duration: .35s; |
|
| 3501 |
+ -webkit-transition-property: height, visibility; |
|
| 3502 |
+ -o-transition-property: height, visibility; |
|
| 3503 |
+ transition-property: height, visibility; |
|
| 3504 |
+} |
|
| 3505 |
+.caret {
|
|
| 3506 |
+ display: inline-block; |
|
| 3507 |
+ width: 0; |
|
| 3508 |
+ height: 0; |
|
| 3509 |
+ margin-left: 2px; |
|
| 3510 |
+ vertical-align: middle; |
|
| 3511 |
+ border-top: 4px dashed; |
|
| 3512 |
+ border-top: 4px solid \9; |
|
| 3513 |
+ border-right: 4px solid transparent; |
|
| 3514 |
+ border-left: 4px solid transparent; |
|
| 3515 |
+} |
|
| 3516 |
+.dropup, |
|
| 3517 |
+.dropdown {
|
|
| 3518 |
+ position: relative; |
|
| 3519 |
+} |
|
| 3520 |
+.dropdown-toggle:focus {
|
|
| 3521 |
+ outline: 0; |
|
| 3522 |
+} |
|
| 3523 |
+.dropdown-menu {
|
|
| 3524 |
+ position: absolute; |
|
| 3525 |
+ top: 100%; |
|
| 3526 |
+ left: 0; |
|
| 3527 |
+ z-index: 1000; |
|
| 3528 |
+ display: none; |
|
| 3529 |
+ float: left; |
|
| 3530 |
+ min-width: 160px; |
|
| 3531 |
+ padding: 5px 0; |
|
| 3532 |
+ margin: 2px 0 0; |
|
| 3533 |
+ font-size: 14px; |
|
| 3534 |
+ text-align: left; |
|
| 3535 |
+ list-style: none; |
|
| 3536 |
+ background-color: #fff; |
|
| 3537 |
+ -webkit-background-clip: padding-box; |
|
| 3538 |
+ background-clip: padding-box; |
|
| 3539 |
+ border: 1px solid #ccc; |
|
| 3540 |
+ border: 1px solid rgba(0, 0, 0, .15); |
|
| 3541 |
+ border-radius: 4px; |
|
| 3542 |
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); |
|
| 3543 |
+ box-shadow: 0 6px 12px rgba(0, 0, 0, .175); |
|
| 3544 |
+} |
|
| 3545 |
+.dropdown-menu.pull-right {
|
|
| 3546 |
+ right: 0; |
|
| 3547 |
+ left: auto; |
|
| 3548 |
+} |
|
| 3549 |
+.dropdown-menu .divider {
|
|
| 3550 |
+ height: 1px; |
|
| 3551 |
+ margin: 9px 0; |
|
| 3552 |
+ overflow: hidden; |
|
| 3553 |
+ background-color: #e5e5e5; |
|
| 3554 |
+} |
|
| 3555 |
+.dropdown-menu > li > a {
|
|
| 3556 |
+ display: block; |
|
| 3557 |
+ padding: 3px 20px; |
|
| 3558 |
+ clear: both; |
|
| 3559 |
+ font-weight: normal; |
|
| 3560 |
+ line-height: 1.42857143; |
|
| 3561 |
+ color: #333; |
|
| 3562 |
+ white-space: nowrap; |
|
| 3563 |
+} |
|
| 3564 |
+.dropdown-menu > li > a:hover, |
|
| 3565 |
+.dropdown-menu > li > a:focus {
|
|
| 3566 |
+ color: #262626; |
|
| 3567 |
+ text-decoration: none; |
|
| 3568 |
+ background-color: #f5f5f5; |
|
| 3569 |
+} |
|
| 3570 |
+.dropdown-menu > .active > a, |
|
| 3571 |
+.dropdown-menu > .active > a:hover, |
|
| 3572 |
+.dropdown-menu > .active > a:focus {
|
|
| 3573 |
+ color: #fff; |
|
| 3574 |
+ text-decoration: none; |
|
| 3575 |
+ background-color: #337ab7; |
|
| 3576 |
+ outline: 0; |
|
| 3577 |
+} |
|
| 3578 |
+.dropdown-menu > .disabled > a, |
|
| 3579 |
+.dropdown-menu > .disabled > a:hover, |
|
| 3580 |
+.dropdown-menu > .disabled > a:focus {
|
|
| 3581 |
+ color: #777; |
|
| 3582 |
+} |
|
| 3583 |
+.dropdown-menu > .disabled > a:hover, |
|
| 3584 |
+.dropdown-menu > .disabled > a:focus {
|
|
| 3585 |
+ text-decoration: none; |
|
| 3586 |
+ cursor: not-allowed; |
|
| 3587 |
+ background-color: transparent; |
|
| 3588 |
+ background-image: none; |
|
| 3589 |
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); |
|
| 3590 |
+} |
|
| 3591 |
+.open > .dropdown-menu {
|
|
| 3592 |
+ display: block; |
|
| 3593 |
+} |
|
| 3594 |
+.open > a {
|
|
| 3595 |
+ outline: 0; |
|
| 3596 |
+} |
|
| 3597 |
+.dropdown-menu-right {
|
|
| 3598 |
+ right: 0; |
|
| 3599 |
+ left: auto; |
|
| 3600 |
+} |
|
| 3601 |
+.dropdown-menu-left {
|
|
| 3602 |
+ right: auto; |
|
| 3603 |
+ left: 0; |
|
| 3604 |
+} |
|
| 3605 |
+.dropdown-header {
|
|
| 3606 |
+ display: block; |
|
| 3607 |
+ padding: 3px 20px; |
|
| 3608 |
+ font-size: 12px; |
|
| 3609 |
+ line-height: 1.42857143; |
|
| 3610 |
+ color: #777; |
|
| 3611 |
+ white-space: nowrap; |
|
| 3612 |
+} |
|
| 3613 |
+.dropdown-backdrop {
|
|
| 3614 |
+ position: fixed; |
|
| 3615 |
+ top: 0; |
|
| 3616 |
+ right: 0; |
|
| 3617 |
+ bottom: 0; |
|
| 3618 |
+ left: 0; |
|
| 3619 |
+ z-index: 990; |
|
| 3620 |
+} |
|
| 3621 |
+.pull-right > .dropdown-menu {
|
|
| 3622 |
+ right: 0; |
|
| 3623 |
+ left: auto; |
|
| 3624 |
+} |
|
| 3625 |
+.dropup .caret, |
|
| 3626 |
+.navbar-fixed-bottom .dropdown .caret {
|
|
| 3627 |
+ content: ""; |
|
| 3628 |
+ border-top: 0; |
|
| 3629 |
+ border-bottom: 4px dashed; |
|
| 3630 |
+ border-bottom: 4px solid \9; |
|
| 3631 |
+} |
|
| 3632 |
+.dropup .dropdown-menu, |
|
| 3633 |
+.navbar-fixed-bottom .dropdown .dropdown-menu {
|
|
| 3634 |
+ top: auto; |
|
| 3635 |
+ bottom: 100%; |
|
| 3636 |
+ margin-bottom: 2px; |
|
| 3637 |
+} |
|
| 3638 |
+@media (min-width: 768px) {
|
|
| 3639 |
+ .navbar-right .dropdown-menu {
|
|
| 3640 |
+ right: 0; |
|
| 3641 |
+ left: auto; |
|
| 3642 |
+ } |
|
| 3643 |
+ .navbar-right .dropdown-menu-left {
|
|
| 3644 |
+ right: auto; |
|
| 3645 |
+ left: 0; |
|
| 3646 |
+ } |
|
| 3647 |
+} |
|
| 3524 | 3648 |
.btn-group, |
| 3525 | 3649 |
.btn-group-vertical {
|
| 3526 | 3650 |
position: relative; |
| ... | ... |
@@ -3568,13 +3692,13 @@ input[type="button"].btn-block {
|
| 3568 | 3692 |
margin-left: 0; |
| 3569 | 3693 |
} |
| 3570 | 3694 |
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
| 3571 |
- border-bottom-right-radius: 0; |
|
| 3572 | 3695 |
border-top-right-radius: 0; |
| 3696 |
+ border-bottom-right-radius: 0; |
|
| 3573 | 3697 |
} |
| 3574 | 3698 |
.btn-group > .btn:last-child:not(:first-child), |
| 3575 | 3699 |
.btn-group > .dropdown-toggle:not(:first-child) {
|
| 3576 |
- border-bottom-left-radius: 0; |
|
| 3577 | 3700 |
border-top-left-radius: 0; |
| 3701 |
+ border-bottom-left-radius: 0; |
|
| 3578 | 3702 |
} |
| 3579 | 3703 |
.btn-group > .btn-group {
|
| 3580 | 3704 |
float: left; |
| ... | ... |
@@ -3584,28 +3708,28 @@ input[type="button"].btn-block {
|
| 3584 | 3708 |
} |
| 3585 | 3709 |
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, |
| 3586 | 3710 |
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
| 3587 |
- border-bottom-right-radius: 0; |
|
| 3588 | 3711 |
border-top-right-radius: 0; |
| 3712 |
+ border-bottom-right-radius: 0; |
|
| 3589 | 3713 |
} |
| 3590 | 3714 |
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
| 3591 |
- border-bottom-left-radius: 0; |
|
| 3592 | 3715 |
border-top-left-radius: 0; |
| 3716 |
+ border-bottom-left-radius: 0; |
|
| 3593 | 3717 |
} |
| 3594 | 3718 |
.btn-group .dropdown-toggle:active, |
| 3595 | 3719 |
.btn-group.open .dropdown-toggle {
|
| 3596 | 3720 |
outline: 0; |
| 3597 | 3721 |
} |
| 3598 | 3722 |
.btn-group > .btn + .dropdown-toggle {
|
| 3599 |
- padding-left: 8px; |
|
| 3600 | 3723 |
padding-right: 8px; |
| 3724 |
+ padding-left: 8px; |
|
| 3601 | 3725 |
} |
| 3602 | 3726 |
.btn-group > .btn-lg + .dropdown-toggle {
|
| 3603 |
- padding-left: 12px; |
|
| 3604 | 3727 |
padding-right: 12px; |
| 3728 |
+ padding-left: 12px; |
|
| 3605 | 3729 |
} |
| 3606 | 3730 |
.btn-group.open .dropdown-toggle {
|
| 3607 |
- -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
| 3608 |
- box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); |
|
| 3731 |
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
| 3732 |
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); |
|
| 3609 | 3733 |
} |
| 3610 | 3734 |
.btn-group.open .dropdown-toggle.btn-link {
|
| 3611 | 3735 |
-webkit-box-shadow: none; |
| ... | ... |
@@ -3643,14 +3767,16 @@ input[type="button"].btn-block {
|
| 3643 | 3767 |
border-radius: 0; |
| 3644 | 3768 |
} |
| 3645 | 3769 |
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
| 3770 |
+ border-top-left-radius: 4px; |
|
| 3646 | 3771 |
border-top-right-radius: 4px; |
| 3647 | 3772 |
border-bottom-right-radius: 0; |
| 3648 | 3773 |
border-bottom-left-radius: 0; |
| 3649 | 3774 |
} |
| 3650 | 3775 |
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
| 3651 |
- border-bottom-left-radius: 4px; |
|
| 3652 |
- border-top-right-radius: 0; |
|
| 3653 | 3776 |
border-top-left-radius: 0; |
| 3777 |
+ border-top-right-radius: 0; |
|
| 3778 |
+ border-bottom-right-radius: 4px; |
|
| 3779 |
+ border-bottom-left-radius: 4px; |
|
| 3654 | 3780 |
} |
| 3655 | 3781 |
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
| 3656 | 3782 |
border-radius: 0; |
| ... | ... |
@@ -3661,8 +3787,8 @@ input[type="button"].btn-block {
|
| 3661 | 3787 |
border-bottom-left-radius: 0; |
| 3662 | 3788 |
} |
| 3663 | 3789 |
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
| 3664 |
- border-top-right-radius: 0; |
|
| 3665 | 3790 |
border-top-left-radius: 0; |
| 3791 |
+ border-top-right-radius: 0; |
|
| 3666 | 3792 |
} |
| 3667 | 3793 |
.btn-group-justified {
|
| 3668 | 3794 |
display: table; |
| ... | ... |
@@ -3672,8 +3798,8 @@ input[type="button"].btn-block {
|
| 3672 | 3798 |
} |
| 3673 | 3799 |
.btn-group-justified > .btn, |
| 3674 | 3800 |
.btn-group-justified > .btn-group {
|
| 3675 |
- float: none; |
|
| 3676 | 3801 |
display: table-cell; |
| 3802 |
+ float: none; |
|
| 3677 | 3803 |
width: 1%; |
| 3678 | 3804 |
} |
| 3679 | 3805 |
.btn-group-justified > .btn-group .btn {
|
| ... | ... |
@@ -3697,8 +3823,8 @@ input[type="button"].btn-block {
|
| 3697 | 3823 |
} |
| 3698 | 3824 |
.input-group[class*="col-"] {
|
| 3699 | 3825 |
float: none; |
| 3700 |
- padding-left: 0; |
|
| 3701 | 3826 |
padding-right: 0; |
| 3827 |
+ padding-left: 0; |
|
| 3702 | 3828 |
} |
| 3703 | 3829 |
.input-group .form-control {
|
| 3704 | 3830 |
position: relative; |
| ... | ... |
@@ -3707,6 +3833,9 @@ input[type="button"].btn-block {
|
| 3707 | 3833 |
width: 100%; |
| 3708 | 3834 |
margin-bottom: 0; |
| 3709 | 3835 |
} |
| 3836 |
+.input-group .form-control:focus {
|
|
| 3837 |
+ z-index: 3; |
|
| 3838 |
+} |
|
| 3710 | 3839 |
.input-group-lg > .form-control, |
| 3711 | 3840 |
.input-group-lg > .input-group-addon, |
| 3712 | 3841 |
.input-group-lg > .input-group-btn > .btn {
|
| ... | ... |
@@ -3774,10 +3903,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3774 | 3903 |
font-size: 14px; |
| 3775 | 3904 |
font-weight: normal; |
| 3776 | 3905 |
line-height: 1; |
| 3777 |
- color: #555555; |
|
| 3906 |
+ color: #555; |
|
| 3778 | 3907 |
text-align: center; |
| 3779 |
- background-color: #eeeeee; |
|
| 3780 |
- border: 1px solid #cccccc; |
|
| 3908 |
+ background-color: #eee; |
|
| 3909 |
+ border: 1px solid #ccc; |
|
| 3781 | 3910 |
border-radius: 4px; |
| 3782 | 3911 |
} |
| 3783 | 3912 |
.input-group-addon.input-sm {
|
| ... | ... |
@@ -3801,8 +3930,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3801 | 3930 |
.input-group-btn:first-child > .dropdown-toggle, |
| 3802 | 3931 |
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), |
| 3803 | 3932 |
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
| 3804 |
- border-bottom-right-radius: 0; |
|
| 3805 | 3933 |
border-top-right-radius: 0; |
| 3934 |
+ border-bottom-right-radius: 0; |
|
| 3806 | 3935 |
} |
| 3807 | 3936 |
.input-group-addon:first-child {
|
| 3808 | 3937 |
border-right: 0; |
| ... | ... |
@@ -3814,8 +3943,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3814 | 3943 |
.input-group-btn:last-child > .dropdown-toggle, |
| 3815 | 3944 |
.input-group-btn:first-child > .btn:not(:first-child), |
| 3816 | 3945 |
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
| 3817 |
- border-bottom-left-radius: 0; |
|
| 3818 | 3946 |
border-top-left-radius: 0; |
| 3947 |
+ border-bottom-left-radius: 0; |
|
| 3819 | 3948 |
} |
| 3820 | 3949 |
.input-group-addon:last-child {
|
| 3821 | 3950 |
border-left: 0; |
| ... | ... |
@@ -3846,8 +3975,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3846 | 3975 |
margin-left: -1px; |
| 3847 | 3976 |
} |
| 3848 | 3977 |
.nav {
|
| 3849 |
- margin-bottom: 0; |
|
| 3850 | 3978 |
padding-left: 0; |
| 3979 |
+ margin-bottom: 0; |
|
| 3851 | 3980 |
list-style: none; |
| 3852 | 3981 |
} |
| 3853 | 3982 |
.nav > li {
|
| ... | ... |
@@ -3862,22 +3991,22 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3862 | 3991 |
.nav > li > a:hover, |
| 3863 | 3992 |
.nav > li > a:focus {
|
| 3864 | 3993 |
text-decoration: none; |
| 3865 |
- background-color: #eeeeee; |
|
| 3994 |
+ background-color: #eee; |
|
| 3866 | 3995 |
} |
| 3867 | 3996 |
.nav > li.disabled > a {
|
| 3868 |
- color: #777777; |
|
| 3997 |
+ color: #777; |
|
| 3869 | 3998 |
} |
| 3870 | 3999 |
.nav > li.disabled > a:hover, |
| 3871 | 4000 |
.nav > li.disabled > a:focus {
|
| 3872 |
- color: #777777; |
|
| 4001 |
+ color: #777; |
|
| 3873 | 4002 |
text-decoration: none; |
| 3874 |
- background-color: transparent; |
|
| 3875 | 4003 |
cursor: not-allowed; |
| 4004 |
+ background-color: transparent; |
|
| 3876 | 4005 |
} |
| 3877 | 4006 |
.nav .open > a, |
| 3878 | 4007 |
.nav .open > a:hover, |
| 3879 | 4008 |
.nav .open > a:focus {
|
| 3880 |
- background-color: #eeeeee; |
|
| 4009 |
+ background-color: #eee; |
|
| 3881 | 4010 |
border-color: #337ab7; |
| 3882 | 4011 |
} |
| 3883 | 4012 |
.nav .nav-divider {
|
| ... | ... |
@@ -3890,7 +4019,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3890 | 4019 |
max-width: none; |
| 3891 | 4020 |
} |
| 3892 | 4021 |
.nav-tabs {
|
| 3893 |
- border-bottom: 1px solid #dddddd; |
|
| 4022 |
+ border-bottom: 1px solid #ddd; |
|
| 3894 | 4023 |
} |
| 3895 | 4024 |
.nav-tabs > li {
|
| 3896 | 4025 |
float: left; |
| ... | ... |
@@ -3903,16 +4032,16 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3903 | 4032 |
border-radius: 4px 4px 0 0; |
| 3904 | 4033 |
} |
| 3905 | 4034 |
.nav-tabs > li > a:hover {
|
| 3906 |
- border-color: #eeeeee #eeeeee #dddddd; |
|
| 4035 |
+ border-color: #eee #eee #ddd; |
|
| 3907 | 4036 |
} |
| 3908 | 4037 |
.nav-tabs > li.active > a, |
| 3909 | 4038 |
.nav-tabs > li.active > a:hover, |
| 3910 | 4039 |
.nav-tabs > li.active > a:focus {
|
| 3911 |
- color: #555555; |
|
| 3912 |
- background-color: #ffffff; |
|
| 3913 |
- border: 1px solid #dddddd; |
|
| 3914 |
- border-bottom-color: transparent; |
|
| 4040 |
+ color: #555; |
|
| 3915 | 4041 |
cursor: default; |
| 4042 |
+ background-color: #fff; |
|
| 4043 |
+ border: 1px solid #ddd; |
|
| 4044 |
+ border-bottom-color: transparent; |
|
| 3916 | 4045 |
} |
| 3917 | 4046 |
.nav-tabs.nav-justified {
|
| 3918 | 4047 |
width: 100%; |
| ... | ... |
@@ -3922,8 +4051,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3922 | 4051 |
float: none; |
| 3923 | 4052 |
} |
| 3924 | 4053 |
.nav-tabs.nav-justified > li > a {
|
| 3925 |
- text-align: center; |
|
| 3926 | 4054 |
margin-bottom: 5px; |
| 4055 |
+ text-align: center; |
|
| 3927 | 4056 |
} |
| 3928 | 4057 |
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
| 3929 | 4058 |
top: auto; |
| ... | ... |
@@ -3945,17 +4074,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3945 | 4074 |
.nav-tabs.nav-justified > .active > a, |
| 3946 | 4075 |
.nav-tabs.nav-justified > .active > a:hover, |
| 3947 | 4076 |
.nav-tabs.nav-justified > .active > a:focus {
|
| 3948 |
- border: 1px solid #dddddd; |
|
| 4077 |
+ border: 1px solid #ddd; |
|
| 3949 | 4078 |
} |
| 3950 | 4079 |
@media (min-width: 768px) {
|
| 3951 | 4080 |
.nav-tabs.nav-justified > li > a {
|
| 3952 |
- border-bottom: 1px solid #dddddd; |
|
| 4081 |
+ border-bottom: 1px solid #ddd; |
|
| 3953 | 4082 |
border-radius: 4px 4px 0 0; |
| 3954 | 4083 |
} |
| 3955 | 4084 |
.nav-tabs.nav-justified > .active > a, |
| 3956 | 4085 |
.nav-tabs.nav-justified > .active > a:hover, |
| 3957 | 4086 |
.nav-tabs.nav-justified > .active > a:focus {
|
| 3958 |
- border-bottom-color: #ffffff; |
|
| 4087 |
+ border-bottom-color: #fff; |
|
| 3959 | 4088 |
} |
| 3960 | 4089 |
} |
| 3961 | 4090 |
.nav-pills > li {
|
| ... | ... |
@@ -3970,7 +4099,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3970 | 4099 |
.nav-pills > li.active > a, |
| 3971 | 4100 |
.nav-pills > li.active > a:hover, |
| 3972 | 4101 |
.nav-pills > li.active > a:focus {
|
| 3973 |
- color: #ffffff; |
|
| 4102 |
+ color: #fff; |
|
| 3974 | 4103 |
background-color: #337ab7; |
| 3975 | 4104 |
} |
| 3976 | 4105 |
.nav-stacked > li {
|
| ... | ... |
@@ -3987,8 +4116,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 3987 | 4116 |
float: none; |
| 3988 | 4117 |
} |
| 3989 | 4118 |
.nav-justified > li > a {
|
| 3990 |
- text-align: center; |
|
| 3991 | 4119 |
margin-bottom: 5px; |
| 4120 |
+ text-align: center; |
|
| 3992 | 4121 |
} |
| 3993 | 4122 |
.nav-justified > .dropdown .dropdown-menu {
|
| 3994 | 4123 |
top: auto; |
| ... | ... |
@@ -4013,17 +4142,17 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4013 | 4142 |
.nav-tabs-justified > .active > a, |
| 4014 | 4143 |
.nav-tabs-justified > .active > a:hover, |
| 4015 | 4144 |
.nav-tabs-justified > .active > a:focus {
|
| 4016 |
- border: 1px solid #dddddd; |
|
| 4145 |
+ border: 1px solid #ddd; |
|
| 4017 | 4146 |
} |
| 4018 | 4147 |
@media (min-width: 768px) {
|
| 4019 | 4148 |
.nav-tabs-justified > li > a {
|
| 4020 |
- border-bottom: 1px solid #dddddd; |
|
| 4149 |
+ border-bottom: 1px solid #ddd; |
|
| 4021 | 4150 |
border-radius: 4px 4px 0 0; |
| 4022 | 4151 |
} |
| 4023 | 4152 |
.nav-tabs-justified > .active > a, |
| 4024 | 4153 |
.nav-tabs-justified > .active > a:hover, |
| 4025 | 4154 |
.nav-tabs-justified > .active > a:focus {
|
| 4026 |
- border-bottom-color: #ffffff; |
|
| 4155 |
+ border-bottom-color: #fff; |
|
| 4027 | 4156 |
} |
| 4028 | 4157 |
} |
| 4029 | 4158 |
.tab-content > .tab-pane {
|
| ... | ... |
@@ -4034,8 +4163,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4034 | 4163 |
} |
| 4035 | 4164 |
.nav-tabs .dropdown-menu {
|
| 4036 | 4165 |
margin-top: -1px; |
| 4037 |
- border-top-right-radius: 0; |
|
| 4038 | 4166 |
border-top-left-radius: 0; |
| 4167 |
+ border-top-right-radius: 0; |
|
| 4039 | 4168 |
} |
| 4040 | 4169 |
.navbar {
|
| 4041 | 4170 |
position: relative; |
| ... | ... |
@@ -4054,13 +4183,13 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4054 | 4183 |
} |
| 4055 | 4184 |
} |
| 4056 | 4185 |
.navbar-collapse {
|
| 4057 |
- overflow-x: visible; |
|
| 4058 | 4186 |
padding-right: 15px; |
| 4059 | 4187 |
padding-left: 15px; |
| 4060 |
- border-top: 1px solid transparent; |
|
| 4061 |
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); |
|
| 4062 |
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); |
|
| 4188 |
+ overflow-x: visible; |
|
| 4063 | 4189 |
-webkit-overflow-scrolling: touch; |
| 4190 |
+ border-top: 1px solid transparent; |
|
| 4191 |
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); |
|
| 4192 |
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); |
|
| 4064 | 4193 |
} |
| 4065 | 4194 |
.navbar-collapse.in {
|
| 4066 | 4195 |
overflow-y: auto; |
| ... | ... |
@@ -4084,8 +4213,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4084 | 4213 |
.navbar-fixed-top .navbar-collapse, |
| 4085 | 4214 |
.navbar-static-top .navbar-collapse, |
| 4086 | 4215 |
.navbar-fixed-bottom .navbar-collapse {
|
| 4087 |
- padding-left: 0; |
|
| 4088 | 4216 |
padding-right: 0; |
| 4217 |
+ padding-left: 0; |
|
| 4089 | 4218 |
} |
| 4090 | 4219 |
} |
| 4091 | 4220 |
.navbar-fixed-top .navbar-collapse, |
| ... | ... |
@@ -4147,10 +4276,10 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4147 | 4276 |
} |
| 4148 | 4277 |
.navbar-brand {
|
| 4149 | 4278 |
float: left; |
| 4279 |
+ height: 50px; |
|
| 4150 | 4280 |
padding: 15px 15px; |
| 4151 | 4281 |
font-size: 18px; |
| 4152 | 4282 |
line-height: 20px; |
| 4153 |
- height: 50px; |
|
| 4154 | 4283 |
} |
| 4155 | 4284 |
.navbar-brand:hover, |
| 4156 | 4285 |
.navbar-brand:focus {
|
| ... | ... |
@@ -4168,9 +4297,9 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4168 | 4297 |
.navbar-toggle {
|
| 4169 | 4298 |
position: relative; |
| 4170 | 4299 |
float: right; |
| 4171 |
- margin-right: 15px; |
|
| 4172 | 4300 |
padding: 9px 10px; |
| 4173 | 4301 |
margin-top: 8px; |
| 4302 |
+ margin-right: 15px; |
|
| 4174 | 4303 |
margin-bottom: 8px; |
| 4175 | 4304 |
background-color: transparent; |
| 4176 | 4305 |
background-image: none; |
| ... | ... |
@@ -4239,15 +4368,15 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4239 | 4368 |
} |
| 4240 | 4369 |
} |
| 4241 | 4370 |
.navbar-form {
|
| 4242 |
- margin-left: -15px; |
|
| 4243 |
- margin-right: -15px; |
|
| 4244 | 4371 |
padding: 10px 15px; |
| 4245 |
- border-top: 1px solid transparent; |
|
| 4246 |
- border-bottom: 1px solid transparent; |
|
| 4247 |
- -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); |
|
| 4248 |
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); |
|
| 4249 | 4372 |
margin-top: 8px; |
| 4373 |
+ margin-right: -15px; |
|
| 4250 | 4374 |
margin-bottom: 8px; |
| 4375 |
+ margin-left: -15px; |
|
| 4376 |
+ border-top: 1px solid transparent; |
|
| 4377 |
+ border-bottom: 1px solid transparent; |
|
| 4378 |
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); |
|
| 4379 |
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); |
|
| 4251 | 4380 |
} |
| 4252 | 4381 |
@media (min-width: 768px) {
|
| 4253 | 4382 |
.navbar-form .form-group {
|
| ... | ... |
@@ -4310,24 +4439,24 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4310 | 4439 |
@media (min-width: 768px) {
|
| 4311 | 4440 |
.navbar-form {
|
| 4312 | 4441 |
width: auto; |
| 4313 |
- border: 0; |
|
| 4314 |
- margin-left: 0; |
|
| 4315 |
- margin-right: 0; |
|
| 4316 | 4442 |
padding-top: 0; |
| 4317 | 4443 |
padding-bottom: 0; |
| 4444 |
+ margin-right: 0; |
|
| 4445 |
+ margin-left: 0; |
|
| 4446 |
+ border: 0; |
|
| 4318 | 4447 |
-webkit-box-shadow: none; |
| 4319 | 4448 |
box-shadow: none; |
| 4320 | 4449 |
} |
| 4321 | 4450 |
} |
| 4322 | 4451 |
.navbar-nav > li > .dropdown-menu {
|
| 4323 | 4452 |
margin-top: 0; |
| 4324 |
- border-top-right-radius: 0; |
|
| 4325 | 4453 |
border-top-left-radius: 0; |
| 4454 |
+ border-top-right-radius: 0; |
|
| 4326 | 4455 |
} |
| 4327 | 4456 |
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
| 4328 | 4457 |
margin-bottom: 0; |
| 4329 |
- border-top-right-radius: 4px; |
|
| 4330 | 4458 |
border-top-left-radius: 4px; |
| 4459 |
+ border-top-right-radius: 4px; |
|
| 4331 | 4460 |
border-bottom-right-radius: 0; |
| 4332 | 4461 |
border-bottom-left-radius: 0; |
| 4333 | 4462 |
} |
| ... | ... |
@@ -4350,8 +4479,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4350 | 4479 |
@media (min-width: 768px) {
|
| 4351 | 4480 |
.navbar-text {
|
| 4352 | 4481 |
float: left; |
| 4353 |
- margin-left: 15px; |
|
| 4354 | 4482 |
margin-right: 15px; |
| 4483 |
+ margin-left: 15px; |
|
| 4355 | 4484 |
} |
| 4356 | 4485 |
} |
| 4357 | 4486 |
@media (min-width: 768px) {
|
| ... | ... |
@@ -4371,7 +4500,7 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4371 | 4500 |
border-color: #e7e7e7; |
| 4372 | 4501 |
} |
| 4373 | 4502 |
.navbar-default .navbar-brand {
|
| 4374 |
- color: #777777; |
|
| 4503 |
+ color: #777; |
|
| 4375 | 4504 |
} |
| 4376 | 4505 |
.navbar-default .navbar-brand:hover, |
| 4377 | 4506 |
.navbar-default .navbar-brand:focus {
|
| ... | ... |
@@ -4379,37 +4508,37 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4379 | 4508 |
background-color: transparent; |
| 4380 | 4509 |
} |
| 4381 | 4510 |
.navbar-default .navbar-text {
|
| 4382 |
- color: #777777; |
|
| 4511 |
+ color: #777; |
|
| 4383 | 4512 |
} |
| 4384 | 4513 |
.navbar-default .navbar-nav > li > a {
|
| 4385 |
- color: #777777; |
|
| 4514 |
+ color: #777; |
|
| 4386 | 4515 |
} |
| 4387 | 4516 |
.navbar-default .navbar-nav > li > a:hover, |
| 4388 | 4517 |
.navbar-default .navbar-nav > li > a:focus {
|
| 4389 |
- color: #333333; |
|
| 4518 |
+ color: #333; |
|
| 4390 | 4519 |
background-color: transparent; |
| 4391 | 4520 |
} |
| 4392 | 4521 |
.navbar-default .navbar-nav > .active > a, |
| 4393 | 4522 |
.navbar-default .navbar-nav > .active > a:hover, |
| 4394 | 4523 |
.navbar-default .navbar-nav > .active > a:focus {
|
| 4395 |
- color: #555555; |
|
| 4524 |
+ color: #555; |
|
| 4396 | 4525 |
background-color: #e7e7e7; |
| 4397 | 4526 |
} |
| 4398 | 4527 |
.navbar-default .navbar-nav > .disabled > a, |
| 4399 | 4528 |
.navbar-default .navbar-nav > .disabled > a:hover, |
| 4400 | 4529 |
.navbar-default .navbar-nav > .disabled > a:focus {
|
| 4401 |
- color: #cccccc; |
|
| 4530 |
+ color: #ccc; |
|
| 4402 | 4531 |
background-color: transparent; |
| 4403 | 4532 |
} |
| 4404 | 4533 |
.navbar-default .navbar-toggle {
|
| 4405 |
- border-color: #dddddd; |
|
| 4534 |
+ border-color: #ddd; |
|
| 4406 | 4535 |
} |
| 4407 | 4536 |
.navbar-default .navbar-toggle:hover, |
| 4408 | 4537 |
.navbar-default .navbar-toggle:focus {
|
| 4409 |
- background-color: #dddddd; |
|
| 4538 |
+ background-color: #ddd; |
|
| 4410 | 4539 |
} |
| 4411 | 4540 |
.navbar-default .navbar-toggle .icon-bar {
|
| 4412 |
- background-color: #888888; |
|
| 4541 |
+ background-color: #888; |
|
| 4413 | 4542 |
} |
| 4414 | 4543 |
.navbar-default .navbar-collapse, |
| 4415 | 4544 |
.navbar-default .navbar-form {
|
| ... | ... |
@@ -4418,52 +4547,52 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
| 4418 | 4547 |
.navbar-default .navbar-nav > .open > a, |
| 4419 | 4548 |
.navbar-default .navbar-nav > .open > a:hover, |
| 4420 | 4549 |
.navbar-default .navbar-nav > .open > a:focus {
|
| 4550 |
+ color: #555; |
|
| 4421 | 4551 |
background-color: #e7e7e7; |
| 4422 |
- color: #555555; |
|
| 4423 | 4552 |
} |
| 4424 | 4553 |
@media (max-width: 767px) {
|
| 4425 | 4554 |
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
| 4426 |
- color: #777777; |
|
| 4555 |
+ color: #777; |
|
| 4427 | 4556 |
} |
| 4428 | 4557 |
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, |
| 4429 | 4558 |
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
|
| 4430 |
- color: #333333; |
|
| 4559 |
+ color: #333; |
|
| 4431 | 4560 |
background-color: transparent; |
| 4432 | 4561 |
} |
| 4433 | 4562 |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, |
| 4434 | 4563 |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, |
| 4435 | 4564 |
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
|
| 4436 |
- color: #555555; |
|
| 4565 |
+ color: #555; |
|
| 4437 | 4566 |
background-color: #e7e7e7; |
| 4438 | 4567 |
} |
| 4439 | 4568 |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, |
| 4440 | 4569 |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, |
| 4441 | 4570 |
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
| 4442 |
- color: #cccccc; |
|
| 4571 |
+ color: #ccc; |
|
| 4443 | 4572 |
background-color: transparent; |
| 4444 | 4573 |
} |
| 4445 | 4574 |
} |
| 4446 | 4575 |
.navbar-default .navbar-link {
|
| 4447 |
- color: #777777; |
|
| 4576 |
+ color: #777; |
|
| 4448 | 4577 |
} |
| 4449 | 4578 |
.navbar-default .navbar-link:hover {
|
| 4450 |
- color: #333333; |
|
| 4579 |
+ color: #333; |
|
| 4451 | 4580 |
} |
| 4452 | 4581 |
.navbar-default .btn-link {
|
| 4453 |
- color: #777777; |
|
| 4582 |
+ color: #777; |
|
| 4454 | 4583 |
} |
| 4455 | 4584 |
.navbar-default .btn-link:hover, |
| 4456 | 4585 |
.navbar-default .btn-link:focus {
|
| 4457 |
- color: #333333; |
|
| 4586 |
+ color: #333; |
|
| 4458 | 4587 |
} |
| 4459 | 4588 |
.navbar-default .btn-link[disabled]:hover, |
| 4460 | 4589 |
fieldset[disabled] .navbar-default .btn-link:hover, |
| 4461 | 4590 |
.navbar-default .btn-link[disabled]:focus, |
| 4462 | 4591 |
fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4463 |
- color: #cccccc; |
|
| 4592 |
+ color: #ccc; |
|
| 4464 | 4593 |
} |
| 4465 | 4594 |
.navbar-inverse {
|
| 4466 |
- background-color: #222222; |
|
| 4595 |
+ background-color: #222; |
|
| 4467 | 4596 |
border-color: #080808; |
| 4468 | 4597 |
} |
| 4469 | 4598 |
.navbar-inverse .navbar-brand {
|
| ... | ... |
@@ -4471,7 +4600,7 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4471 | 4600 |
} |
| 4472 | 4601 |
.navbar-inverse .navbar-brand:hover, |
| 4473 | 4602 |
.navbar-inverse .navbar-brand:focus {
|
| 4474 |
- color: #ffffff; |
|
| 4603 |
+ color: #fff; |
|
| 4475 | 4604 |
background-color: transparent; |
| 4476 | 4605 |
} |
| 4477 | 4606 |
.navbar-inverse .navbar-text {
|
| ... | ... |
@@ -4482,30 +4611,30 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4482 | 4611 |
} |
| 4483 | 4612 |
.navbar-inverse .navbar-nav > li > a:hover, |
| 4484 | 4613 |
.navbar-inverse .navbar-nav > li > a:focus {
|
| 4485 |
- color: #ffffff; |
|
| 4614 |
+ color: #fff; |
|
| 4486 | 4615 |
background-color: transparent; |
| 4487 | 4616 |
} |
| 4488 | 4617 |
.navbar-inverse .navbar-nav > .active > a, |
| 4489 | 4618 |
.navbar-inverse .navbar-nav > .active > a:hover, |
| 4490 | 4619 |
.navbar-inverse .navbar-nav > .active > a:focus {
|
| 4491 |
- color: #ffffff; |
|
| 4620 |
+ color: #fff; |
|
| 4492 | 4621 |
background-color: #080808; |
| 4493 | 4622 |
} |
| 4494 | 4623 |
.navbar-inverse .navbar-nav > .disabled > a, |
| 4495 | 4624 |
.navbar-inverse .navbar-nav > .disabled > a:hover, |
| 4496 | 4625 |
.navbar-inverse .navbar-nav > .disabled > a:focus {
|
| 4497 |
- color: #444444; |
|
| 4626 |
+ color: #444; |
|
| 4498 | 4627 |
background-color: transparent; |
| 4499 | 4628 |
} |
| 4500 | 4629 |
.navbar-inverse .navbar-toggle {
|
| 4501 |
- border-color: #333333; |
|
| 4630 |
+ border-color: #333; |
|
| 4502 | 4631 |
} |
| 4503 | 4632 |
.navbar-inverse .navbar-toggle:hover, |
| 4504 | 4633 |
.navbar-inverse .navbar-toggle:focus {
|
| 4505 |
- background-color: #333333; |
|
| 4634 |
+ background-color: #333; |
|
| 4506 | 4635 |
} |
| 4507 | 4636 |
.navbar-inverse .navbar-toggle .icon-bar {
|
| 4508 |
- background-color: #ffffff; |
|
| 4637 |
+ background-color: #fff; |
|
| 4509 | 4638 |
} |
| 4510 | 4639 |
.navbar-inverse .navbar-collapse, |
| 4511 | 4640 |
.navbar-inverse .navbar-form {
|
| ... | ... |
@@ -4514,8 +4643,8 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4514 | 4643 |
.navbar-inverse .navbar-nav > .open > a, |
| 4515 | 4644 |
.navbar-inverse .navbar-nav > .open > a:hover, |
| 4516 | 4645 |
.navbar-inverse .navbar-nav > .open > a:focus {
|
| 4646 |
+ color: #fff; |
|
| 4517 | 4647 |
background-color: #080808; |
| 4518 |
- color: #ffffff; |
|
| 4519 | 4648 |
} |
| 4520 | 4649 |
@media (max-width: 767px) {
|
| 4521 | 4650 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
| ... | ... |
@@ -4529,19 +4658,19 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4529 | 4658 |
} |
| 4530 | 4659 |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, |
| 4531 | 4660 |
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
| 4532 |
- color: #ffffff; |
|
| 4661 |
+ color: #fff; |
|
| 4533 | 4662 |
background-color: transparent; |
| 4534 | 4663 |
} |
| 4535 | 4664 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, |
| 4536 | 4665 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, |
| 4537 | 4666 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
|
| 4538 |
- color: #ffffff; |
|
| 4667 |
+ color: #fff; |
|
| 4539 | 4668 |
background-color: #080808; |
| 4540 | 4669 |
} |
| 4541 | 4670 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, |
| 4542 | 4671 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, |
| 4543 | 4672 |
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
| 4544 |
- color: #444444; |
|
| 4673 |
+ color: #444; |
|
| 4545 | 4674 |
background-color: transparent; |
| 4546 | 4675 |
} |
| 4547 | 4676 |
} |
| ... | ... |
@@ -4549,20 +4678,20 @@ fieldset[disabled] .navbar-default .btn-link:focus {
|
| 4549 | 4678 |
color: #9d9d9d; |
| 4550 | 4679 |
} |
| 4551 | 4680 |
.navbar-inverse .navbar-link:hover {
|
| 4552 |
- color: #ffffff; |
|
| 4681 |
+ color: #fff; |
|
| 4553 | 4682 |
} |
| 4554 | 4683 |
.navbar-inverse .btn-link {
|
| 4555 | 4684 |
color: #9d9d9d; |
| 4556 | 4685 |
} |
| 4557 | 4686 |
.navbar-inverse .btn-link:hover, |
| 4558 | 4687 |
.navbar-inverse .btn-link:focus {
|
| 4559 |
- color: #ffffff; |
|
| 4688 |
+ color: #fff; |
|
| 4560 | 4689 |
} |
| 4561 | 4690 |
.navbar-inverse .btn-link[disabled]:hover, |
| 4562 | 4691 |
fieldset[disabled] .navbar-inverse .btn-link:hover, |
| 4563 | 4692 |
.navbar-inverse .btn-link[disabled]:focus, |
| 4564 | 4693 |
fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4565 |
- color: #444444; |
|
| 4694 |
+ color: #444; |
|
| 4566 | 4695 |
} |
| 4567 | 4696 |
.breadcrumb {
|
| 4568 | 4697 |
padding: 8px 15px; |
| ... | ... |
@@ -4575,12 +4704,12 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4575 | 4704 |
display: inline-block; |
| 4576 | 4705 |
} |
| 4577 | 4706 |
.breadcrumb > li + li:before {
|
| 4578 |
- content: "/\00a0"; |
|
| 4579 | 4707 |
padding: 0 5px; |
| 4580 |
- color: #cccccc; |
|
| 4708 |
+ color: #ccc; |
|
| 4709 |
+ content: "/\00a0"; |
|
| 4581 | 4710 |
} |
| 4582 | 4711 |
.breadcrumb > .active {
|
| 4583 |
- color: #777777; |
|
| 4712 |
+ color: #777; |
|
| 4584 | 4713 |
} |
| 4585 | 4714 |
.pagination {
|
| 4586 | 4715 |
display: inline-block; |
| ... | ... |
@@ -4596,32 +4725,32 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4596 | 4725 |
position: relative; |
| 4597 | 4726 |
float: left; |
| 4598 | 4727 |
padding: 6px 12px; |
| 4728 |
+ margin-left: -1px; |
|
| 4599 | 4729 |
line-height: 1.42857143; |
| 4600 |
- text-decoration: none; |
|
| 4601 | 4730 |
color: #337ab7; |
| 4602 |
- background-color: #ffffff; |
|
| 4603 |
- border: 1px solid #dddddd; |
|
| 4604 |
- margin-left: -1px; |
|
| 4731 |
+ text-decoration: none; |
|
| 4732 |
+ background-color: #fff; |
|
| 4733 |
+ border: 1px solid #ddd; |
|
| 4605 | 4734 |
} |
| 4606 | 4735 |
.pagination > li:first-child > a, |
| 4607 | 4736 |
.pagination > li:first-child > span {
|
| 4608 | 4737 |
margin-left: 0; |
| 4609 |
- border-bottom-left-radius: 4px; |
|
| 4610 | 4738 |
border-top-left-radius: 4px; |
| 4739 |
+ border-bottom-left-radius: 4px; |
|
| 4611 | 4740 |
} |
| 4612 | 4741 |
.pagination > li:last-child > a, |
| 4613 | 4742 |
.pagination > li:last-child > span {
|
| 4614 |
- border-bottom-right-radius: 4px; |
|
| 4615 | 4743 |
border-top-right-radius: 4px; |
| 4744 |
+ border-bottom-right-radius: 4px; |
|
| 4616 | 4745 |
} |
| 4617 | 4746 |
.pagination > li > a:hover, |
| 4618 | 4747 |
.pagination > li > span:hover, |
| 4619 | 4748 |
.pagination > li > a:focus, |
| 4620 | 4749 |
.pagination > li > span:focus {
|
| 4621 |
- z-index: 3; |
|
| 4750 |
+ z-index: 2; |
|
| 4622 | 4751 |
color: #23527c; |
| 4623 |
- background-color: #eeeeee; |
|
| 4624 |
- border-color: #dddddd; |
|
| 4752 |
+ background-color: #eee; |
|
| 4753 |
+ border-color: #ddd; |
|
| 4625 | 4754 |
} |
| 4626 | 4755 |
.pagination > .active > a, |
| 4627 | 4756 |
.pagination > .active > span, |
| ... | ... |
@@ -4629,11 +4758,11 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4629 | 4758 |
.pagination > .active > span:hover, |
| 4630 | 4759 |
.pagination > .active > a:focus, |
| 4631 | 4760 |
.pagination > .active > span:focus {
|
| 4632 |
- z-index: 2; |
|
| 4633 |
- color: #ffffff; |
|
| 4761 |
+ z-index: 3; |
|
| 4762 |
+ color: #fff; |
|
| 4763 |
+ cursor: default; |
|
| 4634 | 4764 |
background-color: #337ab7; |
| 4635 | 4765 |
border-color: #337ab7; |
| 4636 |
- cursor: default; |
|
| 4637 | 4766 |
} |
| 4638 | 4767 |
.pagination > .disabled > span, |
| 4639 | 4768 |
.pagination > .disabled > span:hover, |
| ... | ... |
@@ -4641,10 +4770,10 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4641 | 4770 |
.pagination > .disabled > a, |
| 4642 | 4771 |
.pagination > .disabled > a:hover, |
| 4643 | 4772 |
.pagination > .disabled > a:focus {
|
| 4644 |
- color: #777777; |
|
| 4645 |
- background-color: #ffffff; |
|
| 4646 |
- border-color: #dddddd; |
|
| 4773 |
+ color: #777; |
|
| 4647 | 4774 |
cursor: not-allowed; |
| 4775 |
+ background-color: #fff; |
|
| 4776 |
+ border-color: #ddd; |
|
| 4648 | 4777 |
} |
| 4649 | 4778 |
.pagination-lg > li > a, |
| 4650 | 4779 |
.pagination-lg > li > span {
|
| ... | ... |
@@ -4654,13 +4783,13 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4654 | 4783 |
} |
| 4655 | 4784 |
.pagination-lg > li:first-child > a, |
| 4656 | 4785 |
.pagination-lg > li:first-child > span {
|
| 4657 |
- border-bottom-left-radius: 6px; |
|
| 4658 | 4786 |
border-top-left-radius: 6px; |
| 4787 |
+ border-bottom-left-radius: 6px; |
|
| 4659 | 4788 |
} |
| 4660 | 4789 |
.pagination-lg > li:last-child > a, |
| 4661 | 4790 |
.pagination-lg > li:last-child > span {
|
| 4662 |
- border-bottom-right-radius: 6px; |
|
| 4663 | 4791 |
border-top-right-radius: 6px; |
| 4792 |
+ border-bottom-right-radius: 6px; |
|
| 4664 | 4793 |
} |
| 4665 | 4794 |
.pagination-sm > li > a, |
| 4666 | 4795 |
.pagination-sm > li > span {
|
| ... | ... |
@@ -4670,19 +4799,19 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4670 | 4799 |
} |
| 4671 | 4800 |
.pagination-sm > li:first-child > a, |
| 4672 | 4801 |
.pagination-sm > li:first-child > span {
|
| 4673 |
- border-bottom-left-radius: 3px; |
|
| 4674 | 4802 |
border-top-left-radius: 3px; |
| 4803 |
+ border-bottom-left-radius: 3px; |
|
| 4675 | 4804 |
} |
| 4676 | 4805 |
.pagination-sm > li:last-child > a, |
| 4677 | 4806 |
.pagination-sm > li:last-child > span {
|
| 4678 |
- border-bottom-right-radius: 3px; |
|
| 4679 | 4807 |
border-top-right-radius: 3px; |
| 4808 |
+ border-bottom-right-radius: 3px; |
|
| 4680 | 4809 |
} |
| 4681 | 4810 |
.pager {
|
| 4682 | 4811 |
padding-left: 0; |
| 4683 | 4812 |
margin: 20px 0; |
| 4684 |
- list-style: none; |
|
| 4685 | 4813 |
text-align: center; |
| 4814 |
+ list-style: none; |
|
| 4686 | 4815 |
} |
| 4687 | 4816 |
.pager li {
|
| 4688 | 4817 |
display: inline; |
| ... | ... |
@@ -4691,14 +4820,14 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4691 | 4820 |
.pager li > span {
|
| 4692 | 4821 |
display: inline-block; |
| 4693 | 4822 |
padding: 5px 14px; |
| 4694 |
- background-color: #ffffff; |
|
| 4695 |
- border: 1px solid #dddddd; |
|
| 4823 |
+ background-color: #fff; |
|
| 4824 |
+ border: 1px solid #ddd; |
|
| 4696 | 4825 |
border-radius: 15px; |
| 4697 | 4826 |
} |
| 4698 | 4827 |
.pager li > a:hover, |
| 4699 | 4828 |
.pager li > a:focus {
|
| 4700 | 4829 |
text-decoration: none; |
| 4701 |
- background-color: #eeeeee; |
|
| 4830 |
+ background-color: #eee; |
|
| 4702 | 4831 |
} |
| 4703 | 4832 |
.pager .next > a, |
| 4704 | 4833 |
.pager .next > span {
|
| ... | ... |
@@ -4712,9 +4841,9 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4712 | 4841 |
.pager .disabled > a:hover, |
| 4713 | 4842 |
.pager .disabled > a:focus, |
| 4714 | 4843 |
.pager .disabled > span {
|
| 4715 |
- color: #777777; |
|
| 4716 |
- background-color: #ffffff; |
|
| 4844 |
+ color: #777; |
|
| 4717 | 4845 |
cursor: not-allowed; |
| 4846 |
+ background-color: #fff; |
|
| 4718 | 4847 |
} |
| 4719 | 4848 |
.label {
|
| 4720 | 4849 |
display: inline; |
| ... | ... |
@@ -4722,7 +4851,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4722 | 4851 |
font-size: 75%; |
| 4723 | 4852 |
font-weight: bold; |
| 4724 | 4853 |
line-height: 1; |
| 4725 |
- color: #ffffff; |
|
| 4854 |
+ color: #fff; |
|
| 4726 | 4855 |
text-align: center; |
| 4727 | 4856 |
white-space: nowrap; |
| 4728 | 4857 |
vertical-align: baseline; |
| ... | ... |
@@ -4730,7 +4859,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus {
|
| 4730 | 4859 |
} |
| 4731 | 4860 |
a.label:hover, |
| 4732 | 4861 |
a.label:focus {
|
| 4733 |
- color: #ffffff; |
|
| 4862 |
+ color: #fff; |
|
| 4734 | 4863 |
text-decoration: none; |
| 4735 | 4864 |
cursor: pointer; |
| 4736 | 4865 |
} |
| ... | ... |
@@ -4742,7 +4871,7 @@ a.label:focus {
|
| 4742 | 4871 |
top: -1px; |
| 4743 | 4872 |
} |
| 4744 | 4873 |
.label-default {
|
| 4745 |
- background-color: #777777; |
|
| 4874 |
+ background-color: #777; |
|
| 4746 | 4875 |
} |
| 4747 | 4876 |
.label-default[href]:hover, |
| 4748 | 4877 |
.label-default[href]:focus {
|
| ... | ... |
@@ -4789,12 +4918,12 @@ a.label:focus {
|
| 4789 | 4918 |
padding: 3px 7px; |
| 4790 | 4919 |
font-size: 12px; |
| 4791 | 4920 |
font-weight: bold; |
| 4792 |
- color: #ffffff; |
|
| 4793 | 4921 |
line-height: 1; |
| 4794 |
- vertical-align: middle; |
|
| 4795 |
- white-space: nowrap; |
|
| 4922 |
+ color: #fff; |
|
| 4796 | 4923 |
text-align: center; |
| 4797 |
- background-color: #777777; |
|
| 4924 |
+ white-space: nowrap; |
|
| 4925 |
+ vertical-align: middle; |
|
| 4926 |
+ background-color: #777; |
|
| 4798 | 4927 |
border-radius: 10px; |
| 4799 | 4928 |
} |
| 4800 | 4929 |
.badge:empty {
|
| ... | ... |
@@ -4811,14 +4940,14 @@ a.label:focus {
|
| 4811 | 4940 |
} |
| 4812 | 4941 |
a.badge:hover, |
| 4813 | 4942 |
a.badge:focus {
|
| 4814 |
- color: #ffffff; |
|
| 4943 |
+ color: #fff; |
|
| 4815 | 4944 |
text-decoration: none; |
| 4816 | 4945 |
cursor: pointer; |
| 4817 | 4946 |
} |
| 4818 | 4947 |
.list-group-item.active > .badge, |
| 4819 | 4948 |
.nav-pills > .active > a > .badge {
|
| 4820 | 4949 |
color: #337ab7; |
| 4821 |
- background-color: #ffffff; |
|
| 4950 |
+ background-color: #fff; |
|
| 4822 | 4951 |
} |
| 4823 | 4952 |
.list-group-item > .badge {
|
| 4824 | 4953 |
float: right; |
| ... | ... |
@@ -4834,7 +4963,7 @@ a.badge:focus {
|
| 4834 | 4963 |
padding-bottom: 30px; |
| 4835 | 4964 |
margin-bottom: 30px; |
| 4836 | 4965 |
color: inherit; |
| 4837 |
- background-color: #eeeeee; |
|
| 4966 |
+ background-color: #eee; |
|
| 4838 | 4967 |
} |
| 4839 | 4968 |
.jumbotron h1, |
| 4840 | 4969 |
.jumbotron .h1 {
|
| ... | ... |
@@ -4850,6 +4979,8 @@ a.badge:focus {
|
| 4850 | 4979 |
} |
| 4851 | 4980 |
.container .jumbotron, |
| 4852 | 4981 |
.container-fluid .jumbotron {
|
| 4982 |
+ padding-right: 15px; |
|
| 4983 |
+ padding-left: 15px; |
|
| 4853 | 4984 |
border-radius: 6px; |
| 4854 | 4985 |
} |
| 4855 | 4986 |
.jumbotron .container {
|
| ... | ... |
@@ -4862,8 +4993,8 @@ a.badge:focus {
|
| 4862 | 4993 |
} |
| 4863 | 4994 |
.container .jumbotron, |
| 4864 | 4995 |
.container-fluid .jumbotron {
|
| 4865 |
- padding-left: 60px; |
|
| 4866 | 4996 |
padding-right: 60px; |
| 4997 |
+ padding-left: 60px; |
|
| 4867 | 4998 |
} |
| 4868 | 4999 |
.jumbotron h1, |
| 4869 | 5000 |
.jumbotron .h1 {
|
| ... | ... |
@@ -4875,17 +5006,17 @@ a.badge:focus {
|
| 4875 | 5006 |
padding: 4px; |
| 4876 | 5007 |
margin-bottom: 20px; |
| 4877 | 5008 |
line-height: 1.42857143; |
| 4878 |
- background-color: #ffffff; |
|
| 4879 |
- border: 1px solid #dddddd; |
|
| 5009 |
+ background-color: #fff; |
|
| 5010 |
+ border: 1px solid #ddd; |
|
| 4880 | 5011 |
border-radius: 4px; |
| 4881 |
- -webkit-transition: border 0.2s ease-in-out; |
|
| 4882 |
- -o-transition: border 0.2s ease-in-out; |
|
| 4883 |
- transition: border 0.2s ease-in-out; |
|
| 5012 |
+ -webkit-transition: border .2s ease-in-out; |
|
| 5013 |
+ -o-transition: border .2s ease-in-out; |
|
| 5014 |
+ transition: border .2s ease-in-out; |
|
| 4884 | 5015 |
} |
| 4885 | 5016 |
.thumbnail > img, |
| 4886 | 5017 |
.thumbnail a > img {
|
| 4887 |
- margin-left: auto; |
|
| 4888 | 5018 |
margin-right: auto; |
| 5019 |
+ margin-left: auto; |
|
| 4889 | 5020 |
} |
| 4890 | 5021 |
a.thumbnail:hover, |
| 4891 | 5022 |
a.thumbnail:focus, |
| ... | ... |
@@ -4894,7 +5025,7 @@ a.thumbnail.active {
|
| 4894 | 5025 |
} |
| 4895 | 5026 |
.thumbnail .caption {
|
| 4896 | 5027 |
padding: 9px; |
| 4897 |
- color: #333333; |
|
| 5028 |
+ color: #333; |
|
| 4898 | 5029 |
} |
| 4899 | 5030 |
.alert {
|
| 4900 | 5031 |
padding: 15px; |
| ... | ... |
@@ -4928,9 +5059,9 @@ a.thumbnail.active {
|
| 4928 | 5059 |
color: inherit; |
| 4929 | 5060 |
} |
| 4930 | 5061 |
.alert-success {
|
| 5062 |
+ color: #3c763d; |
|
| 4931 | 5063 |
background-color: #dff0d8; |
| 4932 | 5064 |
border-color: #d6e9c6; |
| 4933 |
- color: #3c763d; |
|
| 4934 | 5065 |
} |
| 4935 | 5066 |
.alert-success hr {
|
| 4936 | 5067 |
border-top-color: #c9e2b3; |
| ... | ... |
@@ -4939,9 +5070,9 @@ a.thumbnail.active {
|
| 4939 | 5070 |
color: #2b542c; |
| 4940 | 5071 |
} |
| 4941 | 5072 |
.alert-info {
|
| 5073 |
+ color: #31708f; |
|
| 4942 | 5074 |
background-color: #d9edf7; |
| 4943 | 5075 |
border-color: #bce8f1; |
| 4944 |
- color: #31708f; |
|
| 4945 | 5076 |
} |
| 4946 | 5077 |
.alert-info hr {
|
| 4947 | 5078 |
border-top-color: #a6e1ec; |
| ... | ... |
@@ -4950,9 +5081,9 @@ a.thumbnail.active {
|
| 4950 | 5081 |
color: #245269; |
| 4951 | 5082 |
} |
| 4952 | 5083 |
.alert-warning {
|
| 5084 |
+ color: #8a6d3b; |
|
| 4953 | 5085 |
background-color: #fcf8e3; |
| 4954 | 5086 |
border-color: #faebcc; |
| 4955 |
- color: #8a6d3b; |
|
| 4956 | 5087 |
} |
| 4957 | 5088 |
.alert-warning hr {
|
| 4958 | 5089 |
border-top-color: #f7e1b5; |
| ... | ... |
@@ -4961,9 +5092,9 @@ a.thumbnail.active {
|
| 4961 | 5092 |
color: #66512c; |
| 4962 | 5093 |
} |
| 4963 | 5094 |
.alert-danger {
|
| 5095 |
+ color: #a94442; |
|
| 4964 | 5096 |
background-color: #f2dede; |
| 4965 | 5097 |
border-color: #ebccd1; |
| 4966 |
- color: #a94442; |
|
| 4967 | 5098 |
} |
| 4968 | 5099 |
.alert-danger hr {
|
| 4969 | 5100 |
border-top-color: #e4b9c0; |
| ... | ... |
@@ -4996,34 +5127,34 @@ a.thumbnail.active {
|
| 4996 | 5127 |
} |
| 4997 | 5128 |
} |
| 4998 | 5129 |
.progress {
|
| 4999 |
- overflow: hidden; |
|
| 5000 | 5130 |
height: 20px; |
| 5001 | 5131 |
margin-bottom: 20px; |
| 5132 |
+ overflow: hidden; |
|
| 5002 | 5133 |
background-color: #f5f5f5; |
| 5003 | 5134 |
border-radius: 4px; |
| 5004 |
- -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
|
| 5005 |
- box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); |
|
| 5135 |
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); |
|
| 5136 |
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); |
|
| 5006 | 5137 |
} |
| 5007 | 5138 |
.progress-bar {
|
| 5008 | 5139 |
float: left; |
| 5009 |
- width: 0%; |
|
| 5140 |
+ width: 0; |
|
| 5010 | 5141 |
height: 100%; |
| 5011 | 5142 |
font-size: 12px; |
| 5012 | 5143 |
line-height: 20px; |
| 5013 |
- color: #ffffff; |
|
| 5144 |
+ color: #fff; |
|
| 5014 | 5145 |
text-align: center; |
| 5015 | 5146 |
background-color: #337ab7; |
| 5016 |
- -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
| 5017 |
- box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); |
|
| 5018 |
- -webkit-transition: width 0.6s ease; |
|
| 5019 |
- -o-transition: width 0.6s ease; |
|
| 5020 |
- transition: width 0.6s ease; |
|
| 5147 |
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); |
|
| 5148 |
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); |
|
| 5149 |
+ -webkit-transition: width .6s ease; |
|
| 5150 |
+ -o-transition: width .6s ease; |
|
| 5151 |
+ transition: width .6s ease; |
|
| 5021 | 5152 |
} |
| 5022 | 5153 |
.progress-striped .progress-bar, |
| 5023 | 5154 |
.progress-bar-striped {
|
| 5024 |
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
|
| 5025 |
- 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); |
|
| 5026 |
- 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); |
|
| 5155 |
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5156 |
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5157 |
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5027 | 5158 |
-webkit-background-size: 40px 40px; |
| 5028 | 5159 |
background-size: 40px 40px; |
| 5029 | 5160 |
} |
| ... | ... |
@@ -5037,33 +5168,33 @@ a.thumbnail.active {
|
| 5037 | 5168 |
background-color: #5cb85c; |
| 5038 | 5169 |
} |
| 5039 | 5170 |
.progress-striped .progress-bar-success {
|
| 5040 |
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
|
| 5041 |
- 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); |
|
| 5042 |
- 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); |
|
| 5171 |
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5172 |
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5173 |
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5043 | 5174 |
} |
| 5044 | 5175 |
.progress-bar-info {
|
| 5045 | 5176 |
background-color: #5bc0de; |
| 5046 | 5177 |
} |
| 5047 | 5178 |
.progress-striped .progress-bar-info {
|
| 5048 |
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
|
| 5049 |
- 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); |
|
| 5050 |
- 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); |
|
| 5179 |
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5180 |
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5181 |
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5051 | 5182 |
} |
| 5052 | 5183 |
.progress-bar-warning {
|
| 5053 | 5184 |
background-color: #f0ad4e; |
| 5054 | 5185 |
} |
| 5055 | 5186 |
.progress-striped .progress-bar-warning {
|
| 5056 |
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
|
| 5057 |
- 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); |
|
| 5058 |
- 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); |
|
| 5187 |
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5188 |
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5189 |
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5059 | 5190 |
} |
| 5060 | 5191 |
.progress-bar-danger {
|
| 5061 | 5192 |
background-color: #d9534f; |
| 5062 | 5193 |
} |
| 5063 | 5194 |
.progress-striped .progress-bar-danger {
|
| 5064 |
- background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); |
|
| 5065 |
- 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); |
|
| 5066 |
- 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); |
|
| 5195 |
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5196 |
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5197 |
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); |
|
| 5067 | 5198 |
} |
| 5068 | 5199 |
.media {
|
| 5069 | 5200 |
margin-top: 15px; |
| ... | ... |
@@ -5073,8 +5204,8 @@ a.thumbnail.active {
|
| 5073 | 5204 |
} |
| 5074 | 5205 |
.media, |
| 5075 | 5206 |
.media-body {
|
| 5076 |
- zoom: 1; |
|
| 5077 | 5207 |
overflow: hidden; |
| 5208 |
+ zoom: 1; |
|
| 5078 | 5209 |
} |
| 5079 | 5210 |
.media-body {
|
| 5080 | 5211 |
width: 10000px; |
| ... | ... |
@@ -5114,20 +5245,20 @@ a.thumbnail.active {
|
| 5114 | 5245 |
list-style: none; |
| 5115 | 5246 |
} |
| 5116 | 5247 |
.list-group {
|
| 5117 |
- margin-bottom: 20px; |
|
| 5118 | 5248 |
padding-left: 0; |
| 5249 |
+ margin-bottom: 20px; |
|
| 5119 | 5250 |
} |
| 5120 | 5251 |
.list-group-item {
|
| 5121 | 5252 |
position: relative; |
| 5122 | 5253 |
display: block; |
| 5123 | 5254 |
padding: 10px 15px; |
| 5124 | 5255 |
margin-bottom: -1px; |
| 5125 |
- background-color: #ffffff; |
|
| 5126 |
- border: 1px solid #dddddd; |
|
| 5256 |
+ background-color: #fff; |
|
| 5257 |
+ border: 1px solid #ddd; |
|
| 5127 | 5258 |
} |
| 5128 | 5259 |
.list-group-item:first-child {
|
| 5129 |
- border-top-right-radius: 4px; |
|
| 5130 | 5260 |
border-top-left-radius: 4px; |
| 5261 |
+ border-top-right-radius: 4px; |
|
| 5131 | 5262 |
} |
| 5132 | 5263 |
.list-group-item:last-child {
|
| 5133 | 5264 |
margin-bottom: 0; |
| ... | ... |
@@ -5136,18 +5267,18 @@ a.thumbnail.active {
|
| 5136 | 5267 |
} |
| 5137 | 5268 |
a.list-group-item, |
| 5138 | 5269 |
button.list-group-item {
|
| 5139 |
- color: #555555; |
|
| 5270 |
+ color: #555; |
|
| 5140 | 5271 |
} |
| 5141 | 5272 |
a.list-group-item .list-group-item-heading, |
| 5142 | 5273 |
button.list-group-item .list-group-item-heading {
|
| 5143 |
- color: #333333; |
|
| 5274 |
+ color: #333; |
|
| 5144 | 5275 |
} |
| 5145 | 5276 |
a.list-group-item:hover, |
| 5146 | 5277 |
button.list-group-item:hover, |
| 5147 | 5278 |
a.list-group-item:focus, |
| 5148 | 5279 |
button.list-group-item:focus {
|
| 5280 |
+ color: #555; |
|
| 5149 | 5281 |
text-decoration: none; |
| 5150 |
- color: #555555; |
|
| 5151 | 5282 |
background-color: #f5f5f5; |
| 5152 | 5283 |
} |
| 5153 | 5284 |
button.list-group-item {
|
| ... | ... |
@@ -5157,9 +5288,9 @@ button.list-group-item {
|
| 5157 | 5288 |
.list-group-item.disabled, |
| 5158 | 5289 |
.list-group-item.disabled:hover, |
| 5159 | 5290 |
.list-group-item.disabled:focus {
|
| 5160 |
- background-color: #eeeeee; |
|
| 5161 |
- color: #777777; |
|
| 5291 |
+ color: #777; |
|
| 5162 | 5292 |
cursor: not-allowed; |
| 5293 |
+ background-color: #eee; |
|
| 5163 | 5294 |
} |
| 5164 | 5295 |
.list-group-item.disabled .list-group-item-heading, |
| 5165 | 5296 |
.list-group-item.disabled:hover .list-group-item-heading, |
| ... | ... |
@@ -5169,13 +5300,13 @@ button.list-group-item {
|
| 5169 | 5300 |
.list-group-item.disabled .list-group-item-text, |
| 5170 | 5301 |
.list-group-item.disabled:hover .list-group-item-text, |
| 5171 | 5302 |
.list-group-item.disabled:focus .list-group-item-text {
|
| 5172 |
- color: #777777; |
|
| 5303 |
+ color: #777; |
|
| 5173 | 5304 |
} |
| 5174 | 5305 |
.list-group-item.active, |
| 5175 | 5306 |
.list-group-item.active:hover, |
| 5176 | 5307 |
.list-group-item.active:focus {
|
| 5177 | 5308 |
z-index: 2; |
| 5178 |
- color: #ffffff; |
|
| 5309 |
+ color: #fff; |
|
| 5179 | 5310 |
background-color: #337ab7; |
| 5180 | 5311 |
border-color: #337ab7; |
| 5181 | 5312 |
} |
| ... | ... |
@@ -5321,11 +5452,11 @@ button.list-group-item-danger.active:focus {
|
| 5321 | 5452 |
} |
| 5322 | 5453 |
.panel {
|
| 5323 | 5454 |
margin-bottom: 20px; |
| 5324 |
- background-color: #ffffff; |
|
| 5455 |
+ background-color: #fff; |
|
| 5325 | 5456 |
border: 1px solid transparent; |
| 5326 | 5457 |
border-radius: 4px; |
| 5327 |
- -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
|
| 5328 |
- box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); |
|
| 5458 |
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); |
|
| 5459 |
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .05); |
|
| 5329 | 5460 |
} |
| 5330 | 5461 |
.panel-body {
|
| 5331 | 5462 |
padding: 15px; |
| ... | ... |
@@ -5333,8 +5464,8 @@ button.list-group-item-danger.active:focus {
|
| 5333 | 5464 |
.panel-heading {
|
| 5334 | 5465 |
padding: 10px 15px; |
| 5335 | 5466 |
border-bottom: 1px solid transparent; |
| 5336 |
- border-top-right-radius: 3px; |
|
| 5337 | 5467 |
border-top-left-radius: 3px; |
| 5468 |
+ border-top-right-radius: 3px; |
|
| 5338 | 5469 |
} |
| 5339 | 5470 |
.panel-heading > .dropdown .dropdown-toggle {
|
| 5340 | 5471 |
color: inherit; |
| ... | ... |
@@ -5355,7 +5486,7 @@ button.list-group-item-danger.active:focus {
|
| 5355 | 5486 |
.panel-footer {
|
| 5356 | 5487 |
padding: 10px 15px; |
| 5357 | 5488 |
background-color: #f5f5f5; |
| 5358 |
- border-top: 1px solid #dddddd; |
|
| 5489 |
+ border-top: 1px solid #ddd; |
|
| 5359 | 5490 |
border-bottom-right-radius: 3px; |
| 5360 | 5491 |
border-bottom-left-radius: 3px; |
| 5361 | 5492 |
} |
| ... | ... |
@@ -5371,8 +5502,8 @@ button.list-group-item-danger.active:focus {
|
| 5371 | 5502 |
.panel > .list-group:first-child .list-group-item:first-child, |
| 5372 | 5503 |
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
|
| 5373 | 5504 |
border-top: 0; |
| 5374 |
- border-top-right-radius: 3px; |
|
| 5375 | 5505 |
border-top-left-radius: 3px; |
| 5506 |
+ border-top-right-radius: 3px; |
|
| 5376 | 5507 |
} |
| 5377 | 5508 |
.panel > .list-group:last-child .list-group-item:last-child, |
| 5378 | 5509 |
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
|
| ... | ... |
@@ -5381,8 +5512,8 @@ button.list-group-item-danger.active:focus {
|
| 5381 | 5512 |
border-bottom-left-radius: 3px; |
| 5382 | 5513 |
} |
| 5383 | 5514 |
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
| 5384 |
- border-top-right-radius: 0; |
|
| 5385 | 5515 |
border-top-left-radius: 0; |
| 5516 |
+ border-top-right-radius: 0; |
|
| 5386 | 5517 |
} |
| 5387 | 5518 |
.panel-heading + .list-group .list-group-item:first-child {
|
| 5388 | 5519 |
border-top-width: 0; |
| ... | ... |
@@ -5398,13 +5529,13 @@ button.list-group-item-danger.active:focus {
|
| 5398 | 5529 |
.panel > .table caption, |
| 5399 | 5530 |
.panel > .table-responsive > .table caption, |
| 5400 | 5531 |
.panel > .panel-collapse > .table caption {
|
| 5401 |
- padding-left: 15px; |
|
| 5402 | 5532 |
padding-right: 15px; |
| 5533 |
+ padding-left: 15px; |
|
| 5403 | 5534 |
} |
| 5404 | 5535 |
.panel > .table:first-child, |
| 5405 | 5536 |
.panel > .table-responsive:first-child > .table:first-child {
|
| 5406 |
- border-top-right-radius: 3px; |
|
| 5407 | 5537 |
border-top-left-radius: 3px; |
| 5538 |
+ border-top-right-radius: 3px; |
|
| 5408 | 5539 |
} |
| 5409 | 5540 |
.panel > .table:first-child > thead:first-child > tr:first-child, |
| 5410 | 5541 |
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, |
| ... | ... |
@@ -5442,8 +5573,8 @@ button.list-group-item-danger.active:focus {
|
| 5442 | 5573 |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, |
| 5443 | 5574 |
.panel > .table:last-child > tfoot:last-child > tr:last-child, |
| 5444 | 5575 |
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
| 5445 |
- border-bottom-left-radius: 3px; |
|
| 5446 | 5576 |
border-bottom-right-radius: 3px; |
| 5577 |
+ border-bottom-left-radius: 3px; |
|
| 5447 | 5578 |
} |
| 5448 | 5579 |
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, |
| 5449 | 5580 |
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, |
| ... | ... |
@@ -5469,7 +5600,7 @@ button.list-group-item-danger.active:focus {
|
| 5469 | 5600 |
.panel > .panel-body + .table-responsive, |
| 5470 | 5601 |
.panel > .table + .panel-body, |
| 5471 | 5602 |
.panel > .table-responsive + .panel-body {
|
| 5472 |
- border-top: 1px solid #dddddd; |
|
| 5603 |
+ border-top: 1px solid #ddd; |
|
| 5473 | 5604 |
} |
| 5474 | 5605 |
.panel > .table > tbody:first-child > tr:first-child th, |
| 5475 | 5606 |
.panel > .table > tbody:first-child > tr:first-child td {
|
| ... | ... |
@@ -5528,8 +5659,8 @@ button.list-group-item-danger.active:focus {
|
| 5528 | 5659 |
border-bottom: 0; |
| 5529 | 5660 |
} |
| 5530 | 5661 |
.panel > .table-responsive {
|
| 5531 |
- border: 0; |
|
| 5532 | 5662 |
margin-bottom: 0; |
| 5663 |
+ border: 0; |
|
| 5533 | 5664 |
} |
| 5534 | 5665 |
.panel-group {
|
| 5535 | 5666 |
margin-bottom: 20px; |
| ... | ... |
@@ -5546,37 +5677,37 @@ button.list-group-item-danger.active:focus {
|
| 5546 | 5677 |
} |
| 5547 | 5678 |
.panel-group .panel-heading + .panel-collapse > .panel-body, |
| 5548 | 5679 |
.panel-group .panel-heading + .panel-collapse > .list-group {
|
| 5549 |
- border-top: 1px solid #dddddd; |
|
| 5680 |
+ border-top: 1px solid #ddd; |
|
| 5550 | 5681 |
} |
| 5551 | 5682 |
.panel-group .panel-footer {
|
| 5552 | 5683 |
border-top: 0; |
| 5553 | 5684 |
} |
| 5554 | 5685 |
.panel-group .panel-footer + .panel-collapse .panel-body {
|
| 5555 |
- border-bottom: 1px solid #dddddd; |
|
| 5686 |
+ border-bottom: 1px solid #ddd; |
|
| 5556 | 5687 |
} |
| 5557 | 5688 |
.panel-default {
|
| 5558 |
- border-color: #dddddd; |
|
| 5689 |
+ border-color: #ddd; |
|
| 5559 | 5690 |
} |
| 5560 | 5691 |
.panel-default > .panel-heading {
|
| 5561 |
- color: #333333; |
|
| 5692 |
+ color: #333; |
|
| 5562 | 5693 |
background-color: #f5f5f5; |
| 5563 |
- border-color: #dddddd; |
|
| 5694 |
+ border-color: #ddd; |
|
| 5564 | 5695 |
} |
| 5565 | 5696 |
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
| 5566 |
- border-top-color: #dddddd; |
|
| 5697 |
+ border-top-color: #ddd; |
|
| 5567 | 5698 |
} |
| 5568 | 5699 |
.panel-default > .panel-heading .badge {
|
| 5569 | 5700 |
color: #f5f5f5; |
| 5570 |
- background-color: #333333; |
|
| 5701 |
+ background-color: #333; |
|
| 5571 | 5702 |
} |
| 5572 | 5703 |
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
| 5573 |
- border-bottom-color: #dddddd; |
|
| 5704 |
+ border-bottom-color: #ddd; |
|
| 5574 | 5705 |
} |
| 5575 | 5706 |
.panel-primary {
|
| 5576 | 5707 |
border-color: #337ab7; |
| 5577 | 5708 |
} |
| 5578 | 5709 |
.panel-primary > .panel-heading {
|
| 5579 |
- color: #ffffff; |
|
| 5710 |
+ color: #fff; |
|
| 5580 | 5711 |
background-color: #337ab7; |
| 5581 | 5712 |
border-color: #337ab7; |
| 5582 | 5713 |
} |
| ... | ... |
@@ -5585,7 +5716,7 @@ button.list-group-item-danger.active:focus {
|
| 5585 | 5716 |
} |
| 5586 | 5717 |
.panel-primary > .panel-heading .badge {
|
| 5587 | 5718 |
color: #337ab7; |
| 5588 |
- background-color: #ffffff; |
|
| 5719 |
+ background-color: #fff; |
|
| 5589 | 5720 |
} |
| 5590 | 5721 |
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
| 5591 | 5722 |
border-bottom-color: #337ab7; |
| ... | ... |
@@ -5676,10 +5807,10 @@ button.list-group-item-danger.active:focus {
|
| 5676 | 5807 |
.embed-responsive video {
|
| 5677 | 5808 |
position: absolute; |
| 5678 | 5809 |
top: 0; |
| 5679 |
- left: 0; |
|
| 5680 | 5810 |
bottom: 0; |
| 5681 |
- height: 100%; |
|
| 5811 |
+ left: 0; |
|
| 5682 | 5812 |
width: 100%; |
| 5813 |
+ height: 100%; |
|
| 5683 | 5814 |
border: 0; |
| 5684 | 5815 |
} |
| 5685 | 5816 |
.embed-responsive-16by9 {
|
| ... | ... |
@@ -5695,12 +5826,12 @@ button.list-group-item-danger.active:focus {
|
| 5695 | 5826 |
background-color: #f5f5f5; |
| 5696 | 5827 |
border: 1px solid #e3e3e3; |
| 5697 | 5828 |
border-radius: 4px; |
| 5698 |
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
| 5699 |
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); |
|
| 5829 |
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); |
|
| 5830 |
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); |
|
| 5700 | 5831 |
} |
| 5701 | 5832 |
.well blockquote {
|
| 5702 | 5833 |
border-color: #ddd; |
| 5703 |
- border-color: rgba(0, 0, 0, 0.15); |
|
| 5834 |
+ border-color: rgba(0, 0, 0, .15); |
|
| 5704 | 5835 |
} |
| 5705 | 5836 |
.well-lg {
|
| 5706 | 5837 |
padding: 24px; |
| ... | ... |
@@ -5715,25 +5846,620 @@ button.list-group-item-danger.active:focus {
|
| 5715 | 5846 |
font-size: 21px; |
| 5716 | 5847 |
font-weight: bold; |
| 5717 | 5848 |
line-height: 1; |
| 5718 |
- color: #000000; |
|
| 5719 |
- text-shadow: 0 1px 0 #ffffff; |
|
| 5720 |
- opacity: 0.2; |
|
| 5849 |
+ color: #000; |
|
| 5850 |
+ text-shadow: 0 1px 0 #fff; |
|
| 5721 | 5851 |
filter: alpha(opacity=20); |
| 5852 |
+ opacity: .2; |
|
| 5722 | 5853 |
} |
| 5723 | 5854 |
.close:hover, |
| 5724 | 5855 |
.close:focus {
|
| 5725 |
- color: #000000; |
|
| 5856 |
+ color: #000; |
|
| 5726 | 5857 |
text-decoration: none; |
| 5727 | 5858 |
cursor: pointer; |
| 5728 |
- opacity: 0.5; |
|
| 5729 | 5859 |
filter: alpha(opacity=50); |
| 5860 |
+ opacity: .5; |
|
| 5730 | 5861 |
} |
| 5731 | 5862 |
button.close {
|
| 5863 |
+ -webkit-appearance: none; |
|
| 5732 | 5864 |
padding: 0; |
| 5733 | 5865 |
cursor: pointer; |
| 5734 | 5866 |
background: transparent; |
| 5735 | 5867 |
border: 0; |
| 5736 |
- -webkit-appearance: none; |
|
| 5868 |
+} |
|
| 5869 |
+.modal-open {
|
|
| 5870 |
+ overflow: hidden; |
|
| 5871 |
+} |
|
| 5872 |
+.modal {
|
|
| 5873 |
+ position: fixed; |
|
| 5874 |
+ top: 0; |
|
| 5875 |
+ right: 0; |
|
| 5876 |
+ bottom: 0; |
|
| 5877 |
+ left: 0; |
|
| 5878 |
+ z-index: 1050; |
|
| 5879 |
+ display: none; |
|
| 5880 |
+ overflow: hidden; |
|
| 5881 |
+ -webkit-overflow-scrolling: touch; |
|
| 5882 |
+ outline: 0; |
|
| 5883 |
+} |
|
| 5884 |
+.modal.fade .modal-dialog {
|
|
| 5885 |
+ -webkit-transition: -webkit-transform .3s ease-out; |
|
| 5886 |
+ -o-transition: -o-transform .3s ease-out; |
|
| 5887 |
+ transition: transform .3s ease-out; |
|
| 5888 |
+ -webkit-transform: translate(0, -25%); |
|
| 5889 |
+ -ms-transform: translate(0, -25%); |
|
| 5890 |
+ -o-transform: translate(0, -25%); |
|
| 5891 |
+ transform: translate(0, -25%); |
|
| 5892 |
+} |
|
| 5893 |
+.modal.in .modal-dialog {
|
|
| 5894 |
+ -webkit-transform: translate(0, 0); |
|
| 5895 |
+ -ms-transform: translate(0, 0); |
|
| 5896 |
+ -o-transform: translate(0, 0); |
|
| 5897 |
+ transform: translate(0, 0); |
|
| 5898 |
+} |
|
| 5899 |
+.modal-open .modal {
|
|
| 5900 |
+ overflow-x: hidden; |
|
| 5901 |
+ overflow-y: auto; |
|
| 5902 |
+} |
|
| 5903 |
+.modal-dialog {
|
|
| 5904 |
+ position: relative; |
|
| 5905 |
+ width: auto; |
|
| 5906 |
+ margin: 10px; |
|
| 5907 |
+} |
|
| 5908 |
+.modal-content {
|
|
| 5909 |
+ position: relative; |
|
| 5910 |
+ background-color: #fff; |
|
| 5911 |
+ -webkit-background-clip: padding-box; |
|
| 5912 |
+ background-clip: padding-box; |
|
| 5913 |
+ border: 1px solid #999; |
|
| 5914 |
+ border: 1px solid rgba(0, 0, 0, .2); |
|
| 5915 |
+ border-radius: 6px; |
|
| 5916 |
+ outline: 0; |
|
| 5917 |
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); |
|
| 5918 |
+ box-shadow: 0 3px 9px rgba(0, 0, 0, .5); |
|
| 5919 |
+} |
|
| 5920 |
+.modal-backdrop {
|
|
| 5921 |
+ position: fixed; |
|
| 5922 |
+ top: 0; |
|
| 5923 |
+ right: 0; |
|
| 5924 |
+ bottom: 0; |
|
| 5925 |
+ left: 0; |
|
| 5926 |
+ z-index: 1040; |
|
| 5927 |
+ background-color: #000; |
|
| 5928 |
+} |
|
| 5929 |
+.modal-backdrop.fade {
|
|
| 5930 |
+ filter: alpha(opacity=0); |
|
| 5931 |
+ opacity: 0; |
|
| 5932 |
+} |
|
| 5933 |
+.modal-backdrop.in {
|
|
| 5934 |
+ filter: alpha(opacity=50); |
|
| 5935 |
+ opacity: .5; |
|
| 5936 |
+} |
|
| 5937 |
+.modal-header {
|
|
| 5938 |
+ padding: 15px; |
|
| 5939 |
+ border-bottom: 1px solid #e5e5e5; |
|
| 5940 |
+} |
|
| 5941 |
+.modal-header .close {
|
|
| 5942 |
+ margin-top: -2px; |
|
| 5943 |
+} |
|
| 5944 |
+.modal-title {
|
|
| 5945 |
+ margin: 0; |
|
| 5946 |
+ line-height: 1.42857143; |
|
| 5947 |
+} |
|
| 5948 |
+.modal-body {
|
|
| 5949 |
+ position: relative; |
|
| 5950 |
+ padding: 15px; |
|
| 5951 |
+} |
|
| 5952 |
+.modal-footer {
|
|
| 5953 |
+ padding: 15px; |
|
| 5954 |
+ text-align: right; |
|
| 5955 |
+ border-top: 1px solid #e5e5e5; |
|
| 5956 |
+} |
|
| 5957 |
+.modal-footer .btn + .btn {
|
|
| 5958 |
+ margin-bottom: 0; |
|
| 5959 |
+ margin-left: 5px; |
|
| 5960 |
+} |
|
| 5961 |
+.modal-footer .btn-group .btn + .btn {
|
|
| 5962 |
+ margin-left: -1px; |
|
| 5963 |
+} |
|
| 5964 |
+.modal-footer .btn-block + .btn-block {
|
|
| 5965 |
+ margin-left: 0; |
|
| 5966 |
+} |
|
| 5967 |
+.modal-scrollbar-measure {
|
|
| 5968 |
+ position: absolute; |
|
| 5969 |
+ top: -9999px; |
|
| 5970 |
+ width: 50px; |
|
| 5971 |
+ height: 50px; |
|
| 5972 |
+ overflow: scroll; |
|
| 5973 |
+} |
|
| 5974 |
+@media (min-width: 768px) {
|
|
| 5975 |
+ .modal-dialog {
|
|
| 5976 |
+ width: 600px; |
|
| 5977 |
+ margin: 30px auto; |
|
| 5978 |
+ } |
|
| 5979 |
+ .modal-content {
|
|
| 5980 |
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); |
|
| 5981 |
+ box-shadow: 0 5px 15px rgba(0, 0, 0, .5); |
|
| 5982 |
+ } |
|
| 5983 |
+ .modal-sm {
|
|
| 5984 |
+ width: 300px; |
|
| 5985 |
+ } |
|
| 5986 |
+} |
|
| 5987 |
+@media (min-width: 992px) {
|
|
| 5988 |
+ .modal-lg {
|
|
| 5989 |
+ width: 900px; |
|
| 5990 |
+ } |
|
| 5991 |
+} |
|
| 5992 |
+.tooltip {
|
|
| 5993 |
+ position: absolute; |
|
| 5994 |
+ z-index: 1070; |
|
| 5995 |
+ display: block; |
|
| 5996 |
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
| 5997 |
+ font-size: 12px; |
|
| 5998 |
+ font-style: normal; |
|
| 5999 |
+ font-weight: normal; |
|
| 6000 |
+ line-height: 1.42857143; |
|
| 6001 |
+ text-align: left; |
|
| 6002 |
+ text-align: start; |
|
| 6003 |
+ text-decoration: none; |
|
| 6004 |
+ text-shadow: none; |
|
| 6005 |
+ text-transform: none; |
|
| 6006 |
+ letter-spacing: normal; |
|
| 6007 |
+ word-break: normal; |
|
| 6008 |
+ word-spacing: normal; |
|
| 6009 |
+ word-wrap: normal; |
|
| 6010 |
+ white-space: normal; |
|
| 6011 |
+ filter: alpha(opacity=0); |
|
| 6012 |
+ opacity: 0; |
|
| 6013 |
+ |
|
| 6014 |
+ line-break: auto; |
|
| 6015 |
+} |
|
| 6016 |
+.tooltip.in {
|
|
| 6017 |
+ filter: alpha(opacity=90); |
|
| 6018 |
+ opacity: .9; |
|
| 6019 |
+} |
|
| 6020 |
+.tooltip.top {
|
|
| 6021 |
+ padding: 5px 0; |
|
| 6022 |
+ margin-top: -3px; |
|
| 6023 |
+} |
|
| 6024 |
+.tooltip.right {
|
|
| 6025 |
+ padding: 0 5px; |
|
| 6026 |
+ margin-left: 3px; |
|
| 6027 |
+} |
|
| 6028 |
+.tooltip.bottom {
|
|
| 6029 |
+ padding: 5px 0; |
|
| 6030 |
+ margin-top: 3px; |
|
| 6031 |
+} |
|
| 6032 |
+.tooltip.left {
|
|
| 6033 |
+ padding: 0 5px; |
|
| 6034 |
+ margin-left: -3px; |
|
| 6035 |
+} |
|
| 6036 |
+.tooltip-inner {
|
|
| 6037 |
+ max-width: 200px; |
|
| 6038 |
+ padding: 3px 8px; |
|
| 6039 |
+ color: #fff; |
|
| 6040 |
+ text-align: center; |
|
| 6041 |
+ background-color: #000; |
|
| 6042 |
+ border-radius: 4px; |
|
| 6043 |
+} |
|
| 6044 |
+.tooltip-arrow {
|
|
| 6045 |
+ position: absolute; |
|
| 6046 |
+ width: 0; |
|
| 6047 |
+ height: 0; |
|
| 6048 |
+ border-color: transparent; |
|
| 6049 |
+ border-style: solid; |
|
| 6050 |
+} |
|
| 6051 |
+.tooltip.top .tooltip-arrow {
|
|
| 6052 |
+ bottom: 0; |
|
| 6053 |
+ left: 50%; |
|
| 6054 |
+ margin-left: -5px; |
|
| 6055 |
+ border-width: 5px 5px 0; |
|
| 6056 |
+ border-top-color: #000; |
|
| 6057 |
+} |
|
| 6058 |
+.tooltip.top-left .tooltip-arrow {
|
|
| 6059 |
+ right: 5px; |
|
| 6060 |
+ bottom: 0; |
|
| 6061 |
+ margin-bottom: -5px; |
|
| 6062 |
+ border-width: 5px 5px 0; |
|
| 6063 |
+ border-top-color: #000; |
|
| 6064 |
+} |
|
| 6065 |
+.tooltip.top-right .tooltip-arrow {
|
|
| 6066 |
+ bottom: 0; |
|
| 6067 |
+ left: 5px; |
|
| 6068 |
+ margin-bottom: -5px; |
|
| 6069 |
+ border-width: 5px 5px 0; |
|
| 6070 |
+ border-top-color: #000; |
|
| 6071 |
+} |
|
| 6072 |
+.tooltip.right .tooltip-arrow {
|
|
| 6073 |
+ top: 50%; |
|
| 6074 |
+ left: 0; |
|
| 6075 |
+ margin-top: -5px; |
|
| 6076 |
+ border-width: 5px 5px 5px 0; |
|
| 6077 |
+ border-right-color: #000; |
|
| 6078 |
+} |
|
| 6079 |
+.tooltip.left .tooltip-arrow {
|
|
| 6080 |
+ top: 50%; |
|
| 6081 |
+ right: 0; |
|
| 6082 |
+ margin-top: -5px; |
|
| 6083 |
+ border-width: 5px 0 5px 5px; |
|
| 6084 |
+ border-left-color: #000; |
|
| 6085 |
+} |
|
| 6086 |
+.tooltip.bottom .tooltip-arrow {
|
|
| 6087 |
+ top: 0; |
|
| 6088 |
+ left: 50%; |
|
| 6089 |
+ margin-left: -5px; |
|
| 6090 |
+ border-width: 0 5px 5px; |
|
| 6091 |
+ border-bottom-color: #000; |
|
| 6092 |
+} |
|
| 6093 |
+.tooltip.bottom-left .tooltip-arrow {
|
|
| 6094 |
+ top: 0; |
|
| 6095 |
+ right: 5px; |
|
| 6096 |
+ margin-top: -5px; |
|
| 6097 |
+ border-width: 0 5px 5px; |
|
| 6098 |
+ border-bottom-color: #000; |
|
| 6099 |
+} |
|
| 6100 |
+.tooltip.bottom-right .tooltip-arrow {
|
|
| 6101 |
+ top: 0; |
|
| 6102 |
+ left: 5px; |
|
| 6103 |
+ margin-top: -5px; |
|
| 6104 |
+ border-width: 0 5px 5px; |
|
| 6105 |
+ border-bottom-color: #000; |
|
| 6106 |
+} |
|
| 6107 |
+.popover {
|
|
| 6108 |
+ position: absolute; |
|
| 6109 |
+ top: 0; |
|
| 6110 |
+ left: 0; |
|
| 6111 |
+ z-index: 1060; |
|
| 6112 |
+ display: none; |
|
| 6113 |
+ max-width: 276px; |
|
| 6114 |
+ padding: 1px; |
|
| 6115 |
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
| 6116 |
+ font-size: 14px; |
|
| 6117 |
+ font-style: normal; |
|
| 6118 |
+ font-weight: normal; |
|
| 6119 |
+ line-height: 1.42857143; |
|
| 6120 |
+ text-align: left; |
|
| 6121 |
+ text-align: start; |
|
| 6122 |
+ text-decoration: none; |
|
| 6123 |
+ text-shadow: none; |
|
| 6124 |
+ text-transform: none; |
|
| 6125 |
+ letter-spacing: normal; |
|
| 6126 |
+ word-break: normal; |
|
| 6127 |
+ word-spacing: normal; |
|
| 6128 |
+ word-wrap: normal; |
|
| 6129 |
+ white-space: normal; |
|
| 6130 |
+ background-color: #fff; |
|
| 6131 |
+ -webkit-background-clip: padding-box; |
|
| 6132 |
+ background-clip: padding-box; |
|
| 6133 |
+ border: 1px solid #ccc; |
|
| 6134 |
+ border: 1px solid rgba(0, 0, 0, .2); |
|
| 6135 |
+ border-radius: 6px; |
|
| 6136 |
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
|
| 6137 |
+ box-shadow: 0 5px 10px rgba(0, 0, 0, .2); |
|
| 6138 |
+ |
|
| 6139 |
+ line-break: auto; |
|
| 6140 |
+} |
|
| 6141 |
+.popover.top {
|
|
| 6142 |
+ margin-top: -10px; |
|
| 6143 |
+} |
|
| 6144 |
+.popover.right {
|
|
| 6145 |
+ margin-left: 10px; |
|
| 6146 |
+} |
|
| 6147 |
+.popover.bottom {
|
|
| 6148 |
+ margin-top: 10px; |
|
| 6149 |
+} |
|
| 6150 |
+.popover.left {
|
|
| 6151 |
+ margin-left: -10px; |
|
| 6152 |
+} |
|
| 6153 |
+.popover-title {
|
|
| 6154 |
+ padding: 8px 14px; |
|
| 6155 |
+ margin: 0; |
|
| 6156 |
+ font-size: 14px; |
|
| 6157 |
+ background-color: #f7f7f7; |
|
| 6158 |
+ border-bottom: 1px solid #ebebeb; |
|
| 6159 |
+ border-radius: 5px 5px 0 0; |
|
| 6160 |
+} |
|
| 6161 |
+.popover-content {
|
|
| 6162 |
+ padding: 9px 14px; |
|
| 6163 |
+} |
|
| 6164 |
+.popover > .arrow, |
|
| 6165 |
+.popover > .arrow:after {
|
|
| 6166 |
+ position: absolute; |
|
| 6167 |
+ display: block; |
|
| 6168 |
+ width: 0; |
|
| 6169 |
+ height: 0; |
|
| 6170 |
+ border-color: transparent; |
|
| 6171 |
+ border-style: solid; |
|
| 6172 |
+} |
|
| 6173 |
+.popover > .arrow {
|
|
| 6174 |
+ border-width: 11px; |
|
| 6175 |
+} |
|
| 6176 |
+.popover > .arrow:after {
|
|
| 6177 |
+ content: ""; |
|
| 6178 |
+ border-width: 10px; |
|
| 6179 |
+} |
|
| 6180 |
+.popover.top > .arrow {
|
|
| 6181 |
+ bottom: -11px; |
|
| 6182 |
+ left: 50%; |
|
| 6183 |
+ margin-left: -11px; |
|
| 6184 |
+ border-top-color: #999; |
|
| 6185 |
+ border-top-color: rgba(0, 0, 0, .25); |
|
| 6186 |
+ border-bottom-width: 0; |
|
| 6187 |
+} |
|
| 6188 |
+.popover.top > .arrow:after {
|
|
| 6189 |
+ bottom: 1px; |
|
| 6190 |
+ margin-left: -10px; |
|
| 6191 |
+ content: " "; |
|
| 6192 |
+ border-top-color: #fff; |
|
| 6193 |
+ border-bottom-width: 0; |
|
| 6194 |
+} |
|
| 6195 |
+.popover.right > .arrow {
|
|
| 6196 |
+ top: 50%; |
|
| 6197 |
+ left: -11px; |
|
| 6198 |
+ margin-top: -11px; |
|
| 6199 |
+ border-right-color: #999; |
|
| 6200 |
+ border-right-color: rgba(0, 0, 0, .25); |
|
| 6201 |
+ border-left-width: 0; |
|
| 6202 |
+} |
|
| 6203 |
+.popover.right > .arrow:after {
|
|
| 6204 |
+ bottom: -10px; |
|
| 6205 |
+ left: 1px; |
|
| 6206 |
+ content: " "; |
|
| 6207 |
+ border-right-color: #fff; |
|
| 6208 |
+ border-left-width: 0; |
|
| 6209 |
+} |
|
| 6210 |
+.popover.bottom > .arrow {
|
|
| 6211 |
+ top: -11px; |
|
| 6212 |
+ left: 50%; |
|
| 6213 |
+ margin-left: -11px; |
|
| 6214 |
+ border-top-width: 0; |
|
| 6215 |
+ border-bottom-color: #999; |
|
| 6216 |
+ border-bottom-color: rgba(0, 0, 0, .25); |
|
| 6217 |
+} |
|
| 6218 |
+.popover.bottom > .arrow:after {
|
|
| 6219 |
+ top: 1px; |
|
| 6220 |
+ margin-left: -10px; |
|
| 6221 |
+ content: " "; |
|
| 6222 |
+ border-top-width: 0; |
|
| 6223 |
+ border-bottom-color: #fff; |
|
| 6224 |
+} |
|
| 6225 |
+.popover.left > .arrow {
|
|
| 6226 |
+ top: 50%; |
|
| 6227 |
+ right: -11px; |
|
| 6228 |
+ margin-top: -11px; |
|
| 6229 |
+ border-right-width: 0; |
|
| 6230 |
+ border-left-color: #999; |
|
| 6231 |
+ border-left-color: rgba(0, 0, 0, .25); |
|
| 6232 |
+} |
|
| 6233 |
+.popover.left > .arrow:after {
|
|
| 6234 |
+ right: 1px; |
|
| 6235 |
+ bottom: -10px; |
|
| 6236 |
+ content: " "; |
|
| 6237 |
+ border-right-width: 0; |
|
| 6238 |
+ border-left-color: #fff; |
|
| 6239 |
+} |
|
| 6240 |
+.carousel {
|
|
| 6241 |
+ position: relative; |
|
| 6242 |
+} |
|
| 6243 |
+.carousel-inner {
|
|
| 6244 |
+ position: relative; |
|
| 6245 |
+ width: 100%; |
|
| 6246 |
+ overflow: hidden; |
|
| 6247 |
+} |
|
| 6248 |
+.carousel-inner > .item {
|
|
| 6249 |
+ position: relative; |
|
| 6250 |
+ display: none; |
|
| 6251 |
+ -webkit-transition: .6s ease-in-out left; |
|
| 6252 |
+ -o-transition: .6s ease-in-out left; |
|
| 6253 |
+ transition: .6s ease-in-out left; |
|
| 6254 |
+} |
|
| 6255 |
+.carousel-inner > .item > img, |
|
| 6256 |
+.carousel-inner > .item > a > img {
|
|
| 6257 |
+ line-height: 1; |
|
| 6258 |
+} |
|
| 6259 |
+@media all and (transform-3d), (-webkit-transform-3d) {
|
|
| 6260 |
+ .carousel-inner > .item {
|
|
| 6261 |
+ -webkit-transition: -webkit-transform .6s ease-in-out; |
|
| 6262 |
+ -o-transition: -o-transform .6s ease-in-out; |
|
| 6263 |
+ transition: transform .6s ease-in-out; |
|
| 6264 |
+ |
|
| 6265 |
+ -webkit-backface-visibility: hidden; |
|
| 6266 |
+ backface-visibility: hidden; |
|
| 6267 |
+ -webkit-perspective: 1000px; |
|
| 6268 |
+ perspective: 1000px; |
|
| 6269 |
+ } |
|
| 6270 |
+ .carousel-inner > .item.next, |
|
| 6271 |
+ .carousel-inner > .item.active.right {
|
|
| 6272 |
+ left: 0; |
|
| 6273 |
+ -webkit-transform: translate3d(100%, 0, 0); |
|
| 6274 |
+ transform: translate3d(100%, 0, 0); |
|
| 6275 |
+ } |
|
| 6276 |
+ .carousel-inner > .item.prev, |
|
| 6277 |
+ .carousel-inner > .item.active.left {
|
|
| 6278 |
+ left: 0; |
|
| 6279 |
+ -webkit-transform: translate3d(-100%, 0, 0); |
|
| 6280 |
+ transform: translate3d(-100%, 0, 0); |
|
| 6281 |
+ } |
|
| 6282 |
+ .carousel-inner > .item.next.left, |
|
| 6283 |
+ .carousel-inner > .item.prev.right, |
|
| 6284 |
+ .carousel-inner > .item.active {
|
|
| 6285 |
+ left: 0; |
|
| 6286 |
+ -webkit-transform: translate3d(0, 0, 0); |
|
| 6287 |
+ transform: translate3d(0, 0, 0); |
|
| 6288 |
+ } |
|
| 6289 |
+} |
|
| 6290 |
+.carousel-inner > .active, |
|
| 6291 |
+.carousel-inner > .next, |
|
| 6292 |
+.carousel-inner > .prev {
|
|
| 6293 |
+ display: block; |
|
| 6294 |
+} |
|
| 6295 |
+.carousel-inner > .active {
|
|
| 6296 |
+ left: 0; |
|
| 6297 |
+} |
|
| 6298 |
+.carousel-inner > .next, |
|
| 6299 |
+.carousel-inner > .prev {
|
|
| 6300 |
+ position: absolute; |
|
| 6301 |
+ top: 0; |
|
| 6302 |
+ width: 100%; |
|
| 6303 |
+} |
|
| 6304 |
+.carousel-inner > .next {
|
|
| 6305 |
+ left: 100%; |
|
| 6306 |
+} |
|
| 6307 |
+.carousel-inner > .prev {
|
|
| 6308 |
+ left: -100%; |
|
| 6309 |
+} |
|
| 6310 |
+.carousel-inner > .next.left, |
|
| 6311 |
+.carousel-inner > .prev.right {
|
|
| 6312 |
+ left: 0; |
|
| 6313 |
+} |
|
| 6314 |
+.carousel-inner > .active.left {
|
|
| 6315 |
+ left: -100%; |
|
| 6316 |
+} |
|
| 6317 |
+.carousel-inner > .active.right {
|
|
| 6318 |
+ left: 100%; |
|
| 6319 |
+} |
|
| 6320 |
+.carousel-control {
|
|
| 6321 |
+ position: absolute; |
|
| 6322 |
+ top: 0; |
|
| 6323 |
+ bottom: 0; |
|
| 6324 |
+ left: 0; |
|
| 6325 |
+ width: 15%; |
|
| 6326 |
+ font-size: 20px; |
|
| 6327 |
+ color: #fff; |
|
| 6328 |
+ text-align: center; |
|
| 6329 |
+ text-shadow: 0 1px 2px rgba(0, 0, 0, .6); |
|
| 6330 |
+ background-color: rgba(0, 0, 0, 0); |
|
| 6331 |
+ filter: alpha(opacity=50); |
|
| 6332 |
+ opacity: .5; |
|
| 6333 |
+} |
|
| 6334 |
+.carousel-control.left {
|
|
| 6335 |
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); |
|
| 6336 |
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); |
|
| 6337 |
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); |
|
| 6338 |
+ background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); |
|
| 6339 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); |
|
| 6340 |
+ background-repeat: repeat-x; |
|
| 6341 |
+} |
|
| 6342 |
+.carousel-control.right {
|
|
| 6343 |
+ right: 0; |
|
| 6344 |
+ left: auto; |
|
| 6345 |
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); |
|
| 6346 |
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); |
|
| 6347 |
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); |
|
| 6348 |
+ background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); |
|
| 6349 |
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); |
|
| 6350 |
+ background-repeat: repeat-x; |
|
| 6351 |
+} |
|
| 6352 |
+.carousel-control:hover, |
|
| 6353 |
+.carousel-control:focus {
|
|
| 6354 |
+ color: #fff; |
|
| 6355 |
+ text-decoration: none; |
|
| 6356 |
+ filter: alpha(opacity=90); |
|
| 6357 |
+ outline: 0; |
|
| 6358 |
+ opacity: .9; |
|
| 6359 |
+} |
|
| 6360 |
+.carousel-control .icon-prev, |
|
| 6361 |
+.carousel-control .icon-next, |
|
| 6362 |
+.carousel-control .glyphicon-chevron-left, |
|
| 6363 |
+.carousel-control .glyphicon-chevron-right {
|
|
| 6364 |
+ position: absolute; |
|
| 6365 |
+ top: 50%; |
|
| 6366 |
+ z-index: 5; |
|
| 6367 |
+ display: inline-block; |
|
| 6368 |
+ margin-top: -10px; |
|
| 6369 |
+} |
|
| 6370 |
+.carousel-control .icon-prev, |
|
| 6371 |
+.carousel-control .glyphicon-chevron-left {
|
|
| 6372 |
+ left: 50%; |
|
| 6373 |
+ margin-left: -10px; |
|
| 6374 |
+} |
|
| 6375 |
+.carousel-control .icon-next, |
|
| 6376 |
+.carousel-control .glyphicon-chevron-right {
|
|
| 6377 |
+ right: 50%; |
|
| 6378 |
+ margin-right: -10px; |
|
| 6379 |
+} |
|
| 6380 |
+.carousel-control .icon-prev, |
|
| 6381 |
+.carousel-control .icon-next {
|
|
| 6382 |
+ width: 20px; |
|
| 6383 |
+ height: 20px; |
|
| 6384 |
+ font-family: serif; |
|
| 6385 |
+ line-height: 1; |
|
| 6386 |
+} |
|
| 6387 |
+.carousel-control .icon-prev:before {
|
|
| 6388 |
+ content: '\2039'; |
|
| 6389 |
+} |
|
| 6390 |
+.carousel-control .icon-next:before {
|
|
| 6391 |
+ content: '\203a'; |
|
| 6392 |
+} |
|
| 6393 |
+.carousel-indicators {
|
|
| 6394 |
+ position: absolute; |
|
| 6395 |
+ bottom: 10px; |
|
| 6396 |
+ left: 50%; |
|
| 6397 |
+ z-index: 15; |
|
| 6398 |
+ width: 60%; |
|
| 6399 |
+ padding-left: 0; |
|
| 6400 |
+ margin-left: -30%; |
|
| 6401 |
+ text-align: center; |
|
| 6402 |
+ list-style: none; |
|
| 6403 |
+} |
|
| 6404 |
+.carousel-indicators li {
|
|
| 6405 |
+ display: inline-block; |
|
| 6406 |
+ width: 10px; |
|
| 6407 |
+ height: 10px; |
|
| 6408 |
+ margin: 1px; |
|
| 6409 |
+ text-indent: -999px; |
|
| 6410 |
+ cursor: pointer; |
|
| 6411 |
+ background-color: #000 \9; |
|
| 6412 |
+ background-color: rgba(0, 0, 0, 0); |
|
| 6413 |
+ border: 1px solid #fff; |
|
| 6414 |
+ border-radius: 10px; |
|
| 6415 |
+} |
|
| 6416 |
+.carousel-indicators .active {
|
|
| 6417 |
+ width: 12px; |
|
| 6418 |
+ height: 12px; |
|
| 6419 |
+ margin: 0; |
|
| 6420 |
+ background-color: #fff; |
|
| 6421 |
+} |
|
| 6422 |
+.carousel-caption {
|
|
| 6423 |
+ position: absolute; |
|
| 6424 |
+ right: 15%; |
|
| 6425 |
+ bottom: 20px; |
|
| 6426 |
+ left: 15%; |
|
| 6427 |
+ z-index: 10; |
|
| 6428 |
+ padding-top: 20px; |
|
| 6429 |
+ padding-bottom: 20px; |
|
| 6430 |
+ color: #fff; |
|
| 6431 |
+ text-align: center; |
|
| 6432 |
+ text-shadow: 0 1px 2px rgba(0, 0, 0, .6); |
|
| 6433 |
+} |
|
| 6434 |
+.carousel-caption .btn {
|
|
| 6435 |
+ text-shadow: none; |
|
| 6436 |
+} |
|
| 6437 |
+@media screen and (min-width: 768px) {
|
|
| 6438 |
+ .carousel-control .glyphicon-chevron-left, |
|
| 6439 |
+ .carousel-control .glyphicon-chevron-right, |
|
| 6440 |
+ .carousel-control .icon-prev, |
|
| 6441 |
+ .carousel-control .icon-next {
|
|
| 6442 |
+ width: 30px; |
|
| 6443 |
+ height: 30px; |
|
| 6444 |
+ margin-top: -10px; |
|
| 6445 |
+ font-size: 30px; |
|
| 6446 |
+ } |
|
| 6447 |
+ .carousel-control .glyphicon-chevron-left, |
|
| 6448 |
+ .carousel-control .icon-prev {
|
|
| 6449 |
+ margin-left: -10px; |
|
| 6450 |
+ } |
|
| 6451 |
+ .carousel-control .glyphicon-chevron-right, |
|
| 6452 |
+ .carousel-control .icon-next {
|
|
| 6453 |
+ margin-right: -10px; |
|
| 6454 |
+ } |
|
| 6455 |
+ .carousel-caption {
|
|
| 6456 |
+ right: 20%; |
|
| 6457 |
+ left: 20%; |
|
| 6458 |
+ padding-bottom: 30px; |
|
| 6459 |
+ } |
|
| 6460 |
+ .carousel-indicators {
|
|
| 6461 |
+ bottom: 20px; |
|
| 6462 |
+ } |
|
| 5737 | 6463 |
} |
| 5738 | 6464 |
.clearfix:before, |
| 5739 | 6465 |
.clearfix:after, |
| ... | ... |
@@ -5762,9 +6488,13 @@ button.close {
|
| 5762 | 6488 |
.pager:before, |
| 5763 | 6489 |
.pager:after, |
| 5764 | 6490 |
.panel-body:before, |
| 5765 |
-.panel-body:after {
|
|
| 5766 |
- content: " "; |
|
| 6491 |
+.panel-body:after, |
|
| 6492 |
+.modal-header:before, |
|
| 6493 |
+.modal-header:after, |
|
| 6494 |
+.modal-footer:before, |
|
| 6495 |
+.modal-footer:after {
|
|
| 5767 | 6496 |
display: table; |
| 6497 |
+ content: " "; |
|
| 5768 | 6498 |
} |
| 5769 | 6499 |
.clearfix:after, |
| 5770 | 6500 |
.dl-horizontal dd:after, |
| ... | ... |
@@ -5779,13 +6509,15 @@ button.close {
|
| 5779 | 6509 |
.navbar-header:after, |
| 5780 | 6510 |
.navbar-collapse:after, |
| 5781 | 6511 |
.pager:after, |
| 5782 |
-.panel-body:after {
|
|
| 6512 |
+.panel-body:after, |
|
| 6513 |
+.modal-header:after, |
|
| 6514 |
+.modal-footer:after {
|
|
| 5783 | 6515 |
clear: both; |
| 5784 | 6516 |
} |
| 5785 | 6517 |
.center-block {
|
| 5786 | 6518 |
display: block; |
| 5787 |
- margin-left: auto; |
|
| 5788 | 6519 |
margin-right: auto; |
| 6520 |
+ margin-left: auto; |
|
| 5789 | 6521 |
} |
| 5790 | 6522 |
.pull-right {
|
| 5791 | 6523 |
float: right !important; |
| ... | ... |
@@ -6025,3 +6757,4 @@ button.close {
|
| 6025 | 6757 |
display: none !important; |
| 6026 | 6758 |
} |
| 6027 | 6759 |
} |
| 6760 |
+/*# sourceMappingURL=bootstrap.css.map */ |
|
| 6028 | 6761 |