app/assets/stylesheets/bootstrap/bootstrap.css.erb in bootstrap-rails-engine-3.0.0.4 vs app/assets/stylesheets/bootstrap/bootstrap.css.erb in bootstrap-rails-engine-3.0.3.0
- old
+ new
@@ -1,16 +1,12 @@
/*!
- * Bootstrap v3.0.0
- *
- * Copyright 2013 Twitter, Inc
- * Licensed under the Apache License v2.0
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Designed and built with all the love in the world by @mdo and @fat.
+ * Bootstrap v3.0.3 (http://getbootstrap.com)
+ * Copyright 2013 Twitter, Inc.
+ * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/
-/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
+/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
@@ -34,11 +30,12 @@
audio:not([controls]) {
display: none;
height: 0;
}
-[hidden] {
+[hidden],
+template {
display: none;
}
html {
font-family: sans-serif;
@@ -48,10 +45,14 @@
body {
margin: 0;
}
+a {
+ background: transparent;
+}
+
a:focus {
outline: thin dotted;
}
a:active,
@@ -228,11 +229,10 @@
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
- .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
@@ -261,10 +261,13 @@
}
h2,
h3 {
page-break-after: avoid;
}
+ select {
+ background: #fff !important;
+ }
.navbar {
display: none;
}
.table td,
.table th {
@@ -314,17 +317,10 @@
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
-button,
-input,
-select[multiple],
-textarea {
- background-image: none;
-}
-
a {
color: #428bca;
text-decoration: none;
}
@@ -333,11 +329,11 @@
color: #2a6496;
text-decoration: underline;
}
a:focus {
- outline: thin dotted #333;
+ outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
img {
@@ -383,75 +379,14 @@
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
- clip: rect(0 0 0 0);
+ clip: rect(0, 0, 0, 0);
border: 0;
}
-p {
- margin: 0 0 10px;
-}
-
-.lead {
- margin-bottom: 20px;
- font-size: 16.099999999999998px;
- font-weight: 200;
- line-height: 1.4;
-}
-
-@media (min-width: 768px) {
- .lead {
- font-size: 21px;
- }
-}
-
-small {
- font-size: 85%;
-}
-
-cite {
- font-style: normal;
-}
-
-.text-muted {
- color: #999999;
-}
-
-.text-primary {
- color: #428bca;
-}
-
-.text-warning {
- color: #c09853;
-}
-
-.text-danger {
- color: #b94a48;
-}
-
-.text-success {
- color: #468847;
-}
-
-.text-info {
- color: #3a87ad;
-}
-
-.text-left {
- text-align: left;
-}
-
-.text-right {
- text-align: right;
-}
-
-.text-center {
- text-align: center;
-}
-
h1,
h2,
h3,
h4,
h5,
@@ -463,10 +398,11 @@
.h5,
.h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
line-height: 1.1;
+ color: inherit;
}
h1 small,
h2 small,
h3 small,
@@ -476,11 +412,23 @@
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
-.h6 small {
+.h6 small,
+h1 .small,
+h2 .small,
+h3 .small,
+h4 .small,
+h5 .small,
+h6 .small,
+.h1 .small,
+.h2 .small,
+.h3 .small,
+.h4 .small,
+.h5 .small,
+.h6 .small {
font-weight: normal;
line-height: 1;
color: #999999;
}
@@ -489,17 +437,35 @@
h3 {
margin-top: 20px;
margin-bottom: 10px;
}
+h1 small,
+h2 small,
+h3 small,
+h1 .small,
+h2 .small,
+h3 .small {
+ font-size: 65%;
+}
+
h4,
h5,
h6 {
margin-top: 10px;
margin-bottom: 10px;
}
+h4 small,
+h5 small,
+h6 small,
+h4 .small,
+h5 .small,
+h6 .small {
+ font-size: 75%;
+}
+
h1,
.h1 {
font-size: 36px;
}
@@ -526,27 +492,92 @@
h6,
.h6 {
font-size: 12px;
}
-h1 small,
-.h1 small {
- font-size: 24px;
+p {
+ margin: 0 0 10px;
}
-h2 small,
-.h2 small {
- font-size: 18px;
+.lead {
+ margin-bottom: 20px;
+ font-size: 16px;
+ font-weight: 200;
+ line-height: 1.4;
}
-h3 small,
-.h3 small,
-h4 small,
-.h4 small {
- font-size: 14px;
+@media (min-width: 768px) {
+ .lead {
+ font-size: 21px;
+ }
}
+small,
+.small {
+ font-size: 85%;
+}
+
+cite {
+ font-style: normal;
+}
+
+.text-muted {
+ color: #999999;
+}
+
+.text-primary {
+ color: #428bca;
+}
+
+.text-primary:hover {
+ color: #3071a9;
+}
+
+.text-warning {
+ color: #8a6d3b;
+}
+
+.text-warning:hover {
+ color: #66512c;
+}
+
+.text-danger {
+ color: #a94442;
+}
+
+.text-danger:hover {
+ color: #843534;
+}
+
+.text-success {
+ color: #3c763d;
+}
+
+.text-success:hover {
+ color: #2b542c;
+}
+
+.text-info {
+ color: #31708f;
+}
+
+.text-info:hover {
+ color: #245269;
+}
+
+.text-left {
+ text-align: left;
+}
+
+.text-right {
+ text-align: right;
+}
+
+.text-center {
+ text-align: center;
+}
+
.page-header {
padding-bottom: 9px;
margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee;
}
@@ -578,11 +609,16 @@
display: inline-block;
padding-right: 5px;
padding-left: 5px;
}
+.list-inline > li:first-child {
+ padding-left: 0;
+}
+
dl {
+ margin-top: 0;
margin-bottom: 20px;
}
dt,
dd {
@@ -632,11 +668,11 @@
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
-abbr.initialism {
+.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
@@ -653,17 +689,19 @@
blockquote p:last-child {
margin-bottom: 0;
}
-blockquote small {
+blockquote small,
+blockquote .small {
display: block;
line-height: 1.428571429;
color: #999999;
}
-blockquote small:before {
+blockquote small:before,
+blockquote .small:before {
content: '\2014 \00A0';
}
blockquote.pull-right {
padding-right: 15px;
@@ -671,39 +709,41 @@
border-right: 5px solid #eeeeee;
border-left: 0;
}
blockquote.pull-right p,
-blockquote.pull-right small {
+blockquote.pull-right small,
+blockquote.pull-right .small {
text-align: right;
}
-blockquote.pull-right small:before {
+blockquote.pull-right small:before,
+blockquote.pull-right .small:before {
content: '';
}
-blockquote.pull-right small:after {
+blockquote.pull-right small:after,
+blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
-q:before,
-q:after,
blockquote:before,
blockquote:after {
content: "";
}
address {
- display: block;
margin-bottom: 20px;
font-style: normal;
line-height: 1.428571429;
}
code,
-pre {
- font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
+kbd,
+pre,
+samp {
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
@@ -725,21 +765,17 @@
background-color: #f5f5f5;
border: 1px solid #cccccc;
border-radius: 4px;
}
-pre.prettyprint {
- margin-bottom: 20px;
-}
-
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
- border: 0;
+ border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
@@ -770,10 +806,28 @@
.container:after {
clear: both;
}
+@media (min-width: 768px) {
+ .container {
+ width: 750px;
+ }
+}
+
+@media (min-width: 992px) {
+ .container {
+ width: 970px;
+ }
+}
+
+@media (min-width: 1200px) {
+ .container {
+ width: 1170px;
+ }
+}
+
.row {
margin-right: -15px;
margin-left: -15px;
}
@@ -796,56 +850,56 @@
.row:after {
clear: both;
}
.col-xs-1,
-.col-xs-2,
-.col-xs-3,
-.col-xs-4,
-.col-xs-5,
-.col-xs-6,
-.col-xs-7,
-.col-xs-8,
-.col-xs-9,
-.col-xs-10,
-.col-xs-11,
-.col-xs-12,
.col-sm-1,
-.col-sm-2,
-.col-sm-3,
-.col-sm-4,
-.col-sm-5,
-.col-sm-6,
-.col-sm-7,
-.col-sm-8,
-.col-sm-9,
-.col-sm-10,
-.col-sm-11,
-.col-sm-12,
.col-md-1,
-.col-md-2,
-.col-md-3,
-.col-md-4,
-.col-md-5,
-.col-md-6,
-.col-md-7,
-.col-md-8,
-.col-md-9,
-.col-md-10,
-.col-md-11,
-.col-md-12,
.col-lg-1,
+.col-xs-2,
+.col-sm-2,
+.col-md-2,
.col-lg-2,
+.col-xs-3,
+.col-sm-3,
+.col-md-3,
.col-lg-3,
+.col-xs-4,
+.col-sm-4,
+.col-md-4,
.col-lg-4,
+.col-xs-5,
+.col-sm-5,
+.col-md-5,
.col-lg-5,
+.col-xs-6,
+.col-sm-6,
+.col-md-6,
.col-lg-6,
+.col-xs-7,
+.col-sm-7,
+.col-md-7,
.col-lg-7,
+.col-xs-8,
+.col-sm-8,
+.col-md-8,
.col-lg-8,
+.col-xs-9,
+.col-sm-9,
+.col-md-9,
.col-lg-9,
+.col-xs-10,
+.col-sm-10,
+.col-md-10,
.col-lg-10,
+.col-xs-11,
+.col-sm-11,
+.col-md-11,
.col-lg-11,
+.col-xs-12,
+.col-sm-12,
+.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
@@ -859,540 +913,727 @@
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
-.col-xs-11 {
+.col-xs-11,
+.col-xs-12 {
float: left;
}
-.col-xs-1 {
- width: 8.333333333333332%;
+.col-xs-12 {
+ width: 100%;
}
-.col-xs-2 {
- width: 16.666666666666664%;
+.col-xs-11 {
+ width: 91.66666666666666%;
}
-.col-xs-3 {
- width: 25%;
+.col-xs-10 {
+ width: 83.33333333333334%;
}
-.col-xs-4 {
- width: 33.33333333333333%;
+.col-xs-9 {
+ width: 75%;
}
-.col-xs-5 {
- width: 41.66666666666667%;
+.col-xs-8 {
+ width: 66.66666666666666%;
}
+.col-xs-7 {
+ width: 58.333333333333336%;
+}
+
.col-xs-6 {
width: 50%;
}
-.col-xs-7 {
- width: 58.333333333333336%;
+.col-xs-5 {
+ width: 41.66666666666667%;
}
-.col-xs-8 {
- width: 66.66666666666666%;
+.col-xs-4 {
+ width: 33.33333333333333%;
}
-.col-xs-9 {
- width: 75%;
+.col-xs-3 {
+ width: 25%;
}
-.col-xs-10 {
- width: 83.33333333333334%;
+.col-xs-2 {
+ width: 16.666666666666664%;
}
-.col-xs-11 {
- width: 91.66666666666666%;
+.col-xs-1 {
+ width: 8.333333333333332%;
}
-.col-xs-12 {
- width: 100%;
+.col-xs-pull-12 {
+ right: 100%;
}
+.col-xs-pull-11 {
+ right: 91.66666666666666%;
+}
+
+.col-xs-pull-10 {
+ right: 83.33333333333334%;
+}
+
+.col-xs-pull-9 {
+ right: 75%;
+}
+
+.col-xs-pull-8 {
+ right: 66.66666666666666%;
+}
+
+.col-xs-pull-7 {
+ right: 58.333333333333336%;
+}
+
+.col-xs-pull-6 {
+ right: 50%;
+}
+
+.col-xs-pull-5 {
+ right: 41.66666666666667%;
+}
+
+.col-xs-pull-4 {
+ right: 33.33333333333333%;
+}
+
+.col-xs-pull-3 {
+ right: 25%;
+}
+
+.col-xs-pull-2 {
+ right: 16.666666666666664%;
+}
+
+.col-xs-pull-1 {
+ right: 8.333333333333332%;
+}
+
+.col-xs-pull-0 {
+ right: 0;
+}
+
+.col-xs-push-12 {
+ left: 100%;
+}
+
+.col-xs-push-11 {
+ left: 91.66666666666666%;
+}
+
+.col-xs-push-10 {
+ left: 83.33333333333334%;
+}
+
+.col-xs-push-9 {
+ left: 75%;
+}
+
+.col-xs-push-8 {
+ left: 66.66666666666666%;
+}
+
+.col-xs-push-7 {
+ left: 58.333333333333336%;
+}
+
+.col-xs-push-6 {
+ left: 50%;
+}
+
+.col-xs-push-5 {
+ left: 41.66666666666667%;
+}
+
+.col-xs-push-4 {
+ left: 33.33333333333333%;
+}
+
+.col-xs-push-3 {
+ left: 25%;
+}
+
+.col-xs-push-2 {
+ left: 16.666666666666664%;
+}
+
+.col-xs-push-1 {
+ left: 8.333333333333332%;
+}
+
+.col-xs-push-0 {
+ left: 0;
+}
+
+.col-xs-offset-12 {
+ margin-left: 100%;
+}
+
+.col-xs-offset-11 {
+ margin-left: 91.66666666666666%;
+}
+
+.col-xs-offset-10 {
+ margin-left: 83.33333333333334%;
+}
+
+.col-xs-offset-9 {
+ margin-left: 75%;
+}
+
+.col-xs-offset-8 {
+ margin-left: 66.66666666666666%;
+}
+
+.col-xs-offset-7 {
+ margin-left: 58.333333333333336%;
+}
+
+.col-xs-offset-6 {
+ margin-left: 50%;
+}
+
+.col-xs-offset-5 {
+ margin-left: 41.66666666666667%;
+}
+
+.col-xs-offset-4 {
+ margin-left: 33.33333333333333%;
+}
+
+.col-xs-offset-3 {
+ margin-left: 25%;
+}
+
+.col-xs-offset-2 {
+ margin-left: 16.666666666666664%;
+}
+
+.col-xs-offset-1 {
+ margin-left: 8.333333333333332%;
+}
+
+.col-xs-offset-0 {
+ margin-left: 0;
+}
+
@media (min-width: 768px) {
- .container {
- max-width: 750px;
- }
.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-11,
+ .col-sm-12 {
float: left;
}
- .col-sm-1 {
- width: 8.333333333333332%;
+ .col-sm-12 {
+ width: 100%;
}
- .col-sm-2 {
- width: 16.666666666666664%;
+ .col-sm-11 {
+ width: 91.66666666666666%;
}
- .col-sm-3 {
- width: 25%;
+ .col-sm-10 {
+ width: 83.33333333333334%;
}
- .col-sm-4 {
- width: 33.33333333333333%;
+ .col-sm-9 {
+ width: 75%;
}
- .col-sm-5 {
- width: 41.66666666666667%;
+ .col-sm-8 {
+ width: 66.66666666666666%;
}
+ .col-sm-7 {
+ width: 58.333333333333336%;
+ }
.col-sm-6 {
width: 50%;
}
- .col-sm-7 {
- width: 58.333333333333336%;
+ .col-sm-5 {
+ width: 41.66666666666667%;
}
- .col-sm-8 {
- width: 66.66666666666666%;
+ .col-sm-4 {
+ width: 33.33333333333333%;
}
- .col-sm-9 {
- width: 75%;
+ .col-sm-3 {
+ width: 25%;
}
- .col-sm-10 {
- width: 83.33333333333334%;
+ .col-sm-2 {
+ width: 16.666666666666664%;
}
- .col-sm-11 {
- width: 91.66666666666666%;
+ .col-sm-1 {
+ width: 8.333333333333332%;
}
- .col-sm-12 {
- width: 100%;
+ .col-sm-pull-12 {
+ right: 100%;
}
- .col-sm-push-1 {
- left: 8.333333333333332%;
+ .col-sm-pull-11 {
+ right: 91.66666666666666%;
}
- .col-sm-push-2 {
- left: 16.666666666666664%;
+ .col-sm-pull-10 {
+ right: 83.33333333333334%;
}
- .col-sm-push-3 {
- left: 25%;
+ .col-sm-pull-9 {
+ right: 75%;
}
- .col-sm-push-4 {
- left: 33.33333333333333%;
+ .col-sm-pull-8 {
+ right: 66.66666666666666%;
}
- .col-sm-push-5 {
- left: 41.66666666666667%;
+ .col-sm-pull-7 {
+ right: 58.333333333333336%;
}
- .col-sm-push-6 {
- left: 50%;
+ .col-sm-pull-6 {
+ right: 50%;
}
- .col-sm-push-7 {
- left: 58.333333333333336%;
+ .col-sm-pull-5 {
+ right: 41.66666666666667%;
}
- .col-sm-push-8 {
- left: 66.66666666666666%;
+ .col-sm-pull-4 {
+ right: 33.33333333333333%;
}
- .col-sm-push-9 {
- left: 75%;
+ .col-sm-pull-3 {
+ right: 25%;
}
- .col-sm-push-10 {
- left: 83.33333333333334%;
+ .col-sm-pull-2 {
+ right: 16.666666666666664%;
}
+ .col-sm-pull-1 {
+ right: 8.333333333333332%;
+ }
+ .col-sm-pull-0 {
+ right: 0;
+ }
+ .col-sm-push-12 {
+ left: 100%;
+ }
.col-sm-push-11 {
left: 91.66666666666666%;
}
- .col-sm-pull-1 {
- right: 8.333333333333332%;
+ .col-sm-push-10 {
+ left: 83.33333333333334%;
}
- .col-sm-pull-2 {
- right: 16.666666666666664%;
+ .col-sm-push-9 {
+ left: 75%;
}
- .col-sm-pull-3 {
- right: 25%;
+ .col-sm-push-8 {
+ left: 66.66666666666666%;
}
- .col-sm-pull-4 {
- right: 33.33333333333333%;
+ .col-sm-push-7 {
+ left: 58.333333333333336%;
}
- .col-sm-pull-5 {
- right: 41.66666666666667%;
+ .col-sm-push-6 {
+ left: 50%;
}
- .col-sm-pull-6 {
- right: 50%;
+ .col-sm-push-5 {
+ left: 41.66666666666667%;
}
- .col-sm-pull-7 {
- right: 58.333333333333336%;
+ .col-sm-push-4 {
+ left: 33.33333333333333%;
}
- .col-sm-pull-8 {
- right: 66.66666666666666%;
+ .col-sm-push-3 {
+ left: 25%;
}
- .col-sm-pull-9 {
- right: 75%;
+ .col-sm-push-2 {
+ left: 16.666666666666664%;
}
- .col-sm-pull-10 {
- right: 83.33333333333334%;
+ .col-sm-push-1 {
+ left: 8.333333333333332%;
}
- .col-sm-pull-11 {
- right: 91.66666666666666%;
+ .col-sm-push-0 {
+ left: 0;
}
- .col-sm-offset-1 {
- margin-left: 8.333333333333332%;
+ .col-sm-offset-12 {
+ margin-left: 100%;
}
- .col-sm-offset-2 {
- margin-left: 16.666666666666664%;
+ .col-sm-offset-11 {
+ margin-left: 91.66666666666666%;
}
- .col-sm-offset-3 {
- margin-left: 25%;
+ .col-sm-offset-10 {
+ margin-left: 83.33333333333334%;
}
- .col-sm-offset-4 {
- margin-left: 33.33333333333333%;
+ .col-sm-offset-9 {
+ margin-left: 75%;
}
- .col-sm-offset-5 {
- margin-left: 41.66666666666667%;
+ .col-sm-offset-8 {
+ margin-left: 66.66666666666666%;
}
+ .col-sm-offset-7 {
+ margin-left: 58.333333333333336%;
+ }
.col-sm-offset-6 {
margin-left: 50%;
}
- .col-sm-offset-7 {
- margin-left: 58.333333333333336%;
+ .col-sm-offset-5 {
+ margin-left: 41.66666666666667%;
}
- .col-sm-offset-8 {
- margin-left: 66.66666666666666%;
+ .col-sm-offset-4 {
+ margin-left: 33.33333333333333%;
}
- .col-sm-offset-9 {
- margin-left: 75%;
+ .col-sm-offset-3 {
+ margin-left: 25%;
}
- .col-sm-offset-10 {
- margin-left: 83.33333333333334%;
+ .col-sm-offset-2 {
+ margin-left: 16.666666666666664%;
}
- .col-sm-offset-11 {
- margin-left: 91.66666666666666%;
+ .col-sm-offset-1 {
+ margin-left: 8.333333333333332%;
}
+ .col-sm-offset-0 {
+ margin-left: 0;
+ }
}
@media (min-width: 992px) {
- .container {
- max-width: 970px;
- }
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
- .col-md-11 {
+ .col-md-11,
+ .col-md-12 {
float: left;
}
- .col-md-1 {
- width: 8.333333333333332%;
+ .col-md-12 {
+ width: 100%;
}
- .col-md-2 {
- width: 16.666666666666664%;
+ .col-md-11 {
+ width: 91.66666666666666%;
}
- .col-md-3 {
- width: 25%;
+ .col-md-10 {
+ width: 83.33333333333334%;
}
- .col-md-4 {
- width: 33.33333333333333%;
+ .col-md-9 {
+ width: 75%;
}
- .col-md-5 {
- width: 41.66666666666667%;
+ .col-md-8 {
+ width: 66.66666666666666%;
}
+ .col-md-7 {
+ width: 58.333333333333336%;
+ }
.col-md-6 {
width: 50%;
}
- .col-md-7 {
- width: 58.333333333333336%;
+ .col-md-5 {
+ width: 41.66666666666667%;
}
- .col-md-8 {
- width: 66.66666666666666%;
+ .col-md-4 {
+ width: 33.33333333333333%;
}
- .col-md-9 {
- width: 75%;
+ .col-md-3 {
+ width: 25%;
}
- .col-md-10 {
- width: 83.33333333333334%;
+ .col-md-2 {
+ width: 16.666666666666664%;
}
- .col-md-11 {
- width: 91.66666666666666%;
+ .col-md-1 {
+ width: 8.333333333333332%;
}
- .col-md-12 {
- width: 100%;
+ .col-md-pull-12 {
+ right: 100%;
}
- .col-md-push-0 {
- left: auto;
+ .col-md-pull-11 {
+ right: 91.66666666666666%;
}
- .col-md-push-1 {
- left: 8.333333333333332%;
+ .col-md-pull-10 {
+ right: 83.33333333333334%;
}
- .col-md-push-2 {
- left: 16.666666666666664%;
+ .col-md-pull-9 {
+ right: 75%;
}
- .col-md-push-3 {
- left: 25%;
+ .col-md-pull-8 {
+ right: 66.66666666666666%;
}
- .col-md-push-4 {
- left: 33.33333333333333%;
+ .col-md-pull-7 {
+ right: 58.333333333333336%;
}
- .col-md-push-5 {
- left: 41.66666666666667%;
+ .col-md-pull-6 {
+ right: 50%;
}
- .col-md-push-6 {
- left: 50%;
+ .col-md-pull-5 {
+ right: 41.66666666666667%;
}
- .col-md-push-7 {
- left: 58.333333333333336%;
+ .col-md-pull-4 {
+ right: 33.33333333333333%;
}
- .col-md-push-8 {
- left: 66.66666666666666%;
+ .col-md-pull-3 {
+ right: 25%;
}
- .col-md-push-9 {
- left: 75%;
+ .col-md-pull-2 {
+ right: 16.666666666666664%;
}
- .col-md-push-10 {
- left: 83.33333333333334%;
+ .col-md-pull-1 {
+ right: 8.333333333333332%;
}
+ .col-md-pull-0 {
+ right: 0;
+ }
+ .col-md-push-12 {
+ left: 100%;
+ }
.col-md-push-11 {
left: 91.66666666666666%;
}
- .col-md-pull-0 {
- right: auto;
+ .col-md-push-10 {
+ left: 83.33333333333334%;
}
- .col-md-pull-1 {
- right: 8.333333333333332%;
+ .col-md-push-9 {
+ left: 75%;
}
- .col-md-pull-2 {
- right: 16.666666666666664%;
+ .col-md-push-8 {
+ left: 66.66666666666666%;
}
- .col-md-pull-3 {
- right: 25%;
+ .col-md-push-7 {
+ left: 58.333333333333336%;
}
- .col-md-pull-4 {
- right: 33.33333333333333%;
+ .col-md-push-6 {
+ left: 50%;
}
- .col-md-pull-5 {
- right: 41.66666666666667%;
+ .col-md-push-5 {
+ left: 41.66666666666667%;
}
- .col-md-pull-6 {
- right: 50%;
+ .col-md-push-4 {
+ left: 33.33333333333333%;
}
- .col-md-pull-7 {
- right: 58.333333333333336%;
+ .col-md-push-3 {
+ left: 25%;
}
- .col-md-pull-8 {
- right: 66.66666666666666%;
+ .col-md-push-2 {
+ left: 16.666666666666664%;
}
- .col-md-pull-9 {
- right: 75%;
+ .col-md-push-1 {
+ left: 8.333333333333332%;
}
- .col-md-pull-10 {
- right: 83.33333333333334%;
+ .col-md-push-0 {
+ left: 0;
}
- .col-md-pull-11 {
- right: 91.66666666666666%;
+ .col-md-offset-12 {
+ margin-left: 100%;
}
- .col-md-offset-0 {
- margin-left: 0;
+ .col-md-offset-11 {
+ margin-left: 91.66666666666666%;
}
- .col-md-offset-1 {
- margin-left: 8.333333333333332%;
+ .col-md-offset-10 {
+ margin-left: 83.33333333333334%;
}
- .col-md-offset-2 {
- margin-left: 16.666666666666664%;
+ .col-md-offset-9 {
+ margin-left: 75%;
}
- .col-md-offset-3 {
- margin-left: 25%;
+ .col-md-offset-8 {
+ margin-left: 66.66666666666666%;
}
- .col-md-offset-4 {
- margin-left: 33.33333333333333%;
+ .col-md-offset-7 {
+ margin-left: 58.333333333333336%;
}
- .col-md-offset-5 {
- margin-left: 41.66666666666667%;
- }
.col-md-offset-6 {
margin-left: 50%;
}
- .col-md-offset-7 {
- margin-left: 58.333333333333336%;
+ .col-md-offset-5 {
+ margin-left: 41.66666666666667%;
}
- .col-md-offset-8 {
- margin-left: 66.66666666666666%;
+ .col-md-offset-4 {
+ margin-left: 33.33333333333333%;
}
- .col-md-offset-9 {
- margin-left: 75%;
+ .col-md-offset-3 {
+ margin-left: 25%;
}
- .col-md-offset-10 {
- margin-left: 83.33333333333334%;
+ .col-md-offset-2 {
+ margin-left: 16.666666666666664%;
}
- .col-md-offset-11 {
- margin-left: 91.66666666666666%;
+ .col-md-offset-1 {
+ margin-left: 8.333333333333332%;
}
+ .col-md-offset-0 {
+ margin-left: 0;
+ }
}
@media (min-width: 1200px) {
- .container {
- max-width: 1170px;
- }
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
- .col-lg-11 {
+ .col-lg-11,
+ .col-lg-12 {
float: left;
}
- .col-lg-1 {
- width: 8.333333333333332%;
+ .col-lg-12 {
+ width: 100%;
}
- .col-lg-2 {
- width: 16.666666666666664%;
+ .col-lg-11 {
+ width: 91.66666666666666%;
}
- .col-lg-3 {
- width: 25%;
+ .col-lg-10 {
+ width: 83.33333333333334%;
}
- .col-lg-4 {
- width: 33.33333333333333%;
+ .col-lg-9 {
+ width: 75%;
}
- .col-lg-5 {
- width: 41.66666666666667%;
+ .col-lg-8 {
+ width: 66.66666666666666%;
}
+ .col-lg-7 {
+ width: 58.333333333333336%;
+ }
.col-lg-6 {
width: 50%;
}
- .col-lg-7 {
- width: 58.333333333333336%;
+ .col-lg-5 {
+ width: 41.66666666666667%;
}
- .col-lg-8 {
- width: 66.66666666666666%;
+ .col-lg-4 {
+ width: 33.33333333333333%;
}
- .col-lg-9 {
- width: 75%;
+ .col-lg-3 {
+ width: 25%;
}
- .col-lg-10 {
- width: 83.33333333333334%;
+ .col-lg-2 {
+ width: 16.666666666666664%;
}
- .col-lg-11 {
- width: 91.66666666666666%;
+ .col-lg-1 {
+ width: 8.333333333333332%;
}
- .col-lg-12 {
- width: 100%;
+ .col-lg-pull-12 {
+ right: 100%;
}
- .col-lg-push-0 {
- left: auto;
+ .col-lg-pull-11 {
+ right: 91.66666666666666%;
}
- .col-lg-push-1 {
- left: 8.333333333333332%;
+ .col-lg-pull-10 {
+ right: 83.33333333333334%;
}
- .col-lg-push-2 {
- left: 16.666666666666664%;
+ .col-lg-pull-9 {
+ right: 75%;
}
- .col-lg-push-3 {
- left: 25%;
+ .col-lg-pull-8 {
+ right: 66.66666666666666%;
}
- .col-lg-push-4 {
- left: 33.33333333333333%;
+ .col-lg-pull-7 {
+ right: 58.333333333333336%;
}
- .col-lg-push-5 {
- left: 41.66666666666667%;
+ .col-lg-pull-6 {
+ right: 50%;
}
- .col-lg-push-6 {
- left: 50%;
+ .col-lg-pull-5 {
+ right: 41.66666666666667%;
}
- .col-lg-push-7 {
- left: 58.333333333333336%;
+ .col-lg-pull-4 {
+ right: 33.33333333333333%;
}
- .col-lg-push-8 {
- left: 66.66666666666666%;
+ .col-lg-pull-3 {
+ right: 25%;
}
- .col-lg-push-9 {
- left: 75%;
+ .col-lg-pull-2 {
+ right: 16.666666666666664%;
}
- .col-lg-push-10 {
- left: 83.33333333333334%;
+ .col-lg-pull-1 {
+ right: 8.333333333333332%;
}
+ .col-lg-pull-0 {
+ right: 0;
+ }
+ .col-lg-push-12 {
+ left: 100%;
+ }
.col-lg-push-11 {
left: 91.66666666666666%;
}
- .col-lg-pull-0 {
- right: auto;
+ .col-lg-push-10 {
+ left: 83.33333333333334%;
}
- .col-lg-pull-1 {
- right: 8.333333333333332%;
+ .col-lg-push-9 {
+ left: 75%;
}
- .col-lg-pull-2 {
- right: 16.666666666666664%;
+ .col-lg-push-8 {
+ left: 66.66666666666666%;
}
- .col-lg-pull-3 {
- right: 25%;
+ .col-lg-push-7 {
+ left: 58.333333333333336%;
}
- .col-lg-pull-4 {
- right: 33.33333333333333%;
+ .col-lg-push-6 {
+ left: 50%;
}
- .col-lg-pull-5 {
- right: 41.66666666666667%;
+ .col-lg-push-5 {
+ left: 41.66666666666667%;
}
- .col-lg-pull-6 {
- right: 50%;
+ .col-lg-push-4 {
+ left: 33.33333333333333%;
}
- .col-lg-pull-7 {
- right: 58.333333333333336%;
+ .col-lg-push-3 {
+ left: 25%;
}
- .col-lg-pull-8 {
- right: 66.66666666666666%;
+ .col-lg-push-2 {
+ left: 16.666666666666664%;
}
- .col-lg-pull-9 {
- right: 75%;
+ .col-lg-push-1 {
+ left: 8.333333333333332%;
}
- .col-lg-pull-10 {
- right: 83.33333333333334%;
+ .col-lg-push-0 {
+ left: 0;
}
- .col-lg-pull-11 {
- right: 91.66666666666666%;
+ .col-lg-offset-12 {
+ margin-left: 100%;
}
- .col-lg-offset-0 {
- margin-left: 0;
+ .col-lg-offset-11 {
+ margin-left: 91.66666666666666%;
}
- .col-lg-offset-1 {
- margin-left: 8.333333333333332%;
+ .col-lg-offset-10 {
+ margin-left: 83.33333333333334%;
}
- .col-lg-offset-2 {
- margin-left: 16.666666666666664%;
+ .col-lg-offset-9 {
+ margin-left: 75%;
}
- .col-lg-offset-3 {
- margin-left: 25%;
+ .col-lg-offset-8 {
+ margin-left: 66.66666666666666%;
}
- .col-lg-offset-4 {
- margin-left: 33.33333333333333%;
+ .col-lg-offset-7 {
+ margin-left: 58.333333333333336%;
}
- .col-lg-offset-5 {
- margin-left: 41.66666666666667%;
- }
.col-lg-offset-6 {
margin-left: 50%;
}
- .col-lg-offset-7 {
- margin-left: 58.333333333333336%;
+ .col-lg-offset-5 {
+ margin-left: 41.66666666666667%;
}
- .col-lg-offset-8 {
- margin-left: 66.66666666666666%;
+ .col-lg-offset-4 {
+ margin-left: 33.33333333333333%;
}
- .col-lg-offset-9 {
- margin-left: 75%;
+ .col-lg-offset-3 {
+ margin-left: 25%;
}
- .col-lg-offset-10 {
- margin-left: 83.33333333333334%;
+ .col-lg-offset-2 {
+ margin-left: 16.666666666666664%;
}
- .col-lg-offset-11 {
- margin-left: 91.66666666666666%;
+ .col-lg-offset-1 {
+ margin-left: 8.333333333333332%;
}
+ .col-lg-offset-0 {
+ margin-left: 0;
+ }
}
table {
max-width: 100%;
background-color: transparent;
@@ -1405,50 +1646,50 @@
.table {
width: 100%;
margin-bottom: 20px;
}
-.table thead > tr > th,
-.table tbody > tr > th,
-.table tfoot > tr > th,
-.table thead > tr > td,
-.table tbody > tr > td,
-.table tfoot > tr > td {
+.table > thead > tr > th,
+.table > tbody > tr > th,
+.table > tfoot > tr > th,
+.table > thead > tr > td,
+.table > tbody > tr > td,
+.table > tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
-.table thead > tr > th {
+.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
-.table caption + thead tr:first-child th,
-.table colgroup + thead tr:first-child th,
-.table thead:first-child tr:first-child th,
-.table caption + thead tr:first-child td,
-.table colgroup + thead tr:first-child td,
-.table thead:first-child tr:first-child td {
+.table > caption + thead > tr:first-child > th,
+.table > colgroup + thead > tr:first-child > th,
+.table > thead:first-child > tr:first-child > th,
+.table > caption + thead > tr:first-child > td,
+.table > colgroup + thead > tr:first-child > td,
+.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
-.table tbody + tbody {
+.table > tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
-.table-condensed thead > tr > th,
-.table-condensed tbody > tr > th,
-.table-condensed tfoot > tr > th,
-.table-condensed thead > tr > td,
-.table-condensed tbody > tr > td,
-.table-condensed tfoot > tr > td {
+.table-condensed > thead > tr > th,
+.table-condensed > tbody > tr > th,
+.table-condensed > tfoot > tr > th,
+.table-condensed > thead > tr > td,
+.table-condensed > tbody > tr > td,
+.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
@@ -1477,115 +1718,105 @@
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
+ position: static;
display: table-column;
float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
display: table-cell;
float: none;
}
-.table > thead > tr > td.active,
-.table > tbody > tr > td.active,
-.table > tfoot > tr > td.active,
-.table > thead > tr > th.active,
-.table > tbody > tr > th.active,
-.table > tfoot > tr > th.active,
-.table > thead > tr.active > td,
-.table > tbody > tr.active > td,
-.table > tfoot > tr.active > td,
-.table > thead > tr.active > th,
-.table > tbody > tr.active > th,
-.table > tfoot > tr.active > th {
+.table > thead > tr > .active,
+.table > tbody > tr > .active,
+.table > tfoot > tr > .active,
+.table > thead > .active > td,
+.table > tbody > .active > td,
+.table > tfoot > .active > td,
+.table > thead > .active > th,
+.table > tbody > .active > th,
+.table > tfoot > .active > th {
background-color: #f5f5f5;
}
-.table > thead > tr > td.success,
-.table > tbody > tr > td.success,
-.table > tfoot > tr > td.success,
-.table > thead > tr > th.success,
-.table > tbody > tr > th.success,
-.table > tfoot > tr > th.success,
-.table > thead > tr.success > td,
-.table > tbody > tr.success > td,
-.table > tfoot > tr.success > td,
-.table > thead > tr.success > th,
-.table > tbody > tr.success > th,
-.table > tfoot > tr.success > th {
+.table-hover > tbody > tr > .active:hover,
+.table-hover > tbody > .active:hover > td,
+.table-hover > tbody > .active:hover > th {
+ background-color: #e8e8e8;
+}
+
+.table > thead > tr > .success,
+.table > tbody > tr > .success,
+.table > tfoot > tr > .success,
+.table > thead > .success > td,
+.table > tbody > .success > td,
+.table > tfoot > .success > td,
+.table > thead > .success > th,
+.table > tbody > .success > th,
+.table > tfoot > .success > th {
background-color: #dff0d8;
- border-color: #d6e9c6;
}
-.table-hover > tbody > tr > td.success:hover,
-.table-hover > tbody > tr > th.success:hover,
-.table-hover > tbody > tr.success:hover > td {
+.table-hover > tbody > tr > .success:hover,
+.table-hover > tbody > .success:hover > td,
+.table-hover > tbody > .success:hover > th {
background-color: #d0e9c6;
- border-color: #c9e2b3;
}
-.table > thead > tr > td.danger,
-.table > tbody > tr > td.danger,
-.table > tfoot > tr > td.danger,
-.table > thead > tr > th.danger,
-.table > tbody > tr > th.danger,
-.table > tfoot > tr > th.danger,
-.table > thead > tr.danger > td,
-.table > tbody > tr.danger > td,
-.table > tfoot > tr.danger > td,
-.table > thead > tr.danger > th,
-.table > tbody > tr.danger > th,
-.table > tfoot > tr.danger > th {
+.table > thead > tr > .danger,
+.table > tbody > tr > .danger,
+.table > tfoot > tr > .danger,
+.table > thead > .danger > td,
+.table > tbody > .danger > td,
+.table > tfoot > .danger > td,
+.table > thead > .danger > th,
+.table > tbody > .danger > th,
+.table > tfoot > .danger > th {
background-color: #f2dede;
- border-color: #eed3d7;
}
-.table-hover > tbody > tr > td.danger:hover,
-.table-hover > tbody > tr > th.danger:hover,
-.table-hover > tbody > tr.danger:hover > td {
+.table-hover > tbody > tr > .danger:hover,
+.table-hover > tbody > .danger:hover > td,
+.table-hover > tbody > .danger:hover > th {
background-color: #ebcccc;
- border-color: #e6c1c7;
}
-.table > thead > tr > td.warning,
-.table > tbody > tr > td.warning,
-.table > tfoot > tr > td.warning,
-.table > thead > tr > th.warning,
-.table > tbody > tr > th.warning,
-.table > tfoot > tr > th.warning,
-.table > thead > tr.warning > td,
-.table > tbody > tr.warning > td,
-.table > tfoot > tr.warning > td,
-.table > thead > tr.warning > th,
-.table > tbody > tr.warning > th,
-.table > tfoot > tr.warning > th {
+.table > thead > tr > .warning,
+.table > tbody > tr > .warning,
+.table > tfoot > tr > .warning,
+.table > thead > .warning > td,
+.table > tbody > .warning > td,
+.table > tfoot > .warning > td,
+.table > thead > .warning > th,
+.table > tbody > .warning > th,
+.table > tfoot > .warning > th {
background-color: #fcf8e3;
- border-color: #fbeed5;
}
-.table-hover > tbody > tr > td.warning:hover,
-.table-hover > tbody > tr > th.warning:hover,
-.table-hover > tbody > tr.warning:hover > td {
+.table-hover > tbody > tr > .warning:hover,
+.table-hover > tbody > .warning:hover > td,
+.table-hover > tbody > .warning:hover > th {
background-color: #faf2cc;
- border-color: #f8e5be;
}
-@media (max-width: 768px) {
+@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-x: scroll;
overflow-y: hidden;
border: 1px solid #dddddd;
+ -ms-overflow-style: -ms-autohiding-scrollbar;
+ -webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
- background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
@@ -1610,14 +1841,12 @@
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
- .table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
- .table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
@@ -1677,46 +1906,40 @@
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
- outline: thin dotted #333;
+ outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
height: auto;
}
-.form-control:-moz-placeholder {
- color: #999999;
+output {
+ display: block;
+ padding-top: 7px;
+ font-size: 14px;
+ line-height: 1.428571429;
+ color: #555555;
+ vertical-align: middle;
}
-.form-control::-moz-placeholder {
- color: #999999;
-}
-
-.form-control:-ms-input-placeholder {
- color: #999999;
-}
-
-.form-control::-webkit-input-placeholder {
- color: #999999;
-}
-
.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #555555;
vertical-align: middle;
background-color: #ffffff;
+ background-image: none;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
@@ -1728,10 +1951,27 @@
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
+.form-control:-moz-placeholder {
+ color: #999999;
+}
+
+.form-control::-moz-placeholder {
+ color: #999999;
+ opacity: 1;
+}
+
+.form-control:-ms-input-placeholder {
+ color: #999999;
+}
+
+.form-control::-webkit-input-placeholder {
+ color: #999999;
+}
+
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
@@ -1823,97 +2063,108 @@
textarea.input-sm {
height: auto;
}
.input-lg {
- height: 45px;
+ height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
- height: 45px;
- line-height: 45px;
+ height: 46px;
+ line-height: 46px;
}
textarea.input-lg {
height: auto;
}
.has-warning .help-block,
-.has-warning .control-label {
- color: #c09853;
+.has-warning .control-label,
+.has-warning .radio,
+.has-warning .checkbox,
+.has-warning .radio-inline,
+.has-warning .checkbox-inline {
+ color: #8a6d3b;
}
.has-warning .form-control {
- border-color: #c09853;
+ border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
- border-color: #a47e3c;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
+ border-color: #66512c;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
- color: #c09853;
+ color: #8a6d3b;
background-color: #fcf8e3;
- border-color: #c09853;
+ border-color: #8a6d3b;
}
.has-error .help-block,
-.has-error .control-label {
- color: #b94a48;
+.has-error .control-label,
+.has-error .radio,
+.has-error .checkbox,
+.has-error .radio-inline,
+.has-error .checkbox-inline {
+ color: #a94442;
}
.has-error .form-control {
- border-color: #b94a48;
+ border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
- border-color: #953b39;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
+ border-color: #843534;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
- color: #b94a48;
+ color: #a94442;
background-color: #f2dede;
- border-color: #b94a48;
+ border-color: #a94442;
}
.has-success .help-block,
-.has-success .control-label {
- color: #468847;
+.has-success .control-label,
+.has-success .radio,
+.has-success .checkbox,
+.has-success .radio-inline,
+.has-success .checkbox-inline {
+ color: #3c763d;
}
.has-success .form-control {
- border-color: #468847;
+ border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
- border-color: #356635;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
+ border-color: #2b542c;
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
- color: #468847;
+ color: #3c763d;
background-color: #dff0d8;
- border-color: #468847;
+ border-color: #3c763d;
}
.form-control-static {
- padding-top: 7px;
margin-bottom: 0;
}
.help-block {
display: block;
@@ -1929,10 +2180,13 @@
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
}
+ .form-inline select.form-control {
+ width: auto;
+ }
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
@@ -1953,10 +2207,15 @@
padding-top: 7px;
margin-top: 0;
margin-bottom: 0;
}
+.form-horizontal .radio,
+.form-horizontal .checkbox {
+ min-height: 27px;
+}
+
.form-horizontal .form-group {
margin-right: -15px;
margin-left: -15px;
}
@@ -1978,10 +2237,14 @@
.form-horizontal .form-group:after {
clear: both;
}
+.form-horizontal .form-control-static {
+ padding-top: 7px;
+}
+
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
@@ -1995,21 +2258,22 @@
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
+ background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.btn:focus {
- outline: thin dotted #333;
+ outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
@@ -2076,10 +2340,15 @@
fieldset[disabled] .btn-default.active {
background-color: #ffffff;
border-color: #cccccc;
}
+.btn-default .badge {
+ color: #ffffff;
+ background-color: #fff;
+}
+
.btn-primary {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
}
@@ -2117,10 +2386,15 @@
fieldset[disabled] .btn-primary.active {
background-color: #428bca;
border-color: #357ebd;
}
+.btn-primary .badge {
+ color: #428bca;
+ background-color: #fff;
+}
+
.btn-warning {
color: #ffffff;
background-color: #f0ad4e;
border-color: #eea236;
}
@@ -2158,10 +2432,15 @@
fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
+.btn-warning .badge {
+ color: #f0ad4e;
+ background-color: #fff;
+}
+
.btn-danger {
color: #ffffff;
background-color: #d9534f;
border-color: #d43f3a;
}
@@ -2199,10 +2478,15 @@
fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
+.btn-danger .badge {
+ color: #d9534f;
+ background-color: #fff;
+}
+
.btn-success {
color: #ffffff;
background-color: #5cb85c;
border-color: #4cae4c;
}
@@ -2240,10 +2524,15 @@
fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
+.btn-success .badge {
+ color: #5cb85c;
+ background-color: #fff;
+}
+
.btn-info {
color: #ffffff;
background-color: #5bc0de;
border-color: #46b8da;
}
@@ -2281,10 +2570,15 @@
fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
+.btn-info .badge {
+ color: #5bc0de;
+ background-color: #fff;
+}
+
.btn-link {
font-weight: normal;
color: #428bca;
cursor: pointer;
border-radius: 0;
@@ -2326,20 +2620,22 @@
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
-.btn-sm,
-.btn-xs {
+.btn-sm {
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs {
padding: 1px 5px;
+ font-size: 12px;
+ line-height: 1.5;
+ border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
@@ -2396,12 +2692,17 @@
font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal;
font-weight: normal;
line-height: 1;
+ -moz-osx-font-smoothing: grayscale;
}
+.glyphicon:empty {
+ width: 1em;
+}
+
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
@@ -2550,10 +2851,14 @@
.glyphicon-list-alt:before {
content: "\e032";
}
+.glyphicon-lock:before {
+ content: "\e033";
+}
+
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
@@ -2590,14 +2895,22 @@
.glyphicon-book:before {
content: "\e043";
}
+.glyphicon-bookmark:before {
+ content: "\e044";
+}
+
.glyphicon-print:before {
content: "\e045";
}
+.glyphicon-camera:before {
+ content: "\e046";
+}
+
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
@@ -2806,10 +3119,14 @@
.glyphicon-leaf:before {
content: "\e103";
}
+.glyphicon-fire:before {
+ content: "\e104";
+}
+
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
@@ -2822,10 +3139,14 @@
.glyphicon-plane:before {
content: "\e108";
}
+.glyphicon-calendar:before {
+ content: "\e109";
+}
+
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
@@ -2874,10 +3195,14 @@
.glyphicon-bullhorn:before {
content: "\e122";
}
+.glyphicon-bell:before {
+ content: "\e123";
+}
+
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
@@ -2922,26 +3247,38 @@
.glyphicon-globe:before {
content: "\e135";
}
+.glyphicon-wrench:before {
+ content: "\e136";
+}
+
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
+.glyphicon-briefcase:before {
+ content: "\e139";
+}
+
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
+.glyphicon-paperclip:before {
+ content: "\e142";
+}
+
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
@@ -2950,10 +3287,14 @@
.glyphicon-phone:before {
content: "\e145";
}
+.glyphicon-pushpin:before {
+ content: "\e146";
+}
+
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
@@ -3158,61 +3499,19 @@
.glyphicon-tree-deciduous:before {
content: "\e200";
}
-.glyphicon-briefcase:before {
- content: "\1f4bc";
-}
-
-.glyphicon-calendar:before {
- content: "\1f4c5";
-}
-
-.glyphicon-pushpin:before {
- content: "\1f4cc";
-}
-
-.glyphicon-paperclip:before {
- content: "\1f4ce";
-}
-
-.glyphicon-camera:before {
- content: "\1f4f7";
-}
-
-.glyphicon-lock:before {
- content: "\1f512";
-}
-
-.glyphicon-bell:before {
- content: "\1f514";
-}
-
-.glyphicon-bookmark:before {
- content: "\1f516";
-}
-
-.glyphicon-fire:before {
- content: "\1f525";
-}
-
-.glyphicon-wrench:before {
- content: "\1f527";
-}
-
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
- border-top: 4px solid #000000;
+ border-top: 4px solid;
border-right: 4px solid transparent;
- border-bottom: 0 dotted;
border-left: 4px solid transparent;
- content: "";
}
.dropdown {
position: relative;
}
@@ -3264,13 +3563,13 @@
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
- color: #ffffff;
+ color: #262626;
text-decoration: none;
- background-color: #428bca;
+ background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
@@ -3325,12 +3624,12 @@
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
- border-top: 0 dotted;
- border-bottom: 4px solid #000000;
+ border-top: 0;
+ border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
@@ -3344,34 +3643,10 @@
right: 0;
left: auto;
}
}
-.btn-default .caret {
- border-top-color: #333333;
-}
-
-.btn-primary .caret,
-.btn-success .caret,
-.btn-warning .caret,
-.btn-danger .caret,
-.btn-info .caret {
- border-top-color: #fff;
-}
-
-.dropup .btn-default .caret {
- border-bottom-color: #333333;
-}
-
-.dropup .btn-primary .caret,
-.dropup .btn-success .caret,
-.dropup .btn-warning .caret,
-.dropup .btn-danger .caret,
-.dropup .btn-info .caret {
- border-bottom-color: #fff;
-}
-
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
@@ -3479,11 +3754,10 @@
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group-xs > .btn {
- padding: 5px 10px;
padding: 1px 5px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}
@@ -3515,10 +3789,15 @@
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
+.btn-group.open .dropdown-toggle.btn-link {
+ -webkit-box-shadow: none;
+ box-shadow: none;
+}
+
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
@@ -3529,11 +3808,12 @@
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
-.btn-group-vertical > .btn-group {
+.btn-group-vertical > .btn-group,
+.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
@@ -3606,16 +3886,21 @@
width: 100%;
border-collapse: separate;
table-layout: fixed;
}
-.btn-group-justified .btn {
+.btn-group-justified > .btn,
+.btn-group-justified > .btn-group {
display: table-cell;
float: none;
width: 1%;
}
+.btn-group-justified > .btn-group .btn {
+ width: 100%;
+}
+
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
@@ -3623,11 +3908,11 @@
position: relative;
display: table;
border-collapse: separate;
}
-.input-group.col {
+.input-group[class*="col-"] {
float: none;
padding-right: 0;
padding-left: 0;
}
@@ -3637,22 +3922,22 @@
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
- height: 45px;
+ height: 46px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
- height: 45px;
- line-height: 45px;
+ height: 46px;
+ line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
@@ -3704,10 +3989,11 @@
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
+ color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #cccccc;
border-radius: 4px;
}
@@ -3758,10 +4044,18 @@
.input-group-btn {
position: relative;
white-space: nowrap;
}
+.input-group-btn:first-child > .btn {
+ margin-right: -1px;
+}
+
+.input-group-btn:last-child > .btn {
+ margin-left: -1px;
+}
+
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
@@ -3884,35 +4178,58 @@
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
+ margin-bottom: 5px;
text-align: center;
}
+.nav-tabs.nav-justified > .dropdown .dropdown-menu {
+ top: auto;
+ left: auto;
+}
+
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
+ .nav-tabs.nav-justified > li > a {
+ margin-bottom: 0;
+ }
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
- border-bottom: 1px solid #dddddd;
+ border-radius: 4px;
}
-.nav-tabs.nav-justified > .active > a {
- border-bottom-color: #ffffff;
+.nav-tabs.nav-justified > .active > a,
+.nav-tabs.nav-justified > .active > a:hover,
+.nav-tabs.nav-justified > .active > a:focus {
+ border: 1px solid #dddddd;
}
+@media (min-width: 768px) {
+ .nav-tabs.nav-justified > li > a {
+ border-bottom: 1px solid #dddddd;
+ border-radius: 4px 4px 0 0;
+ }
+ .nav-tabs.nav-justified > .active > a,
+ .nav-tabs.nav-justified > .active > a:hover,
+ .nav-tabs.nav-justified > .active > a:focus {
+ border-bottom-color: #ffffff;
+ }
+}
+
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
- border-radius: 5px;
+ border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
@@ -3940,82 +4257,72 @@
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
+ margin-bottom: 5px;
text-align: center;
}
+.nav-justified > .dropdown .dropdown-menu {
+ top: auto;
+ left: auto;
+}
+
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
+ .nav-justified > li > a {
+ margin-bottom: 0;
+ }
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
- border-bottom: 1px solid #dddddd;
+ border-radius: 4px;
}
-.nav-tabs-justified > .active > a {
- border-bottom-color: #ffffff;
+.nav-tabs-justified > .active > a,
+.nav-tabs-justified > .active > a:hover,
+.nav-tabs-justified > .active > a:focus {
+ border: 1px solid #dddddd;
}
-.tabbable:before,
-.tabbable:after {
- display: table;
- content: " ";
+@media (min-width: 768px) {
+ .nav-tabs-justified > li > a {
+ border-bottom: 1px solid #dddddd;
+ border-radius: 4px 4px 0 0;
+ }
+ .nav-tabs-justified > .active > a,
+ .nav-tabs-justified > .active > a:hover,
+ .nav-tabs-justified > .active > a:focus {
+ border-bottom-color: #ffffff;
+ }
}
-.tabbable:after {
- clear: both;
-}
-
-.tabbable:before,
-.tabbable:after {
- display: table;
- content: " ";
-}
-
-.tabbable:after {
- clear: both;
-}
-
-.tab-content > .tab-pane,
-.pill-content > .pill-pane {
+.tab-content > .tab-pane {
display: none;
}
-.tab-content > .active,
-.pill-content > .active {
+.tab-content > .active {
display: block;
}
-.nav .caret {
- border-top-color: #428bca;
- border-bottom-color: #428bca;
-}
-
-.nav a:hover .caret {
- border-top-color: #2a6496;
- border-bottom-color: #2a6496;
-}
-
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
- z-index: 1000;
min-height: 50px;
margin-bottom: 20px;
border: 1px solid transparent;
}
@@ -4118,19 +4425,16 @@
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
- .navbar-collapse .navbar-nav.navbar-left:first-child {
- margin-left: -15px;
+ .navbar-fixed-top .navbar-collapse,
+ .navbar-static-top .navbar-collapse,
+ .navbar-fixed-bottom .navbar-collapse {
+ padding-right: 0;
+ padding-left: 0;
}
- .navbar-collapse .navbar-nav.navbar-right:last-child {
- margin-right: -15px;
- }
- .navbar-collapse .navbar-text:last-child {
- margin-right: 0;
- }
}
.container > .navbar-header,
.container > .navbar-collapse {
margin-right: -15px;
@@ -4144,10 +4448,11 @@
margin-left: 0;
}
}
.navbar-static-top {
+ z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
@@ -4158,11 +4463,11 @@
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
- border-width: 0 0 1px;
+ z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
@@ -4170,16 +4475,17 @@
}
}
.navbar-fixed-top {
top: 0;
- z-index: 1030;
+ border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
+ border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 15px 15px;
@@ -4204,10 +4510,11 @@
padding: 9px 10px;
margin-top: 8px;
margin-right: 15px;
margin-bottom: 8px;
background-color: transparent;
+ background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle .icon-bar {
@@ -4270,10 +4577,13 @@
}
.navbar-nav > li > a {
padding-top: 15px;
padding-bottom: 15px;
}
+ .navbar-nav.navbar-right:last-child {
+ margin-right: -15px;
+ }
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
@@ -4302,10 +4612,13 @@
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
}
+ .navbar-form select.form-control {
+ width: auto;
+ }
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
padding-left: 0;
margin-top: 0;
@@ -4333,10 +4646,13 @@
margin-left: 0;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
+ .navbar-form.navbar-right:last-child {
+ margin-right: -15px;
+ }
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
@@ -4357,21 +4673,34 @@
.navbar-btn {
margin-top: 8px;
margin-bottom: 8px;
}
+.navbar-btn.btn-sm {
+ margin-top: 10px;
+ margin-bottom: 10px;
+}
+
+.navbar-btn.btn-xs {
+ margin-top: 14px;
+ margin-bottom: 14px;
+}
+
.navbar-text {
- float: left;
margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 768px) {
.navbar-text {
+ float: left;
margin-right: 15px;
margin-left: 15px;
}
+ .navbar-text.navbar-right:last-child {
+ margin-right: 0;
+ }
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
@@ -4428,38 +4757,20 @@
background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
- border-color: #e6e6e6;
+ border-color: #e7e7e7;
}
-.navbar-default .navbar-nav > .dropdown > a:hover .caret,
-.navbar-default .navbar-nav > .dropdown > a:focus .caret {
- border-top-color: #333333;
- border-bottom-color: #333333;
-}
-
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555555;
background-color: #e7e7e7;
}
-.navbar-default .navbar-nav > .open > a .caret,
-.navbar-default .navbar-nav > .open > a:hover .caret,
-.navbar-default .navbar-nav > .open > a:focus .caret {
- border-top-color: #555555;
- border-bottom-color: #555555;
-}
-
-.navbar-default .navbar-nav > .dropdown > a .caret {
- border-top-color: #777777;
- border-bottom-color: #777777;
-}
-
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
@@ -4555,31 +4866,17 @@
.navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff;
background-color: #080808;
}
-.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
-}
-
-.navbar-inverse .navbar-nav > .dropdown > a .caret {
- border-top-color: #999999;
- border-bottom-color: #999999;
-}
-
-.navbar-inverse .navbar-nav > .open > a .caret,
-.navbar-inverse .navbar-nav > .open > a:hover .caret,
-.navbar-inverse .navbar-nav > .open > a:focus .caret {
- border-top-color: #ffffff;
- border-bottom-color: #ffffff;
-}
-
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808;
}
+ .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
+ background-color: #080808;
+ }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
@@ -4685,10 +4982,12 @@
background-color: #428bca;
border-color: #428bca;
}
.pagination > .disabled > span,
+.pagination > .disabled > span:hover,
+.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #999999;
cursor: not-allowed;
@@ -4819,10 +5118,15 @@
.label:empty {
display: none;
}
+.btn .label {
+ position: relative;
+ top: -1px;
+}
+
.label-default {
background-color: #999999;
}
.label-default[href]:hover,
@@ -4892,22 +5196,22 @@
.badge:empty {
display: none;
}
+.btn .badge {
+ position: relative;
+ top: -1px;
+}
+
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
-.btn .badge {
- position: relative;
- top: -1px;
-}
-
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #428bca;
background-color: #ffffff;
}
@@ -4924,11 +5228,12 @@
line-height: 2.1428571435;
color: inherit;
background-color: #eeeeee;
}
-.jumbotron h1 {
+.jumbotron h1,
+.jumbotron .h1 {
line-height: 1;
color: inherit;
}
.jumbotron p {
@@ -4937,54 +5242,56 @@
.container .jumbotron {
border-radius: 6px;
}
+.jumbotron .container {
+ max-width: 100%;
+}
+
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-right: 60px;
padding-left: 60px;
}
- .jumbotron h1 {
+ .jumbotron h1,
+ .jumbotron .h1 {
font-size: 63px;
}
}
.thumbnail {
- display: inline-block;
display: block;
- height: auto;
- max-width: 100%;
padding: 4px;
+ margin-bottom: 20px;
line-height: 1.428571429;
background-color: #ffffff;
border: 1px solid #dddddd;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
-.thumbnail > img {
+.thumbnail > img,
+.thumbnail a > img {
display: block;
height: auto;
max-width: 100%;
+ margin-right: auto;
+ margin-left: auto;
}
a.thumbnail:hover,
-a.thumbnail:focus {
+a.thumbnail:focus,
+a.thumbnail.active {
border-color: #428bca;
}
-.thumbnail > img {
- margin-right: auto;
- margin-left: auto;
-}
-
.thumbnail .caption {
padding: 9px;
color: #333333;
}
@@ -5023,63 +5330,63 @@
right: -21px;
color: inherit;
}
.alert-success {
- color: #468847;
+ color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
- color: #356635;
+ color: #2b542c;
}
.alert-info {
- color: #3a87ad;
+ color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
- color: #2d6987;
+ color: #245269;
}
.alert-warning {
- color: #c09853;
+ color: #8a6d3b;
background-color: #fcf8e3;
- border-color: #fbeed5;
+ border-color: #faebcc;
}
.alert-warning hr {
- border-top-color: #f8e5be;
+ border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
- color: #a47e3c;
+ color: #66512c;
}
.alert-danger {
- color: #b94a48;
+ color: #a94442;
background-color: #f2dede;
- border-color: #eed3d7;
+ border-color: #ebccd1;
}
.alert-danger hr {
- border-top-color: #e6c1c7;
+ border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
- color: #953b39;
+ color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
@@ -5087,28 +5394,10 @@
to {
background-position: 0 0;
}
}
-@-moz-keyframes progress-bar-stripes {
- from {
- background-position: 40px 0;
- }
- to {
- background-position: 0 0;
- }
-}
-
-@-o-keyframes progress-bar-stripes {
- from {
- background-position: 0 0;
- }
- to {
- background-position: 40px 0;
- }
-}
-
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
@@ -5129,76 +5418,64 @@
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
+ line-height: 20px;
color: #ffffff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
- -moz-animation: progress-bar-stripes 2s linear infinite;
- -ms-animation: progress-bar-stripes 2s linear infinite;
- -o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
- background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
- background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
@@ -5281,28 +5558,28 @@
a.list-group-item:focus {
text-decoration: none;
background-color: #f5f5f5;
}
-.list-group-item.active,
-.list-group-item.active:hover,
-.list-group-item.active:focus {
+a.list-group-item.active,
+a.list-group-item.active:hover,
+a.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #428bca;
border-color: #428bca;
}
-.list-group-item.active .list-group-item-heading,
-.list-group-item.active:hover .list-group-item-heading,
-.list-group-item.active:focus .list-group-item-heading {
+a.list-group-item.active .list-group-item-heading,
+a.list-group-item.active:hover .list-group-item-heading,
+a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
-.list-group-item.active .list-group-item-text,
-.list-group-item.active:hover .list-group-item-text,
-.list-group-item.active:focus .list-group-item-text {
+a.list-group-item.active .list-group-item-text,
+a.list-group-item.active:hover .list-group-item-text,
+a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7;
}
.list-group-item-heading {
margin-top: 0;
@@ -5366,29 +5643,96 @@
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
-.panel > .table {
+.panel > .table,
+.panel > .table-responsive > .table {
margin-bottom: 0;
}
-.panel > .panel-body + .table {
+.panel > .panel-body + .table,
+.panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd;
}
+.panel > .table > tbody:first-child th,
+.panel > .table > tbody:first-child td {
+ border-top: 0;
+}
+
+.panel > .table-bordered,
+.panel > .table-responsive > .table-bordered {
+ border: 0;
+}
+
+.panel > .table-bordered > thead > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
+.panel > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
+.panel > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
+.panel > .table-bordered > thead > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
+.panel > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
+.panel > .table-bordered > tfoot > tr > td:first-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
+ border-left: 0;
+}
+
+.panel > .table-bordered > thead > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
+.panel > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
+.panel > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
+.panel > .table-bordered > thead > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
+.panel > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
+.panel > .table-bordered > tfoot > tr > td:last-child,
+.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
+ border-right: 0;
+}
+
+.panel > .table-bordered > thead > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
+.panel > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
+.panel > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
+.panel > .table-bordered > thead > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
+.panel > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
+.panel > .table-bordered > tfoot > tr:last-child > td,
+.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
+ border-bottom: 0;
+}
+
+.panel > .table-responsive {
+ margin-bottom: 0;
+ border: 0;
+}
+
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
+.panel-heading > .dropdown .dropdown-toggle {
+ color: inherit;
+}
+
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 16px;
+ color: inherit;
}
.panel-title > a {
color: inherit;
}
@@ -5466,11 +5810,11 @@
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
- color: #468847;
+ color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
@@ -5480,51 +5824,51 @@
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-warning {
- border-color: #fbeed5;
+ border-color: #faebcc;
}
.panel-warning > .panel-heading {
- color: #c09853;
+ color: #8a6d3b;
background-color: #fcf8e3;
- border-color: #fbeed5;
+ border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #fbeed5;
+ border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
- border-bottom-color: #fbeed5;
+ border-bottom-color: #faebcc;
}
.panel-danger {
- border-color: #eed3d7;
+ border-color: #ebccd1;
}
.panel-danger > .panel-heading {
- color: #b94a48;
+ color: #a94442;
background-color: #f2dede;
- border-color: #eed3d7;
+ border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #eed3d7;
+ border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
- border-bottom-color: #eed3d7;
+ border-bottom-color: #ebccd1;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
- color: #3a87ad;
+ color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
@@ -5591,16 +5935,10 @@
.modal-open {
overflow: hidden;
}
-body.modal-open,
-.modal-open .navbar-fixed-top,
-.modal-open .navbar-fixed-bottom {
- margin-right: 15px;
-}
-
.modal {
position: fixed;
top: 0;
right: 0;
bottom: 0;
@@ -5626,15 +5964,14 @@
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
+ position: relative;
z-index: 1050;
width: auto;
- padding: 10px;
- margin-right: auto;
- margin-left: auto;
+ margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
@@ -5727,15 +6064,12 @@
margin-left: 0;
}
@media screen and (min-width: 768px) {
.modal-dialog {
- right: auto;
- left: 50%;
width: 600px;
- padding-top: 30px;
- padding-bottom: 30px;
+ margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
@@ -6068,49 +6402,55 @@
opacity: 0.5;
filter: alpha(opacity=50);
}
.carousel-control.left {
- background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
- background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
right: 0;
left: auto;
- background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
- background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
color: #ffffff;
text-decoration: none;
+ outline: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
- left: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
+.carousel-control .glyphicon-chevron-left {
+ left: 50%;
+}
+
+.carousel-control .icon-next,
+.carousel-control .glyphicon-chevron-right {
+ right: 50%;
+}
+
+.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
@@ -6142,10 +6482,12 @@
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
+ background-color: #000 \9;
+ background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 10px;
}
.carousel-indicators .active {
@@ -6171,10 +6513,12 @@
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
+ .carousel-control .glyphicons-chevron-left,
+ .carousel-control .glyphicons-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
@@ -6199,10 +6543,16 @@
.clearfix:after {
clear: both;
}
+.center-block {
+ display: block;
+ margin-right: auto;
+ margin-left: auto;
+}
+
.pull-right {
float: right !important;
}
.pull-left {
@@ -6227,46 +6577,37 @@
text-shadow: none;
background-color: transparent;
border: 0;
}
-.affix {
- position: fixed;
-}
-
-@-ms-viewport {
- width: device-width;
-}
-
-@media screen and (max-width: 400px) {
- @-ms-viewport {
- width: 320px;
- }
-}
-
.hidden {
display: none !important;
visibility: hidden !important;
}
-.visible-xs {
- display: none !important;
+.affix {
+ position: fixed;
}
-tr.visible-xs {
- display: none !important;
+@-ms-viewport {
+ width: device-width;
}
+.visible-xs,
+tr.visible-xs,
th.visible-xs,
td.visible-xs {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
+ table.visible-xs {
+ display: table;
+ }
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
@@ -6276,10 +6617,13 @@
@media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm {
display: block !important;
}
+ table.visible-xs.visible-sm {
+ display: table;
+ }
tr.visible-xs.visible-sm {
display: table-row !important;
}
th.visible-xs.visible-sm,
td.visible-xs.visible-sm {
@@ -6289,10 +6633,13 @@
@media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md {
display: block !important;
}
+ table.visible-xs.visible-md {
+ display: table;
+ }
tr.visible-xs.visible-md {
display: table-row !important;
}
th.visible-xs.visible-md,
td.visible-xs.visible-md {
@@ -6302,36 +6649,36 @@
@media (min-width: 1200px) {
.visible-xs.visible-lg {
display: block !important;
}
+ table.visible-xs.visible-lg {
+ display: table;
+ }
tr.visible-xs.visible-lg {
display: table-row !important;
}
th.visible-xs.visible-lg,
td.visible-xs.visible-lg {
display: table-cell !important;
}
}
-.visible-sm {
- display: none !important;
-}
-
-tr.visible-sm {
- display: none !important;
-}
-
+.visible-sm,
+tr.visible-sm,
th.visible-sm,
td.visible-sm {
display: none !important;
}
@media (max-width: 767px) {
.visible-sm.visible-xs {
display: block !important;
}
+ table.visible-sm.visible-xs {
+ display: table;
+ }
tr.visible-sm.visible-xs {
display: table-row !important;
}
th.visible-sm.visible-xs,
td.visible-sm.visible-xs {
@@ -6341,10 +6688,13 @@
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
+ table.visible-sm {
+ display: table;
+ }
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
@@ -6354,10 +6704,13 @@
@media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md {
display: block !important;
}
+ table.visible-sm.visible-md {
+ display: table;
+ }
tr.visible-sm.visible-md {
display: table-row !important;
}
th.visible-sm.visible-md,
td.visible-sm.visible-md {
@@ -6367,36 +6720,36 @@
@media (min-width: 1200px) {
.visible-sm.visible-lg {
display: block !important;
}
+ table.visible-sm.visible-lg {
+ display: table;
+ }
tr.visible-sm.visible-lg {
display: table-row !important;
}
th.visible-sm.visible-lg,
td.visible-sm.visible-lg {
display: table-cell !important;
}
}
-.visible-md {
- display: none !important;
-}
-
-tr.visible-md {
- display: none !important;
-}
-
+.visible-md,
+tr.visible-md,
th.visible-md,
td.visible-md {
display: none !important;
}
@media (max-width: 767px) {
.visible-md.visible-xs {
display: block !important;
}
+ table.visible-md.visible-xs {
+ display: table;
+ }
tr.visible-md.visible-xs {
display: table-row !important;
}
th.visible-md.visible-xs,
td.visible-md.visible-xs {
@@ -6406,10 +6759,13 @@
@media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm {
display: block !important;
}
+ table.visible-md.visible-sm {
+ display: table;
+ }
tr.visible-md.visible-sm {
display: table-row !important;
}
th.visible-md.visible-sm,
td.visible-md.visible-sm {
@@ -6419,10 +6775,13 @@
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
+ table.visible-md {
+ display: table;
+ }
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
@@ -6432,36 +6791,36 @@
@media (min-width: 1200px) {
.visible-md.visible-lg {
display: block !important;
}
+ table.visible-md.visible-lg {
+ display: table;
+ }
tr.visible-md.visible-lg {
display: table-row !important;
}
th.visible-md.visible-lg,
td.visible-md.visible-lg {
display: table-cell !important;
}
}
-.visible-lg {
- display: none !important;
-}
-
-tr.visible-lg {
- display: none !important;
-}
-
+.visible-lg,
+tr.visible-lg,
th.visible-lg,
td.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-lg.visible-xs {
display: block !important;
}
+ table.visible-lg.visible-xs {
+ display: table;
+ }
tr.visible-lg.visible-xs {
display: table-row !important;
}
th.visible-lg.visible-xs,
td.visible-lg.visible-xs {
@@ -6471,10 +6830,13 @@
@media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm {
display: block !important;
}
+ table.visible-lg.visible-sm {
+ display: table;
+ }
tr.visible-lg.visible-sm {
display: table-row !important;
}
th.visible-lg.visible-sm,
td.visible-lg.visible-sm {
@@ -6484,10 +6846,13 @@
@media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md {
display: block !important;
}
+ table.visible-lg.visible-md {
+ display: table;
+ }
tr.visible-lg.visible-md {
display: table-row !important;
}
th.visible-lg.visible-md,
td.visible-lg.visible-md {
@@ -6497,10 +6862,13 @@
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
+ table.visible-lg {
+ display: table;
+ }
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
@@ -6510,295 +6878,240 @@
.hidden-xs {
display: block !important;
}
+table.hidden-xs {
+ display: table;
+}
+
tr.hidden-xs {
display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
display: table-cell !important;
}
@media (max-width: 767px) {
- .hidden-xs {
- display: none !important;
- }
- tr.hidden-xs {
- display: none !important;
- }
+ .hidden-xs,
+ tr.hidden-xs,
th.hidden-xs,
td.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
- .hidden-xs.hidden-sm {
- display: none !important;
- }
- tr.hidden-xs.hidden-sm {
- display: none !important;
- }
+ .hidden-xs.hidden-sm,
+ tr.hidden-xs.hidden-sm,
th.hidden-xs.hidden-sm,
td.hidden-xs.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
- .hidden-xs.hidden-md {
- display: none !important;
- }
- tr.hidden-xs.hidden-md {
- display: none !important;
- }
+ .hidden-xs.hidden-md,
+ tr.hidden-xs.hidden-md,
th.hidden-xs.hidden-md,
td.hidden-xs.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
- .hidden-xs.hidden-lg {
- display: none !important;
- }
- tr.hidden-xs.hidden-lg {
- display: none !important;
- }
+ .hidden-xs.hidden-lg,
+ tr.hidden-xs.hidden-lg,
th.hidden-xs.hidden-lg,
td.hidden-xs.hidden-lg {
display: none !important;
}
}
.hidden-sm {
display: block !important;
}
+table.hidden-sm {
+ display: table;
+}
+
tr.hidden-sm {
display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
display: table-cell !important;
}
@media (max-width: 767px) {
- .hidden-sm.hidden-xs {
- display: none !important;
- }
- tr.hidden-sm.hidden-xs {
- display: none !important;
- }
+ .hidden-sm.hidden-xs,
+ tr.hidden-sm.hidden-xs,
th.hidden-sm.hidden-xs,
td.hidden-sm.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
- .hidden-sm {
- display: none !important;
- }
- tr.hidden-sm {
- display: none !important;
- }
+ .hidden-sm,
+ tr.hidden-sm,
th.hidden-sm,
td.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
- .hidden-sm.hidden-md {
- display: none !important;
- }
- tr.hidden-sm.hidden-md {
- display: none !important;
- }
+ .hidden-sm.hidden-md,
+ tr.hidden-sm.hidden-md,
th.hidden-sm.hidden-md,
td.hidden-sm.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
- .hidden-sm.hidden-lg {
- display: none !important;
- }
- tr.hidden-sm.hidden-lg {
- display: none !important;
- }
+ .hidden-sm.hidden-lg,
+ tr.hidden-sm.hidden-lg,
th.hidden-sm.hidden-lg,
td.hidden-sm.hidden-lg {
display: none !important;
}
}
.hidden-md {
display: block !important;
}
+table.hidden-md {
+ display: table;
+}
+
tr.hidden-md {
display: table-row !important;
}
th.hidden-md,
td.hidden-md {
display: table-cell !important;
}
@media (max-width: 767px) {
- .hidden-md.hidden-xs {
- display: none !important;
- }
- tr.hidden-md.hidden-xs {
- display: none !important;
- }
+ .hidden-md.hidden-xs,
+ tr.hidden-md.hidden-xs,
th.hidden-md.hidden-xs,
td.hidden-md.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
- .hidden-md.hidden-sm {
- display: none !important;
- }
- tr.hidden-md.hidden-sm {
- display: none !important;
- }
+ .hidden-md.hidden-sm,
+ tr.hidden-md.hidden-sm,
th.hidden-md.hidden-sm,
td.hidden-md.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
- .hidden-md {
- display: none !important;
- }
- tr.hidden-md {
- display: none !important;
- }
+ .hidden-md,
+ tr.hidden-md,
th.hidden-md,
td.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
- .hidden-md.hidden-lg {
- display: none !important;
- }
- tr.hidden-md.hidden-lg {
- display: none !important;
- }
+ .hidden-md.hidden-lg,
+ tr.hidden-md.hidden-lg,
th.hidden-md.hidden-lg,
td.hidden-md.hidden-lg {
display: none !important;
}
}
.hidden-lg {
display: block !important;
}
+table.hidden-lg {
+ display: table;
+}
+
tr.hidden-lg {
display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
display: table-cell !important;
}
@media (max-width: 767px) {
- .hidden-lg.hidden-xs {
- display: none !important;
- }
- tr.hidden-lg.hidden-xs {
- display: none !important;
- }
+ .hidden-lg.hidden-xs,
+ tr.hidden-lg.hidden-xs,
th.hidden-lg.hidden-xs,
td.hidden-lg.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
- .hidden-lg.hidden-sm {
- display: none !important;
- }
- tr.hidden-lg.hidden-sm {
- display: none !important;
- }
+ .hidden-lg.hidden-sm,
+ tr.hidden-lg.hidden-sm,
th.hidden-lg.hidden-sm,
td.hidden-lg.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
- .hidden-lg.hidden-md {
- display: none !important;
- }
- tr.hidden-lg.hidden-md {
- display: none !important;
- }
+ .hidden-lg.hidden-md,
+ tr.hidden-lg.hidden-md,
th.hidden-lg.hidden-md,
td.hidden-lg.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
- .hidden-lg {
- display: none !important;
- }
- tr.hidden-lg {
- display: none !important;
- }
+ .hidden-lg,
+ tr.hidden-lg,
th.hidden-lg,
td.hidden-lg {
display: none !important;
}
}
-.visible-print {
- display: none !important;
-}
-
-tr.visible-print {
- display: none !important;
-}
-
+.visible-print,
+tr.visible-print,
th.visible-print,
td.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
+ table.visible-print {
+ display: table;
+ }
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
- .hidden-print {
- display: none !important;
- }
- tr.hidden-print {
- display: none !important;
- }
+ .hidden-print,
+ tr.hidden-print,
th.hidden-print,
td.hidden-print {
display: none !important;
}
}