diff --git a/.gitignore b/.gitignore index 108f6f4c4..1a76e6364 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,11 @@ tests/checkers/phpcs/* tests/RoboFile.ini tests/cache +/build/media/libraries/redcore/media/redcore/css/component.css +/build/media/libraries/redcore/media/redcore/css/component.bs3.css +/extensions/libraries/redcore/media/redcore/css/component.min.css +/extensions/libraries/redcore/media/redcore/css/component.bs3.min.css + # Never ignore !.gitignore !index.html diff --git a/build/gulp-redcore/media/redcore.js b/build/gulp-redcore/media/redcore.js index 68063eaf2..c8381a0ca 100644 --- a/build/gulp-redcore/media/redcore.js +++ b/build/gulp-redcore/media/redcore.js @@ -74,7 +74,7 @@ gulp.task('scripts:' + baseTask, function () { }); // Styles -gulp.task('styles:' + baseTask, function () { +gulp.task('styles:' + baseTask, ['less:' + baseTask], function () { return gulp.src(excludedMediaStypeFolders.concat([ buildPath + '/media/**/*.css' ])) @@ -86,7 +86,7 @@ gulp.task('styles:' + baseTask, function () { }); // Library files (fonts, images, ...) -gulp.task('libraries:' + baseTask, function () { +gulp.task('libraries:' + baseTask, ['scripts:' + baseTask, 'styles:' + baseTask], function () { return gulp.src([buildPath + '/media/**/lib/**', '!' + buildPath + '/media/**/lib/**/*.css', '!' + buildPath + '/media/**/lib/**/*.js', diff --git a/build/gulpfile.js b/build/gulpfile.js index 3b67b441e..35c9fd74b 100644 --- a/build/gulpfile.js +++ b/build/gulpfile.js @@ -23,7 +23,7 @@ gulp.task('release', ); // Override of the release script -gulp.task('release:redcore', function (cb) { +gulp.task('release:redcore', ['libraries:media.redcore'], function () { fs.readFile( '../extensions/redcore.xml', function(err, data) { parser.parseString(data, function (err, result) { var version = result.extension.version[0]; @@ -42,8 +42,7 @@ gulp.task('release:redcore', function (cb) { '../extensions/**/.gitkeep' ]) .pipe(zip(fileName)) - .pipe(gulp.dest(config.release_dir)) - .on('end', cb); + .pipe(gulp.dest(config.release_dir)); }); }); }); diff --git a/build/media/libraries/redcore/media/redcore/css/component.bs3.css b/build/media/libraries/redcore/media/redcore/css/component.bs3.css deleted file mode 100644 index a5a549b1b..000000000 --- a/build/media/libraries/redcore/media/redcore/css/component.bs3.css +++ /dev/null @@ -1,9774 +0,0 @@ -/*! - * redCORE v1.8.x - * - * Copyright (C) 2008 - 2021 redWEB.dk. All rights reserved - * Licensed under the GNU General Public License version 2 or later. - * http://www.gnu.org/licenses/gpl-2.0.html - * - * Based on Twitter Bootstrap v.3.3.6 - * http://getbootstrap.com/ - */ -.redcore { - margin: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857143; - color: #333333; - background-color: inherit; - /* - * Bootstrap v3.3.5 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ - /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */ - /*# sourceMappingURL=bootstrap.css.map */ - /*! - * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome - * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) - */ - /* FONT PATH - * -------------------------- */ - /* makes the font 33% larger relative to the icon container */ - /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -} -.redcore .modal { - position: fixed; - top: 0; - bottom: 0; - left: 0; - right: 0; - z-index: 1050; - margin-left: 0; - background-color: transparent; - width: inherit; - border: 0 solid rgba(0, 0, 0, 0.3); - *border: 0 solid #999; - /* IE6-7 */ - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; - outline: 0; -} -.redcore .modal-dialog { - width: 600px; - margin: 30px auto; -} -.redcore .modal .modal-dialog-lg { - width: 80%; -} -.redcore .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); -} -.redcore .modal-body iframe { - max-height: inherit; -} -.redcore .modal-iframe-external-container .modal-dialog { - width: 95%; - height: 85%; - padding: 0; -} -.redcore .modal-iframe-external-container .modal-content { - padding: 0; - height: 100%; -} -.redcore .modal-iframe-external-container .modal-body { - width: inherit; - max-height: inherit; - height: 85%; -} -.redcore html { - font-family: sans-serif; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} -.redcore body { - margin: 0; -} -.redcore article, -.redcore aside, -.redcore details, -.redcore figcaption, -.redcore figure, -.redcore footer, -.redcore header, -.redcore hgroup, -.redcore main, -.redcore menu, -.redcore nav, -.redcore section, -.redcore summary { - display: block; -} -.redcore audio, -.redcore canvas, -.redcore progress, -.redcore video { - display: inline-block; - vertical-align: baseline; -} -.redcore audio:not([controls]) { - display: none; - height: 0; -} -.redcore [hidden], -.redcore template { - display: none; -} -.redcore a { - background-color: transparent; -} -.redcore a:active, -.redcore a:hover { - outline: 0; -} -.redcore abbr[title] { - border-bottom: 1px dotted; -} -.redcore b, -.redcore strong { - font-weight: bold; -} -.redcore dfn { - font-style: italic; -} -.redcore h1 { - margin: .67em 0; - font-size: 2em; -} -.redcore mark { - color: #000; - background: #ff0; -} -.redcore small { - font-size: 80%; -} -.redcore sub, -.redcore sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -.redcore sup { - top: -0.5em; -} -.redcore sub { - bottom: -0.25em; -} -.redcore img { - border: 0; -} -.redcore svg:not(:root) { - overflow: hidden; -} -.redcore figure { - margin: 1em 40px; -} -.redcore hr { - height: 0; - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; -} -.redcore pre { - overflow: auto; -} -.redcore code, -.redcore kbd, -.redcore pre, -.redcore samp { - font-family: monospace, monospace; - font-size: 1em; -} -.redcore button, -.redcore input, -.redcore optgroup, -.redcore select, -.redcore textarea { - margin: 0; - font: inherit; - color: inherit; -} -.redcore button { - overflow: visible; -} -.redcore button, -.redcore select { - text-transform: none; -} -.redcore button, -.redcore html input[type="button"], -.redcore input[type="reset"], -.redcore input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; -} -.redcore button[disabled], -.redcore html input[disabled] { - cursor: default; -} -.redcore button::-moz-focus-inner, -.redcore input::-moz-focus-inner { - padding: 0; - border: 0; -} -.redcore input { - line-height: normal; -} -.redcore input[type="checkbox"], -.redcore input[type="radio"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - padding: 0; -} -.redcore input[type="number"]::-webkit-inner-spin-button, -.redcore input[type="number"]::-webkit-outer-spin-button { - height: auto; -} -.redcore input[type="search"] { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; - -webkit-appearance: textfield; -} -.redcore input[type="search"]::-webkit-search-cancel-button, -.redcore input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; -} -.redcore fieldset { - padding: .35em .625em .75em; - margin: 0 2px; - border: 1px solid #c0c0c0; -} -.redcore legend { - padding: 0; - border: 0; -} -.redcore textarea { - overflow: auto; -} -.redcore optgroup { - font-weight: bold; -} -.redcore table { - border-spacing: 0; - border-collapse: collapse; -} -.redcore td, -.redcore th { - padding: 0; -} -@media print { - .redcore *, - .redcore *:before, - .redcore *:after { - color: #000 !important; - text-shadow: none !important; - background: transparent !important; - -webkit-box-shadow: none !important; - box-shadow: none !important; - } - .redcore a, - .redcore a:visited { - text-decoration: underline; - } - .redcore a[href]:after { - content: " (" attr(href) ")"; - } - .redcore abbr[title]:after { - content: " (" attr(title) ")"; - } - .redcore a[href^="#"]:after, - .redcore a[href^="javascript:"]:after { - content: ""; - } - .redcore pre, - .redcore blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - .redcore thead { - display: table-header-group; - } - .redcore tr, - .redcore img { - page-break-inside: avoid; - } - .redcore img { - max-width: 100% !important; - } - .redcore p, - .redcore h2, - .redcore h3 { - orphans: 3; - widows: 3; - } - .redcore h2, - .redcore h3 { - page-break-after: avoid; - } - .redcore .navbar { - display: none; - } - .redcore .btn > .caret, - .redcore .dropup > .btn > .caret { - border-top-color: #000 !important; - } - .redcore .label { - border: 1px solid #000; - } - .redcore .table { - border-collapse: collapse !important; - } - .redcore .table td, - .redcore .table th { - background-color: #fff !important; - } - .redcore .table-bordered th, - .redcore .table-bordered td { - border: 1px solid #ddd !important; - } -} -@font-face { - font-family: 'Glyphicons Halflings'; - src: url('../fonts/glyphicons-halflings-regular.eot'); - src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), 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'); -} -.redcore .glyphicon { - position: relative; - top: 1px; - display: inline-block; - font-family: 'Glyphicons Halflings'; - font-style: normal; - font-weight: normal; - line-height: 1; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} -.redcore .glyphicon-asterisk:before { - content: "\2a"; -} -.redcore .glyphicon-plus:before { - content: "\2b"; -} -.redcore .glyphicon-euro:before, -.redcore .glyphicon-eur:before { - content: "\20ac"; -} -.redcore .glyphicon-minus:before { - content: "\2212"; -} -.redcore .glyphicon-cloud:before { - content: "\2601"; -} -.redcore .glyphicon-envelope:before { - content: "\2709"; -} -.redcore .glyphicon-pencil:before { - content: "\270f"; -} -.redcore .glyphicon-glass:before { - content: "\e001"; -} -.redcore .glyphicon-music:before { - content: "\e002"; -} -.redcore .glyphicon-search:before { - content: "\e003"; -} -.redcore .glyphicon-heart:before { - content: "\e005"; -} -.redcore .glyphicon-star:before { - content: "\e006"; -} -.redcore .glyphicon-star-empty:before { - content: "\e007"; -} -.redcore .glyphicon-user:before { - content: "\e008"; -} -.redcore .glyphicon-film:before { - content: "\e009"; -} -.redcore .glyphicon-th-large:before { - content: "\e010"; -} -.redcore .glyphicon-th:before { - content: "\e011"; -} -.redcore .glyphicon-th-list:before { - content: "\e012"; -} -.redcore .glyphicon-ok:before { - content: "\e013"; -} -.redcore .glyphicon-remove:before { - content: "\e014"; -} -.redcore .glyphicon-zoom-in:before { - content: "\e015"; -} -.redcore .glyphicon-zoom-out:before { - content: "\e016"; -} -.redcore .glyphicon-off:before { - content: "\e017"; -} -.redcore .glyphicon-signal:before { - content: "\e018"; -} -.redcore .glyphicon-cog:before { - content: "\e019"; -} -.redcore .glyphicon-trash:before { - content: "\e020"; -} -.redcore .glyphicon-home:before { - content: "\e021"; -} -.redcore .glyphicon-file:before { - content: "\e022"; -} -.redcore .glyphicon-time:before { - content: "\e023"; -} -.redcore .glyphicon-road:before { - content: "\e024"; -} -.redcore .glyphicon-download-alt:before { - content: "\e025"; -} -.redcore .glyphicon-download:before { - content: "\e026"; -} -.redcore .glyphicon-upload:before { - content: "\e027"; -} -.redcore .glyphicon-inbox:before { - content: "\e028"; -} -.redcore .glyphicon-play-circle:before { - content: "\e029"; -} -.redcore .glyphicon-repeat:before { - content: "\e030"; -} -.redcore .glyphicon-refresh:before { - content: "\e031"; -} -.redcore .glyphicon-list-alt:before { - content: "\e032"; -} -.redcore .glyphicon-lock:before { - content: "\e033"; -} -.redcore .glyphicon-flag:before { - content: "\e034"; -} -.redcore .glyphicon-headphones:before { - content: "\e035"; -} -.redcore .glyphicon-volume-off:before { - content: "\e036"; -} -.redcore .glyphicon-volume-down:before { - content: "\e037"; -} -.redcore .glyphicon-volume-up:before { - content: "\e038"; -} -.redcore .glyphicon-qrcode:before { - content: "\e039"; -} -.redcore .glyphicon-barcode:before { - content: "\e040"; -} -.redcore .glyphicon-tag:before { - content: "\e041"; -} -.redcore .glyphicon-tags:before { - content: "\e042"; -} -.redcore .glyphicon-book:before { - content: "\e043"; -} -.redcore .glyphicon-bookmark:before { - content: "\e044"; -} -.redcore .glyphicon-print:before { - content: "\e045"; -} -.redcore .glyphicon-camera:before { - content: "\e046"; -} -.redcore .glyphicon-font:before { - content: "\e047"; -} -.redcore .glyphicon-bold:before { - content: "\e048"; -} -.redcore .glyphicon-italic:before { - content: "\e049"; -} -.redcore .glyphicon-text-height:before { - content: "\e050"; -} -.redcore .glyphicon-text-width:before { - content: "\e051"; -} -.redcore .glyphicon-align-left:before { - content: "\e052"; -} -.redcore .glyphicon-align-center:before { - content: "\e053"; -} -.redcore .glyphicon-align-right:before { - content: "\e054"; -} -.redcore .glyphicon-align-justify:before { - content: "\e055"; -} -.redcore .glyphicon-list:before { - content: "\e056"; -} -.redcore .glyphicon-indent-left:before { - content: "\e057"; -} -.redcore .glyphicon-indent-right:before { - content: "\e058"; -} -.redcore .glyphicon-facetime-video:before { - content: "\e059"; -} -.redcore .glyphicon-picture:before { - content: "\e060"; -} -.redcore .glyphicon-map-marker:before { - content: "\e062"; -} -.redcore .glyphicon-adjust:before { - content: "\e063"; -} -.redcore .glyphicon-tint:before { - content: "\e064"; -} -.redcore .glyphicon-edit:before { - content: "\e065"; -} -.redcore .glyphicon-share:before { - content: "\e066"; -} -.redcore .glyphicon-check:before { - content: "\e067"; -} -.redcore .glyphicon-move:before { - content: "\e068"; -} -.redcore .glyphicon-step-backward:before { - content: "\e069"; -} -.redcore .glyphicon-fast-backward:before { - content: "\e070"; -} -.redcore .glyphicon-backward:before { - content: "\e071"; -} -.redcore .glyphicon-play:before { - content: "\e072"; -} -.redcore .glyphicon-pause:before { - content: "\e073"; -} -.redcore .glyphicon-stop:before { - content: "\e074"; -} -.redcore .glyphicon-forward:before { - content: "\e075"; -} -.redcore .glyphicon-fast-forward:before { - content: "\e076"; -} -.redcore .glyphicon-step-forward:before { - content: "\e077"; -} -.redcore .glyphicon-eject:before { - content: "\e078"; -} -.redcore .glyphicon-chevron-left:before { - content: "\e079"; -} -.redcore .glyphicon-chevron-right:before { - content: "\e080"; -} -.redcore .glyphicon-plus-sign:before { - content: "\e081"; -} -.redcore .glyphicon-minus-sign:before { - content: "\e082"; -} -.redcore .glyphicon-remove-sign:before { - content: "\e083"; -} -.redcore .glyphicon-ok-sign:before { - content: "\e084"; -} -.redcore .glyphicon-question-sign:before { - content: "\e085"; -} -.redcore .glyphicon-info-sign:before { - content: "\e086"; -} -.redcore .glyphicon-screenshot:before { - content: "\e087"; -} -.redcore .glyphicon-remove-circle:before { - content: "\e088"; -} -.redcore .glyphicon-ok-circle:before { - content: "\e089"; -} -.redcore .glyphicon-ban-circle:before { - content: "\e090"; -} -.redcore .glyphicon-arrow-left:before { - content: "\e091"; -} -.redcore .glyphicon-arrow-right:before { - content: "\e092"; -} -.redcore .glyphicon-arrow-up:before { - content: "\e093"; -} -.redcore .glyphicon-arrow-down:before { - content: "\e094"; -} -.redcore .glyphicon-share-alt:before { - content: "\e095"; -} -.redcore .glyphicon-resize-full:before { - content: "\e096"; -} -.redcore .glyphicon-resize-small:before { - content: "\e097"; -} -.redcore .glyphicon-exclamation-sign:before { - content: "\e101"; -} -.redcore .glyphicon-gift:before { - content: "\e102"; -} -.redcore .glyphicon-leaf:before { - content: "\e103"; -} -.redcore .glyphicon-fire:before { - content: "\e104"; -} -.redcore .glyphicon-eye-open:before { - content: "\e105"; -} -.redcore .glyphicon-eye-close:before { - content: "\e106"; -} -.redcore .glyphicon-warning-sign:before { - content: "\e107"; -} -.redcore .glyphicon-plane:before { - content: "\e108"; -} -.redcore .glyphicon-calendar:before { - content: "\e109"; -} -.redcore .glyphicon-random:before { - content: "\e110"; -} -.redcore .glyphicon-comment:before { - content: "\e111"; -} -.redcore .glyphicon-magnet:before { - content: "\e112"; -} -.redcore .glyphicon-chevron-up:before { - content: "\e113"; -} -.redcore .glyphicon-chevron-down:before { - content: "\e114"; -} -.redcore .glyphicon-retweet:before { - content: "\e115"; -} -.redcore .glyphicon-shopping-cart:before { - content: "\e116"; -} -.redcore .glyphicon-folder-close:before { - content: "\e117"; -} -.redcore .glyphicon-folder-open:before { - content: "\e118"; -} -.redcore .glyphicon-resize-vertical:before { - content: "\e119"; -} -.redcore .glyphicon-resize-horizontal:before { - content: "\e120"; -} -.redcore .glyphicon-hdd:before { - content: "\e121"; -} -.redcore .glyphicon-bullhorn:before { - content: "\e122"; -} -.redcore .glyphicon-bell:before { - content: "\e123"; -} -.redcore .glyphicon-certificate:before { - content: "\e124"; -} -.redcore .glyphicon-thumbs-up:before { - content: "\e125"; -} -.redcore .glyphicon-thumbs-down:before { - content: "\e126"; -} -.redcore .glyphicon-hand-right:before { - content: "\e127"; -} -.redcore .glyphicon-hand-left:before { - content: "\e128"; -} -.redcore .glyphicon-hand-up:before { - content: "\e129"; -} -.redcore .glyphicon-hand-down:before { - content: "\e130"; -} -.redcore .glyphicon-circle-arrow-right:before { - content: "\e131"; -} -.redcore .glyphicon-circle-arrow-left:before { - content: "\e132"; -} -.redcore .glyphicon-circle-arrow-up:before { - content: "\e133"; -} -.redcore .glyphicon-circle-arrow-down:before { - content: "\e134"; -} -.redcore .glyphicon-globe:before { - content: "\e135"; -} -.redcore .glyphicon-wrench:before { - content: "\e136"; -} -.redcore .glyphicon-tasks:before { - content: "\e137"; -} -.redcore .glyphicon-filter:before { - content: "\e138"; -} -.redcore .glyphicon-briefcase:before { - content: "\e139"; -} -.redcore .glyphicon-fullscreen:before { - content: "\e140"; -} -.redcore .glyphicon-dashboard:before { - content: "\e141"; -} -.redcore .glyphicon-paperclip:before { - content: "\e142"; -} -.redcore .glyphicon-heart-empty:before { - content: "\e143"; -} -.redcore .glyphicon-link:before { - content: "\e144"; -} -.redcore .glyphicon-phone:before { - content: "\e145"; -} -.redcore .glyphicon-pushpin:before { - content: "\e146"; -} -.redcore .glyphicon-usd:before { - content: "\e148"; -} -.redcore .glyphicon-gbp:before { - content: "\e149"; -} -.redcore .glyphicon-sort:before { - content: "\e150"; -} -.redcore .glyphicon-sort-by-alphabet:before { - content: "\e151"; -} -.redcore .glyphicon-sort-by-alphabet-alt:before { - content: "\e152"; -} -.redcore .glyphicon-sort-by-order:before { - content: "\e153"; -} -.redcore .glyphicon-sort-by-order-alt:before { - content: "\e154"; -} -.redcore .glyphicon-sort-by-attributes:before { - content: "\e155"; -} -.redcore .glyphicon-sort-by-attributes-alt:before { - content: "\e156"; -} -.redcore .glyphicon-unchecked:before { - content: "\e157"; -} -.redcore .glyphicon-expand:before { - content: "\e158"; -} -.redcore .glyphicon-collapse-down:before { - content: "\e159"; -} -.redcore .glyphicon-collapse-up:before { - content: "\e160"; -} -.redcore .glyphicon-log-in:before { - content: "\e161"; -} -.redcore .glyphicon-flash:before { - content: "\e162"; -} -.redcore .glyphicon-log-out:before { - content: "\e163"; -} -.redcore .glyphicon-new-window:before { - content: "\e164"; -} -.redcore .glyphicon-record:before { - content: "\e165"; -} -.redcore .glyphicon-save:before { - content: "\e166"; -} -.redcore .glyphicon-open:before { - content: "\e167"; -} -.redcore .glyphicon-saved:before { - content: "\e168"; -} -.redcore .glyphicon-import:before { - content: "\e169"; -} -.redcore .glyphicon-export:before { - content: "\e170"; -} -.redcore .glyphicon-send:before { - content: "\e171"; -} -.redcore .glyphicon-floppy-disk:before { - content: "\e172"; -} -.redcore .glyphicon-floppy-saved:before { - content: "\e173"; -} -.redcore .glyphicon-floppy-remove:before { - content: "\e174"; -} -.redcore .glyphicon-floppy-save:before { - content: "\e175"; -} -.redcore .glyphicon-floppy-open:before { - content: "\e176"; -} -.redcore .glyphicon-credit-card:before { - content: "\e177"; -} -.redcore .glyphicon-transfer:before { - content: "\e178"; -} -.redcore .glyphicon-cutlery:before { - content: "\e179"; -} -.redcore .glyphicon-header:before { - content: "\e180"; -} -.redcore .glyphicon-compressed:before { - content: "\e181"; -} -.redcore .glyphicon-earphone:before { - content: "\e182"; -} -.redcore .glyphicon-phone-alt:before { - content: "\e183"; -} -.redcore .glyphicon-tower:before { - content: "\e184"; -} -.redcore .glyphicon-stats:before { - content: "\e185"; -} -.redcore .glyphicon-sd-video:before { - content: "\e186"; -} -.redcore .glyphicon-hd-video:before { - content: "\e187"; -} -.redcore .glyphicon-subtitles:before { - content: "\e188"; -} -.redcore .glyphicon-sound-stereo:before { - content: "\e189"; -} -.redcore .glyphicon-sound-dolby:before { - content: "\e190"; -} -.redcore .glyphicon-sound-5-1:before { - content: "\e191"; -} -.redcore .glyphicon-sound-6-1:before { - content: "\e192"; -} -.redcore .glyphicon-sound-7-1:before { - content: "\e193"; -} -.redcore .glyphicon-copyright-mark:before { - content: "\e194"; -} -.redcore .glyphicon-registration-mark:before { - content: "\e195"; -} -.redcore .glyphicon-cloud-download:before { - content: "\e197"; -} -.redcore .glyphicon-cloud-upload:before { - content: "\e198"; -} -.redcore .glyphicon-tree-conifer:before { - content: "\e199"; -} -.redcore .glyphicon-tree-deciduous:before { - content: "\e200"; -} -.redcore .glyphicon-cd:before { - content: "\e201"; -} -.redcore .glyphicon-save-file:before { - content: "\e202"; -} -.redcore .glyphicon-open-file:before { - content: "\e203"; -} -.redcore .glyphicon-level-up:before { - content: "\e204"; -} -.redcore .glyphicon-copy:before { - content: "\e205"; -} -.redcore .glyphicon-paste:before { - content: "\e206"; -} -.redcore .glyphicon-alert:before { - content: "\e209"; -} -.redcore .glyphicon-equalizer:before { - content: "\e210"; -} -.redcore .glyphicon-king:before { - content: "\e211"; -} -.redcore .glyphicon-queen:before { - content: "\e212"; -} -.redcore .glyphicon-pawn:before { - content: "\e213"; -} -.redcore .glyphicon-bishop:before { - content: "\e214"; -} -.redcore .glyphicon-knight:before { - content: "\e215"; -} -.redcore .glyphicon-baby-formula:before { - content: "\e216"; -} -.redcore .glyphicon-tent:before { - content: "\26fa"; -} -.redcore .glyphicon-blackboard:before { - content: "\e218"; -} -.redcore .glyphicon-bed:before { - content: "\e219"; -} -.redcore .glyphicon-apple:before { - content: "\f8ff"; -} -.redcore .glyphicon-erase:before { - content: "\e221"; -} -.redcore .glyphicon-hourglass:before { - content: "\231b"; -} -.redcore .glyphicon-lamp:before { - content: "\e223"; -} -.redcore .glyphicon-duplicate:before { - content: "\e224"; -} -.redcore .glyphicon-piggy-bank:before { - content: "\e225"; -} -.redcore .glyphicon-scissors:before { - content: "\e226"; -} -.redcore .glyphicon-bitcoin:before { - content: "\e227"; -} -.redcore .glyphicon-btc:before { - content: "\e227"; -} -.redcore .glyphicon-xbt:before { - content: "\e227"; -} -.redcore .glyphicon-yen:before { - content: "\00a5"; -} -.redcore .glyphicon-jpy:before { - content: "\00a5"; -} -.redcore .glyphicon-ruble:before { - content: "\20bd"; -} -.redcore .glyphicon-rub:before { - content: "\20bd"; -} -.redcore .glyphicon-scale:before { - content: "\e230"; -} -.redcore .glyphicon-ice-lolly:before { - content: "\e231"; -} -.redcore .glyphicon-ice-lolly-tasted:before { - content: "\e232"; -} -.redcore .glyphicon-education:before { - content: "\e233"; -} -.redcore .glyphicon-option-horizontal:before { - content: "\e234"; -} -.redcore .glyphicon-option-vertical:before { - content: "\e235"; -} -.redcore .glyphicon-menu-hamburger:before { - content: "\e236"; -} -.redcore .glyphicon-modal-window:before { - content: "\e237"; -} -.redcore .glyphicon-oil:before { - content: "\e238"; -} -.redcore .glyphicon-grain:before { - content: "\e239"; -} -.redcore .glyphicon-sunglasses:before { - content: "\e240"; -} -.redcore .glyphicon-text-size:before { - content: "\e241"; -} -.redcore .glyphicon-text-color:before { - content: "\e242"; -} -.redcore .glyphicon-text-background:before { - content: "\e243"; -} -.redcore .glyphicon-object-align-top:before { - content: "\e244"; -} -.redcore .glyphicon-object-align-bottom:before { - content: "\e245"; -} -.redcore .glyphicon-object-align-horizontal:before { - content: "\e246"; -} -.redcore .glyphicon-object-align-left:before { - content: "\e247"; -} -.redcore .glyphicon-object-align-vertical:before { - content: "\e248"; -} -.redcore .glyphicon-object-align-right:before { - content: "\e249"; -} -.redcore .glyphicon-triangle-right:before { - content: "\e250"; -} -.redcore .glyphicon-triangle-left:before { - content: "\e251"; -} -.redcore .glyphicon-triangle-bottom:before { - content: "\e252"; -} -.redcore .glyphicon-triangle-top:before { - content: "\e253"; -} -.redcore .glyphicon-console:before { - content: "\e254"; -} -.redcore .glyphicon-superscript:before { - content: "\e255"; -} -.redcore .glyphicon-subscript:before { - content: "\e256"; -} -.redcore .glyphicon-menu-left:before { - content: "\e257"; -} -.redcore .glyphicon-menu-right:before { - content: "\e258"; -} -.redcore .glyphicon-menu-down:before { - content: "\e259"; -} -.redcore .glyphicon-menu-up:before { - content: "\e260"; -} -.redcore * { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.redcore *:before, -.redcore *:after { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.redcore html { - font-size: 10px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -} -.redcore body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 1.42857143; - color: #333; - background-color: #fff; -} -.redcore input, -.redcore button, -.redcore select, -.redcore textarea { - font-family: inherit; - font-size: inherit; - line-height: inherit; -} -.redcore a { - color: #337ab7; - text-decoration: none; -} -.redcore a:hover, -.redcore a:focus { - color: #23527c; - text-decoration: underline; -} -.redcore a:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.redcore figure { - margin: 0; -} -.redcore img { - vertical-align: middle; -} -.redcore .img-responsive, -.redcore .thumbnail > img, -.redcore .thumbnail a > img, -.redcore .carousel-inner > .item > img, -.redcore .carousel-inner > .item > a > img { - display: block; - max-width: 100%; - height: auto; -} -.redcore .img-rounded { - border-radius: 6px; -} -.redcore .img-thumbnail { - display: inline-block; - max-width: 100%; - height: auto; - padding: 4px; - line-height: 1.42857143; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} -.redcore .img-circle { - border-radius: 50%; -} -.redcore hr { - margin-top: 20px; - margin-bottom: 20px; - border: 0; - border-top: 1px solid #eee; -} -.redcore .sr-only { - position: absolute; - width: 1px; - height: 1px; - padding: 0; - margin: -1px; - overflow: hidden; - clip: rect(0, 0, 0, 0); - border: 0; -} -.redcore .sr-only-focusable:active, -.redcore .sr-only-focusable:focus { - position: static; - width: auto; - height: auto; - margin: 0; - overflow: visible; - clip: auto; -} -.redcore [role="button"] { - cursor: pointer; -} -.redcore h1, -.redcore h2, -.redcore h3, -.redcore h4, -.redcore h5, -.redcore h6, -.redcore .h1, -.redcore .h2, -.redcore .h3, -.redcore .h4, -.redcore .h5, -.redcore .h6 { - font-family: inherit; - font-weight: 500; - line-height: 1.1; - color: inherit; -} -.redcore h1 small, -.redcore h2 small, -.redcore h3 small, -.redcore h4 small, -.redcore h5 small, -.redcore h6 small, -.redcore .h1 small, -.redcore .h2 small, -.redcore .h3 small, -.redcore .h4 small, -.redcore .h5 small, -.redcore .h6 small, -.redcore h1 .small, -.redcore h2 .small, -.redcore h3 .small, -.redcore h4 .small, -.redcore h5 .small, -.redcore h6 .small, -.redcore .h1 .small, -.redcore .h2 .small, -.redcore .h3 .small, -.redcore .h4 .small, -.redcore .h5 .small, -.redcore .h6 .small { - font-weight: normal; - line-height: 1; - color: #777; -} -.redcore h1, -.redcore .h1, -.redcore h2, -.redcore .h2, -.redcore h3, -.redcore .h3 { - margin-top: 20px; - margin-bottom: 10px; -} -.redcore h1 small, -.redcore .h1 small, -.redcore h2 small, -.redcore .h2 small, -.redcore h3 small, -.redcore .h3 small, -.redcore h1 .small, -.redcore .h1 .small, -.redcore h2 .small, -.redcore .h2 .small, -.redcore h3 .small, -.redcore .h3 .small { - font-size: 65%; -} -.redcore h4, -.redcore .h4, -.redcore h5, -.redcore .h5, -.redcore h6, -.redcore .h6 { - margin-top: 10px; - margin-bottom: 10px; -} -.redcore h4 small, -.redcore .h4 small, -.redcore h5 small, -.redcore .h5 small, -.redcore h6 small, -.redcore .h6 small, -.redcore h4 .small, -.redcore .h4 .small, -.redcore h5 .small, -.redcore .h5 .small, -.redcore h6 .small, -.redcore .h6 .small { - font-size: 75%; -} -.redcore h1, -.redcore .h1 { - font-size: 36px; -} -.redcore h2, -.redcore .h2 { - font-size: 30px; -} -.redcore h3, -.redcore .h3 { - font-size: 24px; -} -.redcore h4, -.redcore .h4 { - font-size: 18px; -} -.redcore h5, -.redcore .h5 { - font-size: 14px; -} -.redcore h6, -.redcore .h6 { - font-size: 12px; -} -.redcore p { - margin: 0 0 10px; -} -.redcore .lead { - margin-bottom: 20px; - font-size: 16px; - font-weight: 300; - line-height: 1.4; -} -@media (min-width: 768px) { - .redcore .lead { - font-size: 21px; - } -} -.redcore small, -.redcore .small { - font-size: 85%; -} -.redcore mark, -.redcore .mark { - padding: .2em; - background-color: #fcf8e3; -} -.redcore .text-left { - text-align: left; -} -.redcore .text-right { - text-align: right; -} -.redcore .text-center { - text-align: center; -} -.redcore .text-justify { - text-align: justify; -} -.redcore .text-nowrap { - white-space: nowrap; -} -.redcore .text-lowercase { - text-transform: lowercase; -} -.redcore .text-uppercase { - text-transform: uppercase; -} -.redcore .text-capitalize { - text-transform: capitalize; -} -.redcore .text-muted { - color: #777; -} -.redcore .text-primary { - color: #337ab7; -} -.redcore a.text-primary:hover, -.redcore a.text-primary:focus { - color: #286090; -} -.redcore .text-success { - color: #3c763d; -} -.redcore a.text-success:hover, -.redcore a.text-success:focus { - color: #2b542c; -} -.redcore .text-info { - color: #31708f; -} -.redcore a.text-info:hover, -.redcore a.text-info:focus { - color: #245269; -} -.redcore .text-warning { - color: #8a6d3b; -} -.redcore a.text-warning:hover, -.redcore a.text-warning:focus { - color: #66512c; -} -.redcore .text-danger { - color: #a94442; -} -.redcore a.text-danger:hover, -.redcore a.text-danger:focus { - color: #843534; -} -.redcore .bg-primary { - color: #fff; - background-color: #337ab7; -} -.redcore a.bg-primary:hover, -.redcore a.bg-primary:focus { - background-color: #286090; -} -.redcore .bg-success { - background-color: #dff0d8; -} -.redcore a.bg-success:hover, -.redcore a.bg-success:focus { - background-color: #c1e2b3; -} -.redcore .bg-info { - background-color: #d9edf7; -} -.redcore a.bg-info:hover, -.redcore a.bg-info:focus { - background-color: #afd9ee; -} -.redcore .bg-warning { - background-color: #fcf8e3; -} -.redcore a.bg-warning:hover, -.redcore a.bg-warning:focus { - background-color: #f7ecb5; -} -.redcore .bg-danger { - background-color: #f2dede; -} -.redcore a.bg-danger:hover, -.redcore a.bg-danger:focus { - background-color: #e4b9b9; -} -.redcore .page-header { - padding-bottom: 9px; - margin: 40px 0 20px; - border-bottom: 1px solid #eee; -} -.redcore ul, -.redcore ol { - margin-top: 0; - margin-bottom: 10px; -} -.redcore ul ul, -.redcore ol ul, -.redcore ul ol, -.redcore ol ol { - margin-bottom: 0; -} -.redcore .list-unstyled { - padding-left: 0; - list-style: none; -} -.redcore .list-inline { - padding-left: 0; - margin-left: -5px; - list-style: none; -} -.redcore .list-inline > li { - display: inline-block; - padding-right: 5px; - padding-left: 5px; -} -.redcore dl { - margin-top: 0; - margin-bottom: 20px; -} -.redcore dt, -.redcore dd { - line-height: 1.42857143; -} -.redcore dt { - font-weight: bold; -} -.redcore dd { - margin-left: 0; -} -@media (min-width: 768px) { - .redcore .dl-horizontal dt { - float: left; - width: 160px; - overflow: hidden; - clear: left; - text-align: right; - text-overflow: ellipsis; - white-space: nowrap; - } - .redcore .dl-horizontal dd { - margin-left: 180px; - } -} -.redcore abbr[title], -.redcore abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #777; -} -.redcore .initialism { - font-size: 90%; - text-transform: uppercase; -} -.redcore blockquote { - padding: 10px 20px; - margin: 0 0 20px; - font-size: 17.5px; - border-left: 5px solid #eee; -} -.redcore blockquote p:last-child, -.redcore blockquote ul:last-child, -.redcore blockquote ol:last-child { - margin-bottom: 0; -} -.redcore blockquote footer, -.redcore blockquote small, -.redcore blockquote .small { - display: block; - font-size: 80%; - line-height: 1.42857143; - color: #777; -} -.redcore blockquote footer:before, -.redcore blockquote small:before, -.redcore blockquote .small:before { - content: '\2014 \00A0'; -} -.redcore .blockquote-reverse, -.redcore blockquote.pull-right { - padding-right: 15px; - padding-left: 0; - text-align: right; - border-right: 5px solid #eee; - border-left: 0; -} -.redcore .blockquote-reverse footer:before, -.redcore blockquote.pull-right footer:before, -.redcore .blockquote-reverse small:before, -.redcore blockquote.pull-right small:before, -.redcore .blockquote-reverse .small:before, -.redcore blockquote.pull-right .small:before { - content: ''; -} -.redcore .blockquote-reverse footer:after, -.redcore blockquote.pull-right footer:after, -.redcore .blockquote-reverse small:after, -.redcore blockquote.pull-right small:after, -.redcore .blockquote-reverse .small:after, -.redcore blockquote.pull-right .small:after { - content: '\00A0 \2014'; -} -.redcore address { - margin-bottom: 20px; - font-style: normal; - line-height: 1.42857143; -} -.redcore code, -.redcore kbd, -.redcore pre, -.redcore samp { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; -} -.redcore code { - padding: 2px 4px; - font-size: 90%; - color: #c7254e; - background-color: #f9f2f4; - border-radius: 4px; -} -.redcore kbd { - padding: 2px 4px; - font-size: 90%; - color: #fff; - background-color: #333; - border-radius: 3px; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); -} -.redcore kbd kbd { - padding: 0; - font-size: 100%; - font-weight: bold; - -webkit-box-shadow: none; - box-shadow: none; -} -.redcore pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 1.42857143; - color: #333; - word-break: break-all; - word-wrap: break-word; - background-color: #f5f5f5; - border: 1px solid #ccc; - border-radius: 4px; -} -.redcore pre code { - padding: 0; - font-size: inherit; - color: inherit; - white-space: pre-wrap; - background-color: transparent; - border-radius: 0; -} -.redcore .pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} -.redcore .container { - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} -@media (min-width: 768px) { - .redcore .container { - width: 750px; - } -} -@media (min-width: 992px) { - .redcore .container { - width: 970px; - } -} -@media (min-width: 1200px) { - .redcore .container { - width: 1170px; - } -} -.redcore .container-fluid { - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} -.redcore .row { - margin-right: -15px; - margin-left: -15px; -} -.redcore .col-xs-1, -.redcore .col-sm-1, -.redcore .col-md-1, -.redcore .col-lg-1, -.redcore .col-xs-2, -.redcore .col-sm-2, -.redcore .col-md-2, -.redcore .col-lg-2, -.redcore .col-xs-3, -.redcore .col-sm-3, -.redcore .col-md-3, -.redcore .col-lg-3, -.redcore .col-xs-4, -.redcore .col-sm-4, -.redcore .col-md-4, -.redcore .col-lg-4, -.redcore .col-xs-5, -.redcore .col-sm-5, -.redcore .col-md-5, -.redcore .col-lg-5, -.redcore .col-xs-6, -.redcore .col-sm-6, -.redcore .col-md-6, -.redcore .col-lg-6, -.redcore .col-xs-7, -.redcore .col-sm-7, -.redcore .col-md-7, -.redcore .col-lg-7, -.redcore .col-xs-8, -.redcore .col-sm-8, -.redcore .col-md-8, -.redcore .col-lg-8, -.redcore .col-xs-9, -.redcore .col-sm-9, -.redcore .col-md-9, -.redcore .col-lg-9, -.redcore .col-xs-10, -.redcore .col-sm-10, -.redcore .col-md-10, -.redcore .col-lg-10, -.redcore .col-xs-11, -.redcore .col-sm-11, -.redcore .col-md-11, -.redcore .col-lg-11, -.redcore .col-xs-12, -.redcore .col-sm-12, -.redcore .col-md-12, -.redcore .col-lg-12 { - position: relative; - min-height: 1px; - padding-right: 15px; - padding-left: 15px; -} -.redcore .col-xs-1, -.redcore .col-xs-2, -.redcore .col-xs-3, -.redcore .col-xs-4, -.redcore .col-xs-5, -.redcore .col-xs-6, -.redcore .col-xs-7, -.redcore .col-xs-8, -.redcore .col-xs-9, -.redcore .col-xs-10, -.redcore .col-xs-11, -.redcore .col-xs-12 { - float: left; -} -.redcore .col-xs-12 { - width: 100%; -} -.redcore .col-xs-11 { - width: 91.66666667%; -} -.redcore .col-xs-10 { - width: 83.33333333%; -} -.redcore .col-xs-9 { - width: 75%; -} -.redcore .col-xs-8 { - width: 66.66666667%; -} -.redcore .col-xs-7 { - width: 58.33333333%; -} -.redcore .col-xs-6 { - width: 50%; -} -.redcore .col-xs-5 { - width: 41.66666667%; -} -.redcore .col-xs-4 { - width: 33.33333333%; -} -.redcore .col-xs-3 { - width: 25%; -} -.redcore .col-xs-2 { - width: 16.66666667%; -} -.redcore .col-xs-1 { - width: 8.33333333%; -} -.redcore .col-xs-pull-12 { - right: 100%; -} -.redcore .col-xs-pull-11 { - right: 91.66666667%; -} -.redcore .col-xs-pull-10 { - right: 83.33333333%; -} -.redcore .col-xs-pull-9 { - right: 75%; -} -.redcore .col-xs-pull-8 { - right: 66.66666667%; -} -.redcore .col-xs-pull-7 { - right: 58.33333333%; -} -.redcore .col-xs-pull-6 { - right: 50%; -} -.redcore .col-xs-pull-5 { - right: 41.66666667%; -} -.redcore .col-xs-pull-4 { - right: 33.33333333%; -} -.redcore .col-xs-pull-3 { - right: 25%; -} -.redcore .col-xs-pull-2 { - right: 16.66666667%; -} -.redcore .col-xs-pull-1 { - right: 8.33333333%; -} -.redcore .col-xs-pull-0 { - right: auto; -} -.redcore .col-xs-push-12 { - left: 100%; -} -.redcore .col-xs-push-11 { - left: 91.66666667%; -} -.redcore .col-xs-push-10 { - left: 83.33333333%; -} -.redcore .col-xs-push-9 { - left: 75%; -} -.redcore .col-xs-push-8 { - left: 66.66666667%; -} -.redcore .col-xs-push-7 { - left: 58.33333333%; -} -.redcore .col-xs-push-6 { - left: 50%; -} -.redcore .col-xs-push-5 { - left: 41.66666667%; -} -.redcore .col-xs-push-4 { - left: 33.33333333%; -} -.redcore .col-xs-push-3 { - left: 25%; -} -.redcore .col-xs-push-2 { - left: 16.66666667%; -} -.redcore .col-xs-push-1 { - left: 8.33333333%; -} -.redcore .col-xs-push-0 { - left: auto; -} -.redcore .col-xs-offset-12 { - margin-left: 100%; -} -.redcore .col-xs-offset-11 { - margin-left: 91.66666667%; -} -.redcore .col-xs-offset-10 { - margin-left: 83.33333333%; -} -.redcore .col-xs-offset-9 { - margin-left: 75%; -} -.redcore .col-xs-offset-8 { - margin-left: 66.66666667%; -} -.redcore .col-xs-offset-7 { - margin-left: 58.33333333%; -} -.redcore .col-xs-offset-6 { - margin-left: 50%; -} -.redcore .col-xs-offset-5 { - margin-left: 41.66666667%; -} -.redcore .col-xs-offset-4 { - margin-left: 33.33333333%; -} -.redcore .col-xs-offset-3 { - margin-left: 25%; -} -.redcore .col-xs-offset-2 { - margin-left: 16.66666667%; -} -.redcore .col-xs-offset-1 { - margin-left: 8.33333333%; -} -.redcore .col-xs-offset-0 { - margin-left: 0; -} -@media (min-width: 768px) { - .redcore .col-sm-1, - .redcore .col-sm-2, - .redcore .col-sm-3, - .redcore .col-sm-4, - .redcore .col-sm-5, - .redcore .col-sm-6, - .redcore .col-sm-7, - .redcore .col-sm-8, - .redcore .col-sm-9, - .redcore .col-sm-10, - .redcore .col-sm-11, - .redcore .col-sm-12 { - float: left; - } - .redcore .col-sm-12 { - width: 100%; - } - .redcore .col-sm-11 { - width: 91.66666667%; - } - .redcore .col-sm-10 { - width: 83.33333333%; - } - .redcore .col-sm-9 { - width: 75%; - } - .redcore .col-sm-8 { - width: 66.66666667%; - } - .redcore .col-sm-7 { - width: 58.33333333%; - } - .redcore .col-sm-6 { - width: 50%; - } - .redcore .col-sm-5 { - width: 41.66666667%; - } - .redcore .col-sm-4 { - width: 33.33333333%; - } - .redcore .col-sm-3 { - width: 25%; - } - .redcore .col-sm-2 { - width: 16.66666667%; - } - .redcore .col-sm-1 { - width: 8.33333333%; - } - .redcore .col-sm-pull-12 { - right: 100%; - } - .redcore .col-sm-pull-11 { - right: 91.66666667%; - } - .redcore .col-sm-pull-10 { - right: 83.33333333%; - } - .redcore .col-sm-pull-9 { - right: 75%; - } - .redcore .col-sm-pull-8 { - right: 66.66666667%; - } - .redcore .col-sm-pull-7 { - right: 58.33333333%; - } - .redcore .col-sm-pull-6 { - right: 50%; - } - .redcore .col-sm-pull-5 { - right: 41.66666667%; - } - .redcore .col-sm-pull-4 { - right: 33.33333333%; - } - .redcore .col-sm-pull-3 { - right: 25%; - } - .redcore .col-sm-pull-2 { - right: 16.66666667%; - } - .redcore .col-sm-pull-1 { - right: 8.33333333%; - } - .redcore .col-sm-pull-0 { - right: auto; - } - .redcore .col-sm-push-12 { - left: 100%; - } - .redcore .col-sm-push-11 { - left: 91.66666667%; - } - .redcore .col-sm-push-10 { - left: 83.33333333%; - } - .redcore .col-sm-push-9 { - left: 75%; - } - .redcore .col-sm-push-8 { - left: 66.66666667%; - } - .redcore .col-sm-push-7 { - left: 58.33333333%; - } - .redcore .col-sm-push-6 { - left: 50%; - } - .redcore .col-sm-push-5 { - left: 41.66666667%; - } - .redcore .col-sm-push-4 { - left: 33.33333333%; - } - .redcore .col-sm-push-3 { - left: 25%; - } - .redcore .col-sm-push-2 { - left: 16.66666667%; - } - .redcore .col-sm-push-1 { - left: 8.33333333%; - } - .redcore .col-sm-push-0 { - left: auto; - } - .redcore .col-sm-offset-12 { - margin-left: 100%; - } - .redcore .col-sm-offset-11 { - margin-left: 91.66666667%; - } - .redcore .col-sm-offset-10 { - margin-left: 83.33333333%; - } - .redcore .col-sm-offset-9 { - margin-left: 75%; - } - .redcore .col-sm-offset-8 { - margin-left: 66.66666667%; - } - .redcore .col-sm-offset-7 { - margin-left: 58.33333333%; - } - .redcore .col-sm-offset-6 { - margin-left: 50%; - } - .redcore .col-sm-offset-5 { - margin-left: 41.66666667%; - } - .redcore .col-sm-offset-4 { - margin-left: 33.33333333%; - } - .redcore .col-sm-offset-3 { - margin-left: 25%; - } - .redcore .col-sm-offset-2 { - margin-left: 16.66666667%; - } - .redcore .col-sm-offset-1 { - margin-left: 8.33333333%; - } - .redcore .col-sm-offset-0 { - margin-left: 0; - } -} -@media (min-width: 992px) { - .redcore .col-md-1, - .redcore .col-md-2, - .redcore .col-md-3, - .redcore .col-md-4, - .redcore .col-md-5, - .redcore .col-md-6, - .redcore .col-md-7, - .redcore .col-md-8, - .redcore .col-md-9, - .redcore .col-md-10, - .redcore .col-md-11, - .redcore .col-md-12 { - float: left; - } - .redcore .col-md-12 { - width: 100%; - } - .redcore .col-md-11 { - width: 91.66666667%; - } - .redcore .col-md-10 { - width: 83.33333333%; - } - .redcore .col-md-9 { - width: 75%; - } - .redcore .col-md-8 { - width: 66.66666667%; - } - .redcore .col-md-7 { - width: 58.33333333%; - } - .redcore .col-md-6 { - width: 50%; - } - .redcore .col-md-5 { - width: 41.66666667%; - } - .redcore .col-md-4 { - width: 33.33333333%; - } - .redcore .col-md-3 { - width: 25%; - } - .redcore .col-md-2 { - width: 16.66666667%; - } - .redcore .col-md-1 { - width: 8.33333333%; - } - .redcore .col-md-pull-12 { - right: 100%; - } - .redcore .col-md-pull-11 { - right: 91.66666667%; - } - .redcore .col-md-pull-10 { - right: 83.33333333%; - } - .redcore .col-md-pull-9 { - right: 75%; - } - .redcore .col-md-pull-8 { - right: 66.66666667%; - } - .redcore .col-md-pull-7 { - right: 58.33333333%; - } - .redcore .col-md-pull-6 { - right: 50%; - } - .redcore .col-md-pull-5 { - right: 41.66666667%; - } - .redcore .col-md-pull-4 { - right: 33.33333333%; - } - .redcore .col-md-pull-3 { - right: 25%; - } - .redcore .col-md-pull-2 { - right: 16.66666667%; - } - .redcore .col-md-pull-1 { - right: 8.33333333%; - } - .redcore .col-md-pull-0 { - right: auto; - } - .redcore .col-md-push-12 { - left: 100%; - } - .redcore .col-md-push-11 { - left: 91.66666667%; - } - .redcore .col-md-push-10 { - left: 83.33333333%; - } - .redcore .col-md-push-9 { - left: 75%; - } - .redcore .col-md-push-8 { - left: 66.66666667%; - } - .redcore .col-md-push-7 { - left: 58.33333333%; - } - .redcore .col-md-push-6 { - left: 50%; - } - .redcore .col-md-push-5 { - left: 41.66666667%; - } - .redcore .col-md-push-4 { - left: 33.33333333%; - } - .redcore .col-md-push-3 { - left: 25%; - } - .redcore .col-md-push-2 { - left: 16.66666667%; - } - .redcore .col-md-push-1 { - left: 8.33333333%; - } - .redcore .col-md-push-0 { - left: auto; - } - .redcore .col-md-offset-12 { - margin-left: 100%; - } - .redcore .col-md-offset-11 { - margin-left: 91.66666667%; - } - .redcore .col-md-offset-10 { - margin-left: 83.33333333%; - } - .redcore .col-md-offset-9 { - margin-left: 75%; - } - .redcore .col-md-offset-8 { - margin-left: 66.66666667%; - } - .redcore .col-md-offset-7 { - margin-left: 58.33333333%; - } - .redcore .col-md-offset-6 { - margin-left: 50%; - } - .redcore .col-md-offset-5 { - margin-left: 41.66666667%; - } - .redcore .col-md-offset-4 { - margin-left: 33.33333333%; - } - .redcore .col-md-offset-3 { - margin-left: 25%; - } - .redcore .col-md-offset-2 { - margin-left: 16.66666667%; - } - .redcore .col-md-offset-1 { - margin-left: 8.33333333%; - } - .redcore .col-md-offset-0 { - margin-left: 0; - } -} -@media (min-width: 1200px) { - .redcore .col-lg-1, - .redcore .col-lg-2, - .redcore .col-lg-3, - .redcore .col-lg-4, - .redcore .col-lg-5, - .redcore .col-lg-6, - .redcore .col-lg-7, - .redcore .col-lg-8, - .redcore .col-lg-9, - .redcore .col-lg-10, - .redcore .col-lg-11, - .redcore .col-lg-12 { - float: left; - } - .redcore .col-lg-12 { - width: 100%; - } - .redcore .col-lg-11 { - width: 91.66666667%; - } - .redcore .col-lg-10 { - width: 83.33333333%; - } - .redcore .col-lg-9 { - width: 75%; - } - .redcore .col-lg-8 { - width: 66.66666667%; - } - .redcore .col-lg-7 { - width: 58.33333333%; - } - .redcore .col-lg-6 { - width: 50%; - } - .redcore .col-lg-5 { - width: 41.66666667%; - } - .redcore .col-lg-4 { - width: 33.33333333%; - } - .redcore .col-lg-3 { - width: 25%; - } - .redcore .col-lg-2 { - width: 16.66666667%; - } - .redcore .col-lg-1 { - width: 8.33333333%; - } - .redcore .col-lg-pull-12 { - right: 100%; - } - .redcore .col-lg-pull-11 { - right: 91.66666667%; - } - .redcore .col-lg-pull-10 { - right: 83.33333333%; - } - .redcore .col-lg-pull-9 { - right: 75%; - } - .redcore .col-lg-pull-8 { - right: 66.66666667%; - } - .redcore .col-lg-pull-7 { - right: 58.33333333%; - } - .redcore .col-lg-pull-6 { - right: 50%; - } - .redcore .col-lg-pull-5 { - right: 41.66666667%; - } - .redcore .col-lg-pull-4 { - right: 33.33333333%; - } - .redcore .col-lg-pull-3 { - right: 25%; - } - .redcore .col-lg-pull-2 { - right: 16.66666667%; - } - .redcore .col-lg-pull-1 { - right: 8.33333333%; - } - .redcore .col-lg-pull-0 { - right: auto; - } - .redcore .col-lg-push-12 { - left: 100%; - } - .redcore .col-lg-push-11 { - left: 91.66666667%; - } - .redcore .col-lg-push-10 { - left: 83.33333333%; - } - .redcore .col-lg-push-9 { - left: 75%; - } - .redcore .col-lg-push-8 { - left: 66.66666667%; - } - .redcore .col-lg-push-7 { - left: 58.33333333%; - } - .redcore .col-lg-push-6 { - left: 50%; - } - .redcore .col-lg-push-5 { - left: 41.66666667%; - } - .redcore .col-lg-push-4 { - left: 33.33333333%; - } - .redcore .col-lg-push-3 { - left: 25%; - } - .redcore .col-lg-push-2 { - left: 16.66666667%; - } - .redcore .col-lg-push-1 { - left: 8.33333333%; - } - .redcore .col-lg-push-0 { - left: auto; - } - .redcore .col-lg-offset-12 { - margin-left: 100%; - } - .redcore .col-lg-offset-11 { - margin-left: 91.66666667%; - } - .redcore .col-lg-offset-10 { - margin-left: 83.33333333%; - } - .redcore .col-lg-offset-9 { - margin-left: 75%; - } - .redcore .col-lg-offset-8 { - margin-left: 66.66666667%; - } - .redcore .col-lg-offset-7 { - margin-left: 58.33333333%; - } - .redcore .col-lg-offset-6 { - margin-left: 50%; - } - .redcore .col-lg-offset-5 { - margin-left: 41.66666667%; - } - .redcore .col-lg-offset-4 { - margin-left: 33.33333333%; - } - .redcore .col-lg-offset-3 { - margin-left: 25%; - } - .redcore .col-lg-offset-2 { - margin-left: 16.66666667%; - } - .redcore .col-lg-offset-1 { - margin-left: 8.33333333%; - } - .redcore .col-lg-offset-0 { - margin-left: 0; - } -} -.redcore table { - background-color: transparent; -} -.redcore caption { - padding-top: 8px; - padding-bottom: 8px; - color: #777; - text-align: left; -} -.redcore th { - text-align: left; -} -.redcore .table { - width: 100%; - max-width: 100%; - margin-bottom: 20px; -} -.redcore .table > thead > tr > th, -.redcore .table > tbody > tr > th, -.redcore .table > tfoot > tr > th, -.redcore .table > thead > tr > td, -.redcore .table > tbody > tr > td, -.redcore .table > tfoot > tr > td { - padding: 8px; - line-height: 1.42857143; - vertical-align: top; - border-top: 1px solid #ddd; -} -.redcore .table > thead > tr > th { - vertical-align: bottom; - border-bottom: 2px solid #ddd; -} -.redcore .table > caption + thead > tr:first-child > th, -.redcore .table > colgroup + thead > tr:first-child > th, -.redcore .table > thead:first-child > tr:first-child > th, -.redcore .table > caption + thead > tr:first-child > td, -.redcore .table > colgroup + thead > tr:first-child > td, -.redcore .table > thead:first-child > tr:first-child > td { - border-top: 0; -} -.redcore .table > tbody + tbody { - border-top: 2px solid #ddd; -} -.redcore .table .table { - background-color: #fff; -} -.redcore .table-condensed > thead > tr > th, -.redcore .table-condensed > tbody > tr > th, -.redcore .table-condensed > tfoot > tr > th, -.redcore .table-condensed > thead > tr > td, -.redcore .table-condensed > tbody > tr > td, -.redcore .table-condensed > tfoot > tr > td { - padding: 5px; -} -.redcore .table-bordered { - border: 1px solid #ddd; -} -.redcore .table-bordered > thead > tr > th, -.redcore .table-bordered > tbody > tr > th, -.redcore .table-bordered > tfoot > tr > th, -.redcore .table-bordered > thead > tr > td, -.redcore .table-bordered > tbody > tr > td, -.redcore .table-bordered > tfoot > tr > td { - border: 1px solid #ddd; -} -.redcore .table-bordered > thead > tr > th, -.redcore .table-bordered > thead > tr > td { - border-bottom-width: 2px; -} -.redcore .table-striped > tbody > tr:nth-of-type(odd) { - background-color: #f9f9f9; -} -.redcore .table-hover > tbody > tr:hover { - background-color: #f5f5f5; -} -.redcore table col[class*="col-"] { - position: static; - display: table-column; - float: none; -} -.redcore table td[class*="col-"], -.redcore table th[class*="col-"] { - position: static; - display: table-cell; - float: none; -} -.redcore .table > thead > tr > td.active, -.redcore .table > tbody > tr > td.active, -.redcore .table > tfoot > tr > td.active, -.redcore .table > thead > tr > th.active, -.redcore .table > tbody > tr > th.active, -.redcore .table > tfoot > tr > th.active, -.redcore .table > thead > tr.active > td, -.redcore .table > tbody > tr.active > td, -.redcore .table > tfoot > tr.active > td, -.redcore .table > thead > tr.active > th, -.redcore .table > tbody > tr.active > th, -.redcore .table > tfoot > tr.active > th { - background-color: #f5f5f5; -} -.redcore .table-hover > tbody > tr > td.active:hover, -.redcore .table-hover > tbody > tr > th.active:hover, -.redcore .table-hover > tbody > tr.active:hover > td, -.redcore .table-hover > tbody > tr:hover > .active, -.redcore .table-hover > tbody > tr.active:hover > th { - background-color: #e8e8e8; -} -.redcore .table > thead > tr > td.success, -.redcore .table > tbody > tr > td.success, -.redcore .table > tfoot > tr > td.success, -.redcore .table > thead > tr > th.success, -.redcore .table > tbody > tr > th.success, -.redcore .table > tfoot > tr > th.success, -.redcore .table > thead > tr.success > td, -.redcore .table > tbody > tr.success > td, -.redcore .table > tfoot > tr.success > td, -.redcore .table > thead > tr.success > th, -.redcore .table > tbody > tr.success > th, -.redcore .table > tfoot > tr.success > th { - background-color: #dff0d8; -} -.redcore .table-hover > tbody > tr > td.success:hover, -.redcore .table-hover > tbody > tr > th.success:hover, -.redcore .table-hover > tbody > tr.success:hover > td, -.redcore .table-hover > tbody > tr:hover > .success, -.redcore .table-hover > tbody > tr.success:hover > th { - background-color: #d0e9c6; -} -.redcore .table > thead > tr > td.info, -.redcore .table > tbody > tr > td.info, -.redcore .table > tfoot > tr > td.info, -.redcore .table > thead > tr > th.info, -.redcore .table > tbody > tr > th.info, -.redcore .table > tfoot > tr > th.info, -.redcore .table > thead > tr.info > td, -.redcore .table > tbody > tr.info > td, -.redcore .table > tfoot > tr.info > td, -.redcore .table > thead > tr.info > th, -.redcore .table > tbody > tr.info > th, -.redcore .table > tfoot > tr.info > th { - background-color: #d9edf7; -} -.redcore .table-hover > tbody > tr > td.info:hover, -.redcore .table-hover > tbody > tr > th.info:hover, -.redcore .table-hover > tbody > tr.info:hover > td, -.redcore .table-hover > tbody > tr:hover > .info, -.redcore .table-hover > tbody > tr.info:hover > th { - background-color: #c4e3f3; -} -.redcore .table > thead > tr > td.warning, -.redcore .table > tbody > tr > td.warning, -.redcore .table > tfoot > tr > td.warning, -.redcore .table > thead > tr > th.warning, -.redcore .table > tbody > tr > th.warning, -.redcore .table > tfoot > tr > th.warning, -.redcore .table > thead > tr.warning > td, -.redcore .table > tbody > tr.warning > td, -.redcore .table > tfoot > tr.warning > td, -.redcore .table > thead > tr.warning > th, -.redcore .table > tbody > tr.warning > th, -.redcore .table > tfoot > tr.warning > th { - background-color: #fcf8e3; -} -.redcore .table-hover > tbody > tr > td.warning:hover, -.redcore .table-hover > tbody > tr > th.warning:hover, -.redcore .table-hover > tbody > tr.warning:hover > td, -.redcore .table-hover > tbody > tr:hover > .warning, -.redcore .table-hover > tbody > tr.warning:hover > th { - background-color: #faf2cc; -} -.redcore .table > thead > tr > td.danger, -.redcore .table > tbody > tr > td.danger, -.redcore .table > tfoot > tr > td.danger, -.redcore .table > thead > tr > th.danger, -.redcore .table > tbody > tr > th.danger, -.redcore .table > tfoot > tr > th.danger, -.redcore .table > thead > tr.danger > td, -.redcore .table > tbody > tr.danger > td, -.redcore .table > tfoot > tr.danger > td, -.redcore .table > thead > tr.danger > th, -.redcore .table > tbody > tr.danger > th, -.redcore .table > tfoot > tr.danger > th { - background-color: #f2dede; -} -.redcore .table-hover > tbody > tr > td.danger:hover, -.redcore .table-hover > tbody > tr > th.danger:hover, -.redcore .table-hover > tbody > tr.danger:hover > td, -.redcore .table-hover > tbody > tr:hover > .danger, -.redcore .table-hover > tbody > tr.danger:hover > th { - background-color: #ebcccc; -} -.redcore .table-responsive { - min-height: .01%; - overflow-x: auto; -} -@media screen and (max-width: 767px) { - .redcore .table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-y: hidden; - -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #ddd; - } - .redcore .table-responsive > .table { - margin-bottom: 0; - } - .redcore .table-responsive > .table > thead > tr > th, - .redcore .table-responsive > .table > tbody > tr > th, - .redcore .table-responsive > .table > tfoot > tr > th, - .redcore .table-responsive > .table > thead > tr > td, - .redcore .table-responsive > .table > tbody > tr > td, - .redcore .table-responsive > .table > tfoot > tr > td { - white-space: nowrap; - } - .redcore .table-responsive > .table-bordered { - border: 0; - } - .redcore .table-responsive > .table-bordered > thead > tr > th:first-child, - .redcore .table-responsive > .table-bordered > tbody > tr > th:first-child, - .redcore .table-responsive > .table-bordered > tfoot > tr > th:first-child, - .redcore .table-responsive > .table-bordered > thead > tr > td:first-child, - .redcore .table-responsive > .table-bordered > tbody > tr > td:first-child, - .redcore .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; - } - .redcore .table-responsive > .table-bordered > thead > tr > th:last-child, - .redcore .table-responsive > .table-bordered > tbody > tr > th:last-child, - .redcore .table-responsive > .table-bordered > tfoot > tr > th:last-child, - .redcore .table-responsive > .table-bordered > thead > tr > td:last-child, - .redcore .table-responsive > .table-bordered > tbody > tr > td:last-child, - .redcore .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; - } - .redcore .table-responsive > .table-bordered > tbody > tr:last-child > th, - .redcore .table-responsive > .table-bordered > tfoot > tr:last-child > th, - .redcore .table-responsive > .table-bordered > tbody > tr:last-child > td, - .redcore .table-responsive > .table-bordered > tfoot > tr:last-child > td { - border-bottom: 0; - } -} -.redcore fieldset { - min-width: 0; - padding: 0; - margin: 0; - border: 0; -} -.redcore legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: inherit; - color: #333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} -.redcore label { - display: inline-block; - max-width: 100%; - margin-bottom: 5px; - font-weight: bold; -} -.redcore input[type="search"] { - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.redcore input[type="radio"], -.redcore input[type="checkbox"] { - margin: 4px 0 0; - margin-top: 1px \9; - line-height: normal; -} -.redcore input[type="file"] { - display: block; -} -.redcore input[type="range"] { - display: block; - width: 100%; -} -.redcore select[multiple], -.redcore select[size] { - height: auto; -} -.redcore input[type="file"]:focus, -.redcore input[type="radio"]:focus, -.redcore input[type="checkbox"]:focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.redcore output { - display: block; - padding-top: 7px; - font-size: 14px; - line-height: 1.42857143; - color: #555; -} -.redcore .form-control { - display: block; - width: 100%; - height: 34px; - padding: 6px 12px; - font-size: 14px; - line-height: 1.42857143; - color: #555; - background-color: #fff; - background-image: none; - border: 1px solid #ccc; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; - -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; - transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; -} -.redcore .form-control:focus { - border-color: #66afe9; - outline: 0; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); -} -.redcore .form-control::-moz-placeholder { - color: #999; - opacity: 1; -} -.redcore .form-control:-ms-input-placeholder { - color: #999; -} -.redcore .form-control::-webkit-input-placeholder { - color: #999; -} -.redcore .form-control[disabled], -.redcore .form-control[readonly], -.redcore fieldset[disabled] .form-control { - background-color: #eee; - opacity: 1; -} -.redcore .form-control[disabled], -.redcore fieldset[disabled] .form-control { - cursor: not-allowed; -} -.redcore textarea.form-control { - height: auto; -} -.redcore input[type="search"] { - -webkit-appearance: none; -} -@media screen and (-webkit-min-device-pixel-ratio: 0) { - .redcore input[type="date"].form-control, - .redcore input[type="time"].form-control, - .redcore input[type="datetime-local"].form-control, - .redcore input[type="month"].form-control { - line-height: 34px; - } - .redcore input[type="date"].input-sm, - .redcore input[type="time"].input-sm, - .redcore input[type="datetime-local"].input-sm, - .redcore input[type="month"].input-sm, - .redcore .input-group-sm input[type="date"], - .redcore .input-group-sm input[type="time"], - .redcore .input-group-sm input[type="datetime-local"], - .redcore .input-group-sm input[type="month"] { - line-height: 30px; - } - .redcore input[type="date"].input-lg, - .redcore input[type="time"].input-lg, - .redcore input[type="datetime-local"].input-lg, - .redcore input[type="month"].input-lg, - .redcore .input-group-lg input[type="date"], - .redcore .input-group-lg input[type="time"], - .redcore .input-group-lg input[type="datetime-local"], - .redcore .input-group-lg input[type="month"] { - line-height: 46px; - } -} -.redcore .form-group { - margin-bottom: 15px; -} -.redcore .radio, -.redcore .checkbox { - position: relative; - display: block; - margin-top: 10px; - margin-bottom: 10px; -} -.redcore .radio label, -.redcore .checkbox label { - min-height: 20px; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - cursor: pointer; -} -.redcore .radio input[type="radio"], -.redcore .radio-inline input[type="radio"], -.redcore .checkbox input[type="checkbox"], -.redcore .checkbox-inline input[type="checkbox"] { - position: absolute; - margin-top: 4px \9; - margin-left: -20px; -} -.redcore .radio + .radio, -.redcore .checkbox + .checkbox { - margin-top: -5px; -} -.redcore .radio-inline, -.redcore .checkbox-inline { - position: relative; - display: inline-block; - padding-left: 20px; - margin-bottom: 0; - font-weight: normal; - vertical-align: middle; - cursor: pointer; -} -.redcore .radio-inline + .radio-inline, -.redcore .checkbox-inline + .checkbox-inline { - margin-top: 0; - margin-left: 10px; -} -.redcore input[type="radio"][disabled], -.redcore input[type="checkbox"][disabled], -.redcore input[type="radio"].disabled, -.redcore input[type="checkbox"].disabled, -.redcore fieldset[disabled] input[type="radio"], -.redcore fieldset[disabled] input[type="checkbox"] { - cursor: not-allowed; -} -.redcore .radio-inline.disabled, -.redcore .checkbox-inline.disabled, -.redcore fieldset[disabled] .radio-inline, -.redcore fieldset[disabled] .checkbox-inline { - cursor: not-allowed; -} -.redcore .radio.disabled label, -.redcore .checkbox.disabled label, -.redcore fieldset[disabled] .radio label, -.redcore fieldset[disabled] .checkbox label { - cursor: not-allowed; -} -.redcore .form-control-static { - min-height: 34px; - padding-top: 7px; - padding-bottom: 7px; - margin-bottom: 0; -} -.redcore .form-control-static.input-lg, -.redcore .form-control-static.input-sm { - padding-right: 0; - padding-left: 0; -} -.redcore .input-sm { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.redcore select.input-sm { - height: 30px; - line-height: 30px; -} -.redcore textarea.input-sm, -.redcore select[multiple].input-sm { - height: auto; -} -.redcore .form-group-sm .form-control { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.redcore .form-group-sm select.form-control { - height: 30px; - line-height: 30px; -} -.redcore .form-group-sm textarea.form-control, -.redcore .form-group-sm select[multiple].form-control { - height: auto; -} -.redcore .form-group-sm .form-control-static { - height: 30px; - min-height: 32px; - padding: 6px 10px; - font-size: 12px; - line-height: 1.5; -} -.redcore .input-lg { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.redcore select.input-lg { - height: 46px; - line-height: 46px; -} -.redcore textarea.input-lg, -.redcore select[multiple].input-lg { - height: auto; -} -.redcore .form-group-lg .form-control { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.redcore .form-group-lg select.form-control { - height: 46px; - line-height: 46px; -} -.redcore .form-group-lg textarea.form-control, -.redcore .form-group-lg select[multiple].form-control { - height: auto; -} -.redcore .form-group-lg .form-control-static { - height: 46px; - min-height: 38px; - padding: 11px 16px; - font-size: 18px; - line-height: 1.3333333; -} -.redcore .has-feedback { - position: relative; -} -.redcore .has-feedback .form-control { - padding-right: 42.5px; -} -.redcore .form-control-feedback { - position: absolute; - top: 0; - right: 0; - z-index: 2; - display: block; - width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - pointer-events: none; -} -.redcore .input-lg + .form-control-feedback, -.redcore .input-group-lg + .form-control-feedback, -.redcore .form-group-lg .form-control + .form-control-feedback { - width: 46px; - height: 46px; - line-height: 46px; -} -.redcore .input-sm + .form-control-feedback, -.redcore .input-group-sm + .form-control-feedback, -.redcore .form-group-sm .form-control + .form-control-feedback { - width: 30px; - height: 30px; - line-height: 30px; -} -.redcore .has-success .help-block, -.redcore .has-success .control-label, -.redcore .has-success .radio, -.redcore .has-success .checkbox, -.redcore .has-success .radio-inline, -.redcore .has-success .checkbox-inline, -.redcore .has-success.radio label, -.redcore .has-success.checkbox label, -.redcore .has-success.radio-inline label, -.redcore .has-success.checkbox-inline label { - color: #3c763d; -} -.redcore .has-success .form-control { - border-color: #3c763d; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .has-success .form-control:focus { - border-color: #2b542c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; -} -.redcore .has-success .input-group-addon { - color: #3c763d; - background-color: #dff0d8; - border-color: #3c763d; -} -.redcore .has-success .form-control-feedback { - color: #3c763d; -} -.redcore .has-warning .help-block, -.redcore .has-warning .control-label, -.redcore .has-warning .radio, -.redcore .has-warning .checkbox, -.redcore .has-warning .radio-inline, -.redcore .has-warning .checkbox-inline, -.redcore .has-warning.radio label, -.redcore .has-warning.checkbox label, -.redcore .has-warning.radio-inline label, -.redcore .has-warning.checkbox-inline label { - color: #8a6d3b; -} -.redcore .has-warning .form-control { - border-color: #8a6d3b; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .has-warning .form-control:focus { - border-color: #66512c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; -} -.redcore .has-warning .input-group-addon { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #8a6d3b; -} -.redcore .has-warning .form-control-feedback { - color: #8a6d3b; -} -.redcore .has-error .help-block, -.redcore .has-error .control-label, -.redcore .has-error .radio, -.redcore .has-error .checkbox, -.redcore .has-error .radio-inline, -.redcore .has-error .checkbox-inline, -.redcore .has-error.radio label, -.redcore .has-error.checkbox label, -.redcore .has-error.radio-inline label, -.redcore .has-error.checkbox-inline label { - color: #a94442; -} -.redcore .has-error .form-control { - border-color: #a94442; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .has-error .form-control:focus { - border-color: #843534; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; -} -.redcore .has-error .input-group-addon { - color: #a94442; - background-color: #f2dede; - border-color: #a94442; -} -.redcore .has-error .form-control-feedback { - color: #a94442; -} -.redcore .has-feedback label ~ .form-control-feedback { - top: 25px; -} -.redcore .has-feedback label.sr-only ~ .form-control-feedback { - top: 0; -} -.redcore .help-block { - display: block; - margin-top: 5px; - margin-bottom: 10px; - color: #737373; -} -@media (min-width: 768px) { - .redcore .form-inline .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .redcore .form-inline .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .redcore .form-inline .form-control-static { - display: inline-block; - } - .redcore .form-inline .input-group { - display: inline-table; - vertical-align: middle; - } - .redcore .form-inline .input-group .input-group-addon, - .redcore .form-inline .input-group .input-group-btn, - .redcore .form-inline .input-group .form-control { - width: auto; - } - .redcore .form-inline .input-group > .form-control { - width: 100%; - } - .redcore .form-inline .control-label { - margin-bottom: 0; - vertical-align: middle; - } - .redcore .form-inline .radio, - .redcore .form-inline .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } - .redcore .form-inline .radio label, - .redcore .form-inline .checkbox label { - padding-left: 0; - } - .redcore .form-inline .radio input[type="radio"], - .redcore .form-inline .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; - } - .redcore .form-inline .has-feedback .form-control-feedback { - top: 0; - } -} -.redcore .form-horizontal .radio, -.redcore .form-horizontal .checkbox, -.redcore .form-horizontal .radio-inline, -.redcore .form-horizontal .checkbox-inline { - padding-top: 7px; - margin-top: 0; - margin-bottom: 0; -} -.redcore .form-horizontal .radio, -.redcore .form-horizontal .checkbox { - min-height: 27px; -} -.redcore .form-horizontal .form-group { - margin-right: -15px; - margin-left: -15px; -} -@media (min-width: 768px) { - .redcore .form-horizontal .control-label { - padding-top: 7px; - margin-bottom: 0; - text-align: right; - } -} -.redcore .form-horizontal .has-feedback .form-control-feedback { - right: 15px; -} -@media (min-width: 768px) { - .redcore .form-horizontal .form-group-lg .control-label { - padding-top: 14.333333px; - font-size: 18px; - } -} -@media (min-width: 768px) { - .redcore .form-horizontal .form-group-sm .control-label { - padding-top: 6px; - font-size: 12px; - } -} -.redcore .btn { - display: inline-block; - padding: 6px 12px; - margin-bottom: 0; - font-size: 14px; - font-weight: normal; - line-height: 1.42857143; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -ms-touch-action: manipulation; - touch-action: manipulation; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; -} -.redcore .btn:focus, -.redcore .btn:active:focus, -.redcore .btn.active:focus, -.redcore .btn.focus, -.redcore .btn:active.focus, -.redcore .btn.active.focus { - outline: thin dotted; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.redcore .btn:hover, -.redcore .btn:focus, -.redcore .btn.focus { - color: #333; - text-decoration: none; -} -.redcore .btn:active, -.redcore .btn.active { - background-image: none; - outline: 0; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.redcore .btn.disabled, -.redcore .btn[disabled], -.redcore fieldset[disabled] .btn { - cursor: not-allowed; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - box-shadow: none; - opacity: .65; -} -.redcore a.btn.disabled, -.redcore fieldset[disabled] a.btn { - pointer-events: none; -} -.redcore .btn-default { - color: #333; - background-color: #fff; - border-color: #ccc; -} -.redcore .btn-default:focus, -.redcore .btn-default.focus { - color: #333; - background-color: #e6e6e6; - border-color: #8c8c8c; -} -.redcore .btn-default:hover { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; -} -.redcore .btn-default:active, -.redcore .btn-default.active, -.redcore .open > .dropdown-toggle.btn-default { - color: #333; - background-color: #e6e6e6; - border-color: #adadad; -} -.redcore .btn-default:active:hover, -.redcore .btn-default.active:hover, -.redcore .open > .dropdown-toggle.btn-default:hover, -.redcore .btn-default:active:focus, -.redcore .btn-default.active:focus, -.redcore .open > .dropdown-toggle.btn-default:focus, -.redcore .btn-default:active.focus, -.redcore .btn-default.active.focus, -.redcore .open > .dropdown-toggle.btn-default.focus { - color: #333; - background-color: #d4d4d4; - border-color: #8c8c8c; -} -.redcore .btn-default:active, -.redcore .btn-default.active, -.redcore .open > .dropdown-toggle.btn-default { - background-image: none; -} -.redcore .btn-default.disabled, -.redcore .btn-default[disabled], -.redcore fieldset[disabled] .btn-default, -.redcore .btn-default.disabled:hover, -.redcore .btn-default[disabled]:hover, -.redcore fieldset[disabled] .btn-default:hover, -.redcore .btn-default.disabled:focus, -.redcore .btn-default[disabled]:focus, -.redcore fieldset[disabled] .btn-default:focus, -.redcore .btn-default.disabled.focus, -.redcore .btn-default[disabled].focus, -.redcore fieldset[disabled] .btn-default.focus, -.redcore .btn-default.disabled:active, -.redcore .btn-default[disabled]:active, -.redcore fieldset[disabled] .btn-default:active, -.redcore .btn-default.disabled.active, -.redcore .btn-default[disabled].active, -.redcore fieldset[disabled] .btn-default.active { - background-color: #fff; - border-color: #ccc; -} -.redcore .btn-default .badge { - color: #fff; - background-color: #333; -} -.redcore .btn-primary { - color: #fff; - background-color: #337ab7; - border-color: #2e6da4; -} -.redcore .btn-primary:focus, -.redcore .btn-primary.focus { - color: #fff; - background-color: #286090; - border-color: #122b40; -} -.redcore .btn-primary:hover { - color: #fff; - background-color: #286090; - border-color: #204d74; -} -.redcore .btn-primary:active, -.redcore .btn-primary.active, -.redcore .open > .dropdown-toggle.btn-primary { - color: #fff; - background-color: #286090; - border-color: #204d74; -} -.redcore .btn-primary:active:hover, -.redcore .btn-primary.active:hover, -.redcore .open > .dropdown-toggle.btn-primary:hover, -.redcore .btn-primary:active:focus, -.redcore .btn-primary.active:focus, -.redcore .open > .dropdown-toggle.btn-primary:focus, -.redcore .btn-primary:active.focus, -.redcore .btn-primary.active.focus, -.redcore .open > .dropdown-toggle.btn-primary.focus { - color: #fff; - background-color: #204d74; - border-color: #122b40; -} -.redcore .btn-primary:active, -.redcore .btn-primary.active, -.redcore .open > .dropdown-toggle.btn-primary { - background-image: none; -} -.redcore .btn-primary.disabled, -.redcore .btn-primary[disabled], -.redcore fieldset[disabled] .btn-primary, -.redcore .btn-primary.disabled:hover, -.redcore .btn-primary[disabled]:hover, -.redcore fieldset[disabled] .btn-primary:hover, -.redcore .btn-primary.disabled:focus, -.redcore .btn-primary[disabled]:focus, -.redcore fieldset[disabled] .btn-primary:focus, -.redcore .btn-primary.disabled.focus, -.redcore .btn-primary[disabled].focus, -.redcore fieldset[disabled] .btn-primary.focus, -.redcore .btn-primary.disabled:active, -.redcore .btn-primary[disabled]:active, -.redcore fieldset[disabled] .btn-primary:active, -.redcore .btn-primary.disabled.active, -.redcore .btn-primary[disabled].active, -.redcore fieldset[disabled] .btn-primary.active { - background-color: #337ab7; - border-color: #2e6da4; -} -.redcore .btn-primary .badge { - color: #337ab7; - background-color: #fff; -} -.redcore .btn-success { - color: #fff; - background-color: #5cb85c; - border-color: #4cae4c; -} -.redcore .btn-success:focus, -.redcore .btn-success.focus { - color: #fff; - background-color: #449d44; - border-color: #255625; -} -.redcore .btn-success:hover { - color: #fff; - background-color: #449d44; - border-color: #398439; -} -.redcore .btn-success:active, -.redcore .btn-success.active, -.redcore .open > .dropdown-toggle.btn-success { - color: #fff; - background-color: #449d44; - border-color: #398439; -} -.redcore .btn-success:active:hover, -.redcore .btn-success.active:hover, -.redcore .open > .dropdown-toggle.btn-success:hover, -.redcore .btn-success:active:focus, -.redcore .btn-success.active:focus, -.redcore .open > .dropdown-toggle.btn-success:focus, -.redcore .btn-success:active.focus, -.redcore .btn-success.active.focus, -.redcore .open > .dropdown-toggle.btn-success.focus { - color: #fff; - background-color: #398439; - border-color: #255625; -} -.redcore .btn-success:active, -.redcore .btn-success.active, -.redcore .open > .dropdown-toggle.btn-success { - background-image: none; -} -.redcore .btn-success.disabled, -.redcore .btn-success[disabled], -.redcore fieldset[disabled] .btn-success, -.redcore .btn-success.disabled:hover, -.redcore .btn-success[disabled]:hover, -.redcore fieldset[disabled] .btn-success:hover, -.redcore .btn-success.disabled:focus, -.redcore .btn-success[disabled]:focus, -.redcore fieldset[disabled] .btn-success:focus, -.redcore .btn-success.disabled.focus, -.redcore .btn-success[disabled].focus, -.redcore fieldset[disabled] .btn-success.focus, -.redcore .btn-success.disabled:active, -.redcore .btn-success[disabled]:active, -.redcore fieldset[disabled] .btn-success:active, -.redcore .btn-success.disabled.active, -.redcore .btn-success[disabled].active, -.redcore fieldset[disabled] .btn-success.active { - background-color: #5cb85c; - border-color: #4cae4c; -} -.redcore .btn-success .badge { - color: #5cb85c; - background-color: #fff; -} -.redcore .btn-info { - color: #fff; - background-color: #5bc0de; - border-color: #46b8da; -} -.redcore .btn-info:focus, -.redcore .btn-info.focus { - color: #fff; - background-color: #31b0d5; - border-color: #1b6d85; -} -.redcore .btn-info:hover { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; -} -.redcore .btn-info:active, -.redcore .btn-info.active, -.redcore .open > .dropdown-toggle.btn-info { - color: #fff; - background-color: #31b0d5; - border-color: #269abc; -} -.redcore .btn-info:active:hover, -.redcore .btn-info.active:hover, -.redcore .open > .dropdown-toggle.btn-info:hover, -.redcore .btn-info:active:focus, -.redcore .btn-info.active:focus, -.redcore .open > .dropdown-toggle.btn-info:focus, -.redcore .btn-info:active.focus, -.redcore .btn-info.active.focus, -.redcore .open > .dropdown-toggle.btn-info.focus { - color: #fff; - background-color: #269abc; - border-color: #1b6d85; -} -.redcore .btn-info:active, -.redcore .btn-info.active, -.redcore .open > .dropdown-toggle.btn-info { - background-image: none; -} -.redcore .btn-info.disabled, -.redcore .btn-info[disabled], -.redcore fieldset[disabled] .btn-info, -.redcore .btn-info.disabled:hover, -.redcore .btn-info[disabled]:hover, -.redcore fieldset[disabled] .btn-info:hover, -.redcore .btn-info.disabled:focus, -.redcore .btn-info[disabled]:focus, -.redcore fieldset[disabled] .btn-info:focus, -.redcore .btn-info.disabled.focus, -.redcore .btn-info[disabled].focus, -.redcore fieldset[disabled] .btn-info.focus, -.redcore .btn-info.disabled:active, -.redcore .btn-info[disabled]:active, -.redcore fieldset[disabled] .btn-info:active, -.redcore .btn-info.disabled.active, -.redcore .btn-info[disabled].active, -.redcore fieldset[disabled] .btn-info.active { - background-color: #5bc0de; - border-color: #46b8da; -} -.redcore .btn-info .badge { - color: #5bc0de; - background-color: #fff; -} -.redcore .btn-warning { - color: #fff; - background-color: #f0ad4e; - border-color: #eea236; -} -.redcore .btn-warning:focus, -.redcore .btn-warning.focus { - color: #fff; - background-color: #ec971f; - border-color: #985f0d; -} -.redcore .btn-warning:hover { - color: #fff; - background-color: #ec971f; - border-color: #d58512; -} -.redcore .btn-warning:active, -.redcore .btn-warning.active, -.redcore .open > .dropdown-toggle.btn-warning { - color: #fff; - background-color: #ec971f; - border-color: #d58512; -} -.redcore .btn-warning:active:hover, -.redcore .btn-warning.active:hover, -.redcore .open > .dropdown-toggle.btn-warning:hover, -.redcore .btn-warning:active:focus, -.redcore .btn-warning.active:focus, -.redcore .open > .dropdown-toggle.btn-warning:focus, -.redcore .btn-warning:active.focus, -.redcore .btn-warning.active.focus, -.redcore .open > .dropdown-toggle.btn-warning.focus { - color: #fff; - background-color: #d58512; - border-color: #985f0d; -} -.redcore .btn-warning:active, -.redcore .btn-warning.active, -.redcore .open > .dropdown-toggle.btn-warning { - background-image: none; -} -.redcore .btn-warning.disabled, -.redcore .btn-warning[disabled], -.redcore fieldset[disabled] .btn-warning, -.redcore .btn-warning.disabled:hover, -.redcore .btn-warning[disabled]:hover, -.redcore fieldset[disabled] .btn-warning:hover, -.redcore .btn-warning.disabled:focus, -.redcore .btn-warning[disabled]:focus, -.redcore fieldset[disabled] .btn-warning:focus, -.redcore .btn-warning.disabled.focus, -.redcore .btn-warning[disabled].focus, -.redcore fieldset[disabled] .btn-warning.focus, -.redcore .btn-warning.disabled:active, -.redcore .btn-warning[disabled]:active, -.redcore fieldset[disabled] .btn-warning:active, -.redcore .btn-warning.disabled.active, -.redcore .btn-warning[disabled].active, -.redcore fieldset[disabled] .btn-warning.active { - background-color: #f0ad4e; - border-color: #eea236; -} -.redcore .btn-warning .badge { - color: #f0ad4e; - background-color: #fff; -} -.redcore .btn-danger { - color: #fff; - background-color: #d9534f; - border-color: #d43f3a; -} -.redcore .btn-danger:focus, -.redcore .btn-danger.focus { - color: #fff; - background-color: #c9302c; - border-color: #761c19; -} -.redcore .btn-danger:hover { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; -} -.redcore .btn-danger:active, -.redcore .btn-danger.active, -.redcore .open > .dropdown-toggle.btn-danger { - color: #fff; - background-color: #c9302c; - border-color: #ac2925; -} -.redcore .btn-danger:active:hover, -.redcore .btn-danger.active:hover, -.redcore .open > .dropdown-toggle.btn-danger:hover, -.redcore .btn-danger:active:focus, -.redcore .btn-danger.active:focus, -.redcore .open > .dropdown-toggle.btn-danger:focus, -.redcore .btn-danger:active.focus, -.redcore .btn-danger.active.focus, -.redcore .open > .dropdown-toggle.btn-danger.focus { - color: #fff; - background-color: #ac2925; - border-color: #761c19; -} -.redcore .btn-danger:active, -.redcore .btn-danger.active, -.redcore .open > .dropdown-toggle.btn-danger { - background-image: none; -} -.redcore .btn-danger.disabled, -.redcore .btn-danger[disabled], -.redcore fieldset[disabled] .btn-danger, -.redcore .btn-danger.disabled:hover, -.redcore .btn-danger[disabled]:hover, -.redcore fieldset[disabled] .btn-danger:hover, -.redcore .btn-danger.disabled:focus, -.redcore .btn-danger[disabled]:focus, -.redcore fieldset[disabled] .btn-danger:focus, -.redcore .btn-danger.disabled.focus, -.redcore .btn-danger[disabled].focus, -.redcore fieldset[disabled] .btn-danger.focus, -.redcore .btn-danger.disabled:active, -.redcore .btn-danger[disabled]:active, -.redcore fieldset[disabled] .btn-danger:active, -.redcore .btn-danger.disabled.active, -.redcore .btn-danger[disabled].active, -.redcore fieldset[disabled] .btn-danger.active { - background-color: #d9534f; - border-color: #d43f3a; -} -.redcore .btn-danger .badge { - color: #d9534f; - background-color: #fff; -} -.redcore .btn-link { - font-weight: normal; - color: #337ab7; - border-radius: 0; -} -.redcore .btn-link, -.redcore .btn-link:active, -.redcore .btn-link.active, -.redcore .btn-link[disabled], -.redcore fieldset[disabled] .btn-link { - background-color: transparent; - -webkit-box-shadow: none; - box-shadow: none; -} -.redcore .btn-link, -.redcore .btn-link:hover, -.redcore .btn-link:focus, -.redcore .btn-link:active { - border-color: transparent; -} -.redcore .btn-link:hover, -.redcore .btn-link:focus { - color: #23527c; - text-decoration: underline; - background-color: transparent; -} -.redcore .btn-link[disabled]:hover, -.redcore fieldset[disabled] .btn-link:hover, -.redcore .btn-link[disabled]:focus, -.redcore fieldset[disabled] .btn-link:focus { - color: #777; - text-decoration: none; -} -.redcore .btn-lg, -.redcore .btn-group-lg > .btn { - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.redcore .btn-sm, -.redcore .btn-group-sm > .btn { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.redcore .btn-xs, -.redcore .btn-group-xs > .btn { - padding: 1px 5px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.redcore .btn-block { - display: block; - width: 100%; -} -.redcore .btn-block + .btn-block { - margin-top: 5px; -} -.redcore input[type="submit"].btn-block, -.redcore input[type="reset"].btn-block, -.redcore input[type="button"].btn-block { - width: 100%; -} -.redcore .fade { - opacity: 0; - -webkit-transition: opacity .15s linear; - -o-transition: opacity .15s linear; - transition: opacity .15s linear; -} -.redcore .fade.in { - opacity: 1; -} -.redcore .collapse { - display: none; -} -.redcore .collapse.in { - display: block; -} -.redcore tr.collapse.in { - display: table-row; -} -.redcore tbody.collapse.in { - display: table-row-group; -} -.redcore .collapsing { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition-timing-function: ease; - -o-transition-timing-function: ease; - transition-timing-function: ease; - -webkit-transition-duration: .35s; - -o-transition-duration: .35s; - transition-duration: .35s; - -webkit-transition-property: height, visibility; - -o-transition-property: height, visibility; - transition-property: height, visibility; -} -.redcore .caret { - display: inline-block; - width: 0; - height: 0; - margin-left: 2px; - vertical-align: middle; - border-top: 4px dashed; - border-top: 4px solid \9; - border-right: 4px solid transparent; - border-left: 4px solid transparent; -} -.redcore .dropup, -.redcore .dropdown { - position: relative; -} -.redcore .dropdown-toggle:focus { - outline: 0; -} -.redcore .dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - font-size: 14px; - text-align: left; - list-style: none; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid #ccc; - 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); -} -.redcore .dropdown-menu.pull-right { - right: 0; - left: auto; -} -.redcore .dropdown-menu .divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} -.redcore .dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 1.42857143; - color: #333; - white-space: nowrap; -} -.redcore .dropdown-menu > li > a:hover, -.redcore .dropdown-menu > li > a:focus { - color: #262626; - text-decoration: none; - background-color: #f5f5f5; -} -.redcore .dropdown-menu > .active > a, -.redcore .dropdown-menu > .active > a:hover, -.redcore .dropdown-menu > .active > a:focus { - color: #fff; - text-decoration: none; - background-color: #337ab7; - outline: 0; -} -.redcore .dropdown-menu > .disabled > a, -.redcore .dropdown-menu > .disabled > a:hover, -.redcore .dropdown-menu > .disabled > a:focus { - color: #777; -} -.redcore .dropdown-menu > .disabled > a:hover, -.redcore .dropdown-menu > .disabled > a:focus { - text-decoration: none; - cursor: not-allowed; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -} -.redcore .open > .dropdown-menu { - display: block; -} -.redcore .open > a { - outline: 0; -} -.redcore .dropdown-menu-right { - right: 0; - left: auto; -} -.redcore .dropdown-menu-left { - right: auto; - left: 0; -} -.redcore .dropdown-header { - display: block; - padding: 3px 20px; - font-size: 12px; - line-height: 1.42857143; - color: #777; - white-space: nowrap; -} -.redcore .dropdown-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 990; -} -.redcore .pull-right > .dropdown-menu { - right: 0; - left: auto; -} -.redcore .dropup .caret, -.redcore .navbar-fixed-bottom .dropdown .caret { - content: ""; - border-top: 0; - border-bottom: 4px dashed; - border-bottom: 4px solid \9; -} -.redcore .dropup .dropdown-menu, -.redcore .navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 2px; -} -@media (min-width: 768px) { - .redcore .navbar-right .dropdown-menu { - right: 0; - left: auto; - } - .redcore .navbar-right .dropdown-menu-left { - right: auto; - left: 0; - } -} -.redcore .btn-group, -.redcore .btn-group-vertical { - position: relative; - display: inline-block; - vertical-align: middle; -} -.redcore .btn-group > .btn, -.redcore .btn-group-vertical > .btn { - position: relative; - float: left; -} -.redcore .btn-group > .btn:hover, -.redcore .btn-group-vertical > .btn:hover, -.redcore .btn-group > .btn:focus, -.redcore .btn-group-vertical > .btn:focus, -.redcore .btn-group > .btn:active, -.redcore .btn-group-vertical > .btn:active, -.redcore .btn-group > .btn.active, -.redcore .btn-group-vertical > .btn.active { - z-index: 2; -} -.redcore .btn-group .btn + .btn, -.redcore .btn-group .btn + .btn-group, -.redcore .btn-group .btn-group + .btn, -.redcore .btn-group .btn-group + .btn-group { - margin-left: -1px; -} -.redcore .btn-toolbar { - margin-left: -5px; -} -.redcore .btn-toolbar .btn, -.redcore .btn-toolbar .btn-group, -.redcore .btn-toolbar .input-group { - float: left; -} -.redcore .btn-toolbar > .btn, -.redcore .btn-toolbar > .btn-group, -.redcore .btn-toolbar > .input-group { - margin-left: 5px; -} -.redcore .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { - border-radius: 0; -} -.redcore .btn-group > .btn:first-child { - margin-left: 0; -} -.redcore .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.redcore .btn-group > .btn:last-child:not(:first-child), -.redcore .btn-group > .dropdown-toggle:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.redcore .btn-group > .btn-group { - float: left; -} -.redcore .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.redcore .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, -.redcore .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.redcore .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.redcore .btn-group .dropdown-toggle:active, -.redcore .btn-group.open .dropdown-toggle { - outline: 0; -} -.redcore .btn-group > .btn + .dropdown-toggle { - padding-right: 8px; - padding-left: 8px; -} -.redcore .btn-group > .btn-lg + .dropdown-toggle { - padding-right: 12px; - padding-left: 12px; -} -.redcore .btn-group.open .dropdown-toggle { - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); -} -.redcore .btn-group.open .dropdown-toggle.btn-link { - -webkit-box-shadow: none; - box-shadow: none; -} -.redcore .btn .caret { - margin-left: 0; -} -.redcore .btn-lg .caret { - border-width: 5px 5px 0; - border-bottom-width: 0; -} -.redcore .dropup .btn-lg .caret { - border-width: 0 5px 5px; -} -.redcore .btn-group-vertical > .btn, -.redcore .btn-group-vertical > .btn-group, -.redcore .btn-group-vertical > .btn-group > .btn { - display: block; - float: none; - width: 100%; - max-width: 100%; -} -.redcore .btn-group-vertical > .btn-group > .btn { - float: none; -} -.redcore .btn-group-vertical > .btn + .btn, -.redcore .btn-group-vertical > .btn + .btn-group, -.redcore .btn-group-vertical > .btn-group + .btn, -.redcore .btn-group-vertical > .btn-group + .btn-group { - margin-top: -1px; - margin-left: 0; -} -.redcore .btn-group-vertical > .btn:not(:first-child):not(:last-child) { - border-radius: 0; -} -.redcore .btn-group-vertical > .btn:first-child:not(:last-child) { - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.redcore .btn-group-vertical > .btn:last-child:not(:first-child) { - border-top-left-radius: 0; - border-top-right-radius: 0; - border-bottom-left-radius: 4px; -} -.redcore .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { - border-radius: 0; -} -.redcore .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, -.redcore .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.redcore .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.redcore .btn-group-justified { - display: table; - width: 100%; - table-layout: fixed; - border-collapse: separate; -} -.redcore .btn-group-justified > .btn, -.redcore .btn-group-justified > .btn-group { - display: table-cell; - float: none; - width: 1%; -} -.redcore .btn-group-justified > .btn-group .btn { - width: 100%; -} -.redcore .btn-group-justified > .btn-group .dropdown-menu { - left: auto; -} -.redcore [data-toggle="buttons"] > .btn input[type="radio"], -.redcore [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], -.redcore [data-toggle="buttons"] > .btn input[type="checkbox"], -.redcore [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { - position: absolute; - clip: rect(0, 0, 0, 0); - pointer-events: none; -} -.redcore .input-group { - position: relative; - display: table; - border-collapse: separate; -} -.redcore .input-group[class*="col-"] { - float: none; - padding-right: 0; - padding-left: 0; -} -.redcore .input-group .form-control { - position: relative; - z-index: 2; - float: left; - width: 100%; - margin-bottom: 0; -} -.redcore .input-group-lg > .form-control, -.redcore .input-group-lg > .input-group-addon, -.redcore .input-group-lg > .input-group-btn > .btn { - height: 46px; - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; - border-radius: 6px; -} -.redcore select.input-group-lg > .form-control, -.redcore select.input-group-lg > .input-group-addon, -.redcore select.input-group-lg > .input-group-btn > .btn { - height: 46px; - line-height: 46px; -} -.redcore textarea.input-group-lg > .form-control, -.redcore textarea.input-group-lg > .input-group-addon, -.redcore textarea.input-group-lg > .input-group-btn > .btn, -.redcore select[multiple].input-group-lg > .form-control, -.redcore select[multiple].input-group-lg > .input-group-addon, -.redcore select[multiple].input-group-lg > .input-group-btn > .btn { - height: auto; -} -.redcore .input-group-sm > .form-control, -.redcore .input-group-sm > .input-group-addon, -.redcore .input-group-sm > .input-group-btn > .btn { - height: 30px; - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; - border-radius: 3px; -} -.redcore select.input-group-sm > .form-control, -.redcore select.input-group-sm > .input-group-addon, -.redcore select.input-group-sm > .input-group-btn > .btn { - height: 30px; - line-height: 30px; -} -.redcore textarea.input-group-sm > .form-control, -.redcore textarea.input-group-sm > .input-group-addon, -.redcore textarea.input-group-sm > .input-group-btn > .btn, -.redcore select[multiple].input-group-sm > .form-control, -.redcore select[multiple].input-group-sm > .input-group-addon, -.redcore select[multiple].input-group-sm > .input-group-btn > .btn { - height: auto; -} -.redcore .input-group-addon, -.redcore .input-group-btn, -.redcore .input-group .form-control { - display: table-cell; -} -.redcore .input-group-addon:not(:first-child):not(:last-child), -.redcore .input-group-btn:not(:first-child):not(:last-child), -.redcore .input-group .form-control:not(:first-child):not(:last-child) { - border-radius: 0; -} -.redcore .input-group-addon, -.redcore .input-group-btn { - width: 1%; - white-space: nowrap; - vertical-align: middle; -} -.redcore .input-group-addon { - padding: 6px 12px; - font-size: 14px; - font-weight: normal; - line-height: 1; - color: #555; - text-align: center; - background-color: #eee; - border: 1px solid #ccc; - border-radius: 4px; -} -.redcore .input-group-addon.input-sm { - padding: 5px 10px; - font-size: 12px; - border-radius: 3px; -} -.redcore .input-group-addon.input-lg { - padding: 10px 16px; - font-size: 18px; - border-radius: 6px; -} -.redcore .input-group-addon input[type="radio"], -.redcore .input-group-addon input[type="checkbox"] { - margin-top: 0; -} -.redcore .input-group .form-control:first-child, -.redcore .input-group-addon:first-child, -.redcore .input-group-btn:first-child > .btn, -.redcore .input-group-btn:first-child > .btn-group > .btn, -.redcore .input-group-btn:first-child > .dropdown-toggle, -.redcore .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), -.redcore .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { - border-top-right-radius: 0; - border-bottom-right-radius: 0; -} -.redcore .input-group-addon:first-child { - border-right: 0; -} -.redcore .input-group .form-control:last-child, -.redcore .input-group-addon:last-child, -.redcore .input-group-btn:last-child > .btn, -.redcore .input-group-btn:last-child > .btn-group > .btn, -.redcore .input-group-btn:last-child > .dropdown-toggle, -.redcore .input-group-btn:first-child > .btn:not(:first-child), -.redcore .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { - border-top-left-radius: 0; - border-bottom-left-radius: 0; -} -.redcore .input-group-addon:last-child { - border-left: 0; -} -.redcore .input-group-btn { - position: relative; - font-size: 0; - white-space: nowrap; -} -.redcore .input-group-btn > .btn { - position: relative; -} -.redcore .input-group-btn > .btn + .btn { - margin-left: -1px; -} -.redcore .input-group-btn > .btn:hover, -.redcore .input-group-btn > .btn:focus, -.redcore .input-group-btn > .btn:active { - z-index: 2; -} -.redcore .input-group-btn:first-child > .btn, -.redcore .input-group-btn:first-child > .btn-group { - margin-right: -1px; -} -.redcore .input-group-btn:last-child > .btn, -.redcore .input-group-btn:last-child > .btn-group { - z-index: 2; - margin-left: -1px; -} -.redcore .nav { - padding-left: 0; - margin-bottom: 0; - list-style: none; -} -.redcore .nav > li { - position: relative; - display: block; -} -.redcore .nav > li > a { - position: relative; - display: block; - padding: 10px 15px; -} -.redcore .nav > li > a:hover, -.redcore .nav > li > a:focus { - text-decoration: none; - background-color: #eee; -} -.redcore .nav > li.disabled > a { - color: #777; -} -.redcore .nav > li.disabled > a:hover, -.redcore .nav > li.disabled > a:focus { - color: #777; - text-decoration: none; - cursor: not-allowed; - background-color: transparent; -} -.redcore .nav .open > a, -.redcore .nav .open > a:hover, -.redcore .nav .open > a:focus { - background-color: #eee; - border-color: #337ab7; -} -.redcore .nav .nav-divider { - height: 1px; - margin: 9px 0; - overflow: hidden; - background-color: #e5e5e5; -} -.redcore .nav > li > a > img { - max-width: none; -} -.redcore .nav-tabs { - border-bottom: 1px solid #ddd; -} -.redcore .nav-tabs > li { - float: left; - margin-bottom: -1px; -} -.redcore .nav-tabs > li > a { - margin-right: 2px; - line-height: 1.42857143; - border: 1px solid transparent; - border-radius: 4px 4px 0 0; -} -.redcore .nav-tabs > li > a:hover { - border-color: #eee #eee #ddd; -} -.redcore .nav-tabs > li.active > a, -.redcore .nav-tabs > li.active > a:hover, -.redcore .nav-tabs > li.active > a:focus { - color: #555; - cursor: default; - background-color: #fff; - border: 1px solid #ddd; - border-bottom-color: transparent; -} -.redcore .nav-tabs.nav-justified { - width: 100%; - border-bottom: 0; -} -.redcore .nav-tabs.nav-justified > li { - float: none; -} -.redcore .nav-tabs.nav-justified > li > a { - margin-bottom: 5px; - text-align: center; -} -.redcore .nav-tabs.nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} -@media (min-width: 768px) { - .redcore .nav-tabs.nav-justified > li { - display: table-cell; - width: 1%; - } - .redcore .nav-tabs.nav-justified > li > a { - margin-bottom: 0; - } -} -.redcore .nav-tabs.nav-justified > li > a { - margin-right: 0; - border-radius: 4px; -} -.redcore .nav-tabs.nav-justified > .active > a, -.redcore .nav-tabs.nav-justified > .active > a:hover, -.redcore .nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #ddd; -} -@media (min-width: 768px) { - .redcore .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #ddd; - border-radius: 4px 4px 0 0; - } - .redcore .nav-tabs.nav-justified > .active > a, - .redcore .nav-tabs.nav-justified > .active > a:hover, - .redcore .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: #fff; - } -} -.redcore .nav-pills > li { - float: left; -} -.redcore .nav-pills > li > a { - border-radius: 4px; -} -.redcore .nav-pills > li + li { - margin-left: 2px; -} -.redcore .nav-pills > li.active > a, -.redcore .nav-pills > li.active > a:hover, -.redcore .nav-pills > li.active > a:focus { - color: #fff; - background-color: #337ab7; -} -.redcore .nav-stacked > li { - float: none; -} -.redcore .nav-stacked > li + li { - margin-top: 2px; - margin-left: 0; -} -.redcore .nav-justified { - width: 100%; -} -.redcore .nav-justified > li { - float: none; -} -.redcore .nav-justified > li > a { - margin-bottom: 5px; - text-align: center; -} -.redcore .nav-justified > .dropdown .dropdown-menu { - top: auto; - left: auto; -} -@media (min-width: 768px) { - .redcore .nav-justified > li { - display: table-cell; - width: 1%; - } - .redcore .nav-justified > li > a { - margin-bottom: 0; - } -} -.redcore .nav-tabs-justified { - border-bottom: 0; -} -.redcore .nav-tabs-justified > li > a { - margin-right: 0; - border-radius: 4px; -} -.redcore .nav-tabs-justified > .active > a, -.redcore .nav-tabs-justified > .active > a:hover, -.redcore .nav-tabs-justified > .active > a:focus { - border: 1px solid #ddd; -} -@media (min-width: 768px) { - .redcore .nav-tabs-justified > li > a { - border-bottom: 1px solid #ddd; - border-radius: 4px 4px 0 0; - } - .redcore .nav-tabs-justified > .active > a, - .redcore .nav-tabs-justified > .active > a:hover, - .redcore .nav-tabs-justified > .active > a:focus { - border-bottom-color: #fff; - } -} -.redcore .tab-content > .tab-pane { - display: none; -} -.redcore .tab-content > .active { - display: block; -} -.redcore .nav-tabs .dropdown-menu { - margin-top: -1px; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.redcore .navbar { - position: relative; - min-height: 50px; - margin-bottom: 20px; - border: 1px solid transparent; -} -@media (min-width: 768px) { - .redcore .navbar { - border-radius: 4px; - } -} -@media (min-width: 768px) { - .redcore .navbar-header { - float: left; - } -} -.redcore .navbar-collapse { - padding-right: 15px; - padding-left: 15px; - overflow-x: visible; - -webkit-overflow-scrolling: touch; - border-top: 1px solid transparent; - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -} -.redcore .navbar-collapse.in { - overflow-y: auto; -} -@media (min-width: 768px) { - .redcore .navbar-collapse { - width: auto; - border-top: 0; - -webkit-box-shadow: none; - box-shadow: none; - } - .redcore .navbar-collapse.collapse { - display: block !important; - height: auto !important; - padding-bottom: 0; - overflow: visible !important; - } - .redcore .navbar-collapse.in { - overflow-y: visible; - } - .redcore .navbar-fixed-top .navbar-collapse, - .redcore .navbar-static-top .navbar-collapse, - .redcore .navbar-fixed-bottom .navbar-collapse { - padding-right: 0; - padding-left: 0; - } -} -.redcore .navbar-fixed-top .navbar-collapse, -.redcore .navbar-fixed-bottom .navbar-collapse { - max-height: 340px; -} -@media (max-device-width: 480px) and (orientation: landscape) { - .redcore .navbar-fixed-top .navbar-collapse, - .redcore .navbar-fixed-bottom .navbar-collapse { - max-height: 200px; - } -} -.redcore .container > .navbar-header, -.redcore .container-fluid > .navbar-header, -.redcore .container > .navbar-collapse, -.redcore .container-fluid > .navbar-collapse { - margin-right: -15px; - margin-left: -15px; -} -@media (min-width: 768px) { - .redcore .container > .navbar-header, - .redcore .container-fluid > .navbar-header, - .redcore .container > .navbar-collapse, - .redcore .container-fluid > .navbar-collapse { - margin-right: 0; - margin-left: 0; - } -} -.redcore .navbar-static-top { - z-index: 1000; - border-width: 0 0 1px; -} -@media (min-width: 768px) { - .redcore .navbar-static-top { - border-radius: 0; - } -} -.redcore .navbar-fixed-top, -.redcore .navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; -} -@media (min-width: 768px) { - .redcore .navbar-fixed-top, - .redcore .navbar-fixed-bottom { - border-radius: 0; - } -} -.redcore .navbar-fixed-top { - top: 0; - border-width: 0 0 1px; -} -.redcore .navbar-fixed-bottom { - bottom: 0; - margin-bottom: 0; - border-width: 1px 0 0; -} -.redcore .navbar-brand { - float: left; - height: 50px; - padding: 15px 15px; - font-size: 18px; - line-height: 20px; -} -.redcore .navbar-brand:hover, -.redcore .navbar-brand:focus { - text-decoration: none; -} -.redcore .navbar-brand > img { - display: block; -} -@media (min-width: 768px) { - .redcore .navbar > .container .navbar-brand, - .redcore .navbar > .container-fluid .navbar-brand { - margin-left: -15px; - } -} -.redcore .navbar-toggle { - position: relative; - float: right; - padding: 9px 10px; - margin-top: 8px; - margin-right: 15px; - margin-bottom: 8px; - background-color: transparent; - background-image: none; - border: 1px solid transparent; - border-radius: 4px; -} -.redcore .navbar-toggle:focus { - outline: 0; -} -.redcore .navbar-toggle .icon-bar { - display: block; - width: 22px; - height: 2px; - border-radius: 1px; -} -.redcore .navbar-toggle .icon-bar + .icon-bar { - margin-top: 4px; -} -@media (min-width: 768px) { - .redcore .navbar-toggle { - display: none; - } -} -.redcore .navbar-nav { - margin: 7.5px -15px; -} -.redcore .navbar-nav > li > a { - padding-top: 10px; - padding-bottom: 10px; - line-height: 20px; -} -@media (max-width: 767px) { - .redcore .navbar-nav .open .dropdown-menu { - position: static; - float: none; - width: auto; - margin-top: 0; - background-color: transparent; - border: 0; - -webkit-box-shadow: none; - box-shadow: none; - } - .redcore .navbar-nav .open .dropdown-menu > li > a, - .redcore .navbar-nav .open .dropdown-menu .dropdown-header { - padding: 5px 15px 5px 25px; - } - .redcore .navbar-nav .open .dropdown-menu > li > a { - line-height: 20px; - } - .redcore .navbar-nav .open .dropdown-menu > li > a:hover, - .redcore .navbar-nav .open .dropdown-menu > li > a:focus { - background-image: none; - } -} -@media (min-width: 768px) { - .redcore .navbar-nav { - float: left; - margin: 0; - } - .redcore .navbar-nav > li { - float: left; - } - .redcore .navbar-nav > li > a { - padding-top: 15px; - padding-bottom: 15px; - } -} -.redcore .navbar-form { - padding: 10px 15px; - margin-top: 8px; - margin-right: -15px; - margin-bottom: 8px; - margin-left: -15px; - border-top: 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); - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); -} -@media (min-width: 768px) { - .redcore .navbar-form .form-group { - display: inline-block; - margin-bottom: 0; - vertical-align: middle; - } - .redcore .navbar-form .form-control { - display: inline-block; - width: auto; - vertical-align: middle; - } - .redcore .navbar-form .form-control-static { - display: inline-block; - } - .redcore .navbar-form .input-group { - display: inline-table; - vertical-align: middle; - } - .redcore .navbar-form .input-group .input-group-addon, - .redcore .navbar-form .input-group .input-group-btn, - .redcore .navbar-form .input-group .form-control { - width: auto; - } - .redcore .navbar-form .input-group > .form-control { - width: 100%; - } - .redcore .navbar-form .control-label { - margin-bottom: 0; - vertical-align: middle; - } - .redcore .navbar-form .radio, - .redcore .navbar-form .checkbox { - display: inline-block; - margin-top: 0; - margin-bottom: 0; - vertical-align: middle; - } - .redcore .navbar-form .radio label, - .redcore .navbar-form .checkbox label { - padding-left: 0; - } - .redcore .navbar-form .radio input[type="radio"], - .redcore .navbar-form .checkbox input[type="checkbox"] { - position: relative; - margin-left: 0; - } - .redcore .navbar-form .has-feedback .form-control-feedback { - top: 0; - } -} -@media (max-width: 767px) { - .redcore .navbar-form .form-group { - margin-bottom: 5px; - } - .redcore .navbar-form .form-group:last-child { - margin-bottom: 0; - } -} -@media (min-width: 768px) { - .redcore .navbar-form { - width: auto; - padding-top: 0; - padding-bottom: 0; - margin-right: 0; - margin-left: 0; - border: 0; - -webkit-box-shadow: none; - box-shadow: none; - } -} -.redcore .navbar-nav > li > .dropdown-menu { - margin-top: 0; - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.redcore .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { - margin-bottom: 0; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - border-bottom-right-radius: 0; - border-bottom-left-radius: 0; -} -.redcore .navbar-btn { - margin-top: 8px; - margin-bottom: 8px; -} -.redcore .navbar-btn.btn-sm { - margin-top: 10px; - margin-bottom: 10px; -} -.redcore .navbar-btn.btn-xs { - margin-top: 14px; - margin-bottom: 14px; -} -.redcore .navbar-text { - margin-top: 15px; - margin-bottom: 15px; -} -@media (min-width: 768px) { - .redcore .navbar-text { - float: left; - margin-right: 15px; - margin-left: 15px; - } -} -@media (min-width: 768px) { - .redcore .navbar-left { - float: left !important; - } - .redcore .navbar-right { - float: right !important; - margin-right: -15px; - } - .redcore .navbar-right ~ .navbar-right { - margin-right: 0; - } -} -.redcore .navbar-default { - background-color: #f8f8f8; - border-color: #e7e7e7; -} -.redcore .navbar-default .navbar-brand { - color: #777; -} -.redcore .navbar-default .navbar-brand:hover, -.redcore .navbar-default .navbar-brand:focus { - color: #5e5e5e; - background-color: transparent; -} -.redcore .navbar-default .navbar-text { - color: #777; -} -.redcore .navbar-default .navbar-nav > li > a { - color: #777; -} -.redcore .navbar-default .navbar-nav > li > a:hover, -.redcore .navbar-default .navbar-nav > li > a:focus { - color: #333; - background-color: transparent; -} -.redcore .navbar-default .navbar-nav > .active > a, -.redcore .navbar-default .navbar-nav > .active > a:hover, -.redcore .navbar-default .navbar-nav > .active > a:focus { - color: #555; - background-color: #e7e7e7; -} -.redcore .navbar-default .navbar-nav > .disabled > a, -.redcore .navbar-default .navbar-nav > .disabled > a:hover, -.redcore .navbar-default .navbar-nav > .disabled > a:focus { - color: #ccc; - background-color: transparent; -} -.redcore .navbar-default .navbar-toggle { - border-color: #ddd; -} -.redcore .navbar-default .navbar-toggle:hover, -.redcore .navbar-default .navbar-toggle:focus { - background-color: #ddd; -} -.redcore .navbar-default .navbar-toggle .icon-bar { - background-color: #888; -} -.redcore .navbar-default .navbar-collapse, -.redcore .navbar-default .navbar-form { - border-color: #e7e7e7; -} -.redcore .navbar-default .navbar-nav > .open > a, -.redcore .navbar-default .navbar-nav > .open > a:hover, -.redcore .navbar-default .navbar-nav > .open > a:focus { - color: #555; - background-color: #e7e7e7; -} -@media (max-width: 767px) { - .redcore .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777; - } - .redcore .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, - .redcore .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333; - background-color: transparent; - } - .redcore .navbar-default .navbar-nav .open .dropdown-menu > .active > a, - .redcore .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, - .redcore .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555; - background-color: #e7e7e7; - } - .redcore .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, - .redcore .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .redcore .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #ccc; - background-color: transparent; - } -} -.redcore .navbar-default .navbar-link { - color: #777; -} -.redcore .navbar-default .navbar-link:hover { - color: #333; -} -.redcore .navbar-default .btn-link { - color: #777; -} -.redcore .navbar-default .btn-link:hover, -.redcore .navbar-default .btn-link:focus { - color: #333; -} -.redcore .navbar-default .btn-link[disabled]:hover, -.redcore fieldset[disabled] .navbar-default .btn-link:hover, -.redcore .navbar-default .btn-link[disabled]:focus, -.redcore fieldset[disabled] .navbar-default .btn-link:focus { - color: #ccc; -} -.redcore .navbar-inverse { - background-color: #222; - border-color: #080808; -} -.redcore .navbar-inverse .navbar-brand { - color: #9d9d9d; -} -.redcore .navbar-inverse .navbar-brand:hover, -.redcore .navbar-inverse .navbar-brand:focus { - color: #fff; - background-color: transparent; -} -.redcore .navbar-inverse .navbar-text { - color: #9d9d9d; -} -.redcore .navbar-inverse .navbar-nav > li > a { - color: #9d9d9d; -} -.redcore .navbar-inverse .navbar-nav > li > a:hover, -.redcore .navbar-inverse .navbar-nav > li > a:focus { - color: #fff; - background-color: transparent; -} -.redcore .navbar-inverse .navbar-nav > .active > a, -.redcore .navbar-inverse .navbar-nav > .active > a:hover, -.redcore .navbar-inverse .navbar-nav > .active > a:focus { - color: #fff; - background-color: #080808; -} -.redcore .navbar-inverse .navbar-nav > .disabled > a, -.redcore .navbar-inverse .navbar-nav > .disabled > a:hover, -.redcore .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444; - background-color: transparent; -} -.redcore .navbar-inverse .navbar-toggle { - border-color: #333; -} -.redcore .navbar-inverse .navbar-toggle:hover, -.redcore .navbar-inverse .navbar-toggle:focus { - background-color: #333; -} -.redcore .navbar-inverse .navbar-toggle .icon-bar { - background-color: #fff; -} -.redcore .navbar-inverse .navbar-collapse, -.redcore .navbar-inverse .navbar-form { - border-color: #101010; -} -.redcore .navbar-inverse .navbar-nav > .open > a, -.redcore .navbar-inverse .navbar-nav > .open > a:hover, -.redcore .navbar-inverse .navbar-nav > .open > a:focus { - color: #fff; - background-color: #080808; -} -@media (max-width: 767px) { - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { - border-color: #080808; - } - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu .divider { - background-color: #080808; - } - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { - color: #9d9d9d; - } - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: #fff; - background-color: transparent; - } - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #fff; - background-color: #080808; - } - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, - .redcore .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444; - background-color: transparent; - } -} -.redcore .navbar-inverse .navbar-link { - color: #9d9d9d; -} -.redcore .navbar-inverse .navbar-link:hover { - color: #fff; -} -.redcore .navbar-inverse .btn-link { - color: #9d9d9d; -} -.redcore .navbar-inverse .btn-link:hover, -.redcore .navbar-inverse .btn-link:focus { - color: #fff; -} -.redcore .navbar-inverse .btn-link[disabled]:hover, -.redcore fieldset[disabled] .navbar-inverse .btn-link:hover, -.redcore .navbar-inverse .btn-link[disabled]:focus, -.redcore fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444; -} -.redcore .breadcrumb { - padding: 8px 15px; - margin-bottom: 20px; - list-style: none; - background-color: #f5f5f5; - border-radius: 4px; -} -.redcore .breadcrumb > li { - display: inline-block; -} -.redcore .breadcrumb > li + li:before { - padding: 0 5px; - color: #ccc; - content: "/\00a0"; -} -.redcore .breadcrumb > .active { - color: #777; -} -.redcore .pagination { - display: inline-block; - padding-left: 0; - margin: 20px 0; - border-radius: 4px; -} -.redcore .pagination > li { - display: inline; -} -.redcore .pagination > li > a, -.redcore .pagination > li > span { - position: relative; - float: left; - padding: 6px 12px; - margin-left: -1px; - line-height: 1.42857143; - color: #337ab7; - text-decoration: none; - background-color: #fff; - border: 1px solid #ddd; -} -.redcore .pagination > li:first-child > a, -.redcore .pagination > li:first-child > span { - margin-left: 0; - border-top-left-radius: 4px; - border-bottom-left-radius: 4px; -} -.redcore .pagination > li:last-child > a, -.redcore .pagination > li:last-child > span { - border-top-right-radius: 4px; - border-bottom-right-radius: 4px; -} -.redcore .pagination > li > a:hover, -.redcore .pagination > li > span:hover, -.redcore .pagination > li > a:focus, -.redcore .pagination > li > span:focus { - z-index: 3; - color: #23527c; - background-color: #eee; - border-color: #ddd; -} -.redcore .pagination > .active > a, -.redcore .pagination > .active > span, -.redcore .pagination > .active > a:hover, -.redcore .pagination > .active > span:hover, -.redcore .pagination > .active > a:focus, -.redcore .pagination > .active > span:focus { - z-index: 2; - color: #fff; - cursor: default; - background-color: #337ab7; - border-color: #337ab7; -} -.redcore .pagination > .disabled > span, -.redcore .pagination > .disabled > span:hover, -.redcore .pagination > .disabled > span:focus, -.redcore .pagination > .disabled > a, -.redcore .pagination > .disabled > a:hover, -.redcore .pagination > .disabled > a:focus { - color: #777; - cursor: not-allowed; - background-color: #fff; - border-color: #ddd; -} -.redcore .pagination-lg > li > a, -.redcore .pagination-lg > li > span { - padding: 10px 16px; - font-size: 18px; - line-height: 1.3333333; -} -.redcore .pagination-lg > li:first-child > a, -.redcore .pagination-lg > li:first-child > span { - border-top-left-radius: 6px; - border-bottom-left-radius: 6px; -} -.redcore .pagination-lg > li:last-child > a, -.redcore .pagination-lg > li:last-child > span { - border-top-right-radius: 6px; - border-bottom-right-radius: 6px; -} -.redcore .pagination-sm > li > a, -.redcore .pagination-sm > li > span { - padding: 5px 10px; - font-size: 12px; - line-height: 1.5; -} -.redcore .pagination-sm > li:first-child > a, -.redcore .pagination-sm > li:first-child > span { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; -} -.redcore .pagination-sm > li:last-child > a, -.redcore .pagination-sm > li:last-child > span { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; -} -.redcore .pager { - padding-left: 0; - margin: 20px 0; - text-align: center; - list-style: none; -} -.redcore .pager li { - display: inline; -} -.redcore .pager li > a, -.redcore .pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 15px; -} -.redcore .pager li > a:hover, -.redcore .pager li > a:focus { - text-decoration: none; - background-color: #eee; -} -.redcore .pager .next > a, -.redcore .pager .next > span { - float: right; -} -.redcore .pager .previous > a, -.redcore .pager .previous > span { - float: left; -} -.redcore .pager .disabled > a, -.redcore .pager .disabled > a:hover, -.redcore .pager .disabled > a:focus, -.redcore .pager .disabled > span { - color: #777; - cursor: not-allowed; - background-color: #fff; -} -.redcore .label { - display: inline; - padding: .2em .6em .3em; - font-size: 75%; - font-weight: bold; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - border-radius: .25em; -} -.redcore a.label:hover, -.redcore a.label:focus { - color: #fff; - text-decoration: none; - cursor: pointer; -} -.redcore .label:empty { - display: none; -} -.redcore .btn .label { - position: relative; - top: -1px; -} -.redcore .label-default { - background-color: #777; -} -.redcore .label-default[href]:hover, -.redcore .label-default[href]:focus { - background-color: #5e5e5e; -} -.redcore .label-primary { - background-color: #337ab7; -} -.redcore .label-primary[href]:hover, -.redcore .label-primary[href]:focus { - background-color: #286090; -} -.redcore .label-success { - background-color: #5cb85c; -} -.redcore .label-success[href]:hover, -.redcore .label-success[href]:focus { - background-color: #449d44; -} -.redcore .label-info { - background-color: #5bc0de; -} -.redcore .label-info[href]:hover, -.redcore .label-info[href]:focus { - background-color: #31b0d5; -} -.redcore .label-warning { - background-color: #f0ad4e; -} -.redcore .label-warning[href]:hover, -.redcore .label-warning[href]:focus { - background-color: #ec971f; -} -.redcore .label-danger { - background-color: #d9534f; -} -.redcore .label-danger[href]:hover, -.redcore .label-danger[href]:focus { - background-color: #c9302c; -} -.redcore .badge { - display: inline-block; - min-width: 10px; - padding: 3px 7px; - font-size: 12px; - font-weight: bold; - line-height: 1; - color: #fff; - text-align: center; - white-space: nowrap; - vertical-align: middle; - background-color: #777; - border-radius: 10px; -} -.redcore .badge:empty { - display: none; -} -.redcore .btn .badge { - position: relative; - top: -1px; -} -.redcore .btn-xs .badge, -.redcore .btn-group-xs > .btn .badge { - top: 0; - padding: 1px 5px; -} -.redcore a.badge:hover, -.redcore a.badge:focus { - color: #fff; - text-decoration: none; - cursor: pointer; -} -.redcore .list-group-item.active > .badge, -.redcore .nav-pills > .active > a > .badge { - color: #337ab7; - background-color: #fff; -} -.redcore .list-group-item > .badge { - float: right; -} -.redcore .list-group-item > .badge + .badge { - margin-right: 5px; -} -.redcore .nav-pills > li > a > .badge { - margin-left: 3px; -} -.redcore .jumbotron { - padding-top: 30px; - padding-bottom: 30px; - margin-bottom: 30px; - color: inherit; - background-color: #eee; -} -.redcore .jumbotron h1, -.redcore .jumbotron .h1 { - color: inherit; -} -.redcore .jumbotron p { - margin-bottom: 15px; - font-size: 21px; - font-weight: 200; -} -.redcore .jumbotron > hr { - border-top-color: #d5d5d5; -} -.redcore .container .jumbotron, -.redcore .container-fluid .jumbotron { - border-radius: 6px; -} -.redcore .jumbotron .container { - max-width: 100%; -} -@media screen and (min-width: 768px) { - .redcore .jumbotron { - padding-top: 48px; - padding-bottom: 48px; - } - .redcore .container .jumbotron, - .redcore .container-fluid .jumbotron { - padding-right: 60px; - padding-left: 60px; - } - .redcore .jumbotron h1, - .redcore .jumbotron .h1 { - font-size: 63px; - } -} -.redcore .thumbnail { - display: block; - padding: 4px; - margin-bottom: 20px; - line-height: 1.42857143; - background-color: #fff; - border: 1px solid #ddd; - border-radius: 4px; - -webkit-transition: border 0.2s ease-in-out; - -o-transition: border 0.2s ease-in-out; - transition: border 0.2s ease-in-out; -} -.redcore .thumbnail > img, -.redcore .thumbnail a > img { - margin-right: auto; - margin-left: auto; -} -.redcore a.thumbnail:hover, -.redcore a.thumbnail:focus, -.redcore a.thumbnail.active { - border-color: #337ab7; -} -.redcore .thumbnail .caption { - padding: 9px; - color: #333; -} -.redcore .alert { - padding: 15px; - margin-bottom: 20px; - border: 1px solid transparent; - border-radius: 4px; -} -.redcore .alert h4 { - margin-top: 0; - color: inherit; -} -.redcore .alert .alert-link { - font-weight: bold; -} -.redcore .alert > p, -.redcore .alert > ul { - margin-bottom: 0; -} -.redcore .alert > p + p { - margin-top: 5px; -} -.redcore .alert-dismissable, -.redcore .alert-dismissible { - padding-right: 35px; -} -.redcore .alert-dismissable .close, -.redcore .alert-dismissible .close { - position: relative; - top: -2px; - right: -21px; - color: inherit; -} -.redcore .alert-success { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; -} -.redcore .alert-success hr { - border-top-color: #c9e2b3; -} -.redcore .alert-success .alert-link { - color: #2b542c; -} -.redcore .alert-info { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; -} -.redcore .alert-info hr { - border-top-color: #a6e1ec; -} -.redcore .alert-info .alert-link { - color: #245269; -} -.redcore .alert-warning { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; -} -.redcore .alert-warning hr { - border-top-color: #f7e1b5; -} -.redcore .alert-warning .alert-link { - color: #66512c; -} -.redcore .alert-danger { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; -} -.redcore .alert-danger hr { - border-top-color: #e4b9c0; -} -.redcore .alert-danger .alert-link { - color: #843534; -} -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@-o-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -.redcore .progress { - height: 20px; - margin-bottom: 20px; - overflow: hidden; - background-color: #f5f5f5; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -} -.redcore .progress-bar { - float: left; - width: 0; - height: 100%; - font-size: 12px; - line-height: 20px; - color: #fff; - text-align: center; - background-color: #337ab7; - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-transition: width .6s ease; - -o-transition: width .6s ease; - transition: width .6s ease; -} -.redcore .progress-striped .progress-bar, -.redcore .progress-bar-striped { - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - -webkit-background-size: 40px 40px; - background-size: 40px 40px; -} -.redcore .progress.active .progress-bar, -.redcore .progress-bar.active { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} -.redcore .progress-bar-success { - background-color: #5cb85c; -} -.redcore .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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .progress-bar-info { - background-color: #5bc0de; -} -.redcore .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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .progress-bar-warning { - background-color: #f0ad4e; -} -.redcore .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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .progress-bar-danger { - background-color: #d9534f; -} -.redcore .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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .media { - margin-top: 15px; -} -.redcore .media:first-child { - margin-top: 0; -} -.redcore .media, -.redcore .media-body { - overflow: hidden; - zoom: 1; -} -.redcore .media-body { - width: 10000px; -} -.redcore .media-object { - display: block; -} -.redcore .media-object.img-thumbnail { - max-width: none; -} -.redcore .media-right, -.redcore .media > .pull-right { - padding-left: 10px; -} -.redcore .media-left, -.redcore .media > .pull-left { - padding-right: 10px; -} -.redcore .media-left, -.redcore .media-right, -.redcore .media-body { - display: table-cell; - vertical-align: top; -} -.redcore .media-middle { - vertical-align: middle; -} -.redcore .media-bottom { - vertical-align: bottom; -} -.redcore .media-heading { - margin-top: 0; - margin-bottom: 5px; -} -.redcore .media-list { - padding-left: 0; - list-style: none; -} -.redcore .list-group { - padding-left: 0; - margin-bottom: 20px; -} -.redcore .list-group-item { - position: relative; - display: block; - padding: 10px 15px; - margin-bottom: -1px; - background-color: #fff; - border: 1px solid #ddd; -} -.redcore .list-group-item:first-child { - border-top-left-radius: 4px; - border-top-right-radius: 4px; -} -.redcore .list-group-item:last-child { - margin-bottom: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; -} -.redcore a.list-group-item, -.redcore button.list-group-item { - color: #555; -} -.redcore a.list-group-item .list-group-item-heading, -.redcore button.list-group-item .list-group-item-heading { - color: #333; -} -.redcore a.list-group-item:hover, -.redcore button.list-group-item:hover, -.redcore a.list-group-item:focus, -.redcore button.list-group-item:focus { - color: #555; - text-decoration: none; - background-color: #f5f5f5; -} -.redcore button.list-group-item { - width: 100%; - text-align: left; -} -.redcore .list-group-item.disabled, -.redcore .list-group-item.disabled:hover, -.redcore .list-group-item.disabled:focus { - color: #777; - cursor: not-allowed; - background-color: #eee; -} -.redcore .list-group-item.disabled .list-group-item-heading, -.redcore .list-group-item.disabled:hover .list-group-item-heading, -.redcore .list-group-item.disabled:focus .list-group-item-heading { - color: inherit; -} -.redcore .list-group-item.disabled .list-group-item-text, -.redcore .list-group-item.disabled:hover .list-group-item-text, -.redcore .list-group-item.disabled:focus .list-group-item-text { - color: #777; -} -.redcore .list-group-item.active, -.redcore .list-group-item.active:hover, -.redcore .list-group-item.active:focus { - z-index: 2; - color: #fff; - background-color: #337ab7; - border-color: #337ab7; -} -.redcore .list-group-item.active .list-group-item-heading, -.redcore .list-group-item.active:hover .list-group-item-heading, -.redcore .list-group-item.active:focus .list-group-item-heading, -.redcore .list-group-item.active .list-group-item-heading > small, -.redcore .list-group-item.active:hover .list-group-item-heading > small, -.redcore .list-group-item.active:focus .list-group-item-heading > small, -.redcore .list-group-item.active .list-group-item-heading > .small, -.redcore .list-group-item.active:hover .list-group-item-heading > .small, -.redcore .list-group-item.active:focus .list-group-item-heading > .small { - color: inherit; -} -.redcore .list-group-item.active .list-group-item-text, -.redcore .list-group-item.active:hover .list-group-item-text, -.redcore .list-group-item.active:focus .list-group-item-text { - color: #c7ddef; -} -.redcore .list-group-item-success { - color: #3c763d; - background-color: #dff0d8; -} -.redcore a.list-group-item-success, -.redcore button.list-group-item-success { - color: #3c763d; -} -.redcore a.list-group-item-success .list-group-item-heading, -.redcore button.list-group-item-success .list-group-item-heading { - color: inherit; -} -.redcore a.list-group-item-success:hover, -.redcore button.list-group-item-success:hover, -.redcore a.list-group-item-success:focus, -.redcore button.list-group-item-success:focus { - color: #3c763d; - background-color: #d0e9c6; -} -.redcore a.list-group-item-success.active, -.redcore button.list-group-item-success.active, -.redcore a.list-group-item-success.active:hover, -.redcore button.list-group-item-success.active:hover, -.redcore a.list-group-item-success.active:focus, -.redcore button.list-group-item-success.active:focus { - color: #fff; - background-color: #3c763d; - border-color: #3c763d; -} -.redcore .list-group-item-info { - color: #31708f; - background-color: #d9edf7; -} -.redcore a.list-group-item-info, -.redcore button.list-group-item-info { - color: #31708f; -} -.redcore a.list-group-item-info .list-group-item-heading, -.redcore button.list-group-item-info .list-group-item-heading { - color: inherit; -} -.redcore a.list-group-item-info:hover, -.redcore button.list-group-item-info:hover, -.redcore a.list-group-item-info:focus, -.redcore button.list-group-item-info:focus { - color: #31708f; - background-color: #c4e3f3; -} -.redcore a.list-group-item-info.active, -.redcore button.list-group-item-info.active, -.redcore a.list-group-item-info.active:hover, -.redcore button.list-group-item-info.active:hover, -.redcore a.list-group-item-info.active:focus, -.redcore button.list-group-item-info.active:focus { - color: #fff; - background-color: #31708f; - border-color: #31708f; -} -.redcore .list-group-item-warning { - color: #8a6d3b; - background-color: #fcf8e3; -} -.redcore a.list-group-item-warning, -.redcore button.list-group-item-warning { - color: #8a6d3b; -} -.redcore a.list-group-item-warning .list-group-item-heading, -.redcore button.list-group-item-warning .list-group-item-heading { - color: inherit; -} -.redcore a.list-group-item-warning:hover, -.redcore button.list-group-item-warning:hover, -.redcore a.list-group-item-warning:focus, -.redcore button.list-group-item-warning:focus { - color: #8a6d3b; - background-color: #faf2cc; -} -.redcore a.list-group-item-warning.active, -.redcore button.list-group-item-warning.active, -.redcore a.list-group-item-warning.active:hover, -.redcore button.list-group-item-warning.active:hover, -.redcore a.list-group-item-warning.active:focus, -.redcore button.list-group-item-warning.active:focus { - color: #fff; - background-color: #8a6d3b; - border-color: #8a6d3b; -} -.redcore .list-group-item-danger { - color: #a94442; - background-color: #f2dede; -} -.redcore a.list-group-item-danger, -.redcore button.list-group-item-danger { - color: #a94442; -} -.redcore a.list-group-item-danger .list-group-item-heading, -.redcore button.list-group-item-danger .list-group-item-heading { - color: inherit; -} -.redcore a.list-group-item-danger:hover, -.redcore button.list-group-item-danger:hover, -.redcore a.list-group-item-danger:focus, -.redcore button.list-group-item-danger:focus { - color: #a94442; - background-color: #ebcccc; -} -.redcore a.list-group-item-danger.active, -.redcore button.list-group-item-danger.active, -.redcore a.list-group-item-danger.active:hover, -.redcore button.list-group-item-danger.active:hover, -.redcore a.list-group-item-danger.active:focus, -.redcore button.list-group-item-danger.active:focus { - color: #fff; - background-color: #a94442; - border-color: #a94442; -} -.redcore .list-group-item-heading { - margin-top: 0; - margin-bottom: 5px; -} -.redcore .list-group-item-text { - margin-bottom: 0; - line-height: 1.3; -} -.redcore .panel { - margin-bottom: 20px; - background-color: #fff; - border: 1px solid transparent; - border-radius: 4px; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); -} -.redcore .panel-body { - padding: 15px; -} -.redcore .panel-heading { - padding: 10px 15px; - border-bottom: 1px solid transparent; - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.redcore .panel-heading > .dropdown .dropdown-toggle { - color: inherit; -} -.redcore .panel-title { - margin-top: 0; - margin-bottom: 0; - font-size: 16px; - color: inherit; -} -.redcore .panel-title > a, -.redcore .panel-title > small, -.redcore .panel-title > .small, -.redcore .panel-title > small > a, -.redcore .panel-title > .small > a { - color: inherit; -} -.redcore .panel-footer { - padding: 10px 15px; - background-color: #f5f5f5; - border-top: 1px solid #ddd; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.redcore .panel > .list-group, -.redcore .panel > .panel-collapse > .list-group { - margin-bottom: 0; -} -.redcore .panel > .list-group .list-group-item, -.redcore .panel > .panel-collapse > .list-group .list-group-item { - border-width: 1px 0; - border-radius: 0; -} -.redcore .panel > .list-group:first-child .list-group-item:first-child, -.redcore .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child { - border-top: 0; - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.redcore .panel > .list-group:last-child .list-group-item:last-child, -.redcore .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child { - border-bottom: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.redcore .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child { - border-top-left-radius: 0; - border-top-right-radius: 0; -} -.redcore .panel-heading + .list-group .list-group-item:first-child { - border-top-width: 0; -} -.redcore .list-group + .panel-footer { - border-top-width: 0; -} -.redcore .panel > .table, -.redcore .panel > .table-responsive > .table, -.redcore .panel > .panel-collapse > .table { - margin-bottom: 0; -} -.redcore .panel > .table caption, -.redcore .panel > .table-responsive > .table caption, -.redcore .panel > .panel-collapse > .table caption { - padding-right: 15px; - padding-left: 15px; -} -.redcore .panel > .table:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.redcore .panel > .table:first-child > thead:first-child > tr:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, -.redcore .panel > .table:first-child > tbody:first-child > tr:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child { - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} -.redcore .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, -.redcore .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, -.redcore .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, -.redcore .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { - border-top-left-radius: 3px; -} -.redcore .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, -.redcore .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, -.redcore .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, -.redcore .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, -.redcore .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { - border-top-right-radius: 3px; -} -.redcore .panel > .table:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.redcore .panel > .table:last-child > tbody:last-child > tr:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, -.redcore .panel > .table:last-child > tfoot:last-child > tr:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; -} -.redcore .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, -.redcore .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, -.redcore .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, -.redcore .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { - border-bottom-left-radius: 3px; -} -.redcore .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, -.redcore .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, -.redcore .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, -.redcore .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, -.redcore .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { - border-bottom-right-radius: 3px; -} -.redcore .panel > .panel-body + .table, -.redcore .panel > .panel-body + .table-responsive, -.redcore .panel > .table + .panel-body, -.redcore .panel > .table-responsive + .panel-body { - border-top: 1px solid #ddd; -} -.redcore .panel > .table > tbody:first-child > tr:first-child th, -.redcore .panel > .table > tbody:first-child > tr:first-child td { - border-top: 0; -} -.redcore .panel > .table-bordered, -.redcore .panel > .table-responsive > .table-bordered { - border: 0; -} -.redcore .panel > .table-bordered > thead > tr > th:first-child, -.redcore .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, -.redcore .panel > .table-bordered > tbody > tr > th:first-child, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, -.redcore .panel > .table-bordered > tfoot > tr > th:first-child, -.redcore .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, -.redcore .panel > .table-bordered > thead > tr > td:first-child, -.redcore .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, -.redcore .panel > .table-bordered > tbody > tr > td:first-child, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, -.redcore .panel > .table-bordered > tfoot > tr > td:first-child, -.redcore .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child { - border-left: 0; -} -.redcore .panel > .table-bordered > thead > tr > th:last-child, -.redcore .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, -.redcore .panel > .table-bordered > tbody > tr > th:last-child, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, -.redcore .panel > .table-bordered > tfoot > tr > th:last-child, -.redcore .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, -.redcore .panel > .table-bordered > thead > tr > td:last-child, -.redcore .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, -.redcore .panel > .table-bordered > tbody > tr > td:last-child, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, -.redcore .panel > .table-bordered > tfoot > tr > td:last-child, -.redcore .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child { - border-right: 0; -} -.redcore .panel > .table-bordered > thead > tr:first-child > td, -.redcore .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, -.redcore .panel > .table-bordered > tbody > tr:first-child > td, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, -.redcore .panel > .table-bordered > thead > tr:first-child > th, -.redcore .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, -.redcore .panel > .table-bordered > tbody > tr:first-child > th, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th { - border-bottom: 0; -} -.redcore .panel > .table-bordered > tbody > tr:last-child > td, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, -.redcore .panel > .table-bordered > tfoot > tr:last-child > td, -.redcore .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, -.redcore .panel > .table-bordered > tbody > tr:last-child > th, -.redcore .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, -.redcore .panel > .table-bordered > tfoot > tr:last-child > th, -.redcore .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th { - border-bottom: 0; -} -.redcore .panel > .table-responsive { - margin-bottom: 0; - border: 0; -} -.redcore .panel-group { - margin-bottom: 20px; -} -.redcore .panel-group .panel { - margin-bottom: 0; - border-radius: 4px; -} -.redcore .panel-group .panel + .panel { - margin-top: 5px; -} -.redcore .panel-group .panel-heading { - border-bottom: 0; -} -.redcore .panel-group .panel-heading + .panel-collapse > .panel-body, -.redcore .panel-group .panel-heading + .panel-collapse > .list-group { - border-top: 1px solid #ddd; -} -.redcore .panel-group .panel-footer { - border-top: 0; -} -.redcore .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #ddd; -} -.redcore .panel-default { - border-color: #ddd; -} -.redcore .panel-default > .panel-heading { - color: #333; - background-color: #f5f5f5; - border-color: #ddd; -} -.redcore .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ddd; -} -.redcore .panel-default > .panel-heading .badge { - color: #f5f5f5; - background-color: #333; -} -.redcore .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ddd; -} -.redcore .panel-primary { - border-color: #337ab7; -} -.redcore .panel-primary > .panel-heading { - color: #fff; - background-color: #337ab7; - border-color: #337ab7; -} -.redcore .panel-primary > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #337ab7; -} -.redcore .panel-primary > .panel-heading .badge { - color: #337ab7; - background-color: #fff; -} -.redcore .panel-primary > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #337ab7; -} -.redcore .panel-success { - border-color: #d6e9c6; -} -.redcore .panel-success > .panel-heading { - color: #3c763d; - background-color: #dff0d8; - border-color: #d6e9c6; -} -.redcore .panel-success > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #d6e9c6; -} -.redcore .panel-success > .panel-heading .badge { - color: #dff0d8; - background-color: #3c763d; -} -.redcore .panel-success > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #d6e9c6; -} -.redcore .panel-info { - border-color: #bce8f1; -} -.redcore .panel-info > .panel-heading { - color: #31708f; - background-color: #d9edf7; - border-color: #bce8f1; -} -.redcore .panel-info > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #bce8f1; -} -.redcore .panel-info > .panel-heading .badge { - color: #d9edf7; - background-color: #31708f; -} -.redcore .panel-info > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #bce8f1; -} -.redcore .panel-warning { - border-color: #faebcc; -} -.redcore .panel-warning > .panel-heading { - color: #8a6d3b; - background-color: #fcf8e3; - border-color: #faebcc; -} -.redcore .panel-warning > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #faebcc; -} -.redcore .panel-warning > .panel-heading .badge { - color: #fcf8e3; - background-color: #8a6d3b; -} -.redcore .panel-warning > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #faebcc; -} -.redcore .panel-danger { - border-color: #ebccd1; -} -.redcore .panel-danger > .panel-heading { - color: #a94442; - background-color: #f2dede; - border-color: #ebccd1; -} -.redcore .panel-danger > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #ebccd1; -} -.redcore .panel-danger > .panel-heading .badge { - color: #f2dede; - background-color: #a94442; -} -.redcore .panel-danger > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #ebccd1; -} -.redcore .embed-responsive { - position: relative; - display: block; - height: 0; - padding: 0; - overflow: hidden; -} -.redcore .embed-responsive .embed-responsive-item, -.redcore .embed-responsive iframe, -.redcore .embed-responsive embed, -.redcore .embed-responsive object, -.redcore .embed-responsive video { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} -.redcore .embed-responsive-16by9 { - padding-bottom: 56.25%; -} -.redcore .embed-responsive-4by3 { - padding-bottom: 75%; -} -.redcore .well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -} -.redcore .well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} -.redcore .well-lg { - padding: 24px; - border-radius: 6px; -} -.redcore .well-sm { - padding: 9px; - border-radius: 3px; -} -.redcore .close { - float: right; - font-size: 21px; - font-weight: bold; - line-height: 1; - color: #000; - text-shadow: 0 1px 0 #fff; - filter: alpha(opacity=20); - opacity: .2; -} -.redcore .close:hover, -.redcore .close:focus { - color: #000; - text-decoration: none; - cursor: pointer; - filter: alpha(opacity=50); - opacity: .5; -} -.redcore button.close { - -webkit-appearance: none; - padding: 0; - cursor: pointer; - background: transparent; - border: 0; -} -.redcore .modal-open { - overflow: hidden; -} -.redcore .modal { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1050; - display: none; - overflow: hidden; - -webkit-overflow-scrolling: touch; - outline: 0; -} -.redcore .modal.fade .modal-dialog { - -webkit-transition: -webkit-transform 0.3s ease-out; - -o-transition: -o-transform 0.3s ease-out; - transition: transform 0.3s ease-out; - -webkit-transform: translate(0, -25%); - -ms-transform: translate(0, -25%); - -o-transform: translate(0, -25%); - transform: translate(0, -25%); -} -.redcore .modal.in .modal-dialog { - -webkit-transform: translate(0, 0); - -ms-transform: translate(0, 0); - -o-transform: translate(0, 0); - transform: translate(0, 0); -} -.redcore .modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} -.redcore .modal-dialog { - position: relative; - width: auto; - margin: 10px; -} -.redcore .modal-content { - position: relative; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.2); - border-radius: 6px; - outline: 0; - -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); - box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); -} -.redcore .modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000; -} -.redcore .modal-backdrop.fade { - filter: alpha(opacity=0); - opacity: 0; -} -.redcore .modal-backdrop.in { - filter: alpha(opacity=50); - opacity: .5; -} -.redcore .modal-header { - min-height: 16.42857143px; - padding: 15px; - border-bottom: 1px solid #e5e5e5; -} -.redcore .modal-header .close { - margin-top: -2px; -} -.redcore .modal-title { - margin: 0; - line-height: 1.42857143; -} -.redcore .modal-body { - position: relative; - padding: 15px; -} -.redcore .modal-footer { - padding: 15px; - text-align: right; - border-top: 1px solid #e5e5e5; -} -.redcore .modal-footer .btn + .btn { - margin-bottom: 0; - margin-left: 5px; -} -.redcore .modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} -.redcore .modal-footer .btn-block + .btn-block { - margin-left: 0; -} -.redcore .modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} -@media (min-width: 768px) { - .redcore .modal-dialog { - width: 600px; - margin: 30px auto; - } - .redcore .modal-content { - -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); - } - .redcore .modal-sm { - width: 300px; - } -} -@media (min-width: 992px) { - .redcore .modal-lg { - width: 900px; - } -} -.redcore .tooltip { - position: absolute; - z-index: 1070; - display: block; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 12px; - font-style: normal; - font-weight: normal; - line-height: 1.42857143; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - white-space: normal; - filter: alpha(opacity=0); - opacity: 0; - line-break: auto; -} -.redcore .tooltip.in { - filter: alpha(opacity=90); - opacity: .9; -} -.redcore .tooltip.top { - padding: 5px 0; - margin-top: -3px; -} -.redcore .tooltip.right { - padding: 0 5px; - margin-left: 3px; -} -.redcore .tooltip.bottom { - padding: 5px 0; - margin-top: 3px; -} -.redcore .tooltip.left { - padding: 0 5px; - margin-left: -3px; -} -.redcore .tooltip-inner { - max-width: 200px; - padding: 3px 8px; - color: #fff; - text-align: center; - background-color: #000; - border-radius: 4px; -} -.redcore .tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.redcore .tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: #000; -} -.redcore .tooltip.top-left .tooltip-arrow { - right: 5px; - bottom: 0; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; -} -.redcore .tooltip.top-right .tooltip-arrow { - bottom: 0; - left: 5px; - margin-bottom: -5px; - border-width: 5px 5px 0; - border-top-color: #000; -} -.redcore .tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000; -} -.redcore .tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000; -} -.redcore .tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; -} -.redcore .tooltip.bottom-left .tooltip-arrow { - top: 0; - right: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; -} -.redcore .tooltip.bottom-right .tooltip-arrow { - top: 0; - left: 5px; - margin-top: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000; -} -.redcore .popover { - position: absolute; - top: 0; - left: 0; - z-index: 1060; - display: none; - max-width: 276px; - padding: 1px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - font-style: normal; - font-weight: normal; - line-height: 1.42857143; - text-align: left; - text-align: start; - text-decoration: none; - text-shadow: none; - text-transform: none; - letter-spacing: normal; - word-break: normal; - word-spacing: normal; - word-wrap: normal; - white-space: normal; - background-color: #fff; - -webkit-background-clip: padding-box; - background-clip: padding-box; - border: 1px solid #ccc; - 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); - line-break: auto; -} -.redcore .popover.top { - margin-top: -10px; -} -.redcore .popover.right { - margin-left: 10px; -} -.redcore .popover.bottom { - margin-top: 10px; -} -.redcore .popover.left { - margin-left: -10px; -} -.redcore .popover-title { - padding: 8px 14px; - margin: 0; - font-size: 14px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - border-radius: 5px 5px 0 0; -} -.redcore .popover-content { - padding: 9px 14px; -} -.redcore .popover > .arrow, -.redcore .popover > .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.redcore .popover > .arrow { - border-width: 11px; -} -.redcore .popover > .arrow:after { - content: ""; - border-width: 10px; -} -.redcore .popover.top > .arrow { - bottom: -11px; - left: 50%; - margin-left: -11px; - border-top-color: #999; - border-top-color: rgba(0, 0, 0, 0.25); - border-bottom-width: 0; -} -.redcore .popover.top > .arrow:after { - bottom: 1px; - margin-left: -10px; - content: " "; - border-top-color: #fff; - border-bottom-width: 0; -} -.redcore .popover.right > .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-right-color: #999; - border-right-color: rgba(0, 0, 0, 0.25); - border-left-width: 0; -} -.redcore .popover.right > .arrow:after { - bottom: -10px; - left: 1px; - content: " "; - border-right-color: #fff; - border-left-width: 0; -} -.redcore .popover.bottom > .arrow { - top: -11px; - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999; - border-bottom-color: rgba(0, 0, 0, 0.25); -} -.redcore .popover.bottom > .arrow:after { - top: 1px; - margin-left: -10px; - content: " "; - border-top-width: 0; - border-bottom-color: #fff; -} -.redcore .popover.left > .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999; - border-left-color: rgba(0, 0, 0, 0.25); -} -.redcore .popover.left > .arrow:after { - right: 1px; - bottom: -10px; - content: " "; - border-right-width: 0; - border-left-color: #fff; -} -.redcore .carousel { - position: relative; -} -.redcore .carousel-inner { - position: relative; - width: 100%; - overflow: hidden; -} -.redcore .carousel-inner > .item { - position: relative; - display: none; - -webkit-transition: 0.6s ease-in-out left; - -o-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; -} -.redcore .carousel-inner > .item > img, -.redcore .carousel-inner > .item > a > img { - line-height: 1; -} -@media all and (transform-3d), (-webkit-transform-3d) { - .redcore .carousel-inner > .item { - -webkit-transition: -webkit-transform 0.6s ease-in-out; - -o-transition: -o-transform 0.6s ease-in-out; - transition: transform 0.6s ease-in-out; - -webkit-backface-visibility: hidden; - backface-visibility: hidden; - -webkit-perspective: 1000px; - perspective: 1000px; - } - .redcore .carousel-inner > .item.next, - .redcore .carousel-inner > .item.active.right { - left: 0; - -webkit-transform: translate3d(100%, 0, 0); - transform: translate3d(100%, 0, 0); - } - .redcore .carousel-inner > .item.prev, - .redcore .carousel-inner > .item.active.left { - left: 0; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - } - .redcore .carousel-inner > .item.next.left, - .redcore .carousel-inner > .item.prev.right, - .redcore .carousel-inner > .item.active { - left: 0; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); - } -} -.redcore .carousel-inner > .active, -.redcore .carousel-inner > .next, -.redcore .carousel-inner > .prev { - display: block; -} -.redcore .carousel-inner > .active { - left: 0; -} -.redcore .carousel-inner > .next, -.redcore .carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} -.redcore .carousel-inner > .next { - left: 100%; -} -.redcore .carousel-inner > .prev { - left: -100%; -} -.redcore .carousel-inner > .next.left, -.redcore .carousel-inner > .prev.right { - left: 0; -} -.redcore .carousel-inner > .active.left { - left: -100%; -} -.redcore .carousel-inner > .active.right { - left: 100%; -} -.redcore .carousel-control { - position: absolute; - top: 0; - bottom: 0; - left: 0; - width: 15%; - font-size: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); - filter: alpha(opacity=50); - opacity: .5; -} -.redcore .carousel-control.left { - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001))); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); - background-repeat: repeat-x; -} -.redcore .carousel-control.right { - right: 0; - left: auto; - background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5))); - background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); - background-repeat: repeat-x; -} -.redcore .carousel-control:hover, -.redcore .carousel-control:focus { - color: #fff; - text-decoration: none; - filter: alpha(opacity=90); - outline: 0; - opacity: .9; -} -.redcore .carousel-control .icon-prev, -.redcore .carousel-control .icon-next, -.redcore .carousel-control .glyphicon-chevron-left, -.redcore .carousel-control .glyphicon-chevron-right { - position: absolute; - top: 50%; - z-index: 5; - display: inline-block; - margin-top: -10px; -} -.redcore .carousel-control .icon-prev, -.redcore .carousel-control .glyphicon-chevron-left { - left: 50%; - margin-left: -10px; -} -.redcore .carousel-control .icon-next, -.redcore .carousel-control .glyphicon-chevron-right { - right: 50%; - margin-right: -10px; -} -.redcore .carousel-control .icon-prev, -.redcore .carousel-control .icon-next { - width: 20px; - height: 20px; - font-family: serif; - line-height: 1; -} -.redcore .carousel-control .icon-prev:before { - content: '\2039'; -} -.redcore .carousel-control .icon-next:before { - content: '\203a'; -} -.redcore .carousel-indicators { - position: absolute; - bottom: 10px; - left: 50%; - z-index: 15; - width: 60%; - padding-left: 0; - margin-left: -30%; - text-align: center; - list-style: none; -} -.redcore .carousel-indicators li { - display: inline-block; - width: 10px; - height: 10px; - margin: 1px; - text-indent: -999px; - cursor: pointer; - background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); - border: 1px solid #fff; - border-radius: 10px; -} -.redcore .carousel-indicators .active { - width: 12px; - height: 12px; - margin: 0; - background-color: #fff; -} -.redcore .carousel-caption { - position: absolute; - right: 15%; - bottom: 20px; - left: 15%; - z-index: 10; - padding-top: 20px; - padding-bottom: 20px; - color: #fff; - text-align: center; - text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); -} -.redcore .carousel-caption .btn { - text-shadow: none; -} -@media screen and (min-width: 768px) { - .redcore .carousel-control .glyphicon-chevron-left, - .redcore .carousel-control .glyphicon-chevron-right, - .redcore .carousel-control .icon-prev, - .redcore .carousel-control .icon-next { - width: 30px; - height: 30px; - margin-top: -15px; - font-size: 30px; - } - .redcore .carousel-control .glyphicon-chevron-left, - .redcore .carousel-control .icon-prev { - margin-left: -15px; - } - .redcore .carousel-control .glyphicon-chevron-right, - .redcore .carousel-control .icon-next { - margin-right: -15px; - } - .redcore .carousel-caption { - right: 20%; - left: 20%; - padding-bottom: 30px; - } - .redcore .carousel-indicators { - bottom: 20px; - } -} -.redcore .clearfix:before, -.redcore .clearfix:after, -.redcore .dl-horizontal dd:before, -.redcore .dl-horizontal dd:after, -.redcore .container:before, -.redcore .container:after, -.redcore .container-fluid:before, -.redcore .container-fluid:after, -.redcore .row:before, -.redcore .row:after, -.redcore .form-horizontal .form-group:before, -.redcore .form-horizontal .form-group:after, -.redcore .btn-toolbar:before, -.redcore .btn-toolbar:after, -.redcore .btn-group-vertical > .btn-group:before, -.redcore .btn-group-vertical > .btn-group:after, -.redcore .nav:before, -.redcore .nav:after, -.redcore .navbar:before, -.redcore .navbar:after, -.redcore .navbar-header:before, -.redcore .navbar-header:after, -.redcore .navbar-collapse:before, -.redcore .navbar-collapse:after, -.redcore .pager:before, -.redcore .pager:after, -.redcore .panel-body:before, -.redcore .panel-body:after, -.redcore .modal-footer:before, -.redcore .modal-footer:after { - display: table; - content: " "; -} -.redcore .clearfix:after, -.redcore .dl-horizontal dd:after, -.redcore .container:after, -.redcore .container-fluid:after, -.redcore .row:after, -.redcore .form-horizontal .form-group:after, -.redcore .btn-toolbar:after, -.redcore .btn-group-vertical > .btn-group:after, -.redcore .nav:after, -.redcore .navbar:after, -.redcore .navbar-header:after, -.redcore .navbar-collapse:after, -.redcore .pager:after, -.redcore .panel-body:after, -.redcore .modal-footer:after { - clear: both; -} -.redcore .center-block { - display: block; - margin-right: auto; - margin-left: auto; -} -.redcore .pull-right { - float: right !important; -} -.redcore .pull-left { - float: left !important; -} -.redcore .hide { - display: none !important; -} -.redcore .show { - display: block !important; -} -.redcore .invisible { - visibility: hidden; -} -.redcore .text-hide { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -.redcore .hidden { - display: none !important; -} -.redcore .affix { - position: fixed; -} -@-ms-viewport { - width: device-width; -} -.redcore .visible-xs, -.redcore .visible-sm, -.redcore .visible-md, -.redcore .visible-lg { - display: none !important; -} -.redcore .visible-xs-block, -.redcore .visible-xs-inline, -.redcore .visible-xs-inline-block, -.redcore .visible-sm-block, -.redcore .visible-sm-inline, -.redcore .visible-sm-inline-block, -.redcore .visible-md-block, -.redcore .visible-md-inline, -.redcore .visible-md-inline-block, -.redcore .visible-lg-block, -.redcore .visible-lg-inline, -.redcore .visible-lg-inline-block { - display: none !important; -} -@media (max-width: 767px) { - .redcore .visible-xs { - display: block !important; - } - .redcore table.visible-xs { - display: table !important; - } - .redcore tr.visible-xs { - display: table-row !important; - } - .redcore th.visible-xs, - .redcore td.visible-xs { - display: table-cell !important; - } -} -@media (max-width: 767px) { - .redcore .visible-xs-block { - display: block !important; - } -} -@media (max-width: 767px) { - .redcore .visible-xs-inline { - display: inline !important; - } -} -@media (max-width: 767px) { - .redcore .visible-xs-inline-block { - display: inline-block !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .redcore .visible-sm { - display: block !important; - } - .redcore table.visible-sm { - display: table !important; - } - .redcore tr.visible-sm { - display: table-row !important; - } - .redcore th.visible-sm, - .redcore td.visible-sm { - display: table-cell !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .redcore .visible-sm-block { - display: block !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .redcore .visible-sm-inline { - display: inline !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .redcore .visible-sm-inline-block { - display: inline-block !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .redcore .visible-md { - display: block !important; - } - .redcore table.visible-md { - display: table !important; - } - .redcore tr.visible-md { - display: table-row !important; - } - .redcore th.visible-md, - .redcore td.visible-md { - display: table-cell !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .redcore .visible-md-block { - display: block !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .redcore .visible-md-inline { - display: inline !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .redcore .visible-md-inline-block { - display: inline-block !important; - } -} -@media (min-width: 1200px) { - .redcore .visible-lg { - display: block !important; - } - .redcore table.visible-lg { - display: table !important; - } - .redcore tr.visible-lg { - display: table-row !important; - } - .redcore th.visible-lg, - .redcore td.visible-lg { - display: table-cell !important; - } -} -@media (min-width: 1200px) { - .redcore .visible-lg-block { - display: block !important; - } -} -@media (min-width: 1200px) { - .redcore .visible-lg-inline { - display: inline !important; - } -} -@media (min-width: 1200px) { - .redcore .visible-lg-inline-block { - display: inline-block !important; - } -} -@media (max-width: 767px) { - .redcore .hidden-xs { - display: none !important; - } -} -@media (min-width: 768px) and (max-width: 991px) { - .redcore .hidden-sm { - display: none !important; - } -} -@media (min-width: 992px) and (max-width: 1199px) { - .redcore .hidden-md { - display: none !important; - } -} -@media (min-width: 1200px) { - .redcore .hidden-lg { - display: none !important; - } -} -.redcore .visible-print { - display: none !important; -} -@media print { - .redcore .visible-print { - display: block !important; - } - .redcore table.visible-print { - display: table !important; - } - .redcore tr.visible-print { - display: table-row !important; - } - .redcore th.visible-print, - .redcore td.visible-print { - display: table-cell !important; - } -} -.redcore .visible-print-block { - display: none !important; -} -@media print { - .redcore .visible-print-block { - display: block !important; - } -} -.redcore .visible-print-inline { - display: none !important; -} -@media print { - .redcore .visible-print-inline { - display: inline !important; - } -} -.redcore .visible-print-inline-block { - display: none !important; -} -@media print { - .redcore .visible-print-inline-block { - display: inline-block !important; - } -} -@media print { - .redcore .hidden-print { - display: none !important; - } -} -@font-face { - font-family: 'Glyphicons Halflings'; - src: url('../lib/bootstrap3/fonts/glyphicons-halflings-regular.eot'); - src: url('../lib/bootstrap3/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../lib/bootstrap3/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../lib/bootstrap3/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../lib/bootstrap3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg'); -} -.redcore .navbar a.brand, -.redcore .navbar a { - color: #b7b7b7; -} -.redcore .navbar a.back2joomla { - float: left; - display: block; - line-height: 40px; - font-size: 85%; -} -.redcore .navbar a.brand, -.redcore .navbar .brand { - margin-left: 0; - padding: 10px 5px; - font-weight: 200; - font-size: 1.5em; - text-shadow: none; - color: #FFFFFF; -} -.redcore .navbar a.navbar-brand, -.redcore .navbar .navbar-brand { - margin-left: 0; - padding: 10px 5px; - font-weight: 200; - font-size: 1.5em; - text-shadow: none; - color: #FFFFFF; -} -.redcore .navbar .nav > .active > a, -.redcore .navbar .nav > .active > a:hover, -.redcore .navbar .nav > .active > a:focus { - background-color: #666; - color: #fff; -} -.redcore .navbar .nav > li > a { - color: #b7b7b7; -} -.redcore .navbar .nav li.dropdown > .dropdown-toggle .caret { - border-bottom-color: #b7b7b7; - border-top-color: #b7b7b7; -} -.redcore .navbar .nav li.dropdown.open > .dropdown-toggle, -.redcore .navbar .nav li.dropdown.active > .dropdown-toggle, -.redcore .navbar .nav li.dropdown.open.active > .dropdown-toggle { - background-color: #444; - color: #fff; -} -.redcore .navbar .dropdown-menu > li > a:hover, -.redcore .navbar .dropdown-menu > li > a:focus, -.redcore .navbar .dropdown-submenu:hover > a, -.redcore .navbar .dropdown-submenu:focus > a { - background-color: #333; - background-image: none; - color: #fff; - text-decoration: none; -} -.redcore .navbar .navbar-search input { - background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9); - border: 0 none; - color: #0D0D0D; - height: 26px; - line-height: 26px; - margin-top: 2px; - padding: 0 10px; - transition: all 0.2s ease 0s; -} -.redcore .navbar .navbar-search input:focus { - background: #FFFFFF; -} -.redcore .navbar .divider-vertical { - border-left: 1px solid #242525; - border-right: 1px solid #191a1a; - margin: 0 5px; -} -.redcore .navbar ul a { - color: #333; -} -.redcore .navbar .nav-right, -.redcore .navbar .nav-right a { - color: #b7b7b7; - line-height: 40px; -} -.redcore .sidebar { - margin-left: 0; - margin-top: 10px; -} -.redcore .sidebar .nav-tabs.nav-stacked > li > a:hover { - background: none repeat scroll 0 0 #EEEEEE; - padding-left: 20px; - transition: all 0.3s ease 0s; -} -.redcore .sidebar .nav-tabs.nav-stacked > li > a { - color: #000000; - font-weight: 600; -} -.redcore .sidebar .nav-tabs.nav-stacked > li > a:active, -.redcore .sidebar .nav-tabs.nav-stacked > li > a.active { - box-shadow: 5px 0 0 #CC3333 inset, 0 0 0 1px #EEEEEE inset; - background: none repeat scroll 0 0 #EEEEEE; -} -.redcore .sidebar .subnav { - border-left: 1px solid #DDDDDD; - border-right: 1px solid #DDDDDD; - width: auto; - margin: 0; - padding: 0; -} -.redcore .sidebar .collapse { - transition: height 0.05s ease 0s; -} -.redcore .sidebar .subnav li { - list-style: none outside none; - width: auto; - line-height: 10px; -} -.redcore .sidebar .subnav li a { - color: #666666; - display: block; - padding: 10px 10px 10px 50px; - width: auto; -} -.redcore .sidebar .subnav li a:hover, -.redcore .sidebar .subnav li a:active { - background: none; - text-decoration: none; - color: #CC3333; -} -.redcore .footer { - background: none repeat scroll 0 0 #999999; - box-shadow: 0 1px 0 #EEE inset, 0 -15px 15px rgba(255, 255, 255, 0.6); - color: #ffffff; - padding: 5px 10px; - font-size: 90%; -} -.redcore form { - /* Radio buttons */ -} -.redcore form fieldset.radio.btn-group { - padding-left: 0; -} -.redcore form .radio.btn-group > label:first-of-type { - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; - margin-left: 0; -} -.redcore form .radio.btn-group input[type=radio] { - display: none; -} -.redcore form .radio input[type="radio"], -.redcore form .checkbox input[type="checkbox"] { - float: left; - margin-left: -20px; -} -.redcore form select, -.redcore form textarea, -.redcore form input[type="text"], -.redcore form input[type="password"], -.redcore form input[type="datetime"], -.redcore form input[type="datetime-local"], -.redcore form input[type="date"], -.redcore form input[type="month"], -.redcore form input[type="time"], -.redcore form input[type="week"], -.redcore form input[type="number"], -.redcore form input[type="email"], -.redcore form input[type="url"], -.redcore form input[type="search"], -.redcore form input[type="tel"], -.redcore form input[type="color"], -.redcore form .uneditable-input { - height: 34px; - font-size: 14px; - line-height: 20px; -} -.redcore .form-group { - clear: both; - margin-bottom: 10px; -} -.redcore .form-horizontal .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; -} -.redcore .form-horizontal .col-xs-12 { - width: 100%; -} -.redcore .form-horizontal .col-xs-11 { - width: 91.66666667%; -} -.redcore .form-horizontal .col-xs-10 { - width: 83.33333333%; -} -.redcore .form-horizontal .col-xs-9 { - width: 75%; -} -.redcore .form-horizontal .col-xs-8 { - width: 66.66666667%; -} -.redcore .form-horizontal .col-xs-7 { - width: 58.33333333%; -} -.redcore .form-horizontal .col-xs-6 { - width: 50%; -} -.redcore .form-horizontal .col-xs-5 { - width: 41.66666667%; -} -.redcore .form-horizontal .col-xs-4 { - width: 33.33333333%; -} -.redcore .form-horizontal .col-xs-3 { - width: 25%; -} -.redcore .form-horizontal .col-xs-2 { - width: 16.66666667%; -} -.redcore .form-horizontal .col-xs-1 { - width: 8.33333333%; -} -.redcore .form-horizontal .col-xs-pull-12 { - right: 100%; -} -.redcore .form-horizontal .col-xs-pull-11 { - right: 91.66666667%; -} -.redcore .form-horizontal .col-xs-pull-10 { - right: 83.33333333%; -} -.redcore .form-horizontal .col-xs-pull-9 { - right: 75%; -} -.redcore .form-horizontal .col-xs-pull-8 { - right: 66.66666667%; -} -.redcore .form-horizontal .col-xs-pull-7 { - right: 58.33333333%; -} -.redcore .form-horizontal .col-xs-pull-6 { - right: 50%; -} -.redcore .form-horizontal .col-xs-pull-5 { - right: 41.66666667%; -} -.redcore .form-horizontal .col-xs-pull-4 { - right: 33.33333333%; -} -.redcore .form-horizontal .col-xs-pull-3 { - right: 25%; -} -.redcore .form-horizontal .col-xs-pull-2 { - right: 16.66666667%; -} -.redcore .form-horizontal .col-xs-pull-1 { - right: 8.33333333%; -} -.redcore .form-horizontal .col-xs-pull-0 { - right: auto; -} -.redcore .form-horizontal .col-xs-push-12 { - left: 100%; -} -.redcore .form-horizontal .col-xs-push-11 { - left: 91.66666667%; -} -.redcore .form-horizontal .col-xs-push-10 { - left: 83.33333333%; -} -.redcore .form-horizontal .col-xs-push-9 { - left: 75%; -} -.redcore .form-horizontal .col-xs-push-8 { - left: 66.66666667%; -} -.redcore .form-horizontal .col-xs-push-7 { - left: 58.33333333%; -} -.redcore .form-horizontal .col-xs-push-6 { - left: 50%; -} -.redcore .form-horizontal .col-xs-push-5 { - left: 41.66666667%; -} -.redcore .form-horizontal .col-xs-push-4 { - left: 33.33333333%; -} -.redcore .form-horizontal .col-xs-push-3 { - left: 25%; -} -.redcore .form-horizontal .col-xs-push-2 { - left: 16.66666667%; -} -.redcore .form-horizontal .col-xs-push-1 { - left: 8.33333333%; -} -.redcore .form-horizontal .col-xs-push-0 { - left: auto; -} -.redcore .form-horizontal .col-xs-offset-12 { - margin-left: 100%; -} -.redcore .form-horizontal .col-xs-offset-11 { - margin-left: 91.66666667%; -} -.redcore .form-horizontal .col-xs-offset-10 { - margin-left: 83.33333333%; -} -.redcore .form-horizontal .col-xs-offset-9 { - margin-left: 75%; -} -.redcore .form-horizontal .col-xs-offset-8 { - margin-left: 66.66666667%; -} -.redcore .form-horizontal .col-xs-offset-7 { - margin-left: 58.33333333%; -} -.redcore .form-horizontal .col-xs-offset-6 { - margin-left: 50%; -} -.redcore .form-horizontal .col-xs-offset-5 { - margin-left: 41.66666667%; -} -.redcore .form-horizontal .col-xs-offset-4 { - margin-left: 33.33333333%; -} -.redcore .form-horizontal .col-xs-offset-3 { - margin-left: 25%; -} -.redcore .form-horizontal .col-xs-offset-2 { - margin-left: 16.66666667%; -} -.redcore .form-horizontal .col-xs-offset-1 { - margin-left: 8.33333333%; -} -.redcore .form-horizontal .col-xs-offset-0 { - margin-left: 0%; -} -@media (min-width: 768px) { - .redcore .form-horizontal .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 { - float: left; - } - .redcore .form-horizontal .col-sm-12 { - width: 100%; - } - .redcore .form-horizontal .col-sm-11 { - width: 91.66666667%; - } - .redcore .form-horizontal .col-sm-10 { - width: 83.33333333%; - } - .redcore .form-horizontal .col-sm-9 { - width: 75%; - } - .redcore .form-horizontal .col-sm-8 { - width: 66.66666667%; - } - .redcore .form-horizontal .col-sm-7 { - width: 58.33333333%; - } - .redcore .form-horizontal .col-sm-6 { - width: 50%; - } - .redcore .form-horizontal .col-sm-5 { - width: 41.66666667%; - } - .redcore .form-horizontal .col-sm-4 { - width: 33.33333333%; - } - .redcore .form-horizontal .col-sm-3 { - width: 25%; - } - .redcore .form-horizontal .col-sm-2 { - width: 16.66666667%; - } - .redcore .form-horizontal .col-sm-1 { - width: 8.33333333%; - } - .redcore .form-horizontal .col-sm-pull-12 { - right: 100%; - } - .redcore .form-horizontal .col-sm-pull-11 { - right: 91.66666667%; - } - .redcore .form-horizontal .col-sm-pull-10 { - right: 83.33333333%; - } - .redcore .form-horizontal .col-sm-pull-9 { - right: 75%; - } - .redcore .form-horizontal .col-sm-pull-8 { - right: 66.66666667%; - } - .redcore .form-horizontal .col-sm-pull-7 { - right: 58.33333333%; - } - .redcore .form-horizontal .col-sm-pull-6 { - right: 50%; - } - .redcore .form-horizontal .col-sm-pull-5 { - right: 41.66666667%; - } - .redcore .form-horizontal .col-sm-pull-4 { - right: 33.33333333%; - } - .redcore .form-horizontal .col-sm-pull-3 { - right: 25%; - } - .redcore .form-horizontal .col-sm-pull-2 { - right: 16.66666667%; - } - .redcore .form-horizontal .col-sm-pull-1 { - right: 8.33333333%; - } - .redcore .form-horizontal .col-sm-pull-0 { - right: auto; - } - .redcore .form-horizontal .col-sm-push-12 { - left: 100%; - } - .redcore .form-horizontal .col-sm-push-11 { - left: 91.66666667%; - } - .redcore .form-horizontal .col-sm-push-10 { - left: 83.33333333%; - } - .redcore .form-horizontal .col-sm-push-9 { - left: 75%; - } - .redcore .form-horizontal .col-sm-push-8 { - left: 66.66666667%; - } - .redcore .form-horizontal .col-sm-push-7 { - left: 58.33333333%; - } - .redcore .form-horizontal .col-sm-push-6 { - left: 50%; - } - .redcore .form-horizontal .col-sm-push-5 { - left: 41.66666667%; - } - .redcore .form-horizontal .col-sm-push-4 { - left: 33.33333333%; - } - .redcore .form-horizontal .col-sm-push-3 { - left: 25%; - } - .redcore .form-horizontal .col-sm-push-2 { - left: 16.66666667%; - } - .redcore .form-horizontal .col-sm-push-1 { - left: 8.33333333%; - } - .redcore .form-horizontal .col-sm-push-0 { - left: auto; - } - .redcore .form-horizontal .col-sm-offset-12 { - margin-left: 100%; - } - .redcore .form-horizontal .col-sm-offset-11 { - margin-left: 91.66666667%; - } - .redcore .form-horizontal .col-sm-offset-10 { - margin-left: 83.33333333%; - } - .redcore .form-horizontal .col-sm-offset-9 { - margin-left: 75%; - } - .redcore .form-horizontal .col-sm-offset-8 { - margin-left: 66.66666667%; - } - .redcore .form-horizontal .col-sm-offset-7 { - margin-left: 58.33333333%; - } - .redcore .form-horizontal .col-sm-offset-6 { - margin-left: 50%; - } - .redcore .form-horizontal .col-sm-offset-5 { - margin-left: 41.66666667%; - } - .redcore .form-horizontal .col-sm-offset-4 { - margin-left: 33.33333333%; - } - .redcore .form-horizontal .col-sm-offset-3 { - margin-left: 25%; - } - .redcore .form-horizontal .col-sm-offset-2 { - margin-left: 16.66666667%; - } - .redcore .form-horizontal .col-sm-offset-1 { - margin-left: 8.33333333%; - } - .redcore .form-horizontal .col-sm-offset-0 { - margin-left: 0%; - } -} -@media (min-width: 992px) { - .redcore .form-horizontal .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 { - float: left; - } - .redcore .form-horizontal .col-md-12 { - width: 100%; - } - .redcore .form-horizontal .col-md-11 { - width: 91.66666667%; - } - .redcore .form-horizontal .col-md-10 { - width: 83.33333333%; - } - .redcore .form-horizontal .col-md-9 { - width: 75%; - } - .redcore .form-horizontal .col-md-8 { - width: 66.66666667%; - } - .redcore .form-horizontal .col-md-7 { - width: 58.33333333%; - } - .redcore .form-horizontal .col-md-6 { - width: 50%; - } - .redcore .form-horizontal .col-md-5 { - width: 41.66666667%; - } - .redcore .form-horizontal .col-md-4 { - width: 33.33333333%; - } - .redcore .form-horizontal .col-md-3 { - width: 25%; - } - .redcore .form-horizontal .col-md-2 { - width: 16.66666667%; - } - .redcore .form-horizontal .col-md-1 { - width: 8.33333333%; - } - .redcore .form-horizontal .col-md-pull-12 { - right: 100%; - } - .redcore .form-horizontal .col-md-pull-11 { - right: 91.66666667%; - } - .redcore .form-horizontal .col-md-pull-10 { - right: 83.33333333%; - } - .redcore .form-horizontal .col-md-pull-9 { - right: 75%; - } - .redcore .form-horizontal .col-md-pull-8 { - right: 66.66666667%; - } - .redcore .form-horizontal .col-md-pull-7 { - right: 58.33333333%; - } - .redcore .form-horizontal .col-md-pull-6 { - right: 50%; - } - .redcore .form-horizontal .col-md-pull-5 { - right: 41.66666667%; - } - .redcore .form-horizontal .col-md-pull-4 { - right: 33.33333333%; - } - .redcore .form-horizontal .col-md-pull-3 { - right: 25%; - } - .redcore .form-horizontal .col-md-pull-2 { - right: 16.66666667%; - } - .redcore .form-horizontal .col-md-pull-1 { - right: 8.33333333%; - } - .redcore .form-horizontal .col-md-pull-0 { - right: auto; - } - .redcore .form-horizontal .col-md-push-12 { - left: 100%; - } - .redcore .form-horizontal .col-md-push-11 { - left: 91.66666667%; - } - .redcore .form-horizontal .col-md-push-10 { - left: 83.33333333%; - } - .redcore .form-horizontal .col-md-push-9 { - left: 75%; - } - .redcore .form-horizontal .col-md-push-8 { - left: 66.66666667%; - } - .redcore .form-horizontal .col-md-push-7 { - left: 58.33333333%; - } - .redcore .form-horizontal .col-md-push-6 { - left: 50%; - } - .redcore .form-horizontal .col-md-push-5 { - left: 41.66666667%; - } - .redcore .form-horizontal .col-md-push-4 { - left: 33.33333333%; - } - .redcore .form-horizontal .col-md-push-3 { - left: 25%; - } - .redcore .form-horizontal .col-md-push-2 { - left: 16.66666667%; - } - .redcore .form-horizontal .col-md-push-1 { - left: 8.33333333%; - } - .redcore .form-horizontal .col-md-push-0 { - left: auto; - } - .redcore .form-horizontal .col-md-offset-12 { - margin-left: 100%; - } - .redcore .form-horizontal .col-md-offset-11 { - margin-left: 91.66666667%; - } - .redcore .form-horizontal .col-md-offset-10 { - margin-left: 83.33333333%; - } - .redcore .form-horizontal .col-md-offset-9 { - margin-left: 75%; - } - .redcore .form-horizontal .col-md-offset-8 { - margin-left: 66.66666667%; - } - .redcore .form-horizontal .col-md-offset-7 { - margin-left: 58.33333333%; - } - .redcore .form-horizontal .col-md-offset-6 { - margin-left: 50%; - } - .redcore .form-horizontal .col-md-offset-5 { - margin-left: 41.66666667%; - } - .redcore .form-horizontal .col-md-offset-4 { - margin-left: 33.33333333%; - } - .redcore .form-horizontal .col-md-offset-3 { - margin-left: 25%; - } - .redcore .form-horizontal .col-md-offset-2 { - margin-left: 16.66666667%; - } - .redcore .form-horizontal .col-md-offset-1 { - margin-left: 8.33333333%; - } - .redcore .form-horizontal .col-md-offset-0 { - margin-left: 0%; - } -} -@media (min-width: 1200px) { - .redcore .form-horizontal .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 { - float: left; - } - .redcore .form-horizontal .col-lg-12 { - width: 100%; - } - .redcore .form-horizontal .col-lg-11 { - width: 91.66666667%; - } - .redcore .form-horizontal .col-lg-10 { - width: 83.33333333%; - } - .redcore .form-horizontal .col-lg-9 { - width: 75%; - } - .redcore .form-horizontal .col-lg-8 { - width: 66.66666667%; - } - .redcore .form-horizontal .col-lg-7 { - width: 58.33333333%; - } - .redcore .form-horizontal .col-lg-6 { - width: 50%; - } - .redcore .form-horizontal .col-lg-5 { - width: 41.66666667%; - } - .redcore .form-horizontal .col-lg-4 { - width: 33.33333333%; - } - .redcore .form-horizontal .col-lg-3 { - width: 25%; - } - .redcore .form-horizontal .col-lg-2 { - width: 16.66666667%; - } - .redcore .form-horizontal .col-lg-1 { - width: 8.33333333%; - } - .redcore .form-horizontal .col-lg-pull-12 { - right: 100%; - } - .redcore .form-horizontal .col-lg-pull-11 { - right: 91.66666667%; - } - .redcore .form-horizontal .col-lg-pull-10 { - right: 83.33333333%; - } - .redcore .form-horizontal .col-lg-pull-9 { - right: 75%; - } - .redcore .form-horizontal .col-lg-pull-8 { - right: 66.66666667%; - } - .redcore .form-horizontal .col-lg-pull-7 { - right: 58.33333333%; - } - .redcore .form-horizontal .col-lg-pull-6 { - right: 50%; - } - .redcore .form-horizontal .col-lg-pull-5 { - right: 41.66666667%; - } - .redcore .form-horizontal .col-lg-pull-4 { - right: 33.33333333%; - } - .redcore .form-horizontal .col-lg-pull-3 { - right: 25%; - } - .redcore .form-horizontal .col-lg-pull-2 { - right: 16.66666667%; - } - .redcore .form-horizontal .col-lg-pull-1 { - right: 8.33333333%; - } - .redcore .form-horizontal .col-lg-pull-0 { - right: auto; - } - .redcore .form-horizontal .col-lg-push-12 { - left: 100%; - } - .redcore .form-horizontal .col-lg-push-11 { - left: 91.66666667%; - } - .redcore .form-horizontal .col-lg-push-10 { - left: 83.33333333%; - } - .redcore .form-horizontal .col-lg-push-9 { - left: 75%; - } - .redcore .form-horizontal .col-lg-push-8 { - left: 66.66666667%; - } - .redcore .form-horizontal .col-lg-push-7 { - left: 58.33333333%; - } - .redcore .form-horizontal .col-lg-push-6 { - left: 50%; - } - .redcore .form-horizontal .col-lg-push-5 { - left: 41.66666667%; - } - .redcore .form-horizontal .col-lg-push-4 { - left: 33.33333333%; - } - .redcore .form-horizontal .col-lg-push-3 { - left: 25%; - } - .redcore .form-horizontal .col-lg-push-2 { - left: 16.66666667%; - } - .redcore .form-horizontal .col-lg-push-1 { - left: 8.33333333%; - } - .redcore .form-horizontal .col-lg-push-0 { - left: auto; - } - .redcore .form-horizontal .col-lg-offset-12 { - margin-left: 100%; - } - .redcore .form-horizontal .col-lg-offset-11 { - margin-left: 91.66666667%; - } - .redcore .form-horizontal .col-lg-offset-10 { - margin-left: 83.33333333%; - } - .redcore .form-horizontal .col-lg-offset-9 { - margin-left: 75%; - } - .redcore .form-horizontal .col-lg-offset-8 { - margin-left: 66.66666667%; - } - .redcore .form-horizontal .col-lg-offset-7 { - margin-left: 58.33333333%; - } - .redcore .form-horizontal .col-lg-offset-6 { - margin-left: 50%; - } - .redcore .form-horizontal .col-lg-offset-5 { - margin-left: 41.66666667%; - } - .redcore .form-horizontal .col-lg-offset-4 { - margin-left: 33.33333333%; - } - .redcore .form-horizontal .col-lg-offset-3 { - margin-left: 25%; - } - .redcore .form-horizontal .col-lg-offset-2 { - margin-left: 16.66666667%; - } - .redcore .form-horizontal .col-lg-offset-1 { - margin-left: 8.33333333%; - } - .redcore .form-horizontal .col-lg-offset-0 { - margin-left: 0%; - } -} -@font-face { - font-family: 'FontAwesome'; - src: url('../lib/fontawesome4/fonts/fontawesome-webfont.eot?v=4.3.0'); - src: url('../lib/fontawesome4/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../lib/fontawesome4/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../lib/fontawesome4/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../lib/fontawesome4/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../lib/fontawesome4/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); - font-weight: normal; - font-style: normal; -} -.redcore .icon { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - transform: translate(0, 0); -} -.redcore .icon-lg { - font-size: 1.33333333em; - line-height: 0.75em; - vertical-align: -15%; -} -.redcore .icon-2x { - font-size: 2em; -} -.redcore .icon-3x { - font-size: 3em; -} -.redcore .icon-4x { - font-size: 4em; -} -.redcore .icon-5x { - font-size: 5em; -} -.redcore .icon-fw { - width: 1.28571429em; - text-align: center; -} -.redcore .icon-ul { - padding-left: 0; - margin-left: 2.14285714em; - list-style-type: none; -} -.redcore .icon-ul > li { - position: relative; -} -.redcore .icon-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - top: 0.14285714em; - text-align: center; -} -.redcore .icon-li.icon-lg { - left: -1.85714286em; -} -.redcore .icon-border { - padding: .2em .25em .15em; - border: solid 0.08em #eee; - border-radius: .1em; -} -.redcore .pull-right { - float: right; -} -.redcore .pull-left { - float: left; -} -.redcore .icon.pull-left { - margin-right: .3em; -} -.redcore .icon.pull-right { - margin-left: .3em; -} -.redcore .icon-spin { - -webkit-animation: fa-spin 2s infinite linear; - animation: fa-spin 2s infinite linear; -} -.redcore .icon-pulse { - -webkit-animation: fa-spin 1s infinite steps(8); - animation: fa-spin 1s infinite steps(8); -} -@-webkit-keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -@keyframes fa-spin { - 0% { - -webkit-transform: rotate(0deg); - transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - transform: rotate(359deg); - } -} -.redcore .icon-rotate-90 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.redcore .icon-rotate-180 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); -} -.redcore .icon-rotate-270 { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); - -webkit-transform: rotate(270deg); - -ms-transform: rotate(270deg); - transform: rotate(270deg); -} -.redcore .icon-flip-horizontal { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1); - -webkit-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.redcore .icon-flip-vertical { - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1); - -webkit-transform: scale(1, -1); - -ms-transform: scale(1, -1); - transform: scale(1, -1); -} -.redcore :root .icon-rotate-90, -.redcore :root .icon-rotate-180, -.redcore :root .icon-rotate-270, -.redcore :root .icon-flip-horizontal, -.redcore :root .icon-flip-vertical { - filter: none; -} -.redcore .icon-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: middle; -} -.redcore .icon-stack-1x, -.redcore .icon-stack-2x { - position: absolute; - left: 0; - width: 100%; - text-align: center; -} -.redcore .icon-stack-1x { - line-height: inherit; -} -.redcore .icon-stack-2x { - font-size: 2em; -} -.redcore .icon-inverse { - color: #fff; -} -.redcore .icon-glass:before { - content: "\f000"; -} -.redcore .icon-music:before { - content: "\f001"; -} -.redcore .icon-search:before { - content: "\f002"; -} -.redcore .icon-envelope-o:before { - content: "\f003"; -} -.redcore .icon-heart:before { - content: "\f004"; -} -.redcore .icon-star:before { - content: "\f005"; -} -.redcore .icon-star-o:before { - content: "\f006"; -} -.redcore .icon-user:before { - content: "\f007"; -} -.redcore .icon-film:before { - content: "\f008"; -} -.redcore .icon-th-large:before { - content: "\f009"; -} -.redcore .icon-th:before { - content: "\f00a"; -} -.redcore .icon-th-list:before { - content: "\f00b"; -} -.redcore .icon-check:before { - content: "\f00c"; -} -.redcore .icon-remove:before, -.redcore .icon-close:before, -.redcore .icon-times:before { - content: "\f00d"; -} -.redcore .icon-search-plus:before { - content: "\f00e"; -} -.redcore .icon-search-minus:before { - content: "\f010"; -} -.redcore .icon-power-off:before { - content: "\f011"; -} -.redcore .icon-signal:before { - content: "\f012"; -} -.redcore .icon-gear:before, -.redcore .icon-cog:before { - content: "\f013"; -} -.redcore .icon-trash-o:before { - content: "\f014"; -} -.redcore .icon-home:before { - content: "\f015"; -} -.redcore .icon-file-o:before { - content: "\f016"; -} -.redcore .icon-clock-o:before { - content: "\f017"; -} -.redcore .icon-road:before { - content: "\f018"; -} -.redcore .icon-download:before { - content: "\f019"; -} -.redcore .icon-arrow-circle-o-down:before { - content: "\f01a"; -} -.redcore .icon-arrow-circle-o-up:before { - content: "\f01b"; -} -.redcore .icon-inbox:before { - content: "\f01c"; -} -.redcore .icon-play-circle-o:before { - content: "\f01d"; -} -.redcore .icon-rotate-right:before, -.redcore .icon-repeat:before { - content: "\f01e"; -} -.redcore .icon-refresh:before { - content: "\f021"; -} -.redcore .icon-list-alt:before { - content: "\f022"; -} -.redcore .icon-lock:before { - content: "\f023"; -} -.redcore .icon-flag:before { - content: "\f024"; -} -.redcore .icon-headphones:before { - content: "\f025"; -} -.redcore .icon-volume-off:before { - content: "\f026"; -} -.redcore .icon-volume-down:before { - content: "\f027"; -} -.redcore .icon-volume-up:before { - content: "\f028"; -} -.redcore .icon-qrcode:before { - content: "\f029"; -} -.redcore .icon-barcode:before { - content: "\f02a"; -} -.redcore .icon-tag:before { - content: "\f02b"; -} -.redcore .icon-tags:before { - content: "\f02c"; -} -.redcore .icon-book:before { - content: "\f02d"; -} -.redcore .icon-bookmark:before { - content: "\f02e"; -} -.redcore .icon-print:before { - content: "\f02f"; -} -.redcore .icon-camera:before { - content: "\f030"; -} -.redcore .icon-font:before { - content: "\f031"; -} -.redcore .icon-bold:before { - content: "\f032"; -} -.redcore .icon-italic:before { - content: "\f033"; -} -.redcore .icon-text-height:before { - content: "\f034"; -} -.redcore .icon-text-width:before { - content: "\f035"; -} -.redcore .icon-align-left:before { - content: "\f036"; -} -.redcore .icon-align-center:before { - content: "\f037"; -} -.redcore .icon-align-right:before { - content: "\f038"; -} -.redcore .icon-align-justify:before { - content: "\f039"; -} -.redcore .icon-list:before { - content: "\f03a"; -} -.redcore .icon-dedent:before, -.redcore .icon-outdent:before { - content: "\f03b"; -} -.redcore .icon-indent:before { - content: "\f03c"; -} -.redcore .icon-video-camera:before { - content: "\f03d"; -} -.redcore .icon-photo:before, -.redcore .icon-image:before, -.redcore .icon-picture-o:before { - content: "\f03e"; -} -.redcore .icon-pencil:before { - content: "\f040"; -} -.redcore .icon-map-marker:before { - content: "\f041"; -} -.redcore .icon-adjust:before { - content: "\f042"; -} -.redcore .icon-tint:before { - content: "\f043"; -} -.redcore .icon-edit:before, -.redcore .icon-pencil-square-o:before { - content: "\f044"; -} -.redcore .icon-share-square-o:before { - content: "\f045"; -} -.redcore .icon-check-square-o:before { - content: "\f046"; -} -.redcore .icon-arrows:before { - content: "\f047"; -} -.redcore .icon-step-backward:before { - content: "\f048"; -} -.redcore .icon-fast-backward:before { - content: "\f049"; -} -.redcore .icon-backward:before { - content: "\f04a"; -} -.redcore .icon-play:before { - content: "\f04b"; -} -.redcore .icon-pause:before { - content: "\f04c"; -} -.redcore .icon-stop:before { - content: "\f04d"; -} -.redcore .icon-forward:before { - content: "\f04e"; -} -.redcore .icon-fast-forward:before { - content: "\f050"; -} -.redcore .icon-step-forward:before { - content: "\f051"; -} -.redcore .icon-eject:before { - content: "\f052"; -} -.redcore .icon-chevron-left:before { - content: "\f053"; -} -.redcore .icon-chevron-right:before { - content: "\f054"; -} -.redcore .icon-plus-circle:before { - content: "\f055"; -} -.redcore .icon-minus-circle:before { - content: "\f056"; -} -.redcore .icon-times-circle:before { - content: "\f057"; -} -.redcore .icon-check-circle:before { - content: "\f058"; -} -.redcore .icon-question-circle:before { - content: "\f059"; -} -.redcore .icon-info-circle:before { - content: "\f05a"; -} -.redcore .icon-crosshairs:before { - content: "\f05b"; -} -.redcore .icon-times-circle-o:before { - content: "\f05c"; -} -.redcore .icon-check-circle-o:before { - content: "\f05d"; -} -.redcore .icon-ban:before { - content: "\f05e"; -} -.redcore .icon-arrow-left:before { - content: "\f060"; -} -.redcore .icon-arrow-right:before { - content: "\f061"; -} -.redcore .icon-arrow-up:before { - content: "\f062"; -} -.redcore .icon-arrow-down:before { - content: "\f063"; -} -.redcore .icon-mail-forward:before, -.redcore .icon-share:before { - content: "\f064"; -} -.redcore .icon-expand:before { - content: "\f065"; -} -.redcore .icon-compress:before { - content: "\f066"; -} -.redcore .icon-plus:before { - content: "\f067"; -} -.redcore .icon-minus:before { - content: "\f068"; -} -.redcore .icon-asterisk:before { - content: "\f069"; -} -.redcore .icon-exclamation-circle:before { - content: "\f06a"; -} -.redcore .icon-gift:before { - content: "\f06b"; -} -.redcore .icon-leaf:before { - content: "\f06c"; -} -.redcore .icon-fire:before { - content: "\f06d"; -} -.redcore .icon-eye:before { - content: "\f06e"; -} -.redcore .icon-eye-slash:before { - content: "\f070"; -} -.redcore .icon-warning:before, -.redcore .icon-exclamation-triangle:before { - content: "\f071"; -} -.redcore .icon-plane:before { - content: "\f072"; -} -.redcore .icon-calendar:before { - content: "\f073"; -} -.redcore .icon-random:before { - content: "\f074"; -} -.redcore .icon-comment:before { - content: "\f075"; -} -.redcore .icon-magnet:before { - content: "\f076"; -} -.redcore .icon-chevron-up:before { - content: "\f077"; -} -.redcore .icon-chevron-down:before { - content: "\f078"; -} -.redcore .icon-retweet:before { - content: "\f079"; -} -.redcore .icon-shopping-cart:before { - content: "\f07a"; -} -.redcore .icon-folder:before { - content: "\f07b"; -} -.redcore .icon-folder-open:before { - content: "\f07c"; -} -.redcore .icon-arrows-v:before { - content: "\f07d"; -} -.redcore .icon-arrows-h:before { - content: "\f07e"; -} -.redcore .icon-bar-chart-o:before, -.redcore .icon-bar-chart:before { - content: "\f080"; -} -.redcore .icon-twitter-square:before { - content: "\f081"; -} -.redcore .icon-facebook-square:before { - content: "\f082"; -} -.redcore .icon-camera-retro:before { - content: "\f083"; -} -.redcore .icon-key:before { - content: "\f084"; -} -.redcore .icon-gears:before, -.redcore .icon-cogs:before { - content: "\f085"; -} -.redcore .icon-comments:before { - content: "\f086"; -} -.redcore .icon-thumbs-o-up:before { - content: "\f087"; -} -.redcore .icon-thumbs-o-down:before { - content: "\f088"; -} -.redcore .icon-star-half:before { - content: "\f089"; -} -.redcore .icon-heart-o:before { - content: "\f08a"; -} -.redcore .icon-sign-out:before { - content: "\f08b"; -} -.redcore .icon-linkedin-square:before { - content: "\f08c"; -} -.redcore .icon-thumb-tack:before { - content: "\f08d"; -} -.redcore .icon-external-link:before { - content: "\f08e"; -} -.redcore .icon-sign-in:before { - content: "\f090"; -} -.redcore .icon-trophy:before { - content: "\f091"; -} -.redcore .icon-github-square:before { - content: "\f092"; -} -.redcore .icon-upload:before { - content: "\f093"; -} -.redcore .icon-lemon-o:before { - content: "\f094"; -} -.redcore .icon-phone:before { - content: "\f095"; -} -.redcore .icon-square-o:before { - content: "\f096"; -} -.redcore .icon-bookmark-o:before { - content: "\f097"; -} -.redcore .icon-phone-square:before { - content: "\f098"; -} -.redcore .icon-twitter:before { - content: "\f099"; -} -.redcore .icon-facebook-f:before, -.redcore .icon-facebook:before { - content: "\f09a"; -} -.redcore .icon-github:before { - content: "\f09b"; -} -.redcore .icon-unlock:before { - content: "\f09c"; -} -.redcore .icon-credit-card:before { - content: "\f09d"; -} -.redcore .icon-rss:before { - content: "\f09e"; -} -.redcore .icon-hdd-o:before { - content: "\f0a0"; -} -.redcore .icon-bullhorn:before { - content: "\f0a1"; -} -.redcore .icon-bell:before { - content: "\f0f3"; -} -.redcore .icon-certificate:before { - content: "\f0a3"; -} -.redcore .icon-hand-o-right:before { - content: "\f0a4"; -} -.redcore .icon-hand-o-left:before { - content: "\f0a5"; -} -.redcore .icon-hand-o-up:before { - content: "\f0a6"; -} -.redcore .icon-hand-o-down:before { - content: "\f0a7"; -} -.redcore .icon-arrow-circle-left:before { - content: "\f0a8"; -} -.redcore .icon-arrow-circle-right:before { - content: "\f0a9"; -} -.redcore .icon-arrow-circle-up:before { - content: "\f0aa"; -} -.redcore .icon-arrow-circle-down:before { - content: "\f0ab"; -} -.redcore .icon-globe:before { - content: "\f0ac"; -} -.redcore .icon-wrench:before { - content: "\f0ad"; -} -.redcore .icon-tasks:before { - content: "\f0ae"; -} -.redcore .icon-filter:before { - content: "\f0b0"; -} -.redcore .icon-briefcase:before { - content: "\f0b1"; -} -.redcore .icon-arrows-alt:before { - content: "\f0b2"; -} -.redcore .icon-group:before, -.redcore .icon-users:before { - content: "\f0c0"; -} -.redcore .icon-chain:before, -.redcore .icon-link:before { - content: "\f0c1"; -} -.redcore .icon-cloud:before { - content: "\f0c2"; -} -.redcore .icon-flask:before { - content: "\f0c3"; -} -.redcore .icon-cut:before, -.redcore .icon-scissors:before { - content: "\f0c4"; -} -.redcore .icon-copy:before, -.redcore .icon-files-o:before { - content: "\f0c5"; -} -.redcore .icon-paperclip:before { - content: "\f0c6"; -} -.redcore .icon-save:before, -.redcore .icon-floppy-o:before { - content: "\f0c7"; -} -.redcore .icon-square:before { - content: "\f0c8"; -} -.redcore .icon-navicon:before, -.redcore .icon-reorder:before, -.redcore .icon-bars:before { - content: "\f0c9"; -} -.redcore .icon-list-ul:before { - content: "\f0ca"; -} -.redcore .icon-list-ol:before { - content: "\f0cb"; -} -.redcore .icon-strikethrough:before { - content: "\f0cc"; -} -.redcore .icon-underline:before { - content: "\f0cd"; -} -.redcore .icon-table:before { - content: "\f0ce"; -} -.redcore .icon-magic:before { - content: "\f0d0"; -} -.redcore .icon-truck:before { - content: "\f0d1"; -} -.redcore .icon-pinterest:before { - content: "\f0d2"; -} -.redcore .icon-pinterest-square:before { - content: "\f0d3"; -} -.redcore .icon-google-plus-square:before { - content: "\f0d4"; -} -.redcore .icon-google-plus:before { - content: "\f0d5"; -} -.redcore .icon-money:before { - content: "\f0d6"; -} -.redcore .icon-caret-down:before { - content: "\f0d7"; -} -.redcore .icon-caret-up:before { - content: "\f0d8"; -} -.redcore .icon-caret-left:before { - content: "\f0d9"; -} -.redcore .icon-caret-right:before { - content: "\f0da"; -} -.redcore .icon-columns:before { - content: "\f0db"; -} -.redcore .icon-unsorted:before, -.redcore .icon-sort:before { - content: "\f0dc"; -} -.redcore .icon-sort-down:before, -.redcore .icon-sort-desc:before { - content: "\f0dd"; -} -.redcore .icon-sort-up:before, -.redcore .icon-sort-asc:before { - content: "\f0de"; -} -.redcore .icon-envelope:before { - content: "\f0e0"; -} -.redcore .icon-linkedin:before { - content: "\f0e1"; -} -.redcore .icon-rotate-left:before, -.redcore .icon-undo:before { - content: "\f0e2"; -} -.redcore .icon-legal:before, -.redcore .icon-gavel:before { - content: "\f0e3"; -} -.redcore .icon-dashboard:before, -.redcore .icon-tachometer:before { - content: "\f0e4"; -} -.redcore .icon-comment-o:before { - content: "\f0e5"; -} -.redcore .icon-comments-o:before { - content: "\f0e6"; -} -.redcore .icon-flash:before, -.redcore .icon-bolt:before { - content: "\f0e7"; -} -.redcore .icon-sitemap:before { - content: "\f0e8"; -} -.redcore .icon-umbrella:before { - content: "\f0e9"; -} -.redcore .icon-paste:before, -.redcore .icon-clipboard:before { - content: "\f0ea"; -} -.redcore .icon-lightbulb-o:before { - content: "\f0eb"; -} -.redcore .icon-exchange:before { - content: "\f0ec"; -} -.redcore .icon-cloud-download:before { - content: "\f0ed"; -} -.redcore .icon-cloud-upload:before { - content: "\f0ee"; -} -.redcore .icon-user-md:before { - content: "\f0f0"; -} -.redcore .icon-stethoscope:before { - content: "\f0f1"; -} -.redcore .icon-suitcase:before { - content: "\f0f2"; -} -.redcore .icon-bell-o:before { - content: "\f0a2"; -} -.redcore .icon-coffee:before { - content: "\f0f4"; -} -.redcore .icon-cutlery:before { - content: "\f0f5"; -} -.redcore .icon-file-text-o:before { - content: "\f0f6"; -} -.redcore .icon-building-o:before { - content: "\f0f7"; -} -.redcore .icon-hospital-o:before { - content: "\f0f8"; -} -.redcore .icon-ambulance:before { - content: "\f0f9"; -} -.redcore .icon-medkit:before { - content: "\f0fa"; -} -.redcore .icon-fighter-jet:before { - content: "\f0fb"; -} -.redcore .icon-beer:before { - content: "\f0fc"; -} -.redcore .icon-h-square:before { - content: "\f0fd"; -} -.redcore .icon-plus-square:before { - content: "\f0fe"; -} -.redcore .icon-angle-double-left:before { - content: "\f100"; -} -.redcore .icon-angle-double-right:before { - content: "\f101"; -} -.redcore .icon-angle-double-up:before { - content: "\f102"; -} -.redcore .icon-angle-double-down:before { - content: "\f103"; -} -.redcore .icon-angle-left:before { - content: "\f104"; -} -.redcore .icon-angle-right:before { - content: "\f105"; -} -.redcore .icon-angle-up:before { - content: "\f106"; -} -.redcore .icon-angle-down:before { - content: "\f107"; -} -.redcore .icon-desktop:before { - content: "\f108"; -} -.redcore .icon-laptop:before { - content: "\f109"; -} -.redcore .icon-tablet:before { - content: "\f10a"; -} -.redcore .icon-mobile-phone:before, -.redcore .icon-mobile:before { - content: "\f10b"; -} -.redcore .icon-circle-o:before { - content: "\f10c"; -} -.redcore .icon-quote-left:before { - content: "\f10d"; -} -.redcore .icon-quote-right:before { - content: "\f10e"; -} -.redcore .icon-spinner:before { - content: "\f110"; -} -.redcore .icon-circle:before { - content: "\f111"; -} -.redcore .icon-mail-reply:before, -.redcore .icon-reply:before { - content: "\f112"; -} -.redcore .icon-github-alt:before { - content: "\f113"; -} -.redcore .icon-folder-o:before { - content: "\f114"; -} -.redcore .icon-folder-open-o:before { - content: "\f115"; -} -.redcore .icon-smile-o:before { - content: "\f118"; -} -.redcore .icon-frown-o:before { - content: "\f119"; -} -.redcore .icon-meh-o:before { - content: "\f11a"; -} -.redcore .icon-gamepad:before { - content: "\f11b"; -} -.redcore .icon-keyboard-o:before { - content: "\f11c"; -} -.redcore .icon-flag-o:before { - content: "\f11d"; -} -.redcore .icon-flag-checkered:before { - content: "\f11e"; -} -.redcore .icon-terminal:before { - content: "\f120"; -} -.redcore .icon-code:before { - content: "\f121"; -} -.redcore .icon-mail-reply-all:before, -.redcore .icon-reply-all:before { - content: "\f122"; -} -.redcore .icon-star-half-empty:before, -.redcore .icon-star-half-full:before, -.redcore .icon-star-half-o:before { - content: "\f123"; -} -.redcore .icon-location-arrow:before { - content: "\f124"; -} -.redcore .icon-crop:before { - content: "\f125"; -} -.redcore .icon-code-fork:before { - content: "\f126"; -} -.redcore .icon-unlink:before, -.redcore .icon-chain-broken:before { - content: "\f127"; -} -.redcore .icon-question:before { - content: "\f128"; -} -.redcore .icon-info:before { - content: "\f129"; -} -.redcore .icon-exclamation:before { - content: "\f12a"; -} -.redcore .icon-superscript:before { - content: "\f12b"; -} -.redcore .icon-subscript:before { - content: "\f12c"; -} -.redcore .icon-eraser:before { - content: "\f12d"; -} -.redcore .icon-puzzle-piece:before { - content: "\f12e"; -} -.redcore .icon-microphone:before { - content: "\f130"; -} -.redcore .icon-microphone-slash:before { - content: "\f131"; -} -.redcore .icon-shield:before { - content: "\f132"; -} -.redcore .icon-calendar-o:before { - content: "\f133"; -} -.redcore .icon-fire-extinguisher:before { - content: "\f134"; -} -.redcore .icon-rocket:before { - content: "\f135"; -} -.redcore .icon-maxcdn:before { - content: "\f136"; -} -.redcore .icon-chevron-circle-left:before { - content: "\f137"; -} -.redcore .icon-chevron-circle-right:before { - content: "\f138"; -} -.redcore .icon-chevron-circle-up:before { - content: "\f139"; -} -.redcore .icon-chevron-circle-down:before { - content: "\f13a"; -} -.redcore .icon-html5:before { - content: "\f13b"; -} -.redcore .icon-css3:before { - content: "\f13c"; -} -.redcore .icon-anchor:before { - content: "\f13d"; -} -.redcore .icon-unlock-alt:before { - content: "\f13e"; -} -.redcore .icon-bullseye:before { - content: "\f140"; -} -.redcore .icon-ellipsis-h:before { - content: "\f141"; -} -.redcore .icon-ellipsis-v:before { - content: "\f142"; -} -.redcore .icon-rss-square:before { - content: "\f143"; -} -.redcore .icon-play-circle:before { - content: "\f144"; -} -.redcore .icon-ticket:before { - content: "\f145"; -} -.redcore .icon-minus-square:before { - content: "\f146"; -} -.redcore .icon-minus-square-o:before { - content: "\f147"; -} -.redcore .icon-level-up:before { - content: "\f148"; -} -.redcore .icon-level-down:before { - content: "\f149"; -} -.redcore .icon-check-square:before { - content: "\f14a"; -} -.redcore .icon-pencil-square:before { - content: "\f14b"; -} -.redcore .icon-external-link-square:before { - content: "\f14c"; -} -.redcore .icon-share-square:before { - content: "\f14d"; -} -.redcore .icon-compass:before { - content: "\f14e"; -} -.redcore .icon-toggle-down:before, -.redcore .icon-caret-square-o-down:before { - content: "\f150"; -} -.redcore .icon-toggle-up:before, -.redcore .icon-caret-square-o-up:before { - content: "\f151"; -} -.redcore .icon-toggle-right:before, -.redcore .icon-caret-square-o-right:before { - content: "\f152"; -} -.redcore .icon-euro:before, -.redcore .icon-eur:before { - content: "\f153"; -} -.redcore .icon-gbp:before { - content: "\f154"; -} -.redcore .icon-dollar:before, -.redcore .icon-usd:before { - content: "\f155"; -} -.redcore .icon-rupee:before, -.redcore .icon-inr:before { - content: "\f156"; -} -.redcore .icon-cny:before, -.redcore .icon-rmb:before, -.redcore .icon-yen:before, -.redcore .icon-jpy:before { - content: "\f157"; -} -.redcore .icon-ruble:before, -.redcore .icon-rouble:before, -.redcore .icon-rub:before { - content: "\f158"; -} -.redcore .icon-won:before, -.redcore .icon-krw:before { - content: "\f159"; -} -.redcore .icon-bitcoin:before, -.redcore .icon-btc:before { - content: "\f15a"; -} -.redcore .icon-file:before { - content: "\f15b"; -} -.redcore .icon-file-text:before { - content: "\f15c"; -} -.redcore .icon-sort-alpha-asc:before { - content: "\f15d"; -} -.redcore .icon-sort-alpha-desc:before { - content: "\f15e"; -} -.redcore .icon-sort-amount-asc:before { - content: "\f160"; -} -.redcore .icon-sort-amount-desc:before { - content: "\f161"; -} -.redcore .icon-sort-numeric-asc:before { - content: "\f162"; -} -.redcore .icon-sort-numeric-desc:before { - content: "\f163"; -} -.redcore .icon-thumbs-up:before { - content: "\f164"; -} -.redcore .icon-thumbs-down:before { - content: "\f165"; -} -.redcore .icon-youtube-square:before { - content: "\f166"; -} -.redcore .icon-youtube:before { - content: "\f167"; -} -.redcore .icon-xing:before { - content: "\f168"; -} -.redcore .icon-xing-square:before { - content: "\f169"; -} -.redcore .icon-youtube-play:before { - content: "\f16a"; -} -.redcore .icon-dropbox:before { - content: "\f16b"; -} -.redcore .icon-stack-overflow:before { - content: "\f16c"; -} -.redcore .icon-instagram:before { - content: "\f16d"; -} -.redcore .icon-flickr:before { - content: "\f16e"; -} -.redcore .icon-adn:before { - content: "\f170"; -} -.redcore .icon-bitbucket:before { - content: "\f171"; -} -.redcore .icon-bitbucket-square:before { - content: "\f172"; -} -.redcore .icon-tumblr:before { - content: "\f173"; -} -.redcore .icon-tumblr-square:before { - content: "\f174"; -} -.redcore .icon-long-arrow-down:before { - content: "\f175"; -} -.redcore .icon-long-arrow-up:before { - content: "\f176"; -} -.redcore .icon-long-arrow-left:before { - content: "\f177"; -} -.redcore .icon-long-arrow-right:before { - content: "\f178"; -} -.redcore .icon-apple:before { - content: "\f179"; -} -.redcore .icon-windows:before { - content: "\f17a"; -} -.redcore .icon-android:before { - content: "\f17b"; -} -.redcore .icon-linux:before { - content: "\f17c"; -} -.redcore .icon-dribbble:before { - content: "\f17d"; -} -.redcore .icon-skype:before { - content: "\f17e"; -} -.redcore .icon-foursquare:before { - content: "\f180"; -} -.redcore .icon-trello:before { - content: "\f181"; -} -.redcore .icon-female:before { - content: "\f182"; -} -.redcore .icon-male:before { - content: "\f183"; -} -.redcore .icon-gittip:before, -.redcore .icon-gratipay:before { - content: "\f184"; -} -.redcore .icon-sun-o:before { - content: "\f185"; -} -.redcore .icon-moon-o:before { - content: "\f186"; -} -.redcore .icon-archive:before { - content: "\f187"; -} -.redcore .icon-bug:before { - content: "\f188"; -} -.redcore .icon-vk:before { - content: "\f189"; -} -.redcore .icon-weibo:before { - content: "\f18a"; -} -.redcore .icon-renren:before { - content: "\f18b"; -} -.redcore .icon-pagelines:before { - content: "\f18c"; -} -.redcore .icon-stack-exchange:before { - content: "\f18d"; -} -.redcore .icon-arrow-circle-o-right:before { - content: "\f18e"; -} -.redcore .icon-arrow-circle-o-left:before { - content: "\f190"; -} -.redcore .icon-toggle-left:before, -.redcore .icon-caret-square-o-left:before { - content: "\f191"; -} -.redcore .icon-dot-circle-o:before { - content: "\f192"; -} -.redcore .icon-wheelchair:before { - content: "\f193"; -} -.redcore .icon-vimeo-square:before { - content: "\f194"; -} -.redcore .icon-turkish-lira:before, -.redcore .icon-try:before { - content: "\f195"; -} -.redcore .icon-plus-square-o:before { - content: "\f196"; -} -.redcore .icon-space-shuttle:before { - content: "\f197"; -} -.redcore .icon-slack:before { - content: "\f198"; -} -.redcore .icon-envelope-square:before { - content: "\f199"; -} -.redcore .icon-wordpress:before { - content: "\f19a"; -} -.redcore .icon-openid:before { - content: "\f19b"; -} -.redcore .icon-institution:before, -.redcore .icon-bank:before, -.redcore .icon-university:before { - content: "\f19c"; -} -.redcore .icon-mortar-board:before, -.redcore .icon-graduation-cap:before { - content: "\f19d"; -} -.redcore .icon-yahoo:before { - content: "\f19e"; -} -.redcore .icon-google:before { - content: "\f1a0"; -} -.redcore .icon-reddit:before { - content: "\f1a1"; -} -.redcore .icon-reddit-square:before { - content: "\f1a2"; -} -.redcore .icon-stumbleupon-circle:before { - content: "\f1a3"; -} -.redcore .icon-stumbleupon:before { - content: "\f1a4"; -} -.redcore .icon-delicious:before { - content: "\f1a5"; -} -.redcore .icon-digg:before { - content: "\f1a6"; -} -.redcore .icon-pied-piper:before { - content: "\f1a7"; -} -.redcore .icon-pied-piper-alt:before { - content: "\f1a8"; -} -.redcore .icon-drupal:before { - content: "\f1a9"; -} -.redcore .icon-joomla:before { - content: "\f1aa"; -} -.redcore .icon-language:before { - content: "\f1ab"; -} -.redcore .icon-fax:before { - content: "\f1ac"; -} -.redcore .icon-building:before { - content: "\f1ad"; -} -.redcore .icon-child:before { - content: "\f1ae"; -} -.redcore .icon-paw:before { - content: "\f1b0"; -} -.redcore .icon-spoon:before { - content: "\f1b1"; -} -.redcore .icon-cube:before { - content: "\f1b2"; -} -.redcore .icon-cubes:before { - content: "\f1b3"; -} -.redcore .icon-behance:before { - content: "\f1b4"; -} -.redcore .icon-behance-square:before { - content: "\f1b5"; -} -.redcore .icon-steam:before { - content: "\f1b6"; -} -.redcore .icon-steam-square:before { - content: "\f1b7"; -} -.redcore .icon-recycle:before { - content: "\f1b8"; -} -.redcore .icon-automobile:before, -.redcore .icon-car:before { - content: "\f1b9"; -} -.redcore .icon-cab:before, -.redcore .icon-taxi:before { - content: "\f1ba"; -} -.redcore .icon-tree:before { - content: "\f1bb"; -} -.redcore .icon-spotify:before { - content: "\f1bc"; -} -.redcore .icon-deviantart:before { - content: "\f1bd"; -} -.redcore .icon-soundcloud:before { - content: "\f1be"; -} -.redcore .icon-database:before { - content: "\f1c0"; -} -.redcore .icon-file-pdf-o:before { - content: "\f1c1"; -} -.redcore .icon-file-word-o:before { - content: "\f1c2"; -} -.redcore .icon-file-excel-o:before { - content: "\f1c3"; -} -.redcore .icon-file-powerpoint-o:before { - content: "\f1c4"; -} -.redcore .icon-file-photo-o:before, -.redcore .icon-file-picture-o:before, -.redcore .icon-file-image-o:before { - content: "\f1c5"; -} -.redcore .icon-file-zip-o:before, -.redcore .icon-file-archive-o:before { - content: "\f1c6"; -} -.redcore .icon-file-sound-o:before, -.redcore .icon-file-audio-o:before { - content: "\f1c7"; -} -.redcore .icon-file-movie-o:before, -.redcore .icon-file-video-o:before { - content: "\f1c8"; -} -.redcore .icon-file-code-o:before { - content: "\f1c9"; -} -.redcore .icon-vine:before { - content: "\f1ca"; -} -.redcore .icon-codepen:before { - content: "\f1cb"; -} -.redcore .icon-jsfiddle:before { - content: "\f1cc"; -} -.redcore .icon-life-bouy:before, -.redcore .icon-life-buoy:before, -.redcore .icon-life-saver:before, -.redcore .icon-support:before, -.redcore .icon-life-ring:before { - content: "\f1cd"; -} -.redcore .icon-circle-o-notch:before { - content: "\f1ce"; -} -.redcore .icon-ra:before, -.redcore .icon-rebel:before { - content: "\f1d0"; -} -.redcore .icon-ge:before, -.redcore .icon-empire:before { - content: "\f1d1"; -} -.redcore .icon-git-square:before { - content: "\f1d2"; -} -.redcore .icon-git:before { - content: "\f1d3"; -} -.redcore .icon-hacker-news:before { - content: "\f1d4"; -} -.redcore .icon-tencent-weibo:before { - content: "\f1d5"; -} -.redcore .icon-qq:before { - content: "\f1d6"; -} -.redcore .icon-wechat:before, -.redcore .icon-weixin:before { - content: "\f1d7"; -} -.redcore .icon-send:before, -.redcore .icon-paper-plane:before { - content: "\f1d8"; -} -.redcore .icon-send-o:before, -.redcore .icon-paper-plane-o:before { - content: "\f1d9"; -} -.redcore .icon-history:before { - content: "\f1da"; -} -.redcore .icon-genderless:before, -.redcore .icon-circle-thin:before { - content: "\f1db"; -} -.redcore .icon-header:before { - content: "\f1dc"; -} -.redcore .icon-paragraph:before { - content: "\f1dd"; -} -.redcore .icon-sliders:before { - content: "\f1de"; -} -.redcore .icon-share-alt:before { - content: "\f1e0"; -} -.redcore .icon-share-alt-square:before { - content: "\f1e1"; -} -.redcore .icon-bomb:before { - content: "\f1e2"; -} -.redcore .icon-soccer-ball-o:before, -.redcore .icon-futbol-o:before { - content: "\f1e3"; -} -.redcore .icon-tty:before { - content: "\f1e4"; -} -.redcore .icon-binoculars:before { - content: "\f1e5"; -} -.redcore .icon-plug:before { - content: "\f1e6"; -} -.redcore .icon-slideshare:before { - content: "\f1e7"; -} -.redcore .icon-twitch:before { - content: "\f1e8"; -} -.redcore .icon-yelp:before { - content: "\f1e9"; -} -.redcore .icon-newspaper-o:before { - content: "\f1ea"; -} -.redcore .icon-wifi:before { - content: "\f1eb"; -} -.redcore .icon-calculator:before { - content: "\f1ec"; -} -.redcore .icon-paypal:before { - content: "\f1ed"; -} -.redcore .icon-google-wallet:before { - content: "\f1ee"; -} -.redcore .icon-cc-visa:before { - content: "\f1f0"; -} -.redcore .icon-cc-mastercard:before { - content: "\f1f1"; -} -.redcore .icon-cc-discover:before { - content: "\f1f2"; -} -.redcore .icon-cc-amex:before { - content: "\f1f3"; -} -.redcore .icon-cc-paypal:before { - content: "\f1f4"; -} -.redcore .icon-cc-stripe:before { - content: "\f1f5"; -} -.redcore .icon-bell-slash:before { - content: "\f1f6"; -} -.redcore .icon-bell-slash-o:before { - content: "\f1f7"; -} -.redcore .icon-trash:before { - content: "\f1f8"; -} -.redcore .icon-copyright:before { - content: "\f1f9"; -} -.redcore .icon-at:before { - content: "\f1fa"; -} -.redcore .icon-eyedropper:before { - content: "\f1fb"; -} -.redcore .icon-paint-brush:before { - content: "\f1fc"; -} -.redcore .icon-birthday-cake:before { - content: "\f1fd"; -} -.redcore .icon-area-chart:before { - content: "\f1fe"; -} -.redcore .icon-pie-chart:before { - content: "\f200"; -} -.redcore .icon-line-chart:before { - content: "\f201"; -} -.redcore .icon-lastfm:before { - content: "\f202"; -} -.redcore .icon-lastfm-square:before { - content: "\f203"; -} -.redcore .icon-toggle-off:before { - content: "\f204"; -} -.redcore .icon-toggle-on:before { - content: "\f205"; -} -.redcore .icon-bicycle:before { - content: "\f206"; -} -.redcore .icon-bus:before { - content: "\f207"; -} -.redcore .icon-ioxhost:before { - content: "\f208"; -} -.redcore .icon-angellist:before { - content: "\f209"; -} -.redcore .icon-cc:before { - content: "\f20a"; -} -.redcore .icon-shekel:before, -.redcore .icon-sheqel:before, -.redcore .icon-ils:before { - content: "\f20b"; -} -.redcore .icon-meanpath:before { - content: "\f20c"; -} -.redcore .icon-buysellads:before { - content: "\f20d"; -} -.redcore .icon-connectdevelop:before { - content: "\f20e"; -} -.redcore .icon-dashcube:before { - content: "\f210"; -} -.redcore .icon-forumbee:before { - content: "\f211"; -} -.redcore .icon-leanpub:before { - content: "\f212"; -} -.redcore .icon-sellsy:before { - content: "\f213"; -} -.redcore .icon-shirtsinbulk:before { - content: "\f214"; -} -.redcore .icon-simplybuilt:before { - content: "\f215"; -} -.redcore .icon-skyatlas:before { - content: "\f216"; -} -.redcore .icon-cart-plus:before { - content: "\f217"; -} -.redcore .icon-cart-arrow-down:before { - content: "\f218"; -} -.redcore .icon-diamond:before { - content: "\f219"; -} -.redcore .icon-ship:before { - content: "\f21a"; -} -.redcore .icon-user-secret:before { - content: "\f21b"; -} -.redcore .icon-motorcycle:before { - content: "\f21c"; -} -.redcore .icon-street-view:before { - content: "\f21d"; -} -.redcore .icon-heartbeat:before { - content: "\f21e"; -} -.redcore .icon-venus:before { - content: "\f221"; -} -.redcore .icon-mars:before { - content: "\f222"; -} -.redcore .icon-mercury:before { - content: "\f223"; -} -.redcore .icon-transgender:before { - content: "\f224"; -} -.redcore .icon-transgender-alt:before { - content: "\f225"; -} -.redcore .icon-venus-double:before { - content: "\f226"; -} -.redcore .icon-mars-double:before { - content: "\f227"; -} -.redcore .icon-venus-mars:before { - content: "\f228"; -} -.redcore .icon-mars-stroke:before { - content: "\f229"; -} -.redcore .icon-mars-stroke-v:before { - content: "\f22a"; -} -.redcore .icon-mars-stroke-h:before { - content: "\f22b"; -} -.redcore .icon-neuter:before { - content: "\f22c"; -} -.redcore .icon-facebook-official:before { - content: "\f230"; -} -.redcore .icon-pinterest-p:before { - content: "\f231"; -} -.redcore .icon-whatsapp:before { - content: "\f232"; -} -.redcore .icon-server:before { - content: "\f233"; -} -.redcore .icon-user-plus:before { - content: "\f234"; -} -.redcore .icon-user-times:before { - content: "\f235"; -} -.redcore .icon-hotel:before, -.redcore .icon-bed:before { - content: "\f236"; -} -.redcore .icon-viacoin:before { - content: "\f237"; -} -.redcore .icon-train:before { - content: "\f238"; -} -.redcore .icon-subway:before { - content: "\f239"; -} -.redcore .icon-medium:before { - content: "\f23a"; -} -.redcore .icon-ok-sign:before { - content: "\f058"; -} -.redcore .modal-backdrop { - z-index: 0; -} -.redcore form fieldset.radio input[type="radio"] { - margin-left: 5px; -} -.modal-open .modal { - overflow-x: hidden; - overflow-y: auto; -} -.redcore { - padding-top: 40px; - /* Force tabs to overflow visible */ - /* Custom */ - /* Fixing chosen bug when form is inline */ - /* Chart.js */ -} -.redcore .modal-body { - overflow: auto; -} -.redcore .content { - margin-top: 10px; - padding-bottom: 40px; -} -.redcore .toolbar { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - background-color: #FAFAFA; - padding: 5px 5px 5px 5px; - border: 1px solid #F2F2F2; -} -.redcore .toolbar .btn { - font-size: 13px; - font-weight: bold; -} -.redcore div.tooltip { - background: transparent; - border: 0; - float: none; - max-width: unset; -} -.redcore h1 { - margin-top: 0; -} -.redcore #system-message-container .close { - margin-right: 5px; -} -.redcore .published { - color: #5BB75B; -} -.redcore .unpublished { - color: #DA4F49; -} -.redcore .tab-content { - overflow: visible; -} -.redcore .tab-content.overauto { - overflow: auto; -} -.redcore .sortable-handler.inactive { - opacity: 0.3; -} -.redcore .element-invisible { - position: absolute; - padding: 0; - margin: 0; - border: 0; - height: 1px; - width: 1px; - overflow: hidden; -} -.redcore .nowrap { - white-space: nowrap; -} -.redcore .opacity-70 { - opacity: 0.7; - filter: alpha(opacity=70); -} -.redcore .opacity-40 { - opacity: 0.4; - filter: alpha(opacity=40); -} -.redcore [class^="icon-"]:before, -.redcore [class*=" icon-"]:before { - display: inline-block; - font: normal normal normal 14px/1 FontAwesome; - font-size: inherit; - text-rendering: auto; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - color: inherit; -} -.redcore .icon-stack:before { - content: none; -} -.redcore fieldset label { - float: inherit; - clear: inherit; -} -.redcore .controls .btn-group > .btn { - min-width: 50px; -} -.redcore .navbar-inverse .navbar-inner { - background-color: #1b1b1b; - background-image: -moz-linear-gradient(top, #222222, #111111); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); - background-image: -webkit-linear-gradient(top, #222222, #111111); - background-image: -o-linear-gradient(top, #222222, #111111); - background-image: linear-gradient(to bottom, #222222, #111111); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); - border-color: #252525; -} -.redcore .navbar-brand { - height: 40px; -} -.redcore .topbar { - min-height: 40px; -} -.redcore .topbar .nav > li > a { - padding-top: 10px; - padding-bottom: 10px; -} -.redcore .topbar .caret { - vertical-align: top; -} -.redcore .sidebar .nav > li > a { - padding-top: 4px; - padding-bottom: 4px; -} -.redcore .list-group .divider { - height: 1px; - margin: 9px 1px; - overflow: hidden; - background-color: #e5e5e5; - border-bottom: 1px solid #ffffff; -} -.redcore .list-group { - margin: 0; -} -.redcore button.close { - right: 0; -} -.redcore .form-horizontal .input-group .radio { - padding-top: 0; -} -.redcore .form-inline .input-group .radio label, -.redcore .redcore .form-inline .input-group .checkbox label { - padding-left: 20px; -} -.redcore .row-stripped { - padding: 20px 0; -} -.redcore .row-stripped:nth-of-type(odd) { - background: #f9f9f9; -} -.redcore .form-group .chzn-container-single .chzn-single { - height: 34px; - line-height: 30px; -} -.redcore .input-group-sm .chzn-container-single .chzn-single { - height: 30px; - line-height: 30px; -} -.redcore .input-group-addon .chzn-results { - text-align: left; -} -.redcore .input-group-addon .chzn-drop { - white-space: normal; - word-wrap: break-word; -} -.redcore ul.chart-legend { - list-style-type: none; - margin: 0; - font-size: 0.8em; -} -.redcore ul.chart-legend li { - float: left; - padding: 5px; -} -.redcore ul.chart-legend li div { - display: inline-block; - margin: 5px; - width: 20px; - border-radius: 5px; -} -.redcore .chart-legend-container { - border-radius: 5px; - background-color: #f5f5f5; -} -.redcore .chart-box { - padding: 0; -} -.redcore .modal-body { - overflow: auto; -} -.redcore .translation-status { - padding-bottom: 15px; -} -.redcore .translation-divider { - border-top: 1px solid #ddd; -} diff --git a/build/media/libraries/redcore/media/redcore/css/component.css b/build/media/libraries/redcore/media/redcore/css/component.css deleted file mode 100644 index c4b6c8759..000000000 --- a/build/media/libraries/redcore/media/redcore/css/component.css +++ /dev/null @@ -1,7949 +0,0 @@ -/*! - * redCORE v1.3.x - * - * Copyright (C) 2008 - 2021 redWEB.dk. All rights reserved - * Licensed under the GNU General Public License version 2 or later. - * http://www.gnu.org/licenses/gpl-2.0.html - * - * Based on Twitter Bootstrap v.2.3.2 - * http://getbootstrap.com/2.3.2/ - */ -.redcore { - margin: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 20px; - color: #333333; - background-color: #ffffff; - /* Allow for input prepend/append in search forms */ - /* White icons with optional class, or on hover/focus/active states of certain elements */ - /* move down carets for tabs */ - /* FONT PATH - * -------------------------- */ - /* FONT AWESOME CORE - * -------------------------- */ - /* makes the font 33% larger relative to the icon container */ - /* makes sure icons active on rollover in links */ - /* increased font size for icon-large */ - /* BOOTSTRAP SPECIFIC CLASSES - * -------------------------- */ - /* Bootstrap 2.0 sprites.less reset */ - /* more sprites.less reset */ - /* keeps Bootstrap styles with and without icons the same */ - /* Fixes alignment in nav lists */ - /* EXTRAS - * -------------------------- */ - /* Stacked and layered icon */ - /* Animated rotating icon */ - /* Prevent stack and spinners from being taken inline when inside a link */ - /* Icon rotations and mirroring */ - /* ensure rotation occurs inside anchor tags */ - /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen - readers do not read off random characters that represent icons */ -} -.redcore .clearfix { - *zoom: 1; -} -.redcore .clearfix:before, -.redcore .clearfix:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .clearfix:after { - clear: both; -} -.redcore .hide-text { - font: 0/0 a; - color: transparent; - text-shadow: none; - background-color: transparent; - border: 0; -} -.redcore .input-block-level { - display: block; - width: 100%; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.redcore article, -.redcore aside, -.redcore details, -.redcore figcaption, -.redcore figure, -.redcore footer, -.redcore header, -.redcore hgroup, -.redcore nav, -.redcore section { - display: block; -} -.redcore audio, -.redcore canvas, -.redcore video { - display: inline-block; - *display: inline; - *zoom: 1; -} -.redcore audio:not([controls]) { - display: none; -} -.redcore html { - font-size: 100%; - -webkit-text-size-adjust: 100%; - -ms-text-size-adjust: 100%; -} -.redcore a:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.redcore a:hover, -.redcore a:active { - outline: 0; -} -.redcore sub, -.redcore sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; -} -.redcore sup { - top: -0.5em; -} -.redcore sub { - bottom: -0.25em; -} -.redcore img { - /* Responsive images (ensure images don't scale beyond their parents) */ - max-width: 100%; - /* Part 1: Set a maxium relative to the parent */ - width: auto\9; - /* IE7-8 need help adjusting responsive images */ - height: auto; - /* Part 2: Scale the height according to the width, otherwise you get stretching */ - vertical-align: middle; - border: 0; - -ms-interpolation-mode: bicubic; -} -.redcore #map_canvas img, -.redcore .google-maps img { - max-width: none; -} -.redcore button, -.redcore input, -.redcore select, -.redcore textarea { - margin: 0; - font-size: 100%; - vertical-align: middle; -} -.redcore button, -.redcore input { - *overflow: visible; - line-height: normal; -} -.redcore button::-moz-focus-inner, -.redcore input::-moz-focus-inner { - padding: 0; - border: 0; -} -.redcore button, -.redcore html input[type="button"], -.redcore input[type="reset"], -.redcore input[type="submit"] { - -webkit-appearance: button; - cursor: pointer; -} -.redcore label, -.redcore select, -.redcore button, -.redcore input[type="button"], -.redcore input[type="reset"], -.redcore input[type="submit"], -.redcore input[type="radio"], -.redcore input[type="checkbox"] { - cursor: pointer; -} -.redcore input[type="search"] { - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; - -webkit-appearance: textfield; -} -.redcore input[type="search"]::-webkit-search-decoration, -.redcore input[type="search"]::-webkit-search-cancel-button { - -webkit-appearance: none; -} -.redcore textarea { - overflow: auto; - vertical-align: top; -} -@media print { - .redcore * { - text-shadow: none !important; - color: #000 !important; - background: transparent !important; - box-shadow: none !important; - } - .redcore a, - .redcore a:visited { - text-decoration: underline; - } - .redcore a[href]:after { - content: " (" attr(href) ")"; - } - .redcore abbr[title]:after { - content: " (" attr(title) ")"; - } - .redcore .ir a:after, - .redcore a[href^="javascript:"]:after, - .redcore a[href^="#"]:after { - content: ""; - } - .redcore pre, - .redcore blockquote { - border: 1px solid #999; - page-break-inside: avoid; - } - .redcore thead { - display: table-header-group; - } - .redcore tr, - .redcore img { - page-break-inside: avoid; - } - .redcore img { - max-width: 100% !important; - } - @page { - margin: 0.5cm; - } - .redcore p, - .redcore h2, - .redcore h3 { - orphans: 3; - widows: 3; - } - .redcore h2, - .redcore h3 { - page-break-after: avoid; - } -} -.redcore body { - margin: 0; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 14px; - line-height: 20px; - color: #333333; - background-color: #ffffff; -} -.redcore a { - color: #0088cc; - text-decoration: none; -} -.redcore a:hover, -.redcore a:focus { - color: #005580; - text-decoration: underline; -} -.redcore .img-rounded { - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.redcore .img-polaroid { - padding: 4px; - background-color: #fff; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.2); - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -} -.redcore .img-circle { - -webkit-border-radius: 500px; - -moz-border-radius: 500px; - border-radius: 500px; -} -.redcore .row { - margin-left: -20px; - *zoom: 1; -} -.redcore .row:before, -.redcore .row:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .row:after { - clear: both; -} -.redcore [class*="span"] { - float: left; - min-height: 1px; - margin-left: 20px; -} -.redcore .container, -.redcore .navbar-static-top .container, -.redcore .navbar-fixed-top .container, -.redcore .navbar-fixed-bottom .container { - width: 940px; -} -.redcore .span12 { - width: 940px; -} -.redcore .span11 { - width: 860px; -} -.redcore .span10 { - width: 780px; -} -.redcore .span9 { - width: 700px; -} -.redcore .span8 { - width: 620px; -} -.redcore .span7 { - width: 540px; -} -.redcore .span6 { - width: 460px; -} -.redcore .span5 { - width: 380px; -} -.redcore .span4 { - width: 300px; -} -.redcore .span3 { - width: 220px; -} -.redcore .span2 { - width: 140px; -} -.redcore .span1 { - width: 60px; -} -.redcore .offset12 { - margin-left: 980px; -} -.redcore .offset11 { - margin-left: 900px; -} -.redcore .offset10 { - margin-left: 820px; -} -.redcore .offset9 { - margin-left: 740px; -} -.redcore .offset8 { - margin-left: 660px; -} -.redcore .offset7 { - margin-left: 580px; -} -.redcore .offset6 { - margin-left: 500px; -} -.redcore .offset5 { - margin-left: 420px; -} -.redcore .offset4 { - margin-left: 340px; -} -.redcore .offset3 { - margin-left: 260px; -} -.redcore .offset2 { - margin-left: 180px; -} -.redcore .offset1 { - margin-left: 100px; -} -.redcore .row-fluid { - width: 100%; - *zoom: 1; -} -.redcore .row-fluid:before, -.redcore .row-fluid:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .row-fluid:after { - clear: both; -} -.redcore .row-fluid [class*="span"] { - display: block; - width: 100%; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - float: left; - margin-left: 2.12765957%; - *margin-left: 2.07446809%; -} -.redcore .row-fluid [class*="span"]:first-child { - margin-left: 0; -} -.redcore .row-fluid .controls-row [class*="span"] + [class*="span"] { - margin-left: 2.12765957%; -} -.redcore .row-fluid .span12 { - width: 100%; - *width: 99.94680851%; -} -.redcore .row-fluid .span11 { - width: 91.4893617%; - *width: 91.43617021%; -} -.redcore .row-fluid .span10 { - width: 82.9787234%; - *width: 82.92553191%; -} -.redcore .row-fluid .span9 { - width: 74.46808511%; - *width: 74.41489362%; -} -.redcore .row-fluid .span8 { - width: 65.95744681%; - *width: 65.90425532%; -} -.redcore .row-fluid .span7 { - width: 57.44680851%; - *width: 57.39361702%; -} -.redcore .row-fluid .span6 { - width: 48.93617021%; - *width: 48.88297872%; -} -.redcore .row-fluid .span5 { - width: 40.42553191%; - *width: 40.37234043%; -} -.redcore .row-fluid .span4 { - width: 31.91489362%; - *width: 31.86170213%; -} -.redcore .row-fluid .span3 { - width: 23.40425532%; - *width: 23.35106383%; -} -.redcore .row-fluid .span2 { - width: 14.89361702%; - *width: 14.84042553%; -} -.redcore .row-fluid .span1 { - width: 6.38297872%; - *width: 6.32978723%; -} -.redcore .row-fluid .offset12 { - margin-left: 104.25531915%; - *margin-left: 104.14893617%; -} -.redcore .row-fluid .offset12:first-child { - margin-left: 102.12765957%; - *margin-left: 102.0212766%; -} -.redcore .row-fluid .offset11 { - margin-left: 95.74468085%; - *margin-left: 95.63829787%; -} -.redcore .row-fluid .offset11:first-child { - margin-left: 93.61702128%; - *margin-left: 93.5106383%; -} -.redcore .row-fluid .offset10 { - margin-left: 87.23404255%; - *margin-left: 87.12765957%; -} -.redcore .row-fluid .offset10:first-child { - margin-left: 85.10638298%; - *margin-left: 85%; -} -.redcore .row-fluid .offset9 { - margin-left: 78.72340426%; - *margin-left: 78.61702128%; -} -.redcore .row-fluid .offset9:first-child { - margin-left: 76.59574468%; - *margin-left: 76.4893617%; -} -.redcore .row-fluid .offset8 { - margin-left: 70.21276596%; - *margin-left: 70.10638298%; -} -.redcore .row-fluid .offset8:first-child { - margin-left: 68.08510638%; - *margin-left: 67.9787234%; -} -.redcore .row-fluid .offset7 { - margin-left: 61.70212766%; - *margin-left: 61.59574468%; -} -.redcore .row-fluid .offset7:first-child { - margin-left: 59.57446809%; - *margin-left: 59.46808511%; -} -.redcore .row-fluid .offset6 { - margin-left: 53.19148936%; - *margin-left: 53.08510638%; -} -.redcore .row-fluid .offset6:first-child { - margin-left: 51.06382979%; - *margin-left: 50.95744681%; -} -.redcore .row-fluid .offset5 { - margin-left: 44.68085106%; - *margin-left: 44.57446809%; -} -.redcore .row-fluid .offset5:first-child { - margin-left: 42.55319149%; - *margin-left: 42.44680851%; -} -.redcore .row-fluid .offset4 { - margin-left: 36.17021277%; - *margin-left: 36.06382979%; -} -.redcore .row-fluid .offset4:first-child { - margin-left: 34.04255319%; - *margin-left: 33.93617021%; -} -.redcore .row-fluid .offset3 { - margin-left: 27.65957447%; - *margin-left: 27.55319149%; -} -.redcore .row-fluid .offset3:first-child { - margin-left: 25.53191489%; - *margin-left: 25.42553191%; -} -.redcore .row-fluid .offset2 { - margin-left: 19.14893617%; - *margin-left: 19.04255319%; -} -.redcore .row-fluid .offset2:first-child { - margin-left: 17.0212766%; - *margin-left: 16.91489362%; -} -.redcore .row-fluid .offset1 { - margin-left: 10.63829787%; - *margin-left: 10.53191489%; -} -.redcore .row-fluid .offset1:first-child { - margin-left: 8.5106383%; - *margin-left: 8.40425532%; -} -.redcore [class*="span"].hide, -.redcore .row-fluid [class*="span"].hide { - display: none; -} -.redcore [class*="span"].pull-right, -.redcore .row-fluid [class*="span"].pull-right { - float: right; -} -.redcore .container { - margin-right: auto; - margin-left: auto; - *zoom: 1; -} -.redcore .container:before, -.redcore .container:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .container:after { - clear: both; -} -.redcore .container-fluid { - padding-right: 20px; - padding-left: 20px; - *zoom: 1; -} -.redcore .container-fluid:before, -.redcore .container-fluid:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .container-fluid:after { - clear: both; -} -.redcore p { - margin: 0 0 10px; -} -.redcore .lead { - margin-bottom: 20px; - font-size: 21px; - font-weight: 200; - line-height: 30px; -} -.redcore small { - font-size: 85%; -} -.redcore strong { - font-weight: bold; -} -.redcore em { - font-style: italic; -} -.redcore cite { - font-style: normal; -} -.redcore .muted { - color: #999999; -} -.redcore a.muted:hover, -.redcore a.muted:focus { - color: #808080; -} -.redcore .text-warning { - color: #c09853; -} -.redcore a.text-warning:hover, -.redcore a.text-warning:focus { - color: #a47e3c; -} -.redcore .text-error { - color: #b94a48; -} -.redcore a.text-error:hover, -.redcore a.text-error:focus { - color: #953b39; -} -.redcore .text-info { - color: #3a87ad; -} -.redcore a.text-info:hover, -.redcore a.text-info:focus { - color: #2d6987; -} -.redcore .text-success { - color: #468847; -} -.redcore a.text-success:hover, -.redcore a.text-success:focus { - color: #356635; -} -.redcore .text-left { - text-align: left; -} -.redcore .text-right { - text-align: right; -} -.redcore .text-center { - text-align: center; -} -.redcore h1, -.redcore h2, -.redcore h3, -.redcore h4, -.redcore h5, -.redcore h6 { - margin: 10px 0; - font-family: inherit; - font-weight: bold; - line-height: 20px; - color: inherit; - text-rendering: optimizelegibility; -} -.redcore h1 small, -.redcore h2 small, -.redcore h3 small, -.redcore h4 small, -.redcore h5 small, -.redcore h6 small { - font-weight: normal; - line-height: 1; - color: #999999; -} -.redcore h1, -.redcore h2, -.redcore h3 { - line-height: 40px; -} -.redcore h1 { - font-size: 38.5px; -} -.redcore h2 { - font-size: 31.5px; -} -.redcore h3 { - font-size: 24.5px; -} -.redcore h4 { - font-size: 17.5px; -} -.redcore h5 { - font-size: 14px; -} -.redcore h6 { - font-size: 11.9px; -} -.redcore h1 small { - font-size: 24.5px; -} -.redcore h2 small { - font-size: 17.5px; -} -.redcore h3 small { - font-size: 14px; -} -.redcore h4 small { - font-size: 14px; -} -.redcore .page-header { - padding-bottom: 9px; - margin: 20px 0 30px; - border-bottom: 1px solid #eeeeee; -} -.redcore ul, -.redcore ol { - padding: 0; - margin: 0 0 10px 25px; -} -.redcore ul ul, -.redcore ul ol, -.redcore ol ol, -.redcore ol ul { - margin-bottom: 0; -} -.redcore li { - line-height: 20px; -} -.redcore ul.unstyled, -.redcore ol.unstyled { - margin-left: 0; - list-style: none; -} -.redcore ul.inline, -.redcore ol.inline { - margin-left: 0; - list-style: none; -} -.redcore ul.inline > li, -.redcore ol.inline > li { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - padding-left: 5px; - padding-right: 5px; -} -.redcore dl { - margin-bottom: 20px; -} -.redcore dt, -.redcore dd { - line-height: 20px; -} -.redcore dt { - font-weight: bold; -} -.redcore dd { - margin-left: 10px; -} -.redcore .dl-horizontal { - *zoom: 1; -} -.redcore .dl-horizontal:before, -.redcore .dl-horizontal:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .dl-horizontal:after { - clear: both; -} -.redcore .dl-horizontal dt { - float: left; - width: 160px; - clear: left; - text-align: right; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; -} -.redcore .dl-horizontal dd { - margin-left: 180px; -} -.redcore hr { - margin: 20px 0; - border: 0; - border-top: 1px solid #eeeeee; - border-bottom: 1px solid #ffffff; -} -.redcore abbr[title], -.redcore abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #999999; -} -.redcore abbr.initialism { - font-size: 90%; - text-transform: uppercase; -} -.redcore blockquote { - padding: 0 0 0 15px; - margin: 0 0 20px; - border-left: 5px solid #eeeeee; -} -.redcore blockquote p { - margin-bottom: 0; - font-size: 17.5px; - font-weight: 300; - line-height: 1.25; -} -.redcore blockquote small { - display: block; - line-height: 20px; - color: #999999; -} -.redcore blockquote small:before { - content: '\2014 \00A0'; -} -.redcore blockquote.pull-right { - float: right; - padding-right: 15px; - padding-left: 0; - border-right: 5px solid #eeeeee; - border-left: 0; -} -.redcore blockquote.pull-right p, -.redcore blockquote.pull-right small { - text-align: right; -} -.redcore blockquote.pull-right small:before { - content: ''; -} -.redcore blockquote.pull-right small:after { - content: '\00A0 \2014'; -} -.redcore q:before, -.redcore q:after, -.redcore blockquote:before, -.redcore blockquote:after { - content: ""; -} -.redcore address { - display: block; - margin-bottom: 20px; - font-style: normal; - line-height: 20px; -} -.redcore code, -.redcore pre { - padding: 0 3px 2px; - font-family: Monaco, Menlo, Consolas, "Courier New", monospace; - font-size: 12px; - color: #333333; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.redcore code { - padding: 2px 4px; - color: #d14; - background-color: #f7f7f9; - border: 1px solid #e1e1e8; - white-space: nowrap; -} -.redcore pre { - display: block; - padding: 9.5px; - margin: 0 0 10px; - font-size: 13px; - line-height: 20px; - word-break: break-all; - word-wrap: break-word; - white-space: pre; - white-space: pre-wrap; - background-color: #f5f5f5; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.15); - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore pre.prettyprint { - margin-bottom: 20px; -} -.redcore pre code { - padding: 0; - color: inherit; - white-space: pre; - white-space: pre-wrap; - background-color: transparent; - border: 0; -} -.redcore .pre-scrollable { - max-height: 340px; - overflow-y: scroll; -} -.redcore form { - margin: 0 0 20px; -} -.redcore fieldset { - padding: 0; - margin: 0; - border: 0; -} -.redcore legend { - display: block; - width: 100%; - padding: 0; - margin-bottom: 20px; - font-size: 21px; - line-height: 40px; - color: #333333; - border: 0; - border-bottom: 1px solid #e5e5e5; -} -.redcore legend small { - font-size: 15px; - color: #999999; -} -.redcore label, -.redcore input, -.redcore button, -.redcore select, -.redcore textarea { - font-size: 14px; - font-weight: normal; - line-height: 20px; -} -.redcore input, -.redcore button, -.redcore select, -.redcore textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; -} -.redcore label { - display: block; - margin-bottom: 5px; -} -.redcore select, -.redcore textarea, -.redcore input[type="text"], -.redcore input[type="password"], -.redcore input[type="datetime"], -.redcore input[type="datetime-local"], -.redcore input[type="date"], -.redcore input[type="month"], -.redcore input[type="time"], -.redcore input[type="week"], -.redcore input[type="number"], -.redcore input[type="email"], -.redcore input[type="url"], -.redcore input[type="search"], -.redcore input[type="tel"], -.redcore input[type="color"], -.redcore .uneditable-input { - display: inline-block; - height: 20px; - padding: 4px 6px; - margin-bottom: 10px; - font-size: 14px; - line-height: 20px; - color: #555555; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - vertical-align: middle; -} -.redcore input, -.redcore textarea, -.redcore .uneditable-input { - width: 206px; -} -.redcore textarea { - height: auto; -} -.redcore textarea, -.redcore input[type="text"], -.redcore input[type="password"], -.redcore input[type="datetime"], -.redcore input[type="datetime-local"], -.redcore input[type="date"], -.redcore input[type="month"], -.redcore input[type="time"], -.redcore input[type="week"], -.redcore input[type="number"], -.redcore input[type="email"], -.redcore input[type="url"], -.redcore input[type="search"], -.redcore input[type="tel"], -.redcore input[type="color"], -.redcore .uneditable-input { - background-color: #ffffff; - border: 1px solid #cccccc; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border linear .2s, box-shadow linear .2s; - -moz-transition: border linear .2s, box-shadow linear .2s; - -o-transition: border linear .2s, box-shadow linear .2s; - transition: border linear .2s, box-shadow linear .2s; -} -.redcore textarea:focus, -.redcore input[type="text"]:focus, -.redcore input[type="password"]:focus, -.redcore input[type="datetime"]:focus, -.redcore input[type="datetime-local"]:focus, -.redcore input[type="date"]:focus, -.redcore input[type="month"]:focus, -.redcore input[type="time"]:focus, -.redcore input[type="week"]:focus, -.redcore input[type="number"]:focus, -.redcore input[type="email"]:focus, -.redcore input[type="url"]:focus, -.redcore input[type="search"]:focus, -.redcore input[type="tel"]:focus, -.redcore input[type="color"]:focus, -.redcore .uneditable-input:focus { - border-color: rgba(82, 168, 236, 0.8); - outline: 0; - outline: thin dotted \9; - /* IE6-9 */ - -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); - -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); - box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6); -} -.redcore input[type="radio"], -.redcore input[type="checkbox"] { - margin: 4px 0 0; - *margin-top: 0; - /* IE7 */ - margin-top: 1px \9; - /* IE8-9 */ - line-height: normal; -} -.redcore input[type="file"], -.redcore input[type="image"], -.redcore input[type="submit"], -.redcore input[type="reset"], -.redcore input[type="button"], -.redcore input[type="radio"], -.redcore input[type="checkbox"] { - width: auto; -} -.redcore select, -.redcore input[type="file"] { - height: 30px; - /* In IE7, the height of the select element cannot be changed by height, only font-size */ - *margin-top: 4px; - /* For IE7, add top margin to align select with labels */ - line-height: 30px; -} -.redcore select { - width: 220px; - border: 1px solid #cccccc; - background-color: #ffffff; -} -.redcore select[multiple], -.redcore select[size] { - height: auto; -} -.redcore select:focus, -.redcore input[type="file"]:focus, -.redcore input[type="radio"]:focus, -.redcore input[type="checkbox"]:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.redcore .uneditable-input, -.redcore .uneditable-textarea { - color: #999999; - background-color: #fcfcfc; - border-color: #cccccc; - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); - -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025); - cursor: not-allowed; -} -.redcore .uneditable-input { - overflow: hidden; - white-space: nowrap; -} -.redcore .uneditable-textarea { - width: auto; - height: auto; -} -.redcore input:-moz-placeholder, -.redcore textarea:-moz-placeholder { - color: #999999; -} -.redcore input:-ms-input-placeholder, -.redcore textarea:-ms-input-placeholder { - color: #999999; -} -.redcore input::-webkit-input-placeholder, -.redcore textarea::-webkit-input-placeholder { - color: #999999; -} -.redcore .radio, -.redcore .checkbox { - min-height: 20px; - padding-left: 20px; -} -.redcore .radio input[type="radio"], -.redcore .checkbox input[type="checkbox"] { - float: left; - margin-left: -20px; -} -.redcore .controls > .radio:first-child, -.redcore .controls > .checkbox:first-child { - padding-top: 5px; -} -.redcore .radio.inline, -.redcore .checkbox.inline { - display: inline-block; - padding-top: 5px; - margin-bottom: 0; - vertical-align: middle; -} -.redcore .radio.inline + .radio.inline, -.redcore .checkbox.inline + .checkbox.inline { - margin-left: 10px; -} -.redcore .input-mini { - width: 60px; -} -.redcore .input-small { - width: 90px; -} -.redcore .input-medium { - width: 150px; -} -.redcore .input-large { - width: 210px; -} -.redcore .input-xlarge { - width: 270px; -} -.redcore .input-xxlarge { - width: 530px; -} -.redcore input[class*="span"], -.redcore select[class*="span"], -.redcore textarea[class*="span"], -.redcore .uneditable-input[class*="span"], -.redcore .row-fluid input[class*="span"], -.redcore .row-fluid select[class*="span"], -.redcore .row-fluid textarea[class*="span"], -.redcore .row-fluid .uneditable-input[class*="span"] { - float: none; - margin-left: 0; -} -.redcore .input-append input[class*="span"], -.redcore .input-append .uneditable-input[class*="span"], -.redcore .input-prepend input[class*="span"], -.redcore .input-prepend .uneditable-input[class*="span"], -.redcore .row-fluid input[class*="span"], -.redcore .row-fluid select[class*="span"], -.redcore .row-fluid textarea[class*="span"], -.redcore .row-fluid .uneditable-input[class*="span"], -.redcore .row-fluid .input-prepend [class*="span"], -.redcore .row-fluid .input-append [class*="span"] { - display: inline-block; -} -.redcore input, -.redcore textarea, -.redcore .uneditable-input { - margin-left: 0; -} -.redcore .controls-row [class*="span"] + [class*="span"] { - margin-left: 20px; -} -.redcore input.span12, -.redcore textarea.span12, -.redcore .uneditable-input.span12 { - width: 926px; -} -.redcore input.span11, -.redcore textarea.span11, -.redcore .uneditable-input.span11 { - width: 846px; -} -.redcore input.span10, -.redcore textarea.span10, -.redcore .uneditable-input.span10 { - width: 766px; -} -.redcore input.span9, -.redcore textarea.span9, -.redcore .uneditable-input.span9 { - width: 686px; -} -.redcore input.span8, -.redcore textarea.span8, -.redcore .uneditable-input.span8 { - width: 606px; -} -.redcore input.span7, -.redcore textarea.span7, -.redcore .uneditable-input.span7 { - width: 526px; -} -.redcore input.span6, -.redcore textarea.span6, -.redcore .uneditable-input.span6 { - width: 446px; -} -.redcore input.span5, -.redcore textarea.span5, -.redcore .uneditable-input.span5 { - width: 366px; -} -.redcore input.span4, -.redcore textarea.span4, -.redcore .uneditable-input.span4 { - width: 286px; -} -.redcore input.span3, -.redcore textarea.span3, -.redcore .uneditable-input.span3 { - width: 206px; -} -.redcore input.span2, -.redcore textarea.span2, -.redcore .uneditable-input.span2 { - width: 126px; -} -.redcore input.span1, -.redcore textarea.span1, -.redcore .uneditable-input.span1 { - width: 46px; -} -.redcore .controls-row { - *zoom: 1; -} -.redcore .controls-row:before, -.redcore .controls-row:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .controls-row:after { - clear: both; -} -.redcore .controls-row [class*="span"], -.redcore .row-fluid .controls-row [class*="span"] { - float: left; -} -.redcore .controls-row .checkbox[class*="span"], -.redcore .controls-row .radio[class*="span"] { - padding-top: 5px; -} -.redcore input[disabled], -.redcore select[disabled], -.redcore textarea[disabled], -.redcore input[readonly], -.redcore select[readonly], -.redcore textarea[readonly] { - cursor: not-allowed; - background-color: #eeeeee; -} -.redcore input[type="radio"][disabled], -.redcore input[type="checkbox"][disabled], -.redcore input[type="radio"][readonly], -.redcore input[type="checkbox"][readonly] { - background-color: transparent; -} -.redcore .control-group.warning .control-label, -.redcore .control-group.warning .help-block, -.redcore .control-group.warning .help-inline { - color: #c09853; -} -.redcore .control-group.warning .checkbox, -.redcore .control-group.warning .radio, -.redcore .control-group.warning input, -.redcore .control-group.warning select, -.redcore .control-group.warning textarea { - color: #c09853; -} -.redcore .control-group.warning input, -.redcore .control-group.warning select, -.redcore .control-group.warning textarea { - border-color: #c09853; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .control-group.warning input:focus, -.redcore .control-group.warning select:focus, -.redcore .control-group.warning textarea:focus { - border-color: #a47e3c; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e; -} -.redcore .control-group.warning .input-prepend .add-on, -.redcore .control-group.warning .input-append .add-on { - color: #c09853; - background-color: #fcf8e3; - border-color: #c09853; -} -.redcore .control-group.error .control-label, -.redcore .control-group.error .help-block, -.redcore .control-group.error .help-inline { - color: #b94a48; -} -.redcore .control-group.error .checkbox, -.redcore .control-group.error .radio, -.redcore .control-group.error input, -.redcore .control-group.error select, -.redcore .control-group.error textarea { - color: #b94a48; -} -.redcore .control-group.error input, -.redcore .control-group.error select, -.redcore .control-group.error textarea { - border-color: #b94a48; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .control-group.error input:focus, -.redcore .control-group.error select:focus, -.redcore .control-group.error textarea:focus { - border-color: #953b39; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; -} -.redcore .control-group.error .input-prepend .add-on, -.redcore .control-group.error .input-append .add-on { - color: #b94a48; - background-color: #f2dede; - border-color: #b94a48; -} -.redcore .control-group.success .control-label, -.redcore .control-group.success .help-block, -.redcore .control-group.success .help-inline { - color: #468847; -} -.redcore .control-group.success .checkbox, -.redcore .control-group.success .radio, -.redcore .control-group.success input, -.redcore .control-group.success select, -.redcore .control-group.success textarea { - color: #468847; -} -.redcore .control-group.success input, -.redcore .control-group.success select, -.redcore .control-group.success textarea { - border-color: #468847; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .control-group.success input:focus, -.redcore .control-group.success select:focus, -.redcore .control-group.success textarea:focus { - border-color: #356635; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; -} -.redcore .control-group.success .input-prepend .add-on, -.redcore .control-group.success .input-append .add-on { - color: #468847; - background-color: #dff0d8; - border-color: #468847; -} -.redcore .control-group.info .control-label, -.redcore .control-group.info .help-block, -.redcore .control-group.info .help-inline { - color: #3a87ad; -} -.redcore .control-group.info .checkbox, -.redcore .control-group.info .radio, -.redcore .control-group.info input, -.redcore .control-group.info select, -.redcore .control-group.info textarea { - color: #3a87ad; -} -.redcore .control-group.info input, -.redcore .control-group.info select, -.redcore .control-group.info textarea { - border-color: #3a87ad; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -} -.redcore .control-group.info input:focus, -.redcore .control-group.info select:focus, -.redcore .control-group.info textarea:focus { - border-color: #2d6987; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3; -} -.redcore .control-group.info .input-prepend .add-on, -.redcore .control-group.info .input-append .add-on { - color: #3a87ad; - background-color: #d9edf7; - border-color: #3a87ad; -} -.redcore input:focus:invalid, -.redcore textarea:focus:invalid, -.redcore select:focus:invalid { - color: #b94a48; - border-color: #ee5f5b; -} -.redcore input:focus:invalid:focus, -.redcore textarea:focus:invalid:focus, -.redcore select:focus:invalid:focus { - border-color: #e9322d; - -webkit-box-shadow: 0 0 6px #f8b9b7; - -moz-box-shadow: 0 0 6px #f8b9b7; - box-shadow: 0 0 6px #f8b9b7; -} -.redcore .form-actions { - padding: 19px 20px 20px; - margin-top: 20px; - margin-bottom: 20px; - background-color: #f5f5f5; - border-top: 1px solid #e5e5e5; - *zoom: 1; -} -.redcore .form-actions:before, -.redcore .form-actions:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .form-actions:after { - clear: both; -} -.redcore .help-block, -.redcore .help-inline { - color: #595959; -} -.redcore .help-block { - display: block; - margin-bottom: 10px; -} -.redcore .help-inline { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - vertical-align: middle; - padding-left: 5px; -} -.redcore .input-append, -.redcore .input-prepend { - display: inline-block; - margin-bottom: 10px; - vertical-align: middle; - font-size: 0; - white-space: nowrap; -} -.redcore .input-append input, -.redcore .input-prepend input, -.redcore .input-append select, -.redcore .input-prepend select, -.redcore .input-append .uneditable-input, -.redcore .input-prepend .uneditable-input, -.redcore .input-append .dropdown-menu, -.redcore .input-prepend .dropdown-menu, -.redcore .input-append .popover, -.redcore .input-prepend .popover { - font-size: 14px; -} -.redcore .input-append input, -.redcore .input-prepend input, -.redcore .input-append select, -.redcore .input-prepend select, -.redcore .input-append .uneditable-input, -.redcore .input-prepend .uneditable-input { - position: relative; - margin-bottom: 0; - *margin-left: 0; - vertical-align: top; - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; -} -.redcore .input-append input:focus, -.redcore .input-prepend input:focus, -.redcore .input-append select:focus, -.redcore .input-prepend select:focus, -.redcore .input-append .uneditable-input:focus, -.redcore .input-prepend .uneditable-input:focus { - z-index: 2; -} -.redcore .input-append .add-on, -.redcore .input-prepend .add-on { - display: inline-block; - width: auto; - height: 20px; - min-width: 16px; - padding: 4px 5px; - font-size: 14px; - font-weight: normal; - line-height: 20px; - text-align: center; - text-shadow: 0 1px 0 #ffffff; - background-color: #eeeeee; - border: 1px solid #ccc; -} -.redcore .input-append .add-on, -.redcore .input-prepend .add-on, -.redcore .input-append .btn, -.redcore .input-prepend .btn, -.redcore .input-append .btn-group > .dropdown-toggle, -.redcore .input-prepend .btn-group > .dropdown-toggle { - vertical-align: top; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .input-append .active, -.redcore .input-prepend .active { - background-color: #a9dba9; - border-color: #46a546; -} -.redcore .input-prepend .add-on, -.redcore .input-prepend .btn { - margin-right: -1px; -} -.redcore .input-prepend .add-on:first-child, -.redcore .input-prepend .btn:first-child { - -webkit-border-radius: 4px 0 0 4px; - -moz-border-radius: 4px 0 0 4px; - border-radius: 4px 0 0 4px; -} -.redcore .input-append input, -.redcore .input-append select, -.redcore .input-append .uneditable-input { - -webkit-border-radius: 4px 0 0 4px; - -moz-border-radius: 4px 0 0 4px; - border-radius: 4px 0 0 4px; -} -.redcore .input-append input + .btn-group .btn:last-child, -.redcore .input-append select + .btn-group .btn:last-child, -.redcore .input-append .uneditable-input + .btn-group .btn:last-child { - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; -} -.redcore .input-append .add-on, -.redcore .input-append .btn, -.redcore .input-append .btn-group { - margin-left: -1px; -} -.redcore .input-append .add-on:last-child, -.redcore .input-append .btn:last-child, -.redcore .input-append .btn-group:last-child > .dropdown-toggle { - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; -} -.redcore .input-prepend.input-append input, -.redcore .input-prepend.input-append select, -.redcore .input-prepend.input-append .uneditable-input { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .input-prepend.input-append input + .btn-group .btn, -.redcore .input-prepend.input-append select + .btn-group .btn, -.redcore .input-prepend.input-append .uneditable-input + .btn-group .btn { - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; -} -.redcore .input-prepend.input-append .add-on:first-child, -.redcore .input-prepend.input-append .btn:first-child { - margin-right: -1px; - -webkit-border-radius: 4px 0 0 4px; - -moz-border-radius: 4px 0 0 4px; - border-radius: 4px 0 0 4px; -} -.redcore .input-prepend.input-append .add-on:last-child, -.redcore .input-prepend.input-append .btn:last-child { - margin-left: -1px; - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; -} -.redcore .input-prepend.input-append .btn-group:first-child { - margin-left: 0; -} -.redcore input.search-query { - padding-right: 14px; - padding-right: 4px \9; - padding-left: 14px; - padding-left: 4px \9; - /* IE7-8 doesn't have border-radius, so don't indent the padding */ - margin-bottom: 0; - -webkit-border-radius: 15px; - -moz-border-radius: 15px; - border-radius: 15px; -} -.redcore .form-search .input-append .search-query, -.redcore .form-search .input-prepend .search-query { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .form-search .input-append .search-query { - -webkit-border-radius: 14px 0 0 14px; - -moz-border-radius: 14px 0 0 14px; - border-radius: 14px 0 0 14px; -} -.redcore .form-search .input-append .btn { - -webkit-border-radius: 0 14px 14px 0; - -moz-border-radius: 0 14px 14px 0; - border-radius: 0 14px 14px 0; -} -.redcore .form-search .input-prepend .search-query { - -webkit-border-radius: 0 14px 14px 0; - -moz-border-radius: 0 14px 14px 0; - border-radius: 0 14px 14px 0; -} -.redcore .form-search .input-prepend .btn { - -webkit-border-radius: 14px 0 0 14px; - -moz-border-radius: 14px 0 0 14px; - border-radius: 14px 0 0 14px; -} -.redcore .form-search input, -.redcore .form-inline input, -.redcore .form-horizontal input, -.redcore .form-search textarea, -.redcore .form-inline textarea, -.redcore .form-horizontal textarea, -.redcore .form-search select, -.redcore .form-inline select, -.redcore .form-horizontal select, -.redcore .form-search .help-inline, -.redcore .form-inline .help-inline, -.redcore .form-horizontal .help-inline, -.redcore .form-search .uneditable-input, -.redcore .form-inline .uneditable-input, -.redcore .form-horizontal .uneditable-input, -.redcore .form-search .input-prepend, -.redcore .form-inline .input-prepend, -.redcore .form-horizontal .input-prepend, -.redcore .form-search .input-append, -.redcore .form-inline .input-append, -.redcore .form-horizontal .input-append { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - margin-bottom: 0; - vertical-align: middle; -} -.redcore .form-search .hide, -.redcore .form-inline .hide, -.redcore .form-horizontal .hide { - display: none; -} -.redcore .form-search label, -.redcore .form-inline label, -.redcore .form-search .btn-group, -.redcore .form-inline .btn-group { - display: inline-block; -} -.redcore .form-search .input-append, -.redcore .form-inline .input-append, -.redcore .form-search .input-prepend, -.redcore .form-inline .input-prepend { - margin-bottom: 0; -} -.redcore .form-search .radio, -.redcore .form-search .checkbox, -.redcore .form-inline .radio, -.redcore .form-inline .checkbox { - padding-left: 0; - margin-bottom: 0; - vertical-align: middle; -} -.redcore .form-search .radio input[type="radio"], -.redcore .form-search .checkbox input[type="checkbox"], -.redcore .form-inline .radio input[type="radio"], -.redcore .form-inline .checkbox input[type="checkbox"] { - float: left; - margin-right: 3px; - margin-left: 0; -} -.redcore .control-group { - margin-bottom: 10px; -} -.redcore legend + .control-group { - margin-top: 20px; - -webkit-margin-top-collapse: separate; -} -.redcore .form-horizontal .control-group { - margin-bottom: 20px; - *zoom: 1; -} -.redcore .form-horizontal .control-group:before, -.redcore .form-horizontal .control-group:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .form-horizontal .control-group:after { - clear: both; -} -.redcore .form-horizontal .control-label { - float: left; - width: 160px; - padding-top: 5px; - text-align: right; -} -.redcore .form-horizontal .controls { - *display: inline-block; - *padding-left: 20px; - margin-left: 180px; - *margin-left: 0; -} -.redcore .form-horizontal .controls:first-child { - *padding-left: 180px; -} -.redcore .form-horizontal .help-block { - margin-bottom: 0; -} -.redcore .form-horizontal input + .help-block, -.redcore .form-horizontal select + .help-block, -.redcore .form-horizontal textarea + .help-block, -.redcore .form-horizontal .uneditable-input + .help-block, -.redcore .form-horizontal .input-prepend + .help-block, -.redcore .form-horizontal .input-append + .help-block { - margin-top: 10px; -} -.redcore .form-horizontal .form-actions { - padding-left: 180px; -} -.redcore table { - max-width: 100%; - background-color: transparent; - border-collapse: collapse; - border-spacing: 0; -} -.redcore .table { - width: 100%; - margin-bottom: 20px; -} -.redcore .table th, -.redcore .table td { - padding: 8px; - line-height: 20px; - text-align: left; - vertical-align: top; - border-top: 1px solid #dddddd; -} -.redcore .table th { - font-weight: bold; -} -.redcore .table thead th { - vertical-align: bottom; -} -.redcore .table caption + thead tr:first-child th, -.redcore .table caption + thead tr:first-child td, -.redcore .table colgroup + thead tr:first-child th, -.redcore .table colgroup + thead tr:first-child td, -.redcore .table thead:first-child tr:first-child th, -.redcore .table thead:first-child tr:first-child td { - border-top: 0; -} -.redcore .table tbody + tbody { - border-top: 2px solid #dddddd; -} -.redcore .table .table { - background-color: #ffffff; -} -.redcore .table-condensed th, -.redcore .table-condensed td { - padding: 4px 5px; -} -.redcore .table-bordered { - border: 1px solid #dddddd; - border-collapse: separate; - *border-collapse: collapse; - border-left: 0; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .table-bordered th, -.redcore .table-bordered td { - border-left: 1px solid #dddddd; -} -.redcore .table-bordered caption + thead tr:first-child th, -.redcore .table-bordered caption + tbody tr:first-child th, -.redcore .table-bordered caption + tbody tr:first-child td, -.redcore .table-bordered colgroup + thead tr:first-child th, -.redcore .table-bordered colgroup + tbody tr:first-child th, -.redcore .table-bordered colgroup + tbody tr:first-child td, -.redcore .table-bordered thead:first-child tr:first-child th, -.redcore .table-bordered tbody:first-child tr:first-child th, -.redcore .table-bordered tbody:first-child tr:first-child td { - border-top: 0; -} -.redcore .table-bordered thead:first-child tr:first-child > th:first-child, -.redcore .table-bordered tbody:first-child tr:first-child > td:first-child, -.redcore .table-bordered tbody:first-child tr:first-child > th:first-child { - -webkit-border-top-left-radius: 4px; - -moz-border-radius-topleft: 4px; - border-top-left-radius: 4px; -} -.redcore .table-bordered thead:first-child tr:first-child > th:last-child, -.redcore .table-bordered tbody:first-child tr:first-child > td:last-child, -.redcore .table-bordered tbody:first-child tr:first-child > th:last-child { - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topright: 4px; - border-top-right-radius: 4px; -} -.redcore .table-bordered thead:last-child tr:last-child > th:first-child, -.redcore .table-bordered tbody:last-child tr:last-child > td:first-child, -.redcore .table-bordered tbody:last-child tr:last-child > th:first-child, -.redcore .table-bordered tfoot:last-child tr:last-child > td:first-child, -.redcore .table-bordered tfoot:last-child tr:last-child > th:first-child { - -webkit-border-bottom-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - border-bottom-left-radius: 4px; -} -.redcore .table-bordered thead:last-child tr:last-child > th:last-child, -.redcore .table-bordered tbody:last-child tr:last-child > td:last-child, -.redcore .table-bordered tbody:last-child tr:last-child > th:last-child, -.redcore .table-bordered tfoot:last-child tr:last-child > td:last-child, -.redcore .table-bordered tfoot:last-child tr:last-child > th:last-child { - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - border-bottom-right-radius: 4px; -} -.redcore .table-bordered tfoot + tbody:last-child tr:last-child td:first-child { - -webkit-border-bottom-left-radius: 0; - -moz-border-radius-bottomleft: 0; - border-bottom-left-radius: 0; -} -.redcore .table-bordered tfoot + tbody:last-child tr:last-child td:last-child { - -webkit-border-bottom-right-radius: 0; - -moz-border-radius-bottomright: 0; - border-bottom-right-radius: 0; -} -.redcore .table-bordered caption + thead tr:first-child th:first-child, -.redcore .table-bordered caption + tbody tr:first-child td:first-child, -.redcore .table-bordered colgroup + thead tr:first-child th:first-child, -.redcore .table-bordered colgroup + tbody tr:first-child td:first-child { - -webkit-border-top-left-radius: 4px; - -moz-border-radius-topleft: 4px; - border-top-left-radius: 4px; -} -.redcore .table-bordered caption + thead tr:first-child th:last-child, -.redcore .table-bordered caption + tbody tr:first-child td:last-child, -.redcore .table-bordered colgroup + thead tr:first-child th:last-child, -.redcore .table-bordered colgroup + tbody tr:first-child td:last-child { - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topright: 4px; - border-top-right-radius: 4px; -} -.redcore .table-striped tbody > tr:nth-child(odd) > td, -.redcore .table-striped tbody > tr:nth-child(odd) > th { - background-color: #f9f9f9; -} -.redcore .table-hover tbody tr:hover > td, -.redcore .table-hover tbody tr:hover > th { - background-color: #f5f5f5; -} -.redcore table td[class*="span"], -.redcore table th[class*="span"], -.redcore .row-fluid table td[class*="span"], -.redcore .row-fluid table th[class*="span"] { - display: table-cell; - float: none; - margin-left: 0; -} -.redcore .table td.span1, -.redcore .table th.span1 { - float: none; - width: 44px; - margin-left: 0; -} -.redcore .table td.span2, -.redcore .table th.span2 { - float: none; - width: 124px; - margin-left: 0; -} -.redcore .table td.span3, -.redcore .table th.span3 { - float: none; - width: 204px; - margin-left: 0; -} -.redcore .table td.span4, -.redcore .table th.span4 { - float: none; - width: 284px; - margin-left: 0; -} -.redcore .table td.span5, -.redcore .table th.span5 { - float: none; - width: 364px; - margin-left: 0; -} -.redcore .table td.span6, -.redcore .table th.span6 { - float: none; - width: 444px; - margin-left: 0; -} -.redcore .table td.span7, -.redcore .table th.span7 { - float: none; - width: 524px; - margin-left: 0; -} -.redcore .table td.span8, -.redcore .table th.span8 { - float: none; - width: 604px; - margin-left: 0; -} -.redcore .table td.span9, -.redcore .table th.span9 { - float: none; - width: 684px; - margin-left: 0; -} -.redcore .table td.span10, -.redcore .table th.span10 { - float: none; - width: 764px; - margin-left: 0; -} -.redcore .table td.span11, -.redcore .table th.span11 { - float: none; - width: 844px; - margin-left: 0; -} -.redcore .table td.span12, -.redcore .table th.span12 { - float: none; - width: 924px; - margin-left: 0; -} -.redcore .table tbody tr.success > td { - background-color: #dff0d8; -} -.redcore .table tbody tr.error > td { - background-color: #f2dede; -} -.redcore .table tbody tr.warning > td { - background-color: #fcf8e3; -} -.redcore .table tbody tr.info > td { - background-color: #d9edf7; -} -.redcore .table-hover tbody tr.success:hover > td { - background-color: #d0e9c6; -} -.redcore .table-hover tbody tr.error:hover > td { - background-color: #ebcccc; -} -.redcore .table-hover tbody tr.warning:hover > td { - background-color: #faf2cc; -} -.redcore .table-hover tbody tr.info:hover > td { - background-color: #c4e3f3; -} -.redcore [class^="icon-"], -.redcore [class*=" icon-"] { - display: inline-block; - width: 14px; - height: 14px; - *margin-right: .3em; - line-height: 14px; - vertical-align: text-top; - background-image: url("../img/glyphicons-halflings.png"); - background-position: 14px 14px; - background-repeat: no-repeat; - margin-top: 1px; -} -.redcore .icon-white, -.redcore .nav-pills > .active > a > [class^="icon-"], -.redcore .nav-pills > .active > a > [class*=" icon-"], -.redcore .nav-list > .active > a > [class^="icon-"], -.redcore .nav-list > .active > a > [class*=" icon-"], -.redcore .navbar-inverse .nav > .active > a > [class^="icon-"], -.redcore .navbar-inverse .nav > .active > a > [class*=" icon-"], -.redcore .dropdown-menu > li > a:hover > [class^="icon-"], -.redcore .dropdown-menu > li > a:focus > [class^="icon-"], -.redcore .dropdown-menu > li > a:hover > [class*=" icon-"], -.redcore .dropdown-menu > li > a:focus > [class*=" icon-"], -.redcore .dropdown-menu > .active > a > [class^="icon-"], -.redcore .dropdown-menu > .active > a > [class*=" icon-"], -.redcore .dropdown-submenu:hover > a > [class^="icon-"], -.redcore .dropdown-submenu:focus > a > [class^="icon-"], -.redcore .dropdown-submenu:hover > a > [class*=" icon-"], -.redcore .dropdown-submenu:focus > a > [class*=" icon-"] { - background-image: url("../img/glyphicons-halflings-white.png"); -} -.redcore .icon-glass { - background-position: 0 0; -} -.redcore .icon-music { - background-position: -24px 0; -} -.redcore .icon-search { - background-position: -48px 0; -} -.redcore .icon-envelope { - background-position: -72px 0; -} -.redcore .icon-heart { - background-position: -96px 0; -} -.redcore .icon-star { - background-position: -120px 0; -} -.redcore .icon-star-empty { - background-position: -144px 0; -} -.redcore .icon-user { - background-position: -168px 0; -} -.redcore .icon-film { - background-position: -192px 0; -} -.redcore .icon-th-large { - background-position: -216px 0; -} -.redcore .icon-th { - background-position: -240px 0; -} -.redcore .icon-th-list { - background-position: -264px 0; -} -.redcore .icon-ok { - background-position: -288px 0; -} -.redcore .icon-remove { - background-position: -312px 0; -} -.redcore .icon-zoom-in { - background-position: -336px 0; -} -.redcore .icon-zoom-out { - background-position: -360px 0; -} -.redcore .icon-off { - background-position: -384px 0; -} -.redcore .icon-signal { - background-position: -408px 0; -} -.redcore .icon-cog { - background-position: -432px 0; -} -.redcore .icon-trash { - background-position: -456px 0; -} -.redcore .icon-home { - background-position: 0 -24px; -} -.redcore .icon-file { - background-position: -24px -24px; -} -.redcore .icon-time { - background-position: -48px -24px; -} -.redcore .icon-road { - background-position: -72px -24px; -} -.redcore .icon-download-alt { - background-position: -96px -24px; -} -.redcore .icon-download { - background-position: -120px -24px; -} -.redcore .icon-upload { - background-position: -144px -24px; -} -.redcore .icon-inbox { - background-position: -168px -24px; -} -.redcore .icon-play-circle { - background-position: -192px -24px; -} -.redcore .icon-repeat { - background-position: -216px -24px; -} -.redcore .icon-refresh { - background-position: -240px -24px; -} -.redcore .icon-list-alt { - background-position: -264px -24px; -} -.redcore .icon-lock { - background-position: -287px -24px; -} -.redcore .icon-flag { - background-position: -312px -24px; -} -.redcore .icon-headphones { - background-position: -336px -24px; -} -.redcore .icon-volume-off { - background-position: -360px -24px; -} -.redcore .icon-volume-down { - background-position: -384px -24px; -} -.redcore .icon-volume-up { - background-position: -408px -24px; -} -.redcore .icon-qrcode { - background-position: -432px -24px; -} -.redcore .icon-barcode { - background-position: -456px -24px; -} -.redcore .icon-tag { - background-position: 0 -48px; -} -.redcore .icon-tags { - background-position: -25px -48px; -} -.redcore .icon-book { - background-position: -48px -48px; -} -.redcore .icon-bookmark { - background-position: -72px -48px; -} -.redcore .icon-print { - background-position: -96px -48px; -} -.redcore .icon-camera { - background-position: -120px -48px; -} -.redcore .icon-font { - background-position: -144px -48px; -} -.redcore .icon-bold { - background-position: -167px -48px; -} -.redcore .icon-italic { - background-position: -192px -48px; -} -.redcore .icon-text-height { - background-position: -216px -48px; -} -.redcore .icon-text-width { - background-position: -240px -48px; -} -.redcore .icon-align-left { - background-position: -264px -48px; -} -.redcore .icon-align-center { - background-position: -288px -48px; -} -.redcore .icon-align-right { - background-position: -312px -48px; -} -.redcore .icon-align-justify { - background-position: -336px -48px; -} -.redcore .icon-list { - background-position: -360px -48px; -} -.redcore .icon-indent-left { - background-position: -384px -48px; -} -.redcore .icon-indent-right { - background-position: -408px -48px; -} -.redcore .icon-facetime-video { - background-position: -432px -48px; -} -.redcore .icon-picture { - background-position: -456px -48px; -} -.redcore .icon-pencil { - background-position: 0 -72px; -} -.redcore .icon-map-marker { - background-position: -24px -72px; -} -.redcore .icon-adjust { - background-position: -48px -72px; -} -.redcore .icon-tint { - background-position: -72px -72px; -} -.redcore .icon-edit { - background-position: -96px -72px; -} -.redcore .icon-share { - background-position: -120px -72px; -} -.redcore .icon-check { - background-position: -144px -72px; -} -.redcore .icon-move { - background-position: -168px -72px; -} -.redcore .icon-step-backward { - background-position: -192px -72px; -} -.redcore .icon-fast-backward { - background-position: -216px -72px; -} -.redcore .icon-backward { - background-position: -240px -72px; -} -.redcore .icon-play { - background-position: -264px -72px; -} -.redcore .icon-pause { - background-position: -288px -72px; -} -.redcore .icon-stop { - background-position: -312px -72px; -} -.redcore .icon-forward { - background-position: -336px -72px; -} -.redcore .icon-fast-forward { - background-position: -360px -72px; -} -.redcore .icon-step-forward { - background-position: -384px -72px; -} -.redcore .icon-eject { - background-position: -408px -72px; -} -.redcore .icon-chevron-left { - background-position: -432px -72px; -} -.redcore .icon-chevron-right { - background-position: -456px -72px; -} -.redcore .icon-plus-sign { - background-position: 0 -96px; -} -.redcore .icon-minus-sign { - background-position: -24px -96px; -} -.redcore .icon-remove-sign { - background-position: -48px -96px; -} -.redcore .icon-ok-sign { - background-position: -72px -96px; -} -.redcore .icon-question-sign { - background-position: -96px -96px; -} -.redcore .icon-info-sign { - background-position: -120px -96px; -} -.redcore .icon-screenshot { - background-position: -144px -96px; -} -.redcore .icon-remove-circle { - background-position: -168px -96px; -} -.redcore .icon-ok-circle { - background-position: -192px -96px; -} -.redcore .icon-ban-circle { - background-position: -216px -96px; -} -.redcore .icon-arrow-left { - background-position: -240px -96px; -} -.redcore .icon-arrow-right { - background-position: -264px -96px; -} -.redcore .icon-arrow-up { - background-position: -289px -96px; -} -.redcore .icon-arrow-down { - background-position: -312px -96px; -} -.redcore .icon-share-alt { - background-position: -336px -96px; -} -.redcore .icon-resize-full { - background-position: -360px -96px; -} -.redcore .icon-resize-small { - background-position: -384px -96px; -} -.redcore .icon-plus { - background-position: -408px -96px; -} -.redcore .icon-minus { - background-position: -433px -96px; -} -.redcore .icon-asterisk { - background-position: -456px -96px; -} -.redcore .icon-exclamation-sign { - background-position: 0 -120px; -} -.redcore .icon-gift { - background-position: -24px -120px; -} -.redcore .icon-leaf { - background-position: -48px -120px; -} -.redcore .icon-fire { - background-position: -72px -120px; -} -.redcore .icon-eye { - background-position: -96px -120px; -} -.redcore .icon-eye-open { - background-position: -96px -120px; -} -.redcore .icon-eye-close { - background-position: -120px -120px; -} -.redcore .icon-warning-sign { - background-position: -144px -120px; -} -.redcore .icon-plane { - background-position: -168px -120px; -} -.redcore .icon-calendar { - background-position: -192px -120px; -} -.redcore .icon-random { - background-position: -216px -120px; - width: 16px; -} -.redcore .icon-comment { - background-position: -240px -120px; -} -.redcore .icon-magnet { - background-position: -264px -120px; -} -.redcore .icon-chevron-up { - background-position: -288px -120px; -} -.redcore .icon-chevron-down { - background-position: -313px -119px; -} -.redcore .icon-retweet { - background-position: -336px -120px; -} -.redcore .icon-shopping-cart { - background-position: -360px -120px; -} -.redcore .icon-folder-close { - background-position: -384px -120px; - width: 16px; -} -.redcore .icon-folder-open { - background-position: -408px -120px; - width: 16px; -} -.redcore .icon-resize-vertical { - background-position: -432px -119px; -} -.redcore .icon-resize-horizontal { - background-position: -456px -118px; -} -.redcore .icon-hdd { - background-position: 0 -144px; -} -.redcore .icon-bullhorn { - background-position: -24px -144px; -} -.redcore .icon-bell { - background-position: -48px -144px; -} -.redcore .icon-certificate { - background-position: -72px -144px; -} -.redcore .icon-thumbs-up { - background-position: -96px -144px; -} -.redcore .icon-thumbs-down { - background-position: -120px -144px; -} -.redcore .icon-hand-right { - background-position: -144px -144px; -} -.redcore .icon-hand-left { - background-position: -168px -144px; -} -.redcore .icon-hand-up { - background-position: -192px -144px; -} -.redcore .icon-hand-down { - background-position: -216px -144px; -} -.redcore .icon-circle-arrow-right { - background-position: -240px -144px; -} -.redcore .icon-circle-arrow-left { - background-position: -264px -144px; -} -.redcore .icon-circle-arrow-up { - background-position: -288px -144px; -} -.redcore .icon-circle-arrow-down { - background-position: -312px -144px; -} -.redcore .icon-globe { - background-position: -336px -144px; -} -.redcore .icon-wrench { - background-position: -360px -144px; -} -.redcore .icon-tasks { - background-position: -384px -144px; -} -.redcore .icon-filter { - background-position: -408px -144px; -} -.redcore .icon-briefcase { - background-position: -432px -144px; -} -.redcore .icon-fullscreen { - background-position: -456px -144px; -} -.redcore .dropup, -.redcore .dropdown { - position: relative; -} -.redcore .dropdown-toggle { - *margin-bottom: -3px; -} -.redcore .dropdown-toggle:active, -.redcore .open .dropdown-toggle { - outline: 0; -} -.redcore .caret { - display: inline-block; - width: 0; - height: 0; - vertical-align: top; - border-top: 4px solid #000000; - border-right: 4px solid transparent; - border-left: 4px solid transparent; - content: ""; -} -.redcore .dropdown .caret { - margin-top: 8px; - margin-left: 2px; -} -.redcore .dropdown-menu { - position: absolute; - top: 100%; - left: 0; - z-index: 1000; - display: none; - float: left; - min-width: 160px; - padding: 5px 0; - margin: 2px 0 0; - list-style: none; - background-color: #ffffff; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.2); - *border-right-width: 2px; - *border-bottom-width: 2px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; -} -.redcore .dropdown-menu.pull-right { - right: 0; - left: auto; -} -.redcore .dropdown-menu .divider { - *width: 100%; - height: 1px; - margin: 9px 1px; - *margin: -5px 0 5px; - overflow: hidden; - background-color: #e5e5e5; - border-bottom: 1px solid #ffffff; -} -.redcore .dropdown-menu > li > a { - display: block; - padding: 3px 20px; - clear: both; - font-weight: normal; - line-height: 20px; - color: #333333; - white-space: nowrap; -} -.redcore .dropdown-menu > li > a:hover, -.redcore .dropdown-menu > li > a:focus, -.redcore .dropdown-submenu:hover > a, -.redcore .dropdown-submenu:focus > a { - text-decoration: none; - color: #ffffff; - background-color: #0081c2; - background-image: -moz-linear-gradient(top, #0088cc, #0077b3); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); - background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); - background-image: -o-linear-gradient(top, #0088cc, #0077b3); - background-image: linear-gradient(to bottom, #0088cc, #0077b3); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); -} -.redcore .dropdown-menu > .active > a, -.redcore .dropdown-menu > .active > a:hover, -.redcore .dropdown-menu > .active > a:focus { - color: #ffffff; - text-decoration: none; - outline: 0; - background-color: #0081c2; - background-image: -moz-linear-gradient(top, #0088cc, #0077b3); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); - background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); - background-image: -o-linear-gradient(top, #0088cc, #0077b3); - background-image: linear-gradient(to bottom, #0088cc, #0077b3); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); -} -.redcore .dropdown-menu > .disabled > a, -.redcore .dropdown-menu > .disabled > a:hover, -.redcore .dropdown-menu > .disabled > a:focus { - color: #999999; -} -.redcore .dropdown-menu > .disabled > a:hover, -.redcore .dropdown-menu > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - background-image: none; - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - cursor: default; -} -.redcore .open { - *z-index: 1000; -} -.redcore .open > .dropdown-menu { - display: block; -} -.redcore .dropdown-backdrop { - position: fixed; - left: 0; - right: 0; - bottom: 0; - top: 0; - z-index: 990; -} -.redcore .pull-right > .dropdown-menu { - right: 0; - left: auto; -} -.redcore .dropup .caret, -.redcore .navbar-fixed-bottom .dropdown .caret { - border-top: 0; - border-bottom: 4px solid #000000; - content: ""; -} -.redcore .dropup .dropdown-menu, -.redcore .navbar-fixed-bottom .dropdown .dropdown-menu { - top: auto; - bottom: 100%; - margin-bottom: 1px; -} -.redcore .dropdown-submenu { - position: relative; -} -.redcore .dropdown-submenu > .dropdown-menu { - top: 0; - left: 100%; - margin-top: -6px; - margin-left: -1px; - -webkit-border-radius: 0 6px 6px 6px; - -moz-border-radius: 0 6px 6px 6px; - border-radius: 0 6px 6px 6px; -} -.redcore .dropdown-submenu:hover > .dropdown-menu { - display: block; -} -.redcore .dropup .dropdown-submenu > .dropdown-menu { - top: auto; - bottom: 0; - margin-top: 0; - margin-bottom: -2px; - -webkit-border-radius: 5px 5px 5px 0; - -moz-border-radius: 5px 5px 5px 0; - border-radius: 5px 5px 5px 0; -} -.redcore .dropdown-submenu > a:after { - display: block; - content: " "; - float: right; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; - border-width: 5px 0 5px 5px; - border-left-color: #cccccc; - margin-top: 5px; - margin-right: -10px; -} -.redcore .dropdown-submenu:hover > a:after { - border-left-color: #ffffff; -} -.redcore .dropdown-submenu.pull-left { - float: none; -} -.redcore .dropdown-submenu.pull-left > .dropdown-menu { - left: -100%; - margin-left: 10px; - -webkit-border-radius: 6px 0 6px 6px; - -moz-border-radius: 6px 0 6px 6px; - border-radius: 6px 0 6px 6px; -} -.redcore .dropdown .dropdown-menu .nav-header { - padding-left: 20px; - padding-right: 20px; -} -.redcore .typeahead { - z-index: 1051; - margin-top: 2px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .well { - min-height: 20px; - padding: 19px; - margin-bottom: 20px; - background-color: #f5f5f5; - border: 1px solid #e3e3e3; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); - box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -} -.redcore .well blockquote { - border-color: #ddd; - border-color: rgba(0, 0, 0, 0.15); -} -.redcore .well-large { - padding: 24px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.redcore .well-small { - padding: 9px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.redcore .fade { - opacity: 0; - -webkit-transition: opacity 0.15s linear; - -moz-transition: opacity 0.15s linear; - -o-transition: opacity 0.15s linear; - transition: opacity 0.15s linear; -} -.redcore .fade.in { - opacity: 1; -} -.redcore .collapse { - position: relative; - height: 0; - overflow: hidden; - -webkit-transition: height 0.35s ease; - -moz-transition: height 0.35s ease; - -o-transition: height 0.35s ease; - transition: height 0.35s ease; -} -.redcore .collapse.in { - height: auto; -} -.redcore .close { - float: right; - font-size: 20px; - font-weight: bold; - line-height: 20px; - color: #000000; - text-shadow: 0 1px 0 #ffffff; - opacity: 0.2; - filter: alpha(opacity=20); -} -.redcore .close:hover, -.redcore .close:focus { - color: #000000; - text-decoration: none; - cursor: pointer; - opacity: 0.4; - filter: alpha(opacity=40); -} -.redcore button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} -.redcore .btn { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - padding: 4px 12px; - margin-bottom: 0; - font-size: 14px; - line-height: 20px; - text-align: center; - vertical-align: middle; - cursor: pointer; - color: #333333; - text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); - background-color: #f5f5f5; - background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); - background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); - background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); - background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); - border-color: #e6e6e6 #e6e6e6 #bfbfbf; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #e6e6e6; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - border: 1px solid #cccccc; - *border: 0; - border-bottom-color: #b3b3b3; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - *margin-left: .3em; - -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); - -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); - box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); -} -.redcore .btn:hover, -.redcore .btn:focus, -.redcore .btn:active, -.redcore .btn.active, -.redcore .btn.disabled, -.redcore .btn[disabled] { - color: #333333; - background-color: #e6e6e6; - *background-color: #d9d9d9; -} -.redcore .btn:active, -.redcore .btn.active { - background-color: #cccccc \9; -} -.redcore .btn:first-child { - *margin-left: 0; -} -.redcore .btn:hover, -.redcore .btn:focus { - color: #333333; - text-decoration: none; - background-position: 0 -15px; - -webkit-transition: background-position 0.1s linear; - -moz-transition: background-position 0.1s linear; - -o-transition: background-position 0.1s linear; - transition: background-position 0.1s linear; -} -.redcore .btn:focus { - outline: thin dotted #333; - outline: 5px auto -webkit-focus-ring-color; - outline-offset: -2px; -} -.redcore .btn.active, -.redcore .btn:active { - background-image: none; - outline: 0; - -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); - -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); - box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -} -.redcore .btn.disabled, -.redcore .btn[disabled] { - cursor: default; - background-image: none; - opacity: 0.65; - filter: alpha(opacity=65); - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -.redcore .btn-large { - padding: 11px 19px; - font-size: 17.5px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.redcore .btn-large [class^="icon-"], -.redcore .btn-large [class*=" icon-"] { - margin-top: 4px; -} -.redcore .btn-small { - padding: 2px 10px; - font-size: 11.9px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.redcore .btn-small [class^="icon-"], -.redcore .btn-small [class*=" icon-"] { - margin-top: 0; -} -.redcore .btn-mini [class^="icon-"], -.redcore .btn-mini [class*=" icon-"] { - margin-top: -1px; -} -.redcore .btn-mini { - padding: 0 6px; - font-size: 10.5px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.redcore .btn-block { - display: block; - width: 100%; - padding-left: 0; - padding-right: 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; -} -.redcore .btn-block + .btn-block { - margin-top: 5px; -} -.redcore input[type="submit"].btn-block, -.redcore input[type="reset"].btn-block, -.redcore input[type="button"].btn-block { - width: 100%; -} -.redcore .btn-primary.active, -.redcore .btn-warning.active, -.redcore .btn-danger.active, -.redcore .btn-success.active, -.redcore .btn-info.active, -.redcore .btn-inverse.active { - color: rgba(255, 255, 255, 0.75); -} -.redcore .btn-primary { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #006dcc; - background-image: -moz-linear-gradient(top, #0088cc, #0044cc); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); - background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); - background-image: -o-linear-gradient(top, #0088cc, #0044cc); - background-image: linear-gradient(to bottom, #0088cc, #0044cc); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0); - border-color: #0044cc #0044cc #002a80; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #0044cc; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .btn-primary:hover, -.redcore .btn-primary:focus, -.redcore .btn-primary:active, -.redcore .btn-primary.active, -.redcore .btn-primary.disabled, -.redcore .btn-primary[disabled] { - color: #ffffff; - background-color: #0044cc; - *background-color: #003bb3; -} -.redcore .btn-primary:active, -.redcore .btn-primary.active { - background-color: #003399 \9; -} -.redcore .btn-warning { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #faa732; - background-image: -moz-linear-gradient(top, #fbb450, #f89406); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); - background-image: -webkit-linear-gradient(top, #fbb450, #f89406); - background-image: -o-linear-gradient(top, #fbb450, #f89406); - background-image: linear-gradient(to bottom, #fbb450, #f89406); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); - border-color: #f89406 #f89406 #ad6704; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #f89406; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .btn-warning:hover, -.redcore .btn-warning:focus, -.redcore .btn-warning:active, -.redcore .btn-warning.active, -.redcore .btn-warning.disabled, -.redcore .btn-warning[disabled] { - color: #ffffff; - background-color: #f89406; - *background-color: #df8505; -} -.redcore .btn-warning:active, -.redcore .btn-warning.active { - background-color: #c67605 \9; -} -.redcore .btn-danger { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #da4f49; - background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); - background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); - background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); - background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); - border-color: #bd362f #bd362f #802420; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #bd362f; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .btn-danger:hover, -.redcore .btn-danger:focus, -.redcore .btn-danger:active, -.redcore .btn-danger.active, -.redcore .btn-danger.disabled, -.redcore .btn-danger[disabled] { - color: #ffffff; - background-color: #bd362f; - *background-color: #a9302a; -} -.redcore .btn-danger:active, -.redcore .btn-danger.active { - background-color: #942a25 \9; -} -.redcore .btn-success { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #5bb75b; - background-image: -moz-linear-gradient(top, #62c462, #51a351); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); - background-image: -webkit-linear-gradient(top, #62c462, #51a351); - background-image: -o-linear-gradient(top, #62c462, #51a351); - background-image: linear-gradient(to bottom, #62c462, #51a351); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); - border-color: #51a351 #51a351 #387038; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #51a351; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .btn-success:hover, -.redcore .btn-success:focus, -.redcore .btn-success:active, -.redcore .btn-success.active, -.redcore .btn-success.disabled, -.redcore .btn-success[disabled] { - color: #ffffff; - background-color: #51a351; - *background-color: #499249; -} -.redcore .btn-success:active, -.redcore .btn-success.active { - background-color: #408140 \9; -} -.redcore .btn-info { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #49afcd; - background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); - background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); - background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); - background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); - border-color: #2f96b4 #2f96b4 #1f6377; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #2f96b4; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .btn-info:hover, -.redcore .btn-info:focus, -.redcore .btn-info:active, -.redcore .btn-info.active, -.redcore .btn-info.disabled, -.redcore .btn-info[disabled] { - color: #ffffff; - background-color: #2f96b4; - *background-color: #2a85a0; -} -.redcore .btn-info:active, -.redcore .btn-info.active { - background-color: #24748c \9; -} -.redcore .btn-inverse { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #363636; - background-image: -moz-linear-gradient(top, #444444, #222222); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); - background-image: -webkit-linear-gradient(top, #444444, #222222); - background-image: -o-linear-gradient(top, #444444, #222222); - background-image: linear-gradient(to bottom, #444444, #222222); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); - border-color: #222222 #222222 #000000; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #222222; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .btn-inverse:hover, -.redcore .btn-inverse:focus, -.redcore .btn-inverse:active, -.redcore .btn-inverse.active, -.redcore .btn-inverse.disabled, -.redcore .btn-inverse[disabled] { - color: #ffffff; - background-color: #222222; - *background-color: #151515; -} -.redcore .btn-inverse:active, -.redcore .btn-inverse.active { - background-color: #080808 \9; -} -.redcore button.btn, -.redcore input[type="submit"].btn { - *padding-top: 3px; - *padding-bottom: 3px; -} -.redcore button.btn::-moz-focus-inner, -.redcore input[type="submit"].btn::-moz-focus-inner { - padding: 0; - border: 0; -} -.redcore button.btn.btn-large, -.redcore input[type="submit"].btn.btn-large { - *padding-top: 7px; - *padding-bottom: 7px; -} -.redcore button.btn.btn-small, -.redcore input[type="submit"].btn.btn-small { - *padding-top: 3px; - *padding-bottom: 3px; -} -.redcore button.btn.btn-mini, -.redcore input[type="submit"].btn.btn-mini { - *padding-top: 1px; - *padding-bottom: 1px; -} -.redcore .btn-link, -.redcore .btn-link:active, -.redcore .btn-link[disabled] { - background-color: transparent; - background-image: none; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; -} -.redcore .btn-link { - border-color: transparent; - cursor: pointer; - color: #0088cc; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .btn-link:hover, -.redcore .btn-link:focus { - color: #005580; - text-decoration: underline; - background-color: transparent; -} -.redcore .btn-link[disabled]:hover, -.redcore .btn-link[disabled]:focus { - color: #333333; - text-decoration: none; -} -.redcore .btn-group { - position: relative; - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - font-size: 0; - vertical-align: middle; - white-space: nowrap; - *margin-left: .3em; -} -.redcore .btn-group:first-child { - *margin-left: 0; -} -.redcore .btn-group + .btn-group { - margin-left: 5px; -} -.redcore .btn-toolbar { - font-size: 0; - margin-top: 10px; - margin-bottom: 10px; -} -.redcore .btn-toolbar > .btn + .btn, -.redcore .btn-toolbar > .btn-group + .btn, -.redcore .btn-toolbar > .btn + .btn-group { - margin-left: 5px; -} -.redcore .btn-group > .btn { - position: relative; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .btn-group > .btn + .btn { - margin-left: -1px; -} -.redcore .btn-group > .btn, -.redcore .btn-group > .dropdown-menu, -.redcore .btn-group > .popover { - font-size: 14px; -} -.redcore .btn-group > .btn-mini { - font-size: 10.5px; -} -.redcore .btn-group > .btn-small { - font-size: 11.9px; -} -.redcore .btn-group > .btn-large { - font-size: 17.5px; -} -.redcore .btn-group > .btn:first-child { - margin-left: 0; - -webkit-border-top-left-radius: 4px; - -moz-border-radius-topleft: 4px; - border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - border-bottom-left-radius: 4px; -} -.redcore .btn-group > .btn:last-child, -.redcore .btn-group > .dropdown-toggle { - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topright: 4px; - border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - border-bottom-right-radius: 4px; -} -.redcore .btn-group > .btn.large:first-child { - margin-left: 0; - -webkit-border-top-left-radius: 6px; - -moz-border-radius-topleft: 6px; - border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -moz-border-radius-bottomleft: 6px; - border-bottom-left-radius: 6px; -} -.redcore .btn-group > .btn.large:last-child, -.redcore .btn-group > .large.dropdown-toggle { - -webkit-border-top-right-radius: 6px; - -moz-border-radius-topright: 6px; - border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-bottomright: 6px; - border-bottom-right-radius: 6px; -} -.redcore .btn-group > .btn:hover, -.redcore .btn-group > .btn:focus, -.redcore .btn-group > .btn:active, -.redcore .btn-group > .btn.active { - z-index: 2; -} -.redcore .btn-group .dropdown-toggle:active, -.redcore .btn-group.open .dropdown-toggle { - outline: 0; -} -.redcore .btn-group > .btn + .dropdown-toggle { - padding-left: 8px; - padding-right: 8px; - -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); - -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); - box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); - *padding-top: 5px; - *padding-bottom: 5px; -} -.redcore .btn-group > .btn-mini + .dropdown-toggle { - padding-left: 5px; - padding-right: 5px; - *padding-top: 2px; - *padding-bottom: 2px; -} -.redcore .btn-group > .btn-small + .dropdown-toggle { - *padding-top: 5px; - *padding-bottom: 4px; -} -.redcore .btn-group > .btn-large + .dropdown-toggle { - padding-left: 12px; - padding-right: 12px; - *padding-top: 7px; - *padding-bottom: 7px; -} -.redcore .btn-group.open .dropdown-toggle { - background-image: none; - -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); - -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); - box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05); -} -.redcore .btn-group.open .btn.dropdown-toggle { - background-color: #e6e6e6; -} -.redcore .btn-group.open .btn-primary.dropdown-toggle { - background-color: #0044cc; -} -.redcore .btn-group.open .btn-warning.dropdown-toggle { - background-color: #f89406; -} -.redcore .btn-group.open .btn-danger.dropdown-toggle { - background-color: #bd362f; -} -.redcore .btn-group.open .btn-success.dropdown-toggle { - background-color: #51a351; -} -.redcore .btn-group.open .btn-info.dropdown-toggle { - background-color: #2f96b4; -} -.redcore .btn-group.open .btn-inverse.dropdown-toggle { - background-color: #222222; -} -.redcore .btn .caret { - margin-top: 8px; - margin-left: 0; -} -.redcore .btn-large .caret { - margin-top: 6px; -} -.redcore .btn-large .caret { - border-left-width: 5px; - border-right-width: 5px; - border-top-width: 5px; -} -.redcore .btn-mini .caret, -.redcore .btn-small .caret { - margin-top: 8px; -} -.redcore .dropup .btn-large .caret { - border-bottom-width: 5px; -} -.redcore .btn-primary .caret, -.redcore .btn-warning .caret, -.redcore .btn-danger .caret, -.redcore .btn-info .caret, -.redcore .btn-success .caret, -.redcore .btn-inverse .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} -.redcore .btn-group-vertical { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; -} -.redcore .btn-group-vertical > .btn { - display: block; - float: none; - max-width: 100%; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .btn-group-vertical > .btn + .btn { - margin-left: 0; - margin-top: -1px; -} -.redcore .btn-group-vertical > .btn:first-child { - -webkit-border-radius: 4px 4px 0 0; - -moz-border-radius: 4px 4px 0 0; - border-radius: 4px 4px 0 0; -} -.redcore .btn-group-vertical > .btn:last-child { - -webkit-border-radius: 0 0 4px 4px; - -moz-border-radius: 0 0 4px 4px; - border-radius: 0 0 4px 4px; -} -.redcore .btn-group-vertical > .btn-large:first-child { - -webkit-border-radius: 6px 6px 0 0; - -moz-border-radius: 6px 6px 0 0; - border-radius: 6px 6px 0 0; -} -.redcore .btn-group-vertical > .btn-large:last-child { - -webkit-border-radius: 0 0 6px 6px; - -moz-border-radius: 0 0 6px 6px; - border-radius: 0 0 6px 6px; -} -.redcore .alert { - padding: 8px 35px 8px 14px; - margin-bottom: 20px; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); - background-color: #fcf8e3; - border: 1px solid #fbeed5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .alert, -.redcore .alert h4 { - color: #c09853; -} -.redcore .alert h4 { - margin: 0; -} -.redcore .alert .close { - position: relative; - top: -2px; - right: -21px; - line-height: 20px; -} -.redcore .alert-success { - background-color: #dff0d8; - border-color: #d6e9c6; - color: #468847; -} -.redcore .alert-success h4 { - color: #468847; -} -.redcore .alert-danger, -.redcore .alert-error { - background-color: #f2dede; - border-color: #eed3d7; - color: #b94a48; -} -.redcore .alert-danger h4, -.redcore .alert-error h4 { - color: #b94a48; -} -.redcore .alert-info { - background-color: #d9edf7; - border-color: #bce8f1; - color: #3a87ad; -} -.redcore .alert-info h4 { - color: #3a87ad; -} -.redcore .alert-block { - padding-top: 14px; - padding-bottom: 14px; -} -.redcore .alert-block > p, -.redcore .alert-block > ul { - margin-bottom: 0; -} -.redcore .alert-block p + p { - margin-top: 5px; -} -.redcore .nav { - margin-left: 0; - margin-bottom: 20px; - list-style: none; -} -.redcore .nav > li > a { - display: block; -} -.redcore .nav > li > a:hover, -.redcore .nav > li > a:focus { - text-decoration: none; - background-color: #eeeeee; -} -.redcore .nav > li > a > img { - max-width: none; -} -.redcore .nav > .pull-right { - float: right; -} -.redcore .nav-header { - display: block; - padding: 3px 15px; - font-size: 11px; - font-weight: bold; - line-height: 20px; - color: #999999; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); - text-transform: uppercase; -} -.redcore .nav li + .nav-header { - margin-top: 9px; -} -.redcore .nav-list { - padding-left: 15px; - padding-right: 15px; - margin-bottom: 0; -} -.redcore .nav-list > li > a, -.redcore .nav-list .nav-header { - margin-left: -15px; - margin-right: -15px; - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); -} -.redcore .nav-list > li > a { - padding: 3px 15px; -} -.redcore .nav-list > .active > a, -.redcore .nav-list > .active > a:hover, -.redcore .nav-list > .active > a:focus { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); - background-color: #0088cc; -} -.redcore .nav-list [class^="icon-"], -.redcore .nav-list [class*=" icon-"] { - margin-right: 2px; -} -.redcore .nav-list .divider { - *width: 100%; - height: 1px; - margin: 9px 1px; - *margin: -5px 0 5px; - overflow: hidden; - background-color: #e5e5e5; - border-bottom: 1px solid #ffffff; -} -.redcore .nav-tabs, -.redcore .nav-pills { - *zoom: 1; -} -.redcore .nav-tabs:before, -.redcore .nav-pills:before, -.redcore .nav-tabs:after, -.redcore .nav-pills:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .nav-tabs:after, -.redcore .nav-pills:after { - clear: both; -} -.redcore .nav-tabs > li, -.redcore .nav-pills > li { - float: left; -} -.redcore .nav-tabs > li > a, -.redcore .nav-pills > li > a { - padding-right: 12px; - padding-left: 12px; - margin-right: 2px; - line-height: 14px; -} -.redcore .nav-tabs { - border-bottom: 1px solid #ddd; -} -.redcore .nav-tabs > li { - margin-bottom: -1px; -} -.redcore .nav-tabs > li > a { - padding-top: 8px; - padding-bottom: 8px; - line-height: 20px; - border: 1px solid transparent; - -webkit-border-radius: 4px 4px 0 0; - -moz-border-radius: 4px 4px 0 0; - border-radius: 4px 4px 0 0; -} -.redcore .nav-tabs > li > a:hover, -.redcore .nav-tabs > li > a:focus { - border-color: #eeeeee #eeeeee #dddddd; -} -.redcore .nav-tabs > .active > a, -.redcore .nav-tabs > .active > a:hover, -.redcore .nav-tabs > .active > a:focus { - color: #555555; - background-color: #ffffff; - border: 1px solid #ddd; - border-bottom-color: transparent; - cursor: default; -} -.redcore .nav-pills > li > a { - padding-top: 8px; - padding-bottom: 8px; - margin-top: 2px; - margin-bottom: 2px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -.redcore .nav-pills > .active > a, -.redcore .nav-pills > .active > a:hover, -.redcore .nav-pills > .active > a:focus { - color: #ffffff; - background-color: #0088cc; -} -.redcore .nav-stacked > li { - float: none; -} -.redcore .nav-stacked > li > a { - margin-right: 0; -} -.redcore .nav-tabs.nav-stacked { - border-bottom: 0; -} -.redcore .nav-tabs.nav-stacked > li > a { - border: 1px solid #ddd; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .nav-tabs.nav-stacked > li:first-child > a { - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topright: 4px; - border-top-right-radius: 4px; - -webkit-border-top-left-radius: 4px; - -moz-border-radius-topleft: 4px; - border-top-left-radius: 4px; -} -.redcore .nav-tabs.nav-stacked > li:last-child > a { - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - border-bottom-right-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - border-bottom-left-radius: 4px; -} -.redcore .nav-tabs.nav-stacked > li > a:hover, -.redcore .nav-tabs.nav-stacked > li > a:focus { - border-color: #ddd; - z-index: 2; -} -.redcore .nav-pills.nav-stacked > li > a { - margin-bottom: 3px; -} -.redcore .nav-pills.nav-stacked > li:last-child > a { - margin-bottom: 1px; -} -.redcore .nav-tabs .dropdown-menu { - -webkit-border-radius: 0 0 6px 6px; - -moz-border-radius: 0 0 6px 6px; - border-radius: 0 0 6px 6px; -} -.redcore .nav-pills .dropdown-menu { - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.redcore .nav .dropdown-toggle .caret { - border-top-color: #0088cc; - border-bottom-color: #0088cc; - margin-top: 6px; -} -.redcore .nav .dropdown-toggle:hover .caret, -.redcore .nav .dropdown-toggle:focus .caret { - border-top-color: #005580; - border-bottom-color: #005580; -} -.redcore .nav-tabs .dropdown-toggle .caret { - margin-top: 8px; -} -.redcore .nav .active .dropdown-toggle .caret { - border-top-color: #fff; - border-bottom-color: #fff; -} -.redcore .nav-tabs .active .dropdown-toggle .caret { - border-top-color: #555555; - border-bottom-color: #555555; -} -.redcore .nav > .dropdown.active > a:hover, -.redcore .nav > .dropdown.active > a:focus { - cursor: pointer; -} -.redcore .nav-tabs .open .dropdown-toggle, -.redcore .nav-pills .open .dropdown-toggle, -.redcore .nav > li.dropdown.open.active > a:hover, -.redcore .nav > li.dropdown.open.active > a:focus { - color: #ffffff; - background-color: #999999; - border-color: #999999; -} -.redcore .nav li.dropdown.open .caret, -.redcore .nav li.dropdown.open.active .caret, -.redcore .nav li.dropdown.open a:hover .caret, -.redcore .nav li.dropdown.open a:focus .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; - opacity: 1; - filter: alpha(opacity=100); -} -.redcore .tabs-stacked .open > a:hover, -.redcore .tabs-stacked .open > a:focus { - border-color: #999999; -} -.redcore .tabbable { - *zoom: 1; -} -.redcore .tabbable:before, -.redcore .tabbable:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .tabbable:after { - clear: both; -} -.redcore .tab-content { - overflow: auto; -} -.redcore .tabs-below > .nav-tabs, -.redcore .tabs-right > .nav-tabs, -.redcore .tabs-left > .nav-tabs { - border-bottom: 0; -} -.redcore .tab-content > .tab-pane, -.redcore .pill-content > .pill-pane { - display: none; -} -.redcore .tab-content > .active, -.redcore .pill-content > .active { - display: block; -} -.redcore .tabs-below > .nav-tabs { - border-top: 1px solid #ddd; -} -.redcore .tabs-below > .nav-tabs > li { - margin-top: -1px; - margin-bottom: 0; -} -.redcore .tabs-below > .nav-tabs > li > a { - -webkit-border-radius: 0 0 4px 4px; - -moz-border-radius: 0 0 4px 4px; - border-radius: 0 0 4px 4px; -} -.redcore .tabs-below > .nav-tabs > li > a:hover, -.redcore .tabs-below > .nav-tabs > li > a:focus { - border-bottom-color: transparent; - border-top-color: #ddd; -} -.redcore .tabs-below > .nav-tabs > .active > a, -.redcore .tabs-below > .nav-tabs > .active > a:hover, -.redcore .tabs-below > .nav-tabs > .active > a:focus { - border-color: transparent #ddd #ddd #ddd; -} -.redcore .tabs-left > .nav-tabs > li, -.redcore .tabs-right > .nav-tabs > li { - float: none; -} -.redcore .tabs-left > .nav-tabs > li > a, -.redcore .tabs-right > .nav-tabs > li > a { - min-width: 74px; - margin-right: 0; - margin-bottom: 3px; -} -.redcore .tabs-left > .nav-tabs { - float: left; - margin-right: 19px; - border-right: 1px solid #ddd; -} -.redcore .tabs-left > .nav-tabs > li > a { - margin-right: -1px; - -webkit-border-radius: 4px 0 0 4px; - -moz-border-radius: 4px 0 0 4px; - border-radius: 4px 0 0 4px; -} -.redcore .tabs-left > .nav-tabs > li > a:hover, -.redcore .tabs-left > .nav-tabs > li > a:focus { - border-color: #eeeeee #dddddd #eeeeee #eeeeee; -} -.redcore .tabs-left > .nav-tabs .active > a, -.redcore .tabs-left > .nav-tabs .active > a:hover, -.redcore .tabs-left > .nav-tabs .active > a:focus { - border-color: #ddd transparent #ddd #ddd; - *border-right-color: #ffffff; -} -.redcore .tabs-right > .nav-tabs { - float: right; - margin-left: 19px; - border-left: 1px solid #ddd; -} -.redcore .tabs-right > .nav-tabs > li > a { - margin-left: -1px; - -webkit-border-radius: 0 4px 4px 0; - -moz-border-radius: 0 4px 4px 0; - border-radius: 0 4px 4px 0; -} -.redcore .tabs-right > .nav-tabs > li > a:hover, -.redcore .tabs-right > .nav-tabs > li > a:focus { - border-color: #eeeeee #eeeeee #eeeeee #dddddd; -} -.redcore .tabs-right > .nav-tabs .active > a, -.redcore .tabs-right > .nav-tabs .active > a:hover, -.redcore .tabs-right > .nav-tabs .active > a:focus { - border-color: #ddd #ddd #ddd transparent; - *border-left-color: #ffffff; -} -.redcore .nav > .disabled > a { - color: #999999; -} -.redcore .nav > .disabled > a:hover, -.redcore .nav > .disabled > a:focus { - text-decoration: none; - background-color: transparent; - cursor: default; -} -.redcore .navbar { - overflow: visible; - margin-bottom: 20px; - *position: relative; - *z-index: 2; -} -.redcore .navbar-inner { - min-height: 40px; - padding-left: 20px; - padding-right: 20px; - background-color: #fafafa; - background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); - background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); - background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); - background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); - border: 1px solid #d4d4d4; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); - -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); - box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); - *zoom: 1; -} -.redcore .navbar-inner:before, -.redcore .navbar-inner:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .navbar-inner:after { - clear: both; -} -.redcore .navbar .container { - width: auto; -} -.redcore .nav-collapse.collapse { - height: auto; - overflow: visible; -} -.redcore .navbar .brand { - float: left; - display: block; - padding: 10px 20px 10px; - margin-left: -20px; - font-size: 20px; - font-weight: 200; - color: #777777; - text-shadow: 0 1px 0 #ffffff; -} -.redcore .navbar .brand:hover, -.redcore .navbar .brand:focus { - text-decoration: none; -} -.redcore .navbar-text { - margin-bottom: 0; - line-height: 40px; - color: #777777; -} -.redcore .navbar-link { - color: #777777; -} -.redcore .navbar-link:hover, -.redcore .navbar-link:focus { - color: #333333; -} -.redcore .navbar .divider-vertical { - height: 40px; - margin: 0 9px; - border-left: 1px solid #f2f2f2; - border-right: 1px solid #ffffff; -} -.redcore .navbar .btn, -.redcore .navbar .btn-group { - margin-top: 5px; -} -.redcore .navbar .btn-group .btn, -.redcore .navbar .input-prepend .btn, -.redcore .navbar .input-append .btn, -.redcore .navbar .input-prepend .btn-group, -.redcore .navbar .input-append .btn-group { - margin-top: 0; -} -.redcore .navbar-form { - margin-bottom: 0; - *zoom: 1; -} -.redcore .navbar-form:before, -.redcore .navbar-form:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .navbar-form:after { - clear: both; -} -.redcore .navbar-form input, -.redcore .navbar-form select, -.redcore .navbar-form .radio, -.redcore .navbar-form .checkbox { - margin-top: 5px; -} -.redcore .navbar-form input, -.redcore .navbar-form select, -.redcore .navbar-form .btn { - display: inline-block; - margin-bottom: 0; -} -.redcore .navbar-form input[type="image"], -.redcore .navbar-form input[type="checkbox"], -.redcore .navbar-form input[type="radio"] { - margin-top: 3px; -} -.redcore .navbar-form .input-append, -.redcore .navbar-form .input-prepend { - margin-top: 5px; - white-space: nowrap; -} -.redcore .navbar-form .input-append input, -.redcore .navbar-form .input-prepend input { - margin-top: 0; -} -.redcore .navbar-search { - position: relative; - float: left; - margin-top: 5px; - margin-bottom: 0; -} -.redcore .navbar-search .search-query { - margin-bottom: 0; - padding: 4px 14px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - font-size: 13px; - font-weight: normal; - line-height: 1; - -webkit-border-radius: 15px; - -moz-border-radius: 15px; - border-radius: 15px; -} -.redcore .navbar-static-top { - position: static; - margin-bottom: 0; -} -.redcore .navbar-static-top .navbar-inner { - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .navbar-fixed-top, -.redcore .navbar-fixed-bottom { - position: fixed; - right: 0; - left: 0; - z-index: 1030; - margin-bottom: 0; -} -.redcore .navbar-fixed-top .navbar-inner, -.redcore .navbar-static-top .navbar-inner { - border-width: 0 0 1px; -} -.redcore .navbar-fixed-bottom .navbar-inner { - border-width: 1px 0 0; -} -.redcore .navbar-fixed-top .navbar-inner, -.redcore .navbar-fixed-bottom .navbar-inner { - padding-left: 0; - padding-right: 0; - -webkit-border-radius: 0; - -moz-border-radius: 0; - border-radius: 0; -} -.redcore .navbar-static-top .container, -.redcore .navbar-fixed-top .container, -.redcore .navbar-fixed-bottom .container { - width: 940px; -} -.redcore .navbar-fixed-top { - top: 0; -} -.redcore .navbar-fixed-top .navbar-inner, -.redcore .navbar-static-top .navbar-inner { - -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1); - -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1); - box-shadow: 0 1px 10px rgba(0,0,0,.1); -} -.redcore .navbar-fixed-bottom { - bottom: 0; -} -.redcore .navbar-fixed-bottom .navbar-inner { - -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1); - -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1); - box-shadow: 0 -1px 10px rgba(0,0,0,.1); -} -.redcore .navbar .nav { - position: relative; - left: 0; - display: block; - float: left; - margin: 0 10px 0 0; -} -.redcore .navbar .nav.pull-right { - float: right; - margin-right: 0; -} -.redcore .navbar .nav > li { - float: left; -} -.redcore .navbar .nav > li > a { - float: none; - padding: 10px 15px 10px; - color: #777777; - text-decoration: none; - text-shadow: 0 1px 0 #ffffff; -} -.redcore .navbar .nav .dropdown-toggle .caret { - margin-top: 8px; -} -.redcore .navbar .nav > li > a:focus, -.redcore .navbar .nav > li > a:hover { - background-color: transparent; - color: #333333; - text-decoration: none; -} -.redcore .navbar .nav > .active > a, -.redcore .navbar .nav > .active > a:hover, -.redcore .navbar .nav > .active > a:focus { - color: #555555; - text-decoration: none; - background-color: #e5e5e5; - -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); - -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125); -} -.redcore .navbar .btn-navbar { - display: none; - float: right; - padding: 7px 10px; - margin-left: 5px; - margin-right: 5px; - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #ededed; - background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5)); - background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5); - background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5); - background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0); - border-color: #e5e5e5 #e5e5e5 #bfbfbf; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #e5e5e5; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); - -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); - -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); - box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075); -} -.redcore .navbar .btn-navbar:hover, -.redcore .navbar .btn-navbar:focus, -.redcore .navbar .btn-navbar:active, -.redcore .navbar .btn-navbar.active, -.redcore .navbar .btn-navbar.disabled, -.redcore .navbar .btn-navbar[disabled] { - color: #ffffff; - background-color: #e5e5e5; - *background-color: #d9d9d9; -} -.redcore .navbar .btn-navbar:active, -.redcore .navbar .btn-navbar.active { - background-color: #cccccc \9; -} -.redcore .navbar .btn-navbar .icon-bar { - display: block; - width: 18px; - height: 2px; - background-color: #f5f5f5; - -webkit-border-radius: 1px; - -moz-border-radius: 1px; - border-radius: 1px; - -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); - -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); - box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -} -.redcore .btn-navbar .icon-bar + .icon-bar { - margin-top: 3px; -} -.redcore .navbar .nav > li > .dropdown-menu:before { - content: ''; - display: inline-block; - border-left: 7px solid transparent; - border-right: 7px solid transparent; - border-bottom: 7px solid #ccc; - border-bottom-color: rgba(0, 0, 0, 0.2); - position: absolute; - top: -7px; - left: 9px; -} -.redcore .navbar .nav > li > .dropdown-menu:after { - content: ''; - display: inline-block; - border-left: 6px solid transparent; - border-right: 6px solid transparent; - border-bottom: 6px solid #ffffff; - position: absolute; - top: -6px; - left: 10px; -} -.redcore .navbar-fixed-bottom .nav > li > .dropdown-menu:before { - border-top: 7px solid #ccc; - border-top-color: rgba(0, 0, 0, 0.2); - border-bottom: 0; - bottom: -7px; - top: auto; -} -.redcore .navbar-fixed-bottom .nav > li > .dropdown-menu:after { - border-top: 6px solid #ffffff; - border-bottom: 0; - bottom: -6px; - top: auto; -} -.redcore .navbar .nav li.dropdown > a:hover .caret, -.redcore .navbar .nav li.dropdown > a:focus .caret { - border-top-color: #333333; - border-bottom-color: #333333; -} -.redcore .navbar .nav li.dropdown.open > .dropdown-toggle, -.redcore .navbar .nav li.dropdown.active > .dropdown-toggle, -.redcore .navbar .nav li.dropdown.open.active > .dropdown-toggle { - background-color: #e5e5e5; - color: #555555; -} -.redcore .navbar .nav li.dropdown > .dropdown-toggle .caret { - border-top-color: #777777; - border-bottom-color: #777777; -} -.redcore .navbar .nav li.dropdown.open > .dropdown-toggle .caret, -.redcore .navbar .nav li.dropdown.active > .dropdown-toggle .caret, -.redcore .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret { - border-top-color: #555555; - border-bottom-color: #555555; -} -.redcore .navbar .pull-right > li > .dropdown-menu, -.redcore .navbar .nav > li > .dropdown-menu.pull-right { - left: auto; - right: 0; -} -.redcore .navbar .pull-right > li > .dropdown-menu:before, -.redcore .navbar .nav > li > .dropdown-menu.pull-right:before { - left: auto; - right: 12px; -} -.redcore .navbar .pull-right > li > .dropdown-menu:after, -.redcore .navbar .nav > li > .dropdown-menu.pull-right:after { - left: auto; - right: 13px; -} -.redcore .navbar .pull-right > li > .dropdown-menu .dropdown-menu, -.redcore .navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu { - left: auto; - right: 100%; - margin-left: 0; - margin-right: -1px; - -webkit-border-radius: 6px 0 6px 6px; - -moz-border-radius: 6px 0 6px 6px; - border-radius: 6px 0 6px 6px; -} -.redcore .navbar-inverse .navbar-inner { - background-color: #1b1b1b; - background-image: -moz-linear-gradient(top, #222222, #111111); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111)); - background-image: -webkit-linear-gradient(top, #222222, #111111); - background-image: -o-linear-gradient(top, #222222, #111111); - background-image: linear-gradient(to bottom, #222222, #111111); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0); - border-color: #252525; -} -.redcore .navbar-inverse .brand, -.redcore .navbar-inverse .nav > li > a { - color: #999999; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); -} -.redcore .navbar-inverse .brand:hover, -.redcore .navbar-inverse .nav > li > a:hover, -.redcore .navbar-inverse .brand:focus, -.redcore .navbar-inverse .nav > li > a:focus { - color: #ffffff; -} -.redcore .navbar-inverse .brand { - color: #999999; -} -.redcore .navbar-inverse .navbar-text { - color: #999999; -} -.redcore .navbar-inverse .nav > li > a:focus, -.redcore .navbar-inverse .nav > li > a:hover { - background-color: transparent; - color: #ffffff; -} -.redcore .navbar-inverse .nav .active > a, -.redcore .navbar-inverse .nav .active > a:hover, -.redcore .navbar-inverse .nav .active > a:focus { - color: #ffffff; - background-color: #111111; -} -.redcore .navbar-inverse .navbar-link { - color: #999999; -} -.redcore .navbar-inverse .navbar-link:hover, -.redcore .navbar-inverse .navbar-link:focus { - color: #ffffff; -} -.redcore .navbar-inverse .divider-vertical { - border-left-color: #111111; - border-right-color: #222222; -} -.redcore .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, -.redcore .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, -.redcore .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { - background-color: #111111; - color: #ffffff; -} -.redcore .navbar-inverse .nav li.dropdown > a:hover .caret, -.redcore .navbar-inverse .nav li.dropdown > a:focus .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} -.redcore .navbar-inverse .nav li.dropdown > .dropdown-toggle .caret { - border-top-color: #999999; - border-bottom-color: #999999; -} -.redcore .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, -.redcore .navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret, -.redcore .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret { - border-top-color: #ffffff; - border-bottom-color: #ffffff; -} -.redcore .navbar-inverse .navbar-search .search-query { - color: #ffffff; - background-color: #515151; - border-color: #111111; - -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); - -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); - box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15); - -webkit-transition: none; - -moz-transition: none; - -o-transition: none; - transition: none; -} -.redcore .navbar-inverse .navbar-search .search-query:-moz-placeholder { - color: #cccccc; -} -.redcore .navbar-inverse .navbar-search .search-query:-ms-input-placeholder { - color: #cccccc; -} -.redcore .navbar-inverse .navbar-search .search-query::-webkit-input-placeholder { - color: #cccccc; -} -.redcore .navbar-inverse .navbar-search .search-query:focus, -.redcore .navbar-inverse .navbar-search .search-query.focused { - padding: 5px 15px; - color: #333333; - text-shadow: 0 1px 0 #ffffff; - background-color: #ffffff; - border: 0; - -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); - -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); - box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); - outline: 0; -} -.redcore .navbar-inverse .btn-navbar { - color: #ffffff; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #0e0e0e; - background-image: -moz-linear-gradient(top, #151515, #040404); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404)); - background-image: -webkit-linear-gradient(top, #151515, #040404); - background-image: -o-linear-gradient(top, #151515, #040404); - background-image: linear-gradient(to bottom, #151515, #040404); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0); - border-color: #040404 #040404 #000000; - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); - *background-color: #040404; - /* Darken IE7 buttons by default so they stand out more given they won't have borders */ - filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); -} -.redcore .navbar-inverse .btn-navbar:hover, -.redcore .navbar-inverse .btn-navbar:focus, -.redcore .navbar-inverse .btn-navbar:active, -.redcore .navbar-inverse .btn-navbar.active, -.redcore .navbar-inverse .btn-navbar.disabled, -.redcore .navbar-inverse .btn-navbar[disabled] { - color: #ffffff; - background-color: #040404; - *background-color: #000000; -} -.redcore .navbar-inverse .btn-navbar:active, -.redcore .navbar-inverse .btn-navbar.active { - background-color: #000000 \9; -} -.redcore .breadcrumb { - padding: 8px 15px; - margin: 0 0 20px; - list-style: none; - background-color: #f5f5f5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .breadcrumb > li { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - text-shadow: 0 1px 0 #ffffff; -} -.redcore .breadcrumb > li > .divider { - padding: 0 5px; - color: #ccc; -} -.redcore .breadcrumb > .active { - color: #999999; -} -.redcore .pagination { - margin: 20px 0; -} -.redcore .pagination ul { - display: inline-block; - *display: inline; - /* IE7 inline-block hack */ - *zoom: 1; - margin-left: 0; - margin-bottom: 0; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); - -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -} -.redcore .pagination ul > li { - display: inline; -} -.redcore .pagination ul > li > a, -.redcore .pagination ul > li > span { - float: left; - padding: 4px 12px; - line-height: 20px; - text-decoration: none; - background-color: #ffffff; - border: 1px solid #dddddd; - border-left-width: 0; -} -.redcore .pagination ul > li > a:hover, -.redcore .pagination ul > li > a:focus, -.redcore .pagination ul > .active > a, -.redcore .pagination ul > .active > span { - background-color: #f5f5f5; -} -.redcore .pagination ul > .active > a, -.redcore .pagination ul > .active > span { - color: #999999; - cursor: default; -} -.redcore .pagination ul > .disabled > span, -.redcore .pagination ul > .disabled > a, -.redcore .pagination ul > .disabled > a:hover, -.redcore .pagination ul > .disabled > a:focus { - color: #999999; - background-color: transparent; - cursor: default; -} -.redcore .pagination ul > li:first-child > a, -.redcore .pagination ul > li:first-child > span { - border-left-width: 1px; - -webkit-border-top-left-radius: 4px; - -moz-border-radius-topleft: 4px; - border-top-left-radius: 4px; - -webkit-border-bottom-left-radius: 4px; - -moz-border-radius-bottomleft: 4px; - border-bottom-left-radius: 4px; -} -.redcore .pagination ul > li:last-child > a, -.redcore .pagination ul > li:last-child > span { - -webkit-border-top-right-radius: 4px; - -moz-border-radius-topright: 4px; - border-top-right-radius: 4px; - -webkit-border-bottom-right-radius: 4px; - -moz-border-radius-bottomright: 4px; - border-bottom-right-radius: 4px; -} -.redcore .pagination-centered { - text-align: center; -} -.redcore .pagination-right { - text-align: right; -} -.redcore .pagination-large ul > li > a, -.redcore .pagination-large ul > li > span { - padding: 11px 19px; - font-size: 17.5px; -} -.redcore .pagination-large ul > li:first-child > a, -.redcore .pagination-large ul > li:first-child > span { - -webkit-border-top-left-radius: 6px; - -moz-border-radius-topleft: 6px; - border-top-left-radius: 6px; - -webkit-border-bottom-left-radius: 6px; - -moz-border-radius-bottomleft: 6px; - border-bottom-left-radius: 6px; -} -.redcore .pagination-large ul > li:last-child > a, -.redcore .pagination-large ul > li:last-child > span { - -webkit-border-top-right-radius: 6px; - -moz-border-radius-topright: 6px; - border-top-right-radius: 6px; - -webkit-border-bottom-right-radius: 6px; - -moz-border-radius-bottomright: 6px; - border-bottom-right-radius: 6px; -} -.redcore .pagination-mini ul > li:first-child > a, -.redcore .pagination-small ul > li:first-child > a, -.redcore .pagination-mini ul > li:first-child > span, -.redcore .pagination-small ul > li:first-child > span { - -webkit-border-top-left-radius: 3px; - -moz-border-radius-topleft: 3px; - border-top-left-radius: 3px; - -webkit-border-bottom-left-radius: 3px; - -moz-border-radius-bottomleft: 3px; - border-bottom-left-radius: 3px; -} -.redcore .pagination-mini ul > li:last-child > a, -.redcore .pagination-small ul > li:last-child > a, -.redcore .pagination-mini ul > li:last-child > span, -.redcore .pagination-small ul > li:last-child > span { - -webkit-border-top-right-radius: 3px; - -moz-border-radius-topright: 3px; - border-top-right-radius: 3px; - -webkit-border-bottom-right-radius: 3px; - -moz-border-radius-bottomright: 3px; - border-bottom-right-radius: 3px; -} -.redcore .pagination-small ul > li > a, -.redcore .pagination-small ul > li > span { - padding: 2px 10px; - font-size: 11.9px; -} -.redcore .pagination-mini ul > li > a, -.redcore .pagination-mini ul > li > span { - padding: 0 6px; - font-size: 10.5px; -} -.redcore .pager { - margin: 20px 0; - list-style: none; - text-align: center; - *zoom: 1; -} -.redcore .pager:before, -.redcore .pager:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .pager:after { - clear: both; -} -.redcore .pager li { - display: inline; -} -.redcore .pager li > a, -.redcore .pager li > span { - display: inline-block; - padding: 5px 14px; - background-color: #fff; - border: 1px solid #ddd; - -webkit-border-radius: 15px; - -moz-border-radius: 15px; - border-radius: 15px; -} -.redcore .pager li > a:hover, -.redcore .pager li > a:focus { - text-decoration: none; - background-color: #f5f5f5; -} -.redcore .pager .next > a, -.redcore .pager .next > span { - float: right; -} -.redcore .pager .previous > a, -.redcore .pager .previous > span { - float: left; -} -.redcore .pager .disabled > a, -.redcore .pager .disabled > a:hover, -.redcore .pager .disabled > a:focus, -.redcore .pager .disabled > span { - color: #999999; - background-color: #fff; - cursor: default; -} -.redcore .modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000000; -} -.redcore .modal-backdrop.fade { - opacity: 0; -} -.redcore .modal-backdrop, -.redcore .modal-backdrop.fade.in { - opacity: 0.8; - filter: alpha(opacity=80); -} -.redcore .modal { - position: fixed; - top: 10%; - left: 50%; - z-index: 1050; - width: 560px; - margin-left: -280px; - background-color: #ffffff; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.3); - *border: 1px solid #999; - /* IE6-7 */ - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; - outline: none; -} -.redcore .modal.fade { - -webkit-transition: opacity .3s linear, top .3s ease-out; - -moz-transition: opacity .3s linear, top .3s ease-out; - -o-transition: opacity .3s linear, top .3s ease-out; - transition: opacity .3s linear, top .3s ease-out; - top: -25%; -} -.redcore .modal.fade.in { - top: 10%; -} -.redcore .modal-header { - padding: 9px 15px; - border-bottom: 1px solid #eee; -} -.redcore .modal-header .close { - margin-top: 2px; -} -.redcore .modal-header h3 { - margin: 0; - line-height: 30px; -} -.redcore .modal-body { - position: relative; - overflow-y: auto; - max-height: 400px; - padding: 15px; -} -.redcore .modal-form { - margin-bottom: 0; -} -.redcore .modal-footer { - padding: 14px 15px 15px; - margin-bottom: 0; - text-align: right; - background-color: #f5f5f5; - border-top: 1px solid #ddd; - -webkit-border-radius: 0 0 6px 6px; - -moz-border-radius: 0 0 6px 6px; - border-radius: 0 0 6px 6px; - -webkit-box-shadow: inset 0 1px 0 #ffffff; - -moz-box-shadow: inset 0 1px 0 #ffffff; - box-shadow: inset 0 1px 0 #ffffff; - *zoom: 1; -} -.redcore .modal-footer:before, -.redcore .modal-footer:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .modal-footer:after { - clear: both; -} -.redcore .modal-footer .btn + .btn { - margin-left: 5px; - margin-bottom: 0; -} -.redcore .modal-footer .btn-group .btn + .btn { - margin-left: -1px; -} -.redcore .modal-footer .btn-block + .btn-block { - margin-left: 0; -} -.redcore .tooltip { - position: absolute; - z-index: 1030; - display: block; - visibility: visible; - font-size: 11px; - line-height: 1.4; - opacity: 0; - filter: alpha(opacity=0); -} -.redcore .tooltip.in { - opacity: 0.8; - filter: alpha(opacity=80); -} -.redcore .tooltip.top { - margin-top: -3px; - padding: 5px 0; -} -.redcore .tooltip.right { - margin-left: 3px; - padding: 0 5px; -} -.redcore .tooltip.bottom { - margin-top: 3px; - padding: 5px 0; -} -.redcore .tooltip.left { - margin-left: -3px; - padding: 0 5px; -} -.redcore .tooltip-inner { - max-width: 200px; - padding: 8px; - color: #ffffff; - text-align: center; - text-decoration: none; - background-color: #000000; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .tooltip-arrow { - position: absolute; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.redcore .tooltip.top .tooltip-arrow { - bottom: 0; - left: 50%; - margin-left: -5px; - border-width: 5px 5px 0; - border-top-color: #000000; -} -.redcore .tooltip.right .tooltip-arrow { - top: 50%; - left: 0; - margin-top: -5px; - border-width: 5px 5px 5px 0; - border-right-color: #000000; -} -.redcore .tooltip.left .tooltip-arrow { - top: 50%; - right: 0; - margin-top: -5px; - border-width: 5px 0 5px 5px; - border-left-color: #000000; -} -.redcore .tooltip.bottom .tooltip-arrow { - top: 0; - left: 50%; - margin-left: -5px; - border-width: 0 5px 5px; - border-bottom-color: #000000; -} -.redcore .popover { - position: absolute; - top: 0; - left: 0; - z-index: 1010; - display: none; - max-width: 276px; - padding: 1px; - text-align: left; - background-color: #ffffff; - -webkit-background-clip: padding-box; - -moz-background-clip: padding; - background-clip: padding-box; - border: 1px solid #ccc; - border: 1px solid rgba(0, 0, 0, 0.2); - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); - white-space: normal; -} -.redcore .popover.top { - margin-top: -10px; -} -.redcore .popover.right { - margin-left: 10px; -} -.redcore .popover.bottom { - margin-top: 10px; -} -.redcore .popover.left { - margin-left: -10px; -} -.redcore .popover-title { - margin: 0; - padding: 8px 14px; - font-size: 14px; - font-weight: normal; - line-height: 18px; - background-color: #f7f7f7; - border-bottom: 1px solid #ebebeb; - -webkit-border-radius: 5px 5px 0 0; - -moz-border-radius: 5px 5px 0 0; - border-radius: 5px 5px 0 0; -} -.redcore .popover-title:empty { - display: none; -} -.redcore .popover-content { - padding: 9px 14px; -} -.redcore .popover .arrow, -.redcore .popover .arrow:after { - position: absolute; - display: block; - width: 0; - height: 0; - border-color: transparent; - border-style: solid; -} -.redcore .popover .arrow { - border-width: 11px; -} -.redcore .popover .arrow:after { - border-width: 10px; - content: ""; -} -.redcore .popover.top .arrow { - left: 50%; - margin-left: -11px; - border-bottom-width: 0; - border-top-color: #999; - border-top-color: rgba(0, 0, 0, 0.25); - bottom: -11px; -} -.redcore .popover.top .arrow:after { - bottom: 1px; - margin-left: -10px; - border-bottom-width: 0; - border-top-color: #ffffff; -} -.redcore .popover.right .arrow { - top: 50%; - left: -11px; - margin-top: -11px; - border-left-width: 0; - border-right-color: #999; - border-right-color: rgba(0, 0, 0, 0.25); -} -.redcore .popover.right .arrow:after { - left: 1px; - bottom: -10px; - border-left-width: 0; - border-right-color: #ffffff; -} -.redcore .popover.bottom .arrow { - left: 50%; - margin-left: -11px; - border-top-width: 0; - border-bottom-color: #999; - border-bottom-color: rgba(0, 0, 0, 0.25); - top: -11px; -} -.redcore .popover.bottom .arrow:after { - top: 1px; - margin-left: -10px; - border-top-width: 0; - border-bottom-color: #ffffff; -} -.redcore .popover.left .arrow { - top: 50%; - right: -11px; - margin-top: -11px; - border-right-width: 0; - border-left-color: #999; - border-left-color: rgba(0, 0, 0, 0.25); -} -.redcore .popover.left .arrow:after { - right: 1px; - border-right-width: 0; - border-left-color: #ffffff; - bottom: -10px; -} -.redcore .thumbnails { - margin-left: -20px; - list-style: none; - *zoom: 1; -} -.redcore .thumbnails:before, -.redcore .thumbnails:after { - display: table; - content: ""; - line-height: 0; -} -.redcore .thumbnails:after { - clear: both; -} -.redcore .row-fluid .thumbnails { - margin-left: 0; -} -.redcore .thumbnails > li { - float: left; - margin-bottom: 20px; - margin-left: 20px; -} -.redcore .thumbnail { - display: block; - padding: 4px; - line-height: 20px; - border: 1px solid #ddd; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); - -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055); - -webkit-transition: all 0.2s ease-in-out; - -moz-transition: all 0.2s ease-in-out; - -o-transition: all 0.2s ease-in-out; - transition: all 0.2s ease-in-out; -} -.redcore a.thumbnail:hover, -.redcore a.thumbnail:focus { - border-color: #0088cc; - -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); - -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); - box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25); -} -.redcore .thumbnail > img { - display: block; - max-width: 100%; - margin-left: auto; - margin-right: auto; -} -.redcore .thumbnail .caption { - padding: 9px; - color: #555555; -} -.redcore .media, -.redcore .media-body { - overflow: hidden; - *overflow: visible; - zoom: 1; -} -.redcore .media, -.redcore .media .media { - margin-top: 15px; -} -.redcore .media:first-child { - margin-top: 0; -} -.redcore .media-object { - display: block; -} -.redcore .media-heading { - margin: 0 0 5px; -} -.redcore .media > .pull-left { - margin-right: 10px; -} -.redcore .media > .pull-right { - margin-left: 10px; -} -.redcore .media-list { - margin-left: 0; - list-style: none; -} -.redcore .label, -.redcore .badge { - display: inline-block; - padding: 2px 4px; - font-size: 11.844px; - font-weight: bold; - line-height: 14px; - color: #ffffff; - vertical-align: baseline; - white-space: nowrap; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #999999; -} -.redcore .label { - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.redcore .badge { - padding-left: 9px; - padding-right: 9px; - -webkit-border-radius: 9px; - -moz-border-radius: 9px; - border-radius: 9px; -} -.redcore .label:empty, -.redcore .badge:empty { - display: none; -} -.redcore a.label:hover, -.redcore a.label:focus, -.redcore a.badge:hover, -.redcore a.badge:focus { - color: #ffffff; - text-decoration: none; - cursor: pointer; -} -.redcore .label-important, -.redcore .badge-important { - background-color: #b94a48; -} -.redcore .label-important[href], -.redcore .badge-important[href] { - background-color: #953b39; -} -.redcore .label-warning, -.redcore .badge-warning { - background-color: #f89406; -} -.redcore .label-warning[href], -.redcore .badge-warning[href] { - background-color: #c67605; -} -.redcore .label-success, -.redcore .badge-success { - background-color: #468847; -} -.redcore .label-success[href], -.redcore .badge-success[href] { - background-color: #356635; -} -.redcore .label-info, -.redcore .badge-info { - background-color: #3a87ad; -} -.redcore .label-info[href], -.redcore .badge-info[href] { - background-color: #2d6987; -} -.redcore .label-inverse, -.redcore .badge-inverse { - background-color: #333333; -} -.redcore .label-inverse[href], -.redcore .badge-inverse[href] { - background-color: #1a1a1a; -} -.redcore .btn .label, -.redcore .btn .badge { - position: relative; - top: -1px; -} -.redcore .btn-mini .label, -.redcore .btn-mini .badge { - top: 0; -} -@-webkit-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@-moz-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@-ms-keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -@-o-keyframes progress-bar-stripes { - from { - background-position: 0 0; - } - to { - background-position: 40px 0; - } -} -@keyframes progress-bar-stripes { - from { - background-position: 40px 0; - } - to { - background-position: 0 0; - } -} -.redcore .progress { - overflow: hidden; - height: 20px; - margin-bottom: 20px; - background-color: #f7f7f7; - background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); - background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); - background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); - background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); - -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .progress .bar { - width: 0%; - height: 100%; - color: #ffffff; - float: left; - font-size: 12px; - text-align: center; - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); - background-color: #0e90d2; - background-image: -moz-linear-gradient(top, #149bdf, #0480be); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); - background-image: -webkit-linear-gradient(top, #149bdf, #0480be); - background-image: -o-linear-gradient(top, #149bdf, #0480be); - background-image: linear-gradient(to bottom, #149bdf, #0480be); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); - -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - -webkit-transition: width 0.6s ease; - -moz-transition: width 0.6s ease; - -o-transition: width 0.6s ease; - transition: width 0.6s ease; -} -.redcore .progress .bar + .bar { - -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); - -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); - box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15); -} -.redcore .progress-striped .bar { - background-color: #149bdf; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - -webkit-background-size: 40px 40px; - -moz-background-size: 40px 40px; - -o-background-size: 40px 40px; - background-size: 40px 40px; -} -.redcore .progress.active .bar { - -webkit-animation: progress-bar-stripes 2s linear infinite; - -moz-animation: progress-bar-stripes 2s linear infinite; - -ms-animation: progress-bar-stripes 2s linear infinite; - -o-animation: progress-bar-stripes 2s linear infinite; - animation: progress-bar-stripes 2s linear infinite; -} -.redcore .progress-danger .bar, -.redcore .progress .bar-danger { - background-color: #dd514c; - background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35)); - background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); - background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); - background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0); -} -.redcore .progress-danger.progress-striped .bar, -.redcore .progress-striped .bar-danger { - background-color: #ee5f5b; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .progress-success .bar, -.redcore .progress .bar-success { - background-color: #5eb95e; - background-image: -moz-linear-gradient(top, #62c462, #57a957); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957)); - background-image: -webkit-linear-gradient(top, #62c462, #57a957); - background-image: -o-linear-gradient(top, #62c462, #57a957); - background-image: linear-gradient(to bottom, #62c462, #57a957); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0); -} -.redcore .progress-success.progress-striped .bar, -.redcore .progress-striped .bar-success { - background-color: #62c462; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .progress-info .bar, -.redcore .progress .bar-info { - background-color: #4bb1cf; - background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9)); - background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); - background-image: -o-linear-gradient(top, #5bc0de, #339bb9); - background-image: linear-gradient(to bottom, #5bc0de, #339bb9); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0); -} -.redcore .progress-info.progress-striped .bar, -.redcore .progress-striped .bar-info { - background-color: #5bc0de; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .progress-warning .bar, -.redcore .progress .bar-warning { - background-color: #faa732; - background-image: -moz-linear-gradient(top, #fbb450, #f89406); - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); - background-image: -webkit-linear-gradient(top, #fbb450, #f89406); - background-image: -o-linear-gradient(top, #fbb450, #f89406); - background-image: linear-gradient(to bottom, #fbb450, #f89406); - background-repeat: repeat-x; - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); -} -.redcore .progress-warning.progress-striped .bar, -.redcore .progress-striped .bar-warning { - background-color: #fbb450; - background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); - background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); - background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -} -.redcore .accordion { - margin-bottom: 20px; -} -.redcore .accordion-group { - margin-bottom: 2px; - border: 1px solid #e5e5e5; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .accordion-heading { - border-bottom: 0; -} -.redcore .accordion-heading .accordion-toggle { - display: block; - padding: 8px 15px; -} -.redcore .accordion-toggle { - cursor: pointer; -} -.redcore .accordion-inner { - padding: 9px 15px; - border-top: 1px solid #e5e5e5; -} -.redcore .carousel { - position: relative; - margin-bottom: 20px; - line-height: 1; -} -.redcore .carousel-inner { - overflow: hidden; - width: 100%; - position: relative; -} -.redcore .carousel-inner > .item { - display: none; - position: relative; - -webkit-transition: 0.6s ease-in-out left; - -moz-transition: 0.6s ease-in-out left; - -o-transition: 0.6s ease-in-out left; - transition: 0.6s ease-in-out left; -} -.redcore .carousel-inner > .item > img, -.redcore .carousel-inner > .item > a > img { - display: block; - line-height: 1; -} -.redcore .carousel-inner > .active, -.redcore .carousel-inner > .next, -.redcore .carousel-inner > .prev { - display: block; -} -.redcore .carousel-inner > .active { - left: 0; -} -.redcore .carousel-inner > .next, -.redcore .carousel-inner > .prev { - position: absolute; - top: 0; - width: 100%; -} -.redcore .carousel-inner > .next { - left: 100%; -} -.redcore .carousel-inner > .prev { - left: -100%; -} -.redcore .carousel-inner > .next.left, -.redcore .carousel-inner > .prev.right { - left: 0; -} -.redcore .carousel-inner > .active.left { - left: -100%; -} -.redcore .carousel-inner > .active.right { - left: 100%; -} -.redcore .carousel-control { - position: absolute; - top: 40%; - left: 15px; - width: 40px; - height: 40px; - margin-top: -20px; - font-size: 60px; - font-weight: 100; - line-height: 30px; - color: #ffffff; - text-align: center; - background: #222222; - border: 3px solid #ffffff; - -webkit-border-radius: 23px; - -moz-border-radius: 23px; - border-radius: 23px; - opacity: 0.5; - filter: alpha(opacity=50); -} -.redcore .carousel-control.right { - left: auto; - right: 15px; -} -.redcore .carousel-control:hover, -.redcore .carousel-control:focus { - color: #ffffff; - text-decoration: none; - opacity: 0.9; - filter: alpha(opacity=90); -} -.redcore .carousel-indicators { - position: absolute; - top: 15px; - right: 15px; - z-index: 5; - margin: 0; - list-style: none; -} -.redcore .carousel-indicators li { - display: block; - float: left; - width: 10px; - height: 10px; - margin-left: 5px; - text-indent: -999px; - background-color: #ccc; - background-color: rgba(255, 255, 255, 0.25); - border-radius: 5px; -} -.redcore .carousel-indicators .active { - background-color: #fff; -} -.redcore .carousel-caption { - position: absolute; - left: 0; - right: 0; - bottom: 0; - padding: 15px; - background: #333333; - background: rgba(0, 0, 0, 0.75); -} -.redcore .carousel-caption h4, -.redcore .carousel-caption p { - color: #ffffff; - line-height: 20px; -} -.redcore .carousel-caption h4 { - margin: 0 0 5px; -} -.redcore .carousel-caption p { - margin-bottom: 0; -} -.redcore .hero-unit { - padding: 60px; - margin-bottom: 30px; - font-size: 18px; - font-weight: 200; - line-height: 30px; - color: inherit; - background-color: #eeeeee; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.redcore .hero-unit h1 { - margin-bottom: 0; - font-size: 60px; - line-height: 1; - color: inherit; - letter-spacing: -1px; -} -.redcore .hero-unit li { - line-height: 30px; -} -.redcore .pull-right { - float: right; -} -.redcore .pull-left { - float: left; -} -.redcore .hide { - display: none; -} -.redcore .show { - display: block; -} -.redcore .invisible { - visibility: hidden; -} -.redcore .affix { - position: fixed; -} -@-ms-viewport { - width: device-width; -} -.redcore .hidden { - display: none; - visibility: hidden; -} -.redcore .visible-phone { - display: none !important; -} -.redcore .visible-tablet { - display: none !important; -} -.redcore .hidden-desktop { - display: none !important; -} -.redcore .visible-desktop { - display: inherit !important; -} -@media (min-width: 768px) and (max-width: 979px) { - .redcore .hidden-desktop { - display: inherit !important; - } - .redcore .visible-desktop { - display: none !important ; - } - .redcore .visible-tablet { - display: inherit !important; - } - .redcore .hidden-tablet { - display: none !important; - } -} -@media (max-width: 767px) { - .redcore .hidden-desktop { - display: inherit !important; - } - .redcore .visible-desktop { - display: none !important; - } - .redcore .visible-phone { - display: inherit !important; - } - .redcore .hidden-phone { - display: none !important; - } -} -.redcore .visible-print { - display: none !important; -} -@media print { - .redcore .visible-print { - display: inherit !important; - } - .redcore .hidden-print { - display: none !important; - } -} -@media (max-width: 767px) { - .redcore body { - padding-left: 20px; - padding-right: 20px; - } - .redcore .navbar-fixed-top, - .redcore .navbar-fixed-bottom, - .redcore .navbar-static-top { - margin-left: -20px; - margin-right: -20px; - } - .redcore .container-fluid { - padding: 0; - } - .redcore .dl-horizontal dt { - float: none; - clear: none; - width: auto; - text-align: left; - } - .redcore .dl-horizontal dd { - margin-left: 0; - } - .redcore .container { - width: auto; - } - .redcore .row-fluid { - width: 100%; - } - .redcore .row, - .redcore .thumbnails { - margin-left: 0; - } - .redcore .thumbnails > li { - float: none; - margin-left: 0; - } - .redcore [class*="span"], - .redcore .uneditable-input[class*="span"], - .redcore .row-fluid [class*="span"] { - float: none; - display: block; - width: 100%; - margin-left: 0; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - } - .redcore .span12, - .redcore .row-fluid .span12 { - width: 100%; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - } - .redcore .row-fluid [class*="offset"]:first-child { - margin-left: 0; - } - .redcore .input-large, - .redcore .input-xlarge, - .redcore .input-xxlarge, - .redcore input[class*="span"], - .redcore select[class*="span"], - .redcore textarea[class*="span"], - .redcore .uneditable-input { - display: block; - width: 100%; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - } - .redcore .input-prepend input, - .redcore .input-append input, - .redcore .input-prepend input[class*="span"], - .redcore .input-append input[class*="span"] { - display: inline-block; - width: auto; - } - .redcore .controls-row [class*="span"] + [class*="span"] { - margin-left: 0; - } - .redcore .modal { - position: fixed; - top: 20px; - left: 20px; - right: 20px; - width: auto; - margin: 0; - } - .redcore .modal.fade { - top: -100px; - } - .redcore .modal.fade.in { - top: 20px; - } -} -@media (max-width: 480px) { - .redcore .nav-collapse { - -webkit-transform: translate3d(0, 0, 0); - } - .redcore .page-header h1 small { - display: block; - line-height: 20px; - } - .redcore input[type="checkbox"], - .redcore input[type="radio"] { - border: 1px solid #ccc; - } - .redcore .form-horizontal .control-label { - float: none; - width: auto; - padding-top: 0; - text-align: left; - } - .redcore .form-horizontal .controls { - margin-left: 0; - } - .redcore .form-horizontal .control-list { - padding-top: 0; - } - .redcore .form-horizontal .form-actions { - padding-left: 10px; - padding-right: 10px; - } - .redcore .media .pull-left, - .redcore .media .pull-right { - float: none; - display: block; - margin-bottom: 10px; - } - .redcore .media-object { - margin-right: 0; - margin-left: 0; - } - .redcore .modal { - top: 10px; - left: 10px; - right: 10px; - } - .redcore .modal-header .close { - padding: 10px; - margin: -10px; - } - .redcore .carousel-caption { - position: static; - } -} -@media (min-width: 768px) and (max-width: 979px) { - .redcore .row { - margin-left: -20px; - *zoom: 1; - } - .redcore .row:before, - .redcore .row:after { - display: table; - content: ""; - line-height: 0; - } - .redcore .row:after { - clear: both; - } - .redcore [class*="span"] { - float: left; - min-height: 1px; - margin-left: 20px; - } - .redcore .container, - .redcore .navbar-static-top .container, - .redcore .navbar-fixed-top .container, - .redcore .navbar-fixed-bottom .container { - width: 724px; - } - .redcore .span12 { - width: 724px; - } - .redcore .span11 { - width: 662px; - } - .redcore .span10 { - width: 600px; - } - .redcore .span9 { - width: 538px; - } - .redcore .span8 { - width: 476px; - } - .redcore .span7 { - width: 414px; - } - .redcore .span6 { - width: 352px; - } - .redcore .span5 { - width: 290px; - } - .redcore .span4 { - width: 228px; - } - .redcore .span3 { - width: 166px; - } - .redcore .span2 { - width: 104px; - } - .redcore .span1 { - width: 42px; - } - .redcore .offset12 { - margin-left: 764px; - } - .redcore .offset11 { - margin-left: 702px; - } - .redcore .offset10 { - margin-left: 640px; - } - .redcore .offset9 { - margin-left: 578px; - } - .redcore .offset8 { - margin-left: 516px; - } - .redcore .offset7 { - margin-left: 454px; - } - .redcore .offset6 { - margin-left: 392px; - } - .redcore .offset5 { - margin-left: 330px; - } - .redcore .offset4 { - margin-left: 268px; - } - .redcore .offset3 { - margin-left: 206px; - } - .redcore .offset2 { - margin-left: 144px; - } - .redcore .offset1 { - margin-left: 82px; - } - .redcore .row-fluid { - width: 100%; - *zoom: 1; - } - .redcore .row-fluid:before, - .redcore .row-fluid:after { - display: table; - content: ""; - line-height: 0; - } - .redcore .row-fluid:after { - clear: both; - } - .redcore .row-fluid [class*="span"] { - display: block; - width: 100%; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - float: left; - margin-left: 2.76243094%; - *margin-left: 2.70923945%; - } - .redcore .row-fluid [class*="span"]:first-child { - margin-left: 0; - } - .redcore .row-fluid .controls-row [class*="span"] + [class*="span"] { - margin-left: 2.76243094%; - } - .redcore .row-fluid .span12 { - width: 100%; - *width: 99.94680851%; - } - .redcore .row-fluid .span11 { - width: 91.43646409%; - *width: 91.3832726%; - } - .redcore .row-fluid .span10 { - width: 82.87292818%; - *width: 82.81973669%; - } - .redcore .row-fluid .span9 { - width: 74.30939227%; - *width: 74.25620078%; - } - .redcore .row-fluid .span8 { - width: 65.74585635%; - *width: 65.69266486%; - } - .redcore .row-fluid .span7 { - width: 57.18232044%; - *width: 57.12912895%; - } - .redcore .row-fluid .span6 { - width: 48.61878453%; - *width: 48.56559304%; - } - .redcore .row-fluid .span5 { - width: 40.05524862%; - *width: 40.00205713%; - } - .redcore .row-fluid .span4 { - width: 31.49171271%; - *width: 31.43852122%; - } - .redcore .row-fluid .span3 { - width: 22.9281768%; - *width: 22.87498531%; - } - .redcore .row-fluid .span2 { - width: 14.36464088%; - *width: 14.31144939%; - } - .redcore .row-fluid .span1 { - width: 5.80110497%; - *width: 5.74791348%; - } - .redcore .row-fluid .offset12 { - margin-left: 105.52486188%; - *margin-left: 105.4184789%; - } - .redcore .row-fluid .offset12:first-child { - margin-left: 102.76243094%; - *margin-left: 102.65604796%; - } - .redcore .row-fluid .offset11 { - margin-left: 96.96132597%; - *margin-left: 96.85494299%; - } - .redcore .row-fluid .offset11:first-child { - margin-left: 94.19889503%; - *margin-left: 94.09251205%; - } - .redcore .row-fluid .offset10 { - margin-left: 88.39779006%; - *margin-left: 88.29140708%; - } - .redcore .row-fluid .offset10:first-child { - margin-left: 85.63535912%; - *margin-left: 85.52897614%; - } - .redcore .row-fluid .offset9 { - margin-left: 79.83425414%; - *margin-left: 79.72787116%; - } - .redcore .row-fluid .offset9:first-child { - margin-left: 77.0718232%; - *margin-left: 76.96544023%; - } - .redcore .row-fluid .offset8 { - margin-left: 71.27071823%; - *margin-left: 71.16433525%; - } - .redcore .row-fluid .offset8:first-child { - margin-left: 68.50828729%; - *margin-left: 68.40190431%; - } - .redcore .row-fluid .offset7 { - margin-left: 62.70718232%; - *margin-left: 62.60079934%; - } - .redcore .row-fluid .offset7:first-child { - margin-left: 59.94475138%; - *margin-left: 59.8383684%; - } - .redcore .row-fluid .offset6 { - margin-left: 54.14364641%; - *margin-left: 54.03726343%; - } - .redcore .row-fluid .offset6:first-child { - margin-left: 51.38121547%; - *margin-left: 51.27483249%; - } - .redcore .row-fluid .offset5 { - margin-left: 45.5801105%; - *margin-left: 45.47372752%; - } - .redcore .row-fluid .offset5:first-child { - margin-left: 42.81767956%; - *margin-left: 42.71129658%; - } - .redcore .row-fluid .offset4 { - margin-left: 37.01657459%; - *margin-left: 36.91019161%; - } - .redcore .row-fluid .offset4:first-child { - margin-left: 34.25414365%; - *margin-left: 34.14776067%; - } - .redcore .row-fluid .offset3 { - margin-left: 28.45303867%; - *margin-left: 28.3466557%; - } - .redcore .row-fluid .offset3:first-child { - margin-left: 25.69060773%; - *margin-left: 25.58422476%; - } - .redcore .row-fluid .offset2 { - margin-left: 19.88950276%; - *margin-left: 19.78311978%; - } - .redcore .row-fluid .offset2:first-child { - margin-left: 17.12707182%; - *margin-left: 17.02068884%; - } - .redcore .row-fluid .offset1 { - margin-left: 11.32596685%; - *margin-left: 11.21958387%; - } - .redcore .row-fluid .offset1:first-child { - margin-left: 8.56353591%; - *margin-left: 8.45715293%; - } - .redcore input, - .redcore textarea, - .redcore .uneditable-input { - margin-left: 0; - } - .redcore .controls-row [class*="span"] + [class*="span"] { - margin-left: 20px; - } - .redcore input.span12, - .redcore textarea.span12, - .redcore .uneditable-input.span12 { - width: 710px; - } - .redcore input.span11, - .redcore textarea.span11, - .redcore .uneditable-input.span11 { - width: 648px; - } - .redcore input.span10, - .redcore textarea.span10, - .redcore .uneditable-input.span10 { - width: 586px; - } - .redcore input.span9, - .redcore textarea.span9, - .redcore .uneditable-input.span9 { - width: 524px; - } - .redcore input.span8, - .redcore textarea.span8, - .redcore .uneditable-input.span8 { - width: 462px; - } - .redcore input.span7, - .redcore textarea.span7, - .redcore .uneditable-input.span7 { - width: 400px; - } - .redcore input.span6, - .redcore textarea.span6, - .redcore .uneditable-input.span6 { - width: 338px; - } - .redcore input.span5, - .redcore textarea.span5, - .redcore .uneditable-input.span5 { - width: 276px; - } - .redcore input.span4, - .redcore textarea.span4, - .redcore .uneditable-input.span4 { - width: 214px; - } - .redcore input.span3, - .redcore textarea.span3, - .redcore .uneditable-input.span3 { - width: 152px; - } - .redcore input.span2, - .redcore textarea.span2, - .redcore .uneditable-input.span2 { - width: 90px; - } - .redcore input.span1, - .redcore textarea.span1, - .redcore .uneditable-input.span1 { - width: 28px; - } -} -@media (min-width: 1200px) { - .redcore .row { - margin-left: -30px; - *zoom: 1; - } - .redcore .row:before, - .redcore .row:after { - display: table; - content: ""; - line-height: 0; - } - .redcore .row:after { - clear: both; - } - .redcore [class*="span"] { - float: left; - min-height: 1px; - margin-left: 30px; - } - .redcore .container, - .redcore .navbar-static-top .container, - .redcore .navbar-fixed-top .container, - .redcore .navbar-fixed-bottom .container { - width: 1170px; - } - .redcore .span12 { - width: 1170px; - } - .redcore .span11 { - width: 1070px; - } - .redcore .span10 { - width: 970px; - } - .redcore .span9 { - width: 870px; - } - .redcore .span8 { - width: 770px; - } - .redcore .span7 { - width: 670px; - } - .redcore .span6 { - width: 570px; - } - .redcore .span5 { - width: 470px; - } - .redcore .span4 { - width: 370px; - } - .redcore .span3 { - width: 270px; - } - .redcore .span2 { - width: 170px; - } - .redcore .span1 { - width: 70px; - } - .redcore .offset12 { - margin-left: 1230px; - } - .redcore .offset11 { - margin-left: 1130px; - } - .redcore .offset10 { - margin-left: 1030px; - } - .redcore .offset9 { - margin-left: 930px; - } - .redcore .offset8 { - margin-left: 830px; - } - .redcore .offset7 { - margin-left: 730px; - } - .redcore .offset6 { - margin-left: 630px; - } - .redcore .offset5 { - margin-left: 530px; - } - .redcore .offset4 { - margin-left: 430px; - } - .redcore .offset3 { - margin-left: 330px; - } - .redcore .offset2 { - margin-left: 230px; - } - .redcore .offset1 { - margin-left: 130px; - } - .redcore .row-fluid { - width: 100%; - *zoom: 1; - } - .redcore .row-fluid:before, - .redcore .row-fluid:after { - display: table; - content: ""; - line-height: 0; - } - .redcore .row-fluid:after { - clear: both; - } - .redcore .row-fluid [class*="span"] { - display: block; - width: 100%; - min-height: 30px; - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; - box-sizing: border-box; - float: left; - margin-left: 2.56410256%; - *margin-left: 2.51091107%; - } - .redcore .row-fluid [class*="span"]:first-child { - margin-left: 0; - } - .redcore .row-fluid .controls-row [class*="span"] + [class*="span"] { - margin-left: 2.56410256%; - } - .redcore .row-fluid .span12 { - width: 100%; - *width: 99.94680851%; - } - .redcore .row-fluid .span11 { - width: 91.45299145%; - *width: 91.39979996%; - } - .redcore .row-fluid .span10 { - width: 82.90598291%; - *width: 82.85279142%; - } - .redcore .row-fluid .span9 { - width: 74.35897436%; - *width: 74.30578287%; - } - .redcore .row-fluid .span8 { - width: 65.81196581%; - *width: 65.75877432%; - } - .redcore .row-fluid .span7 { - width: 57.26495726%; - *width: 57.21176578%; - } - .redcore .row-fluid .span6 { - width: 48.71794872%; - *width: 48.66475723%; - } - .redcore .row-fluid .span5 { - width: 40.17094017%; - *width: 40.11774868%; - } - .redcore .row-fluid .span4 { - width: 31.62393162%; - *width: 31.57074013%; - } - .redcore .row-fluid .span3 { - width: 23.07692308%; - *width: 23.02373159%; - } - .redcore .row-fluid .span2 { - width: 14.52991453%; - *width: 14.47672304%; - } - .redcore .row-fluid .span1 { - width: 5.98290598%; - *width: 5.92971449%; - } - .redcore .row-fluid .offset12 { - margin-left: 105.12820513%; - *margin-left: 105.02182215%; - } - .redcore .row-fluid .offset12:first-child { - margin-left: 102.56410256%; - *margin-left: 102.45771959%; - } - .redcore .row-fluid .offset11 { - margin-left: 96.58119658%; - *margin-left: 96.4748136%; - } - .redcore .row-fluid .offset11:first-child { - margin-left: 94.01709402%; - *margin-left: 93.91071104%; - } - .redcore .row-fluid .offset10 { - margin-left: 88.03418803%; - *margin-left: 87.92780506%; - } - .redcore .row-fluid .offset10:first-child { - margin-left: 85.47008547%; - *margin-left: 85.36370249%; - } - .redcore .row-fluid .offset9 { - margin-left: 79.48717949%; - *margin-left: 79.38079651%; - } - .redcore .row-fluid .offset9:first-child { - margin-left: 76.92307692%; - *margin-left: 76.81669394%; - } - .redcore .row-fluid .offset8 { - margin-left: 70.94017094%; - *margin-left: 70.83378796%; - } - .redcore .row-fluid .offset8:first-child { - margin-left: 68.37606838%; - *margin-left: 68.2696854%; - } - .redcore .row-fluid .offset7 { - margin-left: 62.39316239%; - *margin-left: 62.28677941%; - } - .redcore .row-fluid .offset7:first-child { - margin-left: 59.82905983%; - *margin-left: 59.72267685%; - } - .redcore .row-fluid .offset6 { - margin-left: 53.84615385%; - *margin-left: 53.73977087%; - } - .redcore .row-fluid .offset6:first-child { - margin-left: 51.28205128%; - *margin-left: 51.1756683%; - } - .redcore .row-fluid .offset5 { - margin-left: 45.2991453%; - *margin-left: 45.19276232%; - } - .redcore .row-fluid .offset5:first-child { - margin-left: 42.73504274%; - *margin-left: 42.62865976%; - } - .redcore .row-fluid .offset4 { - margin-left: 36.75213675%; - *margin-left: 36.64575377%; - } - .redcore .row-fluid .offset4:first-child { - margin-left: 34.18803419%; - *margin-left: 34.08165121%; - } - .redcore .row-fluid .offset3 { - margin-left: 28.20512821%; - *margin-left: 28.09874523%; - } - .redcore .row-fluid .offset3:first-child { - margin-left: 25.64102564%; - *margin-left: 25.53464266%; - } - .redcore .row-fluid .offset2 { - margin-left: 19.65811966%; - *margin-left: 19.55173668%; - } - .redcore .row-fluid .offset2:first-child { - margin-left: 17.09401709%; - *margin-left: 16.98763412%; - } - .redcore .row-fluid .offset1 { - margin-left: 11.11111111%; - *margin-left: 11.00472813%; - } - .redcore .row-fluid .offset1:first-child { - margin-left: 8.54700855%; - *margin-left: 8.44062557%; - } - .redcore input, - .redcore textarea, - .redcore .uneditable-input { - margin-left: 0; - } - .redcore .controls-row [class*="span"] + [class*="span"] { - margin-left: 30px; - } - .redcore input.span12, - .redcore textarea.span12, - .redcore .uneditable-input.span12 { - width: 1156px; - } - .redcore input.span11, - .redcore textarea.span11, - .redcore .uneditable-input.span11 { - width: 1056px; - } - .redcore input.span10, - .redcore textarea.span10, - .redcore .uneditable-input.span10 { - width: 956px; - } - .redcore input.span9, - .redcore textarea.span9, - .redcore .uneditable-input.span9 { - width: 856px; - } - .redcore input.span8, - .redcore textarea.span8, - .redcore .uneditable-input.span8 { - width: 756px; - } - .redcore input.span7, - .redcore textarea.span7, - .redcore .uneditable-input.span7 { - width: 656px; - } - .redcore input.span6, - .redcore textarea.span6, - .redcore .uneditable-input.span6 { - width: 556px; - } - .redcore input.span5, - .redcore textarea.span5, - .redcore .uneditable-input.span5 { - width: 456px; - } - .redcore input.span4, - .redcore textarea.span4, - .redcore .uneditable-input.span4 { - width: 356px; - } - .redcore input.span3, - .redcore textarea.span3, - .redcore .uneditable-input.span3 { - width: 256px; - } - .redcore input.span2, - .redcore textarea.span2, - .redcore .uneditable-input.span2 { - width: 156px; - } - .redcore input.span1, - .redcore textarea.span1, - .redcore .uneditable-input.span1 { - width: 56px; - } - .redcore .thumbnails { - margin-left: -30px; - } - .redcore .thumbnails > li { - margin-left: 30px; - } - .redcore .row-fluid .thumbnails { - margin-left: 0; - } -} -@font-face { - font-family: 'FontAwesome'; - src: url('../lib/font-awesome/font/fontawesome-webfont.eot?v=3.2.1'); - src: url('../lib/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('../lib/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('../lib/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('../lib/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg'); - font-weight: normal; - font-style: normal; -} -.redcore [class^="icon-"], -.redcore [class*=" icon-"] { - font-family: FontAwesome; - font-weight: normal; - font-style: normal; - text-decoration: inherit; - -webkit-font-smoothing: antialiased; - *margin-right: .3em; -} -.redcore [class^="icon-"]:before, -.redcore [class*=" icon-"]:before { - text-decoration: inherit; - display: inline-block; - speak: none; -} -.redcore .icon-large:before { - vertical-align: -10%; - font-size: 1.33333333em; -} -.redcore a [class^="icon-"], -.redcore a [class*=" icon-"] { - display: inline; -} -.redcore [class^="icon-"].icon-fixed-width, -.redcore [class*=" icon-"].icon-fixed-width { - display: inline-block; - width: 1.14285714em; - text-align: right; - padding-right: 0.28571429em; -} -.redcore [class^="icon-"].icon-fixed-width.icon-large, -.redcore [class*=" icon-"].icon-fixed-width.icon-large { - width: 1.42857143em; -} -.redcore .icons-ul { - margin-left: 2.14285714em; - list-style-type: none; -} -.redcore .icons-ul > li { - position: relative; -} -.redcore .icons-ul .icon-li { - position: absolute; - left: -2.14285714em; - width: 2.14285714em; - text-align: center; - line-height: inherit; -} -.redcore [class^="icon-"].hide, -.redcore [class*=" icon-"].hide { - display: none; -} -.redcore .icon-muted { - color: #eeeeee; -} -.redcore .icon-light { - color: #ffffff; -} -.redcore .icon-dark { - color: #333333; -} -.redcore .icon-border { - border: solid 1px #eeeeee; - padding: .2em .25em .15em; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; -} -.redcore .icon-2x { - font-size: 2em; -} -.redcore .icon-2x.icon-border { - border-width: 2px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; -} -.redcore .icon-3x { - font-size: 3em; -} -.redcore .icon-3x.icon-border { - border-width: 3px; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - border-radius: 5px; -} -.redcore .icon-4x { - font-size: 4em; -} -.redcore .icon-4x.icon-border { - border-width: 4px; - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; -} -.redcore .icon-5x { - font-size: 5em; -} -.redcore .icon-5x.icon-border { - border-width: 5px; - -webkit-border-radius: 7px; - -moz-border-radius: 7px; - border-radius: 7px; -} -.redcore .pull-right { - float: right; -} -.redcore .pull-left { - float: left; -} -.redcore [class^="icon-"].pull-left, -.redcore [class*=" icon-"].pull-left { - margin-right: .3em; -} -.redcore [class^="icon-"].pull-right, -.redcore [class*=" icon-"].pull-right { - margin-left: .3em; -} -.redcore [class^="icon-"], -.redcore [class*=" icon-"] { - display: inline; - width: auto; - height: auto; - line-height: normal; - vertical-align: baseline; - background-image: none; - background-position: 0% 0%; - background-repeat: repeat; - margin-top: 0; -} -.redcore .icon-white, -.redcore .nav-pills > .active > a > [class^="icon-"], -.redcore .nav-pills > .active > a > [class*=" icon-"], -.redcore .nav-list > .active > a > [class^="icon-"], -.redcore .nav-list > .active > a > [class*=" icon-"], -.redcore .navbar-inverse .nav > .active > a > [class^="icon-"], -.redcore .navbar-inverse .nav > .active > a > [class*=" icon-"], -.redcore .dropdown-menu > li > a:hover > [class^="icon-"], -.redcore .dropdown-menu > li > a:hover > [class*=" icon-"], -.redcore .dropdown-menu > .active > a > [class^="icon-"], -.redcore .dropdown-menu > .active > a > [class*=" icon-"], -.redcore .dropdown-submenu:hover > a > [class^="icon-"], -.redcore .dropdown-submenu:hover > a > [class*=" icon-"] { - background-image: none; -} -.redcore .btn [class^="icon-"].icon-large, -.redcore .nav [class^="icon-"].icon-large, -.redcore .btn [class*=" icon-"].icon-large, -.redcore .nav [class*=" icon-"].icon-large { - line-height: .9em; -} -.redcore .btn [class^="icon-"].icon-spin, -.redcore .nav [class^="icon-"].icon-spin, -.redcore .btn [class*=" icon-"].icon-spin, -.redcore .nav [class*=" icon-"].icon-spin { - display: inline-block; -} -.redcore .nav-tabs [class^="icon-"], -.redcore .nav-pills [class^="icon-"], -.redcore .nav-tabs [class*=" icon-"], -.redcore .nav-pills [class*=" icon-"], -.redcore .nav-tabs [class^="icon-"].icon-large, -.redcore .nav-pills [class^="icon-"].icon-large, -.redcore .nav-tabs [class*=" icon-"].icon-large, -.redcore .nav-pills [class*=" icon-"].icon-large { - line-height: .9em; -} -.redcore .btn [class^="icon-"].pull-left.icon-2x, -.redcore .btn [class*=" icon-"].pull-left.icon-2x, -.redcore .btn [class^="icon-"].pull-right.icon-2x, -.redcore .btn [class*=" icon-"].pull-right.icon-2x { - margin-top: .18em; -} -.redcore .btn [class^="icon-"].icon-spin.icon-large, -.redcore .btn [class*=" icon-"].icon-spin.icon-large { - line-height: .8em; -} -.redcore .btn.btn-small [class^="icon-"].pull-left.icon-2x, -.redcore .btn.btn-small [class*=" icon-"].pull-left.icon-2x, -.redcore .btn.btn-small [class^="icon-"].pull-right.icon-2x, -.redcore .btn.btn-small [class*=" icon-"].pull-right.icon-2x { - margin-top: .25em; -} -.redcore .btn.btn-large [class^="icon-"], -.redcore .btn.btn-large [class*=" icon-"] { - margin-top: 0; -} -.redcore .btn.btn-large [class^="icon-"].pull-left.icon-2x, -.redcore .btn.btn-large [class*=" icon-"].pull-left.icon-2x, -.redcore .btn.btn-large [class^="icon-"].pull-right.icon-2x, -.redcore .btn.btn-large [class*=" icon-"].pull-right.icon-2x { - margin-top: .05em; -} -.redcore .btn.btn-large [class^="icon-"].pull-left.icon-2x, -.redcore .btn.btn-large [class*=" icon-"].pull-left.icon-2x { - margin-right: .2em; -} -.redcore .btn.btn-large [class^="icon-"].pull-right.icon-2x, -.redcore .btn.btn-large [class*=" icon-"].pull-right.icon-2x { - margin-left: .2em; -} -.redcore .nav-list [class^="icon-"], -.redcore .nav-list [class*=" icon-"] { - line-height: inherit; -} -.redcore .icon-stack { - position: relative; - display: inline-block; - width: 2em; - height: 2em; - line-height: 2em; - vertical-align: -35%; -} -.redcore .icon-stack [class^="icon-"], -.redcore .icon-stack [class*=" icon-"] { - display: block; - text-align: center; - position: absolute; - width: 100%; - height: 100%; - font-size: 1em; - line-height: inherit; - *line-height: 2em; -} -.redcore .icon-stack .icon-stack-base { - font-size: 2em; - *line-height: 1em; -} -.redcore .icon-spin { - display: inline-block; - -moz-animation: spin 2s infinite linear; - -o-animation: spin 2s infinite linear; - -webkit-animation: spin 2s infinite linear; - animation: spin 2s infinite linear; -} -.redcore a .icon-stack, -.redcore a .icon-spin { - display: inline-block; - text-decoration: none; -} -@-moz-keyframes spin { - 0% { - -moz-transform: rotate(0deg); - } - 100% { - -moz-transform: rotate(359deg); - } -} -@-webkit-keyframes spin { - 0% { - -webkit-transform: rotate(0deg); - } - 100% { - -webkit-transform: rotate(359deg); - } -} -@-o-keyframes spin { - 0% { - -o-transform: rotate(0deg); - } - 100% { - -o-transform: rotate(359deg); - } -} -@-ms-keyframes spin { - 0% { - -ms-transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); - } -} -@keyframes spin { - 0% { - transform: rotate(0deg); - } - 100% { - transform: rotate(359deg); - } -} -.redcore .icon-rotate-90:before { - -webkit-transform: rotate(90deg); - -moz-transform: rotate(90deg); - -ms-transform: rotate(90deg); - -o-transform: rotate(90deg); - transform: rotate(90deg); - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); -} -.redcore .icon-rotate-180:before { - -webkit-transform: rotate(180deg); - -moz-transform: rotate(180deg); - -ms-transform: rotate(180deg); - -o-transform: rotate(180deg); - transform: rotate(180deg); - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); -} -.redcore .icon-rotate-270:before { - -webkit-transform: rotate(270deg); - -moz-transform: rotate(270deg); - -ms-transform: rotate(270deg); - -o-transform: rotate(270deg); - transform: rotate(270deg); - filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); -} -.redcore .icon-flip-horizontal:before { - -webkit-transform: scale(-1, 1); - -moz-transform: scale(-1, 1); - -ms-transform: scale(-1, 1); - -o-transform: scale(-1, 1); - transform: scale(-1, 1); -} -.redcore .icon-flip-vertical:before { - -webkit-transform: scale(1, -1); - -moz-transform: scale(1, -1); - -ms-transform: scale(1, -1); - -o-transform: scale(1, -1); - transform: scale(1, -1); -} -.redcore a .icon-rotate-90:before, -.redcore a .icon-rotate-180:before, -.redcore a .icon-rotate-270:before, -.redcore a .icon-flip-horizontal:before, -.redcore a .icon-flip-vertical:before { - display: inline-block; -} -.redcore .icon-glass:before { - content: "\f000"; -} -.redcore .icon-music:before { - content: "\f001"; -} -.redcore .icon-search:before { - content: "\f002"; -} -.redcore .icon-envelope-alt:before { - content: "\f003"; -} -.redcore .icon-heart:before { - content: "\f004"; -} -.redcore .icon-star:before { - content: "\f005"; -} -.redcore .icon-star-empty:before { - content: "\f006"; -} -.redcore .icon-user:before { - content: "\f007"; -} -.redcore .icon-film:before { - content: "\f008"; -} -.redcore .icon-th-large:before { - content: "\f009"; -} -.redcore .icon-th:before { - content: "\f00a"; -} -.redcore .icon-th-list:before { - content: "\f00b"; -} -.redcore .icon-ok:before { - content: "\f00c"; -} -.redcore .icon-remove:before { - content: "\f00d"; -} -.redcore .icon-zoom-in:before { - content: "\f00e"; -} -.redcore .icon-zoom-out:before { - content: "\f010"; -} -.redcore .icon-power-off:before, -.redcore .icon-off:before { - content: "\f011"; -} -.redcore .icon-signal:before { - content: "\f012"; -} -.redcore .icon-gear:before, -.redcore .icon-cog:before { - content: "\f013"; -} -.redcore .icon-trash:before { - content: "\f014"; -} -.redcore .icon-home:before { - content: "\f015"; -} -.redcore .icon-file-alt:before { - content: "\f016"; -} -.redcore .icon-time:before { - content: "\f017"; -} -.redcore .icon-road:before { - content: "\f018"; -} -.redcore .icon-download-alt:before { - content: "\f019"; -} -.redcore .icon-download:before { - content: "\f01a"; -} -.redcore .icon-upload:before { - content: "\f01b"; -} -.redcore .icon-inbox:before { - content: "\f01c"; -} -.redcore .icon-play-circle:before { - content: "\f01d"; -} -.redcore .icon-rotate-right:before, -.redcore .icon-repeat:before { - content: "\f01e"; -} -.redcore .icon-refresh:before { - content: "\f021"; -} -.redcore .icon-list-alt:before { - content: "\f022"; -} -.redcore .icon-lock:before { - content: "\f023"; -} -.redcore .icon-flag:before { - content: "\f024"; -} -.redcore .icon-headphones:before { - content: "\f025"; -} -.redcore .icon-volume-off:before { - content: "\f026"; -} -.redcore .icon-volume-down:before { - content: "\f027"; -} -.redcore .icon-volume-up:before { - content: "\f028"; -} -.redcore .icon-qrcode:before { - content: "\f029"; -} -.redcore .icon-barcode:before { - content: "\f02a"; -} -.redcore .icon-tag:before { - content: "\f02b"; -} -.redcore .icon-tags:before { - content: "\f02c"; -} -.redcore .icon-book:before { - content: "\f02d"; -} -.redcore .icon-bookmark:before { - content: "\f02e"; -} -.redcore .icon-print:before { - content: "\f02f"; -} -.redcore .icon-camera:before { - content: "\f030"; -} -.redcore .icon-font:before { - content: "\f031"; -} -.redcore .icon-bold:before { - content: "\f032"; -} -.redcore .icon-italic:before { - content: "\f033"; -} -.redcore .icon-text-height:before { - content: "\f034"; -} -.redcore .icon-text-width:before { - content: "\f035"; -} -.redcore .icon-align-left:before { - content: "\f036"; -} -.redcore .icon-align-center:before { - content: "\f037"; -} -.redcore .icon-align-right:before { - content: "\f038"; -} -.redcore .icon-align-justify:before { - content: "\f039"; -} -.redcore .icon-list:before { - content: "\f03a"; -} -.redcore .icon-indent-left:before { - content: "\f03b"; -} -.redcore .icon-indent-right:before { - content: "\f03c"; -} -.redcore .icon-facetime-video:before { - content: "\f03d"; -} -.redcore .icon-picture:before { - content: "\f03e"; -} -.redcore .icon-pencil:before { - content: "\f040"; -} -.redcore .icon-map-marker:before { - content: "\f041"; -} -.redcore .icon-adjust:before { - content: "\f042"; -} -.redcore .icon-tint:before { - content: "\f043"; -} -.redcore .icon-edit:before { - content: "\f044"; -} -.redcore .icon-share:before { - content: "\f045"; -} -.redcore .icon-check:before { - content: "\f046"; -} -.redcore .icon-move:before { - content: "\f047"; -} -.redcore .icon-step-backward:before { - content: "\f048"; -} -.redcore .icon-fast-backward:before { - content: "\f049"; -} -.redcore .icon-backward:before { - content: "\f04a"; -} -.redcore .icon-play:before { - content: "\f04b"; -} -.redcore .icon-pause:before { - content: "\f04c"; -} -.redcore .icon-stop:before { - content: "\f04d"; -} -.redcore .icon-forward:before { - content: "\f04e"; -} -.redcore .icon-fast-forward:before { - content: "\f050"; -} -.redcore .icon-step-forward:before { - content: "\f051"; -} -.redcore .icon-eject:before { - content: "\f052"; -} -.redcore .icon-chevron-left:before { - content: "\f053"; -} -.redcore .icon-chevron-right:before { - content: "\f054"; -} -.redcore .icon-plus-sign:before { - content: "\f055"; -} -.redcore .icon-minus-sign:before { - content: "\f056"; -} -.redcore .icon-remove-sign:before { - content: "\f057"; -} -.redcore .icon-ok-sign:before { - content: "\f058"; -} -.redcore .icon-question-sign:before { - content: "\f059"; -} -.redcore .icon-info-sign:before { - content: "\f05a"; -} -.redcore .icon-screenshot:before { - content: "\f05b"; -} -.redcore .icon-remove-circle:before { - content: "\f05c"; -} -.redcore .icon-ok-circle:before { - content: "\f05d"; -} -.redcore .icon-ban-circle:before { - content: "\f05e"; -} -.redcore .icon-arrow-left:before { - content: "\f060"; -} -.redcore .icon-arrow-right:before { - content: "\f061"; -} -.redcore .icon-arrow-up:before { - content: "\f062"; -} -.redcore .icon-arrow-down:before { - content: "\f063"; -} -.redcore .icon-mail-forward:before, -.redcore .icon-share-alt:before { - content: "\f064"; -} -.redcore .icon-resize-full:before { - content: "\f065"; -} -.redcore .icon-resize-small:before { - content: "\f066"; -} -.redcore .icon-plus:before { - content: "\f067"; -} -.redcore .icon-minus:before { - content: "\f068"; -} -.redcore .icon-asterisk:before { - content: "\f069"; -} -.redcore .icon-exclamation-sign:before { - content: "\f06a"; -} -.redcore .icon-gift:before { - content: "\f06b"; -} -.redcore .icon-leaf:before { - content: "\f06c"; -} -.redcore .icon-fire:before { - content: "\f06d"; -} -.redcore .icon-eye:before { - content: "\f06e"; -} -.redcore .icon-eye-open:before { - content: "\f06e"; -} -.redcore .icon-eye-close:before { - content: "\f070"; -} -.redcore .icon-warning-sign:before { - content: "\f071"; -} -.redcore .icon-plane:before { - content: "\f072"; -} -.redcore .icon-calendar:before { - content: "\f073"; -} -.redcore .icon-random:before { - content: "\f074"; -} -.redcore .icon-comment:before { - content: "\f075"; -} -.redcore .icon-magnet:before { - content: "\f076"; -} -.redcore .icon-chevron-up:before { - content: "\f077"; -} -.redcore .icon-chevron-down:before { - content: "\f078"; -} -.redcore .icon-retweet:before { - content: "\f079"; -} -.redcore .icon-shopping-cart:before { - content: "\f07a"; -} -.redcore .icon-folder-close:before { - content: "\f07b"; -} -.redcore .icon-folder-open:before { - content: "\f07c"; -} -.redcore .icon-resize-vertical:before { - content: "\f07d"; -} -.redcore .icon-resize-horizontal:before { - content: "\f07e"; -} -.redcore .icon-bar-chart:before { - content: "\f080"; -} -.redcore .icon-twitter-sign:before { - content: "\f081"; -} -.redcore .icon-facebook-sign:before { - content: "\f082"; -} -.redcore .icon-camera-retro:before { - content: "\f083"; -} -.redcore .icon-key:before { - content: "\f084"; -} -.redcore .icon-gears:before, -.redcore .icon-cogs:before { - content: "\f085"; -} -.redcore .icon-comments:before { - content: "\f086"; -} -.redcore .icon-thumbs-up-alt:before { - content: "\f087"; -} -.redcore .icon-thumbs-down-alt:before { - content: "\f088"; -} -.redcore .icon-star-half:before { - content: "\f089"; -} -.redcore .icon-heart-empty:before { - content: "\f08a"; -} -.redcore .icon-signout:before { - content: "\f08b"; -} -.redcore .icon-linkedin-sign:before { - content: "\f08c"; -} -.redcore .icon-pushpin:before { - content: "\f08d"; -} -.redcore .icon-external-link:before { - content: "\f08e"; -} -.redcore .icon-signin:before { - content: "\f090"; -} -.redcore .icon-trophy:before { - content: "\f091"; -} -.redcore .icon-github-sign:before { - content: "\f092"; -} -.redcore .icon-upload-alt:before { - content: "\f093"; -} -.redcore .icon-lemon:before { - content: "\f094"; -} -.redcore .icon-phone:before { - content: "\f095"; -} -.redcore .icon-unchecked:before, -.redcore .icon-check-empty:before { - content: "\f096"; -} -.redcore .icon-bookmark-empty:before { - content: "\f097"; -} -.redcore .icon-phone-sign:before { - content: "\f098"; -} -.redcore .icon-twitter:before { - content: "\f099"; -} -.redcore .icon-facebook:before { - content: "\f09a"; -} -.redcore .icon-github:before { - content: "\f09b"; -} -.redcore .icon-unlock:before { - content: "\f09c"; -} -.redcore .icon-credit-card:before { - content: "\f09d"; -} -.redcore .icon-rss:before { - content: "\f09e"; -} -.redcore .icon-hdd:before { - content: "\f0a0"; -} -.redcore .icon-bullhorn:before { - content: "\f0a1"; -} -.redcore .icon-bell:before { - content: "\f0a2"; -} -.redcore .icon-certificate:before { - content: "\f0a3"; -} -.redcore .icon-hand-right:before { - content: "\f0a4"; -} -.redcore .icon-hand-left:before { - content: "\f0a5"; -} -.redcore .icon-hand-up:before { - content: "\f0a6"; -} -.redcore .icon-hand-down:before { - content: "\f0a7"; -} -.redcore .icon-circle-arrow-left:before { - content: "\f0a8"; -} -.redcore .icon-circle-arrow-right:before { - content: "\f0a9"; -} -.redcore .icon-circle-arrow-up:before { - content: "\f0aa"; -} -.redcore .icon-circle-arrow-down:before { - content: "\f0ab"; -} -.redcore .icon-globe:before { - content: "\f0ac"; -} -.redcore .icon-wrench:before { - content: "\f0ad"; -} -.redcore .icon-tasks:before { - content: "\f0ae"; -} -.redcore .icon-filter:before { - content: "\f0b0"; -} -.redcore .icon-briefcase:before { - content: "\f0b1"; -} -.redcore .icon-fullscreen:before { - content: "\f0b2"; -} -.redcore .icon-group:before { - content: "\f0c0"; -} -.redcore .icon-link:before { - content: "\f0c1"; -} -.redcore .icon-cloud:before { - content: "\f0c2"; -} -.redcore .icon-beaker:before { - content: "\f0c3"; -} -.redcore .icon-cut:before { - content: "\f0c4"; -} -.redcore .icon-copy:before { - content: "\f0c5"; -} -.redcore .icon-paperclip:before, -.redcore .icon-paper-clip:before { - content: "\f0c6"; -} -.redcore .icon-save:before { - content: "\f0c7"; -} -.redcore .icon-sign-blank:before { - content: "\f0c8"; -} -.redcore .icon-reorder:before { - content: "\f0c9"; -} -.redcore .icon-list-ul:before { - content: "\f0ca"; -} -.redcore .icon-list-ol:before { - content: "\f0cb"; -} -.redcore .icon-strikethrough:before { - content: "\f0cc"; -} -.redcore .icon-underline:before { - content: "\f0cd"; -} -.redcore .icon-table:before { - content: "\f0ce"; -} -.redcore .icon-magic:before { - content: "\f0d0"; -} -.redcore .icon-truck:before { - content: "\f0d1"; -} -.redcore .icon-pinterest:before { - content: "\f0d2"; -} -.redcore .icon-pinterest-sign:before { - content: "\f0d3"; -} -.redcore .icon-google-plus-sign:before { - content: "\f0d4"; -} -.redcore .icon-google-plus:before { - content: "\f0d5"; -} -.redcore .icon-money:before { - content: "\f0d6"; -} -.redcore .icon-caret-down:before { - content: "\f0d7"; -} -.redcore .icon-caret-up:before { - content: "\f0d8"; -} -.redcore .icon-caret-left:before { - content: "\f0d9"; -} -.redcore .icon-caret-right:before { - content: "\f0da"; -} -.redcore .icon-columns:before { - content: "\f0db"; -} -.redcore .icon-sort:before { - content: "\f0dc"; -} -.redcore .icon-sort-down:before { - content: "\f0dd"; -} -.redcore .icon-sort-up:before { - content: "\f0de"; -} -.redcore .icon-envelope:before { - content: "\f0e0"; -} -.redcore .icon-linkedin:before { - content: "\f0e1"; -} -.redcore .icon-rotate-left:before, -.redcore .icon-undo:before { - content: "\f0e2"; -} -.redcore .icon-legal:before { - content: "\f0e3"; -} -.redcore .icon-dashboard:before { - content: "\f0e4"; -} -.redcore .icon-comment-alt:before { - content: "\f0e5"; -} -.redcore .icon-comments-alt:before { - content: "\f0e6"; -} -.redcore .icon-bolt:before { - content: "\f0e7"; -} -.redcore .icon-sitemap:before { - content: "\f0e8"; -} -.redcore .icon-umbrella:before { - content: "\f0e9"; -} -.redcore .icon-paste:before { - content: "\f0ea"; -} -.redcore .icon-lightbulb:before { - content: "\f0eb"; -} -.redcore .icon-exchange:before { - content: "\f0ec"; -} -.redcore .icon-cloud-download:before { - content: "\f0ed"; -} -.redcore .icon-cloud-upload:before { - content: "\f0ee"; -} -.redcore .icon-user-md:before { - content: "\f0f0"; -} -.redcore .icon-stethoscope:before { - content: "\f0f1"; -} -.redcore .icon-suitcase:before { - content: "\f0f2"; -} -.redcore .icon-bell-alt:before { - content: "\f0f3"; -} -.redcore .icon-coffee:before { - content: "\f0f4"; -} -.redcore .icon-food:before { - content: "\f0f5"; -} -.redcore .icon-file-add:before { - content: "\f0f6"; -} -.redcore .icon-file-text-alt:before { - content: "\f0f6"; -} -.redcore .icon-building:before { - content: "\f0f7"; -} -.redcore .icon-hospital:before { - content: "\f0f8"; -} -.redcore .icon-ambulance:before { - content: "\f0f9"; -} -.redcore .icon-medkit:before { - content: "\f0fa"; -} -.redcore .icon-fighter-jet:before { - content: "\f0fb"; -} -.redcore .icon-beer:before { - content: "\f0fc"; -} -.redcore .icon-h-sign:before { - content: "\f0fd"; -} -.redcore .icon-plus-sign-alt:before { - content: "\f0fe"; -} -.redcore .icon-double-angle-left:before { - content: "\f100"; -} -.redcore .icon-double-angle-right:before { - content: "\f101"; -} -.redcore .icon-double-angle-up:before { - content: "\f102"; -} -.redcore .icon-double-angle-down:before { - content: "\f103"; -} -.redcore .icon-angle-left:before { - content: "\f104"; -} -.redcore .icon-angle-right:before { - content: "\f105"; -} -.redcore .icon-angle-up:before { - content: "\f106"; -} -.redcore .icon-angle-down:before { - content: "\f107"; -} -.redcore .icon-desktop:before { - content: "\f108"; -} -.redcore .icon-laptop:before { - content: "\f109"; -} -.redcore .icon-tablet:before { - content: "\f10a"; -} -.redcore .icon-mobile-phone:before { - content: "\f10b"; -} -.redcore .icon-circle-blank:before { - content: "\f10c"; -} -.redcore .icon-quote-left:before { - content: "\f10d"; -} -.redcore .icon-quote-right:before { - content: "\f10e"; -} -.redcore .icon-spinner:before { - content: "\f110"; -} -.redcore .icon-circle:before { - content: "\f111"; -} -.redcore .icon-mail-reply:before, -.redcore .icon-reply:before { - content: "\f112"; -} -.redcore .icon-github-alt:before { - content: "\f113"; -} -.redcore .icon-folder-close-alt:before { - content: "\f114"; -} -.redcore .icon-folder-open-alt:before { - content: "\f115"; -} -.redcore .icon-expand-alt:before { - content: "\f116"; -} -.redcore .icon-collapse-alt:before { - content: "\f117"; -} -.redcore .icon-smile:before { - content: "\f118"; -} -.redcore .icon-frown:before { - content: "\f119"; -} -.redcore .icon-meh:before { - content: "\f11a"; -} -.redcore .icon-gamepad:before { - content: "\f11b"; -} -.redcore .icon-keyboard:before { - content: "\f11c"; -} -.redcore .icon-flag-alt:before { - content: "\f11d"; -} -.redcore .icon-flag-checkered:before { - content: "\f11e"; -} -.redcore .icon-terminal:before { - content: "\f120"; -} -.redcore .icon-code:before { - content: "\f121"; -} -.redcore .icon-reply-all:before { - content: "\f122"; -} -.redcore .icon-mail-reply-all:before { - content: "\f122"; -} -.redcore .icon-star-half-full:before, -.redcore .icon-star-half-empty:before { - content: "\f123"; -} -.redcore .icon-location-arrow:before { - content: "\f124"; -} -.redcore .icon-crop:before { - content: "\f125"; -} -.redcore .icon-code-fork:before { - content: "\f126"; -} -.redcore .icon-unlink:before { - content: "\f127"; -} -.redcore .icon-question:before { - content: "\f128"; -} -.redcore .icon-info:before { - content: "\f129"; -} -.redcore .icon-exclamation:before { - content: "\f12a"; -} -.redcore .icon-superscript:before { - content: "\f12b"; -} -.redcore .icon-subscript:before { - content: "\f12c"; -} -.redcore .icon-eraser:before { - content: "\f12d"; -} -.redcore .icon-puzzle-piece:before { - content: "\f12e"; -} -.redcore .icon-microphone:before { - content: "\f130"; -} -.redcore .icon-microphone-off:before { - content: "\f131"; -} -.redcore .icon-shield:before { - content: "\f132"; -} -.redcore .icon-calendar-empty:before { - content: "\f133"; -} -.redcore .icon-fire-extinguisher:before { - content: "\f134"; -} -.redcore .icon-rocket:before { - content: "\f135"; -} -.redcore .icon-maxcdn:before { - content: "\f136"; -} -.redcore .icon-chevron-sign-left:before { - content: "\f137"; -} -.redcore .icon-chevron-sign-right:before { - content: "\f138"; -} -.redcore .icon-chevron-sign-up:before { - content: "\f139"; -} -.redcore .icon-chevron-sign-down:before { - content: "\f13a"; -} -.redcore .icon-html5:before { - content: "\f13b"; -} -.redcore .icon-css3:before { - content: "\f13c"; -} -.redcore .icon-anchor:before { - content: "\f13d"; -} -.redcore .icon-unlock-alt:before { - content: "\f13e"; -} -.redcore .icon-bullseye:before { - content: "\f140"; -} -.redcore .icon-ellipsis-horizontal:before { - content: "\f141"; -} -.redcore .icon-ellipsis-vertical:before { - content: "\f142"; -} -.redcore .icon-rss-sign:before { - content: "\f143"; -} -.redcore .icon-play-sign:before { - content: "\f144"; -} -.redcore .icon-ticket:before { - content: "\f145"; -} -.redcore .icon-minus-sign-alt:before { - content: "\f146"; -} -.redcore .icon-check-minus:before { - content: "\f147"; -} -.redcore .icon-level-up:before { - content: "\f148"; -} -.redcore .icon-level-down:before { - content: "\f149"; -} -.redcore .icon-check-sign:before { - content: "\f14a"; -} -.redcore .icon-edit-sign:before { - content: "\f14b"; -} -.redcore .icon-external-link-sign:before { - content: "\f14c"; -} -.redcore .icon-share-sign:before { - content: "\f14d"; -} -.redcore .icon-compass:before { - content: "\f14e"; -} -.redcore .icon-collapse:before { - content: "\f150"; -} -.redcore .icon-collapse-top:before { - content: "\f151"; -} -.redcore .icon-expand:before { - content: "\f152"; -} -.redcore .icon-euro:before, -.redcore .icon-eur:before { - content: "\f153"; -} -.redcore .icon-gbp:before { - content: "\f154"; -} -.redcore .icon-dollar:before, -.redcore .icon-usd:before { - content: "\f155"; -} -.redcore .icon-rupee:before, -.redcore .icon-inr:before { - content: "\f156"; -} -.redcore .icon-yen:before, -.redcore .icon-jpy:before { - content: "\f157"; -} -.redcore .icon-renminbi:before, -.redcore .icon-cny:before { - content: "\f158"; -} -.redcore .icon-won:before, -.redcore .icon-krw:before { - content: "\f159"; -} -.redcore .icon-bitcoin:before, -.redcore .icon-btc:before { - content: "\f15a"; -} -.redcore .icon-file:before { - content: "\f15b"; -} -.redcore .icon-file-text:before { - content: "\f15c"; -} -.redcore .icon-sort-by-alphabet:before { - content: "\f15d"; -} -.redcore .icon-sort-by-alphabet-alt:before { - content: "\f15e"; -} -.redcore .icon-sort-by-attributes:before { - content: "\f160"; -} -.redcore .icon-sort-by-attributes-alt:before { - content: "\f161"; -} -.redcore .icon-sort-by-order:before { - content: "\f162"; -} -.redcore .icon-sort-by-order-alt:before { - content: "\f163"; -} -.redcore .icon-thumbs-up:before { - content: "\f164"; -} -.redcore .icon-thumbs-down:before { - content: "\f165"; -} -.redcore .icon-youtube-sign:before { - content: "\f166"; -} -.redcore .icon-youtube:before { - content: "\f167"; -} -.redcore .icon-xing:before { - content: "\f168"; -} -.redcore .icon-xing-sign:before { - content: "\f169"; -} -.redcore .icon-youtube-play:before { - content: "\f16a"; -} -.redcore .icon-dropbox:before { - content: "\f16b"; -} -.redcore .icon-stackexchange:before { - content: "\f16c"; -} -.redcore .icon-instagram:before { - content: "\f16d"; -} -.redcore .icon-flickr:before { - content: "\f16e"; -} -.redcore .icon-adn:before { - content: "\f170"; -} -.redcore .icon-bitbucket:before { - content: "\f171"; -} -.redcore .icon-bitbucket-sign:before { - content: "\f172"; -} -.redcore .icon-tumblr:before { - content: "\f173"; -} -.redcore .icon-tumblr-sign:before { - content: "\f174"; -} -.redcore .icon-long-arrow-down:before { - content: "\f175"; -} -.redcore .icon-long-arrow-up:before { - content: "\f176"; -} -.redcore .icon-long-arrow-left:before { - content: "\f177"; -} -.redcore .icon-long-arrow-right:before { - content: "\f178"; -} -.redcore .icon-apple:before { - content: "\f179"; -} -.redcore .icon-windows:before { - content: "\f17a"; -} -.redcore .icon-android:before { - content: "\f17b"; -} -.redcore .icon-linux:before { - content: "\f17c"; -} -.redcore .icon-dribbble:before { - content: "\f17d"; -} -.redcore .icon-skype:before { - content: "\f17e"; -} -.redcore .icon-foursquare:before { - content: "\f180"; -} -.redcore .icon-trello:before { - content: "\f181"; -} -.redcore .icon-female:before { - content: "\f182"; -} -.redcore .icon-male:before { - content: "\f183"; -} -.redcore .icon-gittip:before { - content: "\f184"; -} -.redcore .icon-sun:before { - content: "\f185"; -} -.redcore .icon-moon:before { - content: "\f186"; -} -.redcore .icon-archive:before { - content: "\f187"; -} -.redcore .icon-bug:before { - content: "\f188"; -} -.redcore .icon-vk:before { - content: "\f189"; -} -.redcore .icon-weibo:before { - content: "\f18a"; -} -.redcore .icon-renren:before { - content: "\f18b"; -} -.redcore .navbar a.brand, -.redcore .navbar a { - color: #b7b7b7; -} -.redcore .navbar a.back2joomla { - float: left; - display: block; - line-height: 40px; - font-size: 85%; -} -.redcore .navbar a.brand, -.redcore .navbar .brand { - margin-left: 0; - padding: 10px 5px; - font-weight: 200; - font-size: 1.5em; - text-shadow: none; - color: #FFFFFF; -} -.redcore .navbar a.navbar-brand, -.redcore .navbar .navbar-brand { - margin-left: 0; - padding: 10px 5px; - font-weight: 200; - font-size: 1.5em; - text-shadow: none; - color: #FFFFFF; -} -.redcore .navbar .nav > .active > a, -.redcore .navbar .nav > .active > a:hover, -.redcore .navbar .nav > .active > a:focus { - background-color: #666; - color: #fff; -} -.redcore .navbar .nav > li > a { - color: #b7b7b7; -} -.redcore .navbar .nav li.dropdown > .dropdown-toggle .caret { - border-bottom-color: #b7b7b7; - border-top-color: #b7b7b7; -} -.redcore .navbar .nav li.dropdown.open > .dropdown-toggle, -.redcore .navbar .nav li.dropdown.active > .dropdown-toggle, -.redcore .navbar .nav li.dropdown.open.active > .dropdown-toggle { - background-color: #444; - color: #fff; -} -.redcore .navbar .dropdown-menu > li > a:hover, -.redcore .navbar .dropdown-menu > li > a:focus, -.redcore .navbar .dropdown-submenu:hover > a, -.redcore .navbar .dropdown-submenu:focus > a { - background-color: #333; - background-image: none; - color: #fff; - text-decoration: none; -} -.redcore .navbar .navbar-search input { - background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9); - border: 0 none; - color: #0D0D0D; - height: 26px; - line-height: 26px; - margin-top: 2px; - padding: 0 10px; - transition: all 0.2s ease 0s; -} -.redcore .navbar .navbar-search input:focus { - background: #FFFFFF; -} -.redcore .navbar .divider-vertical { - border-left: 1px solid #242525; - border-right: 1px solid #191a1a; - margin: 0 5px; -} -.redcore .navbar ul a { - color: #333; -} -.redcore .navbar .nav-right, -.redcore .navbar .nav-right a { - color: #b7b7b7; - line-height: 40px; -} -.redcore .sidebar { - margin-left: 0; - margin-top: 10px; -} -.redcore .sidebar .nav-tabs.nav-stacked > li > a:hover { - background: none repeat scroll 0 0 #EEEEEE; - padding-left: 20px; - transition: all 0.3s ease 0s; -} -.redcore .sidebar .nav-tabs.nav-stacked > li > a { - color: #000000; - font-weight: 600; -} -.redcore .sidebar .nav-tabs.nav-stacked > li > a:active, -.redcore .sidebar .nav-tabs.nav-stacked > li > a.active { - box-shadow: 5px 0 0 #CC3333 inset, 0 0 0 1px #EEEEEE inset; - background: none repeat scroll 0 0 #EEEEEE; -} -.redcore .sidebar .subnav { - border-left: 1px solid #DDDDDD; - border-right: 1px solid #DDDDDD; - width: auto; - margin: 0; - padding: 0; -} -.redcore .sidebar .collapse { - transition: height 0.05s ease 0s; -} -.redcore .sidebar .subnav li { - list-style: none outside none; - width: auto; - line-height: 10px; -} -.redcore .sidebar .subnav li a { - color: #666666; - display: block; - padding: 10px 10px 10px 50px; - width: auto; -} -.redcore .sidebar .subnav li a:hover, -.redcore .sidebar .subnav li a:active { - background: none; - text-decoration: none; - color: #CC3333; -} -.redcore .footer { - background: none repeat scroll 0 0 #999999; - box-shadow: 0 1px 0 #eeeeee inset, 0 -15px 15px rgba(255, 255, 255, 0.6); - color: #ffffff; - padding: 5px 10px; - font-size: 90%; -} -.redcore form { - /* Radio buttons */ -} -.redcore form fieldset.radio.btn-group { - padding-left: 0; -} -.redcore form .radio.btn-group > label:first-of-type { - border-bottom-left-radius: 4px; - border-top-left-radius: 4px; - margin-left: 0; -} -.redcore form .radio.btn-group input[type=radio] { - display: none; -} -.redcore form .radio input[type="radio"], -.redcore form .checkbox input[type="checkbox"] { - float: left; - margin-left: -20px; -} -.redcore form select, -.redcore form textarea, -.redcore form input[type="text"], -.redcore form input[type="password"], -.redcore form input[type="datetime"], -.redcore form input[type="datetime-local"], -.redcore form input[type="date"], -.redcore form input[type="month"], -.redcore form input[type="time"], -.redcore form input[type="week"], -.redcore form input[type="number"], -.redcore form input[type="email"], -.redcore form input[type="url"], -.redcore form input[type="search"], -.redcore form input[type="tel"], -.redcore form input[type="color"], -.redcore form .uneditable-input { - height: 34px; - font-size: 14px; - line-height: 20px; -} -.redcore .form-group { - clear: both; - margin-bottom: 10px; -} -@media (min-width: 767px) and (max-width: 1280px) { - .redcore .row-fluid .span2.sidebar { - width: 23.0769%; - } - .redcore .row-fluid .span10.content { - width: 74.3094%; - margin-left: 1.762%; - } -} -@media (max-width: 767px) { - .redcore { - padding-top: 0; - } -} -.modal-backdrop { - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1040; - background-color: #000000; -} -.modal-backdrop.fade { - opacity: 0; -} -.modal-backdrop, -.modal-backdrop.fade.in { - opacity: 0.8; - filter: alpha(opacity=80); -} -.redcore { - padding-top: 40px; - /* Force tabs to overflow visible */ - /* Chart.js */ -} -.redcore .content { - margin-top: 10px; - padding-bottom: 40px; -} -.redcore .toolbar { - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - background-color: #FAFAFA; - padding: 5px 5px 5px 5px; - border: 1px solid #F2F2F2; -} -.redcore .toolbar .btn { - font-size: 13px; - font-weight: bold; -} -.redcore div.tooltip { - background: transparent; - border: 0; - float: none; - max-width: auto; -} -.redcore h1 { - margin-top: 0; -} -.redcore #system-message-container .close { - margin-right: 5px; -} -.redcore .published { - color: #5BB75B; -} -.redcore .unpublished { - color: #DA4F49; -} -.redcore .tab-content { - overflow: visible; -} -.redcore .tab-content.overauto { - overflow: auto; -} -.redcore .sortable-handler.inactive { - opacity: 0.3; -} -.redcore .element-invisible { - position: absolute; - padding: 0; - margin: 0; - border: 0; - height: 1px; - width: 1px; - overflow: hidden; -} -.redcore .nowrap { - white-space: nowrap; -} -.redcore .opacity-70 { - opacity: 0.7; - filter: alpha(opacity=70); -} -.redcore .opacity-40 { - opacity: 0.4; - filter: alpha(opacity=40); -} -.redcore [class^="icon-"]:before, -.redcore [class*=" icon-"]:before { - font-family: inherit; - font-style: inherit; - color: inherit; -} -.redcore .icon-stack:before { - content: none; -} -.redcore fieldset label { - float: inherit; - clear: inherit; -} -.redcore .controls .btn-group > .btn { - min-width: 50px; -} -.redcore .modal { - position: fixed; - top: 10%; - left: 50%; - z-index: 1050; - width: 560px; - margin-left: -280px; - background-color: #ffffff; - border: 1px solid #999; - border: 1px solid rgba(0, 0, 0, 0.3); - *border: 1px solid #999; - /* IE6-7 */ - -webkit-border-radius: 6px; - -moz-border-radius: 6px; - border-radius: 6px; - -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); - -webkit-background-clip: padding-box; - -moz-background-clip: padding-box; - background-clip: padding-box; - outline: none; -} -.redcore ul.chart-legend { - list-style-type: none; - margin: 0; - font-size: 0.8em; -} -.redcore ul.chart-legend li { - float: left; - padding: 5px; -} -.redcore ul.chart-legend li div { - display: inline-block; - margin: 5px; - width: 20px; - border-radius: 5px; -} -.redcore .chart-legend-container { - border-radius: 5px; - background-color: #f5f5f5; -} -.redcore .chart-box { - padding: 0; -} -.redcore .modal-body { - overflow: auto; -} -.redcore .translation-status { - padding-bottom:15px; -} -.redcore .translation-divider { - border-top: 1px solid #ddd; -} \ No newline at end of file diff --git a/build/media/libraries/redcore/media/redcore/less/bootstrap/navbar.less b/build/media/libraries/redcore/media/redcore/less/bootstrap/navbar.less index 93d09bcad..d0d254e20 100644 --- a/build/media/libraries/redcore/media/redcore/less/bootstrap/navbar.less +++ b/build/media/libraries/redcore/media/redcore/less/bootstrap/navbar.less @@ -196,7 +196,13 @@ .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { - #grid > .core > .span(@gridColumns); + #grid { + .core { + .span(@gridColumns) { + width: (@gridColumnWidth * @gridColumns) + (@gridGutterWidth * (@gridColumns - 1)); + } + } + }; } // Fixed to top diff --git a/build/media/libraries/redcore/media/redcore/less/component.less b/build/media/libraries/redcore/media/redcore/less/component.less index 084024770..372c88b4c 100644 --- a/build/media/libraries/redcore/media/redcore/less/component.less +++ b/build/media/libraries/redcore/media/redcore/less/component.less @@ -103,6 +103,9 @@ .redcore { padding-top: 40px; + * { + box-sizing: unset; + } .content { margin-top: 10px; padding-bottom: 40px; diff --git a/build/media/libraries/redcore/media/redcore/less/navbar.less b/build/media/libraries/redcore/media/redcore/less/navbar.less index d6102b7c9..f21da974e 100644 --- a/build/media/libraries/redcore/media/redcore/less/navbar.less +++ b/build/media/libraries/redcore/media/redcore/less/navbar.less @@ -1,4 +1,5 @@ .navbar { + padding-top: 0; a.brand, a { color: #b7b7b7; diff --git a/extensions/components/com_redcore/admin/models/config.php b/extensions/components/com_redcore/admin/models/config.php index 7af321b63..d13240a7e 100644 --- a/extensions/components/com_redcore/admin/models/config.php +++ b/extensions/components/com_redcore/admin/models/config.php @@ -191,7 +191,7 @@ public function save($data) } // Trigger the onConfigurationBeforeSave event. - $result = $dispatcher->trigger($this->event_before_save, array($this->option . '.' . $this->name, $table, $isNew)); + $result = $dispatcher->trigger($this->event_before_save, array($this->option . '.' . $this->name, $table, $isNew, [])); if (in_array(false, $result, true)) { diff --git a/extensions/components/com_redcore/admin/sql/install/mysql/install.sql b/extensions/components/com_redcore/admin/sql/install/mysql/install.sql index afa9c9000..46ac6741f 100644 --- a/extensions/components/com_redcore/admin/sql/install/mysql/install.sql +++ b/extensions/components/com_redcore/admin/sql/install/mysql/install.sql @@ -174,7 +174,7 @@ CREATE TABLE IF NOT EXISTS `#__redcore_payments` ( `coupon_code` VARCHAR(255) NOT NULL DEFAULT '', `customer_note` VARCHAR(2000) NOT NULL DEFAULT '', `status` VARCHAR(32) NOT NULL DEFAULT '', - `params` TEXT NOT NULL, + `params` TEXT, `retry_counter` TINYINT(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_extension_order_id` (`extension_name`, `order_id`), @@ -195,8 +195,8 @@ CREATE TABLE IF NOT EXISTS `#__redcore_payment_log` ( `ip_address` VARCHAR(100) NOT NULL DEFAULT '', `referrer` VARCHAR(2000) NOT NULL DEFAULT '', `message_uri` VARCHAR(2000) NOT NULL DEFAULT '', - `message_post` TEXT NOT NULL, - `message_text` TEXT NOT NULL, + `message_post` TEXT, + `message_text` TEXT, `status` VARCHAR(32) NOT NULL DEFAULT '', `transaction_id` VARCHAR(255) NOT NULL DEFAULT '', `customer_note` VARCHAR(2000) NOT NULL DEFAULT '', @@ -213,7 +213,7 @@ CREATE TABLE IF NOT EXISTS `#__redcore_payment_configuration` ( `extension_name` VARCHAR(255) NOT NULL DEFAULT '', `owner_name` VARCHAR(255) NOT NULL DEFAULT '', `payment_name` VARCHAR(50) NOT NULL DEFAULT '', - `params` TEXT NOT NULL, + `params` TEXT, `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NULL DEFAULT NULL, `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', @@ -236,8 +236,8 @@ CREATE TABLE IF NOT EXISTS `#__redcore_webservices` ( `path` VARCHAR(255) NOT NULL DEFAULT '', `xmlFile` VARCHAR(255) NOT NULL DEFAULT '', `xmlHashed` VARCHAR(32) NOT NULL DEFAULT '', - `operations` TEXT NULL, - `scopes` TEXT NULL, + `operations` TEXT, + `scopes` TEXT, `client` VARCHAR(15) NOT NULL DEFAULT 'site', `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NULL DEFAULT NULL, @@ -262,11 +262,11 @@ CREATE TABLE IF NOT EXISTS `#__redcore_translation_tables` ( `primary_columns` VARCHAR(100) NOT NULL DEFAULT 'id', `translate_columns` VARCHAR(500) NOT NULL DEFAULT '', `fallback_columns` VARCHAR(500) NOT NULL DEFAULT '', - `form_links` TEXT NULL, + `form_links` TEXT, `xml_path` VARCHAR(500) NOT NULL DEFAULT '', `xml_hashed` VARCHAR(32) NOT NULL DEFAULT '', `filter_query` VARCHAR(255) NOT NULL DEFAULT '', - `params` TEXT NOT NULL, + `params` TEXT, `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NULL DEFAULT NULL, `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', @@ -290,8 +290,8 @@ CREATE TABLE IF NOT EXISTS `#__redcore_translation_columns` ( `value_type` VARCHAR(45) NOT NULL DEFAULT 'text', `fallback` TINYINT(1) NOT NULL DEFAULT '0', `filter` VARCHAR(50) NOT NULL DEFAULT 'RAW', - `description` TEXT NOT NULL, - `params` TEXT NOT NULL, + `description` TEXT, + `params` TEXT, PRIMARY KEY (`id`), UNIQUE KEY `unq_translation_columns_keys` (`translation_table_id`, `name`), KEY `idx_translation_columns_keys` (`translation_table_id`) @@ -305,7 +305,7 @@ SET FOREIGN_KEY_CHECKS = 1; CREATE TABLE IF NOT EXISTS `#__redcore_schemas` ( `asset_id` varchar(255) NOT NULL, - `fields` text NOT NULL, + `fields` text, `cached_on` datetime NOT NULL, PRIMARY KEY (`asset_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; diff --git a/extensions/components/com_redcore/admin/sql/updates/mysql/1.4.7.sql b/extensions/components/com_redcore/admin/sql/updates/mysql/1.4.7.sql index aba17c106..6ace15860 100644 --- a/extensions/components/com_redcore/admin/sql/updates/mysql/1.4.7.sql +++ b/extensions/components/com_redcore/admin/sql/updates/mysql/1.4.7.sql @@ -8,8 +8,8 @@ CREATE TABLE IF NOT EXISTS `#__redcore_webservices` ( `path` VARCHAR(255) NOT NULL DEFAULT '', `xmlFile` VARCHAR(255) NOT NULL DEFAULT '', `xmlHashed` VARCHAR(32) NOT NULL DEFAULT '', - `operations` TEXT NULL, - `scopes` TEXT NULL, + `operations` TEXT, + `scopes` TEXT, `client` VARCHAR(15) NOT NULL DEFAULT 'site', `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NULL DEFAULT NULL, diff --git a/extensions/components/com_redcore/admin/sql/updates/mysql/1.5.4.sql b/extensions/components/com_redcore/admin/sql/updates/mysql/1.5.4.sql index 27a3c8680..5f3b6e5ed 100644 --- a/extensions/components/com_redcore/admin/sql/updates/mysql/1.5.4.sql +++ b/extensions/components/com_redcore/admin/sql/updates/mysql/1.5.4.sql @@ -79,7 +79,7 @@ CREATE TABLE IF NOT EXISTS `#__redcore_payments` ( `coupon_code` VARCHAR(255) NOT NULL DEFAULT '', `customer_note` VARCHAR(2000) NOT NULL DEFAULT '', `status` VARCHAR(32) NOT NULL DEFAULT '', - `params` TEXT NOT NULL, + `params` TEXT, `retry_counter` TINYINT(4) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `idx_extension_order_id` (`extension_name`, `order_id`), @@ -100,8 +100,8 @@ CREATE TABLE IF NOT EXISTS `#__redcore_payment_log` ( `ip_address` VARCHAR(100) NOT NULL DEFAULT '', `referrer` VARCHAR(2000) NOT NULL DEFAULT '', `message_uri` VARCHAR(2000) NOT NULL DEFAULT '', - `message_post` TEXT NOT NULL, - `message_text` TEXT NOT NULL, + `message_post` TEXT, + `message_text` TEXT, `status` VARCHAR(32) NOT NULL DEFAULT '', `transaction_id` VARCHAR(255) NOT NULL DEFAULT '', `customer_note` VARCHAR(2000) NOT NULL DEFAULT '', @@ -118,7 +118,7 @@ CREATE TABLE IF NOT EXISTS `#__redcore_payment_configuration` ( `extension_name` VARCHAR(255) NOT NULL DEFAULT '', `owner_name` VARCHAR(255) NOT NULL DEFAULT '', `payment_name` VARCHAR(50) NOT NULL DEFAULT '', - `params` TEXT NOT NULL, + `params` TEXT, `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NULL DEFAULT NULL, `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', diff --git a/extensions/components/com_redcore/admin/sql/updates/mysql/1.8.3.sql b/extensions/components/com_redcore/admin/sql/updates/mysql/1.8.3.sql index a75f728d8..2f3a83b6a 100644 --- a/extensions/components/com_redcore/admin/sql/updates/mysql/1.8.3.sql +++ b/extensions/components/com_redcore/admin/sql/updates/mysql/1.8.3.sql @@ -12,11 +12,11 @@ CREATE TABLE IF NOT EXISTS `#__redcore_translation_tables` ( `primary_columns` VARCHAR(100) NOT NULL DEFAULT 'id', `translate_columns` VARCHAR(500) NOT NULL DEFAULT '', `fallback_columns` VARCHAR(500) NOT NULL DEFAULT '', - `form_links` TEXT NULL, + `form_links` TEXT, `xml_path` VARCHAR(500) NOT NULL DEFAULT '', `xml_hashed` VARCHAR(32) NOT NULL DEFAULT '', `filter_query` VARCHAR(255) NOT NULL DEFAULT '', - `params` TEXT NOT NULL, + `params` TEXT, `state` TINYINT(1) NOT NULL DEFAULT '1', `checked_out` INT(11) NULL DEFAULT NULL, `checked_out_time` DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00', @@ -40,8 +40,8 @@ CREATE TABLE IF NOT EXISTS `#__redcore_translation_columns` ( `value_type` VARCHAR(45) NOT NULL DEFAULT 'text', `fallback` TINYINT(1) NOT NULL DEFAULT '0', `filter` VARCHAR(50) NOT NULL DEFAULT 'RAW', - `description` TEXT NOT NULL, - `params` TEXT NOT NULL, + `description` TEXT, + `params` TEXT, PRIMARY KEY (`id`), UNIQUE KEY `unq_translation_columns_keys` (`translation_table_id`, `name`), KEY `idx_translation_columns_keys` (`translation_table_id`) diff --git a/extensions/components/com_redcore/admin/sql/updates/mysql/1.9.0.sql b/extensions/components/com_redcore/admin/sql/updates/mysql/1.9.0.sql index 2fd451d25..4869cf920 100644 --- a/extensions/components/com_redcore/admin/sql/updates/mysql/1.9.0.sql +++ b/extensions/components/com_redcore/admin/sql/updates/mysql/1.9.0.sql @@ -4,7 +4,7 @@ CREATE TABLE IF NOT EXISTS `#__redcore_schemas` ( `asset_id` varchar(255) NOT NULL, - `fields` text NOT NULL, + `fields` text, `cached_on` datetime NOT NULL, PRIMARY KEY (`asset_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; diff --git a/extensions/components/com_redcore/admin/sql/updates/mysql/2.2.4.sql b/extensions/components/com_redcore/admin/sql/updates/mysql/2.2.4.sql new file mode 100644 index 000000000..ea07ea485 --- /dev/null +++ b/extensions/components/com_redcore/admin/sql/updates/mysql/2.2.4.sql @@ -0,0 +1,11 @@ +ALTER TABLE `#__redcore_payments` CHANGE `params` `params` TEXT; +ALTER TABLE `#__redcore_payment_log` CHANGE `message_post` `message_post` TEXT; +ALTER TABLE `#__redcore_payment_log` CHANGE `message_text` `message_text` TEXT; +ALTER TABLE `#__redcore_payment_configuration` CHANGE `params` `params` TEXT; +ALTER TABLE `#__redcore_webservices` CHANGE `operations` `operations` TEXT; +ALTER TABLE `#__redcore_webservices` CHANGE `scopes` `scopes` TEXT; +ALTER TABLE `#__redcore_translation_tables` CHANGE `form_links` `form_links` TEXT; +ALTER TABLE `#__redcore_translation_tables` CHANGE `params` `params` TEXT; +ALTER TABLE `#__redcore_translation_columns` CHANGE `description` `description` TEXT; +ALTER TABLE `#__redcore_translation_columns` CHANGE `params` `params` TEXT; +ALTER TABLE `#__redcore_schemas` CHANGE `fields` `fields` TEXT; diff --git a/extensions/components/com_redcore/admin/views/config/tmpl/edit.php b/extensions/components/com_redcore/admin/views/config/tmpl/edit.php index d4dfecd8a..70f7f70cd 100644 --- a/extensions/components/com_redcore/admin/views/config/tmpl/edit.php +++ b/extensions/components/com_redcore/admin/views/config/tmpl/edit.php @@ -22,15 +22,7 @@ JHtml::_('behavior.keepalive'); JHtml::_('rbootstrap.tooltip'); JHtml::_('rjquery.chosen', 'select'); - -if (version_compare(JVERSION, '3.4') >= 0) -{ - JHtml::_('behavior.formvalidator'); -} -else -{ - JHTML::_('behavior.formvalidation'); -} +JHtml::_('behavior.formvalidator'); JFactory::getDocument()->addScriptDeclaration( 'Joomla.submitbutton = function(task){ diff --git a/extensions/components/com_redcore/admin/views/oauth_client/tmpl/default.php b/extensions/components/com_redcore/admin/views/oauth_client/tmpl/default.php index 10dce89fc..15aea6ee6 100644 --- a/extensions/components/com_redcore/admin/views/oauth_client/tmpl/default.php +++ b/extensions/components/com_redcore/admin/views/oauth_client/tmpl/default.php @@ -14,6 +14,7 @@ JHtml::_('behavior.keepalive'); JHtml::_('rbootstrap.tooltip'); JHtml::_('rjquery.chosen', 'select'); +JHtml::_('behavior.formvalidator'); ?>
diff --git a/extensions/components/com_redcore/admin/views/oauth_clients/tmpl/default.php b/extensions/components/com_redcore/admin/views/oauth_clients/tmpl/default.php index 6fadfb4c6..1694dbd8a 100644 --- a/extensions/components/com_redcore/admin/views/oauth_clients/tmpl/default.php +++ b/extensions/components/com_redcore/admin/views/oauth_clients/tmpl/default.php @@ -75,7 +75,7 @@ ?> - id); ?> + id); ?> diff --git a/extensions/components/com_redcore/admin/views/oauth_clients/view.html.php b/extensions/components/com_redcore/admin/views/oauth_clients/view.html.php index 170e8f256..68507546b 100644 --- a/extensions/components/com_redcore/admin/views/oauth_clients/view.html.php +++ b/extensions/components/com_redcore/admin/views/oauth_clients/view.html.php @@ -132,7 +132,10 @@ public function getActions($section = 'component', $assetName = 'com_redcore') { $user = JFactory::getUser(); $result = new Registry; - $actions = JAccess::getActionsFromFile('com_redcore', $section) ?: array(); + $actions = JAccess::getActionsFromFile( + JPATH_ADMINISTRATOR . '/components/com_redcore/access.xml', + "/access/section[@name='" . $section . "']/" + ); foreach ($actions as $action) { diff --git a/extensions/components/com_redcore/admin/views/payment_configuration/tmpl/default.php b/extensions/components/com_redcore/admin/views/payment_configuration/tmpl/default.php index 755d09b0f..f9e87d16a 100644 --- a/extensions/components/com_redcore/admin/views/payment_configuration/tmpl/default.php +++ b/extensions/components/com_redcore/admin/views/payment_configuration/tmpl/default.php @@ -14,6 +14,7 @@ JHtml::_('behavior.keepalive'); JHtml::_('rbootstrap.tooltip'); JHtml::_('rjquery.chosen', 'select'); +JHtml::_('behavior.formvalidator'); ?>