0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Merge pull request #11790 from twbs/drop_recess_for_less

Drop grunt-recess for grunt-contrib-less
This commit is contained in:
Mark Otto 2013-12-09 11:30:10 -08:00
commit 25ec09f06a
17 changed files with 837 additions and 1915 deletions

290
.csscomb.json Normal file
View File

@ -0,0 +1,290 @@
{
"always-semicolon": true,
"block-indent": 2,
"colon-space": true,
"color-case": "lower",
"color-shorthand": true,
"combinator-space": true,
"element-case": "lower",
"eof-newline": true,
"leading-zero": false,
"remove-empty-rulesets": true,
"rule-indent": 2,
"stick-brace": true,
"strip-spaces": true,
"unitless-zero": true,
"vendor-prefix-align": true,
"sort-order": [
[
"position",
"top",
"right",
"bottom",
"left",
"z-index",
"display",
"float",
"width",
"min-width",
"max-width",
"height",
"min-height",
"max-height",
"-webkit-box-sizing",
"-moz-box-sizing",
"box-sizing",
"padding",
"padding-top",
"padding-right",
"padding-bottom",
"padding-left",
"margin",
"margin-top",
"margin-right",
"margin-bottom",
"margin-left",
"overflow",
"overflow-x",
"overflow-y",
"-ms-overflow-x",
"-ms-overflow-y",
"clip",
"clear",
"font",
"font-family",
"font-size",
"font-style",
"font-weight",
"font-variant",
"font-size-adjust",
"font-stretch",
"font-effect",
"font-emphasize",
"font-emphasize-position",
"font-emphasize-style",
"font-smooth",
"-webkit-hyphens",
"-moz-hyphens",
"hyphens",
"line-height",
"color",
"text-align",
"-webkit-text-align-last",
"-moz-text-align-last",
"-ms-text-align-last",
"text-align-last",
"text-emphasis",
"text-emphasis-color",
"text-emphasis-style",
"text-emphasis-position",
"text-decoration",
"text-indent",
"text-justify",
"text-outline",
"-ms-text-overflow",
"text-overflow",
"text-overflow-ellipsis",
"text-overflow-mode",
"text-shadow",
"text-transform",
"text-wrap",
"letter-spacing",
"-ms-word-break",
"word-break",
"word-spacing",
"-ms-word-wrap",
"word-wrap",
"-moz-tab-size",
"-o-tab-size",
"tab-size",
"white-space",
"vertical-align",
"list-style",
"list-style-position",
"list-style-type",
"list-style-image",
"pointer-events",
"cursor",
"visibility",
"zoom",
"flex-direction",
"flex-order",
"flex-pack",
"flex-align",
"table-layout",
"empty-cells",
"caption-side",
"border-spacing",
"border-collapse",
"content",
"quotes",
"counter-reset",
"counter-increment",
"resize",
"-webkit-user-select",
"-moz-user-select",
"-ms-user-select",
"user-select",
"nav-index",
"nav-up",
"nav-right",
"nav-down",
"nav-left",
"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader",
"background",
"background-color",
"-ms-filter:\\'progid:DXImageTransform.Microsoft.gradient",
"filter:progid:DXImageTransform.Microsoft.gradient",
"background-image",
"background-repeat",
"background-attachment",
"background-position",
"background-position-x",
"background-position-y",
"-webkit-background-clip",
"-moz-background-clip",
"background-clip",
"background-origin",
"-webkit-background-size",
"-moz-background-size",
"-o-background-size",
"background-size",
"border",
"border-color",
"border-style",
"border-width",
"border-top",
"border-top-color",
"border-top-style",
"border-top-width",
"border-right",
"border-right-color",
"border-right-style",
"border-right-width",
"border-bottom",
"border-bottom-color",
"border-bottom-style",
"border-bottom-width",
"border-left",
"border-left-color",
"border-left-style",
"border-left-width",
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"-webkit-border-image",
"-moz-border-image",
"-o-border-image",
"border-image",
"-webkit-border-image-source",
"-moz-border-image-source",
"-o-border-image-source",
"border-image-source",
"-webkit-border-image-slice",
"-moz-border-image-slice",
"-o-border-image-slice",
"border-image-slice",
"-webkit-border-image-width",
"-moz-border-image-width",
"-o-border-image-width",
"border-image-width",
"-webkit-border-image-outset",
"-moz-border-image-outset",
"-o-border-image-outset",
"border-image-outset",
"-webkit-border-image-repeat",
"-moz-border-image-repeat",
"-o-border-image-repeat",
"border-image-repeat",
"outline",
"outline-width",
"outline-style",
"outline-color",
"outline-offset",
"-webkit-box-shadow",
"-moz-box-shadow",
"box-shadow",
"filter:progid:DXImageTransform.Microsoft.Alpha(Opacity",
"-ms-filter:\\'progid:DXImageTransform.Microsoft.Alpha",
"opacity",
"-ms-interpolation-mode",
"-webkit-transition",
"-moz-transition",
"-ms-transition",
"-o-transition",
"transition",
"-webkit-transition-delay",
"-moz-transition-delay",
"-ms-transition-delay",
"-o-transition-delay",
"transition-delay",
"-webkit-transition-timing-function",
"-moz-transition-timing-function",
"-ms-transition-timing-function",
"-o-transition-timing-function",
"transition-timing-function",
"-webkit-transition-duration",
"-moz-transition-duration",
"-ms-transition-duration",
"-o-transition-duration",
"transition-duration",
"-webkit-transition-property",
"-moz-transition-property",
"-ms-transition-property",
"-o-transition-property",
"transition-property",
"-webkit-transform",
"-moz-transform",
"-ms-transform",
"-o-transform",
"transform",
"-webkit-transform-origin",
"-moz-transform-origin",
"-ms-transform-origin",
"-o-transform-origin",
"transform-origin",
"-webkit-animation",
"-moz-animation",
"-ms-animation",
"-o-animation",
"animation",
"-webkit-animation-name",
"-moz-animation-name",
"-ms-animation-name",
"-o-animation-name",
"animation-name",
"-webkit-animation-duration",
"-moz-animation-duration",
"-ms-animation-duration",
"-o-animation-duration",
"animation-duration",
"-webkit-animation-play-state",
"-moz-animation-play-state",
"-ms-animation-play-state",
"-o-animation-play-state",
"animation-play-state",
"-webkit-animation-timing-function",
"-moz-animation-timing-function",
"-ms-animation-timing-function",
"-o-animation-timing-function",
"animation-timing-function",
"-webkit-animation-delay",
"-moz-animation-delay",
"-ms-animation-delay",
"-o-animation-delay",
"animation-delay",
"-webkit-animation-iteration-count",
"-moz-animation-iteration-count",
"-ms-animation-iteration-count",
"-o-animation-iteration-count",
"animation-iteration-count",
"-webkit-animation-direction",
"-moz-animation-direction",
"-ms-animation-direction",
"-o-animation-direction",
"animation-direction"
]
]
}

18
.csslintrc Normal file
View File

@ -0,0 +1,18 @@
{
"adjoining-classes": false,
"box-sizing": false,
"box-model": false,
"compatible-vendor-prefixes": false,
"floats": false,
"font-sizes": false,
"gradients": false,
"important": false,
"known-properties": false,
"outline-none": false,
"qualified-headings": false,
"regex-selectors": false,
"text-indent": false,
"unique-headings": false,
"universal-selector": false,
"unqualified-attributes": false
}

View File

@ -58,6 +58,13 @@ module.exports = function (grunt) {
} }
}, },
csslint: {
options: {
csslintrc: '.csslintrc'
},
src: ['dist/css/bootstrap.css', 'dist/css/bootstrap-theme.css']
},
concat: { concat: {
options: { options: {
banner: '<%= banner %><%= jqueryCheck %>', banner: '<%= banner %><%= jqueryCheck %>',
@ -103,32 +110,51 @@ module.exports = function (grunt) {
} }
}, },
recess: { less: {
options: { compile: {
compile: true, files: {
banner: '<%= banner %>' 'dist/css/<%= pkg.name %>.css': 'less/bootstrap.less',
'dist/css/<%= pkg.name %>-theme.css': 'less/theme.less'
}
}, },
bootstrap: { minify: {
src: ['less/bootstrap.less'],
dest: 'dist/css/<%= pkg.name %>.css'
},
min: {
options: { options: {
compress: true cleancss: true,
report: 'min'
}, },
src: ['less/bootstrap.less'], files: {
dest: 'dist/css/<%= pkg.name %>.min.css' 'dist/css/<%= pkg.name %>.min.css': 'dist/css/<%= pkg.name %>.css',
}, 'dist/css/<%= pkg.name %>-theme.min.css': 'dist/css/<%= pkg.name %>-theme.css'
theme: { }
src: ['less/theme.less'], }
dest: 'dist/css/<%= pkg.name %>-theme.css' },
},
theme_min: { usebanner: {
dist: {
options: { options: {
compress: true position: 'top',
banner: '<%= banner %>'
}, },
src: ['less/theme.less'], files: {
dest: 'dist/css/<%= pkg.name %>-theme.min.css' src: [
'dist/css/<%= pkg.name %>.css',
'dist/css/<%= pkg.name %>.min.css',
'dist/css/<%= pkg.name %>-theme.css',
'dist/css/<%= pkg.name %>-theme.min.css',
]
}
}
},
csscomb: {
sort: {
options: {
sortOrder: '.csscomb.json'
},
files: {
'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'],
'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'],
}
} }
}, },
@ -182,9 +208,9 @@ module.exports = function (grunt) {
files: '<%= jshint.test.src %>', files: '<%= jshint.test.src %>',
tasks: ['jshint:test', 'qunit'] tasks: ['jshint:test', 'qunit']
}, },
recess: { less: {
files: 'less/*.less', files: 'less/*.less',
tasks: ['recess'] tasks: ['less']
} }
}, },
@ -296,18 +322,21 @@ module.exports = function (grunt) {
// These plugins provide necessary tasks. // These plugins provide necessary tasks.
grunt.loadNpmTasks('grunt-banner');
grunt.loadNpmTasks('grunt-contrib-clean'); grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-concat'); grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-csslint');
grunt.loadNpmTasks('grunt-contrib-jshint'); grunt.loadNpmTasks('grunt-contrib-jshint');
grunt.loadNpmTasks('grunt-contrib-less');
grunt.loadNpmTasks('grunt-contrib-qunit'); grunt.loadNpmTasks('grunt-contrib-qunit');
grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-csscomb');
grunt.loadNpmTasks('grunt-html-validation'); grunt.loadNpmTasks('grunt-html-validation');
grunt.loadNpmTasks('grunt-jekyll'); grunt.loadNpmTasks('grunt-jekyll');
grunt.loadNpmTasks('grunt-jscs-checker'); grunt.loadNpmTasks('grunt-jscs-checker');
grunt.loadNpmTasks('grunt-recess');
grunt.loadNpmTasks('grunt-saucelabs'); grunt.loadNpmTasks('grunt-saucelabs');
grunt.loadNpmTasks('grunt-sed'); grunt.loadNpmTasks('grunt-sed');
@ -327,7 +356,7 @@ module.exports = function (grunt) {
grunt.registerTask('dist-js', ['concat', 'uglify']); grunt.registerTask('dist-js', ['concat', 'uglify']);
// CSS distribution task. // CSS distribution task.
grunt.registerTask('dist-css', ['recess']); grunt.registerTask('dist-css', ['less', 'csscomb', 'usebanner']);
// Fonts distribution task. // Fonts distribution task.
grunt.registerTask('dist-fonts', ['copy']); grunt.registerTask('dist-fonts', ['copy']);

View File

@ -4,17 +4,17 @@
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/ */
.btn-default, .btn-default,
.btn-primary, .btn-primary,
.btn-success, .btn-success,
.btn-info, .btn-info,
.btn-warning, .btn-warning,
.btn-danger { .btn-danger {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
} }
.btn-default:active, .btn-default:active,
.btn-primary:active, .btn-primary:active,
.btn-success:active, .btn-success:active,
@ -27,371 +27,321 @@
.btn-info.active, .btn-info.active,
.btn-warning.active, .btn-warning.active,
.btn-danger.active { .btn-danger.active {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none; background-image: none;
} }
.btn-default { .btn-default {
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
background-image: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%); background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dbdbdb; border-color: #dbdbdb;
border-color: #ccc; border-color: #ccc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.btn-default:hover, .btn-default:hover,
.btn-default:focus { .btn-default:focus {
background-color: #e0e0e0; background-color: #e0e0e0;
background-position: 0 -15px; background-position: 0 -15px;
} }
.btn-default:active, .btn-default:active,
.btn-default.active { .btn-default.active {
background-color: #e0e0e0; background-color: #e0e0e0;
border-color: #dbdbdb; border-color: #dbdbdb;
} }
.btn-primary { .btn-primary {
background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%); background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #2b669a; border-color: #2b669a;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus { .btn-primary:focus {
background-color: #2d6ca2; background-color: #2d6ca2;
background-position: 0 -15px; background-position: 0 -15px;
} }
.btn-primary:active, .btn-primary:active,
.btn-primary.active { .btn-primary.active {
background-color: #2d6ca2; background-color: #2d6ca2;
border-color: #2b669a; border-color: #2b669a;
} }
.btn-success { .btn-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%); background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #3e8f3e; border-color: #3e8f3e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus { .btn-success:focus {
background-color: #419641; background-color: #419641;
background-position: 0 -15px; background-position: 0 -15px;
} }
.btn-success:active, .btn-success:active,
.btn-success.active { .btn-success.active {
background-color: #419641; background-color: #419641;
border-color: #3e8f3e; border-color: #3e8f3e;
} }
.btn-warning { .btn-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%); background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #e38d13; border-color: #e38d13;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus { .btn-warning:focus {
background-color: #eb9316; background-color: #eb9316;
background-position: 0 -15px; background-position: 0 -15px;
} }
.btn-warning:active, .btn-warning:active,
.btn-warning.active { .btn-warning.active {
background-color: #eb9316; background-color: #eb9316;
border-color: #e38d13; border-color: #e38d13;
} }
.btn-danger { .btn-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%); background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #b92c28; border-color: #b92c28;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus { .btn-danger:focus {
background-color: #c12e2a; background-color: #c12e2a;
background-position: 0 -15px; background-position: 0 -15px;
} }
.btn-danger:active, .btn-danger:active,
.btn-danger.active { .btn-danger.active {
background-color: #c12e2a; background-color: #c12e2a;
border-color: #b92c28; border-color: #b92c28;
} }
.btn-info { .btn-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%); background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #28a4c9; border-color: #28a4c9;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.btn-info:hover, .btn-info:hover,
.btn-info:focus { .btn-info:focus {
background-color: #2aabd2; background-color: #2aabd2;
background-position: 0 -15px; background-position: 0 -15px;
} }
.btn-info:active, .btn-info:active,
.btn-info.active { .btn-info.active {
background-color: #2aabd2; background-color: #2aabd2;
border-color: #28a4c9; border-color: #28a4c9;
} }
.thumbnail, .thumbnail,
.img-thumbnail { .img-thumbnail {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
background-color: #e8e8e8; background-color: #e8e8e8;
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
background-color: #357ebd; background-color: #357ebd;
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
.navbar-default { .navbar-default {
background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%); background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%); background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); border-radius: 4px;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
} }
.navbar-default .navbar-nav > .active > a { .navbar-default .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%); background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075); box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
} }
.navbar-brand, .navbar-brand,
.navbar-nav > li > a { .navbar-nav > li > a {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25); text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
} }
.navbar-inverse { .navbar-inverse {
background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222222 100%); background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
background-image: linear-gradient(to bottom, #3c3c3c 0%, #222222 100%); background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
} }
.navbar-inverse .navbar-nav > .active > a { .navbar-inverse .navbar-nav > .active > a {
background-image: -webkit-linear-gradient(top, #222222 0%, #282828 100%); background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
background-image: linear-gradient(to bottom, #222222 0%, #282828 100%); background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25); box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
} }
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
} }
.navbar-static-top, .navbar-static-top,
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
border-radius: 0; border-radius: 0;
} }
.alert { .alert {
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
} }
.alert-success { .alert-success {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #b2dba1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
border-color: #b2dba1;
} }
.alert-info { .alert-info {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%); background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #9acfea;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
border-color: #9acfea;
} }
.alert-warning { .alert-warning {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%); background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #f5e79e;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
border-color: #f5e79e;
} }
.alert-danger { .alert-danger {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%); background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dca7a7;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
border-color: #dca7a7;
} }
.progress { .progress {
background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
} }
.progress-bar { .progress-bar {
background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
} }
.progress-bar-success { .progress-bar-success {
background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%); background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%); background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
} }
.progress-bar-info { .progress-bar-info {
background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%); background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%); background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
} }
.progress-bar-warning { .progress-bar-warning {
background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%); background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%); background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
} }
.progress-bar-danger { .progress-bar-danger {
background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%); background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%); background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
} }
.list-group { .list-group {
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075); box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
} }
.list-group-item.active, .list-group-item.active,
.list-group-item.active:hover, .list-group-item.active:hover,
.list-group-item.active:focus { .list-group-item.active:focus {
text-shadow: 0 -1px 0 #3071a9; text-shadow: 0 -1px 0 #3071a9;
background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%); background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #3278b3;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
border-color: #3278b3;
} }
.panel { .panel {
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%); background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%); background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
} }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%); background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%); background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
} }
.panel-success > .panel-heading { .panel-success > .panel-heading {
background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%); background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%); background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
} }
.panel-info > .panel-heading { .panel-info > .panel-heading {
background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%); background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%); background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
} }
.panel-warning > .panel-heading { .panel-warning > .panel-heading {
background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%); background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%); background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
} }
.panel-danger > .panel-heading { .panel-danger > .panel-heading {
background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%); background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%); background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
} }
.well { .well {
background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%); background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%); background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
border-color: #dcdcdc;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); border-color: #dcdcdc;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
} box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

File diff suppressed because one or more lines are too long

2112
dist/css/bootstrap.css vendored
View File

@ -4,8 +4,8 @@
* Licensed under http://www.apache.org/licenses/LICENSE-2.0 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/ */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article, article,
aside, aside,
details, details,
@ -20,75 +20,60 @@ section,
summary { summary {
display: block; display: block;
} }
audio, audio,
canvas, canvas,
video { video {
display: inline-block; display: inline-block;
} }
audio:not([controls]) { audio:not([controls]) {
display: none; display: none;
height: 0; height: 0;
} }
[hidden], [hidden],
template { template {
display: none; display: none;
} }
html { html {
font-family: sans-serif; font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%; -ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
} }
body { body {
margin: 0; margin: 0;
} }
a { a {
background: transparent; background: transparent;
} }
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
} }
a:active, a:active,
a:hover { a:hover {
outline: 0; outline: 0;
} }
h1 { h1 {
margin: 0.67em 0; margin: .67em 0;
font-size: 2em; font-size: 2em;
} }
abbr[title] { abbr[title] {
border-bottom: 1px dotted; border-bottom: 1px dotted;
} }
b, b,
strong { strong {
font-weight: bold; font-weight: bold;
} }
dfn { dfn {
font-style: italic; font-style: italic;
} }
hr { hr {
height: 0; height: 0;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
} }
mark { mark {
color: #000; color: #000;
background: #ff0; background: #ff0;
} }
code, code,
kbd, kbd,
pre, pre,
@ -96,19 +81,15 @@ samp {
font-family: monospace, serif; font-family: monospace, serif;
font-size: 1em; font-size: 1em;
} }
pre { pre {
white-space: pre-wrap; white-space: pre-wrap;
} }
q { q {
quotes: "\201C" "\201D" "\2018" "\2019"; quotes: "\201C" "\201D" "\2018" "\2019";
} }
small { small {
font-size: 80%; font-size: 80%;
} }
sub, sub,
sup { sup {
position: relative; position: relative;
@ -116,38 +97,30 @@ sup {
line-height: 0; line-height: 0;
vertical-align: baseline; vertical-align: baseline;
} }
sup { sup {
top: -0.5em; top: -.5em;
} }
sub { sub {
bottom: -0.25em; bottom: -.25em;
} }
img { img {
border: 0; border: 0;
} }
svg:not(:root) { svg:not(:root) {
overflow: hidden; overflow: hidden;
} }
figure { figure {
margin: 0; margin: 0;
} }
fieldset { fieldset {
padding: 0.35em 0.625em 0.75em; padding: .35em .625em .75em;
margin: 0 2px; margin: 0 2px;
border: 1px solid #c0c0c0; border: 1px solid #c0c0c0;
} }
legend { legend {
padding: 0; padding: 0;
border: 0; border: 0;
} }
button, button,
input, input,
select, select,
@ -156,64 +129,53 @@ textarea {
font-family: inherit; font-family: inherit;
font-size: 100%; font-size: 100%;
} }
button, button,
input { input {
line-height: normal; line-height: normal;
} }
button, button,
select { select {
text-transform: none; text-transform: none;
} }
button, button,
html input[type="button"], html input[type="button"],
input[type="reset"], input[type="reset"],
input[type="submit"] { input[type="submit"] {
cursor: pointer;
-webkit-appearance: button; -webkit-appearance: button;
cursor: pointer;
} }
button[disabled], button[disabled],
html input[disabled] { html input[disabled] {
cursor: default; cursor: default;
} }
input[type="checkbox"], input[type="checkbox"],
input[type="radio"] { input[type="radio"] {
padding: 0;
box-sizing: border-box; box-sizing: border-box;
padding: 0;
} }
input[type="search"] { input[type="search"] {
-webkit-appearance: textfield;
-webkit-box-sizing: content-box; -webkit-box-sizing: content-box;
-moz-box-sizing: content-box; -moz-box-sizing: content-box;
box-sizing: content-box; box-sizing: content-box;
-webkit-appearance: textfield;
} }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; -webkit-appearance: none;
} }
button::-moz-focus-inner, button::-moz-focus-inner,
input::-moz-focus-inner { input::-moz-focus-inner {
padding: 0; padding: 0;
border: 0; border: 0;
} }
textarea { textarea {
overflow: auto; overflow: auto;
vertical-align: top; vertical-align: top;
} }
table { table {
border-collapse: collapse;
border-spacing: 0; border-spacing: 0;
border-collapse: collapse;
} }
@media print { @media print {
* { * {
color: #000 !important; color: #000 !important;
@ -250,7 +212,7 @@ table {
img { img {
max-width: 100% !important; max-width: 100% !important;
} }
@page { @page {
margin: 2cm .5cm; margin: 2cm .5cm;
} }
p, p,
@ -288,7 +250,6 @@ table {
border: 1px solid #ddd !important; border: 1px solid #ddd !important;
} }
} }
*, *,
*:before, *:before,
*:after { *:after {
@ -296,20 +257,17 @@ table {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
html { html {
font-size: 62.5%; font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
} }
body { body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
color: #333333; color: #333;
background-color: #ffffff; background-color: #fff;
} }
input, input,
button, button,
select, select,
@ -318,62 +276,52 @@ textarea {
font-size: inherit; font-size: inherit;
line-height: inherit; line-height: inherit;
} }
a { a {
color: #428bca; color: #428bca;
text-decoration: none; text-decoration: none;
} }
a:hover, a:hover,
a:focus { a:focus {
color: #2a6496; color: #2a6496;
text-decoration: underline; text-decoration: underline;
} }
a:focus { a:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
img { img {
vertical-align: middle; vertical-align: middle;
} }
.img-responsive { .img-responsive {
display: block; display: block;
height: auto;
max-width: 100%; max-width: 100%;
height: auto;
} }
.img-rounded { .img-rounded {
border-radius: 6px; border-radius: 6px;
} }
.img-thumbnail { .img-thumbnail {
display: inline-block; display: inline-block;
height: auto;
max-width: 100%; max-width: 100%;
height: auto;
padding: 4px; padding: 4px;
line-height: 1.428571429; line-height: 1.428571429;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all .2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all .2s ease-in-out;
} }
.img-circle { .img-circle {
border-radius: 50%; border-radius: 50%;
} }
hr { hr {
margin-top: 20px; margin-top: 20px;
margin-bottom: 20px; margin-bottom: 20px;
border: 0; border: 0;
border-top: 1px solid #eeeeee; border-top: 1px solid #eee;
} }
.sr-only { .sr-only {
position: absolute; position: absolute;
width: 1px; width: 1px;
@ -384,7 +332,6 @@ hr {
clip: rect(0, 0, 0, 0); clip: rect(0, 0, 0, 0);
border: 0; border: 0;
} }
h1, h1,
h2, h2,
h3, h3,
@ -402,7 +349,6 @@ h6,
line-height: 1.1; line-height: 1.1;
color: inherit; color: inherit;
} }
h1 small, h1 small,
h2 small, h2 small,
h3 small, h3 small,
@ -429,16 +375,14 @@ h6 .small,
.h6 .small { .h6 .small {
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #999999; color: #999;
} }
h1, h1,
h2, h2,
h3 { h3 {
margin-top: 20px; margin-top: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }
h1 small, h1 small,
h2 small, h2 small,
h3 small, h3 small,
@ -447,14 +391,12 @@ h2 .small,
h3 .small { h3 .small {
font-size: 65%; font-size: 65%;
} }
h4, h4,
h5, h5,
h6 { h6 {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
h4 small, h4 small,
h5 small, h5 small,
h6 small, h6 small,
@ -463,180 +405,142 @@ h5 .small,
h6 .small { h6 .small {
font-size: 75%; font-size: 75%;
} }
h1, h1,
.h1 { .h1 {
font-size: 36px; font-size: 36px;
} }
h2, h2,
.h2 { .h2 {
font-size: 30px; font-size: 30px;
} }
h3, h3,
.h3 { .h3 {
font-size: 24px; font-size: 24px;
} }
h4, h4,
.h4 { .h4 {
font-size: 18px; font-size: 18px;
} }
h5, h5,
.h5 { .h5 {
font-size: 14px; font-size: 14px;
} }
h6, h6,
.h6 { .h6 {
font-size: 12px; font-size: 12px;
} }
p { p {
margin: 0 0 10px; margin: 0 0 10px;
} }
.lead { .lead {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 16px; font-size: 16px;
font-weight: 200; font-weight: 200;
line-height: 1.4; line-height: 1.4;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.lead { .lead {
font-size: 21px; font-size: 21px;
} }
} }
small, small,
.small { .small {
font-size: 85%; font-size: 85%;
} }
cite { cite {
font-style: normal; font-style: normal;
} }
.text-muted { .text-muted {
color: #999999; color: #999;
} }
.text-primary { .text-primary {
color: #428bca; color: #428bca;
} }
.text-primary:hover { .text-primary:hover {
color: #3071a9; color: #3071a9;
} }
.text-warning { .text-warning {
color: #8a6d3b; color: #8a6d3b;
} }
.text-warning:hover { .text-warning:hover {
color: #66512c; color: #66512c;
} }
.text-danger { .text-danger {
color: #a94442; color: #a94442;
} }
.text-danger:hover { .text-danger:hover {
color: #843534; color: #843534;
} }
.text-success { .text-success {
color: #3c763d; color: #3c763d;
} }
.text-success:hover { .text-success:hover {
color: #2b542c; color: #2b542c;
} }
.text-info { .text-info {
color: #31708f; color: #31708f;
} }
.text-info:hover { .text-info:hover {
color: #245269; color: #245269;
} }
.text-left { .text-left {
text-align: left; text-align: left;
} }
.text-right { .text-right {
text-align: right; text-align: right;
} }
.text-center { .text-center {
text-align: center; text-align: center;
} }
.text-justify { .text-justify {
text-align: justify; text-align: justify;
} }
.page-header { .page-header {
padding-bottom: 9px; padding-bottom: 9px;
margin: 40px 0 20px; margin: 40px 0 20px;
border-bottom: 1px solid #eeeeee; border-bottom: 1px solid #eee;
} }
ul, ul,
ol { ol {
margin-top: 0; margin-top: 0;
margin-bottom: 10px; margin-bottom: 10px;
} }
ul ul, ul ul,
ol ul, ol ul,
ul ol, ul ol,
ol ol { ol ol {
margin-bottom: 0; margin-bottom: 0;
} }
.list-unstyled { .list-unstyled {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
.list-inline { .list-inline {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
.list-inline > li { .list-inline > li {
display: inline-block; display: inline-block;
padding-right: 5px; padding-right: 5px;
padding-left: 5px; padding-left: 5px;
} }
.list-inline > li:first-child { .list-inline > li:first-child {
padding-left: 0; padding-left: 0;
} }
dl { dl {
margin-top: 0; margin-top: 0;
margin-bottom: 20px; margin-bottom: 20px;
} }
dt, dt,
dd { dd {
line-height: 1.428571429; line-height: 1.428571429;
} }
dt { dt {
font-weight: bold; font-weight: bold;
} }
dd { dd {
margin-left: 0; margin-left: 0;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.dl-horizontal dt { .dl-horizontal dt {
float: left; float: left;
@ -650,104 +554,73 @@ dd {
.dl-horizontal dd { .dl-horizontal dd {
margin-left: 180px; margin-left: 180px;
} }
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
display: table;
content: " ";
}
.dl-horizontal dd:after {
clear: both;
}
} }
abbr[title], abbr[title],
abbr[data-original-title] { abbr[data-original-title] {
cursor: help; cursor: help;
border-bottom: 1px dotted #999999; border-bottom: 1px dotted #999;
} }
.initialism { .initialism {
font-size: 90%; font-size: 90%;
text-transform: uppercase; text-transform: uppercase;
} }
blockquote { blockquote {
padding: 10px 20px; padding: 10px 20px;
margin: 0 0 20px; margin: 0 0 20px;
border-left: 5px solid #eeeeee; border-left: 5px solid #eee;
} }
blockquote p { blockquote p {
font-size: 17.5px; font-size: 17.5px;
font-weight: 300; font-weight: 300;
line-height: 1.25; line-height: 1.25;
} }
blockquote p:last-child { blockquote p:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
blockquote small, blockquote small,
blockquote .small { blockquote .small {
display: block; display: block;
line-height: 1.428571429; line-height: 1.428571429;
color: #999999; color: #999;
} }
blockquote small:before, blockquote small:before,
blockquote .small:before { blockquote .small:before {
content: '\2014 \00A0'; content: '\2014 \00A0';
} }
blockquote.pull-right { blockquote.pull-right {
padding-right: 15px; padding-right: 15px;
padding-left: 0; padding-left: 0;
border-right: 5px solid #eeeeee; border-right: 5px solid #eee;
border-left: 0; border-left: 0;
} }
blockquote.pull-right p, blockquote.pull-right p,
blockquote.pull-right small, blockquote.pull-right small,
blockquote.pull-right .small { blockquote.pull-right .small {
text-align: right; text-align: right;
} }
blockquote.pull-right small:before, blockquote.pull-right small:before,
blockquote.pull-right .small:before { blockquote.pull-right .small:before {
content: ''; content: '';
} }
blockquote.pull-right small:after, blockquote.pull-right small:after,
blockquote.pull-right .small:after { blockquote.pull-right .small:after {
content: '\00A0 \2014'; content: '\00A0 \2014';
} }
blockquote:before, blockquote:before,
blockquote:after { blockquote:after {
content: ""; content: "";
} }
address { address {
margin-bottom: 20px; margin-bottom: 20px;
font-style: normal; font-style: normal;
line-height: 1.428571429; line-height: 1.428571429;
} }
code, code,
kbd, kbd,
pre, pre,
samp { samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace; font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
} }
code { code {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
@ -756,30 +629,27 @@ code {
background-color: #f9f2f4; background-color: #f9f2f4;
border-radius: 4px; border-radius: 4px;
} }
kbd { kbd {
padding: 2px 4px; padding: 2px 4px;
font-size: 90%; font-size: 90%;
color: #ffffff; color: #fff;
background-color: #333333; background-color: #333;
border-radius: 3px; border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
} }
pre { pre {
display: block; display: block;
padding: 9.5px; padding: 9.5px;
margin: 0 0 10px; margin: 0 0 10px;
font-size: 13px; font-size: 13px;
line-height: 1.428571429; line-height: 1.428571429;
color: #333333; color: #333;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
} }
pre code { pre code {
padding: 0; padding: 0;
font-size: inherit; font-size: inherit;
@ -788,395 +658,205 @@ pre code {
background-color: transparent; background-color: transparent;
border-radius: 0; border-radius: 0;
} }
.pre-scrollable { .pre-scrollable {
max-height: 340px; max-height: 340px;
overflow-y: scroll; overflow-y: scroll;
} }
.container { .container {
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
.container:before,
.container:after {
display: table;
content: " ";
}
.container:after {
clear: both;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.container { .container {
width: 750px; width: 750px;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.container { .container {
width: 970px; width: 970px;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.container { .container {
width: 1170px; width: 1170px;
} }
} }
.container-fluid { .container-fluid {
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.container-fluid:before,
.container-fluid:after {
display: table;
content: " ";
}
.container-fluid:after {
clear: both;
}
.row { .row {
margin-right: -15px; margin-right: -15px;
margin-left: -15px; margin-left: -15px;
} }
.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 {
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.row:before,
.row:after {
display: table;
content: " ";
}
.row:after {
clear: both;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative; position: relative;
min-height: 1px; min-height: 1px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
} }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left; float: left;
} }
.col-xs-12 { .col-xs-12 {
width: 100%; width: 100%;
} }
.col-xs-11 { .col-xs-11 {
width: 91.66666666666666%; width: 91.66666666666666%;
} }
.col-xs-10 { .col-xs-10 {
width: 83.33333333333334%; width: 83.33333333333334%;
} }
.col-xs-9 { .col-xs-9 {
width: 75%; width: 75%;
} }
.col-xs-8 { .col-xs-8 {
width: 66.66666666666666%; width: 66.66666666666666%;
} }
.col-xs-7 { .col-xs-7 {
width: 58.333333333333336%; width: 58.333333333333336%;
} }
.col-xs-6 { .col-xs-6 {
width: 50%; width: 50%;
} }
.col-xs-5 { .col-xs-5 {
width: 41.66666666666667%; width: 41.66666666666667%;
} }
.col-xs-4 { .col-xs-4 {
width: 33.33333333333333%; width: 33.33333333333333%;
} }
.col-xs-3 { .col-xs-3 {
width: 25%; width: 25%;
} }
.col-xs-2 { .col-xs-2 {
width: 16.666666666666664%; width: 16.666666666666664%;
} }
.col-xs-1 { .col-xs-1 {
width: 8.333333333333332%; width: 8.333333333333332%;
} }
.col-xs-pull-12 { .col-xs-pull-12 {
right: 100%; right: 100%;
} }
.col-xs-pull-11 { .col-xs-pull-11 {
right: 91.66666666666666%; right: 91.66666666666666%;
} }
.col-xs-pull-10 { .col-xs-pull-10 {
right: 83.33333333333334%; right: 83.33333333333334%;
} }
.col-xs-pull-9 { .col-xs-pull-9 {
right: 75%; right: 75%;
} }
.col-xs-pull-8 { .col-xs-pull-8 {
right: 66.66666666666666%; right: 66.66666666666666%;
} }
.col-xs-pull-7 { .col-xs-pull-7 {
right: 58.333333333333336%; right: 58.333333333333336%;
} }
.col-xs-pull-6 { .col-xs-pull-6 {
right: 50%; right: 50%;
} }
.col-xs-pull-5 { .col-xs-pull-5 {
right: 41.66666666666667%; right: 41.66666666666667%;
} }
.col-xs-pull-4 { .col-xs-pull-4 {
right: 33.33333333333333%; right: 33.33333333333333%;
} }
.col-xs-pull-3 { .col-xs-pull-3 {
right: 25%; right: 25%;
} }
.col-xs-pull-2 { .col-xs-pull-2 {
right: 16.666666666666664%; right: 16.666666666666664%;
} }
.col-xs-pull-1 { .col-xs-pull-1 {
right: 8.333333333333332%; right: 8.333333333333332%;
} }
.col-xs-pull-0 { .col-xs-pull-0 {
right: 0; right: 0;
} }
.col-xs-push-12 { .col-xs-push-12 {
left: 100%; left: 100%;
} }
.col-xs-push-11 { .col-xs-push-11 {
left: 91.66666666666666%; left: 91.66666666666666%;
} }
.col-xs-push-10 { .col-xs-push-10 {
left: 83.33333333333334%; left: 83.33333333333334%;
} }
.col-xs-push-9 { .col-xs-push-9 {
left: 75%; left: 75%;
} }
.col-xs-push-8 { .col-xs-push-8 {
left: 66.66666666666666%; left: 66.66666666666666%;
} }
.col-xs-push-7 { .col-xs-push-7 {
left: 58.333333333333336%; left: 58.333333333333336%;
} }
.col-xs-push-6 { .col-xs-push-6 {
left: 50%; left: 50%;
} }
.col-xs-push-5 { .col-xs-push-5 {
left: 41.66666666666667%; left: 41.66666666666667%;
} }
.col-xs-push-4 { .col-xs-push-4 {
left: 33.33333333333333%; left: 33.33333333333333%;
} }
.col-xs-push-3 { .col-xs-push-3 {
left: 25%; left: 25%;
} }
.col-xs-push-2 { .col-xs-push-2 {
left: 16.666666666666664%; left: 16.666666666666664%;
} }
.col-xs-push-1 { .col-xs-push-1 {
left: 8.333333333333332%; left: 8.333333333333332%;
} }
.col-xs-push-0 { .col-xs-push-0 {
left: 0; left: 0;
} }
.col-xs-offset-12 { .col-xs-offset-12 {
margin-left: 100%; margin-left: 100%;
} }
.col-xs-offset-11 { .col-xs-offset-11 {
margin-left: 91.66666666666666%; margin-left: 91.66666666666666%;
} }
.col-xs-offset-10 { .col-xs-offset-10 {
margin-left: 83.33333333333334%; margin-left: 83.33333333333334%;
} }
.col-xs-offset-9 { .col-xs-offset-9 {
margin-left: 75%; margin-left: 75%;
} }
.col-xs-offset-8 { .col-xs-offset-8 {
margin-left: 66.66666666666666%; margin-left: 66.66666666666666%;
} }
.col-xs-offset-7 { .col-xs-offset-7 {
margin-left: 58.333333333333336%; margin-left: 58.333333333333336%;
} }
.col-xs-offset-6 { .col-xs-offset-6 {
margin-left: 50%; margin-left: 50%;
} }
.col-xs-offset-5 { .col-xs-offset-5 {
margin-left: 41.66666666666667%; margin-left: 41.66666666666667%;
} }
.col-xs-offset-4 { .col-xs-offset-4 {
margin-left: 33.33333333333333%; margin-left: 33.33333333333333%;
} }
.col-xs-offset-3 { .col-xs-offset-3 {
margin-left: 25%; margin-left: 25%;
} }
.col-xs-offset-2 { .col-xs-offset-2 {
margin-left: 16.666666666666664%; margin-left: 16.666666666666664%;
} }
.col-xs-offset-1 { .col-xs-offset-1 {
margin-left: 8.333333333333332%; margin-left: 8.333333333333332%;
} }
.col-xs-offset-0 { .col-xs-offset-0 {
margin-left: 0; margin-left: 0;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.col-sm-1, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
.col-sm-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 {
float: left; float: left;
} }
.col-sm-12 { .col-sm-12 {
@ -1333,20 +1013,8 @@ pre code {
margin-left: 0; margin-left: 0;
} }
} }
@media (min-width: 992px) { @media (min-width: 992px) {
.col-md-1, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
.col-md-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 {
float: left; float: left;
} }
.col-md-12 { .col-md-12 {
@ -1503,20 +1171,8 @@ pre code {
margin-left: 0; margin-left: 0;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.col-lg-1, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
float: left; float: left;
} }
.col-lg-12 { .col-lg-12 {
@ -1673,21 +1329,17 @@ pre code {
margin-left: 0; margin-left: 0;
} }
} }
table { table {
max-width: 100%; max-width: 100%;
background-color: transparent; background-color: transparent;
} }
th { th {
text-align: left; text-align: left;
} }
.table { .table {
width: 100%; width: 100%;
margin-bottom: 20px; margin-bottom: 20px;
} }
.table > thead > tr > th, .table > thead > tr > th,
.table > tbody > tr > th, .table > tbody > tr > th,
.table > tfoot > tr > th, .table > tfoot > tr > th,
@ -1697,14 +1349,12 @@ th {
padding: 8px; padding: 8px;
line-height: 1.428571429; line-height: 1.428571429;
vertical-align: top; vertical-align: top;
border-top: 1px solid #dddddd; border-top: 1px solid #ddd;
} }
.table > thead > tr > th { .table > thead > tr > th {
vertical-align: bottom; vertical-align: bottom;
border-bottom: 2px solid #dddddd; border-bottom: 2px solid #ddd;
} }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > th,
@ -1713,15 +1363,12 @@ th {
.table > thead:first-child > tr:first-child > td { .table > thead:first-child > tr:first-child > td {
border-top: 0; border-top: 0;
} }
.table > tbody + tbody { .table > tbody + tbody {
border-top: 2px solid #dddddd; border-top: 2px solid #ddd;
} }
.table .table { .table .table {
background-color: #ffffff; background-color: #fff;
} }
.table-condensed > thead > tr > th, .table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th, .table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > th,
@ -1730,47 +1377,39 @@ th {
.table-condensed > tfoot > tr > td { .table-condensed > tfoot > tr > td {
padding: 5px; padding: 5px;
} }
.table-bordered { .table-bordered {
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td { .table-bordered > tfoot > tr > td {
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td { .table-bordered > thead > tr > td {
border-bottom-width: 2px; border-bottom-width: 2px;
} }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th { .table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9; background-color: #f9f9f9;
} }
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th { .table-hover > tbody > tr:hover > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
table col[class*="col-"] { table col[class*="col-"] {
position: static; position: static;
display: table-column; display: table-column;
float: none; float: none;
} }
table td[class*="col-"], table td[class*="col-"],
table th[class*="col-"] { table th[class*="col-"] {
display: table-cell; display: table-cell;
float: none; float: none;
} }
.table > thead > tr > td.active, .table > thead > tr > td.active,
.table > tbody > tr > td.active, .table > tbody > tr > td.active,
.table > tfoot > tr > td.active, .table > tfoot > tr > td.active,
@ -1785,14 +1424,12 @@ table th[class*="col-"] {
.table > tfoot > tr.active > th { .table > tfoot > tr.active > th {
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th { .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8; background-color: #e8e8e8;
} }
.table > thead > tr > td.success, .table > thead > tr > td.success,
.table > tbody > tr > td.success, .table > tbody > tr > td.success,
.table > tfoot > tr > td.success, .table > tfoot > tr > td.success,
@ -1807,14 +1444,12 @@ table th[class*="col-"] {
.table > tfoot > tr.success > th { .table > tfoot > tr.success > th {
background-color: #dff0d8; background-color: #dff0d8;
} }
.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th { .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6; background-color: #d0e9c6;
} }
.table > thead > tr > td.warning, .table > thead > tr > td.warning,
.table > tbody > tr > td.warning, .table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning, .table > tfoot > tr > td.warning,
@ -1829,14 +1464,12 @@ table th[class*="col-"] {
.table > tfoot > tr.warning > th { .table > tfoot > tr.warning > th {
background-color: #fcf8e3; background-color: #fcf8e3;
} }
.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th { .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc; background-color: #faf2cc;
} }
.table > thead > tr > td.danger, .table > thead > tr > td.danger,
.table > tbody > tr > td.danger, .table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger, .table > tfoot > tr > td.danger,
@ -1851,14 +1484,12 @@ table th[class*="col-"] {
.table > tfoot > tr.danger > th { .table > tfoot > tr.danger > th {
background-color: #f2dede; background-color: #f2dede;
} }
.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th { .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc; background-color: #ebcccc;
} }
.table > thead > tr > td.info, .table > thead > tr > td.info,
.table > tbody > tr > td.info, .table > tbody > tr > td.info,
.table > tfoot > tr > td.info, .table > tfoot > tr > td.info,
@ -1873,22 +1504,20 @@ table th[class*="col-"] {
.table > tfoot > tr.info > th { .table > tfoot > tr.info > th {
background-color: #d9edf7; background-color: #d9edf7;
} }
.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th { .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3; background-color: #c4e3f3;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.table-responsive { .table-responsive {
width: 100%; width: 100%;
margin-bottom: 15px; margin-bottom: 15px;
overflow-x: scroll; overflow-x: scroll;
overflow-y: hidden; overflow-y: hidden;
border: 1px solid #dddddd;
-ms-overflow-style: -ms-autohiding-scrollbar; -ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.table-responsive > .table { .table-responsive > .table {
@ -1928,13 +1557,11 @@ table th[class*="col-"] {
border-bottom: 0; border-bottom: 0;
} }
} }
fieldset { fieldset {
padding: 0; padding: 0;
margin: 0; margin: 0;
border: 0; border: 0;
} }
legend { legend {
display: block; display: block;
width: 100%; width: 100%;
@ -1942,47 +1569,39 @@ legend {
margin-bottom: 20px; margin-bottom: 20px;
font-size: 21px; font-size: 21px;
line-height: inherit; line-height: inherit;
color: #333333; color: #333;
border: 0; border: 0;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
label { label {
display: inline-block; display: inline-block;
margin-bottom: 5px; margin-bottom: 5px;
font-weight: bold; font-weight: bold;
} }
input[type="search"] { input[type="search"] {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
} }
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
margin: 4px 0 0; margin: 4px 0 0;
margin-top: 1px \9; margin-top: 1px \9;
/* IE8-9 */ /* IE8-9 */
line-height: normal; line-height: normal;
} }
input[type="file"] { input[type="file"] {
display: block; display: block;
} }
select[multiple], select[multiple],
select[size] { select[size] {
height: auto; height: auto;
} }
select optgroup { select optgroup {
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
font-style: inherit; font-style: inherit;
} }
input[type="file"]:focus, input[type="file"]:focus,
input[type="radio"]:focus, input[type="radio"]:focus,
input[type="checkbox"]:focus { input[type="checkbox"]:focus {
@ -1990,20 +1609,17 @@ input[type="checkbox"]:focus {
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { input[type="number"]::-webkit-inner-spin-button {
height: auto; height: auto;
} }
output { output {
display: block; display: block;
padding-top: 7px; padding-top: 7px;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
color: #555555; color: #555;
} }
.form-control { .form-control {
display: block; display: block;
width: 100%; width: 100%;
@ -2011,56 +1627,47 @@ output {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
line-height: 1.428571429; line-height: 1.428571429;
color: #555555; color: #555;
background-color: #ffffff; background-color: #fff;
background-image: none; background-image: none;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} }
.form-control:focus { .form-control:focus {
border-color: #66afe9; border-color: #66afe9;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
} }
.form-control:-moz-placeholder { .form-control:-moz-placeholder {
color: #999999; color: #999;
} }
.form-control::-moz-placeholder { .form-control::-moz-placeholder {
color: #999999; color: #999;
opacity: 1; opacity: 1;
} }
.form-control:-ms-input-placeholder { .form-control:-ms-input-placeholder {
color: #999999; color: #999;
} }
.form-control::-webkit-input-placeholder { .form-control::-webkit-input-placeholder {
color: #999999; color: #999;
} }
.form-control[disabled], .form-control[disabled],
.form-control[readonly], .form-control[readonly],
fieldset[disabled] .form-control { fieldset[disabled] .form-control {
cursor: not-allowed; cursor: not-allowed;
background-color: #eeeeee; background-color: #eee;
} }
textarea.form-control { textarea.form-control {
height: auto; height: auto;
} }
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: 15px;
} }
.radio, .radio,
.checkbox { .checkbox {
display: block; display: block;
@ -2069,14 +1676,12 @@ textarea.form-control {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.radio label, .radio label,
.checkbox label { .checkbox label {
display: inline; display: inline;
font-weight: normal; font-weight: normal;
cursor: pointer; cursor: pointer;
} }
.radio input[type="radio"], .radio input[type="radio"],
.radio-inline input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox input[type="checkbox"],
@ -2084,12 +1689,10 @@ textarea.form-control {
float: left; float: left;
margin-left: -20px; margin-left: -20px;
} }
.radio + .radio, .radio + .radio,
.checkbox + .checkbox { .checkbox + .checkbox {
margin-top: -5px; margin-top: -5px;
} }
.radio-inline, .radio-inline,
.checkbox-inline { .checkbox-inline {
display: inline-block; display: inline-block;
@ -2099,13 +1702,11 @@ textarea.form-control {
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
} }
.radio-inline + .radio-inline, .radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline { .checkbox-inline + .checkbox-inline {
margin-top: 0; margin-top: 0;
margin-left: 10px; margin-left: 10px;
} }
input[type="radio"][disabled], input[type="radio"][disabled],
input[type="checkbox"][disabled], input[type="checkbox"][disabled],
.radio[disabled], .radio[disabled],
@ -2120,7 +1721,6 @@ fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline { fieldset[disabled] .checkbox-inline {
cursor: not-allowed; cursor: not-allowed;
} }
.input-sm { .input-sm {
height: 30px; height: 30px;
padding: 5px 10px; padding: 5px 10px;
@ -2128,16 +1728,13 @@ fieldset[disabled] .checkbox-inline {
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
select.input-sm { select.input-sm {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
textarea.input-sm { textarea.input-sm {
height: auto; height: auto;
} }
.input-lg { .input-lg {
height: 46px; height: 46px;
padding: 10px 16px; padding: 10px 16px;
@ -2145,16 +1742,13 @@ textarea.input-sm {
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
select.input-lg { select.input-lg {
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
textarea.input-lg { textarea.input-lg {
height: auto; height: auto;
} }
.has-warning .help-block, .has-warning .help-block,
.has-warning .control-label, .has-warning .control-label,
.has-warning .radio, .has-warning .radio,
@ -2163,25 +1757,21 @@ textarea.input-lg {
.has-warning .checkbox-inline { .has-warning .checkbox-inline {
color: #8a6d3b; color: #8a6d3b;
} }
.has-warning .form-control { .has-warning .form-control {
border-color: #8a6d3b; border-color: #8a6d3b;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-warning .form-control:focus { .has-warning .form-control:focus {
border-color: #66512c; border-color: #66512c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
} }
.has-warning .input-group-addon { .has-warning .input-group-addon {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #8a6d3b; border-color: #8a6d3b;
} }
.has-error .help-block, .has-error .help-block,
.has-error .control-label, .has-error .control-label,
.has-error .radio, .has-error .radio,
@ -2190,25 +1780,21 @@ textarea.input-lg {
.has-error .checkbox-inline { .has-error .checkbox-inline {
color: #a94442; color: #a94442;
} }
.has-error .form-control { .has-error .form-control {
border-color: #a94442; border-color: #a94442;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-error .form-control:focus { .has-error .form-control:focus {
border-color: #843534; border-color: #843534;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
} }
.has-error .input-group-addon { .has-error .input-group-addon {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #a94442; border-color: #a94442;
} }
.has-success .help-block, .has-success .help-block,
.has-success .control-label, .has-success .control-label,
.has-success .radio, .has-success .radio,
@ -2217,36 +1803,30 @@ textarea.input-lg {
.has-success .checkbox-inline { .has-success .checkbox-inline {
color: #3c763d; color: #3c763d;
} }
.has-success .form-control { .has-success .form-control {
border-color: #3c763d; border-color: #3c763d;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
} }
.has-success .form-control:focus { .has-success .form-control:focus {
border-color: #2b542c; border-color: #2b542c;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
} }
.has-success .input-group-addon { .has-success .input-group-addon {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #3c763d; border-color: #3c763d;
} }
.form-control-static { .form-control-static {
margin-bottom: 0; margin-bottom: 0;
} }
.help-block { .help-block {
display: block; display: block;
margin-top: 5px; margin-top: 5px;
margin-bottom: 10px; margin-bottom: 10px;
color: #737373; color: #737373;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.form-inline .form-group { .form-inline .form-group {
display: inline-block; display: inline-block;
@ -2274,7 +1854,6 @@ textarea.input-lg {
margin-left: 0; margin-left: 0;
} }
} }
.form-horizontal .control-label, .form-horizontal .control-label,
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox, .form-horizontal .checkbox,
@ -2284,50 +1863,26 @@ textarea.input-lg {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
} }
.form-horizontal .radio, .form-horizontal .radio,
.form-horizontal .checkbox { .form-horizontal .checkbox {
min-height: 27px; min-height: 27px;
} }
.form-horizontal .form-group { .form-horizontal .form-group {
margin-right: -15px; margin-right: -15px;
margin-left: -15px; margin-left: -15px;
} }
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
display: table;
content: " ";
}
.form-horizontal .form-group:after {
clear: both;
}
.form-horizontal .form-control-static { .form-horizontal .form-control-static {
padding-top: 7px; padding-top: 7px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.form-horizontal .control-label { .form-horizontal .control-label {
text-align: right; text-align: right;
} }
} }
.btn { .btn {
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 6px 12px;
-o-user-select: none;
margin-bottom: 0; margin-bottom: 0;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
@ -2336,69 +1891,60 @@ textarea.input-lg {
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
cursor: pointer; cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none; -webkit-user-select: none;
-moz-user-select: none; -moz-user-select: none;
-ms-user-select: none; -ms-user-select: none;
-o-user-select: none;
user-select: none; user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
} }
.btn:focus { .btn:focus {
outline: thin dotted; outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color; outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px; outline-offset: -2px;
} }
.btn:hover, .btn:hover,
.btn:focus { .btn:focus {
color: #333333; color: #333;
text-decoration: none; text-decoration: none;
} }
.btn:active, .btn:active,
.btn.active { .btn.active {
background-image: none; background-image: none;
outline: 0; outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn.disabled, .btn.disabled,
.btn[disabled], .btn[disabled],
fieldset[disabled] .btn { fieldset[disabled] .btn {
pointer-events: none; pointer-events: none;
cursor: not-allowed; cursor: not-allowed;
opacity: 0.65; opacity: .65;
filter: alpha(opacity=65); filter: alpha(opacity=65);
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.btn-default { .btn-default {
color: #333333; color: #333;
background-color: #ffffff; background-color: #fff;
border-color: #cccccc; border-color: #ccc;
} }
.btn-default:hover, .btn-default:hover,
.btn-default:focus, .btn-default:focus,
.btn-default:active, .btn-default:active,
.btn-default.active, .btn-default.active,
.open .dropdown-toggle.btn-default { .open .dropdown-toggle.btn-default {
color: #333333; color: #333;
background-color: #ebebeb; background-color: #ebebeb;
border-color: #adadad; border-color: #adadad;
} }
.btn-default:active, .btn-default:active,
.btn-default.active, .btn-default.active,
.open .dropdown-toggle.btn-default { .open .dropdown-toggle.btn-default {
background-image: none; background-image: none;
} }
.btn-default.disabled, .btn-default.disabled,
.btn-default[disabled], .btn-default[disabled],
fieldset[disabled] .btn-default, fieldset[disabled] .btn-default,
@ -2414,37 +1960,32 @@ fieldset[disabled] .btn-default:active,
.btn-default.disabled.active, .btn-default.disabled.active,
.btn-default[disabled].active, .btn-default[disabled].active,
fieldset[disabled] .btn-default.active { fieldset[disabled] .btn-default.active {
background-color: #ffffff; background-color: #fff;
border-color: #cccccc; border-color: #ccc;
} }
.btn-default .badge { .btn-default .badge {
color: #ffffff; color: #fff;
background-color: #333333; background-color: #333;
} }
.btn-primary { .btn-primary {
color: #ffffff; color: #fff;
background-color: #428bca; background-color: #428bca;
border-color: #357ebd; border-color: #357ebd;
} }
.btn-primary:hover, .btn-primary:hover,
.btn-primary:focus, .btn-primary:focus,
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open .dropdown-toggle.btn-primary { .open .dropdown-toggle.btn-primary {
color: #ffffff; color: #fff;
background-color: #3276b1; background-color: #3276b1;
border-color: #285e8e; border-color: #285e8e;
} }
.btn-primary:active, .btn-primary:active,
.btn-primary.active, .btn-primary.active,
.open .dropdown-toggle.btn-primary { .open .dropdown-toggle.btn-primary {
background-image: none; background-image: none;
} }
.btn-primary.disabled, .btn-primary.disabled,
.btn-primary[disabled], .btn-primary[disabled],
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary,
@ -2463,34 +2004,29 @@ fieldset[disabled] .btn-primary.active {
background-color: #428bca; background-color: #428bca;
border-color: #357ebd; border-color: #357ebd;
} }
.btn-primary .badge { .btn-primary .badge {
color: #428bca; color: #428bca;
background-color: #ffffff; background-color: #fff;
} }
.btn-success { .btn-success {
color: #ffffff; color: #fff;
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
} }
.btn-success:hover, .btn-success:hover,
.btn-success:focus, .btn-success:focus,
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open .dropdown-toggle.btn-success { .open .dropdown-toggle.btn-success {
color: #ffffff; color: #fff;
background-color: #47a447; background-color: #47a447;
border-color: #398439; border-color: #398439;
} }
.btn-success:active, .btn-success:active,
.btn-success.active, .btn-success.active,
.open .dropdown-toggle.btn-success { .open .dropdown-toggle.btn-success {
background-image: none; background-image: none;
} }
.btn-success.disabled, .btn-success.disabled,
.btn-success[disabled], .btn-success[disabled],
fieldset[disabled] .btn-success, fieldset[disabled] .btn-success,
@ -2509,34 +2045,29 @@ fieldset[disabled] .btn-success.active {
background-color: #5cb85c; background-color: #5cb85c;
border-color: #4cae4c; border-color: #4cae4c;
} }
.btn-success .badge { .btn-success .badge {
color: #5cb85c; color: #5cb85c;
background-color: #ffffff; background-color: #fff;
} }
.btn-warning { .btn-warning {
color: #ffffff; color: #fff;
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
} }
.btn-warning:hover, .btn-warning:hover,
.btn-warning:focus, .btn-warning:focus,
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open .dropdown-toggle.btn-warning { .open .dropdown-toggle.btn-warning {
color: #ffffff; color: #fff;
background-color: #ed9c28; background-color: #ed9c28;
border-color: #d58512; border-color: #d58512;
} }
.btn-warning:active, .btn-warning:active,
.btn-warning.active, .btn-warning.active,
.open .dropdown-toggle.btn-warning { .open .dropdown-toggle.btn-warning {
background-image: none; background-image: none;
} }
.btn-warning.disabled, .btn-warning.disabled,
.btn-warning[disabled], .btn-warning[disabled],
fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning,
@ -2555,34 +2086,29 @@ fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e; background-color: #f0ad4e;
border-color: #eea236; border-color: #eea236;
} }
.btn-warning .badge { .btn-warning .badge {
color: #f0ad4e; color: #f0ad4e;
background-color: #ffffff; background-color: #fff;
} }
.btn-danger { .btn-danger {
color: #ffffff; color: #fff;
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
} }
.btn-danger:hover, .btn-danger:hover,
.btn-danger:focus, .btn-danger:focus,
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open .dropdown-toggle.btn-danger { .open .dropdown-toggle.btn-danger {
color: #ffffff; color: #fff;
background-color: #d2322d; background-color: #d2322d;
border-color: #ac2925; border-color: #ac2925;
} }
.btn-danger:active, .btn-danger:active,
.btn-danger.active, .btn-danger.active,
.open .dropdown-toggle.btn-danger { .open .dropdown-toggle.btn-danger {
background-image: none; background-image: none;
} }
.btn-danger.disabled, .btn-danger.disabled,
.btn-danger[disabled], .btn-danger[disabled],
fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger,
@ -2601,34 +2127,29 @@ fieldset[disabled] .btn-danger.active {
background-color: #d9534f; background-color: #d9534f;
border-color: #d43f3a; border-color: #d43f3a;
} }
.btn-danger .badge { .btn-danger .badge {
color: #d9534f; color: #d9534f;
background-color: #ffffff; background-color: #fff;
} }
.btn-info { .btn-info {
color: #ffffff; color: #fff;
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
} }
.btn-info:hover, .btn-info:hover,
.btn-info:focus, .btn-info:focus,
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open .dropdown-toggle.btn-info { .open .dropdown-toggle.btn-info {
color: #ffffff; color: #fff;
background-color: #39b3d7; background-color: #39b3d7;
border-color: #269abc; border-color: #269abc;
} }
.btn-info:active, .btn-info:active,
.btn-info.active, .btn-info.active,
.open .dropdown-toggle.btn-info { .open .dropdown-toggle.btn-info {
background-image: none; background-image: none;
} }
.btn-info.disabled, .btn-info.disabled,
.btn-info[disabled], .btn-info[disabled],
fieldset[disabled] .btn-info, fieldset[disabled] .btn-info,
@ -2647,19 +2168,16 @@ fieldset[disabled] .btn-info.active {
background-color: #5bc0de; background-color: #5bc0de;
border-color: #46b8da; border-color: #46b8da;
} }
.btn-info .badge { .btn-info .badge {
color: #5bc0de; color: #5bc0de;
background-color: #ffffff; background-color: #fff;
} }
.btn-link { .btn-link {
font-weight: normal; font-weight: normal;
color: #428bca; color: #428bca;
cursor: pointer; cursor: pointer;
border-radius: 0; border-radius: 0;
} }
.btn-link, .btn-link,
.btn-link:active, .btn-link:active,
.btn-link[disabled], .btn-link[disabled],
@ -2668,915 +2186,697 @@ fieldset[disabled] .btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.btn-link, .btn-link,
.btn-link:hover, .btn-link:hover,
.btn-link:focus, .btn-link:focus,
.btn-link:active { .btn-link:active {
border-color: transparent; border-color: transparent;
} }
.btn-link:hover, .btn-link:hover,
.btn-link:focus { .btn-link:focus {
color: #2a6496; color: #2a6496;
text-decoration: underline; text-decoration: underline;
background-color: transparent; background-color: transparent;
} }
.btn-link[disabled]:hover, .btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus { fieldset[disabled] .btn-link:focus {
color: #999999; color: #999;
text-decoration: none; text-decoration: none;
} }
.btn-lg { .btn-lg {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
.btn-sm { .btn-sm {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
.btn-xs { .btn-xs {
padding: 1px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
.btn-block { .btn-block {
display: block; display: block;
width: 100%; width: 100%;
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
.btn-block + .btn-block { .btn-block + .btn-block {
margin-top: 5px; margin-top: 5px;
} }
input[type="submit"].btn-block, input[type="submit"].btn-block,
input[type="reset"].btn-block, input[type="reset"].btn-block,
input[type="button"].btn-block { input[type="button"].btn-block {
width: 100%; width: 100%;
} }
.fade { .fade {
opacity: 0; opacity: 0;
-webkit-transition: opacity 0.15s linear; -webkit-transition: opacity .15s linear;
transition: opacity 0.15s linear; transition: opacity .15s linear;
} }
.fade.in { .fade.in {
opacity: 1; opacity: 1;
} }
.collapse { .collapse {
display: none; display: none;
} }
.collapse.in { .collapse.in {
display: block; display: block;
} }
.collapsing { .collapsing {
position: relative; position: relative;
height: 0; height: 0;
overflow: hidden; overflow: hidden;
-webkit-transition: height 0.35s ease; -webkit-transition: height .35s ease;
transition: height 0.35s ease; transition: height .35s ease;
} }
@font-face { @font-face {
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
src: url('../fonts/glyphicons-halflings-regular.eot'); src: url('../fonts/glyphicons-halflings-regular.eot');
src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
} }
.glyphicon { .glyphicon {
position: relative; position: relative;
top: 1px; top: 1px;
display: inline-block; display: inline-block;
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
-webkit-font-smoothing: antialiased;
font-style: normal; font-style: normal;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.glyphicon:empty { .glyphicon:empty {
width: 1em; width: 1em;
} }
.glyphicon-asterisk:before { .glyphicon-asterisk:before {
content: "\2a"; content: "\2a";
} }
.glyphicon-plus:before { .glyphicon-plus:before {
content: "\2b"; content: "\2b";
} }
.glyphicon-euro:before { .glyphicon-euro:before {
content: "\20ac"; content: "\20ac";
} }
.glyphicon-minus:before { .glyphicon-minus:before {
content: "\2212"; content: "\2212";
} }
.glyphicon-cloud:before { .glyphicon-cloud:before {
content: "\2601"; content: "\2601";
} }
.glyphicon-envelope:before { .glyphicon-envelope:before {
content: "\2709"; content: "\2709";
} }
.glyphicon-pencil:before { .glyphicon-pencil:before {
content: "\270f"; content: "\270f";
} }
.glyphicon-glass:before { .glyphicon-glass:before {
content: "\e001"; content: "\e001";
} }
.glyphicon-music:before { .glyphicon-music:before {
content: "\e002"; content: "\e002";
} }
.glyphicon-search:before { .glyphicon-search:before {
content: "\e003"; content: "\e003";
} }
.glyphicon-heart:before { .glyphicon-heart:before {
content: "\e005"; content: "\e005";
} }
.glyphicon-star:before { .glyphicon-star:before {
content: "\e006"; content: "\e006";
} }
.glyphicon-star-empty:before { .glyphicon-star-empty:before {
content: "\e007"; content: "\e007";
} }
.glyphicon-user:before { .glyphicon-user:before {
content: "\e008"; content: "\e008";
} }
.glyphicon-film:before { .glyphicon-film:before {
content: "\e009"; content: "\e009";
} }
.glyphicon-th-large:before { .glyphicon-th-large:before {
content: "\e010"; content: "\e010";
} }
.glyphicon-th:before { .glyphicon-th:before {
content: "\e011"; content: "\e011";
} }
.glyphicon-th-list:before { .glyphicon-th-list:before {
content: "\e012"; content: "\e012";
} }
.glyphicon-ok:before { .glyphicon-ok:before {
content: "\e013"; content: "\e013";
} }
.glyphicon-remove:before { .glyphicon-remove:before {
content: "\e014"; content: "\e014";
} }
.glyphicon-zoom-in:before { .glyphicon-zoom-in:before {
content: "\e015"; content: "\e015";
} }
.glyphicon-zoom-out:before { .glyphicon-zoom-out:before {
content: "\e016"; content: "\e016";
} }
.glyphicon-off:before { .glyphicon-off:before {
content: "\e017"; content: "\e017";
} }
.glyphicon-signal:before { .glyphicon-signal:before {
content: "\e018"; content: "\e018";
} }
.glyphicon-cog:before { .glyphicon-cog:before {
content: "\e019"; content: "\e019";
} }
.glyphicon-trash:before { .glyphicon-trash:before {
content: "\e020"; content: "\e020";
} }
.glyphicon-home:before { .glyphicon-home:before {
content: "\e021"; content: "\e021";
} }
.glyphicon-file:before { .glyphicon-file:before {
content: "\e022"; content: "\e022";
} }
.glyphicon-time:before { .glyphicon-time:before {
content: "\e023"; content: "\e023";
} }
.glyphicon-road:before { .glyphicon-road:before {
content: "\e024"; content: "\e024";
} }
.glyphicon-download-alt:before { .glyphicon-download-alt:before {
content: "\e025"; content: "\e025";
} }
.glyphicon-download:before { .glyphicon-download:before {
content: "\e026"; content: "\e026";
} }
.glyphicon-upload:before { .glyphicon-upload:before {
content: "\e027"; content: "\e027";
} }
.glyphicon-inbox:before { .glyphicon-inbox:before {
content: "\e028"; content: "\e028";
} }
.glyphicon-play-circle:before { .glyphicon-play-circle:before {
content: "\e029"; content: "\e029";
} }
.glyphicon-repeat:before { .glyphicon-repeat:before {
content: "\e030"; content: "\e030";
} }
.glyphicon-refresh:before { .glyphicon-refresh:before {
content: "\e031"; content: "\e031";
} }
.glyphicon-list-alt:before { .glyphicon-list-alt:before {
content: "\e032"; content: "\e032";
} }
.glyphicon-lock:before { .glyphicon-lock:before {
content: "\e033"; content: "\e033";
} }
.glyphicon-flag:before { .glyphicon-flag:before {
content: "\e034"; content: "\e034";
} }
.glyphicon-headphones:before { .glyphicon-headphones:before {
content: "\e035"; content: "\e035";
} }
.glyphicon-volume-off:before { .glyphicon-volume-off:before {
content: "\e036"; content: "\e036";
} }
.glyphicon-volume-down:before { .glyphicon-volume-down:before {
content: "\e037"; content: "\e037";
} }
.glyphicon-volume-up:before { .glyphicon-volume-up:before {
content: "\e038"; content: "\e038";
} }
.glyphicon-qrcode:before { .glyphicon-qrcode:before {
content: "\e039"; content: "\e039";
} }
.glyphicon-barcode:before { .glyphicon-barcode:before {
content: "\e040"; content: "\e040";
} }
.glyphicon-tag:before { .glyphicon-tag:before {
content: "\e041"; content: "\e041";
} }
.glyphicon-tags:before { .glyphicon-tags:before {
content: "\e042"; content: "\e042";
} }
.glyphicon-book:before { .glyphicon-book:before {
content: "\e043"; content: "\e043";
} }
.glyphicon-bookmark:before { .glyphicon-bookmark:before {
content: "\e044"; content: "\e044";
} }
.glyphicon-print:before { .glyphicon-print:before {
content: "\e045"; content: "\e045";
} }
.glyphicon-camera:before { .glyphicon-camera:before {
content: "\e046"; content: "\e046";
} }
.glyphicon-font:before { .glyphicon-font:before {
content: "\e047"; content: "\e047";
} }
.glyphicon-bold:before { .glyphicon-bold:before {
content: "\e048"; content: "\e048";
} }
.glyphicon-italic:before { .glyphicon-italic:before {
content: "\e049"; content: "\e049";
} }
.glyphicon-text-height:before { .glyphicon-text-height:before {
content: "\e050"; content: "\e050";
} }
.glyphicon-text-width:before { .glyphicon-text-width:before {
content: "\e051"; content: "\e051";
} }
.glyphicon-align-left:before { .glyphicon-align-left:before {
content: "\e052"; content: "\e052";
} }
.glyphicon-align-center:before { .glyphicon-align-center:before {
content: "\e053"; content: "\e053";
} }
.glyphicon-align-right:before { .glyphicon-align-right:before {
content: "\e054"; content: "\e054";
} }
.glyphicon-align-justify:before { .glyphicon-align-justify:before {
content: "\e055"; content: "\e055";
} }
.glyphicon-list:before { .glyphicon-list:before {
content: "\e056"; content: "\e056";
} }
.glyphicon-indent-left:before { .glyphicon-indent-left:before {
content: "\e057"; content: "\e057";
} }
.glyphicon-indent-right:before { .glyphicon-indent-right:before {
content: "\e058"; content: "\e058";
} }
.glyphicon-facetime-video:before { .glyphicon-facetime-video:before {
content: "\e059"; content: "\e059";
} }
.glyphicon-picture:before { .glyphicon-picture:before {
content: "\e060"; content: "\e060";
} }
.glyphicon-map-marker:before { .glyphicon-map-marker:before {
content: "\e062"; content: "\e062";
} }
.glyphicon-adjust:before { .glyphicon-adjust:before {
content: "\e063"; content: "\e063";
} }
.glyphicon-tint:before { .glyphicon-tint:before {
content: "\e064"; content: "\e064";
} }
.glyphicon-edit:before { .glyphicon-edit:before {
content: "\e065"; content: "\e065";
} }
.glyphicon-share:before { .glyphicon-share:before {
content: "\e066"; content: "\e066";
} }
.glyphicon-check:before { .glyphicon-check:before {
content: "\e067"; content: "\e067";
} }
.glyphicon-move:before { .glyphicon-move:before {
content: "\e068"; content: "\e068";
} }
.glyphicon-step-backward:before { .glyphicon-step-backward:before {
content: "\e069"; content: "\e069";
} }
.glyphicon-fast-backward:before { .glyphicon-fast-backward:before {
content: "\e070"; content: "\e070";
} }
.glyphicon-backward:before { .glyphicon-backward:before {
content: "\e071"; content: "\e071";
} }
.glyphicon-play:before { .glyphicon-play:before {
content: "\e072"; content: "\e072";
} }
.glyphicon-pause:before { .glyphicon-pause:before {
content: "\e073"; content: "\e073";
} }
.glyphicon-stop:before { .glyphicon-stop:before {
content: "\e074"; content: "\e074";
} }
.glyphicon-forward:before { .glyphicon-forward:before {
content: "\e075"; content: "\e075";
} }
.glyphicon-fast-forward:before { .glyphicon-fast-forward:before {
content: "\e076"; content: "\e076";
} }
.glyphicon-step-forward:before { .glyphicon-step-forward:before {
content: "\e077"; content: "\e077";
} }
.glyphicon-eject:before { .glyphicon-eject:before {
content: "\e078"; content: "\e078";
} }
.glyphicon-chevron-left:before { .glyphicon-chevron-left:before {
content: "\e079"; content: "\e079";
} }
.glyphicon-chevron-right:before { .glyphicon-chevron-right:before {
content: "\e080"; content: "\e080";
} }
.glyphicon-plus-sign:before { .glyphicon-plus-sign:before {
content: "\e081"; content: "\e081";
} }
.glyphicon-minus-sign:before { .glyphicon-minus-sign:before {
content: "\e082"; content: "\e082";
} }
.glyphicon-remove-sign:before { .glyphicon-remove-sign:before {
content: "\e083"; content: "\e083";
} }
.glyphicon-ok-sign:before { .glyphicon-ok-sign:before {
content: "\e084"; content: "\e084";
} }
.glyphicon-question-sign:before { .glyphicon-question-sign:before {
content: "\e085"; content: "\e085";
} }
.glyphicon-info-sign:before { .glyphicon-info-sign:before {
content: "\e086"; content: "\e086";
} }
.glyphicon-screenshot:before { .glyphicon-screenshot:before {
content: "\e087"; content: "\e087";
} }
.glyphicon-remove-circle:before { .glyphicon-remove-circle:before {
content: "\e088"; content: "\e088";
} }
.glyphicon-ok-circle:before { .glyphicon-ok-circle:before {
content: "\e089"; content: "\e089";
} }
.glyphicon-ban-circle:before { .glyphicon-ban-circle:before {
content: "\e090"; content: "\e090";
} }
.glyphicon-arrow-left:before { .glyphicon-arrow-left:before {
content: "\e091"; content: "\e091";
} }
.glyphicon-arrow-right:before { .glyphicon-arrow-right:before {
content: "\e092"; content: "\e092";
} }
.glyphicon-arrow-up:before { .glyphicon-arrow-up:before {
content: "\e093"; content: "\e093";
} }
.glyphicon-arrow-down:before { .glyphicon-arrow-down:before {
content: "\e094"; content: "\e094";
} }
.glyphicon-share-alt:before { .glyphicon-share-alt:before {
content: "\e095"; content: "\e095";
} }
.glyphicon-resize-full:before { .glyphicon-resize-full:before {
content: "\e096"; content: "\e096";
} }
.glyphicon-resize-small:before { .glyphicon-resize-small:before {
content: "\e097"; content: "\e097";
} }
.glyphicon-exclamation-sign:before { .glyphicon-exclamation-sign:before {
content: "\e101"; content: "\e101";
} }
.glyphicon-gift:before { .glyphicon-gift:before {
content: "\e102"; content: "\e102";
} }
.glyphicon-leaf:before { .glyphicon-leaf:before {
content: "\e103"; content: "\e103";
} }
.glyphicon-fire:before { .glyphicon-fire:before {
content: "\e104"; content: "\e104";
} }
.glyphicon-eye-open:before { .glyphicon-eye-open:before {
content: "\e105"; content: "\e105";
} }
.glyphicon-eye-close:before { .glyphicon-eye-close:before {
content: "\e106"; content: "\e106";
} }
.glyphicon-warning-sign:before { .glyphicon-warning-sign:before {
content: "\e107"; content: "\e107";
} }
.glyphicon-plane:before { .glyphicon-plane:before {
content: "\e108"; content: "\e108";
} }
.glyphicon-calendar:before { .glyphicon-calendar:before {
content: "\e109"; content: "\e109";
} }
.glyphicon-random:before { .glyphicon-random:before {
content: "\e110"; content: "\e110";
} }
.glyphicon-comment:before { .glyphicon-comment:before {
content: "\e111"; content: "\e111";
} }
.glyphicon-magnet:before { .glyphicon-magnet:before {
content: "\e112"; content: "\e112";
} }
.glyphicon-chevron-up:before { .glyphicon-chevron-up:before {
content: "\e113"; content: "\e113";
} }
.glyphicon-chevron-down:before { .glyphicon-chevron-down:before {
content: "\e114"; content: "\e114";
} }
.glyphicon-retweet:before { .glyphicon-retweet:before {
content: "\e115"; content: "\e115";
} }
.glyphicon-shopping-cart:before { .glyphicon-shopping-cart:before {
content: "\e116"; content: "\e116";
} }
.glyphicon-folder-close:before { .glyphicon-folder-close:before {
content: "\e117"; content: "\e117";
} }
.glyphicon-folder-open:before { .glyphicon-folder-open:before {
content: "\e118"; content: "\e118";
} }
.glyphicon-resize-vertical:before { .glyphicon-resize-vertical:before {
content: "\e119"; content: "\e119";
} }
.glyphicon-resize-horizontal:before { .glyphicon-resize-horizontal:before {
content: "\e120"; content: "\e120";
} }
.glyphicon-hdd:before { .glyphicon-hdd:before {
content: "\e121"; content: "\e121";
} }
.glyphicon-bullhorn:before { .glyphicon-bullhorn:before {
content: "\e122"; content: "\e122";
} }
.glyphicon-bell:before { .glyphicon-bell:before {
content: "\e123"; content: "\e123";
} }
.glyphicon-certificate:before { .glyphicon-certificate:before {
content: "\e124"; content: "\e124";
} }
.glyphicon-thumbs-up:before { .glyphicon-thumbs-up:before {
content: "\e125"; content: "\e125";
} }
.glyphicon-thumbs-down:before { .glyphicon-thumbs-down:before {
content: "\e126"; content: "\e126";
} }
.glyphicon-hand-right:before { .glyphicon-hand-right:before {
content: "\e127"; content: "\e127";
} }
.glyphicon-hand-left:before { .glyphicon-hand-left:before {
content: "\e128"; content: "\e128";
} }
.glyphicon-hand-up:before { .glyphicon-hand-up:before {
content: "\e129"; content: "\e129";
} }
.glyphicon-hand-down:before { .glyphicon-hand-down:before {
content: "\e130"; content: "\e130";
} }
.glyphicon-circle-arrow-right:before { .glyphicon-circle-arrow-right:before {
content: "\e131"; content: "\e131";
} }
.glyphicon-circle-arrow-left:before { .glyphicon-circle-arrow-left:before {
content: "\e132"; content: "\e132";
} }
.glyphicon-circle-arrow-up:before { .glyphicon-circle-arrow-up:before {
content: "\e133"; content: "\e133";
} }
.glyphicon-circle-arrow-down:before { .glyphicon-circle-arrow-down:before {
content: "\e134"; content: "\e134";
} }
.glyphicon-globe:before { .glyphicon-globe:before {
content: "\e135"; content: "\e135";
} }
.glyphicon-wrench:before { .glyphicon-wrench:before {
content: "\e136"; content: "\e136";
} }
.glyphicon-tasks:before { .glyphicon-tasks:before {
content: "\e137"; content: "\e137";
} }
.glyphicon-filter:before { .glyphicon-filter:before {
content: "\e138"; content: "\e138";
} }
.glyphicon-briefcase:before { .glyphicon-briefcase:before {
content: "\e139"; content: "\e139";
} }
.glyphicon-fullscreen:before { .glyphicon-fullscreen:before {
content: "\e140"; content: "\e140";
} }
.glyphicon-dashboard:before { .glyphicon-dashboard:before {
content: "\e141"; content: "\e141";
} }
.glyphicon-paperclip:before { .glyphicon-paperclip:before {
content: "\e142"; content: "\e142";
} }
.glyphicon-heart-empty:before { .glyphicon-heart-empty:before {
content: "\e143"; content: "\e143";
} }
.glyphicon-link:before { .glyphicon-link:before {
content: "\e144"; content: "\e144";
} }
.glyphicon-phone:before { .glyphicon-phone:before {
content: "\e145"; content: "\e145";
} }
.glyphicon-pushpin:before { .glyphicon-pushpin:before {
content: "\e146"; content: "\e146";
} }
.glyphicon-usd:before { .glyphicon-usd:before {
content: "\e148"; content: "\e148";
} }
.glyphicon-gbp:before { .glyphicon-gbp:before {
content: "\e149"; content: "\e149";
} }
.glyphicon-sort:before { .glyphicon-sort:before {
content: "\e150"; content: "\e150";
} }
.glyphicon-sort-by-alphabet:before { .glyphicon-sort-by-alphabet:before {
content: "\e151"; content: "\e151";
} }
.glyphicon-sort-by-alphabet-alt:before { .glyphicon-sort-by-alphabet-alt:before {
content: "\e152"; content: "\e152";
} }
.glyphicon-sort-by-order:before { .glyphicon-sort-by-order:before {
content: "\e153"; content: "\e153";
} }
.glyphicon-sort-by-order-alt:before { .glyphicon-sort-by-order-alt:before {
content: "\e154"; content: "\e154";
} }
.glyphicon-sort-by-attributes:before { .glyphicon-sort-by-attributes:before {
content: "\e155"; content: "\e155";
} }
.glyphicon-sort-by-attributes-alt:before { .glyphicon-sort-by-attributes-alt:before {
content: "\e156"; content: "\e156";
} }
.glyphicon-unchecked:before { .glyphicon-unchecked:before {
content: "\e157"; content: "\e157";
} }
.glyphicon-expand:before { .glyphicon-expand:before {
content: "\e158"; content: "\e158";
} }
.glyphicon-collapse-down:before { .glyphicon-collapse-down:before {
content: "\e159"; content: "\e159";
} }
.glyphicon-collapse-up:before { .glyphicon-collapse-up:before {
content: "\e160"; content: "\e160";
} }
.glyphicon-log-in:before { .glyphicon-log-in:before {
content: "\e161"; content: "\e161";
} }
.glyphicon-flash:before { .glyphicon-flash:before {
content: "\e162"; content: "\e162";
} }
.glyphicon-log-out:before { .glyphicon-log-out:before {
content: "\e163"; content: "\e163";
} }
.glyphicon-new-window:before { .glyphicon-new-window:before {
content: "\e164"; content: "\e164";
} }
.glyphicon-record:before { .glyphicon-record:before {
content: "\e165"; content: "\e165";
} }
.glyphicon-save:before { .glyphicon-save:before {
content: "\e166"; content: "\e166";
} }
.glyphicon-open:before { .glyphicon-open:before {
content: "\e167"; content: "\e167";
} }
.glyphicon-saved:before { .glyphicon-saved:before {
content: "\e168"; content: "\e168";
} }
.glyphicon-import:before { .glyphicon-import:before {
content: "\e169"; content: "\e169";
} }
.glyphicon-export:before { .glyphicon-export:before {
content: "\e170"; content: "\e170";
} }
.glyphicon-send:before { .glyphicon-send:before {
content: "\e171"; content: "\e171";
} }
.glyphicon-floppy-disk:before { .glyphicon-floppy-disk:before {
content: "\e172"; content: "\e172";
} }
.glyphicon-floppy-saved:before { .glyphicon-floppy-saved:before {
content: "\e173"; content: "\e173";
} }
.glyphicon-floppy-remove:before { .glyphicon-floppy-remove:before {
content: "\e174"; content: "\e174";
} }
.glyphicon-floppy-save:before { .glyphicon-floppy-save:before {
content: "\e175"; content: "\e175";
} }
.glyphicon-floppy-open:before { .glyphicon-floppy-open:before {
content: "\e176"; content: "\e176";
} }
.glyphicon-credit-card:before { .glyphicon-credit-card:before {
content: "\e177"; content: "\e177";
} }
.glyphicon-transfer:before { .glyphicon-transfer:before {
content: "\e178"; content: "\e178";
} }
.glyphicon-cutlery:before { .glyphicon-cutlery:before {
content: "\e179"; content: "\e179";
} }
.glyphicon-header:before { .glyphicon-header:before {
content: "\e180"; content: "\e180";
} }
.glyphicon-compressed:before { .glyphicon-compressed:before {
content: "\e181"; content: "\e181";
} }
.glyphicon-earphone:before { .glyphicon-earphone:before {
content: "\e182"; content: "\e182";
} }
.glyphicon-phone-alt:before { .glyphicon-phone-alt:before {
content: "\e183"; content: "\e183";
} }
.glyphicon-tower:before { .glyphicon-tower:before {
content: "\e184"; content: "\e184";
} }
.glyphicon-stats:before { .glyphicon-stats:before {
content: "\e185"; content: "\e185";
} }
.glyphicon-sd-video:before { .glyphicon-sd-video:before {
content: "\e186"; content: "\e186";
} }
.glyphicon-hd-video:before { .glyphicon-hd-video:before {
content: "\e187"; content: "\e187";
} }
.glyphicon-subtitles:before { .glyphicon-subtitles:before {
content: "\e188"; content: "\e188";
} }
.glyphicon-sound-stereo:before { .glyphicon-sound-stereo:before {
content: "\e189"; content: "\e189";
} }
.glyphicon-sound-dolby:before { .glyphicon-sound-dolby:before {
content: "\e190"; content: "\e190";
} }
.glyphicon-sound-5-1:before { .glyphicon-sound-5-1:before {
content: "\e191"; content: "\e191";
} }
.glyphicon-sound-6-1:before { .glyphicon-sound-6-1:before {
content: "\e192"; content: "\e192";
} }
.glyphicon-sound-7-1:before { .glyphicon-sound-7-1:before {
content: "\e193"; content: "\e193";
} }
.glyphicon-copyright-mark:before { .glyphicon-copyright-mark:before {
content: "\e194"; content: "\e194";
} }
.glyphicon-registration-mark:before { .glyphicon-registration-mark:before {
content: "\e195"; content: "\e195";
} }
.glyphicon-cloud-download:before { .glyphicon-cloud-download:before {
content: "\e197"; content: "\e197";
} }
.glyphicon-cloud-upload:before { .glyphicon-cloud-upload:before {
content: "\e198"; content: "\e198";
} }
.glyphicon-tree-conifer:before { .glyphicon-tree-conifer:before {
content: "\e199"; content: "\e199";
} }
.glyphicon-tree-deciduous:before { .glyphicon-tree-deciduous:before {
content: "\e200"; content: "\e200";
} }
.caret { .caret {
display: inline-block; display: inline-block;
width: 0; width: 0;
@ -3587,15 +2887,12 @@ input[type="button"].btn-block {
border-right: 4px solid transparent; border-right: 4px solid transparent;
border-left: 4px solid transparent; border-left: 4px solid transparent;
} }
.dropdown { .dropdown {
position: relative; position: relative;
} }
.dropdown-toggle:focus { .dropdown-toggle:focus {
outline: 0; outline: 0;
} }
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
top: 100%; top: 100%;
@ -3608,84 +2905,73 @@ input[type="button"].btn-block {
margin: 2px 0 0; margin: 2px 0 0;
font-size: 14px; font-size: 14px;
list-style: none; list-style: none;
background-color: #ffffff; background-color: #fff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
} }
.dropdown-menu.pull-right { .dropdown-menu.pull-right {
right: 0; right: 0;
left: auto; left: auto;
} }
.dropdown-menu .divider { .dropdown-menu .divider {
height: 1px; height: 1px;
margin: 9px 0; margin: 9px 0;
overflow: hidden; overflow: hidden;
background-color: #e5e5e5; background-color: #e5e5e5;
} }
.dropdown-menu > li > a { .dropdown-menu > li > a {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
clear: both; clear: both;
font-weight: normal; font-weight: normal;
line-height: 1.428571429; line-height: 1.428571429;
color: #333333; color: #333;
white-space: nowrap; white-space: nowrap;
} }
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus { .dropdown-menu > li > a:focus {
color: #262626; color: #262626;
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
.dropdown-menu > .active > a, .dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus { .dropdown-menu > .active > a:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #428bca; background-color: #428bca;
outline: 0; outline: 0;
} }
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
color: #999999; color: #999;
} }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus { .dropdown-menu > .disabled > a:focus {
text-decoration: none; text-decoration: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
background-image: none; background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
} }
.open > .dropdown-menu { .open > .dropdown-menu {
display: block; display: block;
} }
.open > a { .open > a {
outline: 0; outline: 0;
} }
.dropdown-header { .dropdown-header {
display: block; display: block;
padding: 3px 20px; padding: 3px 20px;
font-size: 12px; font-size: 12px;
line-height: 1.428571429; line-height: 1.428571429;
color: #999999; color: #999;
} }
.dropdown-backdrop { .dropdown-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;
@ -3694,46 +2980,39 @@ input[type="button"].btn-block {
left: 0; left: 0;
z-index: 990; z-index: 990;
} }
.pull-right > .dropdown-menu { .pull-right > .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
} }
.dropup .caret, .dropup .caret,
.navbar-fixed-bottom .dropdown .caret { .navbar-fixed-bottom .dropdown .caret {
content: "";
border-top: 0; border-top: 0;
border-bottom: 4px solid; border-bottom: 4px solid;
content: "";
} }
.dropup .dropdown-menu, .dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu { .navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto; top: auto;
bottom: 100%; bottom: 100%;
margin-bottom: 1px; margin-bottom: 1px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-right .dropdown-menu { .navbar-right .dropdown-menu {
right: 0; right: 0;
left: auto; left: auto;
} }
} }
.btn-group, .btn-group,
.btn-group-vertical { .btn-group-vertical {
position: relative; position: relative;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
} }
.btn-group > .btn, .btn-group > .btn,
.btn-group-vertical > .btn { .btn-group-vertical > .btn {
position: relative; position: relative;
float: left; float: left;
} }
.btn-group > .btn:hover, .btn-group > .btn:hover,
.btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:hover,
.btn-group > .btn:focus, .btn-group > .btn:focus,
@ -3744,147 +3023,103 @@ input[type="button"].btn-block {
.btn-group-vertical > .btn.active { .btn-group-vertical > .btn.active {
z-index: 2; z-index: 2;
} }
.btn-group > .btn:focus, .btn-group > .btn:focus,
.btn-group-vertical > .btn:focus { .btn-group-vertical > .btn:focus {
outline: none; outline: none;
} }
.btn-group .btn + .btn, .btn-group .btn + .btn,
.btn-group .btn + .btn-group, .btn-group .btn + .btn-group,
.btn-group .btn-group + .btn, .btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group { .btn-group .btn-group + .btn-group {
margin-left: -1px; margin-left: -1px;
} }
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
display: table;
content: " ";
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group { .btn-toolbar .btn-group {
float: left; float: left;
} }
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group { .btn-toolbar > .btn-group + .btn-group {
margin-left: 5px; margin-left: 5px;
} }
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0; border-radius: 0;
} }
.btn-group > .btn:first-child { .btn-group > .btn:first-child {
margin-left: 0; margin-left: 0;
} }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.btn-group > .btn:last-child:not(:first-child), .btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) { .btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.btn-group > .btn-group { .btn-group > .btn-group {
float: left; float: left;
} }
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
} }
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle { .btn-group > .btn-group:first-child > .dropdown-toggle {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.btn-group > .btn-group:last-child > .btn:first-child { .btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.btn-group .dropdown-toggle:active, .btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
outline: 0; outline: 0;
} }
.btn-group-xs > .btn { .btn-group-xs > .btn {
padding: 1px 5px; padding: 1px 5px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
.btn-group-sm > .btn { .btn-group-sm > .btn {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
.btn-group-lg > .btn { .btn-group-lg > .btn {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
.btn-group > .btn + .dropdown-toggle { .btn-group > .btn + .dropdown-toggle {
padding-right: 8px; padding-right: 8px;
padding-left: 8px; padding-left: 8px;
} }
.btn-group > .btn-lg + .dropdown-toggle { .btn-group > .btn-lg + .dropdown-toggle {
padding-right: 12px; padding-right: 12px;
padding-left: 12px; padding-left: 12px;
} }
.btn-group.open .dropdown-toggle { .btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
} }
.btn-group.open .dropdown-toggle.btn-link { .btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none; -webkit-box-shadow: none;
box-shadow: none; box-shadow: none;
} }
.btn .caret { .btn .caret {
margin-left: 0; margin-left: 0;
} }
.btn-lg .caret { .btn-lg .caret {
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-bottom-width: 0; border-bottom-width: 0;
} }
.dropup .btn-lg .caret { .dropup .btn-lg .caret {
border-width: 0 5px 5px; border-width: 0 5px 5px;
} }
.btn-group-vertical > .btn, .btn-group-vertical > .btn,
.btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn { .btn-group-vertical > .btn-group > .btn {
@ -3893,31 +3128,9 @@ input[type="button"].btn-block {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;
} }
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
display: table;
content: " ";
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn { .btn-group-vertical > .btn-group > .btn {
float: none; float: none;
} }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn,
@ -3925,78 +3138,64 @@ input[type="button"].btn-block {
margin-top: -1px; margin-top: -1px;
margin-left: 0; margin-left: 0;
} }
.btn-group-vertical > .btn:not(:first-child):not(:last-child) { .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0; border-radius: 0;
} }
.btn-group-vertical > .btn:first-child:not(:last-child) { .btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn:last-child:not(:first-child) { .btn-group-vertical > .btn:last-child:not(:first-child) {
border-top-left-radius: 0;
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
border-top-left-radius: 0;
} }
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0; border-radius: 0;
} }
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle { .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.btn-group-vertical > .btn-group:last-child > .btn:first-child { .btn-group-vertical > .btn-group:last-child > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
border-collapse: separate;
table-layout: fixed; table-layout: fixed;
border-collapse: separate;
} }
.btn-group-justified > .btn, .btn-group-justified > .btn,
.btn-group-justified > .btn-group { .btn-group-justified > .btn-group {
display: table-cell; display: table-cell;
float: none; float: none;
width: 1%; width: 1%;
} }
.btn-group-justified > .btn-group .btn { .btn-group-justified > .btn-group .btn {
width: 100%; width: 100%;
} }
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] { [data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none; display: none;
} }
.input-group { .input-group {
position: relative; position: relative;
display: table; display: table;
border-collapse: separate; border-collapse: separate;
} }
.input-group[class*="col-"] { .input-group[class*="col-"] {
float: none; float: none;
padding-right: 0; padding-right: 0;
padding-left: 0; padding-left: 0;
} }
.input-group .form-control { .input-group .form-control {
width: 100%; width: 100%;
margin-bottom: 0; margin-bottom: 0;
} }
.input-group-lg > .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn { .input-group-lg > .input-group-btn > .btn {
@ -4006,20 +3205,17 @@ input[type="button"].btn-block {
line-height: 1.33; line-height: 1.33;
border-radius: 6px; border-radius: 6px;
} }
select.input-group-lg > .form-control, select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn { select.input-group-lg > .input-group-btn > .btn {
height: 46px; height: 46px;
line-height: 46px; line-height: 46px;
} }
textarea.input-group-lg > .form-control, textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn { textarea.input-group-lg > .input-group-btn > .btn {
height: auto; height: auto;
} }
.input-group-sm > .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn { .input-group-sm > .input-group-btn > .btn {
@ -4029,68 +3225,58 @@ textarea.input-group-lg > .input-group-btn > .btn {
line-height: 1.5; line-height: 1.5;
border-radius: 3px; border-radius: 3px;
} }
select.input-group-sm > .form-control, select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn { select.input-group-sm > .input-group-btn > .btn {
height: 30px; height: 30px;
line-height: 30px; line-height: 30px;
} }
textarea.input-group-sm > .form-control, textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn { textarea.input-group-sm > .input-group-btn > .btn {
height: auto; height: auto;
} }
.input-group-addon, .input-group-addon,
.input-group-btn, .input-group-btn,
.input-group .form-control { .input-group .form-control {
display: table-cell; display: table-cell;
} }
.input-group-addon:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) { .input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0; border-radius: 0;
} }
.input-group-addon, .input-group-addon,
.input-group-btn { .input-group-btn {
width: 1%; width: 1%;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
} }
.input-group-addon { .input-group-addon {
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
font-weight: normal; font-weight: normal;
line-height: 1; line-height: 1;
color: #555555; color: #555;
text-align: center; text-align: center;
background-color: #eeeeee; background-color: #eee;
border: 1px solid #cccccc; border: 1px solid #ccc;
border-radius: 4px; border-radius: 4px;
} }
.input-group-addon.input-sm { .input-group-addon.input-sm {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
border-radius: 3px; border-radius: 3px;
} }
.input-group-addon.input-lg { .input-group-addon.input-lg {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
border-radius: 6px; border-radius: 6px;
} }
.input-group-addon input[type="radio"], .input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] { .input-group-addon input[type="checkbox"] {
margin-top: 0; margin-top: 0;
} }
.input-group .form-control:first-child, .input-group .form-control:first-child,
.input-group-addon:first-child, .input-group-addon:first-child,
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn,
@ -4099,172 +3285,124 @@ textarea.input-group-sm > .input-group-btn > .btn {
border-top-right-radius: 0; border-top-right-radius: 0;
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
} }
.input-group-addon:first-child { .input-group-addon:first-child {
border-right: 0; border-right: 0;
} }
.input-group .form-control:last-child, .input-group .form-control:last-child,
.input-group-addon:last-child, .input-group-addon:last-child,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) { .input-group-btn:first-child > .btn:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-bottom-left-radius: 0;
} }
.input-group-addon:last-child { .input-group-addon:last-child {
border-left: 0; border-left: 0;
} }
.input-group-btn { .input-group-btn {
position: relative; position: relative;
white-space: nowrap; white-space: nowrap;
} }
.input-group-btn:first-child > .btn { .input-group-btn:first-child > .btn {
margin-right: -1px; margin-right: -1px;
} }
.input-group-btn:last-child > .btn { .input-group-btn:last-child > .btn {
margin-left: -1px; margin-left: -1px;
} }
.input-group-btn > .btn { .input-group-btn > .btn {
position: relative; position: relative;
} }
.input-group-btn > .btn + .btn { .input-group-btn > .btn + .btn {
margin-left: -4px; margin-left: -4px;
} }
.input-group-btn > .btn:hover, .input-group-btn > .btn:hover,
.input-group-btn > .btn:active { .input-group-btn > .btn:active {
z-index: 2; z-index: 2;
} }
.nav { .nav {
padding-left: 0; padding-left: 0;
margin-bottom: 0; margin-bottom: 0;
list-style: none; list-style: none;
} }
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav:before,
.nav:after {
display: table;
content: " ";
}
.nav:after {
clear: both;
}
.nav > li { .nav > li {
position: relative; position: relative;
display: block; display: block;
} }
.nav > li > a { .nav > li > a {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
} }
.nav > li > a:hover, .nav > li > a:hover,
.nav > li > a:focus { .nav > li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eeeeee; background-color: #eee;
} }
.nav > li.disabled > a { .nav > li.disabled > a {
color: #999999; color: #999;
} }
.nav > li.disabled > a:hover, .nav > li.disabled > a:hover,
.nav > li.disabled > a:focus { .nav > li.disabled > a:focus {
color: #999999; color: #999;
text-decoration: none; text-decoration: none;
cursor: not-allowed; cursor: not-allowed;
background-color: transparent; background-color: transparent;
} }
.nav .open > a, .nav .open > a,
.nav .open > a:hover, .nav .open > a:hover,
.nav .open > a:focus { .nav .open > a:focus {
background-color: #eeeeee; background-color: #eee;
border-color: #428bca; border-color: #428bca;
} }
.nav .nav-divider { .nav .nav-divider {
height: 1px; height: 1px;
margin: 9px 0; margin: 9px 0;
overflow: hidden; overflow: hidden;
background-color: #e5e5e5; background-color: #e5e5e5;
} }
.nav > li > a > img { .nav > li > a > img {
max-width: none; max-width: none;
} }
.nav-tabs { .nav-tabs {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #ddd;
} }
.nav-tabs > li { .nav-tabs > li {
float: left; float: left;
margin-bottom: -1px; margin-bottom: -1px;
} }
.nav-tabs > li > a { .nav-tabs > li > a {
margin-right: 2px; margin-right: 2px;
line-height: 1.428571429; line-height: 1.428571429;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs > li > a:hover { .nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #dddddd; border-color: #eee #eee #ddd;
} }
.nav-tabs > li.active > a, .nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus { .nav-tabs > li.active > a:focus {
color: #555555; color: #555;
cursor: default; cursor: default;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
border-bottom-color: transparent; border-bottom-color: transparent;
} }
.nav-tabs.nav-justified { .nav-tabs.nav-justified {
width: 100%; width: 100%;
border-bottom: 0; border-bottom: 0;
} }
.nav-tabs.nav-justified > li { .nav-tabs.nav-justified > li {
float: none; float: none;
} }
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
margin-bottom: 5px; margin-bottom: 5px;
text-align: center; text-align: center;
} }
.nav-tabs.nav-justified > .dropdown .dropdown-menu { .nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto; top: auto;
left: auto; left: auto;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs.nav-justified > li { .nav-tabs.nav-justified > li {
display: table-cell; display: table-cell;
@ -4274,76 +3412,62 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-bottom: 0; margin-bottom: 0;
} }
} }
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
margin-right: 0; margin-right: 0;
border-radius: 4px; border-radius: 4px;
} }
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs.nav-justified > li > a { .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus { .nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff; border-bottom-color: #fff;
} }
} }
.nav-pills > li { .nav-pills > li {
float: left; float: left;
} }
.nav-pills > li > a { .nav-pills > li > a {
border-radius: 4px; border-radius: 4px;
} }
.nav-pills > li + li { .nav-pills > li + li {
margin-left: 2px; margin-left: 2px;
} }
.nav-pills > li.active > a, .nav-pills > li.active > a,
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus { .nav-pills > li.active > a:focus {
color: #ffffff; color: #fff;
background-color: #428bca; background-color: #428bca;
} }
.nav-stacked > li { .nav-stacked > li {
float: none; float: none;
} }
.nav-stacked > li + li { .nav-stacked > li + li {
margin-top: 2px; margin-top: 2px;
margin-left: 0; margin-left: 0;
} }
.nav-justified { .nav-justified {
width: 100%; width: 100%;
} }
.nav-justified > li { .nav-justified > li {
float: none; float: none;
} }
.nav-justified > li > a { .nav-justified > li > a {
margin-bottom: 5px; margin-bottom: 5px;
text-align: center; text-align: center;
} }
.nav-justified > .dropdown .dropdown-menu { .nav-justified > .dropdown .dropdown-menu {
top: auto; top: auto;
left: auto; left: auto;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-justified > li { .nav-justified > li {
display: table-cell; display: table-cell;
@ -4353,141 +3477,68 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-bottom: 0; margin-bottom: 0;
} }
} }
.nav-tabs-justified { .nav-tabs-justified {
border-bottom: 0; border-bottom: 0;
} }
.nav-tabs-justified > li > a { .nav-tabs-justified > li > a {
margin-right: 0; margin-right: 0;
border-radius: 4px; border-radius: 4px;
} }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus {
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.nav-tabs-justified > li > a { .nav-tabs-justified > li > a {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #ddd;
border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
} }
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus { .nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff; border-bottom-color: #fff;
} }
} }
.tab-content > .tab-pane { .tab-content > .tab-pane {
display: none; display: none;
} }
.tab-content > .active { .tab-content > .active {
display: block; display: block;
} }
.nav-tabs .dropdown-menu { .nav-tabs .dropdown-menu {
margin-top: -1px; margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.navbar { .navbar {
position: relative; position: relative;
min-height: 50px; min-height: 50px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid transparent; border: 1px solid transparent;
} }
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
.navbar:before,
.navbar:after {
display: table;
content: " ";
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar { .navbar {
border-radius: 4px; border-radius: 4px;
} }
} }
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
.navbar-header:before,
.navbar-header:after {
display: table;
content: " ";
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-header { .navbar-header {
float: left; float: left;
} }
} }
.navbar-collapse { .navbar-collapse {
max-height: 340px; max-height: 340px;
padding-right: 15px; padding-right: 15px;
padding-left: 15px; padding-left: 15px;
overflow-x: visible; overflow-x: visible;
border-top: 1px solid transparent; border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
} }
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
display: table;
content: " ";
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in { .navbar-collapse.in {
overflow-y: auto; overflow-y: auto;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-collapse { .navbar-collapse {
width: auto; width: auto;
@ -4510,7 +3561,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
padding-left: 0; padding-left: 0;
} }
} }
.container > .navbar-header, .container > .navbar-header,
.container-fluid > .navbar-header, .container-fluid > .navbar-header,
.container > .navbar-collapse, .container > .navbar-collapse,
@ -4518,7 +3568,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-right: -15px; margin-right: -15px;
margin-left: -15px; margin-left: -15px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.container > .navbar-header, .container > .navbar-header,
.container-fluid > .navbar-header, .container-fluid > .navbar-header,
@ -4528,18 +3577,15 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-left: 0; margin-left: 0;
} }
} }
.navbar-static-top { .navbar-static-top {
z-index: 1000; z-index: 1000;
border-width: 0 0 1px; border-width: 0 0 1px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-static-top { .navbar-static-top {
border-radius: 0; border-radius: 0;
} }
} }
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
position: fixed; position: fixed;
@ -4547,44 +3593,37 @@ textarea.input-group-sm > .input-group-btn > .btn {
left: 0; left: 0;
z-index: 1030; z-index: 1030;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-fixed-top, .navbar-fixed-top,
.navbar-fixed-bottom { .navbar-fixed-bottom {
border-radius: 0; border-radius: 0;
} }
} }
.navbar-fixed-top { .navbar-fixed-top {
top: 0; top: 0;
border-width: 0 0 1px; border-width: 0 0 1px;
} }
.navbar-fixed-bottom { .navbar-fixed-bottom {
bottom: 0; bottom: 0;
margin-bottom: 0; margin-bottom: 0;
border-width: 1px 0 0; border-width: 1px 0 0;
} }
.navbar-brand { .navbar-brand {
float: left; float: left;
padding: 15px 15px; padding: 15px 15px;
font-size: 18px; font-size: 18px;
line-height: 20px; line-height: 20px;
} }
.navbar-brand:hover, .navbar-brand:hover,
.navbar-brand:focus { .navbar-brand:focus {
text-decoration: none; text-decoration: none;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand { .navbar > .container-fluid .navbar-brand {
margin-left: -15px; margin-left: -15px;
} }
} }
.navbar-toggle { .navbar-toggle {
position: relative; position: relative;
float: right; float: right;
@ -4597,34 +3636,28 @@ textarea.input-group-sm > .input-group-btn > .btn {
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
} }
.navbar-toggle .icon-bar { .navbar-toggle .icon-bar {
display: block; display: block;
width: 22px; width: 22px;
height: 2px; height: 2px;
border-radius: 1px; border-radius: 1px;
} }
.navbar-toggle .icon-bar + .icon-bar { .navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px; margin-top: 4px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-toggle { .navbar-toggle {
display: none; display: none;
} }
} }
.navbar-nav { .navbar-nav {
margin: 7.5px -15px; margin: 7.5px -15px;
} }
.navbar-nav > li > a { .navbar-nav > li > a {
padding-top: 10px; padding-top: 10px;
padding-bottom: 10px; padding-bottom: 10px;
line-height: 20px; line-height: 20px;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-nav .open .dropdown-menu { .navbar-nav .open .dropdown-menu {
position: static; position: static;
@ -4647,7 +3680,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
background-image: none; background-image: none;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-nav { .navbar-nav {
float: left; float: left;
@ -4664,7 +3696,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-right: -15px; margin-right: -15px;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-left { .navbar-left {
float: left !important; float: left !important;
@ -4673,7 +3704,6 @@ textarea.input-group-sm > .input-group-btn > .btn {
float: right !important; float: right !important;
} }
} }
.navbar-form { .navbar-form {
padding: 10px 15px; padding: 10px 15px;
margin-top: 8px; margin-top: 8px;
@ -4682,10 +3712,9 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-left: -15px; margin-left: -15px;
border-top: 1px solid transparent; border-top: 1px solid transparent;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form .form-group { .navbar-form .form-group {
display: inline-block; display: inline-block;
@ -4713,13 +3742,11 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-left: 0; margin-left: 0;
} }
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-form .form-group { .navbar-form .form-group {
margin-bottom: 5px; margin-bottom: 5px;
} }
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-form { .navbar-form {
width: auto; width: auto;
@ -4735,44 +3762,36 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-right: -15px; margin-right: -15px;
} }
} }
.navbar-nav > li > .dropdown-menu { .navbar-nav > li > .dropdown-menu {
margin-top: 0; margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0; border-bottom-right-radius: 0;
border-bottom-left-radius: 0; border-bottom-left-radius: 0;
} }
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right { .navbar-nav > li > .dropdown-menu.pull-right {
right: 0; right: 0;
left: auto; left: auto;
} }
.navbar-btn { .navbar-btn {
margin-top: 8px; margin-top: 8px;
margin-bottom: 8px; margin-bottom: 8px;
} }
.navbar-btn.btn-sm { .navbar-btn.btn-sm {
margin-top: 10px; margin-top: 10px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.navbar-btn.btn-xs { .navbar-btn.btn-xs {
margin-top: 14px; margin-top: 14px;
margin-bottom: 14px; margin-bottom: 14px;
} }
.navbar-text { .navbar-text {
margin-top: 15px; margin-top: 15px;
margin-bottom: 15px; margin-bottom: 15px;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
.navbar-text { .navbar-text {
float: left; float: left;
@ -4783,174 +3802,144 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-right: 0; margin-right: 0;
} }
} }
.navbar-default { .navbar-default {
background-color: #f8f8f8; background-color: #f8f8f8;
border-color: #e7e7e7; border-color: #e7e7e7;
} }
.navbar-default .navbar-brand { .navbar-default .navbar-brand {
color: #777777; color: #777;
} }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus { .navbar-default .navbar-brand:focus {
color: #5e5e5e; color: #5e5e5e;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-text { .navbar-default .navbar-text {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav > li > a { .navbar-default .navbar-nav > li > a {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus { .navbar-default .navbar-nav > li > a:focus {
color: #333333; color: #333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus { .navbar-default .navbar-nav > .active > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus { .navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-toggle { .navbar-default .navbar-toggle {
border-color: #dddddd; border-color: #ddd;
} }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { .navbar-default .navbar-toggle:focus {
background-color: #dddddd; background-color: #ddd;
} }
.navbar-default .navbar-toggle .icon-bar { .navbar-default .navbar-toggle .icon-bar {
background-color: #888888; background-color: #888;
} }
.navbar-default .navbar-collapse, .navbar-default .navbar-collapse,
.navbar-default .navbar-form { .navbar-default .navbar-form {
border-color: #e7e7e7; border-color: #e7e7e7;
} }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus { .navbar-default .navbar-nav > .open > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a { .navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777777; color: #777;
} }
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333333; color: #333;
background-color: transparent; background-color: transparent;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555555; color: #555;
background-color: #e7e7e7; background-color: #e7e7e7;
} }
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc; color: #ccc;
background-color: transparent; background-color: transparent;
} }
} }
.navbar-default .navbar-link { .navbar-default .navbar-link {
color: #777777; color: #777;
} }
.navbar-default .navbar-link:hover { .navbar-default .navbar-link:hover {
color: #333333; color: #333;
} }
.navbar-inverse { .navbar-inverse {
background-color: #222222; background-color: #222;
border-color: #080808; border-color: #080808;
} }
.navbar-inverse .navbar-brand { .navbar-inverse .navbar-brand {
color: #999999; color: #999;
} }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus { .navbar-inverse .navbar-brand:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-text { .navbar-inverse .navbar-text {
color: #999999; color: #999;
} }
.navbar-inverse .navbar-nav > li > a { .navbar-inverse .navbar-nav > li > a {
color: #999999; color: #999;
} }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus { .navbar-inverse .navbar-nav > li > a:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus { .navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff; color: #fff;
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus { .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444444; color: #444;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-toggle { .navbar-inverse .navbar-toggle {
border-color: #333333; border-color: #333;
} }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus { .navbar-inverse .navbar-toggle:focus {
background-color: #333333; background-color: #333;
} }
.navbar-inverse .navbar-toggle .icon-bar { .navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff; background-color: #fff;
} }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form { .navbar-inverse .navbar-form {
border-color: #101010; border-color: #101010;
} }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { .navbar-inverse .navbar-nav > .open > a:focus {
color: #ffffff; color: #fff;
background-color: #080808; background-color: #080808;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #080808; border-color: #080808;
@ -4959,35 +3948,32 @@ textarea.input-group-sm > .input-group-btn > .btn {
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #999999; color: #999;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #ffffff; color: #fff;
background-color: transparent; background-color: transparent;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff; color: #fff;
background-color: #080808; background-color: #080808;
} }
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444444; color: #444;
background-color: transparent; background-color: transparent;
} }
} }
.navbar-inverse .navbar-link { .navbar-inverse .navbar-link {
color: #999999; color: #999;
} }
.navbar-inverse .navbar-link:hover { .navbar-inverse .navbar-link:hover {
color: #ffffff; color: #fff;
} }
.breadcrumb { .breadcrumb {
padding: 8px 15px; padding: 8px 15px;
margin-bottom: 20px; margin-bottom: 20px;
@ -4995,32 +3981,26 @@ textarea.input-group-sm > .input-group-btn > .btn {
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
} }
.breadcrumb > li { .breadcrumb > li {
display: inline-block; display: inline-block;
} }
.breadcrumb > li + li:before { .breadcrumb > li + li:before {
padding: 0 5px; padding: 0 5px;
color: #cccccc; color: #ccc;
content: "/\00a0"; content: "/\00a0";
} }
.breadcrumb > .active { .breadcrumb > .active {
color: #999999; color: #999;
} }
.pagination { .pagination {
display: inline-block; display: inline-block;
padding-left: 0; padding-left: 0;
margin: 20px 0; margin: 20px 0;
border-radius: 4px; border-radius: 4px;
} }
.pagination > li { .pagination > li {
display: inline; display: inline;
} }
.pagination > li > a, .pagination > li > a,
.pagination > li > span { .pagination > li > span {
position: relative; position: relative;
@ -5029,30 +4009,26 @@ textarea.input-group-sm > .input-group-btn > .btn {
margin-left: -1px; margin-left: -1px;
line-height: 1.428571429; line-height: 1.428571429;
text-decoration: none; text-decoration: none;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
.pagination > li:first-child > a, .pagination > li:first-child > a,
.pagination > li:first-child > span { .pagination > li:first-child > span {
margin-left: 0; margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
} }
.pagination > li:last-child > a, .pagination > li:last-child > a,
.pagination > li:last-child > span { .pagination > li:last-child > span {
border-top-right-radius: 4px; border-top-right-radius: 4px;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
} }
.pagination > li > a:hover, .pagination > li > a:hover,
.pagination > li > span:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > a:focus,
.pagination > li > span:focus { .pagination > li > span:focus {
background-color: #eeeeee; background-color: #eee;
} }
.pagination > .active > a, .pagination > .active > a,
.pagination > .active > span, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > a:hover,
@ -5060,208 +4036,157 @@ textarea.input-group-sm > .input-group-btn > .btn {
.pagination > .active > a:focus, .pagination > .active > a:focus,
.pagination > .active > span:focus { .pagination > .active > span:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #fff;
cursor: default; cursor: default;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
.pagination > .disabled > span, .pagination > .disabled > span,
.pagination > .disabled > span:hover, .pagination > .disabled > span:hover,
.pagination > .disabled > span:focus, .pagination > .disabled > span:focus,
.pagination > .disabled > a, .pagination > .disabled > a,
.pagination > .disabled > a:hover, .pagination > .disabled > a:hover,
.pagination > .disabled > a:focus { .pagination > .disabled > a:focus {
color: #999999; color: #999;
cursor: not-allowed; cursor: not-allowed;
background-color: #ffffff; background-color: #fff;
border-color: #dddddd; border-color: #ddd;
} }
.pagination-lg > li > a, .pagination-lg > li > a,
.pagination-lg > li > span { .pagination-lg > li > span {
padding: 10px 16px; padding: 10px 16px;
font-size: 18px; font-size: 18px;
} }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span { .pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px; border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
} }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span { .pagination-lg > li:last-child > span {
border-top-right-radius: 6px; border-top-right-radius: 6px;
border-bottom-right-radius: 6px; border-bottom-right-radius: 6px;
} }
.pagination-sm > li > a, .pagination-sm > li > a,
.pagination-sm > li > span { .pagination-sm > li > span {
padding: 5px 10px; padding: 5px 10px;
font-size: 12px; font-size: 12px;
} }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span { .pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
} }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span { .pagination-sm > li:last-child > span {
border-top-right-radius: 3px; border-top-right-radius: 3px;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
} }
.pager { .pager {
padding-left: 0; padding-left: 0;
margin: 20px 0; margin: 20px 0;
text-align: center; text-align: center;
list-style: none; list-style: none;
} }
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager:before,
.pager:after {
display: table;
content: " ";
}
.pager:after {
clear: both;
}
.pager li { .pager li {
display: inline; display: inline;
} }
.pager li > a, .pager li > a,
.pager li > span { .pager li > span {
display: inline-block; display: inline-block;
padding: 5px 14px; padding: 5px 14px;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
border-radius: 15px; border-radius: 15px;
} }
.pager li > a:hover, .pager li > a:hover,
.pager li > a:focus { .pager li > a:focus {
text-decoration: none; text-decoration: none;
background-color: #eeeeee; background-color: #eee;
} }
.pager .next > a, .pager .next > a,
.pager .next > span { .pager .next > span {
float: right; float: right;
} }
.pager .previous > a, .pager .previous > a,
.pager .previous > span { .pager .previous > span {
float: left; float: left;
} }
.pager .disabled > a, .pager .disabled > a,
.pager .disabled > a:hover, .pager .disabled > a:hover,
.pager .disabled > a:focus, .pager .disabled > a:focus,
.pager .disabled > span { .pager .disabled > span {
color: #999999; color: #999;
cursor: not-allowed; cursor: not-allowed;
background-color: #ffffff; background-color: #fff;
} }
.label { .label {
display: inline; display: inline;
padding: .2em .6em .3em; padding: .2em .6em .3em;
font-size: 75%; font-size: 75%;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
border-radius: .25em; border-radius: .25em;
} }
.label[href]:hover, .label[href]:hover,
.label[href]:focus { .label[href]:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
.label:empty { .label:empty {
display: none; display: none;
} }
.btn .label { .btn .label {
position: relative; position: relative;
top: -1px; top: -1px;
} }
.label-default { .label-default {
background-color: #999999; background-color: #999;
} }
.label-default[href]:hover, .label-default[href]:hover,
.label-default[href]:focus { .label-default[href]:focus {
background-color: #808080; background-color: #808080;
} }
.label-primary { .label-primary {
background-color: #428bca; background-color: #428bca;
} }
.label-primary[href]:hover, .label-primary[href]:hover,
.label-primary[href]:focus { .label-primary[href]:focus {
background-color: #3071a9; background-color: #3071a9;
} }
.label-success { .label-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
.label-success[href]:hover, .label-success[href]:hover,
.label-success[href]:focus { .label-success[href]:focus {
background-color: #449d44; background-color: #449d44;
} }
.label-info { .label-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.label-info[href]:hover, .label-info[href]:hover,
.label-info[href]:focus { .label-info[href]:focus {
background-color: #31b0d5; background-color: #31b0d5;
} }
.label-warning { .label-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.label-warning[href]:hover, .label-warning[href]:hover,
.label-warning[href]:focus { .label-warning[href]:focus {
background-color: #ec971f; background-color: #ec971f;
} }
.label-danger { .label-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.label-danger[href]:hover, .label-danger[href]:hover,
.label-danger[href]:focus { .label-danger[href]:focus {
background-color: #c9302c; background-color: #c9302c;
} }
.badge { .badge {
display: inline-block; display: inline-block;
min-width: 10px; min-width: 10px;
@ -5269,40 +4194,34 @@ textarea.input-group-sm > .input-group-btn > .btn {
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
white-space: nowrap; white-space: nowrap;
vertical-align: baseline; vertical-align: baseline;
background-color: #999999; background-color: #999;
border-radius: 10px; border-radius: 10px;
} }
.badge:empty { .badge:empty {
display: none; display: none;
} }
.btn .badge { .btn .badge {
position: relative; position: relative;
top: -1px; top: -1px;
} }
a.badge:hover, a.badge:hover,
a.badge:focus { a.badge:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
} }
a.list-group-item.active > .badge, a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge { .nav-pills > .active > a > .badge {
color: #428bca; color: #428bca;
background-color: #ffffff; background-color: #fff;
} }
.nav-pills > li > a > .badge { .nav-pills > li > a > .badge {
margin-left: 3px; margin-left: 3px;
} }
.jumbotron { .jumbotron {
padding: 30px; padding: 30px;
margin-bottom: 30px; margin-bottom: 30px;
@ -5310,27 +4229,22 @@ a.list-group-item.active > .badge,
font-weight: 200; font-weight: 200;
line-height: 2.1428571435; line-height: 2.1428571435;
color: inherit; color: inherit;
background-color: #eeeeee; background-color: #eee;
} }
.jumbotron h1, .jumbotron h1,
.jumbotron .h1 { .jumbotron .h1 {
line-height: 1; line-height: 1;
color: inherit; color: inherit;
} }
.jumbotron p { .jumbotron p {
line-height: 1.4; line-height: 1.4;
} }
.container .jumbotron { .container .jumbotron {
border-radius: 6px; border-radius: 6px;
} }
.jumbotron .container { .jumbotron .container {
max-width: 100%; max-width: 100%;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.jumbotron { .jumbotron {
padding-top: 48px; padding-top: 48px;
@ -5345,131 +4259,107 @@ a.list-group-item.active > .badge,
font-size: 63px; font-size: 63px;
} }
} }
.thumbnail { .thumbnail {
display: block; display: block;
padding: 4px; padding: 4px;
margin-bottom: 20px; margin-bottom: 20px;
line-height: 1.428571429; line-height: 1.428571429;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
border-radius: 4px; border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out; -webkit-transition: all .2s ease-in-out;
transition: all 0.2s ease-in-out; transition: all .2s ease-in-out;
} }
.thumbnail > img, .thumbnail > img,
.thumbnail a > img { .thumbnail a > img {
display: block; display: block;
height: auto;
max-width: 100%; max-width: 100%;
height: auto;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
a.thumbnail:hover, a.thumbnail:hover,
a.thumbnail:focus, a.thumbnail:focus,
a.thumbnail.active { a.thumbnail.active {
border-color: #428bca; border-color: #428bca;
} }
.thumbnail .caption { .thumbnail .caption {
padding: 9px; padding: 9px;
color: #333333; color: #333;
} }
.alert { .alert {
padding: 15px; padding: 15px;
margin-bottom: 20px; margin-bottom: 20px;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
} }
.alert h4 { .alert h4 {
margin-top: 0; margin-top: 0;
color: inherit; color: inherit;
} }
.alert .alert-link { .alert .alert-link {
font-weight: bold; font-weight: bold;
} }
.alert > p, .alert > p,
.alert > ul { .alert > ul {
margin-bottom: 0; margin-bottom: 0;
} }
.alert > p + p { .alert > p + p {
margin-top: 5px; margin-top: 5px;
} }
.alert-dismissable { .alert-dismissable {
padding-right: 35px; padding-right: 35px;
} }
.alert-dismissable .close { .alert-dismissable .close {
position: relative; position: relative;
top: -2px; top: -2px;
right: -21px; right: -21px;
color: inherit; color: inherit;
} }
.alert-success { .alert-success {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.alert-success hr { .alert-success hr {
border-top-color: #c9e2b3; border-top-color: #c9e2b3;
} }
.alert-success .alert-link { .alert-success .alert-link {
color: #2b542c; color: #2b542c;
} }
.alert-info { .alert-info {
color: #31708f; color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
} }
.alert-info hr { .alert-info hr {
border-top-color: #a6e1ec; border-top-color: #a6e1ec;
} }
.alert-info .alert-link { .alert-info .alert-link {
color: #245269; color: #245269;
} }
.alert-warning { .alert-warning {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
} }
.alert-warning hr { .alert-warning hr {
border-top-color: #f7e1b5; border-top-color: #f7e1b5;
} }
.alert-warning .alert-link { .alert-warning .alert-link {
color: #66512c; color: #66512c;
} }
.alert-danger { .alert-danger {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
} }
.alert-danger hr { .alert-danger hr {
border-top-color: #e4b9c0; border-top-color: #e4b9c0;
} }
.alert-danger .alert-link { .alert-danger .alert-link {
color: #843534; color: #843534;
} }
@-webkit-keyframes progress-bar-stripes { @-webkit-keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -5478,7 +4368,6 @@ a.thumbnail.active {
background-position: 0 0; background-position: 0 0;
} }
} }
@keyframes progress-bar-stripes { @keyframes progress-bar-stripes {
from { from {
background-position: 40px 0; background-position: 40px 0;
@ -5487,202 +4376,165 @@ a.thumbnail.active {
background-position: 0 0; background-position: 0 0;
} }
} }
.progress { .progress {
height: 20px; height: 20px;
margin-bottom: 20px; margin-bottom: 20px;
overflow: hidden; overflow: hidden;
background-color: #f5f5f5; background-color: #f5f5f5;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
} }
.progress-bar { .progress-bar {
float: left; float: left;
width: 0; width: 0;
height: 100%; height: 100%;
font-size: 12px; font-size: 12px;
line-height: 20px; line-height: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
background-color: #428bca; background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width 0.6s ease; -webkit-transition: width .6s ease;
transition: width 0.6s ease; transition: width .6s ease;
} }
.progress-striped .progress-bar { .progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 40px 40px; background-size: 40px 40px;
} }
.progress.active .progress-bar { .progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite; -webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite;
} }
.progress-bar-success { .progress-bar-success {
background-color: #5cb85c; background-color: #5cb85c;
} }
.progress-striped .progress-bar-success { .progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
} }
.progress-bar-info { .progress-bar-info {
background-color: #5bc0de; background-color: #5bc0de;
} }
.progress-striped .progress-bar-info { .progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
} }
.progress-bar-warning { .progress-bar-warning {
background-color: #f0ad4e; background-color: #f0ad4e;
} }
.progress-striped .progress-bar-warning { .progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
} }
.progress-bar-danger { .progress-bar-danger {
background-color: #d9534f; background-color: #d9534f;
} }
.progress-striped .progress-bar-danger { .progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
} }
.media, .media,
.media-body { .media-body {
overflow: hidden; overflow: hidden;
zoom: 1; zoom: 1;
} }
.media, .media,
.media .media { .media .media {
margin-top: 15px; margin-top: 15px;
} }
.media:first-child { .media:first-child {
margin-top: 0; margin-top: 0;
} }
.media-object { .media-object {
display: block; display: block;
} }
.media-heading { .media-heading {
margin: 0 0 5px; margin: 0 0 5px;
} }
.media > .pull-left { .media > .pull-left {
margin-right: 10px; margin-right: 10px;
} }
.media > .pull-right { .media > .pull-right {
margin-left: 10px; margin-left: 10px;
} }
.media-list { .media-list {
padding-left: 0; padding-left: 0;
list-style: none; list-style: none;
} }
.list-group { .list-group {
padding-left: 0; padding-left: 0;
margin-bottom: 20px; margin-bottom: 20px;
} }
.list-group-item { .list-group-item {
position: relative; position: relative;
display: block; display: block;
padding: 10px 15px; padding: 10px 15px;
margin-bottom: -1px; margin-bottom: -1px;
background-color: #ffffff; background-color: #fff;
border: 1px solid #dddddd; border: 1px solid #ddd;
} }
.list-group-item:first-child { .list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-left-radius: 4px;
border-top-right-radius: 4px;
} }
.list-group-item:last-child { .list-group-item:last-child {
margin-bottom: 0; margin-bottom: 0;
border-bottom-right-radius: 4px; border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-left-radius: 4px;
} }
.list-group-item > .badge { .list-group-item > .badge {
float: right; float: right;
} }
.list-group-item > .badge + .badge { .list-group-item > .badge + .badge {
margin-right: 5px; margin-right: 5px;
} }
a.list-group-item { a.list-group-item {
color: #555555; color: #555;
} }
a.list-group-item .list-group-item-heading { a.list-group-item .list-group-item-heading {
color: #333333; color: #333;
} }
a.list-group-item:hover, a.list-group-item:hover,
a.list-group-item:focus { a.list-group-item:focus {
text-decoration: none; text-decoration: none;
background-color: #f5f5f5; background-color: #f5f5f5;
} }
a.list-group-item.active, a.list-group-item.active,
a.list-group-item.active:hover, a.list-group-item.active:hover,
a.list-group-item.active:focus { a.list-group-item.active:focus {
z-index: 2; z-index: 2;
color: #ffffff; color: #fff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
a.list-group-item.active .list-group-item-heading, a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading { a.list-group-item.active:focus .list-group-item-heading {
color: inherit; color: inherit;
} }
a.list-group-item.active .list-group-item-text, a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text { a.list-group-item.active:focus .list-group-item-text {
color: #e1edf7; color: #e1edf7;
} }
.list-group-item-success { .list-group-item-success {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
} }
a.list-group-item-success { a.list-group-item-success {
color: #3c763d; color: #3c763d;
} }
a.list-group-item-success .list-group-item-heading { a.list-group-item-success .list-group-item-heading {
color: inherit; color: inherit;
} }
a.list-group-item-success:hover, a.list-group-item-success:hover,
a.list-group-item-success:focus { a.list-group-item-success:focus {
color: #3c763d; color: #3c763d;
background-color: #d0e9c6; background-color: #d0e9c6;
} }
a.list-group-item-success.active, a.list-group-item-success.active,
a.list-group-item-success.active:hover, a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus { a.list-group-item-success.active:focus {
@ -5690,26 +4542,21 @@ a.list-group-item-success.active:focus {
background-color: #3c763d; background-color: #3c763d;
border-color: #3c763d; border-color: #3c763d;
} }
.list-group-item-warning { .list-group-item-warning {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
} }
a.list-group-item-warning { a.list-group-item-warning {
color: #8a6d3b; color: #8a6d3b;
} }
a.list-group-item-warning .list-group-item-heading { a.list-group-item-warning .list-group-item-heading {
color: inherit; color: inherit;
} }
a.list-group-item-warning:hover, a.list-group-item-warning:hover,
a.list-group-item-warning:focus { a.list-group-item-warning:focus {
color: #8a6d3b; color: #8a6d3b;
background-color: #faf2cc; background-color: #faf2cc;
} }
a.list-group-item-warning.active, a.list-group-item-warning.active,
a.list-group-item-warning.active:hover, a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus { a.list-group-item-warning.active:focus {
@ -5717,26 +4564,21 @@ a.list-group-item-warning.active:focus {
background-color: #8a6d3b; background-color: #8a6d3b;
border-color: #8a6d3b; border-color: #8a6d3b;
} }
.list-group-item-danger { .list-group-item-danger {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
} }
a.list-group-item-danger { a.list-group-item-danger {
color: #a94442; color: #a94442;
} }
a.list-group-item-danger .list-group-item-heading { a.list-group-item-danger .list-group-item-heading {
color: inherit; color: inherit;
} }
a.list-group-item-danger:hover, a.list-group-item-danger:hover,
a.list-group-item-danger:focus { a.list-group-item-danger:focus {
color: #a94442; color: #a94442;
background-color: #ebcccc; background-color: #ebcccc;
} }
a.list-group-item-danger.active, a.list-group-item-danger.active,
a.list-group-item-danger.active:hover, a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus { a.list-group-item-danger.active:focus {
@ -5744,26 +4586,21 @@ a.list-group-item-danger.active:focus {
background-color: #a94442; background-color: #a94442;
border-color: #a94442; border-color: #a94442;
} }
.list-group-item-info { .list-group-item-info {
color: #31708f; color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
} }
a.list-group-item-info { a.list-group-item-info {
color: #31708f; color: #31708f;
} }
a.list-group-item-info .list-group-item-heading { a.list-group-item-info .list-group-item-heading {
color: inherit; color: inherit;
} }
a.list-group-item-info:hover, a.list-group-item-info:hover,
a.list-group-item-info:focus { a.list-group-item-info:focus {
color: #31708f; color: #31708f;
background-color: #c4e3f3; background-color: #c4e3f3;
} }
a.list-group-item-info.active, a.list-group-item-info.active,
a.list-group-item-info.active:hover, a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus { a.list-group-item-info.active:focus {
@ -5771,91 +4608,57 @@ a.list-group-item-info.active:focus {
background-color: #31708f; background-color: #31708f;
border-color: #31708f; border-color: #31708f;
} }
.list-group-item-heading { .list-group-item-heading {
margin-top: 0; margin-top: 0;
margin-bottom: 5px; margin-bottom: 5px;
} }
.list-group-item-text { .list-group-item-text {
margin-bottom: 0; margin-bottom: 0;
line-height: 1.3; line-height: 1.3;
} }
.panel { .panel {
margin-bottom: 20px; margin-bottom: 20px;
background-color: #ffffff; background-color: #fff;
border: 1px solid transparent; border: 1px solid transparent;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
} }
.panel-body { .panel-body {
padding: 15px; padding: 15px;
} }
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel-body:before,
.panel-body:after {
display: table;
content: " ";
}
.panel-body:after {
clear: both;
}
.panel > .list-group { .panel > .list-group {
margin-bottom: 0; margin-bottom: 0;
} }
.panel > .list-group .list-group-item { .panel > .list-group .list-group-item {
border-width: 1px 0; border-width: 1px 0;
} }
.panel > .list-group .list-group-item:first-child { .panel > .list-group .list-group-item:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0; border-top-left-radius: 0;
border-top-right-radius: 0;
} }
.panel > .list-group .list-group-item:last-child { .panel > .list-group .list-group-item:last-child {
border-bottom: 0; border-bottom: 0;
} }
.panel-heading + .list-group .list-group-item:first-child { .panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0; border-top-width: 0;
} }
.panel > .table, .panel > .table,
.panel > .table-responsive > .table { .panel > .table-responsive > .table {
margin-bottom: 0; margin-bottom: 0;
} }
.panel > .panel-body + .table, .panel > .panel-body + .table,
.panel > .panel-body + .table-responsive { .panel > .panel-body + .table-responsive {
border-top: 1px solid #dddddd; border-top: 1px solid #ddd;
} }
.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td { .panel > .table > tbody:first-child td {
border-top: 0; border-top: 0;
} }
.panel > .table-bordered, .panel > .table-bordered,
.panel > .table-responsive > .table-bordered { .panel > .table-responsive > .table-bordered {
border: 0; border: 0;
} }
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .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-bordered > tbody > tr > th:first-child,
@ -5870,7 +4673,6 @@ a.list-group-item-info.active:focus {
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0; border-left: 0;
} }
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .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-bordered > tbody > tr > th:last-child,
@ -5885,7 +4687,6 @@ a.list-group-item-info.active:focus {
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0; border-right: 0;
} }
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .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-bordered > tbody > tr:last-child > th,
@ -5900,176 +4701,139 @@ a.list-group-item-info.active:focus {
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td { .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0; border-bottom: 0;
} }
.panel > .table-responsive { .panel > .table-responsive {
margin-bottom: 0; margin-bottom: 0;
border: 0; border: 0;
} }
.panel-heading { .panel-heading {
padding: 10px 15px; padding: 10px 15px;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-top-right-radius: 3px;
} }
.panel-heading > .dropdown .dropdown-toggle { .panel-heading > .dropdown .dropdown-toggle {
color: inherit; color: inherit;
} }
.panel-title { .panel-title {
margin-top: 0; margin-top: 0;
margin-bottom: 0; margin-bottom: 0;
font-size: 16px; font-size: 16px;
color: inherit; color: inherit;
} }
.panel-title > a { .panel-title > a {
color: inherit; color: inherit;
} }
.panel-footer { .panel-footer {
padding: 10px 15px; padding: 10px 15px;
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #dddddd; border-top: 1px solid #ddd;
border-bottom-right-radius: 3px; border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
} }
.panel-group .panel { .panel-group .panel {
margin-bottom: 0; margin-bottom: 0;
overflow: hidden; overflow: hidden;
border-radius: 4px; border-radius: 4px;
} }
.panel-group .panel + .panel { .panel-group .panel + .panel {
margin-top: 5px; margin-top: 5px;
} }
.panel-group .panel-heading { .panel-group .panel-heading {
border-bottom: 0; border-bottom: 0;
} }
.panel-group .panel-heading + .panel-collapse .panel-body { .panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #dddddd; border-top: 1px solid #ddd;
} }
.panel-group .panel-footer { .panel-group .panel-footer {
border-top: 0; border-top: 0;
} }
.panel-group .panel-footer + .panel-collapse .panel-body { .panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #dddddd; border-bottom: 1px solid #ddd;
} }
.panel-default { .panel-default {
border-color: #dddddd; border-color: #ddd;
} }
.panel-default > .panel-heading { .panel-default > .panel-heading {
color: #333333; color: #333;
background-color: #f5f5f5; background-color: #f5f5f5;
border-color: #dddddd; border-color: #ddd;
} }
.panel-default > .panel-heading + .panel-collapse .panel-body { .panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #dddddd; border-top-color: #ddd;
} }
.panel-default > .panel-footer + .panel-collapse .panel-body { .panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #dddddd; border-bottom-color: #ddd;
} }
.panel-primary { .panel-primary {
border-color: #428bca; border-color: #428bca;
} }
.panel-primary > .panel-heading { .panel-primary > .panel-heading {
color: #ffffff; color: #fff;
background-color: #428bca; background-color: #428bca;
border-color: #428bca; border-color: #428bca;
} }
.panel-primary > .panel-heading + .panel-collapse .panel-body { .panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #428bca; border-top-color: #428bca;
} }
.panel-primary > .panel-footer + .panel-collapse .panel-body { .panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #428bca; border-bottom-color: #428bca;
} }
.panel-success { .panel-success {
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.panel-success > .panel-heading { .panel-success > .panel-heading {
color: #3c763d; color: #3c763d;
background-color: #dff0d8; background-color: #dff0d8;
border-color: #d6e9c6; border-color: #d6e9c6;
} }
.panel-success > .panel-heading + .panel-collapse .panel-body { .panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #d6e9c6; border-top-color: #d6e9c6;
} }
.panel-success > .panel-footer + .panel-collapse .panel-body { .panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #d6e9c6; border-bottom-color: #d6e9c6;
} }
.panel-warning { .panel-warning {
border-color: #faebcc; border-color: #faebcc;
} }
.panel-warning > .panel-heading { .panel-warning > .panel-heading {
color: #8a6d3b; color: #8a6d3b;
background-color: #fcf8e3; background-color: #fcf8e3;
border-color: #faebcc; border-color: #faebcc;
} }
.panel-warning > .panel-heading + .panel-collapse .panel-body { .panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #faebcc; border-top-color: #faebcc;
} }
.panel-warning > .panel-footer + .panel-collapse .panel-body { .panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #faebcc; border-bottom-color: #faebcc;
} }
.panel-danger { .panel-danger {
border-color: #ebccd1; border-color: #ebccd1;
} }
.panel-danger > .panel-heading { .panel-danger > .panel-heading {
color: #a94442; color: #a94442;
background-color: #f2dede; background-color: #f2dede;
border-color: #ebccd1; border-color: #ebccd1;
} }
.panel-danger > .panel-heading + .panel-collapse .panel-body { .panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ebccd1; border-top-color: #ebccd1;
} }
.panel-danger > .panel-footer + .panel-collapse .panel-body { .panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ebccd1; border-bottom-color: #ebccd1;
} }
.panel-info { .panel-info {
border-color: #bce8f1; border-color: #bce8f1;
} }
.panel-info > .panel-heading { .panel-info > .panel-heading {
color: #31708f; color: #31708f;
background-color: #d9edf7; background-color: #d9edf7;
border-color: #bce8f1; border-color: #bce8f1;
} }
.panel-info > .panel-heading + .panel-collapse .panel-body { .panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #bce8f1; border-top-color: #bce8f1;
} }
.panel-info > .panel-footer + .panel-collapse .panel-body { .panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #bce8f1; border-bottom-color: #bce8f1;
} }
.well { .well {
min-height: 20px; min-height: 20px;
padding: 19px; padding: 19px;
@ -6077,45 +4841,39 @@ a.list-group-item-info.active:focus {
background-color: #f5f5f5; background-color: #f5f5f5;
border: 1px solid #e3e3e3; border: 1px solid #e3e3e3;
border-radius: 4px; border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
} }
.well blockquote { .well blockquote {
border-color: #ddd; border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15); border-color: rgba(0, 0, 0, .15);
} }
.well-lg { .well-lg {
padding: 24px; padding: 24px;
border-radius: 6px; border-radius: 6px;
} }
.well-sm { .well-sm {
padding: 9px; padding: 9px;
border-radius: 3px; border-radius: 3px;
} }
.close { .close {
float: right; float: right;
font-size: 21px; font-size: 21px;
font-weight: bold; font-weight: bold;
line-height: 1; line-height: 1;
color: #000000; color: #000;
text-shadow: 0 1px 0 #ffffff; text-shadow: 0 1px 0 #fff;
opacity: 0.2; opacity: .2;
filter: alpha(opacity=20); filter: alpha(opacity=20);
} }
.close:hover, .close:hover,
.close:focus { .close:focus {
color: #000000; color: #000;
text-decoration: none; text-decoration: none;
cursor: pointer; cursor: pointer;
opacity: 0.5; opacity: .5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
button.close { button.close {
padding: 0; padding: 0;
cursor: pointer; cursor: pointer;
@ -6123,11 +4881,9 @@ button.close {
border: 0; border: 0;
-webkit-appearance: none; -webkit-appearance: none;
} }
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
} }
.modal { .modal {
position: fixed; position: fixed;
top: 0; top: 0;
@ -6139,42 +4895,37 @@ button.close {
overflow: auto; overflow: auto;
overflow-y: scroll; overflow-y: scroll;
} }
.modal.fade .modal-dialog { .modal.fade .modal-dialog {
-webkit-transition: -webkit-transform .3s ease-out;
-moz-transition: -moz-transform .3s ease-out;
-o-transition: -o-transform .3s ease-out;
transition: transform .3s ease-out;
-webkit-transform: translate(0, -25%); -webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%); -ms-transform: translate(0, -25%);
transform: translate(0, -25%); transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
} }
.modal.in .modal-dialog { .modal.in .modal-dialog {
-webkit-transform: translate(0, 0); -webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0); -ms-transform: translate(0, 0);
transform: translate(0, 0); transform: translate(0, 0);
} }
.modal-dialog { .modal-dialog {
position: relative; position: relative;
z-index: 1050; z-index: 1050;
width: auto; width: auto;
margin: 10px; margin: 10px;
} }
.modal-content { .modal-content {
position: relative; position: relative;
background-color: #ffffff; background-color: #fff;
border: 1px solid #999999; background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.2); border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px; border-radius: 6px;
outline: none; outline: none;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
background-clip: padding-box;
} }
.modal-backdrop { .modal-backdrop {
position: fixed; position: fixed;
top: 0; top: 0;
@ -6182,136 +4933,97 @@ button.close {
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1030; z-index: 1030;
background-color: #000000; background-color: #000;
} }
.modal-backdrop.fade { .modal-backdrop.fade {
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
} }
.modal-backdrop.in { .modal-backdrop.in {
opacity: 0.5; opacity: .5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
} }
.modal-header { .modal-header {
min-height: 16.428571429px; min-height: 16.428571429px;
padding: 15px; padding: 15px;
border-bottom: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;
} }
.modal-header .close { .modal-header .close {
margin-top: -2px; margin-top: -2px;
} }
.modal-title { .modal-title {
margin: 0; margin: 0;
line-height: 1.428571429; line-height: 1.428571429;
} }
.modal-body { .modal-body {
position: relative; position: relative;
padding: 20px; padding: 20px;
} }
.modal-footer { .modal-footer {
padding: 19px 20px 20px; padding: 19px 20px 20px;
margin-top: 15px; margin-top: 15px;
text-align: right; text-align: right;
border-top: 1px solid #e5e5e5; border-top: 1px solid #e5e5e5;
} }
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer:before,
.modal-footer:after {
display: table;
content: " ";
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn { .modal-footer .btn + .btn {
margin-bottom: 0; margin-bottom: 0;
margin-left: 5px; margin-left: 5px;
} }
.modal-footer .btn-group .btn + .btn { .modal-footer .btn-group .btn + .btn {
margin-left: -1px; margin-left: -1px;
} }
.modal-footer .btn-block + .btn-block { .modal-footer .btn-block + .btn-block {
margin-left: 0; margin-left: 0;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.modal-dialog { .modal-dialog {
width: 600px; width: 600px;
margin: 30px auto; margin: 30px auto;
} }
.modal-content { .modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
} }
} }
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1030; z-index: 1030;
display: block; display: block;
font-size: 12px; font-size: 12px;
line-height: 1.4; line-height: 1.4;
visibility: visible;
opacity: 0; opacity: 0;
filter: alpha(opacity=0); filter: alpha(opacity=0);
visibility: visible;
} }
.tooltip.in { .tooltip.in {
opacity: 0.9; opacity: .9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }
.tooltip.top { .tooltip.top {
padding: 5px 0; padding: 5px 0;
margin-top: -3px; margin-top: -3px;
} }
.tooltip.right { .tooltip.right {
padding: 0 5px; padding: 0 5px;
margin-left: 3px; margin-left: 3px;
} }
.tooltip.bottom { .tooltip.bottom {
padding: 5px 0; padding: 5px 0;
margin-top: 3px; margin-top: 3px;
} }
.tooltip.left { .tooltip.left {
padding: 0 5px; padding: 0 5px;
margin-left: -3px; margin-left: -3px;
} }
.tooltip-inner { .tooltip-inner {
max-width: 200px; max-width: 200px;
padding: 3px 8px; padding: 3px 8px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
background-color: #000000; background-color: #000;
border-radius: 4px; border-radius: 4px;
} }
.tooltip-arrow { .tooltip-arrow {
position: absolute; position: absolute;
width: 0; width: 0;
@ -6319,67 +5031,58 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.tooltip.top .tooltip-arrow { .tooltip.top .tooltip-arrow {
bottom: 0; bottom: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-top-color: #000000;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000;
} }
.tooltip.top-left .tooltip-arrow { .tooltip.top-left .tooltip-arrow {
bottom: 0; bottom: 0;
left: 5px; left: 5px;
border-top-color: #000000;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000;
} }
.tooltip.top-right .tooltip-arrow { .tooltip.top-right .tooltip-arrow {
right: 5px; right: 5px;
bottom: 0; bottom: 0;
border-top-color: #000000;
border-width: 5px 5px 0; border-width: 5px 5px 0;
border-top-color: #000;
} }
.tooltip.right .tooltip-arrow { .tooltip.right .tooltip-arrow {
top: 50%; top: 50%;
left: 0; left: 0;
margin-top: -5px; margin-top: -5px;
border-right-color: #000000;
border-width: 5px 5px 5px 0; border-width: 5px 5px 5px 0;
border-right-color: #000;
} }
.tooltip.left .tooltip-arrow { .tooltip.left .tooltip-arrow {
top: 50%; top: 50%;
right: 0; right: 0;
margin-top: -5px; margin-top: -5px;
border-left-color: #000000;
border-width: 5px 0 5px 5px; border-width: 5px 0 5px 5px;
border-left-color: #000;
} }
.tooltip.bottom .tooltip-arrow { .tooltip.bottom .tooltip-arrow {
top: 0; top: 0;
left: 50%; left: 50%;
margin-left: -5px; margin-left: -5px;
border-bottom-color: #000000;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000;
} }
.tooltip.bottom-left .tooltip-arrow { .tooltip.bottom-left .tooltip-arrow {
top: 0; top: 0;
left: 5px; left: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000;
} }
.tooltip.bottom-right .tooltip-arrow { .tooltip.bottom-right .tooltip-arrow {
top: 0; top: 0;
right: 5px; right: 5px;
border-bottom-color: #000000;
border-width: 0 5px 5px; border-width: 0 5px 5px;
border-bottom-color: #000;
} }
.popover { .popover {
position: absolute; position: absolute;
top: 0; top: 0;
@ -6390,31 +5093,26 @@ button.close {
padding: 1px; padding: 1px;
text-align: left; text-align: left;
white-space: normal; white-space: normal;
background-color: #ffffff; background-color: #fff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
background-clip: padding-box; background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, .2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
} }
.popover.top { .popover.top {
margin-top: -10px; margin-top: -10px;
} }
.popover.right { .popover.right {
margin-left: 10px; margin-left: 10px;
} }
.popover.bottom { .popover.bottom {
margin-top: 10px; margin-top: 10px;
} }
.popover.left { .popover.left {
margin-left: -10px; margin-left: -10px;
} }
.popover-title { .popover-title {
padding: 8px 14px; padding: 8px 14px;
margin: 0; margin: 0;
@ -6425,11 +5123,9 @@ button.close {
border-bottom: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
} }
.popover-content { .popover-content {
padding: 9px 14px; padding: 9px 14px;
} }
.popover .arrow, .popover .arrow,
.popover .arrow:after { .popover .arrow:after {
position: absolute; position: absolute;
@ -6439,147 +5135,124 @@ button.close {
border-color: transparent; border-color: transparent;
border-style: solid; border-style: solid;
} }
.popover .arrow { .popover .arrow {
border-width: 11px; border-width: 11px;
} }
.popover .arrow:after { .popover .arrow:after {
border-width: 10px;
content: ""; content: "";
border-width: 10px;
} }
.popover.top .arrow { .popover.top .arrow {
bottom: -11px; bottom: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-top-color: #999999; border-top-color: #999;
border-top-color: rgba(0, 0, 0, 0.25); border-top-color: rgba(0, 0, 0, .25);
border-bottom-width: 0; border-bottom-width: 0;
} }
.popover.top .arrow:after { .popover.top .arrow:after {
bottom: 1px; bottom: 1px;
margin-left: -10px; margin-left: -10px;
border-top-color: #ffffff;
border-bottom-width: 0;
content: " "; content: " ";
border-top-color: #fff;
border-bottom-width: 0;
} }
.popover.right .arrow { .popover.right .arrow {
top: 50%; top: 50%;
left: -11px; left: -11px;
margin-top: -11px; margin-top: -11px;
border-right-color: #999999; border-right-color: #999;
border-right-color: rgba(0, 0, 0, 0.25); border-right-color: rgba(0, 0, 0, .25);
border-left-width: 0; border-left-width: 0;
} }
.popover.right .arrow:after { .popover.right .arrow:after {
bottom: -10px; bottom: -10px;
left: 1px; left: 1px;
border-right-color: #ffffff;
border-left-width: 0;
content: " "; content: " ";
border-right-color: #fff;
border-left-width: 0;
} }
.popover.bottom .arrow { .popover.bottom .arrow {
top: -11px; top: -11px;
left: 50%; left: 50%;
margin-left: -11px; margin-left: -11px;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
border-top-width: 0; border-top-width: 0;
border-bottom-color: #999;
border-bottom-color: rgba(0, 0, 0, .25);
} }
.popover.bottom .arrow:after { .popover.bottom .arrow:after {
top: 1px; top: 1px;
margin-left: -10px; margin-left: -10px;
border-bottom-color: #ffffff;
border-top-width: 0;
content: " "; content: " ";
border-top-width: 0;
border-bottom-color: #fff;
} }
.popover.left .arrow { .popover.left .arrow {
top: 50%; top: 50%;
right: -11px; right: -11px;
margin-top: -11px; margin-top: -11px;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
border-right-width: 0; border-right-width: 0;
border-left-color: #999;
border-left-color: rgba(0, 0, 0, .25);
} }
.popover.left .arrow:after { .popover.left .arrow:after {
right: 1px; right: 1px;
bottom: -10px; bottom: -10px;
border-left-color: #ffffff;
border-right-width: 0;
content: " "; content: " ";
border-right-width: 0;
border-left-color: #fff;
} }
.carousel { .carousel {
position: relative; position: relative;
} }
.carousel-inner { .carousel-inner {
position: relative; position: relative;
width: 100%; width: 100%;
overflow: hidden; overflow: hidden;
} }
.carousel-inner > .item { .carousel-inner > .item {
position: relative; position: relative;
display: none; display: none;
-webkit-transition: 0.6s ease-in-out left; -webkit-transition: .6s ease-in-out left;
transition: 0.6s ease-in-out left; transition: .6s ease-in-out left;
} }
.carousel-inner > .item > img, .carousel-inner > .item > img,
.carousel-inner > .item > a > img { .carousel-inner > .item > a > img {
display: block; display: block;
height: auto;
max-width: 100%; max-width: 100%;
height: auto;
line-height: 1; line-height: 1;
} }
.carousel-inner > .active, .carousel-inner > .active,
.carousel-inner > .next, .carousel-inner > .next,
.carousel-inner > .prev { .carousel-inner > .prev {
display: block; display: block;
} }
.carousel-inner > .active { .carousel-inner > .active {
left: 0; left: 0;
} }
.carousel-inner > .next, .carousel-inner > .next,
.carousel-inner > .prev { .carousel-inner > .prev {
position: absolute; position: absolute;
top: 0; top: 0;
width: 100%; width: 100%;
} }
.carousel-inner > .next { .carousel-inner > .next {
left: 100%; left: 100%;
} }
.carousel-inner > .prev { .carousel-inner > .prev {
left: -100%; left: -100%;
} }
.carousel-inner > .next.left, .carousel-inner > .next.left,
.carousel-inner > .prev.right { .carousel-inner > .prev.right {
left: 0; left: 0;
} }
.carousel-inner > .active.left { .carousel-inner > .active.left {
left: -100%; left: -100%;
} }
.carousel-inner > .active.right { .carousel-inner > .active.right {
left: 100%; left: 100%;
} }
.carousel-control { .carousel-control {
position: absolute; position: absolute;
top: 0; top: 0;
@ -6587,38 +5260,34 @@ button.close {
left: 0; left: 0;
width: 15%; width: 15%;
font-size: 20px; font-size: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
opacity: 0.5;
filter: alpha(opacity=50); filter: alpha(opacity=50);
text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
opacity: .5;
} }
.carousel-control.left { .carousel-control.left {
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: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(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-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
} }
.carousel-control.right { .carousel-control.right {
right: 0; right: 0;
left: auto; left: auto;
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: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
background-repeat: repeat-x; background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
} }
.carousel-control:hover, .carousel-control:hover,
.carousel-control:focus { .carousel-control:focus {
color: #ffffff; color: #fff;
text-decoration: none; text-decoration: none;
outline: none; outline: none;
opacity: 0.9; opacity: .9;
filter: alpha(opacity=90); filter: alpha(opacity=90);
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next, .carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-left,
@ -6628,17 +5297,14 @@ button.close {
z-index: 5; z-index: 5;
display: inline-block; display: inline-block;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left { .carousel-control .glyphicon-chevron-left {
left: 50%; left: 50%;
} }
.carousel-control .icon-next, .carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right { .carousel-control .glyphicon-chevron-right {
right: 50%; right: 50%;
} }
.carousel-control .icon-prev, .carousel-control .icon-prev,
.carousel-control .icon-next { .carousel-control .icon-next {
width: 20px; width: 20px;
@ -6647,15 +5313,12 @@ button.close {
margin-left: -10px; margin-left: -10px;
font-family: serif; font-family: serif;
} }
.carousel-control .icon-prev:before { .carousel-control .icon-prev:before {
content: '\2039'; content: '\2039';
} }
.carousel-control .icon-next:before { .carousel-control .icon-next:before {
content: '\203a'; content: '\203a';
} }
.carousel-indicators { .carousel-indicators {
position: absolute; position: absolute;
bottom: 10px; bottom: 10px;
@ -6667,7 +5330,6 @@ button.close {
text-align: center; text-align: center;
list-style: none; list-style: none;
} }
.carousel-indicators li { .carousel-indicators li {
display: inline-block; display: inline-block;
width: 10px; width: 10px;
@ -6677,17 +5339,15 @@ button.close {
cursor: pointer; cursor: pointer;
background-color: #000 \9; background-color: #000 \9;
background-color: rgba(0, 0, 0, 0); background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff; border: 1px solid #fff;
border-radius: 10px; border-radius: 10px;
} }
.carousel-indicators .active { .carousel-indicators .active {
width: 12px; width: 12px;
height: 12px; height: 12px;
margin: 0; margin: 0;
background-color: #ffffff; background-color: #fff;
} }
.carousel-caption { .carousel-caption {
position: absolute; position: absolute;
right: 15%; right: 15%;
@ -6696,15 +5356,13 @@ button.close {
z-index: 10; z-index: 10;
padding-top: 20px; padding-top: 20px;
padding-bottom: 20px; padding-bottom: 20px;
color: #ffffff; color: #fff;
text-align: center; text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
} }
.carousel-caption .btn { .carousel-caption .btn {
text-shadow: none; text-shadow: none;
} }
@media screen and (min-width: 768px) { @media screen and (min-width: 768px) {
.carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-left,
.carousel-control .glyphicons-chevron-right, .carousel-control .glyphicons-chevron-right,
@ -6725,43 +5383,73 @@ button.close {
bottom: 20px; bottom: 20px;
} }
} }
.clearfix:before, .clearfix:before,
.clearfix:after { .clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
display: table; display: table;
content: " "; content: " ";
} }
.clearfix:after,
.clearfix:after { .container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both; clear: both;
} }
.center-block { .center-block {
display: block; display: block;
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
} }
.pull-right { .pull-right {
float: right !important; float: right !important;
} }
.pull-left { .pull-left {
float: left !important; float: left !important;
} }
.hide { .hide {
display: none !important; display: none !important;
} }
.show { .show {
display: block !important; display: block !important;
} }
.invisible { .invisible {
visibility: hidden; visibility: hidden;
} }
.text-hide { .text-hide {
font: 0/0 a; font: 0/0 a;
color: transparent; color: transparent;
@ -6769,27 +5457,22 @@ button.close {
background-color: transparent; background-color: transparent;
border: 0; border: 0;
} }
.hidden { .hidden {
display: none !important; display: none !important;
visibility: hidden !important; visibility: hidden !important;
} }
.affix { .affix {
position: fixed; position: fixed;
} }
@-ms-viewport { @-ms-viewport {
width: device-width; width: device-width;
} }
.visible-xs, .visible-xs,
tr.visible-xs, tr.visible-xs,
th.visible-xs, th.visible-xs,
td.visible-xs { td.visible-xs {
display: none !important; display: none !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-xs { .visible-xs {
display: block !important; display: block !important;
@ -6805,7 +5488,6 @@ td.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-xs.visible-sm { .visible-xs.visible-sm {
display: block !important; display: block !important;
@ -6821,7 +5503,6 @@ td.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-xs.visible-md { .visible-xs.visible-md {
display: block !important; display: block !important;
@ -6837,7 +5518,6 @@ td.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-xs.visible-lg { .visible-xs.visible-lg {
display: block !important; display: block !important;
@ -6853,14 +5533,12 @@ td.visible-xs {
display: table-cell !important; display: table-cell !important;
} }
} }
.visible-sm, .visible-sm,
tr.visible-sm, tr.visible-sm,
th.visible-sm, th.visible-sm,
td.visible-sm { td.visible-sm {
display: none !important; display: none !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-sm.visible-xs { .visible-sm.visible-xs {
display: block !important; display: block !important;
@ -6876,7 +5554,6 @@ td.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-sm { .visible-sm {
display: block !important; display: block !important;
@ -6892,7 +5569,6 @@ td.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-sm.visible-md { .visible-sm.visible-md {
display: block !important; display: block !important;
@ -6908,7 +5584,6 @@ td.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-sm.visible-lg { .visible-sm.visible-lg {
display: block !important; display: block !important;
@ -6924,14 +5599,12 @@ td.visible-sm {
display: table-cell !important; display: table-cell !important;
} }
} }
.visible-md, .visible-md,
tr.visible-md, tr.visible-md,
th.visible-md, th.visible-md,
td.visible-md { td.visible-md {
display: none !important; display: none !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-md.visible-xs { .visible-md.visible-xs {
display: block !important; display: block !important;
@ -6947,7 +5620,6 @@ td.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-md.visible-sm { .visible-md.visible-sm {
display: block !important; display: block !important;
@ -6963,7 +5635,6 @@ td.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-md { .visible-md {
display: block !important; display: block !important;
@ -6979,7 +5650,6 @@ td.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-md.visible-lg { .visible-md.visible-lg {
display: block !important; display: block !important;
@ -6995,14 +5665,12 @@ td.visible-md {
display: table-cell !important; display: table-cell !important;
} }
} }
.visible-lg, .visible-lg,
tr.visible-lg, tr.visible-lg,
th.visible-lg, th.visible-lg,
td.visible-lg { td.visible-lg {
display: none !important; display: none !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.visible-lg.visible-xs { .visible-lg.visible-xs {
display: block !important; display: block !important;
@ -7018,7 +5686,6 @@ td.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.visible-lg.visible-sm { .visible-lg.visible-sm {
display: block !important; display: block !important;
@ -7034,7 +5701,6 @@ td.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.visible-lg.visible-md { .visible-lg.visible-md {
display: block !important; display: block !important;
@ -7050,7 +5716,6 @@ td.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.visible-lg { .visible-lg {
display: block !important; display: block !important;
@ -7066,24 +5731,19 @@ td.visible-lg {
display: table-cell !important; display: table-cell !important;
} }
} }
.hidden-xs { .hidden-xs {
display: block !important; display: block !important;
} }
table.hidden-xs { table.hidden-xs {
display: table; display: table;
} }
tr.hidden-xs { tr.hidden-xs {
display: table-row !important; display: table-row !important;
} }
th.hidden-xs, th.hidden-xs,
td.hidden-xs { td.hidden-xs {
display: table-cell !important; display: table-cell !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-xs, .hidden-xs,
tr.hidden-xs, tr.hidden-xs,
@ -7092,7 +5752,6 @@ td.hidden-xs {
display: none !important; display: none !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-xs.hidden-sm, .hidden-xs.hidden-sm,
tr.hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm,
@ -7101,7 +5760,6 @@ td.hidden-xs {
display: none !important; display: none !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-xs.hidden-md, .hidden-xs.hidden-md,
tr.hidden-xs.hidden-md, tr.hidden-xs.hidden-md,
@ -7110,7 +5768,6 @@ td.hidden-xs {
display: none !important; display: none !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-xs.hidden-lg, .hidden-xs.hidden-lg,
tr.hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg,
@ -7119,24 +5776,19 @@ td.hidden-xs {
display: none !important; display: none !important;
} }
} }
.hidden-sm { .hidden-sm {
display: block !important; display: block !important;
} }
table.hidden-sm { table.hidden-sm {
display: table; display: table;
} }
tr.hidden-sm { tr.hidden-sm {
display: table-row !important; display: table-row !important;
} }
th.hidden-sm, th.hidden-sm,
td.hidden-sm { td.hidden-sm {
display: table-cell !important; display: table-cell !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-sm.hidden-xs, .hidden-sm.hidden-xs,
tr.hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs,
@ -7145,7 +5797,6 @@ td.hidden-sm {
display: none !important; display: none !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-sm, .hidden-sm,
tr.hidden-sm, tr.hidden-sm,
@ -7154,7 +5805,6 @@ td.hidden-sm {
display: none !important; display: none !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-sm.hidden-md, .hidden-sm.hidden-md,
tr.hidden-sm.hidden-md, tr.hidden-sm.hidden-md,
@ -7163,7 +5813,6 @@ td.hidden-sm {
display: none !important; display: none !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-sm.hidden-lg, .hidden-sm.hidden-lg,
tr.hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg,
@ -7172,24 +5821,19 @@ td.hidden-sm {
display: none !important; display: none !important;
} }
} }
.hidden-md { .hidden-md {
display: block !important; display: block !important;
} }
table.hidden-md { table.hidden-md {
display: table; display: table;
} }
tr.hidden-md { tr.hidden-md {
display: table-row !important; display: table-row !important;
} }
th.hidden-md, th.hidden-md,
td.hidden-md { td.hidden-md {
display: table-cell !important; display: table-cell !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-md.hidden-xs, .hidden-md.hidden-xs,
tr.hidden-md.hidden-xs, tr.hidden-md.hidden-xs,
@ -7198,7 +5842,6 @@ td.hidden-md {
display: none !important; display: none !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-md.hidden-sm, .hidden-md.hidden-sm,
tr.hidden-md.hidden-sm, tr.hidden-md.hidden-sm,
@ -7207,7 +5850,6 @@ td.hidden-md {
display: none !important; display: none !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-md, .hidden-md,
tr.hidden-md, tr.hidden-md,
@ -7216,7 +5858,6 @@ td.hidden-md {
display: none !important; display: none !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-md.hidden-lg, .hidden-md.hidden-lg,
tr.hidden-md.hidden-lg, tr.hidden-md.hidden-lg,
@ -7225,24 +5866,19 @@ td.hidden-md {
display: none !important; display: none !important;
} }
} }
.hidden-lg { .hidden-lg {
display: block !important; display: block !important;
} }
table.hidden-lg { table.hidden-lg {
display: table; display: table;
} }
tr.hidden-lg { tr.hidden-lg {
display: table-row !important; display: table-row !important;
} }
th.hidden-lg, th.hidden-lg,
td.hidden-lg { td.hidden-lg {
display: table-cell !important; display: table-cell !important;
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.hidden-lg.hidden-xs, .hidden-lg.hidden-xs,
tr.hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs,
@ -7251,7 +5887,6 @@ td.hidden-lg {
display: none !important; display: none !important;
} }
} }
@media (min-width: 768px) and (max-width: 991px) { @media (min-width: 768px) and (max-width: 991px) {
.hidden-lg.hidden-sm, .hidden-lg.hidden-sm,
tr.hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm,
@ -7260,7 +5895,6 @@ td.hidden-lg {
display: none !important; display: none !important;
} }
} }
@media (min-width: 992px) and (max-width: 1199px) { @media (min-width: 992px) and (max-width: 1199px) {
.hidden-lg.hidden-md, .hidden-lg.hidden-md,
tr.hidden-lg.hidden-md, tr.hidden-lg.hidden-md,
@ -7269,7 +5903,6 @@ td.hidden-lg {
display: none !important; display: none !important;
} }
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
.hidden-lg, .hidden-lg,
tr.hidden-lg, tr.hidden-lg,
@ -7278,14 +5911,12 @@ td.hidden-lg {
display: none !important; display: none !important;
} }
} }
.visible-print, .visible-print,
tr.visible-print, tr.visible-print,
th.visible-print, th.visible-print,
td.visible-print { td.visible-print {
display: none !important; display: none !important;
} }
@media print { @media print {
.visible-print { .visible-print {
display: block !important; display: block !important;
@ -7301,7 +5932,6 @@ td.visible-print {
display: table-cell !important; display: table-cell !important;
} }
} }
@media print { @media print {
.hidden-print, .hidden-print,
tr.hidden-print, tr.hidden-print,
@ -7309,4 +5939,4 @@ td.visible-print {
td.hidden-print { td.hidden-print {
display: none !important; display: none !important;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -37,7 +37,7 @@
// Optional: Group multiple button groups together for a toolbar // Optional: Group multiple button groups together for a toolbar
.btn-toolbar { .btn-toolbar {
.clearfix(); &:extend(.clearfix all);
.btn-group { .btn-group {
float: left; float: left;
@ -157,7 +157,7 @@
// Clear floats so dropdown menus can be properly placed // Clear floats so dropdown menus can be properly placed
> .btn-group { > .btn-group {
.clearfix(); &:extend(.clearfix all);
> .btn { > .btn {
float: none; float: none;
} }

View File

@ -598,14 +598,14 @@
margin-left: auto; margin-left: auto;
padding-left: (@grid-gutter-width / 2); padding-left: (@grid-gutter-width / 2);
padding-right: (@grid-gutter-width / 2); padding-right: (@grid-gutter-width / 2);
.clearfix(); &:extend(.clearfix all);
} }
// Creates a wrapper for a series of columns // Creates a wrapper for a series of columns
.make-row(@gutter: @grid-gutter-width) { .make-row(@gutter: @grid-gutter-width) {
margin-left: (@gutter / -2); margin-left: (@gutter / -2);
margin-right: (@gutter / -2); margin-right: (@gutter / -2);
.clearfix(); &:extend(.clearfix all);
} }
// Generate the extra small columns // Generate the extra small columns

View File

@ -98,7 +98,7 @@
padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding; padding: (@modal-inner-padding - 1) @modal-inner-padding @modal-inner-padding;
text-align: right; // right align buttons text-align: right; // right align buttons
border-top: 1px solid @modal-footer-border-color; border-top: 1px solid @modal-footer-border-color;
.clearfix(); // clear it in case folks use .pull-* classes on buttons &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons
// Properly space out buttons // Properly space out buttons
.btn + .btn { .btn + .btn {

View File

@ -15,7 +15,7 @@
border: 1px solid transparent; border: 1px solid transparent;
// Prevent floats from breaking the navbar // Prevent floats from breaking the navbar
.clearfix(); &:extend(.clearfix all);
@media (min-width: @grid-float-breakpoint) { @media (min-width: @grid-float-breakpoint) {
border-radius: @navbar-border-radius; border-radius: @navbar-border-radius;
@ -29,7 +29,7 @@
// styling of responsive aspects. // styling of responsive aspects.
.navbar-header { .navbar-header {
.clearfix(); &:extend(.clearfix all);
@media (min-width: @grid-float-breakpoint) { @media (min-width: @grid-float-breakpoint) {
float: left; float: left;
@ -54,7 +54,7 @@
padding-left: @navbar-padding-horizontal; padding-left: @navbar-padding-horizontal;
border-top: 1px solid transparent; border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,.1); box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
.clearfix(); &:extend(.clearfix all);
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;
&.in { &.in {

View File

@ -10,7 +10,7 @@
margin-bottom: 0; margin-bottom: 0;
padding-left: 0; // Override default ul/ol padding-left: 0; // Override default ul/ol
list-style: none; list-style: none;
.clearfix(); &:extend(.clearfix all);
> li { > li {
position: relative; position: relative;

View File

@ -8,7 +8,7 @@
margin: @line-height-computed 0; margin: @line-height-computed 0;
list-style: none; list-style: none;
text-align: center; text-align: center;
.clearfix(); &:extend(.clearfix all);
li { li {
display: inline; display: inline;
> a, > a,

View File

@ -15,7 +15,7 @@
// Panel contents // Panel contents
.panel-body { .panel-body {
padding: 15px; padding: 15px;
.clearfix(); &:extend(.clearfix all);
} }

View File

@ -202,7 +202,7 @@ dd {
} }
dd { dd {
margin-left: @component-offset-horizontal; margin-left: @component-offset-horizontal;
.clearfix(); // Clear the floated `dt` if an empty `dd` is present &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present
} }
} }
} }

View File

@ -22,18 +22,21 @@
, "devDependencies": { , "devDependencies": {
"btoa": "~1.1.1" "btoa": "~1.1.1"
, "grunt": "~0.4.1" , "grunt": "~0.4.1"
, "grunt-banner": "~0.2.0"
, "grunt-contrib-clean": "~0.5.0" , "grunt-contrib-clean": "~0.5.0"
, "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-concat": "~0.3.0"
, "grunt-contrib-connect": "~0.5.0" , "grunt-contrib-connect": "~0.5.0"
, "grunt-contrib-copy": "~0.4.1" , "grunt-contrib-copy": "~0.4.1"
, "grunt-contrib-csslint": "~0.2.0"
, "grunt-contrib-jshint": "~0.7.0" , "grunt-contrib-jshint": "~0.7.0"
, "grunt-contrib-less": "~0.8.0"
, "grunt-contrib-qunit": "~0.3.0" , "grunt-contrib-qunit": "~0.3.0"
, "grunt-contrib-uglify": "~0.2.4" , "grunt-contrib-uglify": "~0.2.4"
, "grunt-contrib-watch": "~0.5.3" , "grunt-contrib-watch": "~0.5.3"
, "grunt-csscomb": "~1.1.0"
, "grunt-html-validation": "~0.1.6" , "grunt-html-validation": "~0.1.6"
, "grunt-jekyll": "~0.4.0" , "grunt-jekyll": "~0.4.0"
, "grunt-jscs-checker": "~0.2.5" , "grunt-jscs-checker": "~0.2.5"
, "grunt-recess": "~0.5.0"
, "grunt-saucelabs": "~4.1.2" , "grunt-saucelabs": "~4.1.2"
, "grunt-sed": "~0.1.1" , "grunt-sed": "~0.1.1"
, "regexp-quote": "~0.0.0" , "regexp-quote": "~0.0.0"