diff --git a/.gitignore b/.gitignore
index 1d9d293f62..aacf7f9728 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,11 @@
*.tgz
*.DS_Store
+# Compiled CSS, unless directly added
*.sass-cache
*COMPILE.css
-compass_scripts
+*.css
+*.css.map
# Intellij project configuration files
*.idea
diff --git a/example/mobile/res/config.rb b/example/mobile/res/config.rb
deleted file mode 100755
index 58843cd76e..0000000000
--- a/example/mobile/res/config.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Require any additional compass plugins here.
-# require "compass-growl"
-
-# Set this to the root of your project when deployed:
-http_path = "/"
-css_dir = "css"
-sass_dir = "sass"
-images_dir = "images"
-javascripts_dir = "js"
-
-# You can select your preferred output style here (can be overridden via the command line):
-# :expanded, :compressed, :nested
-output_style = :nested
-
-# To enable relative paths to assets via compass helper functions. Uncomment:
-relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-# line_comments = false
-
-
-# If you prefer the indented syntax, you might want to regenerate this
-# project again passing --syntax sass, or you can uncomment this:
-# preferred_syntax = :sass
-# and then run:
-# sass-convert -R --from scss --to sass vfn_platform/static/sass scss && rm -rf sass && mv scss sass
diff --git a/example/mobile/res/css/mobile-example.css b/example/mobile/res/css/mobile-example.css
deleted file mode 100644
index 06d2102e32..0000000000
--- a/example/mobile/res/css/mobile-example.css
+++ /dev/null
@@ -1,103 +0,0 @@
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FEATURES */
-/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
-/************************** RATIOS */
-/************************** LAYOUT */
-/************************** CONTROLS */
-/************************** PATHS */
-/************************** TIMINGS */
-/************************** LIMITS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** MOBILE REPRESENTATION ITEMS DIMENSIONS */
-/************************** MOBILE TREE MENU DIMENSIONS */
-/************************** WINDOW DIMENSIONS FOR RWD */
-/************************** MEDIA QUERIES: WINDOW CHECKS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
-/************************** MEDIA QUERIES: WINDOWS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
-/************************** DEVICE PARAMETERS FOR MENUS/REPRESENTATIONS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* REQUIRES mobile/_constants */
-@media screen and (orientation: portrait) and (max-width: 514px) and (max-height: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (max-height: 514px) and (max-width: 740px) and (max-device-width: 1024px) and (max-device-height: 799px), screen and (orientation: portrait) and (min-width: 515px) and (max-width: 799px) and (min-height: 741px) and (max-height: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 799px) and (max-device-height: 1024px), screen and (orientation: landscape) and (min-height: 515px) and (max-height: 799px) and (min-width: 741px) and (max-width: 1024px) and (max-device-width: 1024px) and (max-device-height: 799px) {
- /* line 28, ../sass/mobile-example.scss */
- .create-btn-holder {
- display: block !important; } }
diff --git a/gulpfile.js b/gulpfile.js
index e33a4cecba..fa832d1aa6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -24,7 +24,9 @@
var gulp = require('gulp'),
requirejsOptimize = require('gulp-requirejs-optimize'),
sourcemaps = require('gulp-sourcemaps'),
- compass = require('gulp-compass'),
+ rename = require('gulp-rename'),
+ sass = require('gulp-sass'),
+ bourbon = require('node-bourbon'),
jshint = require('gulp-jshint'),
jscs = require('gulp-jscs'),
replace = require('gulp-replace-task'),
@@ -38,7 +40,7 @@ var gulp = require('gulp'),
main: 'main.js',
dist: 'dist',
assets: 'dist/assets',
- scss: 'platform/**/*.scss',
+ scss: ['./platform/**/*.scss', './example/**/*.scss'],
scripts: [ 'main.js', 'platform/**/*.js', 'src/**/*.js' ],
static: [
'index.html',
@@ -57,9 +59,8 @@ var gulp = require('gulp'),
configFile: path.resolve(__dirname, 'karma.conf.js'),
singleRun: true
},
- compass: {
- sass: __dirname,
- css: paths.assets
+ sass: {
+ includePaths: bourbon.includePaths
},
replace: {
variables: {
@@ -85,9 +86,15 @@ gulp.task('test', function (done) {
});
gulp.task('stylesheets', function () {
- return gulp.src(paths.scss)
- .pipe(compass(options.compass))
- .pipe(gulp.dest(paths.assets));
+ return gulp.src(paths.scss, {base: '.'})
+ .pipe(sourcemaps.init())
+ .pipe(sass(options.sass).on('error', sass.logError))
+ .pipe(rename(function (file) {
+ file.dirname = file.dirname.replace('/sass', '/css');
+ return file;
+ }))
+ .pipe(sourcemaps.write('.'))
+ .pipe(gulp.dest(__dirname));
});
gulp.task('lint', function () {
@@ -110,11 +117,22 @@ gulp.task('fixstyle', function () {
.pipe(gulp.dest('.'));
});
-gulp.task('static', function () {
+gulp.task('static', ['stylesheets'], function () {
return gulp.src(paths.static, { base: '.' })
.pipe(gulp.dest(paths.dist));
});
+gulp.task('watch', function () {
+ gulp.watch(paths.scss, ['stylesheets']);
+});
+
+gulp.task('serve', function () {
+ console.log('Running development server with all defaults');
+ var app = require('./app.js');
+});
+
+gulp.task('develop', ['serve', 'stylesheets', 'watch']);
+
gulp.task('install', [ 'static', 'scripts' ]);
gulp.task('verify', [ 'lint', 'test' ]);
diff --git a/package.json b/package.json
index 6128f7774c..b787b499c6 100644
--- a/package.json
+++ b/package.json
@@ -11,11 +11,12 @@
"git-rev-sync": "^1.4.0",
"glob": ">= 3.0.0",
"gulp": "^3.9.0",
- "gulp-compass": "^2.1.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
+ "gulp-rename": "^1.2.2",
"gulp-replace-task": "^0.11.0",
"gulp-requirejs-optimize": "^0.3.1",
+ "gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"jasmine-core": "^2.3.0",
"jsdoc": "^3.3.2",
@@ -33,6 +34,7 @@
"marked": "^0.3.5",
"mkdirp": "^0.5.1",
"moment": "^2.11.1",
+ "node-bourbon": "^4.2.3",
"phantomjs": "^1.9.19",
"requirejs": "^2.1.17",
"split": "^1.0.0"
diff --git a/platform/commonUI/general/bundle.js b/platform/commonUI/general/bundle.js
index aeb05762b1..6077785cf1 100644
--- a/platform/commonUI/general/bundle.js
+++ b/platform/commonUI/general/bundle.js
@@ -129,6 +129,10 @@ define([
{
"stylesheetUrl": "css/normalize.min.css",
"priority": "mandatory"
+ },
+ {
+ "stylesheetUrl": "css/reset.css",
+ "priority": "mandatory"
}
],
"templates": [
diff --git a/platform/commonUI/general/res/config.rb b/platform/commonUI/general/res/config.rb
deleted file mode 100755
index 58843cd76e..0000000000
--- a/platform/commonUI/general/res/config.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Require any additional compass plugins here.
-# require "compass-growl"
-
-# Set this to the root of your project when deployed:
-http_path = "/"
-css_dir = "css"
-sass_dir = "sass"
-images_dir = "images"
-javascripts_dir = "js"
-
-# You can select your preferred output style here (can be overridden via the command line):
-# :expanded, :compressed, :nested
-output_style = :nested
-
-# To enable relative paths to assets via compass helper functions. Uncomment:
-relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-# line_comments = false
-
-
-# If you prefer the indented syntax, you might want to regenerate this
-# project again passing --syntax sass, or you can uncomment this:
-# preferred_syntax = :sass
-# and then run:
-# sass-convert -R --from scss --to sass vfn_platform/static/sass scss && rm -rf sass && mv scss sass
diff --git a/platform/commonUI/general/res/css/reset.css b/platform/commonUI/general/res/css/reset.css
new file mode 100644
index 0000000000..ed11813c4e
--- /dev/null
+++ b/platform/commonUI/general/res/css/reset.css
@@ -0,0 +1,48 @@
+/* http://meyerweb.com/eric/tools/css/reset/
+ v2.0 | 20110126
+ License: none (public domain)
+*/
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, img, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+b, u, i, center,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td,
+article, aside, canvas, details, embed,
+figure, figcaption, footer, header, hgroup,
+menu, nav, output, ruby, section, summary,
+time, mark, audio, video {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ font-size: 100%;
+ font: inherit;
+ vertical-align: baseline;
+}
+/* HTML5 display-role reset for older browsers */
+article, aside, details, figcaption, figure,
+footer, header, hgroup, menu, nav, section {
+ display: block;
+}
+body {
+ line-height: 1;
+}
+ol, ul {
+ list-style: none;
+}
+blockquote, q {
+ quotes: none;
+}
+blockquote:before, blockquote:after,
+q:before, q:after {
+ content: '';
+ content: none;
+}
+table {
+ border-collapse: collapse;
+ border-spacing: 0;
+}
diff --git a/platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json b/platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json
index 1b3c319b4c..737beaeb8d 100644
--- a/platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json
+++ b/platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json
@@ -1,8 +1,8 @@
{
"metadata": {
"name": "WTD Symbols",
- "lastOpened": 1454115620456,
- "created": 1454115616211
+ "lastOpened": 1455833272792,
+ "created": 1455833268424
},
"iconSets": [
{
@@ -16,7 +16,7 @@
"tempChar": ""
},
{
- "order": 117,
+ "order": 120,
"id": 95,
"prevSize": 32,
"code": 58904,
@@ -771,8 +771,9 @@
{
"id": 95,
"paths": [
- "M101.2 287.6c57.2-69.6 118.6-104.8 182.8-104.8s125.6 35.2 182.8 104.8c51.4 62.6 89.8 141.2 112.6 196.2 27.6 65.8 58.8 121 90.6 159.6 10 12 44.2 51.4 69.8 51.4 6.4 0 30.4-3.8 69.8-51.4 31.8-38.6 63.2-93.8 90.6-159.6 23-55 61.2-133.6 112.6-196.2 3.6-4.4 7.2-8.6 10.8-12.8v-18.8c0.4-140.8-114.8-256-255.6-256h-512c-140.8 0-256 115.2-256 256v201c23.4-51.8 57.4-116.4 101.2-169.4zM744 182c54 0 106.4 24.4 156 72.8-31.6 44.6-57.4 92.2-77.6 134.2-33.4-42-61.8-59.4-78.4-59.4-17.4 0-47.8 19.2-83.2 65.8-27-57.6-54-102.4-77.4-136 51-51.2 104.8-77.4 160.6-77.4z",
- "M922.8 736.4c-57.2 69.6-118.8 104.8-182.8 104.8s-125.6-35.2-182.8-104.8c-51.4-62.6-89.8-141.2-112.6-196.2-27.6-65.8-58.8-121-90.6-159.6-10-12-44.2-51.4-69.8-51.4-6.4 0-30.4 3.8-69.8 51.4-31.8 38.6-63.2 93.8-90.6 159.6-23 55-61.2 133.6-112.6 196.2-3.6 4.4-7.2 8.6-10.8 12.8v18.8c0 140.8 115.2 256 256 256h512c140.8 0 256-115.2 256-256v-201c-23.8 51.8-57.8 116.4-101.6 169.4zM280 842c-54 0-106.4-24.4-156-72.8 31.6-44.6 57.4-92.2 77.6-134.2 33.4 42 61.8 59.4 78.4 59.4 17.4 0 47.8-19.2 83.2-65.8 27 57.6 54 102.4 77.4 136-51 51.2-104.8 77.4-160.6 77.4z"
+ "M923 438.2l-151-100.6c-36-24-103.8-24-139.8 0l-151 100.6c-44.6 29.8-102.6 46.2-163 46.2s-118.4-16.4-163-46.2l-151.4-100.6c-1.8-1.2-3.8-2.4-5.8-3.6v208c36.6 7.4 70.6 20.8 99 39.8l151 100.6c36 24 103.8 24 139.8 0l151-100.6c44.6-29.8 102.6-46.2 163-46.2s118.4 16.4 163 46.2l151 100.6c1.8 1.2 3.8 2.4 5.8 3.6v-208c-36.2-7.2-70.2-20.8-98.6-39.8z",
+ "M923 822.2l-151-100.6c-36-24-103.8-24-139.8 0l-151 100.6c-44.6 29.8-102.6 46.2-163 46.2s-118.4-16.4-163-46.2l-151.4-100.6c-1.8-1.2-3.8-2.4-5.8-3.6v112c0 105.6 86.4 192 192 192h640c94.8 0 174.2-69.8 189.4-160.4-35.6-7.4-68.6-20.8-96.4-39.4z",
+ "M97 197.8l151 100.6c36 24 103.8 24 139.8 0l151-100.6c44.8-29.8 102.6-46.2 163.2-46.2s118.4 16.4 163 46.2l151 100.6c1.8 1.2 3.8 2.4 5.8 3.6v-112c0-105.6-86.4-192-192-192h-639.8c-94.8 0-174.2 69.8-189.4 160.4 35.6 7.4 68.6 20.8 96.4 39.4z"
],
"attrs": [],
"isMulticolor": false,
@@ -781,18 +782,20 @@
"icon-session"
],
"colorPermutations": {
- "16161751": [],
- "125525525516161751": []
+ "16161751": [
+ 0,
+ 0,
+ 0
+ ]
}
},
{
"id": 94,
"paths": [
+ "M546.4 431.2l32-24c31.6-23.8 91.6-23.8 123.2 0l32 24c10.8 8 22.2 15.2 34.4 21.4v-201.2c-38-19.6-82.2-30-128-30-60.4 0-118.2 18.2-162.4 51.4l-32 24c-31.6 23.8-91.6 23.8-123.2 0l-32-24c-10.8-8-22.2-15.2-34.4-21.4v201.2c38 19.6 82.2 30 128 30 60.4 0 118.2-18.2 162.4-51.4z",
+ "M640 541.4c-60.4 0-118.2 18.2-162.4 51.4l-32 24c-31.6 23.8-91.6 23.8-123.2 0l-32-24c-10.8-8-22.2-15.2-34.4-21.4v201.2c38 19.6 82.2 30 128 30 60.4 0 118.2-18.2 162.4-51.4l32-24c31.6-23.8 91.6-23.8 123.2 0l32 24c10.8 8 22.2 15.2 34.4 21.4v-201.2c-38-19.6-82.2-30-128-30z",
"M832 0h-128v192h127.6c0.2 0 0.2 0.2 0.4 0.4v639.4c0 0.2-0.2 0.2-0.4 0.4h-127.6v192h128c105.6 0 192-86.4 192-192v-640.2c0-105.6-86.4-192-192-192z",
- "M192 831.6v-639.4c0-0.2 0.2-0.2 0.4-0.4h127.6v-191.8h-128c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h128v-192h-127.6c-0.2 0-0.4-0.2-0.4-0.4z",
- "M686 384c7.2 0 21 7.4 38.6 25.8 11.8-24.8 26.4-52.2 43.4-79v-50c-26.4-16.4-53.8-24.6-82-24.6-37.6 0-74.2 14.8-108.8 44.2 27.4 37.8 49.6 78.6 66.2 113.8 19.4-21.6 34.8-30.2 42.6-30.2z",
- "M338 640c-7.2 0-21-7.4-38.6-25.8-11.8 24.8-26.4 52.2-43.4 79v74.8h82c37.6 0 74.2-14.8 108.8-44.2-27.4-37.8-49.6-78.6-66.2-113.8-19.4 21.4-34.8 30-42.6 30z",
- "M768 544.2c-38.2 70.6-72.8 95.8-85 95.8-15 0-64.2-38.4-112-152.8-17.4-41.8-46.6-101.6-85.8-149.4-44.8-54.4-93.2-82-144.2-82-29.2 0-57.6 9-85 27v196.8c38.2-70.6 72.8-95.8 85-95.8 15 0 64.2 38.4 112 152.8 17.4 41.8 46.6 101.6 85.8 149.4 44.8 54.4 93.2 82 144.2 82 29.2 0 57.6-9 85-27v-196.8z"
+ "M320 832h-127.6c-0.2 0-0.2-0.2-0.4-0.4v-639.4c0-0.2 0.2-0.2 0.4-0.4h127.6v-191.8h-128c-105.6 0-192 86.4-192 192v640c0 105.6 86.4 192 192 192h128v-192z"
],
"attrs": [],
"isMulticolor": false,
@@ -801,8 +804,12 @@
"icon-topic"
],
"colorPermutations": {
- "16161751": [],
- "125525525516161751": []
+ "16161751": [
+ 0,
+ 0,
+ 0,
+ 0
+ ]
}
},
{
diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot
index 1c9d602aa1..6a0285ae63 100755
Binary files a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot and b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.eot differ
diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
index f6e92e601f..f5f0b9185e 100755
--- a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
+++ b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.svg
@@ -94,8 +94,8 @@
-
-
+
+
\ No newline at end of file
diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf
index ace067aaf0..1e1a486803 100755
Binary files a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf and b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.ttf differ
diff --git a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff
index 37ffb935d9..716eb87705 100755
Binary files a/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff and b/platform/commonUI/general/res/fonts/symbols/wtdsymbols.woff differ
diff --git a/platform/commonUI/general/res/sass/_archetypes.scss b/platform/commonUI/general/res/sass/_archetypes.scss
index 20b338c3db..84045c2520 100644
--- a/platform/commonUI/general/res/sass/_archetypes.scss
+++ b/platform/commonUI/general/res/sass/_archetypes.scss
@@ -34,7 +34,7 @@
.cols {
@include clearfix;
.col {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include clearfix;
float: left;
margin-left: $ueColMargin;
@@ -94,7 +94,7 @@
/********************************************* FLEX STYLES */
.l-flex-row,
.l-flex-col {
- @include display-flex;
+ @include display(flex);
@include flex-wrap(nowrap);
.flex-elem {
min-height: 0; // Needed to allow element to shrink within parent
@@ -111,7 +111,7 @@
}
.flex-container {
// Apply to wrapping elements, mct-includes, etc.
- @include display-flex;
+ @include display(flex);
@include flex-wrap(nowrap);
@include flex(1 1 auto);
min-height:0;
@@ -144,4 +144,4 @@
.flex-justify-end {
@include justify-content(flex-end);
-}
\ No newline at end of file
+}
diff --git a/platform/commonUI/general/res/sass/_autoflow.scss b/platform/commonUI/general/res/sass/_autoflow.scss
index 8a7564e7f5..9b500fb88f 100644
--- a/platform/commonUI/general/res/sass/_autoflow.scss
+++ b/platform/commonUI/general/res/sass/_autoflow.scss
@@ -64,7 +64,7 @@
white-space: nowrap;
.l-autoflow-col {
// @include test();
- @include box-sizing(border-box);
+ box-sizing: border-box;
border-left: 1px solid $colorInteriorBorder;
display: inline-block;
// height: 100%;
@@ -74,7 +74,7 @@
width: $colW;
.l-autoflow-row {
// @include test(red);
- @include box-sizing(border-box);
+ box-sizing: border-box;
border-bottom: 1px solid rgba(#fff,0.05);
display: block;
height: $rowH;
@@ -110,7 +110,7 @@
width: auto;
}
&.r {
- @include border-radius($smallCr);
+ border-radius: $smallCr;
float: right;
margin-left: $interiorMargin;
padding-left: $valPad;
diff --git a/platform/commonUI/general/res/sass/_badges.scss b/platform/commonUI/general/res/sass/_badges.scss
index 921c4f272e..fc4d3e9b03 100644
--- a/platform/commonUI/general/res/sass/_badges.scss
+++ b/platform/commonUI/general/res/sass/_badges.scss
@@ -27,7 +27,7 @@
}
.top-bar .badge {
- @include border-radius($controlCr * 1.5);
+ border-radius: $controlCr * 1.5;
$h: $btnStdH; //$ueTopBarBtnH; // - 5px;
font-size: 1.4em;
height: $h;
@@ -39,7 +39,7 @@
//.top-bar .btn-browse .badge {
// Moved to _controls.scss .btn.browse-btn
-// @include border-radius($controlCr * 1.5);
+// border-radius: $controlCr * 1.5;
// $d: 20px;
// display: block;
// font-size: 1em;
@@ -53,7 +53,7 @@
.super-menu .badge {
@include background-image(linear-gradient(lighten($colorCreateBtn, 10%), $colorCreateBtn));
- @include border-radius($controlCr);
+ border-radius: $controlCr;
@include boxShdwSubtle();
// display: inline-block;
// margin-right: 10px !important;
diff --git a/platform/commonUI/general/res/sass/_effects.scss b/platform/commonUI/general/res/sass/_effects.scss
index ed740b9bcb..c1701f7387 100644
--- a/platform/commonUI/general/res/sass/_effects.scss
+++ b/platform/commonUI/general/res/sass/_effects.scss
@@ -21,7 +21,7 @@
*****************************************************************************/
.disabled,
a.disabled {
- @include opacity($controlDisabledOpacity);
+ opacity: $controlDisabledOpacity;
pointer-events: none !important;
cursor: default !important;
}
@@ -39,39 +39,35 @@ a.disabled {
@include test();
}
-@mixin customKeyframes($animName: pulse, $op0: 0.5) {
- @include keyframes($animName) {
- 0% { opacity: $op0; }
- 100% { opacity: 1; }
- }
- @include animation-name(pulse, 0.2);
-}
-
-@mixin pulse($dur: 500ms, $iteration: infinite, $opacity0: 0.5, $opacity100: 1) {
- @include keyframes(pulse) {
+@mixin pulse($animName: pulse, $dur: 500ms, $iteration: infinite, $opacity0: 0.5, $opacity100: 1) {
+ @include keyframes($animName) {
0% { opacity: $opacity0; }
100% { opacity: $opacity100; }
}
- @include animation-name(pulse);
+ @include animation-name($animName);
@include animation-duration($dur);
@include animation-direction(alternate);
@include animation-iteration-count($iteration);
@include animation-timing-function(ease-in-out);
}
-@mixin pulseBorder($c: red, $dur: 500ms, $iteration: infinite, $delay: 0s, $opacity0: 0, $opacity100: 1) {
- @include keyframes(pulseBorder) {
- 0% { border-color: rgba($c, $opacity0); }
- 100% { border-color: rgba($c, $opacity100); }
- }
- @include animation-name(pulseBorder);
- @include animation-duration($dur);
- @include animation-direction(alternate);
- @include animation-iteration-count($iteration);
- @include animation-timing-function(ease);
- @include animation-delay($delay);
+.pulse {
+ @include pulse($animName: pulse, $dur: 750ms);
}
-.pulse {
- @include pulse(750ms);
-}
\ No newline at end of file
+.pulse-subtle {
+ @include pulse($animName: pulse-subtle, $dur: 500ms, $opacity0: 0.7);
+}
+
+@mixin pulseBorder($c: red, $dur: 500ms, $iteration: infinite, $delay: 0s, $opacity0: 0, $opacity100: 1) {
+ @include keyframes(pulseBorder) {
+ 0% { border-color: rgba($c, $opacity0); }
+ 100% { border-color: rgba($c, $opacity100); }
+ }
+ @include animation-name(pulseBorder);
+ @include animation-duration($dur);
+ @include animation-direction(alternate);
+ @include animation-iteration-count($iteration);
+ @include animation-timing-function(ease);
+ @include animation-delay($delay);
+}
diff --git a/platform/commonUI/general/res/sass/_fixed-position.scss b/platform/commonUI/general/res/sass/_fixed-position.scss
index edc6332231..9dc0fc2804 100644
--- a/platform/commonUI/general/res/sass/_fixed-position.scss
+++ b/platform/commonUI/general/res/sass/_fixed-position.scss
@@ -61,7 +61,7 @@
.l-fixed-position-box,
.l-fixed-position-image,
.l-fixed-position-text {
- @include box-sizing(border-box);
+ box-sizing: border-box;
height: 100%;
width: 100%;
}
@@ -89,7 +89,7 @@
.l-elem {
//@include absPosDefault($p);
//@include absPosDefault(0);
- @include box-sizing(border-box);
+ box-sizing: border-box;
display: block;
padding: 2px;
//width: 50%;
@@ -106,7 +106,7 @@
// @include test(blue);
// right: $p;
// left: auto;
- @include border-radius($smallCr);
+ border-radius: $smallCr;
$valPad: 5px;
float: right;
margin-left: $interiorMargin;
@@ -125,7 +125,7 @@
.l-fixed-position-item-handle {
$brd: 1px solid $colorKey;
- // @include border-radius($controlCr);
+ // border-radius: $controlCr;
background: rgba($colorKey, 0.5);
cursor: crosshair;
border: $brd;
diff --git a/platform/commonUI/general/res/sass/_global.scss b/platform/commonUI/general/res/sass/_global.scss
index e67dbed477..cb0894c9fe 100644
--- a/platform/commonUI/general/res/sass/_global.scss
+++ b/platform/commonUI/general/res/sass/_global.scss
@@ -138,7 +138,7 @@ mct-container {
}
.ds {
- @include box-shadow(rgba(#000, 0.7) 0 4px 10px 2px);
+ box-shadow: rgba(#000, 0.7) 0 4px 10px 2px;
}
.hide,
diff --git a/platform/commonUI/general/res/sass/_icons.scss b/platform/commonUI/general/res/sass/_icons.scss
index 685926560c..f27e9c15bd 100644
--- a/platform/commonUI/general/res/sass/_icons.scss
+++ b/platform/commonUI/general/res/sass/_icons.scss
@@ -93,7 +93,7 @@
height: auto; width: auto;
position: absolute;
left: 0; top: 0; right: 0; bottom: 10%;
- @include transform-origin(bottom, left);
+ @include transform-origin(bottom left);
@include transform(scale(0.3));
z-index: 2;
}
diff --git a/platform/commonUI/general/res/sass/_inspector.scss b/platform/commonUI/general/res/sass/_inspector.scss
index f1420da094..59adb08358 100644
--- a/platform/commonUI/general/res/sass/_inspector.scss
+++ b/platform/commonUI/general/res/sass/_inspector.scss
@@ -58,7 +58,7 @@
}
ul {
- @include box-sizing(border-box);
+ box-sizing: border-box;
padding-right: $interiorMargin;
}
@@ -73,7 +73,7 @@
}
em {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
background-color: $colorInspectorSectionHeaderBg;
color: $colorInspectorSectionHeaderFg;
margin-bottom: $interiorMargin;
@@ -99,7 +99,7 @@
.inspector-location {
.location-item {
$h: 1.2em;
- @include box-sizing(border-box);
+ box-sizing: border-box;
cursor: pointer;
display: inline-block;
line-height: $h;
diff --git a/platform/commonUI/general/res/sass/_mixins.scss b/platform/commonUI/general/res/sass/_mixins.scss
index e665348715..02a3bb1583 100644
--- a/platform/commonUI/general/res/sass/_mixins.scss
+++ b/platform/commonUI/general/res/sass/_mixins.scss
@@ -175,8 +175,8 @@
@mixin sliderTrack($bg: $scrollbarTrackColorBg) {
//$b: 1px solid lighten($bg, 30%);
- @include border-radius(2px);
- @include box-sizing(border-box);
+ border-radius: 2px;
+ box-sizing: border-box;
@include boxIncised(0.7);
background-color: $bg;
//border-bottom: $b;
@@ -210,7 +210,7 @@
}
@mixin boxIncised($sVal: 0.6, $inset: 5px) {
- @include box-shadow(inset rgba(black, $sVal) 0 1px $inset);
+ box-shadow: inset rgba(black, $sVal) 0 1px $inset;
}
@mixin boxOutline($c: lighten($colorBodyBg, 20%)) {
@@ -219,24 +219,24 @@
@mixin boxShdw($sVal: rgba(black, 0.4) 0 0 3px) {
@if $sVal != 'none' {
- @include box-shadow($sVal);
+ box-shadow: $sVal;
}
}
@mixin boxShdwSubtle($sVal: 0.2) {
@if $sVal != 'none' {
- @include box-shadow(rgba(black, $sVal) 0 1px 2px);
+ box-shadow: rgba(black, $sVal) 0 1px 2px;
}
}
@mixin boxShdwLarge($sVal: 0.7) {
@if $sVal != 'none' {
- @include box-shadow(rgba(black, $sVal) 0 3px 10px);
+ box-shadow: rgba(black, $sVal) 0 3px 10px;
}
}
@mixin outerGlow($color: #fff, $sVal: 0.3) {
- @include box-shadow(rgba($color, $sVal) 0 0 30px);
+ box-shadow: rgba($color, $sVal) 0 0 30px;
}
@mixin linearGlow($deg: 0, $c: red, $a: 0.4) {
@@ -249,18 +249,18 @@
@mixin txtShdw($sVal) {
//@if $sVal != 'none' {
- @include text-shadow($sVal);
+ text-shadow: $sVal;
//}
}
@mixin txtShdwSubtle($sVal: 0.1) {
@if $sVal != 'none' {
- @include text-shadow(rgba(black, $sVal) 0 1px 2px);
+ text-shadow: rgba(black, $sVal) 0 1px 2px;
}
}
@mixin txtShdwLarge($sVal: 0.7) {
- @include text-shadow(rgba(black, $sVal) 0 3px 7px);
+ text-shadow: rgba(black, $sVal) 0 3px 7px;
}
@function pullForward($c, $p: 20%) {
@@ -291,33 +291,32 @@
@mixin containerBase($bg: $colorBodyBg, $fg: $colorBodyFg) {
background-color: $bg;
- @include border-radius($controlCr);
- @include box-sizing(border-box);
+ border-radius: $controlCr;
+ box-sizing: border-box;
color: $fg;
display: inline-block;
}
-@mixin btnBase($bg: $colorBodyBg, $bgHov: none, $fg: $colorBodyFg, $ic: $colorBtnIcon) {
+@mixin btnBase($bg: $colorBodyBg, $bgHovColor: none, $fg: $colorBodyFg, $ic: $colorBtnIcon) {
@include user-select(none);
- @include transition(background, .25s);
.icon {
color: $ic;
}
- @if $bgHov != none {
- &:not(.disabled):hover {
- @include background-image($bgHov);
- >.icon {
- color: lighten($ic, $ltGamma);
- }
- }
- }
+ @if $bgHovColor != none {
+ &:not(.disabled):hover {
+ background: $bgHovColor; // was just background, and background-image before that
+ >.icon {
+ color: lighten($ic, $ltGamma);
+ }
+ }
+ }
}
@mixin input-base($bg: $colorInputBg, $fg: $colorInputFg, $shdw: rgba(black, 0.6) 0 1px 3px) {
@include appearance(none);
- @include border-radius($controlCr);
- @include box-sizing(border-box);
- @include box-shadow(inset $shdw);
+ border-radius: $controlCr;
+ box-sizing: border-box;
+ box-shadow: inset $shdw;
background: $bg;
border: none;
color: $fg;
@@ -333,7 +332,7 @@
}
@mixin contextArrow() {
- @include text-shadow(none);
+ text-shadow: none;
content: '\76';
display: inline-block;
font-family: 'symbolsfont';
@@ -406,13 +405,13 @@
}
@mixin tmpBorder($c: #ffcc00, $a: 0.75) {
- @include box-sizing(border-box);
+ box-sizing: border-box;
border: 1px dotted rgba($c, $a);
}
@mixin testObj($w: 2000px, $h: 1000px, $c: black, $a: 0.1) {
&:after {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include bgDiagonalStripes($c, $a);
color: rgba(white, 0.3);
font-style: italic;
diff --git a/platform/commonUI/general/res/sass/controls/_breadcrumb.scss b/platform/commonUI/general/res/sass/controls/_breadcrumb.scss
index 35f0a21005..a5df3daecc 100644
--- a/platform/commonUI/general/res/sass/controls/_breadcrumb.scss
+++ b/platform/commonUI/general/res/sass/controls/_breadcrumb.scss
@@ -8,9 +8,9 @@
.l-breadcrumb-item {
//@include test();
a {
- @include box-sizing(border-box);
- @include border-radius($basicCr*.75);
- @include single-transition(background-color, 0.25s);
+ box-sizing: border-box;
+ border-radius: $basicCr*.75;
+ @include transition(background-color, 0.25s);
color: darken($colorBodyFg, 15%);
display: inline-block;
//margin-right: $interiorMargin;
diff --git a/platform/commonUI/general/res/sass/controls/_buttons.scss b/platform/commonUI/general/res/sass/controls/_buttons.scss
index ebf3f14a70..ddcca833ba 100644
--- a/platform/commonUI/general/res/sass/controls/_buttons.scss
+++ b/platform/commonUI/general/res/sass/controls/_buttons.scss
@@ -32,7 +32,7 @@ $pad: $interiorMargin * $baseRatio;
}
.s-btn {
- @include box-sizing(border-box);
+ box-sizing: border-box;
padding: 0 $pad;
font-size: 0.7rem;
vertical-align: top;
@@ -66,7 +66,7 @@ $pad: $interiorMargin * $baseRatio;
&:not(.major) {
// bg, bgHov, fg, ic
- @include btnSubtle($colorBtnBg, $colorKey, $colorBtnFg, $colorBtnIcon);
+ @include btnSubtle($colorBtnBg, $colorBtnBgHov, $colorBtnFg, $colorBtnIcon);
}
&.pause-play {
@@ -91,7 +91,7 @@ $pad: $interiorMargin * $baseRatio;
&.paused {
@include btnSubtle($colorPausedBg, pushBack($colorPausedBg, 10%), $colorPausedFg, $colorPausedFg);
.icon {
- @include pulse(1000ms);
+ @include pulse($dur: 1000ms);
:before {
content: "\0000EF";
}
@@ -122,8 +122,10 @@ body.desktop .mini-tab {
$cBg: pullForward($colorBodyBg, 15%);
$cFg: $cBg;
- @include border-radius($basicCr);
- @include box-sizing(border-box);
+
+ border-radius: $basicCr;
+ //@include boxShdw($shdwBtns);
+ box-sizing: border-box;
@include trans-prop-nice((color, background-color), 100ms);
color: $cFg;
cursor: pointer;
@@ -135,10 +137,6 @@ body.desktop .mini-tab {
height: $iconH; width: $iconW;
text-align: center;
- &:hover {
- color: $colorKey;
- }
-
&.collapsed {
// State when the pane this element controls has been collapsed
@include btnSubtle($colorBtnBg, $colorKey, $colorBtnFg, $colorBtnIcon);
@@ -246,19 +244,21 @@ body.desktop .mini-tab-icon {
font-size: 0; // Remove space between s-btn elements due to white space in markup
.s-btn {
- @include border-radius(0);
+ border-radius: 0;
margin-left: 1px;
}
.first {
- .s-btn {
+ .s-btn,
+ &.s-btn {
@include border-left-radius($controlCr);
margin-left: 0;
}
}
.last {
- .s-btn {
+ .s-btn,
+ &.s-btn {
@include border-right-radius($controlCr);
}
}
diff --git a/platform/commonUI/general/res/sass/controls/_color-palette.scss b/platform/commonUI/general/res/sass/controls/_color-palette.scss
index 3ce512356a..e149fa97df 100644
--- a/platform/commonUI/general/res/sass/controls/_color-palette.scss
+++ b/platform/commonUI/general/res/sass/controls/_color-palette.scss
@@ -25,7 +25,7 @@
$m: 1;
$colorSelectedColor: #fff;
- @include box-sizing(border-box);
+ box-sizing: border-box;
padding: $interiorMargin !important;
.l-palette-row {
@@ -34,7 +34,7 @@
width: ($d * $colorsPerRow) + ($m * $colorsPerRow);
.l-palette-item {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include txtShdwSubtle(0.8);
@include trans-prop-nice-fade(0.25s);
border: 1px solid transparent;
diff --git a/platform/commonUI/general/res/sass/controls/_controls.scss b/platform/commonUI/general/res/sass/controls/_controls.scss
index 897789da1a..200d4f3a0a 100644
--- a/platform/commonUI/general/res/sass/controls/_controls.scss
+++ b/platform/commonUI/general/res/sass/controls/_controls.scss
@@ -28,8 +28,8 @@
}
.accordion-head {
$op: 0.2;
- @include border-radius($basicCr * 0.75);
- @include box-sizing("border-box");
+ border-radius: $basicCr * 0.75;
+ box-sizing: "border-box";
background: rgba($colorBodyFg, $op);
cursor: pointer;
font-size: 0.75em;
@@ -84,7 +84,7 @@
.l-control-group {
// Buttons that have a conceptual grouping - internal space between, and a divider between groups.
// @include test();
- @include box-sizing(border-box);
+ box-sizing: border-box;
border-left: 1px solid $colorInteriorBorder;
display: inline-block;
padding: 0 $interiorMargin;
@@ -125,9 +125,9 @@ label.checkbox.custom {
height: $d;
min-width: $d;
&:before {
- @include border-radius($basicCr * .75);
+ border-radius: $basicCr * .75;
background: $bg;
- @include box-shadow(inset rgba(black, 0.4) 0 1px 2px);
+ box-shadow: inset rgba(black, 0.4) 0 1px 2px;
box-sizing: border-box;
content: " ";
font-family: 'symbolsfont';
@@ -182,7 +182,7 @@ label.checkbox.custom {
.item .checkbox {
&.checked label {
- @include box-shadow(none);
+ box-shadow: none;
border-bottom: none;
}
}
@@ -293,13 +293,13 @@ body.desktop .object-header {
}
.s-progress-bar {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
@include boxIncised(0.3, 4px);
background: $colorProgressBarOuter;
.progress-amt {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
@include boxShdw();
- @include border-radius($basicCr - 1);
+ border-radius: $basicCr - 1;
@include trans-prop-nice(width);
&:before {
background-color: $colorProgressBarAmt;
@@ -433,7 +433,7 @@ body.desktop .object-header {
.l-calendar {
$colorMuted: pushBack($colorMenuFg, 30%);
ul.l-cal-row {
- @include display-flex;
+ @include display(flex);
@include flex-flow(row nowrap);
margin-top: 1px;
&:first-child {
@@ -483,9 +483,9 @@ body.desktop .object-header {
body.desktop {
::-webkit-scrollbar {
- @include border-radius(2px);
- @include box-sizing(border-box);
- @include box-shadow(inset $scrollbarTrackShdw);
+ border-radius: 2px;
+ box-sizing: border-box;
+ box-shadow: inset $scrollbarTrackShdw;
background-color: $scrollbarTrackColorBg;
height: $scrollbarTrackSize;
width: $scrollbarTrackSize;
@@ -496,8 +496,8 @@ body.desktop {
$hc: $scrollbarThumbColorHov;
$gr: 5%;
@include background-image(linear-gradient(lighten($bg, $gr), $bg 20px));
- @include border-radius(2px);
- @include box-sizing(border-box);
+ border-radius: 2px;
+ box-sizing: border-box;
&:hover {
@include background-image(linear-gradient(lighten($hc, $gr), $hc 20px));
}
diff --git a/platform/commonUI/general/res/sass/controls/_menus.scss b/platform/commonUI/general/res/sass/controls/_menus.scss
index 473e9f1d45..12fea8c41f 100644
--- a/platform/commonUI/general/res/sass/controls/_menus.scss
+++ b/platform/commonUI/general/res/sass/controls/_menus.scss
@@ -72,7 +72,7 @@
}
.s-menu {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
@include containerSubtle($colorMenuBg, $colorMenuFg);
@include boxShdw($shdwMenu);
@include txtShdw($shdwMenuText);
@@ -87,7 +87,7 @@
ul {
@include menuUlReset();
li {
- @include box-sizing(border-box);
+ box-sizing: border-box;
border-top: 1px solid pullForward($colorMenuBg, 10%);
color: pullForward($colorMenuBg, 60%);
line-height: $menuLineH;
@@ -171,7 +171,7 @@
@include absPosDefault($interiorMargin);
}
.pane {
- @include box-sizing(border-box);
+ box-sizing: border-box;
&.left {
//@include test();
border-right: 1px solid pullForward($colorMenuBg, 10%);
@@ -183,7 +183,7 @@
overflow-y: auto;
ul {
li {
- @include border-radius($controlCr);
+ border-radius: $controlCr;
padding-left: 30px;
border-top: none;
}
diff --git a/platform/commonUI/general/res/sass/controls/_messages.scss b/platform/commonUI/general/res/sass/controls/_messages.scss
index 64085ee237..f8869c18be 100644
--- a/platform/commonUI/general/res/sass/controls/_messages.scss
+++ b/platform/commonUI/general/res/sass/controls/_messages.scss
@@ -36,11 +36,16 @@
}
}
+mct-include.status-block-holder {
+ // mct-include that wraps status.block
+ // Must use display: inline-block to fix white space problems
+ display: inline-block;
+}
+
.status.block {
$transDelay: 1.5s;
$transSpeed: .25s;
color: $colorStatusDefault;
- cursor: default;
display: inline-block;
margin-right: $interiorMargin;
.status-indicator,
@@ -50,6 +55,9 @@
vertical-align: top;
}
+ &.clickable { cursor: pointer; }
+ &:not(.clickable) { cursor: default; }
+
&.no-icon {
.status-indicator {
display: none;
@@ -60,9 +68,6 @@
float: right;
}
- &.subtle {
- opacity: 0.5;
- }
.status-indicator {
margin-right: $interiorMarginSm;
}
@@ -77,7 +82,7 @@
&:hover {
.label {
@include trans-prop-nice(max-width, $transSpeed, 0s);
- max-width: 450px;
+ max-width: 600px;
width: auto;
}
.count {
@@ -99,17 +104,26 @@
&.error .status-indicator {
color: $colorStatusError;
}
+ &.available .status-indicator {
+ color: $colorStatusAvailable;
+ }
.count {
@include trans-prop-nice(opacity, $transSpeed, $transDelay);
font-weight: bold;
opacity: 1;
}
+ .s-btn {
+ background: $colorStatusBtnBg;
+ padding: 0 $interiorMargin;
+ height: auto;
+ line-height: inherit;
+ }
}
/* Styles for messages and message banners */
.message {
&.block {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
padding: $interiorMarginLg;
}
&.error {
@@ -121,9 +135,9 @@
.l-message-banner {
$m: $interiorMarginSm;
$lh: $ueFooterH - ($m*2) - 1;
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include ellipsize();
- @include display-flex;
+ @include display(flex);
@include flex-direction(row);
@include align-items(center);
position: absolute;
@@ -146,7 +160,7 @@
left: 50%;
opacity: 1;
&:not(.info) {
- @include pulse(100ms, 10);
+ @include pulse($dur: 100ms, $iteration: 10);
}
}
@@ -184,12 +198,12 @@
}
.s-message-banner {
- @include border-radius($controlCr);
+ border-radius: $controlCr;
@include statusBannerColors($colorStatusDefault, $colorStatusFg);
cursor: pointer;
a { color: inherit; }
.s-action {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
@include trans-prop-nice(background-color);
}
.close {
@@ -250,7 +264,7 @@
*/
.l-message {
- @include display-flex;
+ @include display(flex);
@include flex-direction(row);
@include align-items(stretch);
.type-icon.message-type {
@@ -295,7 +309,7 @@ body.desktop .t-message-single {
.message-contents {
.l-message {
- @include border-radius($controlCr);
+ border-radius: $controlCr;
background: rgba($colorOvrFg, 0.1);
margin-bottom: $interiorMargin;
padding: $interiorMarginLg;
@@ -322,4 +336,4 @@ body.desktop .t-message-single {
body.desktop .t-message-list {
.message-contents .l-message { margin-right: $interiorMarginLg; }
-}
\ No newline at end of file
+}
diff --git a/platform/commonUI/general/res/sass/controls/_time-controller.scss b/platform/commonUI/general/res/sass/controls/_time-controller.scss
index f615104666..49d996102d 100644
--- a/platform/commonUI/general/res/sass/controls/_time-controller.scss
+++ b/platform/commonUI/general/res/sass/controls/_time-controller.scss
@@ -37,7 +37,7 @@ mct-include.l-time-controller {
{
//@include test();
@include absPosDefault(0, visible);
- @include box-sizing(border-box);
+ box-sizing: border-box;
top: auto;
}
.l-time-range-slider,
@@ -73,7 +73,7 @@ mct-include.l-time-controller {
//@include test(green);
height: $r2H; bottom: $r3H + ($interiorMarginSm * 1);
.range-holder {
- @include box-shadow(none);
+ box-shadow: none;
background: none;
border: none;
.range {
@@ -101,7 +101,7 @@ mct-include.l-time-controller {
}
&:after {
// Circle element
- @include border-radius($myW);
+ border-radius: $myW;
@include transform(translateY(-50%));
top: 50%; right: 0; bottom: auto; left: 0;
width: auto;
@@ -167,7 +167,7 @@ mct-include.l-time-controller {
color: $sliderColorKnobHov;
}
&.knob-l {
- //@include border-bottom-left-radius($knobCr); // MOVED TO _CONTROLS.SCSS
+ //border-bottom-left-radius: $knobCr; // MOVED TO _CONTROLS.SCSS
margin-left: $knobM;
.range-value {
text-align: right;
@@ -175,7 +175,7 @@ mct-include.l-time-controller {
}
}
&.knob-r {
- //@include border-bottom-right-radius($knobCr);
+ //border-bottom-right-radius: $knobCr;
margin-right: $knobM;
.range-value {
left: $rangeValOffset;
@@ -193,7 +193,7 @@ mct-include.l-time-controller {
.s-time-range-val {
//@include test();
- @include border-radius($controlCr);
+ border-radius: $controlCr;
background-color: $colorInputBg;
padding: 1px 1px 0 $interiorMargin;
}
\ No newline at end of file
diff --git a/platform/commonUI/general/res/sass/edit/_editor.scss b/platform/commonUI/general/res/sass/edit/_editor.scss
index 4a8edf8120..06db8f6455 100644
--- a/platform/commonUI/general/res/sass/edit/_editor.scss
+++ b/platform/commonUI/general/res/sass/edit/_editor.scss
@@ -38,22 +38,22 @@
z-index: 11;
}
&.edit-resize-nw {
- @include border-bottom-right-radius($cr);
+ border-bottom-right-radius: $cr;
cursor: nw-resize;
top: 0; left: 0;
}
&.edit-resize-ne {
- @include border-bottom-left-radius($cr);
+ border-bottom-left-radius: $cr;
cursor: ne-resize;
top: 0; right: 0;
}
&.edit-resize-se {
- @include border-top-left-radius($cr);
+ border-top-left-radius: $cr;
cursor: se-resize;
bottom: 0; right: 0;
}
&.edit-resize-sw {
- @include border-top-right-radius($cr);
+ border-top-right-radius: $cr;
cursor: sw-resize;
bottom: 0; left: 0;
}
@@ -109,4 +109,4 @@
}
}
}
-}
\ No newline at end of file
+}
diff --git a/platform/commonUI/general/res/sass/features/_imagery.scss b/platform/commonUI/general/res/sass/features/_imagery.scss
index fa74ed1caf..c1024d2912 100644
--- a/platform/commonUI/general/res/sass/features/_imagery.scss
+++ b/platform/commonUI/general/res/sass/features/_imagery.scss
@@ -104,8 +104,8 @@
}
.l-image-thumb-item {
- @include single-transition(background-color, 0.25s);
- @include box-sizing(border-box);
+ @include transition(background-color, 0.25s);
+ box-sizing: border-box;
padding: 1px;
position: relative;
.l-thumb,
diff --git a/platform/commonUI/general/res/sass/forms/_elems.scss b/platform/commonUI/general/res/sass/forms/_elems.scss
index 2e7f87ef9a..b9a95cba40 100644
--- a/platform/commonUI/general/res/sass/forms/_elems.scss
+++ b/platform/commonUI/general/res/sass/forms/_elems.scss
@@ -20,7 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
.section-header {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
background: $colorFormSectionHeader;
$c: lighten($colorBodyFg, 20%);
//border-bottom: 1px solid rgba(#fff, 0.3);
@@ -39,7 +39,7 @@
.form-row {
$m: $interiorMargin;
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include clearfix;
border-top: 1px solid $colorFormLines;
margin-top: $m;
@@ -51,7 +51,7 @@
>.label,
>.controls {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include clearfix;
font-size: 0.8rem;
line-height: $formInputH;
@@ -149,7 +149,7 @@ label.form-control.checkbox {
vertical-align: top;
div.s-hint {
- @include border-radius($basicCr);
+ border-radius: $basicCr;
background: rgba($colorFormInvalid, 0.8);
display: block;
color: lighten($colorFormInvalid, 30%);
diff --git a/platform/commonUI/general/res/sass/forms/_filter.scss b/platform/commonUI/general/res/sass/forms/_filter.scss
index 64f697e439..2ca7dcfdb5 100644
--- a/platform/commonUI/general/res/sass/forms/_filter.scss
+++ b/platform/commonUI/general/res/sass/forms/_filter.scss
@@ -27,7 +27,7 @@
}
}
.icon.ui-symbol {
- @include border-radius($controlCr);
+ border-radius: $controlCr;
display: inline-block;
font-size: 1.3em;
height: $formInputH;
@@ -43,9 +43,9 @@
$d: $formInputH - $mgn * 2;
$cb: #fff;
$cf: #333;
- @include border-radius($controlCr);
- @include box-sizing(border-box);
- @include opacity(0.2);
+ border-radius: $controlCr;
+ box-sizing: border-box;
+ opacity: 0.2;
background: $cb;
color: $cf;
display: block;
@@ -59,7 +59,7 @@
text-align: center;
z-index: 5;
&:hover {
- @include opacity(0.6);
+ opacity: 0.6;
background-color: $colorKey;
}
}
@@ -95,7 +95,7 @@
.clear-icon,
.menu-icon,
&:before {
- @include box-sizing(border-box);
+ box-sizing: border-box;
display: inline-block;
line-height: inherit;
position: absolute;
diff --git a/platform/commonUI/general/res/sass/forms/_selects.scss b/platform/commonUI/general/res/sass/forms/_selects.scss
index 0b7abb3304..73fe1a547e 100644
--- a/platform/commonUI/general/res/sass/forms/_selects.scss
+++ b/platform/commonUI/general/res/sass/forms/_selects.scss
@@ -30,7 +30,7 @@
line-height: $formInputH;
select {
@include appearance(none);
- @include box-sizing(border-box);
+ box-sizing: border-box;
background: none;
color: $colorSelectFg;
cursor: pointer;
diff --git a/platform/commonUI/general/res/sass/helpers/_bubbles.scss b/platform/commonUI/general/res/sass/helpers/_bubbles.scss
index 166f92a883..6901a3e380 100644
--- a/platform/commonUI/general/res/sass/helpers/_bubbles.scss
+++ b/platform/commonUI/general/res/sass/helpers/_bubbles.scss
@@ -30,7 +30,7 @@
.l-infobubble-wrapper {
$arwSize: 5px;
- @include box-shadow(rgba(black, 0.4) 0 1px 5px);
+ box-shadow: rgba(black, 0.4) 0 1px 5px;
position: relative;
z-index: 50;
.l-infobubble {
@@ -149,8 +149,8 @@
.s-infobubble {
$emFg: darken($colorInfoBubbleFg, 20%);
- @include border-radius($basicCr);
- @include box-shadow(rgba(black, 0.4) 0 1px 5px);
+ border-radius: $basicCr;
+ box-shadow: rgba(black, 0.4) 0 1px 5px;
background: $colorInfoBubbleBg;
color: $colorInfoBubbleFg;
font-size: 0.8rem;
diff --git a/platform/commonUI/general/res/sass/helpers/_splitter.scss b/platform/commonUI/general/res/sass/helpers/_splitter.scss
index 27e3e25fc0..3db0fcbe4a 100644
--- a/platform/commonUI/general/res/sass/helpers/_splitter.scss
+++ b/platform/commonUI/general/res/sass/helpers/_splitter.scss
@@ -39,7 +39,7 @@
display: block;
@if $splitterEndCr != 'none' {
- @include border-radius($splitterEndCr);
+ border-radius: $splitterEndCr;
}
}
&:active {
diff --git a/platform/commonUI/general/res/sass/helpers/_wait-spinner.scss b/platform/commonUI/general/res/sass/helpers/_wait-spinner.scss
index 015bf05187..310f72d1b4 100644
--- a/platform/commonUI/general/res/sass/helpers/_wait-spinner.scss
+++ b/platform/commonUI/general/res/sass/helpers/_wait-spinner.scss
@@ -34,8 +34,8 @@
@include animation-duration(0.5s);
@include animation-iteration-count(infinite);
@include animation-timing-function(linear);
- @include border-radius(100%);
- @include box-sizing(border-box);
+ border-radius: 100%;
+ box-sizing: border-box;
border-color: rgba($c, 0.25);
border-top-color: rgba($c, 1.0);
border-style: solid;
diff --git a/platform/commonUI/general/res/sass/lists/_tabular.scss b/platform/commonUI/general/res/sass/lists/_tabular.scss
index 559f7324a4..e08f7f191e 100644
--- a/platform/commonUI/general/res/sass/lists/_tabular.scss
+++ b/platform/commonUI/general/res/sass/lists/_tabular.scss
@@ -26,7 +26,7 @@
.tabular,
table {
- @include box-sizing(border-box);
+ box-sizing: border-box;
border-spacing: 0;
border-collapse: collapse;
display: table;
@@ -107,7 +107,7 @@ table {
&.s-cell-type-value {
text-align: right;
.l-cell-contents {
- @include border-radius($smallCr);
+ border-radius: $smallCr;
padding-left: $itemPadLR;
padding-right: $itemPadLR;
}
@@ -126,7 +126,7 @@ table {
top: $tabularHeaderH * 2;
}
input[type="text"] {
- @include box-sizing(border-box);
+ box-sizing: border-box;
width: 100%; //50px;
}
}
diff --git a/platform/commonUI/general/res/sass/mobile/overlay/_overlay.scss b/platform/commonUI/general/res/sass/mobile/overlay/_overlay.scss
index 9fd6721130..a5459aa1d9 100644
--- a/platform/commonUI/general/res/sass/mobile/overlay/_overlay.scss
+++ b/platform/commonUI/general/res/sass/mobile/overlay/_overlay.scss
@@ -27,7 +27,7 @@
.overlay > .holder {
//@include test(orange); // This works!
$m: 0;
- @include border-radius($m);
+ border-radius: $m;
top: $m;
right: $m;
bottom: $m;
diff --git a/platform/commonUI/general/res/sass/overlay/_overlay.scss b/platform/commonUI/general/res/sass/overlay/_overlay.scss
index 602af62887..c4700795e5 100644
--- a/platform/commonUI/general/res/sass/overlay/_overlay.scss
+++ b/platform/commonUI/general/res/sass/overlay/_overlay.scss
@@ -37,7 +37,7 @@
> .holder {
//$i: 15%;
@include containerSubtle($colorOvrBg, $colorOvrFg);
- @include border-radius($basicCr * 3);
+ border-radius: $basicCr * 3;
color: $colorOvrFg;
top: 50%;
right: auto;
diff --git a/platform/commonUI/general/res/sass/plots/_plots-main.scss b/platform/commonUI/general/res/sass/plots/_plots-main.scss
index 8f4327bb77..22e8312087 100644
--- a/platform/commonUI/general/res/sass/plots/_plots-main.scss
+++ b/platform/commonUI/general/res/sass/plots/_plots-main.scss
@@ -69,8 +69,8 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
}
.gl-plot-coords {
- @include box-sizing(border-box);
- @include border-radius($controlCr);
+ box-sizing: border-box;
+ border-radius: $controlCr;
background: black;
color: lighten($colorBodyFg, 30%);
padding: 2px 5px;
@@ -117,7 +117,7 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
&.l-plot-y-label {
$x: -50%;
$r: -90deg;
- @include transform-origin(50%, 0);
+ @include transform-origin(50% 0);
@include transform(translateX($x) rotate($r));
display: inline-block;
margin-left: $interiorMargin; // Kick off the left edge
@@ -234,7 +234,7 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
}
.plot-color-swatch,
.color-swatch {
- @include border-radius(2px);
+ border-radius: 2px;
display: inline-block;
height: $swatchD;
width: $swatchD;
@@ -244,7 +244,7 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
.gl-plot-legend {
.plot-legend-item {
- @include border-radius($smallCr);
+ border-radius: $smallCr;
line-height: 1.5em;
padding: 0px $itemPadLR;
.plot-color-swatch {
@@ -310,4 +310,4 @@ $plotDisplayArea: ($legendH + $interiorMargin, 0, $xBarH + $interiorMargin, $yBa
&.tick-label-y {
right: 0; left: 0;
}
-}
\ No newline at end of file
+}
diff --git a/platform/commonUI/general/res/sass/search/_search.scss b/platform/commonUI/general/res/sass/search/_search.scss
index d5d5727fe0..a831dedf08 100644
--- a/platform/commonUI/general/res/sass/search/_search.scss
+++ b/platform/commonUI/general/res/sass/search/_search.scss
@@ -52,7 +52,7 @@
&:before,
.clear-icon,
.menu-icon {
- @include box-sizing(border-box);
+ box-sizing: border-box;
color: $colorInputIcon;
height: $iconD;
width: $iconD;
@@ -129,7 +129,7 @@
.active-filter-display {
$s: 0.7em;
$p: $interiorMargin;
- @include box-sizing(border-box);
+ box-sizing: border-box;
line-height: 130%;
padding-left: $s * 2.25;
font-size: $s;
diff --git a/platform/commonUI/general/res/sass/tree/_tree.scss b/platform/commonUI/general/res/sass/tree/_tree.scss
index 5ae3849822..40c93e110d 100644
--- a/platform/commonUI/general/res/sass/tree/_tree.scss
+++ b/platform/commonUI/general/res/sass/tree/_tree.scss
@@ -35,9 +35,9 @@ ul.tree {
.tree-item,
.search-result-item {
@extend .l-flex-row;
- @include box-sizing(border-box);
- @include border-radius($basicCr);
- @include single-transition(background-color, 0.25s);
+ box-sizing: border-box;
+ border-radius: $basicCr;
+ @include transition(background-color, 0.25s);
font-size: 0.8rem;
height: $menuLineH;
line-height: $menuLineH;
@@ -158,7 +158,7 @@ mct-representation {
.t-item-icon,
.t-title-label {
color: $colorItemTreeEditingFg;
- @include text-shadow(none);
+ text-shadow: none;
}
.t-title-label {
font-style: italic;
diff --git a/platform/commonUI/general/res/sass/user-environ/_layout.scss b/platform/commonUI/general/res/sass/user-environ/_layout.scss
index 935dd15682..23a47447b2 100644
--- a/platform/commonUI/general/res/sass/user-environ/_layout.scss
+++ b/platform/commonUI/general/res/sass/user-environ/_layout.scss
@@ -27,7 +27,7 @@
}
.editor {
- @include border-radius($basicCr * 1.5);
+ border-radius: $basicCr * 1.5;
}
.contents {
@@ -86,7 +86,7 @@
color: lighten($colorBodyBg, 30%);
font-size: .7rem;
.status-holder {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include absPosDefault($interiorMargin);
@include ellipsize();
right: 120px;
@@ -94,7 +94,7 @@
z-index: 1;
}
.app-logo {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include absPosDefault($interiorMargin);
cursor: pointer;
left: auto;
@@ -121,7 +121,7 @@
}
.pane {
- @include box-sizing(border-box);
+ box-sizing: border-box;
position: absolute;
.pane-header {
@@ -283,7 +283,7 @@ body.desktop .pane .mini-tab-icon.toggle-pane {
/***************************************************** OBJECT BROWSE BAR */
.object-browse-bar {
- @include box-sizing(border-box);
+ box-sizing: border-box;
height: $ueTopBarH;
line-height: $ueTopBarH;
white-space: nowrap;
@@ -379,7 +379,7 @@ body.desktop {
.s-status-editing {
.l-object-wrapper {
@include pulseBorder($colorEditAreaFg, $dur: 1s, $opacity0: 0.3);
- @include border-radius($controlCr);
+ border-radius: $controlCr;
background-color: $colorEditAreaBg;
border-color: $colorEditAreaFg;
border-width: 2px;
diff --git a/platform/commonUI/general/res/sass/user-environ/_tool-bar.scss b/platform/commonUI/general/res/sass/user-environ/_tool-bar.scss
index 55ded31b5b..b0daeb867f 100644
--- a/platform/commonUI/general/res/sass/user-environ/_tool-bar.scss
+++ b/platform/commonUI/general/res/sass/user-environ/_tool-bar.scss
@@ -27,7 +27,7 @@
height: $btnToolbarH;
}
input[type="text"] {
- @include box-sizing(border-box);
+ box-sizing: border-box;
font-size: .9em;
height: $btnToolbarH;
margin-bottom: 1px;
diff --git a/platform/commonUI/general/res/templates/bottombar.html b/platform/commonUI/general/res/templates/bottombar.html
index f0d3799542..1883d31dd5 100644
--- a/platform/commonUI/general/res/templates/bottombar.html
+++ b/platform/commonUI/general/res/templates/bottombar.html
@@ -23,7 +23,8 @@
+ key="indicator.template"
+ class="status-block-holder">
diff --git a/platform/commonUI/general/res/templates/indicator.html b/platform/commonUI/general/res/templates/indicator.html
index fb4a2f89c9..401c9990b9 100644
--- a/platform/commonUI/general/res/templates/indicator.html
+++ b/platform/commonUI/general/res/templates/indicator.html
@@ -30,11 +30,8 @@
{{ngModel.getText()}}
+ G
-
- G
-
+
\ No newline at end of file
diff --git a/platform/commonUI/themes/espresso/res/config.rb b/platform/commonUI/themes/espresso/res/config.rb
deleted file mode 100755
index 58843cd76e..0000000000
--- a/platform/commonUI/themes/espresso/res/config.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Require any additional compass plugins here.
-# require "compass-growl"
-
-# Set this to the root of your project when deployed:
-http_path = "/"
-css_dir = "css"
-sass_dir = "sass"
-images_dir = "images"
-javascripts_dir = "js"
-
-# You can select your preferred output style here (can be overridden via the command line):
-# :expanded, :compressed, :nested
-output_style = :nested
-
-# To enable relative paths to assets via compass helper functions. Uncomment:
-relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-# line_comments = false
-
-
-# If you prefer the indented syntax, you might want to regenerate this
-# project again passing --syntax sass, or you can uncomment this:
-# preferred_syntax = :sass
-# and then run:
-# sass-convert -R --from scss --to sass vfn_platform/static/sass scss && rm -rf sass && mv scss sass
diff --git a/platform/commonUI/themes/espresso/res/css/theme-espresso.css b/platform/commonUI/themes/espresso/res/css/theme-espresso.css
deleted file mode 100644
index b2f8f29519..0000000000
--- a/platform/commonUI/themes/espresso/res/css/theme-espresso.css
+++ /dev/null
@@ -1,8033 +0,0 @@
-@charset "UTF-8";
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline; }
-
-/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-html {
- line-height: 1; }
-
-/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-ol, ul {
- list-style: none; }
-
-/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-table {
- border-collapse: collapse;
- border-spacing: 0; }
-
-/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle; }
-
-/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-q, blockquote {
- quotes: none; }
- /* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- content: none; }
-
-/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-a img {
- border: none; }
-
-/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*********************************************** CONTROLS, FORM ELEMENTS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* REQUIRES /platform/commonUI/general/res/sass/mobile/_constants.scss */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FEATURES */
-/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
-/************************** RATIOS */
-/************************** LAYOUT */
-/************************** CONTROLS */
-/************************** PATHS */
-/************************** TIMINGS */
-/************************** LIMITS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* REQUIRES /platform/commonUI/general/res/sass/_constants.scss */
-/************************** MOBILE REPRESENTATION ITEMS DIMENSIONS */
-/************************** MOBILE TREE MENU DIMENSIONS */
-/************************** DEVICE WIDTHS */
-/************************** MEDIA QUERIES: WINDOW CHECKS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
-/************************** MEDIA QUERIES: WINDOWS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
-/************************** DEVICE PARAMETERS FOR MENUS/REPRESENTATIONS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/_effects.scss */
-.disabled,
-a.disabled {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
- opacity: 0.3;
- pointer-events: none !important;
- cursor: default !important; }
-
-/* line 29, ../../../../general/res/sass/_effects.scss */
-.incised {
- -moz-box-shadow: inset rgba(0, 0, 0, 0.8) 0 1px 5px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.8) 0 1px 5px;
- box-shadow: inset rgba(0, 0, 0, 0.8) 0 1px 5px;
- border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
-
-/* line 34, ../../../../general/res/sass/_effects.scss */
-.test-stripes {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(-45deg, rgba(255, 255, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat;
- background-size: 40px 40px; }
-
-/* line 38, ../../../../general/res/sass/_effects.scss */
-.test {
- background-color: rgba(255, 204, 0, 0.2) !important; }
-
-/* line 75, ../../../../general/res/sass/_effects.scss */
-.pulse {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 750ms;
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FONTS */
-@font-face {
- /*
- * Use https://icomoon.io/app with /platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json
- */
- font-family: 'symbolsfont';
- src: url("../../../../general/res/fonts/symbols/wtdsymbols.eot");
- src: url("../../../../general/res/fonts/symbols/wtdsymbols.eot?#iefix") format("embedded-opentype"), url("../../../../general/res/fonts/symbols/wtdsymbols.woff") format("woff"), url("../../../../general/res/fonts/symbols/wtdsymbols.ttf") format("truetype"), url("../../../../general/res/fonts/symbols/wtdsymbols.svg#armataregular") format("svg");
- font-weight: normal;
- font-style: normal; }
-/************************** HTML ENTITIES */
-/* line 38, ../../../../general/res/sass/_global.scss */
-a {
- color: #ccc;
- cursor: pointer;
- text-decoration: none; }
- /* line 42, ../../../../general/res/sass/_global.scss */
- a:hover {
- color: #fff; }
-
-/* line 47, ../../../../general/res/sass/_global.scss */
-body, html {
- -webkit-font-smoothing: subpixel-antialiased;
- background-color: #333;
- color: #999;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 100%;
- font-weight: 200;
- height: 100%;
- width: 100%;
- overflow: hidden; }
-
-/* line 59, ../../../../general/res/sass/_global.scss */
-em {
- font-style: normal; }
-
-/* line 63, ../../../../general/res/sass/_global.scss */
-input, textarea {
- font-family: Helvetica, Arial, sans-serif; }
-
-/* line 67, ../../../../general/res/sass/_global.scss */
-input[type="text"] {
- vertical-align: baseline;
- padding: 3px 5px !important; }
-
-/* line 72, ../../../../general/res/sass/_global.scss */
-h1, h2, h3 {
- margin: 0; }
-
-/* line 76, ../../../../general/res/sass/_global.scss */
-h1 {
- font-size: 1.7em;
- font-weight: normal !important;
- line-height: 120%;
- margin-bottom: 20px;
- margin-top: 0; }
-
-/* line 84, ../../../../general/res/sass/_global.scss */
-p {
- margin-bottom: 10px; }
-
-/* line 88, ../../../../general/res/sass/_global.scss */
-mct-container {
- display: block; }
-
-/* line 92, ../../../../general/res/sass/_global.scss */
-.abs, .l-inspect, .l-datetime-picker .l-month-year-pager .pager,
-.l-datetime-picker .l-month-year-pager .val, .s-menu-btn span.l-click-area, .l-object-wrapper, .l-object-wrapper .object-holder-main {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: auto;
- width: auto; }
-
-/* line 102, ../../../../general/res/sass/_global.scss */
-.code, .codehilite {
- font-family: "Lucida Console", monospace;
- font-size: 0.7em;
- line-height: 150%;
- white-space: pre; }
-
-/* line 109, ../../../../general/res/sass/_global.scss */
-.codehilite {
- background-color: rgba(153, 153, 153, 0.1);
- padding: 1em; }
-
-/* line 115, ../../../../general/res/sass/_global.scss */
-.align-right {
- text-align: right; }
-
-/* line 119, ../../../../general/res/sass/_global.scss */
-.centered {
- text-align: center; }
-
-/* line 123, ../../../../general/res/sass/_global.scss */
-.ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
-
-/* line 127, ../../../../general/res/sass/_global.scss */
-.scrolling,
-.scroll {
- overflow: auto; }
-
-/* line 132, ../../../../general/res/sass/_global.scss */
-.vscroll {
- overflow-y: auto; }
-
-/* line 136, ../../../../general/res/sass/_global.scss */
-.no-margin {
- margin: 0; }
-
-/* line 140, ../../../../general/res/sass/_global.scss */
-.ds {
- -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 4px 10px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 4px 10px 2px;
- box-shadow: rgba(0, 0, 0, 0.7) 0 4px 10px 2px; }
-
-/* line 144, ../../../../general/res/sass/_global.scss */
-.hide,
-.hidden {
- display: none !important; }
-
-/* line 149, ../../../../general/res/sass/_global.scss */
-.off {
- visibility: hidden;
- opacity: 0;
- height: 0;
- margin: 0;
- padding: 0;
- border: 0;
- margin: 0 !important; }
-
-/* line 159, ../../../../general/res/sass/_global.scss */
-.sep {
- color: rgba(255, 255, 255, 0.2); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/********************************************* COLUMN LAYOUTS STYLES */
-/* line 34, ../../../../general/res/sass/_archetypes.scss */
-.cols {
- overflow: hidden;
- *zoom: 1; }
- /* line 36, ../../../../general/res/sass/_archetypes.scss */
- .cols .col {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- *zoom: 1;
- float: left;
- margin-left: 1.5%;
- padding-left: 5px;
- position: relative; }
- /* line 43, ../../../../general/res/sass/_archetypes.scss */
- .cols .col:first-child {
- margin-left: 0;
- padding-left: 0; }
- /* line 50, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-2 .col-1 {
- min-width: 250px;
- width: 48.5%; }
- /* line 56, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-2-ff .col-100px {
- width: 100px; }
- /* line 63, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-6 .col-1 {
- min-width: 83.33333px;
- width: 15.16667%; }
- /* line 69, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-16 .col-1 {
- min-width: 31.25px;
- width: 4.75%; }
- /* line 72, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-16 .col-2 {
- min-width: 62.5px;
- width: 11%; }
- /* line 75, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-16 .col-7 {
- min-width: 218.75px;
- width: 42.25%; }
- /* line 81, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-32 .col-2 {
- min-width: 31.25px;
- width: 4.75%; }
- /* line 84, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-32 .col-15 {
- min-width: 234.375px;
- width: 45.375%; }
- /* line 88, ../../../../general/res/sass/_archetypes.scss */
- .cols .l-row {
- overflow: hidden;
- *zoom: 1;
- padding: 5px 0; }
-
-/********************************************* FLEX STYLES */
-/* line 95, ../../../../general/res/sass/_archetypes.scss */
-.l-flex-row, .tree-item,
-.search-result-item,
-.l-flex-col {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap; }
- /* line 99, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem, .tree-item .flex-elem,
- .search-result-item .flex-elem,
- .l-flex-col .flex-elem {
- min-height: 0;
- position: relative; }
- /* line 102, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem:not(.grows), .tree-item .flex-elem:not(.grows),
- .search-result-item .flex-elem:not(.grows),
- .l-flex-col .flex-elem:not(.grows) {
- -webkit-flex: 0 0 auto;
- flex: 0 0 auto; }
- /* line 104, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem:not(.grows).flex-can-shrink, .tree-item .flex-elem:not(.grows).flex-can-shrink,
- .search-result-item .flex-elem:not(.grows).flex-can-shrink,
- .l-flex-col .flex-elem:not(.grows).flex-can-shrink {
- -webkit-flex: 0 1 auto;
- flex: 0 1 auto; }
- /* line 108, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem.grows, .tree-item .flex-elem.grows,
- .search-result-item .flex-elem.grows,
- .l-flex-col .flex-elem.grows {
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto; }
- /* line 112, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-container, .tree-item .flex-container,
- .search-result-item .flex-container,
- .l-flex-col .flex-container {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto;
- min-height: 0; }
-
-/* line 121, ../../../../general/res/sass/_archetypes.scss */
-.l-flex-row, .tree-item,
-.search-result-item {
- -webkit-flex-direction: row;
- flex-direction: row; }
- /* line 123, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row.flex-elem, .flex-elem.tree-item,
- .flex-elem.search-result-item {
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto; }
- /* line 124, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem, .tree-item .flex-elem,
- .search-result-item .flex-elem {
- height: inherit;
- line-height: inherit;
- min-width: 0; }
- /* line 129, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-container, .tree-item .flex-container,
- .search-result-item .flex-container {
- -webkit-flex-direction: row;
- flex-direction: row; }
-
-/* line 132, ../../../../general/res/sass/_archetypes.scss */
-.l-flex-col {
- -webkit-flex-direction: column;
- flex-direction: column; }
- /* line 134, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-col .flex-elem {
- min-height: 0; }
- /* line 136, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-col .flex-elem.holder:not(:last-child) {
- margin-bottom: 10px; }
- /* line 138, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-col .flex-container {
- -webkit-flex-direction: column;
- flex-direction: column; }
-
-/* line 141, ../../../../general/res/sass/_archetypes.scss */
-.flex-fixed {
- -webkit-flex: 0 0 auto;
- flex: 0 0 auto; }
-
-/* line 145, ../../../../general/res/sass/_archetypes.scss */
-.flex-justify-end {
- -webkit-justify-content: flex-end;
- justify-content: flex-end; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 26, ../../../../general/res/sass/_about.scss */
-.l-about.abs, .l-about.l-inspect, .l-datetime-picker .l-month-year-pager .l-about.pager,
-.l-datetime-picker .l-month-year-pager .l-about.val, .s-menu-btn span.l-about.l-click-area, .l-about.l-object-wrapper, .l-object-wrapper .l-about.object-holder-main {
- overflow: auto; }
-/* line 31, ../../../../general/res/sass/_about.scss */
-.l-about .l-logo-holder {
- position: relative;
- height: 45%; }
- /* line 34, ../../../../general/res/sass/_about.scss */
- .l-about .l-logo-holder .l-logo {
- position: absolute; }
- /* line 37, ../../../../general/res/sass/_about.scss */
- .l-about .l-logo-holder .l-logo.l-logo-app {
- top: 0;
- right: 15%;
- bottom: 0;
- left: 15%; }
- /* line 41, ../../../../general/res/sass/_about.scss */
- .l-about .l-logo-holder .l-logo.s-logo-nasa {
- background-image: url("../../../../general/res/images/logo-nasa.svg");
- top: 10px;
- right: auto;
- bottom: auto;
- left: 10px;
- width: 10%;
- height: auto;
- padding-bottom: 5%;
- padding-top: 5%; }
-/* line 50, ../../../../general/res/sass/_about.scss */
-.l-about .l-content {
- position: relative;
- margin-top: 10px; }
-
-/* line 57, ../../../../general/res/sass/_about.scss */
-.s-about {
- line-height: 120%; }
- /* line 61, ../../../../general/res/sass/_about.scss */
- .s-about a {
- color: #84b3ff; }
- /* line 68, ../../../../general/res/sass/_about.scss */
- .s-about .s-logo-holder {
- background: url("../../../../general/res/images/bg-about-openmctweb.jpg") no-repeat center;
- background-size: cover; }
- /* line 72, ../../../../general/res/sass/_about.scss */
- .s-about .s-logo {
- background-position: center;
- background-repeat: no-repeat;
- background-size: contain; }
- /* line 78, ../../../../general/res/sass/_about.scss */
- .s-about .s-logo-openmctweb {
- background-image: url("../../../../general/res/images/logo-openmctweb-shdw.svg"); }
- /* line 81, ../../../../general/res/sass/_about.scss */
- .s-about .s-btn, .s-about .s-menu-btn {
- line-height: 2em; }
- /* line 85, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software {
- border-top: 1px solid rgba(153, 153, 153, 0.1);
- padding: 0.5em 0; }
- /* line 88, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software:first-child {
- border-top: none; }
- /* line 91, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software em {
- color: #666666; }
- /* line 98, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software h3 {
- font-size: 1.25em; }
- /* line 101, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software .s-license-text {
- font-size: 0.9em; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/_text.scss */
-.abs.l-standalone, .l-standalone.l-inspect, .l-datetime-picker .l-month-year-pager .l-standalone.pager,
-.l-datetime-picker .l-month-year-pager .l-standalone.val, .s-menu-btn span.l-standalone.l-click-area, .l-standalone.l-object-wrapper, .l-object-wrapper .l-standalone.object-holder-main {
- padding: 5% 20%; }
-
-/* line 29, ../../../../general/res/sass/_text.scss */
-.s-text {
- font-size: 0.8em; }
- /* line 31, ../../../../general/res/sass/_text.scss */
- .s-text ol, .s-text ul {
- list-style: square;
- margin-left: 1.5em; }
- /* line 39, ../../../../general/res/sass/_text.scss */
- .s-text h1, .s-text h2, .s-text h3 {
- color: #cccccc;
- font-weight: normal !important;
- margin-bottom: 1em; }
- /* line 45, ../../../../general/res/sass/_text.scss */
- .s-text h2 {
- border-top: 1px solid rgba(153, 153, 153, 0.1);
- font-size: 1.5em;
- margin-top: 2em;
- padding-top: 1em; }
- /* line 52, ../../../../general/res/sass/_text.scss */
- .s-text h3 {
- margin-top: 2em; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/_icons.scss */
-.triangle {
- width: 0;
- height: 0;
- border-top: 5px solid transparent;
- border-left: 5px solid #0099cc;
- border-bottom: 5px solid transparent; }
- /* line 26, ../../../../general/res/sass/_icons.scss */
- .triangle.triangle-down {
- width: 0;
- height: 0;
- border-left: 5px solid transparent;
- border-top: 5px solid #0099cc;
- border-right: 5px solid transparent; }
-
-/* line 31, ../../../../general/res/sass/_icons.scss */
-.ui-symbol, .t-item-icon, .s-icon-btn, .l-datetime-picker .l-month-year-pager .pager, .tree .s-status-editing .tree-item:before,
-.tree .s-status-editing .search-result-item:before,
-.search-results .s-status-editing .tree-item:before,
-.search-results .s-status-editing .search-result-item:before {
- font-family: 'symbolsfont'; }
- /* line 33, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.type-icon, .type-icon.t-item-icon, .type-icon.s-icon-btn, .l-datetime-picker .l-month-year-pager .type-icon.pager, .tree .s-status-editing .type-icon.tree-item:before,
- .tree .s-status-editing .type-icon.search-result-item:before,
- .search-results .s-status-editing .type-icon.tree-item:before,
- .search-results .s-status-editing .type-icon.search-result-item:before {
- color: #cccccc; }
- /* line 36, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon, .t-item-icon, .icon.s-icon-btn, .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing .tree-item.t-item-icon:before,
- .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing .search-result-item.t-item-icon:before {
- color: #0099cc;
- font-size: inherit; }
- /* line 39, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon.alert, .alert.t-item-icon, .icon.alert.s-icon-btn, .l-datetime-picker .l-month-year-pager .icon.alert.pager, .l-datetime-picker .l-month-year-pager .alert.pager.t-item-icon, .tree .s-status-editing .icon.alert.tree-item:before, .tree .s-status-editing .alert.tree-item.t-item-icon:before,
- .tree .s-status-editing .icon.alert.search-result-item:before,
- .tree .s-status-editing .alert.search-result-item.t-item-icon:before,
- .search-results .s-status-editing .icon.alert.tree-item:before,
- .search-results .s-status-editing .alert.tree-item.t-item-icon:before,
- .search-results .s-status-editing .icon.alert.search-result-item:before,
- .search-results .s-status-editing .alert.search-result-item.t-item-icon:before {
- color: #ff3c00; }
- /* line 41, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon.alert:hover, .alert.t-item-icon:hover, .icon.alert.s-icon-btn:hover, .l-datetime-picker .l-month-year-pager .icon.alert.pager:hover, .tree .s-status-editing .icon.alert.tree-item:hover:before, .tree .s-status-editing .alert.tree-item.t-item-icon:hover:before,
- .tree .s-status-editing .icon.alert.search-result-item:hover:before,
- .tree .s-status-editing .alert.search-result-item.t-item-icon:hover:before,
- .search-results .s-status-editing .icon.alert.tree-item:hover:before,
- .search-results .s-status-editing .alert.tree-item.t-item-icon:hover:before,
- .search-results .s-status-editing .icon.alert.search-result-item:hover:before,
- .search-results .s-status-editing .alert.search-result-item.t-item-icon:hover:before {
- color: #ff8a66; }
- /* line 45, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon.major, .major.t-item-icon, .icon.major.s-icon-btn, .l-datetime-picker .l-month-year-pager .icon.major.pager, .l-datetime-picker .l-month-year-pager .major.pager.t-item-icon, .tree .s-status-editing .icon.major.tree-item:before, .tree .s-status-editing .major.tree-item.t-item-icon:before,
- .tree .s-status-editing .icon.major.search-result-item:before,
- .tree .s-status-editing .major.search-result-item.t-item-icon:before,
- .search-results .s-status-editing .icon.major.tree-item:before,
- .search-results .s-status-editing .major.tree-item.t-item-icon:before,
- .search-results .s-status-editing .icon.major.search-result-item:before,
- .search-results .s-status-editing .major.search-result-item.t-item-icon:before {
- font-size: 1.65em; }
- /* line 49, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon-calendar:after, .icon-calendar.t-item-icon:after, .icon-calendar.s-icon-btn:after, .l-datetime-picker .l-month-year-pager .icon-calendar.pager:after {
- content: "\e605"; }
-
-/* line 54, ../../../../general/res/sass/_icons.scss */
-.bar .ui-symbol, .bar .t-item-icon, .bar .s-icon-btn, .bar .l-datetime-picker .l-month-year-pager .pager, .l-datetime-picker .l-month-year-pager .bar .pager, .bar .tree .s-status-editing .tree-item:before, .tree .s-status-editing .bar .tree-item:before,
-.bar .tree .s-status-editing .search-result-item:before,
-.tree .s-status-editing .bar .search-result-item:before,
-.bar .search-results .s-status-editing .tree-item:before,
-.search-results .s-status-editing .bar .tree-item:before,
-.bar .search-results .s-status-editing .search-result-item:before,
-.search-results .s-status-editing .bar .search-result-item:before {
- display: inline-block; }
-
-/* line 58, ../../../../general/res/sass/_icons.scss */
-.invoke-menu {
- text-shadow: none;
- display: inline-block; }
-
-/* line 63, ../../../../general/res/sass/_icons.scss */
-.s-menu-btn .invoke-menu,
-.icon.major .invoke-menu,
-.major.t-item-icon .invoke-menu {
- margin-left: 3px; }
-
-/* line 68, ../../../../general/res/sass/_icons.scss */
-.menu .type-icon,
-.tree-item .type-icon,
-.super-menu.menu .type-icon {
- position: absolute; }
-
-/* line 74, ../../../../general/res/sass/_icons.scss */
-.l-icon-alert {
- display: none !important; }
- /* line 76, ../../../../general/res/sass/_icons.scss */
- .l-icon-alert:before {
- color: #ff3c00;
- content: "!"; }
-
-/* line 82, ../../../../general/res/sass/_icons.scss */
-.t-item-icon {
- line-height: normal;
- position: relative; }
- /* line 90, ../../../../general/res/sass/_icons.scss */
- .t-item-icon.l-icon-link .t-item-icon-glyph:before {
- color: #49dedb;
- content: "\f4";
- height: auto;
- width: auto;
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 10%;
- -moz-transform-origin: bottom left;
- -ms-transform-origin: bottom left;
- -webkit-transform-origin: bottom left;
- transform-origin: bottom left;
- -moz-transform: scale(0.3);
- -ms-transform: scale(0.3);
- -webkit-transform: scale(0.3);
- transform: scale(0.3);
- z-index: 2; }
-
-/* line 13, ../../../../general/res/sass/_limits.scss */
-.s-limit-red {
- background: rgba(255, 0, 0, 0.3) !important; }
-
-/* line 14, ../../../../general/res/sass/_limits.scss */
-.s-limit-yellow {
- background: rgba(255, 170, 0, 0.3) !important; }
-
-/* line 2, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-red td:first-child:before {
- color: red;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 2, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-yellow td:first-child:before {
- color: #ffaa00;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 24, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-upr td:first-child:before {
- content: "ë"; }
-/* line 25, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-lwr td:first-child:before {
- content: "î"; }
-
-/* line 2, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-red:before {
- color: red;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 2, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-yellow:before {
- color: #ffaa00;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 37, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-upr:before {
- content: "ë"; }
-/* line 38, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-lwr:before {
- content: "î"; }
-
-/* line 1, ../../../../general/res/sass/_data-status.scss */
-.s-stale {
- color: rgba(204, 204, 204, 0.5) !important;
- font-style: italic; }
- /* line 3, ../../../../general/res/sass/_data-status.scss */
- .s-stale .td {
- color: rgba(204, 204, 204, 0.5) !important;
- font-style: italic; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/helpers/_bubbles.scss */
-.bubble-container {
- pointer-events: none; }
-
-/* line 31, ../../../../general/res/sass/helpers/_bubbles.scss */
-.l-infobubble-wrapper {
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- position: relative;
- z-index: 50; }
- /* line 36, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble {
- display: inline-block;
- min-width: 100px;
- max-width: 300px;
- padding: 5px 10px; }
- /* line 41, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble:before {
- content: "";
- position: absolute;
- width: 0;
- height: 0; }
- /* line 47, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table {
- width: 100%; }
- /* line 50, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td {
- padding: 2px 0;
- vertical-align: top; }
- /* line 53, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td.label {
- padding-right: 10px;
- white-space: nowrap; }
- /* line 57, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td.value {
- word-break: break-all; }
- /* line 61, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td.align-wrap {
- white-space: normal; }
- /* line 67, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble .title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 5px; }
- /* line 74, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-left {
- margin-left: 20px; }
- /* line 76, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-left .l-infobubble::before {
- right: 100%; }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) {
- /* line 76, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-left .l-infobubble::before {
- width: 0;
- height: 0;
- border-top: 6.66667px solid transparent;
- border-bottom: 6.66667px solid transparent;
- border-right: 10px solid #ddd; } }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) {
- /* line 88, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-right {
- margin-right: 20px; } }
- /* line 95, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-right .l-infobubble::before {
- left: 100%; }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) {
- /* line 95, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-right .l-infobubble::before {
- width: 0;
- height: 0;
- border-top: 6.66667px solid transparent;
- border-bottom: 6.66667px solid transparent;
- border-left: 10px solid #ddd; } }
- /* line 108, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-top .l-infobubble::before {
- top: 20px; }
- /* line 114, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-btm .l-infobubble::before {
- bottom: 20px; }
- /* line 119, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-down {
- margin-bottom: 10px; }
- /* line 121, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-down .l-infobubble::before {
- left: 50%;
- top: 100%;
- margin-left: -5px;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-top: 7.5px solid #ddd; }
- /* line 130, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .arw {
- z-index: 2; }
- /* line 133, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-up .arw.arw-down, .l-infobubble-wrapper.arw-down .arw.arw-up {
- display: none; }
-
-/* line 142, ../../../../general/res/sass/helpers/_bubbles.scss */
-.l-thumbsbubble-wrapper .arw-up {
- width: 0;
- height: 0;
- border-left: 6.66667px solid transparent;
- border-right: 6.66667px solid transparent;
- border-bottom: 10px solid #4d4d4d; }
-/* line 145, ../../../../general/res/sass/helpers/_bubbles.scss */
-.l-thumbsbubble-wrapper .arw-down {
- width: 0;
- height: 0;
- border-left: 6.66667px solid transparent;
- border-right: 6.66667px solid transparent;
- border-top: 10px solid #4d4d4d; }
-
-/* line 150, ../../../../general/res/sass/helpers/_bubbles.scss */
-.s-infobubble {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- background: #ddd;
- color: #666;
- font-size: 0.8rem; }
- /* line 157, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble .title {
- color: #333333;
- font-weight: bold; }
- /* line 163, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble table tr td {
- border: none;
- border-top: 1px solid #c4c4c4 !important;
- font-size: 0.9em; }
- /* line 169, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble table tr:first-child td {
- border-top: none !important; }
- /* line 174, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble:first-child td {
- border-top: none; }
- /* line 178, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble .label {
- color: gray; }
- /* line 182, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble .value {
- color: #333333; }
-
-/* line 188, ../../../../general/res/sass/helpers/_bubbles.scss */
-.s-thumbsbubble {
- background: #4d4d4d;
- color: #b3b3b3; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/helpers/_splitter.scss */
-.splitter {
- display: block;
- position: absolute;
- z-index: 3; }
- /* line 33, ../../../../general/res/sass/helpers/_splitter.scss */
- .splitter:after {
- content: "";
- pointer-events: none;
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- background: rgba(255, 255, 255, 0.1);
- display: block; }
- /* line 46, ../../../../general/res/sass/helpers/_splitter.scss */
- .splitter:active:after {
- background-color: #0099cc !important; }
- /* line 54, ../../../../general/res/sass/helpers/_splitter.scss */
- .splitter:not(:active):hover:after {
- background-color: #595959 !important;
- -moz-transition-property: background-color;
- -o-transition-property: background-color;
- -webkit-transition-property: background-color;
- transition-property: background-color;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-
-/* line 65, ../../../../general/res/sass/helpers/_splitter.scss */
-.split-layout.horizontal {
- overflow: hidden; }
- /* line 68, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal .pane {
- left: 0;
- right: 0; }
- /* line 71, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal .pane.top {
- bottom: auto; }
- /* line 74, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal .pane.bottom {
- top: auto; }
- /* line 78, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal > .splitter {
- cursor: row-resize;
- left: 0;
- right: 0;
- height: 25px; }
- /* line 83, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal > .splitter:after {
- top: 12px;
- bottom: 12px; }
-/* line 91, ../../../../general/res/sass/helpers/_splitter.scss */
-.split-layout.vertical .pane {
- top: 0;
- bottom: 0; }
- /* line 94, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical .pane.left {
- right: auto; }
- /* line 97, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical .pane.right {
- left: auto; }
-/* line 101, ../../../../general/res/sass/helpers/_splitter.scss */
-.split-layout.vertical > .splitter {
- cursor: col-resize;
- top: 0;
- bottom: 0; }
- /* line 105, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter:not(.flush-right) {
- width: 25px; }
- /* line 107, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter:not(.flush-right):after {
- left: 12px;
- right: 12px; }
- /* line 111, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter.flush-right {
- width: 13px; }
- /* line 113, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter.flush-right:after {
- background-color: transparent;
- left: auto;
- right: 0;
- width: 1px; }
- /* line 117, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter.flush-right.edge-shdw {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%);
- background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%);
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-@-moz-keyframes rotation {
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg); } }
-@-webkit-keyframes rotation {
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg); } }
-@keyframes rotation {
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg); } }
-@-moz-keyframes rotation-centered {
- 0% {
- -moz-transform: translate(-50%, -50%) rotate(0deg);
- transform: translate(-50%, -50%) rotate(0deg); }
- 100% {
- -moz-transform: translate(-50%, -50%) rotate(360deg);
- transform: translate(-50%, -50%) rotate(360deg); } }
-@-webkit-keyframes rotation-centered {
- 0% {
- -webkit-transform: translate(-50%, -50%) rotate(0deg);
- transform: translate(-50%, -50%) rotate(0deg); }
- 100% {
- -webkit-transform: translate(-50%, -50%) rotate(360deg);
- transform: translate(-50%, -50%) rotate(360deg); } }
-@keyframes rotation-centered {
- 0% {
- -moz-transform: translate(-50%, -50%) rotate(0deg);
- -ms-transform: translate(-50%, -50%) rotate(0deg);
- -webkit-transform: translate(-50%, -50%) rotate(0deg);
- transform: translate(-50%, -50%) rotate(0deg); }
- 100% {
- -moz-transform: translate(-50%, -50%) rotate(360deg);
- -ms-transform: translate(-50%, -50%) rotate(360deg);
- -webkit-transform: translate(-50%, -50%) rotate(360deg);
- transform: translate(-50%, -50%) rotate(360deg); } }
-/* line 48, ../../../../general/res/sass/helpers/_wait-spinner.scss */
-.wait-spinner {
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%;
- -moz-animation-name: rotation-centered;
- -webkit-animation-name: rotation-centered;
- animation-name: rotation-centered;
- -moz-animation-duration: 0.5s;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-color: rgba(0, 153, 204, 0.25);
- border-top-color: #0099cc;
- border-style: solid;
- border-width: 0.5em;
- display: block;
- position: absolute;
- left: 50%;
- top: 50%;
- height: auto;
- width: auto;
- padding: 5%;
- pointer-events: none;
- z-index: 2; }
- /* line 55, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .wait-spinner.inline {
- display: inline-block !important;
- margin-right: 5px;
- position: relative !important;
- vertical-align: middle; }
-
-/* line 63, ../../../../general/res/sass/helpers/_wait-spinner.scss */
-.treeview .wait-spinner {
- height: 10px;
- width: 10px;
- margin: 0 !important;
- padding: 0 !important;
- top: 2px;
- left: 0; }
-
-/* line 72, ../../../../general/res/sass/helpers/_wait-spinner.scss */
-.loading {
- pointer-events: none; }
- /* line 75, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading:before, .loading:after {
- content: ''; }
- /* line 79, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading:before {
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%;
- -moz-animation-name: rotation-centered;
- -webkit-animation-name: rotation-centered;
- animation-name: rotation-centered;
- -moz-animation-duration: 0.5s;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-color: rgba(255, 199, 0, 0.25);
- border-top-color: #ffc700;
- border-style: solid;
- border-width: 5px;
- display: block;
- position: absolute;
- left: 50%;
- top: 50%;
- padding: 5%;
- z-index: 10; }
- /* line 84, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading:after {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- background: rgba(153, 153, 153, 0.2);
- display: block;
- z-index: 9; }
- /* line 90, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading.tree-item:before {
- padding: 0.375rem;
- border-width: 2px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* Styles for the Inspector pane */
-/* line 24, ../../../../general/res/sass/_inspector.scss */
-.l-inspect,
-.l-inspect table tr td {
- font-size: 0.75rem; }
-
-/* line 29, ../../../../general/res/sass/_inspector.scss */
-.l-inspect {
- background: #3b3b3b;
- color: #999;
- line-height: 140%; }
- /* line 35, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .flex-elem.holder:not(:last-child) {
- margin-bottom: 5px; }
- /* line 37, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .pane-header {
- color: #666666;
- font-size: 0.8rem; }
- /* line 40, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .pane-header:before {
- color: gray;
- content: '\e615';
- display: inline;
- font-family: symbolsfont;
- margin-right: 5px;
- vertical-align: bottom; }
- /* line 52, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .split-layout .split-pane-component.pane.bottom {
- height: 30%;
- min-height: 20%;
- max-height: 80%; }
- /* line 60, ../../../../general/res/sass/_inspector.scss */
- .l-inspect ul {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-right: 5px; }
- /* line 65, ../../../../general/res/sass/_inspector.scss */
- .l-inspect ul li,
- .l-inspect em {
- display: block;
- position: relative; }
- /* line 71, ../../../../general/res/sass/_inspector.scss */
- .l-inspect ul li {
- margin-bottom: 10px; }
- /* line 75, ../../../../general/res/sass/_inspector.scss */
- .l-inspect em {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background-color: rgba(255, 255, 255, 0.1);
- color: #a1a1a1;
- margin-bottom: 5px;
- padding: 5px 5px;
- text-transform: uppercase; }
- /* line 84, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties {
- padding: 3px 0; }
- /* line 85, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties:not(.first) {
- border-top: 1px solid rgba(255, 255, 255, 0.1); }
- /* line 89, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties .label {
- color: #737373;
- text-transform: uppercase; }
- /* line 93, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties .value {
- color: #bfbfbf;
- word-break: break-all; }
- /* line 100, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- display: inline-block;
- line-height: 1.2em;
- position: relative;
- padding: 2px 4px; }
- /* line 109, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item .t-object-label .t-item-icon {
- height: 1.2em;
- width: 0.7rem; }
- /* line 114, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item:hover {
- background: rgba(153, 153, 153, 0.1);
- color: #cccccc; }
- /* line 117, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item:hover .icon, .l-inspect .inspector-location .location-item:hover .t-item-icon {
- color: #33ccff; }
- /* line 122, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location:not(.last) .t-object-label .t-title-label:after {
- color: #737373;
- content: '\3e';
- display: inline-block;
- font-family: symbolsfont;
- font-size: 8px;
- font-style: normal !important;
- line-height: inherit;
- margin-left: 3px;
- width: 4px; }
- /* line 135, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .holder-elements .current-elements {
- position: relative; }
- /* line 138, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .holder-elements .current-elements .tree-item .t-object-label {
- font-size: 0.75rem;
- left: 0; }
-
-/* line 149, ../../../../general/res/sass/_inspector.scss */
-.l-inspect .splitter-inspect-panel,
-.l-inspect .split-pane-component.pane.bottom {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- pointer-events: none; }
-
-/* line 158, ../../../../general/res/sass/_inspector.scss */
-.s-status-editing .l-inspect .location-item {
- pointer-events: none; }
-/* line 159, ../../../../general/res/sass/_inspector.scss */
-.s-status-editing .l-inspect .splitter-inspect-panel,
-.s-status-editing .l-inspect .split-pane-component.pane.bottom {
- opacity: 1;
- pointer-events: inherit; }
-
-/********************************* CONTROLS */
-/* line 1, ../../../../general/res/sass/controls/_breadcrumb.scss */
-.l-breadcrumb {
- font-size: 0.7rem;
- line-height: 1em;
- margin-bottom: 5px;
- margin-left: -4px; }
- /* line 10, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-border-radius: 2.25px;
- -webkit-border-radius: 2.25px;
- border-radius: 2.25px;
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- color: #737373;
- display: inline-block;
- padding: 2px 4px; }
- /* line 18, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a .icon, .l-breadcrumb .l-breadcrumb-item a .t-item-icon {
- color: #0099cc;
- margin-right: 5px; }
- /* line 22, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a:hover {
- background: #4d4d4d;
- color: #b3b3b3; }
- /* line 25, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a:hover .icon, .l-breadcrumb .l-breadcrumb-item a:hover .t-item-icon {
- color: #33ccff; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 25, ../../../../general/res/sass/controls/_buttons.scss */
-.s-btn, .s-menu-btn,
-.s-icon-btn {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- cursor: pointer;
- text-decoration: none;
- height: 25px;
- line-height: 25px; }
-
-/* line 34, ../../../../general/res/sass/controls/_buttons.scss */
-.s-btn, .s-menu-btn {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 7.5px;
- font-size: 0.7rem;
- vertical-align: top; }
- /* line 40, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn .icon, .s-menu-btn .icon, .s-btn .t-item-icon, .s-menu-btn .t-item-icon {
- font-size: 0.8rem;
- color: #0099cc; }
- /* line 45, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn .title-label, .s-menu-btn .title-label {
- vertical-align: top; }
- /* line 49, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.lg, .lg.s-menu-btn {
- font-size: 1rem; }
- /* line 53, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.sm, .sm.s-menu-btn {
- padding: 0 5px; }
- /* line 57, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.vsm, .vsm.s-menu-btn {
- padding: 0 2.5px; }
- /* line 61, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.major, .major.s-menu-btn {
- background-color: #0099cc;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00ace6), color-stop(100%, #0099cc));
- background-image: -moz-linear-gradient(#00ace6, #0099cc);
- background-image: -webkit-linear-gradient(#00ace6, #0099cc);
- background-image: linear-gradient(#00ace6, #0099cc);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .s-btn.major .icon, .major.s-menu-btn .icon, .s-btn.major .t-item-icon, .major.s-menu-btn .t-item-icon {
- color: #fff; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .s-btn.major:not(.disabled):hover, .major.s-menu-btn:not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhYzZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ac6ff), color-stop(100%, #00bfff));
- background-image: -moz-linear-gradient(#1ac6ff, #00bfff);
- background-image: -webkit-linear-gradient(#1ac6ff, #00bfff);
- background-image: linear-gradient(#1ac6ff, #00bfff); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .s-btn.major:not(.disabled):hover > .icon, .major.s-menu-btn:not(.disabled):hover > .icon, .s-btn.major:not(.disabled):hover > .t-item-icon, .major.s-menu-btn:not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 67, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn:not(.major), .s-menu-btn:not(.major) {
- background-color: #454545;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #999;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525252), color-stop(100%, #454545));
- background-image: -moz-linear-gradient(#525252, #454545);
- background-image: -webkit-linear-gradient(#525252, #454545);
- background-image: linear-gradient(#525252, #454545);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .s-btn:not(.major) .icon, .s-menu-btn:not(.major) .icon, .s-btn:not(.major) .t-item-icon, .s-menu-btn:not(.major) .t-item-icon {
- color: #0099cc; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .s-btn:not(.major):not(.disabled):hover, .s-menu-btn:not(.major):not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNmI2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(100%, #5e5e5e));
- background-image: -moz-linear-gradient(#6b6b6b, #5e5e5e);
- background-image: -webkit-linear-gradient(#6b6b6b, #5e5e5e);
- background-image: linear-gradient(#6b6b6b, #5e5e5e); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .s-btn:not(.major):not(.disabled):hover > .icon, .s-menu-btn:not(.major):not(.disabled):hover > .icon, .s-btn:not(.major):not(.disabled):hover > .t-item-icon, .s-menu-btn:not(.major):not(.disabled):hover > .t-item-icon {
- color: #33ccff; }
- /* line 74, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.t-save:before, .t-save.s-menu-btn:before {
- content: '\e612';
- font-family: symbolsfont;
- margin-right: 3px; }
- /* line 80, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.t-cancel .title-label, .t-cancel.s-menu-btn .title-label {
- display: none; }
- /* line 81, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.t-cancel:before, .t-cancel.s-menu-btn:before {
- content: '\78';
- font-family: symbolsfont; }
- /* line 88, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play .icon:before, .pause-play.s-menu-btn .icon:before, .s-btn.pause-play .t-item-icon:before, .pause-play.s-menu-btn .t-item-icon:before {
- content: "\0000F1"; }
- /* line 91, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play.paused, .pause-play.paused.s-menu-btn {
- background-color: #c56f01;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlN2QwMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M1NmYwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #de7d01), color-stop(100%, #c56f01));
- background-image: -moz-linear-gradient(#de7d01, #c56f01);
- background-image: -webkit-linear-gradient(#de7d01, #c56f01);
- background-image: linear-gradient(#de7d01, #c56f01);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .s-btn.pause-play.paused .icon, .pause-play.paused.s-menu-btn .icon, .s-btn.pause-play.paused .t-item-icon, .pause-play.paused.s-menu-btn .t-item-icon {
- color: #fff; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .s-btn.pause-play.paused:not(.disabled):hover, .pause-play.paused.s-menu-btn:not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlOTgxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y4OGMwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fe9815), color-stop(100%, #f88c01));
- background-image: -moz-linear-gradient(#fe9815, #f88c01);
- background-image: -webkit-linear-gradient(#fe9815, #f88c01);
- background-image: linear-gradient(#fe9815, #f88c01); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .s-btn.pause-play.paused:not(.disabled):hover > .icon, .pause-play.paused.s-menu-btn:not(.disabled):hover > .icon, .s-btn.pause-play.paused:not(.disabled):hover > .t-item-icon, .pause-play.paused.s-menu-btn:not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 93, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play.paused .icon, .pause-play.paused.s-menu-btn .icon, .s-btn.pause-play.paused .t-item-icon, .pause-play.paused.s-menu-btn .t-item-icon {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 1000ms;
- -webkit-animation-duration: 1000ms;
- animation-duration: 1000ms;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
- /* line 95, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play.paused .icon :before, .pause-play.paused.s-menu-btn .icon :before, .s-btn.pause-play.paused .t-item-icon :before, .pause-play.paused.s-menu-btn .t-item-icon :before {
- content: "\0000EF"; }
- /* line 103, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.show-thumbs .icon:before, .show-thumbs.s-menu-btn .icon:before, .s-btn.show-thumbs .t-item-icon:before, .show-thumbs.s-menu-btn .t-item-icon:before {
- content: "\000039"; }
-
-/* line 114, ../../../../general/res/sass/controls/_buttons.scss */
-body.desktop .mini-tab {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-transition-property: color, background-color;
- -o-transition-property: color, background-color;
- -webkit-transition-property: color, background-color;
- transition-property: color, background-color;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- color: #595959;
- cursor: pointer;
- font-family: symbolsfont;
- font-size: 9px;
- display: block;
- position: absolute;
- line-height: 24px;
- height: 24px;
- width: 10px;
- text-align: center; }
- /* line 138, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:hover {
- color: #0099cc; }
- /* line 142, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed {
- background-color: #454545;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #999;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525252), color-stop(100%, #454545));
- background-image: -moz-linear-gradient(#525252, #454545);
- background-image: -webkit-linear-gradient(#525252, #454545);
- background-image: linear-gradient(#525252, #454545);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- body.desktop .mini-tab.collapsed .icon, body.desktop .mini-tab.collapsed .t-item-icon {
- color: #0099cc; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- body.desktop .mini-tab.collapsed:not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNmI2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(100%, #5e5e5e));
- background-image: -moz-linear-gradient(#6b6b6b, #5e5e5e);
- background-image: -webkit-linear-gradient(#6b6b6b, #5e5e5e);
- background-image: linear-gradient(#6b6b6b, #5e5e5e); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- body.desktop .mini-tab.collapsed:not(.disabled):hover > .icon, body.desktop .mini-tab.collapsed:not(.disabled):hover > .t-item-icon {
- color: #33ccff; }
- /* line 145, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:before {
- opacity: 0; }
- /* line 146, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:after {
- opacity: 1; }
- /* line 148, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:hover:before {
- opacity: 1; }
- /* line 149, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:hover:after {
- opacity: 0; }
- /* line 154, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:before, body.desktop .mini-tab:after {
- -moz-transition-property: left, right, opacity;
- -o-transition-property: left, right, opacity;
- -webkit-transition-property: left, right, opacity;
- transition-property: left, right, opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- display: block;
- height: 100%;
- position: absolute; }
- /* line 162, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:before {
- width: 9px; }
- /* line 166, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:after {
- width: 100%;
- text-align: center;
- opacity: 0; }
- /* line 173, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left {
- text-align: right; }
- /* line 176, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left:before {
- content: '\3c';
- right: 0; }
- /* line 180, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left.collapsed {
- -moz-border-radius-topleft: 0;
- -webkit-border-top-left-radius: 0;
- border-top-left-radius: 0;
- -moz-border-radius-bottomleft: 0;
- -webkit-border-bottom-left-radius: 0;
- border-bottom-left-radius: 0;
- text-align: left; }
- /* line 183, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left.collapsed:before {
- content: '\3e';
- left: 0; }
- /* line 187, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left.collapsed:hover:before {
- left: 2px; }
- /* line 190, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right {
- text-align: left; }
- /* line 193, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right:before {
- content: '\3e';
- left: 0; }
- /* line 197, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right.collapsed {
- -moz-border-radius-topright: 0;
- -webkit-border-top-right-radius: 0;
- border-top-right-radius: 0;
- -moz-border-radius-bottomright: 0;
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0; }
- /* line 199, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right.collapsed:before {
- text-align: right;
- content: '\3c';
- right: 0; }
- /* line 204, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right.collapsed:hover:before {
- right: 2px; }
-
-/* line 209, ../../../../general/res/sass/controls/_buttons.scss */
-body.desktop .mini-tab-icon {
- color: #595959;
- cursor: pointer;
- display: block;
- font-family: symbolsfont;
- font-size: 10px;
- position: absolute;
- height: 10px;
- width: 10px;
- line-height: 10px;
- overflow: hidden;
- word-break: break-all; }
- /* line 223, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon.collapsed {
- width: 11px;
- font-size: 11px; }
- /* line 228, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon:before, body.desktop .mini-tab-icon:after {
- position: absolute;
- display: inherit; }
- /* line 234, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon:before {
- content: '\78'; }
- /* line 238, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon:hover {
- color: #0099cc; }
-
-/* line 243, ../../../../general/res/sass/controls/_buttons.scss */
-.l-btn-set {
- font-size: 0; }
- /* line 248, ../../../../general/res/sass/controls/_buttons.scss */
- .l-btn-set .s-btn, .l-btn-set .s-menu-btn {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- margin-left: 1px; }
- /* line 254, ../../../../general/res/sass/controls/_buttons.scss */
- .l-btn-set .first .s-btn, .l-btn-set .first .s-menu-btn {
- -moz-border-radius-topleft: 3px;
- -webkit-border-top-left-radius: 3px;
- border-top-left-radius: 3px;
- -moz-border-radius-bottomleft: 3px;
- -webkit-border-bottom-left-radius: 3px;
- border-bottom-left-radius: 3px;
- margin-left: 0; }
- /* line 261, ../../../../general/res/sass/controls/_buttons.scss */
- .l-btn-set .last .s-btn, .l-btn-set .last .s-menu-btn {
- -moz-border-radius-topright: 3px;
- -webkit-border-top-right-radius: 3px;
- border-top-right-radius: 3px;
- -moz-border-radius-bottomright: 3px;
- -webkit-border-bottom-right-radius: 3px;
- border-bottom-right-radius: 3px; }
-
-/* line 268, ../../../../general/res/sass/controls/_buttons.scss */
-.paused:not(.s-btn):not(.s-menu-btn) {
- border-color: #c56f01 !important;
- color: #c56f01 !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/controls/_color-palette.scss */
-.l-color-palette {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 5px !important; }
- /* line 31, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row {
- overflow: hidden;
- *zoom: 1;
- line-height: 16px;
- width: 170px; }
- /* line 36, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row .l-palette-item {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- text-shadow: rgba(0, 0, 0, 0.8) 0 1px 2px;
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- border: 1px solid transparent;
- color: #fff;
- display: block;
- font-family: 'symbolsfont';
- float: left;
- height: 16px;
- width: 16px;
- line-height: 16px;
- margin: 0 1px 1px 0;
- text-align: center;
- vertical-align: middle; }
- /* line 53, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row .s-palette-item:hover {
- -moz-transition-property: none;
- -o-transition-property: none;
- -webkit-transition-property: none;
- transition-property: none;
- border-color: #fff !important; }
- /* line 59, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row .l-palette-item-label {
- margin-left: 5px; }
- /* line 63, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row.l-option-row {
- margin-bottom: 5px; }
- /* line 65, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row.l-option-row .s-palette-item {
- border-color: #999; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/controls/_controls.scss */
-.accordion {
- margin-top: 5px; }
- /* line 26, ../../../../general/res/sass/controls/_controls.scss */
- .accordion:first-child {
- margin-top: 0; }
- /* line 29, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head {
- -moz-border-radius: 2.25px;
- -webkit-border-radius: 2.25px;
- border-radius: 2.25px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: rgba(153, 153, 153, 0.2);
- cursor: pointer;
- font-size: 0.75em;
- line-height: 18px;
- margin-bottom: 5px;
- padding: 0 5px;
- position: absolute;
- top: 0;
- right: 0;
- bottom: auto;
- left: 0;
- width: auto;
- height: 18px;
- text-transform: uppercase; }
- /* line 47, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head:hover {
- background: rgba(153, 153, 153, 0.4); }
- /* line 50, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head:after {
- content: "^";
- display: block;
- font-family: 'symbolsfont';
- font-size: 0.9em;
- position: absolute;
- right: 5px;
- text-transform: none;
- top: 0; }
- /* line 60, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head:not(.expanded):after {
- content: "v"; }
- /* line 64, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-contents {
- position: absolute;
- top: 23px;
- right: 0;
- bottom: 0;
- left: 0;
- overflow-y: auto;
- overflow-x: hidden; }
-
-/* line 75, ../../../../general/res/sass/controls/_controls.scss */
-.l-composite-control {
- vertical-align: middle; }
- /* line 78, ../../../../general/res/sass/controls/_controls.scss */
- .l-composite-control.l-checkbox .composite-control-label {
- line-height: 18px; }
-
-/* line 84, ../../../../general/res/sass/controls/_controls.scss */
-.l-control-group {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-left: 1px solid rgba(153, 153, 153, 0.1);
- display: inline-block;
- padding: 0 5px;
- position: relative; }
- /* line 92, ../../../../general/res/sass/controls/_controls.scss */
- .l-control-group:first-child {
- border-left: none;
- padding-left: 0; }
-
-/* line 98, ../../../../general/res/sass/controls/_controls.scss */
-.l-local-controls {
- position: absolute;
- top: 5px;
- right: 5px;
- z-index: 5; }
-
-/* line 108, ../../../../general/res/sass/controls/_controls.scss */
-.s-local-controls {
- font-size: 0.7rem; }
-
-/* line 112, ../../../../general/res/sass/controls/_controls.scss */
-label.checkbox.custom {
- cursor: pointer;
- display: inline-block;
- line-height: 14px;
- margin-right: 20px;
- padding-left: 19px;
- position: relative;
- vertical-align: middle; }
- /* line 122, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom em {
- color: #999;
- display: inline-block;
- height: 14px;
- min-width: 14px; }
- /* line 127, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom em:before {
- -moz-border-radius: 2.25px;
- -webkit-border-radius: 2.25px;
- border-radius: 2.25px;
- background: #4d4d4d;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
- box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
- box-sizing: border-box;
- content: " ";
- font-family: 'symbolsfont';
- font-size: 0.8em;
- display: inline-block;
- margin-right: 5px;
- height: 14px;
- width: 14px;
- left: 0;
- top: 0;
- position: absolute;
- text-align: center; }
- /* line 145, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom.no-text {
- overflow: hidden;
- margin-right: 0;
- padding-left: 0;
- height: 14px;
- width: 14px; }
- /* line 151, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom.no-text em {
- overflow: hidden; }
- /* line 155, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom input {
- display: none; }
- /* line 157, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom input:checked ~ em:before {
- background: #0099cc;
- color: #ccf2ff;
- content: "2"; }
-
-/* line 165, ../../../../general/res/sass/controls/_controls.scss */
-.input-labeled {
- margin-left: 5px; }
- /* line 167, ../../../../general/res/sass/controls/_controls.scss */
- .input-labeled label {
- display: inline-block;
- margin-right: 3px; }
- /* line 171, ../../../../general/res/sass/controls/_controls.scss */
- .input-labeled.inline {
- display: inline-block; }
- /* line 174, ../../../../general/res/sass/controls/_controls.scss */
- .input-labeled:first-child {
- margin-left: 0; }
-
-/* line 179, ../../../../general/res/sass/controls/_controls.scss */
-.s-menu-btn label.checkbox.custom {
- margin-left: 5px; }
-
-/* line 184, ../../../../general/res/sass/controls/_controls.scss */
-.item .checkbox.checked label {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border-bottom: none; }
-
-/* line 190, ../../../../general/res/sass/controls/_controls.scss */
-.context-available,
-.s-icon-btn {
- color: #0099cc; }
- /* line 194, ../../../../general/res/sass/controls/_controls.scss */
- .context-available:hover,
- .s-icon-btn:hover {
- color: deepskyblue; }
-
-/* line 199, ../../../../general/res/sass/controls/_controls.scss */
-.view-switcher {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-
-/******************************************************** OBJECT-HEADER */
-/* line 204, ../../../../general/res/sass/controls/_controls.scss */
-.object-header {
- font-size: 1em; }
- /* line 207, ../../../../general/res/sass/controls/_controls.scss */
- .object-header > .type-icon {
- color: #cccccc;
- font-size: 120%;
- float: left;
- margin-right: 5px; }
- /* line 215, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .l-elem-wrapper mct-representation {
- min-width: 0.7em; }
- /* line 223, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .action {
- margin-right: 5px; }
- /* line 227, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .title-label {
- color: #999;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- flex: 0 1 auto;
- -webkit-flex: 0 1 auto;
- padding-right: 0.35em; }
- /* line 234, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .context-available {
- font-size: 0.7em;
- flex: 0 0 1;
- -webkit-flex: 0 0 1; }
-
-/* line 241, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop .object-header .context-available {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0; }
-/* line 246, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop .object-header:hover .context-available {
- opacity: 1; }
-
-/******************************************************** PROGRESS BAR */
-@-moz-keyframes progress {
- 100% {
- background-position: 20px center; } }
-@-webkit-keyframes progress {
- 100% {
- background-position: 20px center; } }
-@keyframes progress {
- 100% {
- background-position: 20px center; } }
-/* line 267, ../../../../general/res/sass/controls/_controls.scss */
-.l-progress-bar {
- display: inline-block;
- overflow: hidden;
- position: relative; }
- /* line 273, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar .progress-amt-holder {
- overflow: hidden;
- position: absolute;
- top: 1px;
- right: 1px;
- bottom: 1px;
- left: 1px;
- width: auto;
- height: auto; }
- /* line 276, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar .progress-amt,
- .l-progress-bar .progress-amt:before,
- .l-progress-bar .progress-amt:after {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- display: block;
- content: ''; }
- /* line 284, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar .progress-amt {
- right: auto; }
- /* line 289, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar.indeterminate .progress-amt {
- width: 100% !important; }
-
-/* line 295, ../../../../general/res/sass/controls/_controls.scss */
-.s-progress-bar {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 4px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 4px;
- box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 4px;
- background: rgba(0, 0, 0, 0.1); }
- /* line 299, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar .progress-amt {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- -moz-transition-property: width;
- -o-transition-property: width;
- -webkit-transition-property: width;
- transition-property: width;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
- /* line 304, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar .progress-amt:before {
- background-color: #0099cc; }
- /* line 307, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar .progress-amt:after {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
- background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 100%); }
- /* line 316, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar:not(.indeterminate) .progress-amt:before {
- -moz-animation: progress 0.4s linear infinite;
- -webkit-animation: progress 0.4s linear infinite;
- animation: progress 0.4s linear infinite;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
- background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
- background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
- background-position: 0 center;
- background-repeat: repeat-x;
- background-size: 20px 40%; }
- /* line 324, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar.indeterminate .progress-amt:before {
- -moz-animation: progress 0.6s linear infinite;
- -webkit-animation: progress 0.6s linear infinite;
- animation: progress 0.6s linear infinite;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat;
- background-size: 20px 20px; }
- /* line 329, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar.indeterminate .progress-amt:after {
- display: none; }
-
-/******************************************************** SLIDERS */
-/* line 337, ../../../../general/res/sass/controls/_controls.scss */
-.slider .slot {
- width: auto;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0; }
-/* line 345, ../../../../general/res/sass/controls/_controls.scss */
-.slider .knob {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- background-color: rgba(0, 153, 204, 0.6);
- position: absolute;
- height: 100%;
- width: 10px;
- top: 0;
- auto: 0;
- bottom: auto;
- left: auto; }
- /* line 348, ../../../../general/res/sass/controls/_controls.scss */
- .slider .knob:hover {
- background-color: #0099cc; }
-/* line 359, ../../../../general/res/sass/controls/_controls.scss */
-.slider .knob-l {
- -moz-border-radius-topleft: 10px;
- -webkit-border-top-left-radius: 10px;
- border-top-left-radius: 10px;
- -moz-border-radius-bottomleft: 10px;
- -webkit-border-bottom-left-radius: 10px;
- border-bottom-left-radius: 10px;
- cursor: w-resize; }
-/* line 363, ../../../../general/res/sass/controls/_controls.scss */
-.slider .knob-r {
- -moz-border-radius-topright: 10px;
- -webkit-border-top-right-radius: 10px;
- border-top-right-radius: 10px;
- -moz-border-radius-bottomright: 10px;
- -webkit-border-bottom-right-radius: 10px;
- border-bottom-right-radius: 10px;
- cursor: e-resize; }
-/* line 367, ../../../../general/res/sass/controls/_controls.scss */
-.slider .range {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- background-color: rgba(0, 153, 204, 0.3);
- cursor: ew-resize;
- position: absolute;
- top: 0;
- right: auto;
- bottom: 0;
- left: auto;
- height: auto;
- width: auto; }
- /* line 378, ../../../../general/res/sass/controls/_controls.scss */
- .slider .range:hover {
- background-color: rgba(0, 153, 204, 0.5); }
-
-/******************************************************** DATETIME PICKER */
-/* line 385, ../../../../general/res/sass/controls/_controls.scss */
-.l-datetime-picker {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- font-size: 0.8rem;
- padding: 10px !important;
- width: 230px; }
- /* line 391, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager {
- height: 15px;
- margin-bottom: 5px;
- position: relative; }
- /* line 400, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager {
- width: 20px; }
- /* line 403, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.prev {
- right: auto; }
- /* line 405, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.prev:before {
- content: "\3c"; }
- /* line 409, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.next {
- left: auto;
- text-align: right; }
- /* line 412, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.next:before {
- content: "\3e"; }
- /* line 417, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .val {
- text-align: center;
- left: 25px;
- right: 25px; }
- /* line 423, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-calendar,
- .l-datetime-picker .l-time-selects {
- border-top: 1px solid rgba(153, 153, 153, 0.1); }
- /* line 427, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-time-selects {
- line-height: 22px; }
-
-/******************************************************** CALENDAR */
-/* line 435, ../../../../general/res/sass/controls/_controls.scss */
-.l-calendar ul.l-cal-row {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-flow: row nowrap;
- flex-flow: row nowrap;
- margin-top: 1px; }
- /* line 439, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row:first-child {
- margin-top: 0; }
- /* line 442, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row li {
- -webkit-flex: 1 0;
- flex: 1 0;
- margin-left: 1px;
- padding: 5px;
- text-align: center; }
- /* line 447, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row li:first-child {
- margin-left: 0; }
- /* line 451, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-header li {
- color: #b3b3b3; }
- /* line 454, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li {
- -moz-transition-property: background-color;
- -o-transition-property: background-color;
- -webkit-transition-property: background-color;
- transition-property: background-color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- cursor: pointer; }
- /* line 457, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li.in-month {
- background-color: #616161; }
- /* line 460, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li .sub {
- color: #b3b3b3;
- font-size: 0.8em; }
- /* line 464, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li.selected {
- background: #006080;
- color: #cccccc; }
- /* line 467, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li.selected .sub {
- color: inherit; }
- /* line 471, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li:hover {
- background-color: #0099cc;
- color: #fff; }
- /* line 474, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li:hover .sub {
- color: inherit; }
-
-/******************************************************** BROWSER ELEMENTS */
-/* line 485, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop ::-webkit-scrollbar {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.7) 0 1px 5px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.7) 0 1px 5px;
- box-shadow: inset rgba(0, 0, 0, 0.7) 0 1px 5px;
- background-color: rgba(0, 0, 0, 0.4);
- height: 10px;
- width: 10px; }
-/* line 494, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop ::-webkit-scrollbar-thumb {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 20, color-stop(0%, #595959), color-stop(100%, #4d4d4d));
- background-image: -moz-linear-gradient(#595959, #4d4d4d 20px);
- background-image: -webkit-linear-gradient(#595959, #4d4d4d 20px);
- background-image: linear-gradient(#595959, #4d4d4d 20px);
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
- /* line 501, ../../../../general/res/sass/controls/_controls.scss */
- body.desktop ::-webkit-scrollbar-thumb:hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 20, color-stop(0%, #5e5e5e), color-stop(100%, #525252));
- background-image: -moz-linear-gradient(#5e5e5e, #525252 20px);
- background-image: -webkit-linear-gradient(#5e5e5e, #525252 20px);
- background-image: linear-gradient(#5e5e5e, #525252 20px); }
-/* line 506, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop ::-webkit-scrollbar-corner {
- background: rgba(0, 0, 0, 0.4); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/controls/_lists.scss */
-.checkbox-list label.checkbox.custom {
- display: block;
- margin-bottom: 5px; }
-/* line 27, ../../../../general/res/sass/controls/_lists.scss */
-.checkbox-list li {
- margin-bottom: 5px; }
-
-/* line 35, ../../../../general/res/sass/controls/_lists.scss */
-.l-tree-item-flat-list .tree-item .t-object-label {
- left: 5px !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/******************************************************** MENU BUTTONS */
-/* line 31, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn .icon, .s-menu-btn .t-item-icon {
- font-size: 120%; }
-/* line 35, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn .title-label {
- margin-left: 3px; }
-/* line 39, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn:after {
- text-shadow: none;
- content: '\76';
- display: inline-block;
- font-family: 'symbolsfont';
- margin-left: 3px;
- vertical-align: top;
- color: rgba(255, 255, 255, 0.2); }
-/* line 46, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn.create-btn:before {
- content: '\2b';
- display: inline;
- font-family: symbolsfont; }
-/* line 51, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn.create-btn .title-label {
- font-size: 1rem; }
-/* line 59, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn .menu {
- left: 0;
- text-align: left; }
- /* line 62, ../../../../general/res/sass/controls/_menus.scss */
- .s-menu-btn .menu .ui-symbol.icon, .s-menu-btn .menu .t-item-icon, .s-menu-btn .menu .icon.s-icon-btn, .s-menu-btn .menu .s-icon-btn.t-item-icon, .s-menu-btn .menu .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager .s-menu-btn .menu .icon.pager, .s-menu-btn .menu .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .l-datetime-picker .l-month-year-pager .s-menu-btn .menu .pager.t-item-icon, .s-menu-btn .menu .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing .s-menu-btn .menu .icon.tree-item:before, .s-menu-btn .menu .tree .s-status-editing .tree-item.t-item-icon:before, .tree .s-status-editing .s-menu-btn .menu .tree-item.t-item-icon:before,
- .s-menu-btn .menu .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing .s-menu-btn .menu .icon.search-result-item:before,
- .s-menu-btn .menu .tree .s-status-editing .search-result-item.t-item-icon:before,
- .tree .s-status-editing .s-menu-btn .menu .search-result-item.t-item-icon:before,
- .s-menu-btn .menu .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing .s-menu-btn .menu .icon.tree-item:before,
- .s-menu-btn .menu .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing .s-menu-btn .menu .tree-item.t-item-icon:before,
- .s-menu-btn .menu .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing .s-menu-btn .menu .icon.search-result-item:before,
- .s-menu-btn .menu .search-results .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing .s-menu-btn .menu .search-result-item.t-item-icon:before {
- width: 12px; }
-
-/******************************************************** MENUS THEMSELVES */
-/* line 69, ../../../../general/res/sass/controls/_menus.scss */
-.menu-element {
- cursor: pointer;
- position: relative; }
-
-/* line 74, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu, .menu {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background-color: #6e6e6e;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: white;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlNmU2ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7a7a7a), color-stop(100%, #6e6e6e));
- background-image: -moz-linear-gradient(#7a7a7a, #6e6e6e);
- background-image: -webkit-linear-gradient(#7a7a7a, #6e6e6e);
- background-image: linear-gradient(#7a7a7a, #6e6e6e);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
- padding: 3px 0; }
-
-/* line 82, ../../../../general/res/sass/controls/_menus.scss */
-.menu {
- display: block;
- position: absolute;
- z-index: 10; }
- /* line 87, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul {
- margin: 0;
- padding: 0; }
- /* line 358, ../../../../general/res/sass/_mixins.scss */
- .menu ul li {
- list-style-type: none;
- margin: 0;
- padding: 0; }
- /* line 89, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-top: 1px solid #878787;
- color: white;
- line-height: 1.5rem;
- padding: 3px 10px 3px 28px;
- position: relative;
- white-space: nowrap; }
- /* line 97, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li:first-child {
- border: none; }
- /* line 100, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li:hover {
- background: #878787;
- color: #fff; }
- /* line 103, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li:hover .icon, .menu ul li:hover .t-item-icon {
- color: #fff; }
- /* line 107, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li .type-icon {
- left: 10px; }
-
-/* line 114, ../../../../general/res/sass/controls/_menus.scss */
-.menu,
-.context-menu,
-.checkbox-menu,
-.super-menu {
- pointer-events: auto; }
- /* line 120, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li a,
- .context-menu ul li a,
- .checkbox-menu ul li a,
- .super-menu ul li a {
- color: white; }
- /* line 123, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li .icon, .menu ul li .t-item-icon,
- .context-menu ul li .icon,
- .checkbox-menu ul li .icon,
- .context-menu ul li .t-item-icon,
- .checkbox-menu ul li .t-item-icon,
- .super-menu ul li .icon,
- .super-menu ul li .t-item-icon {
- color: #24c8ff; }
- /* line 126, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li .type-icon,
- .context-menu ul li .type-icon,
- .checkbox-menu ul li .type-icon,
- .super-menu ul li .type-icon {
- left: 5px; }
-
-/* line 138, ../../../../general/res/sass/controls/_menus.scss */
-.checkbox-menu ul li {
- padding-left: 50px; }
- /* line 140, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .checkbox {
- position: absolute;
- left: 5px;
- top: 0.53333rem; }
- /* line 145, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .checkbox em {
- height: 0.7rem;
- width: 0.7rem; }
- /* line 148, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .checkbox em:before {
- font-size: 7px !important;
- height: 0.7rem;
- width: 0.7rem;
- line-height: 0.7rem; }
- /* line 156, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .type-icon {
- left: 25px; }
-
-/* line 162, ../../../../general/res/sass/controls/_menus.scss */
-.super-menu {
- display: block;
- width: 500px;
- height: 480px; }
- /* line 170, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .contents {
- overflow: hidden;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto; }
- /* line 173, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
- /* line 175, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane.left {
- border-right: 1px solid #878787;
- left: 0;
- padding-right: 5px;
- right: auto;
- width: 50%;
- overflow-x: hidden;
- overflow-y: auto; }
- /* line 185, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane.left ul li {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- padding-left: 30px;
- border-top: none; }
- /* line 192, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane.right {
- left: auto;
- right: 0;
- padding: 25px;
- width: 50%; }
- /* line 202, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .menu-item-description .desc-area.icon, .super-menu .menu-item-description .desc-area.t-item-icon {
- color: white;
- position: relative;
- font-size: 8em;
- left: 0;
- height: 150px;
- line-height: 150px;
- margin-bottom: 25px;
- text-align: center; }
- /* line 213, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .menu-item-description .desc-area.title {
- color: white;
- font-size: 1.2em;
- margin-bottom: 0.5em; }
- /* line 218, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .menu-item-description .desc-area.description {
- color: white;
- font-size: 0.8em;
- line-height: 1.5em; }
-
-/* line 227, ../../../../general/res/sass/controls/_menus.scss */
-.context-menu, .checkbox-menu {
- font-size: 0.80rem; }
-
-/* line 231, ../../../../general/res/sass/controls/_menus.scss */
-.context-menu-holder,
-.menu-holder {
- position: absolute;
- z-index: 70; }
- /* line 235, ../../../../general/res/sass/controls/_menus.scss */
- .context-menu-holder .context-menu-wrapper,
- .menu-holder .context-menu-wrapper {
- position: absolute;
- height: 100%;
- width: 100%; }
- /* line 240, ../../../../general/res/sass/controls/_menus.scss */
- .context-menu-holder.go-left .context-menu, .context-menu-holder.go-left .checkbox-menu, .context-menu-holder.go-left .menu,
- .menu-holder.go-left .context-menu,
- .menu-holder.go-left .checkbox-menu,
- .menu-holder.go-left .menu {
- right: 0; }
- /* line 244, ../../../../general/res/sass/controls/_menus.scss */
- .context-menu-holder.go-up .context-menu, .context-menu-holder.go-up .checkbox-menu, .context-menu-holder.go-up .menu,
- .menu-holder.go-up .context-menu,
- .menu-holder.go-up .checkbox-menu,
- .menu-holder.go-up .menu {
- bottom: 0; }
-
-/* line 250, ../../../../general/res/sass/controls/_menus.scss */
-.context-menu-holder {
- pointer-events: none;
- height: 200px;
- width: 170px; }
-
-/* line 256, ../../../../general/res/sass/controls/_menus.scss */
-.btn-bar.right .menu,
-.menus-to-left .menu {
- left: auto;
- right: 0;
- width: auto; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 39, ../../../../general/res/sass/controls/_messages.scss */
-.status.block {
- color: #ccc;
- cursor: default;
- display: inline-block;
- margin-right: 5px; }
- /* line 46, ../../../../general/res/sass/controls/_messages.scss */
- .status.block .status-indicator,
- .status.block .label,
- .status.block .count {
- display: inline-block;
- vertical-align: top; }
- /* line 54, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.no-icon .status-indicator {
- display: none; }
- /* line 59, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.float-right {
- float: right; }
- /* line 63, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.subtle {
- opacity: 0.5; }
- /* line 66, ../../../../general/res/sass/controls/_messages.scss */
- .status.block .status-indicator {
- margin-right: 3px; }
- /* line 71, ../../../../general/res/sass/controls/_messages.scss */
- .status.block:not(.no-collapse) .label {
- -moz-transition-property: max-width;
- -o-transition-property: max-width;
- -webkit-transition-property: max-width;
- transition-property: max-width;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 1.5s;
- -o-transition-delay: 1.5s;
- -webkit-transition-delay: 1.5s;
- transition-delay: 1.5s;
- overflow: hidden;
- max-width: 0px; }
- /* line 78, ../../../../general/res/sass/controls/_messages.scss */
- .status.block:not(.no-collapse):hover .label {
- -moz-transition-property: max-width;
- -o-transition-property: max-width;
- -webkit-transition-property: max-width;
- transition-property: max-width;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0s;
- -o-transition-delay: 0s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- max-width: 450px;
- width: auto; }
- /* line 83, ../../../../general/res/sass/controls/_messages.scss */
- .status.block:not(.no-collapse):hover .count {
- -moz-transition-property: max-width;
- -o-transition-property: max-width;
- -webkit-transition-property: max-width;
- transition-property: max-width;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0s;
- -o-transition-delay: 0s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- opacity: 0; }
- /* line 90, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.ok .status-indicator, .status.block.info .status-indicator {
- color: #62ba72; }
- /* line 94, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.alert .status-indicator, .status.block.warning .status-indicator, .status.block.caution .status-indicator {
- color: #ffa66d; }
- /* line 99, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.error .status-indicator {
- color: #d4585c; }
- /* line 102, ../../../../general/res/sass/controls/_messages.scss */
- .status.block .count {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 1.5s;
- -o-transition-delay: 1.5s;
- -webkit-transition-delay: 1.5s;
- transition-delay: 1.5s;
- font-weight: bold;
- opacity: 1; }
-
-/* Styles for messages and message banners */
-/* line 111, ../../../../general/res/sass/controls/_messages.scss */
-.message.block {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- padding: 10px; }
-/* line 115, ../../../../general/res/sass/controls/_messages.scss */
-.message.error {
- background-color: rgba(255, 60, 0, 0.3);
- color: #ff8a66; }
-
-/* line 121, ../../../../general/res/sass/controls/_messages.scss */
-.l-message-banner {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-align-items: center;
- align-items: center;
- position: absolute;
- top: 3px;
- right: auto;
- bottom: 3px;
- left: 50%;
- height: auto;
- width: auto;
- line-height: 18px;
- max-width: 300px;
- padding: 0 5px 0 5px;
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- z-index: 10; }
- /* line 137, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner.minimized {
- -moz-transition-property: left, opacity;
- -o-transition-property: left, opacity;
- -webkit-transition-property: left, opacity;
- transition-property: left, opacity;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- left: 0;
- opacity: 0; }
- /* line 145, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner.new {
- left: 50%;
- opacity: 1; }
- /* line 148, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner.new:not(.info) {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 100ms;
- -webkit-animation-duration: 100ms;
- animation-duration: 100ms;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: 10;
- -webkit-animation-iteration-count: 10;
- animation-iteration-count: 10;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
- /* line 153, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .banner-elem {
- -webkit-flex: 0 1 auto;
- flex: 0 1 auto;
- margin-left: 5px; }
- /* line 157, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner a {
- display: inline-block; }
- /* line 160, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .l-action {
- line-height: 15px;
- padding: 0 5px; }
- /* line 164, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .close {
- cursor: pointer;
- font-size: 7px;
- width: 8px; }
- /* line 170, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .l-progress-bar {
- height: 8px;
- line-height: 8px;
- width: 100px; }
- /* line 176, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .progress-info {
- display: none; }
-
-/* line 186, ../../../../general/res/sass/controls/_messages.scss */
-.s-message-banner {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background-color: gray;
- color: #ccc;
- cursor: pointer; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner:hover {
- background-color: #999999; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .s-action {
- background-color: #666666; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .s-action:hover {
- background-color: gray; }
- /* line 190, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner a {
- color: inherit; }
- /* line 191, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .s-action {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-transition-property: background-color;
- -o-transition-property: background-color;
- -webkit-transition-property: background-color;
- transition-property: background-color;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
- /* line 195, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .close {
- opacity: 0.5; }
- /* line 197, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .close:hover {
- opacity: 1; }
- /* line 201, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok, .s-message-banner.info {
- background-color: #285b31;
- color: #ccc; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok:hover, .s-message-banner.info:hover {
- background-color: #387e44; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok .s-action, .s-message-banner.info .s-action {
- background-color: #18381e; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok .s-action:hover, .s-message-banner.info .s-action:hover {
- background-color: #285b31; }
- /* line 205, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution, .s-message-banner.warning, .s-message-banner.alert {
- background-color: #d35200;
- color: #ccc; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution:hover, .s-message-banner.warning:hover, .s-message-banner.alert:hover {
- background-color: #ff6807; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution .s-action, .s-message-banner.warning .s-action, .s-message-banner.alert .s-action {
- background-color: #a03e00; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution .s-action:hover, .s-message-banner.warning .s-action:hover, .s-message-banner.alert .s-action:hover {
- background-color: #d35200; }
- /* line 210, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error {
- background-color: #751e21;
- color: #ccc; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error:hover {
- background-color: #9d292c; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error .s-action {
- background-color: #4c1415; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error .s-action:hover {
- background-color: #751e21; }
-
-/* Paths:
- t-dialog | t-dialog-sm > t-message-single | t-message-list > overlay > holder > contents > l-message >
- message-type > (icon)
- message-contents >
- top-bar >
- title
- hint
- editor >
- (if displaying list of messages)
- ul > li > l-message >
- ... same as above
- bottom-bar
-*/
-/* line 252, ../../../../general/res/sass/controls/_messages.scss */
-.l-message {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-align-items: stretch;
- align-items: stretch; }
- /* line 256, ../../../../general/res/sass/controls/_messages.scss */
- .l-message .type-icon.message-type {
- -webkit-flex: 0 1 auto;
- flex: 0 1 auto;
- position: relative; }
- /* line 261, ../../../../general/res/sass/controls/_messages.scss */
- .l-message .message-contents {
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto;
- margin-left: 25px;
- position: relative; }
- /* line 267, ../../../../general/res/sass/controls/_messages.scss */
- .l-message .message-contents .top-bar,
- .l-message .message-contents .message-body {
- margin-bottom: 20px; }
-
-/* line 216, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .type-icon.message-type {
- text-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
- color: #ccc;
- font-size: 80px;
- padding: 1px;
- width: 82px; }
- /* line 218, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .type-icon.message-type:before {
- content: "\e608"; }
-/* line 225, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .message-severity-info .type-icon.message-type {
- color: #62ba72; }
- /* line 226, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .message-severity-info .type-icon.message-type:before {
- content: "\e608"; }
-/* line 229, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .message-severity-alert .type-icon.message-type {
- color: #ffa66d; }
- /* line 230, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .message-severity-alert .type-icon.message-type:before {
- content: "\e610"; }
-/* line 233, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .message-severity-error .type-icon.message-type {
- color: #d4585c; }
- /* line 234, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .message-severity-error .type-icon.message-type:before {
- content: "\21"; }
-
-/* line 281, ../../../../general/res/sass/controls/_messages.scss */
-body.desktop .t-message-single .l-message,
-body.desktop .t-message-single .bottom-bar {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto; }
-/* line 286, ../../../../general/res/sass/controls/_messages.scss */
-body.desktop .t-message-single .bottom-bar {
- top: auto;
- height: 24px; }
-
-/* line 216, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .type-icon.message-type {
- text-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
- color: #ccc;
- font-size: 32px;
- padding: 1px;
- width: 34px; }
- /* line 218, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .type-icon.message-type:before {
- content: "\e608"; }
-/* line 225, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-severity-info .type-icon.message-type {
- color: #62ba72; }
- /* line 226, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-severity-info .type-icon.message-type:before {
- content: "\e608"; }
-/* line 229, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-severity-alert .type-icon.message-type {
- color: #ffa66d; }
- /* line 230, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-severity-alert .type-icon.message-type:before {
- content: "\e610"; }
-/* line 233, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-severity-error .type-icon.message-type {
- color: #d4585c; }
- /* line 234, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-severity-error .type-icon.message-type:before {
- content: "\21"; }
-/* line 297, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-contents .l-message {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background: rgba(230, 230, 230, 0.1);
- margin-bottom: 5px;
- padding: 10px; }
- /* line 303, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents,
- .t-message-list .message-contents .l-message .bottom-bar {
- position: relative; }
- /* line 308, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents {
- font-size: 0.9em;
- margin-left: 10px; }
- /* line 311, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents .message-action {
- color: #b3b3b3; }
- /* line 312, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents .bottom-bar {
- text-align: left; }
- /* line 315, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .top-bar,
- .t-message-list .message-contents .l-message .message-body {
- margin-bottom: 10px; }
-
-/* line 324, ../../../../general/res/sass/controls/_messages.scss */
-body.desktop .t-message-list .message-contents .l-message {
- margin-right: 10px; }
-
-/* line 9, ../../../../general/res/sass/controls/_time-controller.scss */
-mct-include.l-time-controller {
- display: block;
- height: 83px;
- min-width: 500px;
- font-size: 0.8rem; }
- /* line 34, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder,
- mct-include.l-time-controller .l-time-range-slider-holder,
- mct-include.l-time-controller .l-time-range-ticks-holder {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- top: auto; }
- /* line 43, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider,
- mct-include.l-time-controller .l-time-range-ticks {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- left: 150px;
- right: 150px; }
- /* line 50, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder {
- height: 33px;
- bottom: 46px;
- padding-top: 5px;
- border-top: 1px solid rgba(153, 153, 153, 0.1); }
- /* line 55, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .type-icon {
- font-size: 120%;
- vertical-align: middle; }
- /* line 59, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem {
- margin-right: 5px; }
- /* line 62, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .lbl,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .lbl {
- color: #666666; }
- /* line 65, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .ui-symbol.icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .t-item-icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.s-icon-btn, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .s-icon-btn.t-item-icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.pager, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .pager.t-item-icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.tree-item:before, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .tree-item.t-item-icon:before, .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .search-result-item.t-item-icon:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-result-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.tree-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-result-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .ui-symbol.icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .t-item-icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.s-icon-btn,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .s-icon-btn.t-item-icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .l-datetime-picker .l-month-year-pager .icon.pager,
- .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.pager,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .l-datetime-picker .l-month-year-pager .pager.t-item-icon,
- .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .pager.t-item-icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .icon.tree-item:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.tree-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .tree-item.t-item-icon:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .search-result-item.t-item-icon:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-result-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.tree-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-result-item.t-item-icon:before {
- font-size: 11px;
- width: 11px; }
- /* line 72, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder {
- height: 20px;
- bottom: 23px; }
- /* line 75, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- background: none;
- border: none; }
- /* line 80, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line {
- -moz-transform: translateX(50%);
- -ms-transform: translateX(50%);
- -webkit-transform: translateX(50%);
- transform: translateX(50%);
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0px;
- left: auto;
- width: 8px;
- height: auto;
- z-index: 2; }
- /* line 90, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:before, mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:after {
- background-color: #00c2ff;
- content: "";
- position: absolute; }
- /* line 96, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:before {
- top: 0;
- right: auto;
- bottom: -10px;
- left: 3px;
- width: 2px; }
- /* line 102, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:after {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- top: 50%;
- right: 0;
- bottom: auto;
- left: 0;
- width: auto;
- height: 8px; }
- /* line 3, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range:hover .toi-line:before, mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range:hover .toi-line:after {
- background-color: #fff; }
- /* line 118, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder:not(:active) .knob,
- mct-include.l-time-controller .l-time-range-slider-holder:not(:active) .range {
- -moz-transition-property: left, right;
- -o-transition-property: left, right;
- -webkit-transition-property: left, right;
- transition-property: left, right;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out; }
- /* line 127, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder {
- height: 20px; }
- /* line 129, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks {
- border-top: 1px solid rgba(255, 255, 255, 0.2); }
- /* line 131, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks .tick {
- background-color: rgba(255, 255, 255, 0.2);
- border: none;
- height: 5px;
- width: 1px;
- margin-left: -1px;
- position: absolute; }
- /* line 138, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks .tick:first-child {
- margin-left: 0; }
- /* line 141, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks .tick .l-time-range-tick-label {
- transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- color: #666666;
- display: inline-block;
- font-size: 0.9em;
- position: absolute;
- top: 8px;
- white-space: nowrap;
- z-index: 2; }
- /* line 155, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob {
- z-index: 2; }
- /* line 157, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob .range-value {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- padding: 0 10px;
- position: absolute;
- height: 20px;
- line-height: 20px;
- white-space: nowrap; }
- /* line 166, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob:hover .range-value {
- color: #0099cc; }
- /* line 169, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-l {
- margin-left: -10px; }
- /* line 172, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-l .range-value {
- text-align: right;
- right: 10px; }
- /* line 177, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-r {
- margin-right: -10px; }
- /* line 180, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-r .range-value {
- left: 10px; }
- /* line 3, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-r:hover + .range-holder .range .toi-line:before, mct-include.l-time-controller .knob.knob-r:hover + .range-holder .range .toi-line:after {
- background-color: #fff; }
-
-/* line 194, ../../../../general/res/sass/controls/_time-controller.scss */
-.s-time-range-val {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background-color: rgba(0, 0, 0, 0.1);
- padding: 1px 1px 0 5px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px), only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
- /* line 25, ../../../../general/res/sass/mobile/controls/_menus.scss */
- .super-menu {
- width: 250px;
- height: 250px; }
- /* line 31, ../../../../general/res/sass/mobile/controls/_menus.scss */
- .super-menu .pane.left {
- border-right: none;
- padding-right: 0;
- width: 100%; }
- /* line 36, ../../../../general/res/sass/mobile/controls/_menus.scss */
- .super-menu .pane.right {
- display: none; } }
-/********************************* FORMS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/forms/_elems.scss */
-.section-header {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background: rgba(255, 255, 255, 0.1);
- color: #cccccc;
- font-size: 0.8em;
- padding: 5px 5px;
- text-transform: uppercase; }
-
-/* line 33, ../../../../general/res/sass/forms/_elems.scss */
-.form {
- color: rgba(255, 255, 255, 0.5); }
- /* line 35, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-section {
- position: relative;
- margin-bottom: 20px; }
- /* line 40, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- *zoom: 1;
- border-top: 1px solid rgba(255, 255, 255, 0.1);
- margin-top: 5px;
- padding: 5px 0;
- position: relative; }
- /* line 48, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row.first {
- border-top: none; }
- /* line 52, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row > .label,
- .form .form-row > .controls {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- *zoom: 1;
- font-size: 0.8rem;
- line-height: 22px;
- min-height: 22px; }
- /* line 61, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row > .label {
- float: left;
- min-width: 120px;
- position: relative;
- white-space: nowrap;
- width: 30%; }
- /* line 71, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .value {
- color: #cccccc; }
- /* line 75, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls {
- float: left;
- position: relative;
- width: 69.9%; }
- /* line 82, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-composite-control.l-checkbox {
- display: inline-block;
- line-height: 14px;
- margin-right: 5px; }
- /* line 91, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-med input[type="text"] {
- width: 200px; }
- /* line 95, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-small input[type="text"] {
- width: 50px; }
- /* line 99, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-numeric input[type="text"] {
- text-align: right; }
- /* line 103, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .select {
- margin-right: 5px; }
- /* line 108, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .field-hints {
- color: #666666; }
- /* line 112, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .selector-list {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: rgba(0, 0, 0, 0.1);
- border: none;
- color: #cccccc;
- outline: none;
- padding: 0 3px;
- position: relative;
- height: 150px; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- .form .form-row .selector-list.error {
- background: rgba(255, 0, 0, 0.5); }
- /* line 119, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .selector-list > .wrapper {
- overflow: auto;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px; }
-
-/* line 133, ../../../../general/res/sass/forms/_elems.scss */
-label.form-control.checkbox input {
- margin-right: 5px;
- vertical-align: top; }
-
-/* line 139, ../../../../general/res/sass/forms/_elems.scss */
-.hint,
-.s-hint {
- font-size: 0.9em; }
-
-/* line 144, ../../../../general/res/sass/forms/_elems.scss */
-.l-result {
- display: inline-block;
- min-width: 32px;
- min-height: 32px;
- position: relative;
- vertical-align: top; }
- /* line 151, ../../../../general/res/sass/forms/_elems.scss */
- .l-result div.s-hint {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background: rgba(255, 51, 0, 0.8);
- display: block;
- color: #ffad99;
- padding: 5px; }
-
-/* line 160, ../../../../general/res/sass/forms/_elems.scss */
-input[type="text"],
-input[type="search"] {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: rgba(0, 0, 0, 0.1);
- border: none;
- color: #cccccc;
- outline: none;
- padding: 0 3px; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- input[type="text"].error,
- input[type="search"].error {
- background: rgba(255, 0, 0, 0.5); }
- /* line 163, ../../../../general/res/sass/forms/_elems.scss */
- input[type="text"].numeric,
- input[type="search"].numeric {
- text-align: right; }
-
-/* line 168, ../../../../general/res/sass/forms/_elems.scss */
-textarea {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: rgba(0, 0, 0, 0.1);
- border: none;
- color: #cccccc;
- outline: none;
- padding: 5px;
- position: absolute;
- height: 100%;
- width: 100%; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- textarea.error {
- background: rgba(255, 0, 0, 0.5); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/forms/_selects.scss */
-.select {
- background-color: #454545;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #999;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ1NDU0NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #525252), color-stop(100%, #454545));
- background-image: -moz-linear-gradient(#525252, #454545);
- background-image: -webkit-linear-gradient(#525252, #454545);
- background-image: linear-gradient(#525252, #454545);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
- margin: 0 0 2px 0;
- padding: 0 5px;
- overflow: hidden;
- position: relative;
- line-height: 22px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .select .icon, .select .t-item-icon {
- color: #0099cc; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .select:not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZiNmI2YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzVlNWU1ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6b6b6b), color-stop(100%, #5e5e5e));
- background-image: -moz-linear-gradient(#6b6b6b, #5e5e5e);
- background-image: -webkit-linear-gradient(#6b6b6b, #5e5e5e);
- background-image: linear-gradient(#6b6b6b, #5e5e5e); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .select:not(.disabled):hover > .icon, .select:not(.disabled):hover > .t-item-icon {
- color: #33ccff; }
- /* line 31, ../../../../general/res/sass/forms/_selects.scss */
- .select select {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: none;
- color: #999;
- cursor: pointer;
- border: none !important;
- padding: 4px 25px 2px 0px;
- width: 130%; }
- /* line 40, ../../../../general/res/sass/forms/_selects.scss */
- .select select option {
- margin: 5px 0; }
- /* line 44, ../../../../general/res/sass/forms/_selects.scss */
- .select:after {
- text-shadow: none;
- content: '\76';
- display: inline-block;
- font-family: 'symbolsfont';
- margin-left: 3px;
- vertical-align: top;
- pointer-events: none;
- color: rgba(153, 153, 153, 0.2);
- position: absolute;
- right: 5px;
- top: 0; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/forms/_channel-selector.scss */
-.channel-selector .line {
- margin-bottom: 5px;
- min-height: 22px; }
-/* line 27, ../../../../general/res/sass/forms/_channel-selector.scss */
-.channel-selector .treeview {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: #333;
- border: none;
- color: #999;
- outline: none;
- padding: 0 3px;
- background: #3b3b3b;
- border-bottom: 1px solid #4d4d4d;
- min-height: 300px;
- max-height: 400px;
- overflow: auto;
- padding: 5px; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- .channel-selector .treeview.error {
- background: rgba(255, 0, 0, 0.5); }
-/* line 36, ../../../../general/res/sass/forms/_channel-selector.scss */
-.channel-selector .btns-add-remove {
- margin-top: 150px; }
- /* line 39, ../../../../general/res/sass/forms/_channel-selector.scss */
- .channel-selector .btns-add-remove .s-btn, .channel-selector .btns-add-remove .s-menu-btn {
- display: block;
- margin-bottom: 5px;
- text-align: center; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 29, ../../../../general/res/sass/forms/_datetime.scss */
-.complex.datetime {
- /*
- .field-hints,
- .fields {
- }
-
-
- .field-hints {
-
- }
- */ }
- /* line 30, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime span {
- display: inline-block;
- margin-right: 5px; }
- /* line 46, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .fields {
- margin-top: 3px 0;
- padding: 3px 0; }
- /* line 51, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .date {
- width: 85px; }
- /* line 24, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .date input[type="text"] {
- width: 80px; }
- /* line 55, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.md {
- width: 65px; }
- /* line 24, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.md input[type="text"] {
- width: 60px; }
- /* line 59, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.sm {
- width: 45px; }
- /* line 24, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.sm input[type="text"] {
- width: 40px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/forms/_validation.scss */
-.validates > .label {
- padding-right: 10px; }
- /* line 25, ../../../../general/res/sass/forms/_validation.scss */
- .validates > .label::after {
- float: right;
- font-family: symbolsfont;
- font-size: 0.7em; }
-/* line 33, ../../../../general/res/sass/forms/_validation.scss */
-.validates.invalid > .label::after, .validates.invalid.req > .label::after {
- color: #ff3300;
- content: "x"; }
-/* line 40, ../../../../general/res/sass/forms/_validation.scss */
-.validates.valid > .label::after, .validates.valid.req > .label::after {
- color: #33cc33;
- content: "2"; }
-/* line 46, ../../../../general/res/sass/forms/_validation.scss */
-.validates.req > .label::after {
- color: #ffc700;
- content: "*"; }
-
-/* line 52, ../../../../general/res/sass/forms/_validation.scss */
-.req {
- font-size: 0.7em; }
-
-/* line 55, ../../../../general/res/sass/forms/_validation.scss */
-span.req {
- color: #ffc700; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 25, ../../../../general/res/sass/forms/_filter.scss */
-.filter input.t-filter-input:not(.ng-dirty) + .t-a-clear,
-.t-filter input.t-filter-input:not(.ng-dirty) + .t-a-clear {
- display: none; }
-/* line 29, ../../../../general/res/sass/forms/_filter.scss */
-.filter .icon.ui-symbol, .filter .t-item-icon, .filter .icon.s-icon-btn, .filter .s-icon-btn.t-item-icon, .filter .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager .filter .icon.pager, .filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .l-datetime-picker .l-month-year-pager .filter .pager.t-item-icon, .filter .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing .filter .icon.tree-item:before, .filter .tree .s-status-editing .tree-item.t-item-icon:before, .tree .s-status-editing .filter .tree-item.t-item-icon:before,
-.filter .tree .s-status-editing .icon.search-result-item:before,
-.tree .s-status-editing .filter .icon.search-result-item:before,
-.filter .tree .s-status-editing .search-result-item.t-item-icon:before,
-.tree .s-status-editing .filter .search-result-item.t-item-icon:before,
-.filter .search-results .s-status-editing .icon.tree-item:before,
-.search-results .s-status-editing .filter .icon.tree-item:before,
-.filter .search-results .s-status-editing .tree-item.t-item-icon:before,
-.search-results .s-status-editing .filter .tree-item.t-item-icon:before,
-.filter .search-results .s-status-editing .icon.search-result-item:before,
-.search-results .s-status-editing .filter .icon.search-result-item:before,
-.filter .search-results .s-status-editing .search-result-item.t-item-icon:before,
-.search-results .s-status-editing .filter .search-result-item.t-item-icon:before,
-.t-filter .icon.ui-symbol,
-.t-filter .t-item-icon,
-.t-filter .icon.s-icon-btn,
-.t-filter .s-icon-btn.t-item-icon,
-.t-filter .l-datetime-picker .l-month-year-pager .icon.pager,
-.l-datetime-picker .l-month-year-pager .t-filter .icon.pager,
-.t-filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon,
-.l-datetime-picker .l-month-year-pager .t-filter .pager.t-item-icon,
-.t-filter .tree .s-status-editing .icon.tree-item:before,
-.tree .s-status-editing .t-filter .icon.tree-item:before,
-.t-filter .tree .s-status-editing .tree-item.t-item-icon:before,
-.tree .s-status-editing .t-filter .tree-item.t-item-icon:before,
-.t-filter .tree .s-status-editing .icon.search-result-item:before,
-.tree .s-status-editing .t-filter .icon.search-result-item:before,
-.t-filter .tree .s-status-editing .search-result-item.t-item-icon:before,
-.tree .s-status-editing .t-filter .search-result-item.t-item-icon:before,
-.t-filter .search-results .s-status-editing .icon.tree-item:before,
-.search-results .s-status-editing .t-filter .icon.tree-item:before,
-.t-filter .search-results .s-status-editing .tree-item.t-item-icon:before,
-.search-results .s-status-editing .t-filter .tree-item.t-item-icon:before,
-.t-filter .search-results .s-status-editing .icon.search-result-item:before,
-.search-results .s-status-editing .t-filter .icon.search-result-item:before,
-.t-filter .search-results .s-status-editing .search-result-item.t-item-icon:before,
-.search-results .s-status-editing .t-filter .search-result-item.t-item-icon:before {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- display: inline-block;
- font-size: 1.3em;
- height: 22px;
- line-height: 22px;
- padding: 0px 5px;
- vertical-align: middle; }
- /* line 37, ../../../../general/res/sass/forms/_filter.scss */
- .filter .icon.ui-symbol:hover, .filter .t-item-icon:hover, .filter .icon.s-icon-btn:hover, .filter .s-icon-btn.t-item-icon:hover, .filter .l-datetime-picker .l-month-year-pager .icon.pager:hover, .l-datetime-picker .l-month-year-pager .filter .icon.pager:hover, .filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon:hover, .l-datetime-picker .l-month-year-pager .filter .pager.t-item-icon:hover, .filter .tree .s-status-editing .icon.tree-item:hover:before, .tree .s-status-editing .filter .icon.tree-item:hover:before, .filter .tree .s-status-editing .tree-item.t-item-icon:hover:before, .tree .s-status-editing .filter .tree-item.t-item-icon:hover:before,
- .filter .tree .s-status-editing .icon.search-result-item:hover:before,
- .tree .s-status-editing .filter .icon.search-result-item:hover:before,
- .filter .tree .s-status-editing .search-result-item.t-item-icon:hover:before,
- .tree .s-status-editing .filter .search-result-item.t-item-icon:hover:before,
- .filter .search-results .s-status-editing .icon.tree-item:hover:before,
- .search-results .s-status-editing .filter .icon.tree-item:hover:before,
- .filter .search-results .s-status-editing .tree-item.t-item-icon:hover:before,
- .search-results .s-status-editing .filter .tree-item.t-item-icon:hover:before,
- .filter .search-results .s-status-editing .icon.search-result-item:hover:before,
- .search-results .s-status-editing .filter .icon.search-result-item:hover:before,
- .filter .search-results .s-status-editing .search-result-item.t-item-icon:hover:before,
- .search-results .s-status-editing .filter .search-result-item.t-item-icon:hover:before,
- .t-filter .icon.ui-symbol:hover,
- .t-filter .t-item-icon:hover,
- .t-filter .icon.s-icon-btn:hover,
- .t-filter .s-icon-btn.t-item-icon:hover,
- .t-filter .l-datetime-picker .l-month-year-pager .icon.pager:hover,
- .l-datetime-picker .l-month-year-pager .t-filter .icon.pager:hover,
- .t-filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon:hover,
- .l-datetime-picker .l-month-year-pager .t-filter .pager.t-item-icon:hover,
- .t-filter .tree .s-status-editing .icon.tree-item:hover:before,
- .tree .s-status-editing .t-filter .icon.tree-item:hover:before,
- .t-filter .tree .s-status-editing .tree-item.t-item-icon:hover:before,
- .tree .s-status-editing .t-filter .tree-item.t-item-icon:hover:before,
- .t-filter .tree .s-status-editing .icon.search-result-item:hover:before,
- .tree .s-status-editing .t-filter .icon.search-result-item:hover:before,
- .t-filter .tree .s-status-editing .search-result-item.t-item-icon:hover:before,
- .tree .s-status-editing .t-filter .search-result-item.t-item-icon:hover:before,
- .t-filter .search-results .s-status-editing .icon.tree-item:hover:before,
- .search-results .s-status-editing .t-filter .icon.tree-item:hover:before,
- .t-filter .search-results .s-status-editing .tree-item.t-item-icon:hover:before,
- .search-results .s-status-editing .t-filter .tree-item.t-item-icon:hover:before,
- .t-filter .search-results .s-status-editing .icon.search-result-item:hover:before,
- .search-results .s-status-editing .t-filter .icon.search-result-item:hover:before,
- .t-filter .search-results .s-status-editing .search-result-item.t-item-icon:hover:before,
- .search-results .s-status-editing .t-filter .search-result-item.t-item-icon:hover:before {
- background: rgba(255, 255, 255, 0.1); }
-/* line 41, ../../../../general/res/sass/forms/_filter.scss */
-.filter .s-a-clear.ui-symbol, .filter .s-a-clear.t-item-icon, .filter .s-a-clear.s-icon-btn, .filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager, .l-datetime-picker .l-month-year-pager .filter .s-a-clear.pager, .filter .tree .s-status-editing .s-a-clear.tree-item:before, .tree .s-status-editing .filter .s-a-clear.tree-item:before,
-.filter .tree .s-status-editing .s-a-clear.search-result-item:before,
-.tree .s-status-editing .filter .s-a-clear.search-result-item:before,
-.filter .search-results .s-status-editing .s-a-clear.tree-item:before,
-.search-results .s-status-editing .filter .s-a-clear.tree-item:before,
-.filter .search-results .s-status-editing .s-a-clear.search-result-item:before,
-.search-results .s-status-editing .filter .s-a-clear.search-result-item:before,
-.t-filter .s-a-clear.ui-symbol,
-.t-filter .s-a-clear.t-item-icon,
-.t-filter .s-a-clear.s-icon-btn,
-.t-filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager,
-.l-datetime-picker .l-month-year-pager .t-filter .s-a-clear.pager,
-.t-filter .tree .s-status-editing .s-a-clear.tree-item:before,
-.tree .s-status-editing .t-filter .s-a-clear.tree-item:before,
-.t-filter .tree .s-status-editing .s-a-clear.search-result-item:before,
-.tree .s-status-editing .t-filter .s-a-clear.search-result-item:before,
-.t-filter .search-results .s-status-editing .s-a-clear.tree-item:before,
-.search-results .s-status-editing .t-filter .s-a-clear.tree-item:before,
-.t-filter .search-results .s-status-editing .s-a-clear.search-result-item:before,
-.search-results .s-status-editing .t-filter .s-a-clear.search-result-item:before {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
- opacity: 0.2;
- background: #fff;
- color: #333;
- display: block;
- position: absolute;
- height: 13px;
- width: 13px;
- line-height: 13px;
- margin-top: -6.5px;
- overflow: hidden;
- padding-top: 1px;
- right: 4.5px;
- top: 50%;
- text-align: center;
- z-index: 5; }
- /* line 61, ../../../../general/res/sass/forms/_filter.scss */
- .filter .s-a-clear.ui-symbol:hover, .filter .s-a-clear.t-item-icon:hover, .filter .s-a-clear.s-icon-btn:hover, .filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager:hover, .l-datetime-picker .l-month-year-pager .filter .s-a-clear.pager:hover, .filter .tree .s-status-editing .s-a-clear.tree-item:hover:before, .tree .s-status-editing .filter .s-a-clear.tree-item:hover:before,
- .filter .tree .s-status-editing .s-a-clear.search-result-item:hover:before,
- .tree .s-status-editing .filter .s-a-clear.search-result-item:hover:before,
- .filter .search-results .s-status-editing .s-a-clear.tree-item:hover:before,
- .search-results .s-status-editing .filter .s-a-clear.tree-item:hover:before,
- .filter .search-results .s-status-editing .s-a-clear.search-result-item:hover:before,
- .search-results .s-status-editing .filter .s-a-clear.search-result-item:hover:before,
- .t-filter .s-a-clear.ui-symbol:hover,
- .t-filter .s-a-clear.t-item-icon:hover,
- .t-filter .s-a-clear.s-icon-btn:hover,
- .t-filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager:hover,
- .l-datetime-picker .l-month-year-pager .t-filter .s-a-clear.pager:hover,
- .t-filter .tree .s-status-editing .s-a-clear.tree-item:hover:before,
- .tree .s-status-editing .t-filter .s-a-clear.tree-item:hover:before,
- .t-filter .tree .s-status-editing .s-a-clear.search-result-item:hover:before,
- .tree .s-status-editing .t-filter .s-a-clear.search-result-item:hover:before,
- .t-filter .search-results .s-status-editing .s-a-clear.tree-item:hover:before,
- .search-results .s-status-editing .t-filter .s-a-clear.tree-item:hover:before,
- .t-filter .search-results .s-status-editing .s-a-clear.search-result-item:hover:before,
- .search-results .s-status-editing .t-filter .s-a-clear.search-result-item:hover:before {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
- opacity: 0.6;
- background-color: #0099cc; }
-
-/* line 69, ../../../../general/res/sass/forms/_filter.scss */
-.top-bar input.filter {
- font-size: .9em;
- height: 24px;
- line-height: 24px;
- margin-right: 5px;
- padding-left: 10px;
- padding-right: 10px;
- vertical-align: top; }
-/* line 80, ../../../../general/res/sass/forms/_filter.scss */
-.top-bar .icon-filter {
- font-size: 1.4em; }
-
-/* line 85, ../../../../general/res/sass/forms/_filter.scss */
-.l-filter {
- display: inline-block;
- position: relative; }
- /* line 92, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter input[type="search"] {
- padding: 2px 19px; }
- /* line 95, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon,
- .l-filter .menu-icon, .l-filter:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: inline-block;
- line-height: inherit;
- position: absolute;
- top: 50%;
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- z-index: 1; }
- /* line 107, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter:before {
- content: '\4d';
- left: 5px;
- -moz-transition-property: color;
- -o-transition-property: color;
- -webkit-transition-property: color;
- transition-property: color;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- pointer-events: none; }
- /* line 115, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon {
- right: 4px;
- visibility: hidden;
- opacity: 0; }
- /* line 120, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon.show {
- visibility: visible;
- opacity: 1; }
- /* line 125, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon:hover {
- color: #8c8c8c; }
-
-/* line 132, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter input[type="search"] {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: rgba(0, 0, 0, 0.1);
- border: none;
- color: #cccccc;
- outline: none; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- .s-filter input[type="search"].error {
- background: rgba(255, 0, 0, 0.5); }
-/* line 135, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter .clear-icon,
-.s-filter .menu-icon, .s-filter:before {
- color: #737373;
- cursor: pointer;
- font-family: symbolsfont;
- -moz-transition-property: opacity, color;
- -o-transition-property: opacity, color;
- -webkit-transition-property: opacity, color;
- transition-property: opacity, color;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-/* line 144, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter:hover:before {
- color: #8c8c8c; }
-/* line 150, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter .clear-icon:before {
- content: '\e607'; }
-
-/********************************* USER ENVIRON */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/user-environ/_layout.scss */
-.browse-area,
-.edit-area,
-.editor {
- position: absolute; }
-
-/* line 29, ../../../../general/res/sass/user-environ/_layout.scss */
-.editor {
- -moz-border-radius: 4.5px;
- -webkit-border-radius: 4.5px;
- border-radius: 4.5px; }
-
-/* line 33, ../../../../general/res/sass/user-environ/_layout.scss */
-.contents {
- box-sizing: border-box;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0; }
- /* line 41, ../../../../general/res/sass/user-environ/_layout.scss */
- .contents.nomargin {
- right: 0px;
- bottom: 0px;
- left: 0px; }
-
-/* line 50, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .browse-area,
-.user-environ .editor {
- top: 0;
- left: 0;
- right: 0;
- bottom: 25px; }
-/* line 57, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .browse-area > .contents,
-.user-environ .edit-area > .contents {
- left: 0;
- right: 0; }
-/* line 63, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .edit-area {
- top: 45px;
- left: 10px;
- right: 10px;
- bottom: 35px; }
- /* line 69, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .edit-area .tool-bar {
- bottom: auto;
- height: 30px;
- line-height: 25px; }
- /* line 74, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .edit-area .object-holder.work-area {
- top: 40px;
- overflow: auto; }
-/* line 80, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .ue-bottom-bar {
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- top: auto;
- height: 25px;
- line-height: 15px;
- background: #000;
- color: gray;
- font-size: .7rem; }
- /* line 88, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .ue-bottom-bar .status-holder {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- right: 120px;
- text-transform: uppercase;
- z-index: 1; }
- /* line 96, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .ue-bottom-bar .app-logo {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto;
- cursor: pointer;
- left: auto;
- width: 105px;
- z-index: 2; }
- /* line 103, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .ue-bottom-bar .app-logo.logo-openmctweb {
- background: url("../../../../general/res/images/logo-openmctweb.svg") no-repeat center center; }
-
-/* line 113, ../../../../general/res/sass/user-environ/_layout.scss */
-.edit-mode .split-layout .split-pane-component.pane.right {
- width: 15%; }
- /* line 115, ../../../../general/res/sass/user-environ/_layout.scss */
- .edit-mode .split-layout .split-pane-component.pane.right .pane.bottom {
- min-height: 50px;
- height: 30%; }
-
-/* line 123, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- position: absolute; }
- /* line 127, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane .pane-header {
- text-transform: uppercase;
- height: 24px;
- line-height: 24px; }
- /* line 133, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane .primary-pane {
- z-index: 4; }
- /* line 138, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane .mini-tab-icon.toggle-pane {
- z-index: 5; }
- /* line 143, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane.items .object-browse-bar .left.abs, .pane.items .object-browse-bar .left.l-inspect, .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .left.pager, .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .left.pager,
- .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .left.val,
- .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .left.val, .pane.items .object-browse-bar .s-menu-btn span.left.l-click-area, .s-menu-btn .pane.items .object-browse-bar span.left.l-click-area, .pane.items .object-browse-bar .left.l-object-wrapper, .pane.items .object-browse-bar .l-object-wrapper .left.object-holder-main, .l-object-wrapper .pane.items .object-browse-bar .left.object-holder-main,
- .pane.items .object-browse-bar .right.abs,
- .pane.items .object-browse-bar .right.l-inspect,
- .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .right.pager,
- .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .right.pager,
- .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .right.val,
- .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .right.val,
- .pane.items .object-browse-bar .s-menu-btn span.right.l-click-area,
- .s-menu-btn .pane.items .object-browse-bar span.right.l-click-area,
- .pane.items .object-browse-bar .right.l-object-wrapper,
- .pane.items .object-browse-bar .l-object-wrapper .right.object-holder-main,
- .l-object-wrapper .pane.items .object-browse-bar .right.object-holder-main {
- top: auto; }
-
-/* line 151, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane .mini-tab-icon.toggle-pane {
- top: 10px;
- height: 24px;
- line-height: 24px; }
- /* line 157, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane:after {
- opacity: 0; }
- /* line 162, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.collapsed:before {
- opacity: 0; }
- /* line 165, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.collapsed:after {
- opacity: 1; }
- /* line 169, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left {
- left: 0;
- -moz-transform: translateX(-35px);
- -ms-transform: translateX(-35px);
- -webkit-transform: translateX(-35px);
- transform: translateX(-35px); }
- /* line 172, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left:after {
- content: '\6d'; }
- /* line 175, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left.collapsed {
- left: 0;
- -moz-transform: translateX(-17px);
- -ms-transform: translateX(-17px);
- -webkit-transform: translateX(-17px);
- transform: translateX(-17px); }
- /* line 179, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left:not(.collapsed):before {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 200ms;
- -o-transition-duration: 200ms;
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 200ms;
- -o-transition-delay: 200ms;
- -webkit-transition-delay: 200ms;
- transition-delay: 200ms; }
- /* line 183, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-inspect.anchor-right {
- right: 10px; }
- /* line 185, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-inspect.anchor-right:after {
- content: '\e615'; }
- /* line 188, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-inspect.anchor-right.collapsed {
- right: 5px; }
-
-/* line 196, ../../../../general/res/sass/user-environ/_layout.scss */
-.split-layout .holder.holder-treeview-elements {
- top: 10px;
- right: 0;
- bottom: 10px;
- left: 10px; }
- /* line 202, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-treeview-elements .create-btn-holder.s-status-editing {
- display: none; }
- /* line 204, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-treeview-elements .create-btn-holder.s-status-editing + .search-holder .search-bar {
- margin-right: 20px; }
-/* line 213, ../../../../general/res/sass/user-environ/_layout.scss */
-.split-layout .holder.holder-object-and-inspector {
- top: 0;
- right: 0;
- bottom: 0;
- left: 0; }
- /* line 218, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-object-and-inspector .holder-object {
- top: 10px;
- bottom: 10px; }
- /* line 222, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-object-and-inspector .holder-inspector {
- top: 10px;
- bottom: 10px;
- left: 10px;
- right: 10px; }
- /* line 228, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-object-and-inspector .holder-elements {
- top: 0;
- bottom: 10px;
- left: 10px;
- right: 10px; }
-
-/* line 237, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-holder {
- overflow: auto;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- top: 34px; }
-
-/* line 248, ../../../../general/res/sass/user-environ/_layout.scss */
-.l-object-wrapper .l-edit-controls {
- border-bottom: 1px solid rgba(153, 153, 153, 0.1);
- line-height: 25px;
- height: 0px;
- opacity: 0; }
- /* line 254, ../../../../general/res/sass/user-environ/_layout.scss */
- .l-object-wrapper .l-edit-controls .tool-bar {
- right: 5px; }
-
-/* line 260, ../../../../general/res/sass/user-environ/_layout.scss */
-.l-object-wrapper-inner {
- -moz-transition-property: height, width, top, right, bottom, left, opacity;
- -o-transition-property: height, width, top, right, bottom, left, opacity;
- -webkit-transition-property: height, width, top, right, bottom, left, opacity;
- transition-property: height, width, top, right, bottom, left, opacity;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out; }
-
-/* line 266, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-browse-bar .s-btn, .object-browse-bar .s-menu-btn,
-.top-bar .buttons-main .s-btn,
-.top-bar .buttons-main .s-menu-btn,
-.top-bar .s-menu-btn,
-.tool-bar .s-btn,
-.tool-bar .s-menu-btn,
-.tool-bar .s-menu-btn {
- height: 25px;
- line-height: 25px;
- vertical-align: top; }
-
-/* line 279, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-browse-bar .view-switcher,
-.top-bar .view-switcher {
- margin-right: 20px; }
-
-/***************************************************** OBJECT BROWSE BAR */
-/* line 285, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-browse-bar {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- height: 24px;
- line-height: 24px;
- white-space: nowrap; }
- /* line 291, ../../../../general/res/sass/user-environ/_layout.scss */
- .object-browse-bar .left {
- padding-right: 10px; }
- /* line 293, ../../../../general/res/sass/user-environ/_layout.scss */
- .object-browse-bar .left .l-back:not(.s-status-editing) {
- margin-right: 10px; }
-
-/* line 302, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-tree-hidden .tree-holder,
-.pane-tree-hidden .splitter-treeview,
-.pane-tree-hidden .holder-treeview-elements {
- opacity: 0;
- pointer-events: none; }
-
-/* line 312, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-tree-showing .tree-holder,
-.pane-tree-showing .splitter-treeview {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 250ms;
- -o-transition-delay: 250ms;
- -webkit-transition-delay: 250ms;
- transition-delay: 250ms;
- opacity: 1; }
-/* line 318, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-tree-showing .holder-treeview-elements {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 200ms;
- -o-transition-delay: 200ms;
- -webkit-transition-delay: 200ms;
- transition-delay: 200ms; }
-
-/* line 325, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-inspect-showing .l-object-and-inspector .l-inspect,
-.pane-inspect-showing .l-object-and-inspector .splitter-inspect {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 250ms;
- -o-transition-delay: 250ms;
- -webkit-transition-delay: 250ms;
- transition-delay: 250ms;
- opacity: 1; }
-
-/* line 335, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-inspect-hidden .l-object-and-inspector .l-inspect,
-.pane-inspect-hidden .l-object-and-inspector .splitter-inspect {
- opacity: 0;
- pointer-events: none; }
-
-/* line 344, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .holder-all {
- min-width: 600px; }
-/* line 349, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .split-layout .split-pane-component.pane.treeview.left {
- min-width: 150px;
- max-width: 35%;
- width: 25%; }
-/* line 354, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .split-layout .split-pane-component.pane.t-inspect.right {
- min-width: 200px;
- max-width: 35%;
- width: 20%;
- z-index: 3; }
-/* line 362, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane.treeview.left .tree-holder {
- padding-right: 5px; }
-/* line 366, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane-tree-hidden .pane.right.primary-pane {
- left: 22px !important; }
-/* line 369, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane-inspect-hidden .l-object-and-inspector .pane.left {
- right: 22px !important; }
-/* line 371, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane:not(.resizing) {
- -moz-transition-property: width, left, right;
- -o-transition-property: width, left, right;
- -webkit-transition-property: width, left, right;
- transition-property: width, left, right;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-/* line 374, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane.primary-pane .object-browse-bar {
- min-width: 200px; }
-
-/* line 380, ../../../../general/res/sass/user-environ/_layout.scss */
-.s-status-editing .l-object-wrapper {
- -moz-animation-name: pulseBorder;
- -webkit-animation-name: pulseBorder;
- animation-name: pulseBorder;
- -moz-animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease;
- -webkit-animation-timing-function: ease;
- animation-timing-function: ease;
- -moz-animation-delay: 0s;
- -webkit-animation-delay: 0s;
- animation-delay: 0s;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background-color: #31363e;
- border-color: #587ab5;
- border-width: 2px;
- border-style: dotted; }
-@-moz-keyframes pulseBorder {
- 0% {
- border-color: rgba(88, 122, 181, 0.3); }
- 100% {
- border-color: #587ab5; } }
-@-webkit-keyframes pulseBorder {
- 0% {
- border-color: rgba(88, 122, 181, 0.3); }
- 100% {
- border-color: #587ab5; } }
-@keyframes pulseBorder {
- 0% {
- border-color: rgba(88, 122, 181, 0.3); }
- 100% {
- border-color: #587ab5; } }
- /* line 387, ../../../../general/res/sass/user-environ/_layout.scss */
- .s-status-editing .l-object-wrapper .l-object-wrapper-inner {
- overflow: hidden;
- position: absolute;
- top: 3px;
- right: 3px;
- bottom: 3px;
- left: 3px;
- width: auto;
- height: auto; }
- /* line 390, ../../../../general/res/sass/user-environ/_layout.scss */
- .s-status-editing .l-object-wrapper .l-edit-controls {
- height: 30px;
- margin-bottom: 5px;
- opacity: 1; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane.left.treeview {
- background-color: #262626; }
-/* line 28, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane.right.items {
- -moz-transition-duration: 0.35s;
- -o-transition-duration: 0.35s;
- -webkit-transition-duration: 0.35s;
- transition-duration: 0.35s;
- transition-timing-function: ease;
- backface-visibility: hidden;
- margin-left: 0 !important; }
- /* line 32, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .pane.right.items .holder-object-and-inspector {
- -moz-transition-duration: 0.35s;
- -o-transition-duration: 0.35s;
- -webkit-transition-duration: 0.35s;
- transition-duration: 0.35s;
- transition-timing-function: ease;
- backface-visibility: hidden;
- left: 10px;
- right: 10px;
- opacity: 1; }
-/* line 40, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .create-btn-holder {
- display: none; }
-/* line 46, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .holder.holder-treeview-elements {
- right: 10px !important; }
-/* line 56, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-hidden .pane.left.treeview {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0 !important; }
-/* line 60, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-hidden .pane.right.items {
- left: 0 !important; }
-/* line 73, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-showing .pane.left.treeview {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 250ms;
- -o-transition-delay: 250ms;
- -webkit-transition-delay: 250ms;
- transition-delay: 250ms;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.3) 100%);
- background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.3) 100%);
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.3) 100%);
- right: auto !important;
- width: 40% !important; }
-/* line 80, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-showing .pane.right.items {
- left: 40% !important; }
-/* line 85, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .toggle-tree {
- color: #0099cc !important;
- font-size: 110%;
- position: absolute;
- top: 12px;
- left: 10px; }
- /* line 91, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .toggle-tree:after {
- content: 'm' !important;
- font-family: symbolsfont; }
-/* line 97, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .object-browse-bar {
- margin-left: 45px; }
- /* line 99, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .object-browse-bar .context-available {
- opacity: 1 !important; }
- /* line 102, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .object-browse-bar .view-switcher {
- margin-right: 0 !important; }
- /* line 104, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .object-browse-bar .view-switcher .title-label {
- display: none; }
-/* line 111, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .tree-holder {
- overflow-x: hidden !important; }
-/* line 115, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-disable-select {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none; }
-/* line 120, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-hide,
-body.mobile .mobile-hide-important {
- display: none !important; }
-/* line 125, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-back-hide {
- pointer-events: none;
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0; }
-/* line 130, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-back-unhide {
- pointer-events: all;
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 1; }
-
-/* line 139, ../../../../general/res/sass/mobile/_layout.scss */
-body.phone.portrait .pane-tree-showing .pane.left.treeview {
- width: 90% !important; }
-/* line 142, ../../../../general/res/sass/mobile/_layout.scss */
-body.phone.portrait .pane-tree-showing .pane.right.items {
- left: 0 !important;
- -moz-transform: translateX(90%);
- -ms-transform: translateX(90%);
- -webkit-transform: translateX(90%);
- transform: translateX(90%); }
- /* line 145, ../../../../general/res/sass/mobile/_layout.scss */
- body.phone.portrait .pane-tree-showing .pane.right.items .holder-object-and-inspector {
- opacity: 0; }
-
-/* line 153, ../../../../general/res/sass/mobile/_layout.scss */
-body.desktop .desktop-hide {
- display: none; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 28, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .edit-corner,
-.s-status-editing .l-object-wrapper .edit-handle,
-.edit-main .edit-corner,
-.edit-main .edit-handle {
- position: absolute;
- z-index: 2; }
-/* line 34, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .edit-corner,
-.edit-main .edit-corner {
- width: 15px;
- height: 15px; }
- /* line 37, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner:hover,
- .edit-main .edit-corner:hover {
- z-index: 11; }
- /* line 40, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-nw,
- .edit-main .edit-corner.edit-resize-nw {
- -moz-border-radius-bottomright: 5px;
- -webkit-border-bottom-right-radius: 5px;
- border-bottom-right-radius: 5px;
- cursor: nw-resize;
- top: 0;
- left: 0; }
- /* line 45, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-ne,
- .edit-main .edit-corner.edit-resize-ne {
- -moz-border-radius-bottomleft: 5px;
- -webkit-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
- cursor: ne-resize;
- top: 0;
- right: 0; }
- /* line 50, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-se,
- .edit-main .edit-corner.edit-resize-se {
- -moz-border-radius-topleft: 5px;
- -webkit-border-top-left-radius: 5px;
- border-top-left-radius: 5px;
- cursor: se-resize;
- bottom: 0;
- right: 0; }
- /* line 55, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-sw,
- .edit-main .edit-corner.edit-resize-sw {
- -moz-border-radius-topright: 5px;
- -webkit-border-top-right-radius: 5px;
- border-top-right-radius: 5px;
- cursor: sw-resize;
- bottom: 0;
- left: 0; }
-/* line 63, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .edit-handle,
-.edit-main .edit-handle {
- top: 15px;
- right: 15px;
- bottom: 15px;
- left: 15px; }
- /* line 65, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-move,
- .edit-main .edit-handle.edit-move {
- cursor: move;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 1; }
- /* line 75, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-n,
- .edit-main .edit-handle.edit-resize-n {
- top: 0px;
- bottom: auto;
- height: 15px;
- cursor: n-resize; }
- /* line 80, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-e,
- .edit-main .edit-handle.edit-resize-e {
- right: 0px;
- left: auto;
- width: 15px;
- cursor: e-resize; }
- /* line 85, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-s,
- .edit-main .edit-handle.edit-resize-s {
- bottom: 0px;
- top: auto;
- height: 15px;
- cursor: s-resize; }
- /* line 90, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-w,
- .edit-main .edit-handle.edit-resize-w {
- left: 0px;
- right: auto;
- width: 15px;
- cursor: w-resize; }
-/* line 98, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .frame.child-frame.panel:hover,
-.edit-main .frame.child-frame.panel:hover {
- -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- border-color: #0099cc; }
- /* line 101, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .frame.child-frame.panel:hover .view-switcher,
- .edit-main .frame.child-frame.panel:hover .view-switcher {
- opacity: 1; }
- /* line 104, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .frame.child-frame.panel:hover .edit-corner,
- .edit-main .frame.child-frame.panel:hover .edit-corner {
- background-color: rgba(0, 153, 204, 0.8); }
- /* line 106, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .frame.child-frame.panel:hover .edit-corner:hover,
- .edit-main .frame.child-frame.panel:hover .edit-corner:hover {
- background-color: #0099cc; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/search/_search.scss */
-.clear-icon,
-.menu-icon {
- cursor: pointer;
- font-family: symbolsfont;
- -moz-transition-property: opacity, color;
- -o-transition-property: opacity, color;
- -webkit-transition-property: opacity, color;
- transition-property: opacity, color;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-
-/* line 32, ../../../../general/res/sass/search/_search.scss */
-.clear-icon:before {
- content: '\e607'; }
-
-/* line 40, ../../../../general/res/sass/search/_search.scss */
-.holder-search .search-bar {
- font-size: 0.8em;
- position: relative; }
- /* line 47, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-input {
- height: 25px;
- line-height: 25px; }
- /* line 52, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar:before,
- .holder-search .search-bar .clear-icon,
- .holder-search .search-bar .menu-icon {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #737373;
- height: 17px;
- width: 17px;
- line-height: 17px;
- position: absolute;
- text-align: center;
- top: 4px; }
- /* line 65, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-input {
- position: relative;
- width: 100%;
- padding-left: 22px !important;
- padding-right: 44px !important; }
- /* line 72, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-input input {
- width: inherit; }
- /* line 77, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar:before {
- content: '\4d';
- font-family: symbolsfont;
- left: 3px;
- -moz-transition-property: color;
- -o-transition-property: color;
- -webkit-transition-property: color;
- transition-property: color;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- pointer-events: none;
- z-index: 1; }
- /* line 88, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar:hover:before {
- color: #8c8c8c; }
- /* line 92, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .clear-icon {
- right: 22px;
- visibility: hidden;
- opacity: 0; }
- /* line 98, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .clear-icon.show {
- visibility: visible;
- opacity: 1; }
- /* line 103, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .clear-icon:hover {
- color: #8c8c8c; }
- /* line 108, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .menu-icon {
- font-size: 0.8em;
- padding-right: 4px;
- right: 4px;
- text-align: right; }
- /* line 110, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .menu-icon:before {
- content: '\76'; }
- /* line 116, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .menu-icon:hover {
- color: #8c8c8c; }
- /* line 121, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-menu-holder {
- float: right;
- left: -20px;
- z-index: 70;
- transition: visibility .05s, opacity .05s; }
-/* line 129, ../../../../general/res/sass/search/_search.scss */
-.holder-search .active-filter-display {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- line-height: 130%;
- padding-left: 1.575em;
- font-size: 0.7em; }
- /* line 137, ../../../../general/res/sass/search/_search.scss */
- .holder-search .active-filter-display .clear-filters-icon {
- color: #737373;
- opacity: 1;
- font-size: 0.8em;
- position: absolute;
- left: 1px;
- cursor: pointer; }
-/* line 147, ../../../../general/res/sass/search/_search.scss */
-.holder-search .search-results {
- -moz-transition-property: opacity, visibility;
- -o-transition-property: opacity, visibility;
- -webkit-transition-property: opacity, visibility;
- transition-property: opacity, visibility;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- padding-right: 5px; }
- /* line 150, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-results .hint {
- margin-bottom: 10px;
- font-size: 0.65em;
- opacity: 0.6; }
- /* line 155, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-results.active {
- visibility: visible;
- opacity: 1; }
- /* line 159, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-results .load-more-button {
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- display: inline-block;
- margin-top: 5px;
- padding: 0 10px;
- font-size: 0.75em;
- margin-left: 50%;
- white-space: nowrap; }
-
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px) {
- /* line 5, ../../../../general/res/sass/mobile/search/_search.scss */
- .search-holder .search-bar .menu-icon {
- display: none; }
- /* line 8, ../../../../general/res/sass/mobile/search/_search.scss */
- .search-holder .search-bar .clear-icon {
- right: 5px; } }
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/overlay/_overlay.scss */
-.overlay {
- font-size: 90%; }
- /* line 24, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .blocker {
- background: rgba(0, 0, 0, 0.7);
- z-index: 100; }
- /* line 28, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .clk-icon.close {
- font-size: 0.8rem;
- position: absolute;
- top: 10px;
- right: 10px;
- bottom: auto;
- left: auto;
- z-index: 100; }
- /* line 37, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay > .holder {
- background-color: #4d4d4d;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #e6e6e6;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #595959), color-stop(100%, #4d4d4d));
- background-image: -moz-linear-gradient(#595959, #4d4d4d);
- background-image: -webkit-linear-gradient(#595959, #4d4d4d);
- background-image: linear-gradient(#595959, #4d4d4d);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-border-radius: 9px;
- -webkit-border-radius: 9px;
- border-radius: 9px;
- color: #e6e6e6;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- height: 70%;
- width: 50%;
- min-height: 300px;
- max-height: 800px;
- min-width: 600px;
- max-width: 1000px;
- z-index: 101; }
- /* line 54, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay > .holder > .contents {
- top: 25px;
- right: 25px;
- bottom: 25px;
- left: 25px; }
- /* line 69, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 1.2em;
- line-height: 120%;
- margin-bottom: 5px; }
- /* line 76, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .hint {
- color: #b3b3b3; }
- /* line 80, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.top-bar, .overlay .top-bar.l-inspect, .overlay .l-datetime-picker .l-month-year-pager .top-bar.pager, .l-datetime-picker .l-month-year-pager .overlay .top-bar.pager,
- .overlay .l-datetime-picker .l-month-year-pager .top-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay .top-bar.val, .overlay .s-menu-btn span.top-bar.l-click-area, .s-menu-btn .overlay span.top-bar.l-click-area, .overlay .top-bar.l-object-wrapper, .overlay .l-object-wrapper .top-bar.object-holder-main, .l-object-wrapper .overlay .top-bar.object-holder-main {
- height: 45px; }
- /* line 84, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.editor, .overlay .editor.l-inspect, .overlay .l-datetime-picker .l-month-year-pager .editor.pager, .l-datetime-picker .l-month-year-pager .overlay .editor.pager,
- .overlay .l-datetime-picker .l-month-year-pager .editor.val,
- .l-datetime-picker .l-month-year-pager .overlay .editor.val, .overlay .s-menu-btn span.editor.l-click-area, .s-menu-btn .overlay span.editor.l-click-area, .overlay .editor.l-object-wrapper, .overlay .l-object-wrapper .editor.object-holder-main, .l-object-wrapper .overlay .editor.object-holder-main,
- .overlay .abs.message-body,
- .overlay .message-body.l-inspect,
- .overlay .l-datetime-picker .l-month-year-pager .message-body.pager,
- .l-datetime-picker .l-month-year-pager .overlay .message-body.pager,
- .overlay .l-datetime-picker .l-month-year-pager .message-body.val,
- .l-datetime-picker .l-month-year-pager .overlay .message-body.val,
- .overlay .s-menu-btn span.message-body.l-click-area,
- .s-menu-btn .overlay span.message-body.l-click-area,
- .overlay .message-body.l-object-wrapper,
- .overlay .l-object-wrapper .message-body.object-holder-main,
- .l-object-wrapper .overlay .message-body.object-holder-main {
- top: 55px;
- bottom: 34px;
- left: 0;
- right: 0;
- overflow: auto; }
- /* line 92, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.editor .field.l-med input[type='text'], .overlay .editor.l-inspect .field.l-med input[type='text'], .overlay .l-datetime-picker .l-month-year-pager .editor.pager .field.l-med input[type='text'], .l-datetime-picker .l-month-year-pager .overlay .editor.pager .field.l-med input[type='text'],
- .overlay .l-datetime-picker .l-month-year-pager .editor.val .field.l-med input[type='text'],
- .l-datetime-picker .l-month-year-pager .overlay .editor.val .field.l-med input[type='text'], .overlay .s-menu-btn span.editor.l-click-area .field.l-med input[type='text'], .s-menu-btn .overlay span.editor.l-click-area .field.l-med input[type='text'], .overlay .editor.l-object-wrapper .field.l-med input[type='text'], .overlay .l-object-wrapper .editor.object-holder-main .field.l-med input[type='text'], .l-object-wrapper .overlay .editor.object-holder-main .field.l-med input[type='text'],
- .overlay .abs.message-body .field.l-med input[type='text'],
- .overlay .message-body.l-inspect .field.l-med input[type='text'],
- .overlay .l-datetime-picker .l-month-year-pager .message-body.pager .field.l-med input[type='text'],
- .l-datetime-picker .l-month-year-pager .overlay .message-body.pager .field.l-med input[type='text'],
- .overlay .l-datetime-picker .l-month-year-pager .message-body.val .field.l-med input[type='text'],
- .l-datetime-picker .l-month-year-pager .overlay .message-body.val .field.l-med input[type='text'],
- .overlay .s-menu-btn span.message-body.l-click-area .field.l-med input[type='text'],
- .s-menu-btn .overlay span.message-body.l-click-area .field.l-med input[type='text'],
- .overlay .message-body.l-object-wrapper .field.l-med input[type='text'],
- .overlay .l-object-wrapper .message-body.object-holder-main .field.l-med input[type='text'],
- .l-object-wrapper .overlay .message-body.object-holder-main .field.l-med input[type='text'] {
- width: 100%; }
- /* line 98, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar {
- text-align: right; }
- /* line 100, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar .s-btn, .overlay .bottom-bar .s-menu-btn {
- font-size: 95%;
- height: 24px;
- line-height: 24px;
- margin-left: 5px;
- padding: 0 15px; }
- /* line 102, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar .s-btn:not(.major), .overlay .bottom-bar .s-menu-btn:not(.major) {
- background-color: gray;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhjOGM4YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwODA4MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8c8c8c), color-stop(100%, #808080));
- background-image: -moz-linear-gradient(#8c8c8c, #808080);
- background-image: -webkit-linear-gradient(#8c8c8c, #808080);
- background-image: linear-gradient(#8c8c8c, #808080);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .overlay .bottom-bar .s-btn:not(.major) .icon, .overlay .bottom-bar .s-menu-btn:not(.major) .icon, .overlay .bottom-bar .s-btn:not(.major) .t-item-icon, .overlay .bottom-bar .s-menu-btn:not(.major) .t-item-icon {
- color: #fff; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .overlay .bottom-bar .s-btn:not(.major):not(.disabled):hover, .overlay .bottom-bar .s-menu-btn:not(.major):not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E2YTZhNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a6a6a6), color-stop(100%, #999999));
- background-image: -moz-linear-gradient(#a6a6a6, #999999);
- background-image: -webkit-linear-gradient(#a6a6a6, #999999);
- background-image: linear-gradient(#a6a6a6, #999999); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .overlay .bottom-bar .s-btn:not(.major):not(.disabled):hover > .icon, .overlay .bottom-bar .s-menu-btn:not(.major):not(.disabled):hover > .icon, .overlay .bottom-bar .s-btn:not(.major):not(.disabled):hover > .t-item-icon, .overlay .bottom-bar .s-menu-btn:not(.major):not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 110, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar .s-btn:first-child, .overlay .bottom-bar .s-menu-btn:first-child {
- margin-left: 0; }
- /* line 117, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.bottom-bar, .overlay .bottom-bar.l-inspect, .overlay .l-datetime-picker .l-month-year-pager .bottom-bar.pager, .l-datetime-picker .l-month-year-pager .overlay .bottom-bar.pager,
- .overlay .l-datetime-picker .l-month-year-pager .bottom-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay .bottom-bar.val, .overlay .s-menu-btn span.bottom-bar.l-click-area, .s-menu-btn .overlay span.bottom-bar.l-click-area, .overlay .bottom-bar.l-object-wrapper, .overlay .l-object-wrapper .bottom-bar.object-holder-main, .l-object-wrapper .overlay .bottom-bar.object-holder-main {
- top: auto;
- right: 0;
- bottom: 0;
- left: 0;
- overflow: visible;
- height: 24px; }
- /* line 127, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .l-progress-bar {
- display: block;
- height: 15px;
- line-height: 15px;
- margin: .5em 0;
- width: 100%; }
-
-/* line 137, ../../../../general/res/sass/overlay/_overlay.scss */
-.t-dialog-sm .overlay > .holder {
- min-height: 225px;
- height: 225px; }
-
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px), only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
- /* line 3, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay .clk-icon.close {
- top: 20px;
- right: 20px; }
- /* line 7, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder {
- height: 90%;
- width: 90%; }
- /* line 10, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder > .contents {
- top: 20px;
- right: 20px;
- bottom: 20px;
- left: 20px; }
- /* line 17, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder > .contents .top-bar > .title {
- margin-right: 1.2em; } }
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px) {
- /* line 27, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: auto;
- width: auto;
- min-width: 200px;
- min-height: 200px;
- max-height: 100%;
- max-width: 100%;
- overflow: auto;
- -moz-transform: none;
- -ms-transform: none;
- -webkit-transform: none;
- transform: none; }
- /* line 42, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .editor .form .form-row > .label,
- .overlay > .holder .editor .form .form-row > .controls {
- display: block;
- float: none;
- width: 100%; }
- /* line 50, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .editor .form .form-row > .label:after {
- float: none; }
- /* line 57, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .contents .abs.top-bar, .overlay > .holder .contents .top-bar.l-inspect, .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .top-bar.pager, .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .top-bar.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .top-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .top-bar.val, .overlay > .holder .contents .s-menu-btn span.top-bar.l-click-area, .s-menu-btn .overlay > .holder .contents span.top-bar.l-click-area, .overlay > .holder .contents .top-bar.l-object-wrapper, .overlay > .holder .contents .l-object-wrapper .top-bar.object-holder-main, .l-object-wrapper .overlay > .holder .contents .top-bar.object-holder-main,
- .overlay > .holder .contents .abs.editor,
- .overlay > .holder .contents .editor.l-inspect,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .editor.pager,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .editor.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .editor.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .editor.val,
- .overlay > .holder .contents .s-menu-btn span.editor.l-click-area,
- .s-menu-btn .overlay > .holder .contents span.editor.l-click-area,
- .overlay > .holder .contents .editor.l-object-wrapper,
- .overlay > .holder .contents .l-object-wrapper .editor.object-holder-main,
- .l-object-wrapper .overlay > .holder .contents .editor.object-holder-main,
- .overlay > .holder .contents .abs.message-body,
- .overlay > .holder .contents .message-body.l-inspect,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .message-body.pager,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .message-body.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .message-body.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .message-body.val,
- .overlay > .holder .contents .s-menu-btn span.message-body.l-click-area,
- .s-menu-btn .overlay > .holder .contents span.message-body.l-click-area,
- .overlay > .holder .contents .message-body.l-object-wrapper,
- .overlay > .holder .contents .l-object-wrapper .message-body.object-holder-main,
- .l-object-wrapper .overlay > .holder .contents .message-body.object-holder-main,
- .overlay > .holder .contents .abs.bottom-bar,
- .overlay > .holder .contents .bottom-bar.l-inspect,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .bottom-bar.pager,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .bottom-bar.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .bottom-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .bottom-bar.val,
- .overlay > .holder .contents .s-menu-btn span.bottom-bar.l-click-area,
- .s-menu-btn .overlay > .holder .contents span.bottom-bar.l-click-area,
- .overlay > .holder .contents .bottom-bar.l-object-wrapper,
- .overlay > .holder .contents .l-object-wrapper .bottom-bar.object-holder-main,
- .l-object-wrapper .overlay > .holder .contents .bottom-bar.object-holder-main {
- top: auto;
- right: auto;
- bottom: auto;
- left: auto;
- height: auto;
- width: auto;
- margin-bottom: 20px;
- position: relative; }
-
- /* line 69, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .t-dialog-sm .overlay > .holder {
- height: auto;
- max-height: 100%; } }
-@media only screen and (orientation: portrait) and (max-device-width: 767px) {
- /* line 77, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .contents .bottom-bar {
- text-align: center; } }
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/tree/_tree.scss */
-ul.tree {
- margin: 0;
- padding: 0;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none; }
- /* line 358, ../../../../general/res/sass/_mixins.scss */
- ul.tree li {
- list-style-type: none;
- margin: 0;
- padding: 0; }
- /* line 26, ../../../../general/res/sass/tree/_tree.scss */
- ul.tree li {
- display: block;
- position: relative; }
- /* line 30, ../../../../general/res/sass/tree/_tree.scss */
- ul.tree ul.tree {
- margin-left: 15px; }
-
-/* line 35, ../../../../general/res/sass/tree/_tree.scss */
-.tree-item,
-.search-result-item {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- font-size: 0.8rem;
- height: 1.5rem;
- line-height: 1.5rem;
- margin-bottom: 3px;
- padding: 0 3px;
- position: relative; }
- /* line 48, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .view-control,
- .search-result-item .view-control {
- color: #999;
- font-size: 0.75em;
- margin-right: 5px;
- height: 100%;
- line-height: inherit;
- width: 10px; }
- /* line 56, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .view-control.has-children:before,
- .search-result-item .view-control.has-children:before {
- position: absolute;
- -moz-transition-property: -moz-transform;
- -o-transition-property: -o-transform;
- -webkit-transition-property: -webkit-transform;
- transition-property: transform;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- content: "\3e";
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%; }
- /* line 62, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .view-control.has-children.expanded:before,
- .search-result-item .view-control.has-children.expanded:before {
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg); }
- /* line 68, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .t-object-label,
- .search-result-item .t-object-label {
- line-height: 1.5rem; }
- /* line 70, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .t-object-label .t-item-icon,
- .search-result-item .t-object-label .t-item-icon {
- text-shadow: rgba(0, 0, 0, 0.6) 0 1px 2px;
- font-size: 1.4em;
- color: #0099cc;
- width: 18px; }
- /* line 76, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .t-object-label .t-title-label,
- .search-result-item .t-object-label .t-title-label {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- /* line 81, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item.selected,
- .search-result-item.selected {
- background: #006080;
- color: #cccccc; }
- /* line 84, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item.selected .view-control,
- .search-result-item.selected .view-control {
- color: #999; }
- /* line 87, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item.selected .t-object-label .t-item-icon,
- .search-result-item.selected .t-object-label .t-item-icon {
- color: #cccccc; }
- /* line 92, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item:not(.loading),
- .search-result-item:not(.loading) {
- cursor: pointer; }
- /* line 96, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .context-trigger,
- .search-result-item .context-trigger {
- top: -1px;
- position: absolute;
- right: 3px; }
- /* line 101, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .context-trigger .invoke-menu,
- .search-result-item .context-trigger .invoke-menu {
- font-size: 0.75em;
- height: 0.9rem;
- line-height: 0.9rem; }
-
-/* line 113, ../../../../general/res/sass/tree/_tree.scss */
-body.desktop .tree-item .view-control:hover,
-body.desktop .search-result-item .view-control:hover {
- color: #cccccc !important; }
-/* line 118, ../../../../general/res/sass/tree/_tree.scss */
-body.desktop .tree-item:not(.selected):hover,
-body.desktop .search-result-item:not(.selected):hover {
- background: rgba(153, 153, 153, 0.1);
- color: #cccccc; }
- /* line 121, ../../../../general/res/sass/tree/_tree.scss */
- body.desktop .tree-item:not(.selected):hover .t-item-icon,
- body.desktop .search-result-item:not(.selected):hover .t-item-icon {
- color: #33ccff; }
-
-/* line 133, ../../../../general/res/sass/tree/_tree.scss */
-mct-representation.s-status-pending .t-object-label .t-item-icon:before {
- border-color: rgba(0, 153, 204, 0.25);
- border-top-color: #0099cc; }
-
-/* line 145, ../../../../general/res/sass/tree/_tree.scss */
-.tree .s-status-editing .tree-item,
-.tree .s-status-editing .search-result-item,
-.search-results .s-status-editing .tree-item,
-.search-results .s-status-editing .search-result-item {
- background: #344154;
- pointer-events: none; }
- /* line 149, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item:before,
- .tree .s-status-editing .search-result-item:before,
- .search-results .s-status-editing .tree-item:before,
- .search-results .s-status-editing .search-result-item:before {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- color: #587ab5;
- content: '\70';
- margin-right: 3px; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.25; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.25; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.25; }
- 100% {
- opacity: 1; } }
- /* line 158, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item .t-object-label .t-item-icon,
- .tree .s-status-editing .tree-item .t-object-label .t-title-label,
- .tree .s-status-editing .search-result-item .t-object-label .t-item-icon,
- .tree .s-status-editing .search-result-item .t-object-label .t-title-label,
- .search-results .s-status-editing .tree-item .t-object-label .t-item-icon,
- .search-results .s-status-editing .tree-item .t-object-label .t-title-label,
- .search-results .s-status-editing .search-result-item .t-object-label .t-item-icon,
- .search-results .s-status-editing .search-result-item .t-object-label .t-title-label {
- color: #587ab5;
- text-shadow: none; }
- /* line 163, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item .t-object-label .t-title-label,
- .tree .s-status-editing .search-result-item .t-object-label .t-title-label,
- .search-results .s-status-editing .tree-item .t-object-label .t-title-label,
- .search-results .s-status-editing .search-result-item .t-object-label .t-title-label {
- font-style: italic; }
- /* line 167, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item .view-control, .tree .s-status-editing .tree-item + .tree-item-subtree,
- .tree .s-status-editing .search-result-item .view-control,
- .tree .s-status-editing .search-result-item + .tree-item-subtree,
- .search-results .s-status-editing .tree-item .view-control,
- .search-results .s-status-editing .tree-item + .tree-item-subtree,
- .search-results .s-status-editing .search-result-item .view-control,
- .search-results .s-status-editing .search-result-item + .tree-item-subtree {
- display: none; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/_object-label.scss */
-.rep-object-label {
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto;
- height: inherit;
- line-height: inherit;
- min-width: 0; }
-
-/* line 33, ../../../../general/res/sass/_object-label.scss */
-.t-object-label .t-item-icon {
- margin-right: 5px; }
-
-/* line 42, ../../../../general/res/sass/_object-label.scss */
-mct-representation.s-status-pending .t-object-label .t-item-icon:before {
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%;
- -moz-animation-name: rotation-centered;
- -webkit-animation-name: rotation-centered;
- animation-name: rotation-centered;
- -moz-animation-duration: 0.5s;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-color: rgba(0, 153, 204, 0.25);
- border-top-color: #0099cc;
- border-style: solid;
- border-width: 4px;
- display: block;
- position: absolute;
- left: 50%;
- top: 50%;
- content: "";
- padding: 30%; }
-/* line 48, ../../../../general/res/sass/_object-label.scss */
-mct-representation.s-status-pending .t-object-label .t-item-icon .t-item-icon-glyph {
- display: none; }
-/* line 52, ../../../../general/res/sass/_object-label.scss */
-mct-representation.s-status-pending .t-object-label .t-title-label {
- font-style: italic;
- opacity: 0.6; }
-
-/* line 60, ../../../../general/res/sass/_object-label.scss */
-.selected mct-representation.s-status-pending .t-object-label .t-item-icon:before {
- border-color: rgba(204, 204, 204, 0.25) !important;
- border-top-color: #cccccc !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 27, ../../../../general/res/sass/mobile/_tree.scss */
-body.touch ul.tree ul.tree {
- margin-left: 15px; }
-/* line 31, ../../../../general/res/sass/mobile/_tree.scss */
-body.touch .tree-item,
-body.touch .search-result-item {
- height: 35px !important;
- line-height: 35px !important;
- margin-bottom: 0px !important; }
- /* line 36, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .view-control,
- body.touch .search-result-item .view-control {
- font-size: 1.2em;
- margin-right: 0;
- order: 2;
- width: 35px; }
- /* line 42, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .view-control.has-children:before,
- body.touch .search-result-item .view-control.has-children:before {
- content: "\7d";
- left: 50%;
- -moz-transform: translateX(-50%) rotate(270deg);
- -ms-transform: translateX(-50%) rotate(270deg);
- -webkit-transform: translateX(-50%) rotate(270deg);
- transform: translateX(-50%) rotate(270deg); }
- /* line 47, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .view-control.has-children.expanded:before,
- body.touch .search-result-item .view-control.has-children.expanded:before {
- -moz-transform: translateX(-50%) rotate(90deg);
- -ms-transform: translateX(-50%) rotate(90deg);
- -webkit-transform: translateX(-50%) rotate(90deg);
- transform: translateX(-50%) rotate(90deg); }
- /* line 52, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .t-object-label,
- body.touch .search-result-item .t-object-label {
- line-height: inherit; }
- /* line 54, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .t-object-label .t-item-icon.l-icon-link .t-item-icon-glyph:before,
- body.touch .search-result-item .t-object-label .t-item-icon.l-icon-link .t-item-icon-glyph:before {
- bottom: 20%; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 25, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.child-frame.panel {
- background: #333;
- border: 1px solid rgba(153, 153, 153, 0.1);
- z-index: 0; }
- /* line 29, ../../../../general/res/sass/user-environ/_frame.scss */
- .frame.child-frame.panel:hover {
- border-color: rgba(179, 179, 179, 0.1); }
-/* line 33, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame .object-top-bar {
- font-size: 0.75em;
- height: 16px;
- line-height: 16px; }
- /* line 37, ../../../../general/res/sass/user-environ/_frame.scss */
- .frame .object-top-bar .left {
- padding-right: 10px; }
-/* line 41, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame > .object-holder.abs, .frame > .object-holder.l-inspect, .l-datetime-picker .l-month-year-pager .frame > .object-holder.pager,
-.l-datetime-picker .l-month-year-pager .frame > .object-holder.val, .s-menu-btn .frame > span.object-holder.l-click-area, .frame > .object-holder.l-object-wrapper, .l-object-wrapper .frame > .object-holder.object-holder-main {
- top: 21px; }
-/* line 44, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame .contents {
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px; }
-/* line 52, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.frame-template .s-btn, .frame.frame-template .s-menu-btn,
-.frame.frame-template .s-menu-btn {
- height: 16px;
- line-height: 16px;
- padding: 0 5px; }
- /* line 57, ../../../../general/res/sass/user-environ/_frame.scss */
- .frame.frame-template .s-btn > span, .frame.frame-template .s-menu-btn > span,
- .frame.frame-template .s-menu-btn > span {
- font-size: 0.65rem; }
-/* line 62, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.frame-template .s-menu-btn:after {
- font-size: 8px; }
-/* line 66, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.frame-template .view-switcher {
- z-index: 10; }
-/* line 72, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame .view-switcher .title-label {
- display: none; }
-
-/* line 80, ../../../../general/res/sass/user-environ/_frame.scss */
-body.desktop .frame.frame-template .view-switcher {
- opacity: 0; }
-/* line 83, ../../../../general/res/sass/user-environ/_frame.scss */
-body.desktop .frame.frame-template:hover .view-switcher {
- opacity: 1; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/user-environ/_top-bar.scss */
-.top-bar {
- /* .title {
- color: #fff;
- }*/ }
- /* line 23, ../../../../general/res/sass/user-environ/_top-bar.scss */
- .top-bar.browse, .top-bar.edit {
- border-bottom: 1px solid rgba(153, 153, 153, 0.1);
- top: 10px;
- right: 10px;
- bottom: auto;
- left: 10px;
- height: 30px;
- line-height: 24px; }
- /* line 35, ../../../../general/res/sass/user-environ/_top-bar.scss */
- .top-bar .buttons-main {
- font-size: 0.8em;
- left: auto;
- text-align: right; }
-
-/* line 48, ../../../../general/res/sass/user-environ/_top-bar.scss */
-.edit-mode .top-bar .buttons-main {
- white-space: nowrap; }
- /* line 51, ../../../../general/res/sass/user-environ/_top-bar.scss */
- .edit-mode .top-bar .buttons-main.abs, .edit-mode .top-bar .buttons-main.l-inspect, .edit-mode .top-bar .l-datetime-picker .l-month-year-pager .buttons-main.pager, .l-datetime-picker .l-month-year-pager .edit-mode .top-bar .buttons-main.pager,
- .edit-mode .top-bar .l-datetime-picker .l-month-year-pager .buttons-main.val,
- .l-datetime-picker .l-month-year-pager .edit-mode .top-bar .buttons-main.val, .edit-mode .top-bar .s-menu-btn span.buttons-main.l-click-area, .s-menu-btn .edit-mode .top-bar span.buttons-main.l-click-area, .edit-mode .top-bar .buttons-main.l-object-wrapper, .edit-mode .top-bar .l-object-wrapper .buttons-main.object-holder-main, .l-object-wrapper .edit-mode .top-bar .buttons-main.object-holder-main {
- bottom: auto;
- left: auto; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar.btn-bar {
- white-space: nowrap; }
-/* line 26, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar .l-control-group {
- height: 25px; }
-/* line 29, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar input[type="text"] {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-size: .9em;
- height: 25px;
- margin-bottom: 1px;
- position: relative; }
- /* line 35, ../../../../general/res/sass/user-environ/_tool-bar.scss */
- .tool-bar input[type="text"].sm {
- width: 25px; }
-/* line 39, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar .input-labeled label {
- font-size: 11.25px; }
-
-/********************************* VIEWS */
-/*****************************************************************************
-* Open MCT Web, Copyright (c) 2014-2015, United States Government
-* as represented by the Administrator of the National Aeronautics and Space
-* Administration. All rights reserved.
-*
-* Open MCT Web is licensed under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-* http://www.apache.org/licenses/LICENSE-2.0.
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-* License for the specific language governing permissions and limitations
-* under the License.
-*
-* Open MCT Web includes source code licensed under additional open source
-* licenses. See the Open Source Licenses file (LICENSES.md) included with
-* this source code distribution or the Licensing information page available
-* at runtime from the About dialog for additional information.
-*****************************************************************************/
-/* line 23, ../../../../general/res/sass/_fixed-position.scss */
-.t-fixed-position.l-fixed-position {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto; }
- /* line 33, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position.l-fixed-position .l-grid-holder {
- position: relative;
- height: 100%;
- width: 100%; }
- /* line 37, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position.l-fixed-position .l-grid-holder .l-grid {
- position: absolute;
- height: 100%;
- width: 100%;
- pointer-events: none;
- z-index: 0; }
-/* line 48, ../../../../general/res/sass/_fixed-position.scss */
-.t-fixed-position .l-fixed-position-item {
- position: absolute;
- border: 1px solid transparent; }
- /* line 52, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item.s-selected {
- -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- border-color: #0099cc;
- cursor: move; }
- /* line 57, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item.s-not-selected {
- opacity: 0.8; }
- /* line 61, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-box,
- .t-fixed-position .l-fixed-position-item .l-fixed-position-image,
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- height: 100%;
- width: 100%; }
- /* line 72, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-image {
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center; }
- /* line 78, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text {
- border: 1px solid transparent;
- font-size: 0.8rem;
- line-height: 100%; }
- /* line 84, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-static-text {
- padding: 1px; }
- /* line 89, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: block;
- padding: 2px; }
- /* line 96, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem.l-title {
- float: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: auto; }
- /* line 105, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem.l-value {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- float: right;
- margin-left: 5px;
- padding-left: 5px;
- padding-right: 5px;
- text-align: right; }
- /* line 116, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem.l-value.telem-only {
- margin-left: 0;
- width: 100%; }
-/* line 126, ../../../../general/res/sass/_fixed-position.scss */
-.t-fixed-position .l-fixed-position-item-handle {
- background: rgba(0, 153, 204, 0.5);
- cursor: crosshair;
- border: 1px solid #0099cc;
- position: absolute; }
-
-/* line 140, ../../../../general/res/sass/_fixed-position.scss */
-.edit-mode .t-fixed-position.l-fixed-position .l-grid-holder .l-grid.l-grid-x {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat-x; }
-/* line 144, ../../../../general/res/sass/_fixed-position.scss */
-.edit-mode .t-fixed-position.l-fixed-position .l-grid-holder .l-grid.l-grid-y {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
- background-size: 100%;
- background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat-y; }
-/* line 152, ../../../../general/res/sass/_fixed-position.scss */
-.edit-mode .t-fixed-position .l-fixed-position-item:not(.s-selected) {
- border: 1px dotted rgba(0, 153, 204, 0.75); }
- /* line 154, ../../../../general/res/sass/_fixed-position.scss */
- .edit-mode .t-fixed-position .l-fixed-position-item:not(.s-selected):hover {
- border: 1px dotted #0099cc; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/lists/_tabular.scss */
-.w1, .w2 {
- position: relative;
- height: 100%; }
-
-/* line 27, ../../../../general/res/sass/lists/_tabular.scss */
-.tabular,
-table {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-spacing: 0;
- border-collapse: collapse;
- display: table;
- font-size: 0.75rem;
- position: relative;
- width: 100%; }
- /* line 36, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular thead, .tabular .thead,
- .tabular tbody tr, .tabular .tbody .tr,
- table thead,
- table .thead,
- table tbody tr,
- table .tbody .tr {
- width: 100%; }
- /* line 40, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular thead, .tabular .thead,
- table thead,
- table .thead {
- border-bottom: 1px solid #333; }
- /* line 44, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular:not(.fixed-header) tr th,
- table:not(.fixed-header) tr th {
- background-color: rgba(255, 255, 255, 0.1); }
- /* line 48, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tbody, .tabular .tbody,
- table tbody,
- table .tbody {
- display: table-row-group; }
- /* line 51, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tbody tr:hover, .tabular tbody .tr:hover, .tabular .tbody tr:hover, .tabular .tbody .tr:hover,
- table tbody tr:hover,
- table tbody .tr:hover,
- table .tbody tr:hover,
- table .tbody .tr:hover {
- background: rgba(128, 128, 128, 0.1); }
- /* line 56, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr, .tabular .tr,
- table tr,
- table .tr {
- display: table-row; }
- /* line 58, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr:first-child .td, .tabular .tr:first-child .td,
- table tr:first-child .td,
- table .tr:first-child .td {
- border-top: none; }
- /* line 62, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr.group-header td, .tabular tr.group-header .td, .tabular .tr.group-header td, .tabular .tr.group-header .td,
- table tr.group-header td,
- table tr.group-header .td,
- table .tr.group-header td,
- table .tr.group-header .td {
- background-color: rgba(242, 242, 242, 0.1);
- color: #8c8c8c; }
- /* line 68, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th, .tabular tr .th, .tabular tr td, .tabular tr .td, .tabular .tr th, .tabular .tr .th, .tabular .tr td, .tabular .tr .td,
- table tr th,
- table tr .th,
- table tr td,
- table tr .td,
- table .tr th,
- table .tr .th,
- table .tr td,
- table .tr .td {
- display: table-cell; }
- /* line 71, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th, .tabular tr .th, .tabular .tr th, .tabular .tr .th,
- table tr th,
- table tr .th,
- table .tr th,
- table .tr .th {
- border-left: 1px solid #333;
- color: #999;
- padding: 5px 5px;
- white-space: nowrap;
- vertical-align: middle; }
- /* line 77, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th:first-child, .tabular tr .th:first-child, .tabular .tr th:first-child, .tabular .tr .th:first-child,
- table tr th:first-child,
- table tr .th:first-child,
- table .tr th:first-child,
- table .tr .th:first-child {
- border-left: none; }
- /* line 81, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th.sort.sort:after, .tabular tr .th.sort.sort:after, .tabular .tr th.sort.sort:after, .tabular .tr .th.sort.sort:after,
- table tr th.sort.sort:after,
- table tr .th.sort.sort:after,
- table .tr th.sort.sort:after,
- table .tr .th.sort.sort:after {
- color: #49dedb;
- font-family: symbolsfont;
- font-size: 8px;
- content: "\ed";
- display: inline-block;
- margin-left: 3px; }
- /* line 89, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th.sort.sort.desc:after, .tabular tr .th.sort.sort.desc:after, .tabular .tr th.sort.sort.desc:after, .tabular .tr .th.sort.sort.desc:after,
- table tr th.sort.sort.desc:after,
- table tr .th.sort.sort.desc:after,
- table .tr th.sort.sort.desc:after,
- table .tr .th.sort.sort.desc:after {
- content: "\ec"; }
- /* line 93, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th.sortable, .tabular tr .th.sortable, .tabular .tr th.sortable, .tabular .tr .th.sortable,
- table tr th.sortable,
- table tr .th.sortable,
- table .tr th.sortable,
- table .tr .th.sortable {
- cursor: pointer; }
- /* line 97, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td, .tabular tr .td, .tabular .tr td, .tabular .tr .td,
- table tr td,
- table tr .td,
- table .tr td,
- table .tr .td {
- border-bottom: 1px solid #4d4d4d;
- min-width: 20px;
- color: #cccccc;
- padding: 3px 5px;
- word-wrap: break-word;
- vertical-align: top; }
- /* line 104, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td.numeric, .tabular tr .td.numeric, .tabular .tr td.numeric, .tabular .tr .td.numeric,
- table tr td.numeric,
- table tr .td.numeric,
- table .tr td.numeric,
- table .tr .td.numeric {
- text-align: right; }
- /* line 107, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td.s-cell-type-value, .tabular tr .td.s-cell-type-value, .tabular .tr td.s-cell-type-value, .tabular .tr .td.s-cell-type-value,
- table tr td.s-cell-type-value,
- table tr .td.s-cell-type-value,
- table .tr td.s-cell-type-value,
- table .tr .td.s-cell-type-value {
- text-align: right; }
- /* line 109, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td.s-cell-type-value .l-cell-contents, .tabular tr .td.s-cell-type-value .l-cell-contents, .tabular .tr td.s-cell-type-value .l-cell-contents, .tabular .tr .td.s-cell-type-value .l-cell-contents,
- table tr td.s-cell-type-value .l-cell-contents,
- table tr .td.s-cell-type-value .l-cell-contents,
- table .tr td.s-cell-type-value .l-cell-contents,
- table .tr .td.s-cell-type-value .l-cell-contents {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- padding-left: 5px;
- padding-right: 5px; }
- /* line 125, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.filterable tbody, .tabular.filterable .tbody,
- table.filterable tbody,
- table.filterable .tbody {
- top: 44px; }
- /* line 128, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.filterable input[type="text"],
- table.filterable input[type="text"] {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%; }
- /* line 134, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header,
- table.fixed-header {
- height: 100%; }
- /* line 136, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header thead, .tabular.fixed-header .thead,
- .tabular.fixed-header tbody tr, .tabular.fixed-header .tbody .tr,
- table.fixed-header thead,
- table.fixed-header .thead,
- table.fixed-header tbody tr,
- table.fixed-header .tbody .tr {
- display: table;
- table-layout: fixed; }
- /* line 141, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header thead, .tabular.fixed-header .thead,
- table.fixed-header thead,
- table.fixed-header .thead {
- width: calc(100% - 10px); }
- /* line 143, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header thead:before, .tabular.fixed-header .thead:before,
- table.fixed-header thead:before,
- table.fixed-header .thead:before {
- content: "";
- display: block;
- z-index: 0;
- position: absolute;
- width: 100%;
- height: 22px;
- background-color: rgba(255, 255, 255, 0.1); }
- /* line 153, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header tbody, .tabular.fixed-header .tbody,
- table.fixed-header tbody,
- table.fixed-header .tbody {
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- top: 22px;
- display: block;
- overflow-y: scroll; }
- /* line 161, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.t-event-messages td, .tabular.t-event-messages .td,
- table.t-event-messages td,
- table.t-event-messages .td {
- min-width: 150px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 29, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot {
- color: #999;
- font-size: 0.7rem;
- position: relative;
- width: 100%;
- height: 100%;
- /****************************** Limits and Out-of-Bounds data */ }
- /* line 36, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-local-controls {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- pointer-events: none; }
- /* line 44, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-display-area:hover .gl-plot-local-controls,
- .gl-plot .gl-plot-axis-area:hover .gl-plot-local-controls {
- opacity: 1;
- pointer-events: inherit; }
- /* line 50, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-axis-area {
- position: absolute; }
- /* line 53, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-axis-area.gl-plot-x {
- top: auto;
- right: 0;
- bottom: 5px;
- left: 60px;
- height: 32px;
- width: auto;
- overflow: hidden; }
- /* line 62, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-axis-area.gl-plot-y {
- top: 25px;
- right: auto;
- bottom: 37px;
- left: 0;
- width: 60px; }
- /* line 71, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-coords {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background: black;
- color: #e6e6e6;
- padding: 2px 5px;
- position: absolute;
- top: 35px;
- right: auto;
- bottom: auto;
- left: 70px;
- z-index: 10; }
- /* line 83, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-coords:empty {
- display: none; }
- /* line 88, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-display-area {
- background-color: rgba(0, 0, 0, 0.1);
- position: absolute;
- top: 25px;
- right: 0;
- bottom: 37px;
- left: 60px;
- cursor: crosshair;
- border: 1px solid rgba(153, 153, 153, 0.1); }
- /* line 101, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-label,
- .gl-plot .l-plot-label {
- color: #666666;
- position: absolute;
- text-align: center; }
- /* line 107, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-label.gl-plot-x-label, .gl-plot .gl-plot-label.l-plot-x-label,
- .gl-plot .l-plot-label.gl-plot-x-label,
- .gl-plot .l-plot-label.l-plot-x-label {
- top: auto;
- right: 0;
- bottom: 0;
- left: 0;
- height: auto; }
- /* line 116, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-label.gl-plot-y-label, .gl-plot .gl-plot-label.l-plot-y-label,
- .gl-plot .l-plot-label.gl-plot-y-label,
- .gl-plot .l-plot-label.l-plot-y-label {
- -moz-transform-origin: 50% 0;
- -ms-transform-origin: 50% 0;
- -webkit-transform-origin: 50% 0;
- transform-origin: 50% 0;
- -moz-transform: translateX(-50%) rotate(-90deg);
- -ms-transform: translateX(-50%) rotate(-90deg);
- -webkit-transform: translateX(-50%) rotate(-90deg);
- transform: translateX(-50%) rotate(-90deg);
- display: inline-block;
- margin-left: 5px;
- left: 0;
- top: 50%;
- white-space: nowrap; }
- /* line 130, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-x-options,
- .gl-plot .gl-plot-y-options {
- position: absolute;
- height: 24px;
- min-height: 24px;
- z-index: 2; }
- /* line 139, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-x-options {
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- bottom: 0;
- left: 50%; }
- /* line 145, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-y-options {
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- min-width: 150px;
- top: 50%;
- left: 20px; }
- /* line 152, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .t-plot-display-controls {
- position: absolute;
- top: 5px;
- right: 5px; }
- /* line 158, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-hash {
- position: absolute;
- border: 0 rgba(255, 255, 255, 0.2) dashed; }
- /* line 161, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-hash.hash-v {
- border-right-width: 1px;
- height: 100%; }
- /* line 165, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-hash.hash-h {
- border-bottom-width: 1px;
- width: 100%; }
- /* line 171, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-legend {
- position: absolute;
- top: 0;
- right: 0;
- bottom: auto;
- left: 0;
- height: 20px;
- overflow-x: hidden;
- overflow-y: auto; }
- /* line 184, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar,
- .gl-plot .l-oob-data {
- position: absolute;
- left: 0;
- right: 0;
- width: auto; }
- /* line 192, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar {
- height: auto;
- z-index: 0; }
- /* line 200, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar.s-limit-yellow {
- background: rgba(255, 170, 0, 0.2); }
- /* line 201, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar.s-limit-red {
- background: rgba(255, 0, 0, 0.2); }
- /* line 204, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-oob-data {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- pointer-events: none;
- height: 10px;
- z-index: 1; }
- /* line 212, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-oob-data.l-oob-data-up {
- top: 0;
- bottom: auto;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NDhkNiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzQ4ZDYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(90deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: -webkit-linear-gradient(90deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: linear-gradient(0deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%); }
- /* line 217, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-oob-data.l-oob-data-dwn {
- bottom: 0;
- top: auto;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NDhkNiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzQ4ZDYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(270deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: -webkit-linear-gradient(270deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: linear-gradient(180deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%); }
-
-/* line 227, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-legend .plot-legend-item,
-.gl-plot-legend .legend-item,
-.legend .plot-legend-item,
-.legend .legend-item {
- display: inline-block;
- margin-right: 10px;
- margin-bottom: 3px; }
- /* line 232, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-legend .plot-legend-item span,
- .gl-plot-legend .legend-item span,
- .legend .plot-legend-item span,
- .legend .legend-item span {
- vertical-align: middle; }
- /* line 235, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-legend .plot-legend-item .plot-color-swatch,
- .gl-plot-legend .plot-legend-item .color-swatch,
- .gl-plot-legend .legend-item .plot-color-swatch,
- .gl-plot-legend .legend-item .color-swatch,
- .legend .plot-legend-item .plot-color-swatch,
- .legend .plot-legend-item .color-swatch,
- .legend .legend-item .plot-color-swatch,
- .legend .legend-item .color-swatch {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- display: inline-block;
- height: 8px;
- width: 8px; }
-
-/* line 246, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-legend .plot-legend-item {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- line-height: 1.5em;
- padding: 0px 5px; }
- /* line 250, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-legend .plot-legend-item .plot-color-swatch {
- border: 1px solid #333;
- height: 9px;
- width: 9px; }
-
-/* line 258, ../../../../general/res/sass/plots/_plots-main.scss */
-.tick {
- position: absolute;
- border: 0 rgba(255, 255, 255, 0.2) solid; }
- /* line 261, ../../../../general/res/sass/plots/_plots-main.scss */
- .tick.tick-x {
- border-right-width: 1px;
- height: 100%; }
-
-/* line 267, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-tick,
-.tick-label {
- direction: rtl;
- unicode-bidi: bidi-override;
- font-size: 0.7rem;
- position: absolute;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis; }
- /* line 276, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-tick.gl-plot-x-tick-label, .gl-plot-tick.tick-label-x,
- .tick-label.gl-plot-x-tick-label,
- .tick-label.tick-label-x {
- right: auto;
- bottom: auto;
- left: auto;
- height: auto;
- width: 20%;
- margin-left: -10%;
- text-align: center; }
- /* line 286, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-tick.gl-plot-y-tick-label, .gl-plot-tick.tick-label-y,
- .tick-label.gl-plot-y-tick-label,
- .tick-label.tick-label-y {
- top: auto;
- height: 1em;
- width: auto;
- margin-bottom: -0.5em;
- text-align: right; }
-
-/* line 297, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-tick.gl-plot-x-tick-label {
- top: 5px; }
-/* line 300, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-tick.gl-plot-y-tick-label {
- right: 5px;
- left: 5px; }
-
-/* line 307, ../../../../general/res/sass/plots/_plots-main.scss */
-.tick-label.tick-label-x {
- top: 0; }
-/* line 310, ../../../../general/res/sass/plots/_plots-main.scss */
-.tick-label.tick-label-y {
- right: 0;
- left: 0; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* Styles for the iframe EmbeddedPageController element */
-/* line 25, ../../../../general/res/sass/_iframe.scss */
-.l-iframe iframe {
- display: block;
- height: 100%;
- width: 100%; }
-
-/* Styles for sub-dividing views generically */
-/* line 3, ../../../../general/res/sass/_views.scss */
-.l-view-section {
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- font-size: 0.8rem; }
- /* line 6, ../../../../general/res/sass/_views.scss */
- .l-view-section h2 {
- color: #fff;
- margin-bottom: 5px; }
- /* line 10, ../../../../general/res/sass/_views.scss */
- .l-view-section.fixed {
- font-size: 0.8em; }
- /* line 13, ../../../../general/res/sass/_views.scss */
- .l-view-section .controls,
- .l-view-section label,
- .l-view-section .inline-block {
- display: inline-block; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/items/_item.scss */
-.items-holder {
- overflow: hidden;
- *zoom: 1;
- overflow-y: auto; }
- /* line 25, ../../../../general/res/sass/items/_item.scss */
- .items-holder .contents {
- top: 0; }
- /* line 29, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item {
- background-color: #404040;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #bfbfbf;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #404040));
- background-image: -moz-linear-gradient(#4d4d4d, #404040);
- background-image: -webkit-linear-gradient(#4d4d4d, #404040);
- background-image: linear-gradient(#4d4d4d, #404040);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
- box-sizing: border-box;
- cursor: pointer;
- float: left;
- height: 200px;
- width: 200px;
- margin-bottom: 3px;
- margin-right: 3px;
- position: relative; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item .icon, .items-holder .item.grid-item .t-item-icon {
- color: #0099cc; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item:not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2NjY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5NTk1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #595959));
- background-image: -moz-linear-gradient(#666666, #595959);
- background-image: -webkit-linear-gradient(#666666, #595959);
- background-image: linear-gradient(#666666, #595959); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item:not(.disabled):hover > .icon, .items-holder .item.grid-item:not(.disabled):hover > .t-item-icon {
- color: #33ccff; }
- /* line 44, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item:hover .item-main .item-type {
- color: deepskyblue; }
- /* line 46, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item:hover .item-main .item-type .l-icon-link {
- color: #49dedb; }
- /* line 50, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item:hover .item-main .item-open {
- opacity: 1; }
- /* line 54, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .contents {
- top: 10px;
- right: 10px;
- bottom: 10px;
- left: 10px; }
- /* line 59, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar {
- bottom: auto;
- color: #8c8c8c;
- height: 20px;
- line-height: 20px;
- text-align: right;
- z-index: 5; }
- /* line 66, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar .left, .items-holder .item.grid-item .bar.top-bar .right {
- width: auto; }
- /* line 68, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar .left .icon, .items-holder .item.grid-item .bar.top-bar .left .t-item-icon, .items-holder .item.grid-item .bar.top-bar .right .icon, .items-holder .item.grid-item .bar.top-bar .right .t-item-icon {
- margin-left: 3px; }
- /* line 70, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar .left .icon.l-icon-link, .items-holder .item.grid-item .bar.top-bar .left .l-icon-link.t-item-icon, .items-holder .item.grid-item .bar.top-bar .right .icon.l-icon-link, .items-holder .item.grid-item .bar.top-bar .right .l-icon-link.t-item-icon {
- color: #49dedb; }
- /* line 76, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.bottom-bar {
- top: auto;
- line-height: 110%; }
- /* line 81, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main {
- line-height: 160px;
- z-index: 1; }
- /* line 86, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main .item-type,
- .items-holder .item.grid-item .item-main .t-item-icon {
- -moz-transform: translateX(-50%) translateY(-55%);
- -ms-transform: translateX(-50%) translateY(-55%);
- -webkit-transform: translateX(-50%) translateY(-55%);
- transform: translateX(-50%) translateY(-55%);
- position: absolute;
- top: 50%;
- left: 50%;
- font-size: 96.9px; }
- /* line 94, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main .item-type.l-icon-link .t-item-icon-glyph:before,
- .items-holder .item.grid-item .item-main .t-item-icon.l-icon-link .t-item-icon-glyph:before {
- -moz-transform: scale(0.25);
- -ms-transform: scale(0.25);
- -webkit-transform: scale(0.25);
- transform: scale(0.25); }
- /* line 100, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main .item-open {
- -moz-transition-property: "opacity";
- -o-transition-property: "opacity";
- -webkit-transition-property: "opacity";
- transition-property: "opacity";
- -moz-transition-duration: 200ms;
- -o-transition-duration: 200ms;
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- color: #8c8c8c;
- font-size: 3em;
- left: auto;
- width: 50px;
- pointer-events: none;
- text-align: right; }
- /* line 110, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .title {
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #bfbfbf; }
- /* line 115, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .details {
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #8c8c8c;
- font-size: 0.8em; }
- /* line 121, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected {
- background-color: #0099cc;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #999;
- display: inline-block;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00ace6), color-stop(100%, #0099cc));
- background-image: -moz-linear-gradient(#00ace6, #0099cc);
- background-image: -webkit-linear-gradient(#00ace6, #0099cc);
- background-image: linear-gradient(#00ace6, #0099cc);
- -moz-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px;
- color: #80dfff; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item.selected .icon, .items-holder .item.grid-item.selected .t-item-icon {
- color: #0099cc; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item.selected:not(.disabled):hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhYzZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1ac6ff), color-stop(100%, #00bfff));
- background-image: -moz-linear-gradient(#1ac6ff, #00bfff);
- background-image: -webkit-linear-gradient(#1ac6ff, #00bfff);
- background-image: linear-gradient(#1ac6ff, #00bfff); }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item.selected:not(.disabled):hover > .icon, .items-holder .item.grid-item.selected:not(.disabled):hover > .t-item-icon {
- color: #33ccff; }
- /* line 126, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected .item-type, .items-holder .item.grid-item.selected .top-bar .icon:not(.alert), .items-holder .item.grid-item.selected .top-bar .t-item-icon:not(.alert) {
- color: #80dfff; }
- /* line 127, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected .item-main .item-open {
- color: #80dfff; }
- /* line 128, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected .title {
- color: white; }
- /* line 130, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected:hover .item-main .item-type {
- color: white !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 41, ../../../../general/res/sass/mobile/_item.scss */
-body.phone .items-holder .item.grid-item,
-body.tablet .items-holder .item.grid-item {
- width: 100%; }
- /* line 43, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item > .contents,
- body.tablet .items-holder .item.grid-item > .contents {
- top: 0px;
- right: 10px;
- bottom: 0px;
- left: 10px; }
- /* line 47, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.top-bar,
- body.tablet .items-holder .item.grid-item .bar.top-bar {
- bottom: 0 !important;
- left: auto !important;
- right: 20px !important;
- width: 40px !important;
- height: auto !important;
- text-align: right; }
- /* line 53, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.bottom-bar,
- body.tablet .items-holder .item.grid-item .bar.bottom-bar {
- left: 40px;
- right: 60px; }
- /* line 61, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-type,
- body.phone .items-holder .item.grid-item .item-main .t-item-icon,
- body.tablet .items-holder .item.grid-item .item-main .item-type,
- body.tablet .items-holder .item.grid-item .item-main .t-item-icon {
- font-size: 30px;
- left: 15px;
- line-height: normal; }
- /* line 67, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-open,
- body.tablet .items-holder .item.grid-item .item-main .item-open {
- display: block;
- opacity: 1;
- font-size: 1em;
- width: auto; }
-
-/* line 82, ../../../../general/res/sass/mobile/_item.scss */
-body.phone .items-holder .item.grid-item {
- height: 50px; }
- /* line 86, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.top-bar {
- line-height: 50px !important; }
- /* line 90, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.bottom-bar {
- top: 7px;
- bottom: auto;
- height: 35px; }
- /* line 95, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-type {
- top: 10px;
- bottom: auto;
- height: 30px; }
- /* line 98, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-open {
- line-height: 50px; }
-
-/* line 110, ../../../../general/res/sass/mobile/_item.scss */
-body.tablet .items-holder .item.grid-item {
- height: 66px; }
- /* line 114, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .bar.top-bar {
- line-height: 66px !important; }
- /* line 118, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .bar.bottom-bar {
- top: 15px;
- bottom: auto;
- height: 35px; }
- /* line 123, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .item-main .item-type {
- top: 18px;
- bottom: auto;
- height: 30px; }
- /* line 126, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .item-main .item-open {
- line-height: 66px; }
-
-/********************************* TO BE MOVED */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/_autoflow.scss */
-.autoflow {
- font-size: 0.75rem; }
- /* line 32, ../../../../general/res/sass/_autoflow.scss */
- .autoflow:hover .l-autoflow-header .s-btn.change-column-width, .autoflow:hover .l-autoflow-header .change-column-width.s-menu-btn {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 50ms;
- -o-transition-duration: 50ms;
- -webkit-transition-duration: 50ms;
- transition-duration: 50ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 1; }
- /* line 38, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header {
- bottom: auto;
- height: 22px;
- line-height: 22px;
- min-width: 225px; }
- /* line 43, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .t-last-update {
- overflow: hidden; }
- /* line 46, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .s-btn.change-column-width, .autoflow .l-autoflow-header .change-column-width.s-menu-btn {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0; }
- /* line 50, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .l-filter {
- display: block;
- margin-right: 5px; }
- /* line 53, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .l-filter input.t-filter-input {
- width: 150px; }
- /* line 59, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items {
- overflow-x: scroll;
- overflow-y: hidden;
- top: 32px;
- white-space: nowrap; }
- /* line 65, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-left: 1px solid rgba(153, 153, 153, 0.1);
- display: inline-block;
- padding-left: 5px;
- padding-right: 5px;
- vertical-align: top;
- width: 225px; }
- /* line 75, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-bottom: 1px solid rgba(255, 255, 255, 0.05);
- display: block;
- height: 15px;
- line-height: 15px;
- margin-bottom: 1px;
- margin-top: 1px;
- position: relative; }
- /* line 84, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row:first-child {
- border-top: none; }
- /* line 87, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row:hover {
- background: rgba(255, 255, 255, 0.1); }
- /* line 92, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row.s-stale .l-autoflow-item.l {
- color: rgba(204, 204, 204, 0.3) !important;
- font-style: italic; }
- /* line 93, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row.s-stale .l-autoflow-item.r {
- color: rgba(204, 204, 204, 0.5) !important;
- font-style: italic; }
- /* line 96, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row:not(.s-stale) .l-autoflow-item.r {
- color: #b3b3b3; }
- /* line 100, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row.first-in-group {
- border-top: 1px solid rgba(204, 204, 204, 0.1); }
- /* line 103, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row .l-autoflow-item {
- display: block; }
- /* line 105, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row .l-autoflow-item.l {
- float: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: auto; }
- /* line 112, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row .l-autoflow-item.r {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- float: right;
- margin-left: 5px;
- padding-left: 5px;
- padding-right: 5px;
- text-align: right; }
- /* line 123, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col:first-child {
- border-left: none;
- padding-left: 0; }
-
-/* line 133, ../../../../general/res/sass/_autoflow.scss */
-.frame.child-frame.panel .autoflow .l-autoflow-header .l-filter {
- display: none; }
-
-/* line 1, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main-wrapper,
-.l-image-main,
-.l-image-main-controlbar,
-.l-image-thumbs-wrapper {
- overflow: false;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto; }
-
-/*************************************** MAIN LAYOUT */
-/* line 9, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main-wrapper {
- min-height: 100px;
- min-width: 150px; }
- /* line 16, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-wrapper .l-image-main {
- background-color: rgba(0, 0, 0, 0.1);
- bottom: 30px; }
- /* line 20, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-wrapper .l-image-main-controlbar {
- top: auto;
- height: 25px; }
-
-/* line 26, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-thumbs-wrapper {
- top: auto;
- height: 168px; }
-
-/* line 32, ../../../../general/res/sass/features/_imagery.scss */
-.l-date,
-.l-time,
-.l-timezone {
- display: inline-block; }
-
-/*************************************** MAIN IMAGE */
-/* line 40, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main,
-.l-image-thumb-item .l-thumb {
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat; }
-
-/* line 51, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main-controlbar {
- font-size: 0.8em;
- line-height: 25px; }
- /* line 55, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .left, .l-image-main-controlbar .right {
- direction: rtl;
- overflow: hidden; }
- /* line 59, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .left {
- text-align: left; }
- /* line 63, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .right {
- z-index: 2; }
- /* line 67, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-date,
- .l-image-main-controlbar .l-time {
- color: #cccccc; }
- /* line 71, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-mag {
- direction: ltr;
- display: inline-block; }
- /* line 75, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-mag:before {
- content: "\000049"; }
- /* line 79, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .s-mag {
- color: #666666; }
- /* line 82, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-btn.show-thumbs {
- display: none; }
-
-/* line 87, ../../../../general/res/sass/features/_imagery.scss */
-.s-image-main {
- border: 1px solid transparent; }
- /* line 89, ../../../../general/res/sass/features/_imagery.scss */
- .s-image-main.paused {
- border-color: #c56f01; }
-
-/*************************************** THUMBS */
-/* line 96, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-thumbs-wrapper {
- direction: rtl;
- overflow-x: auto;
- overflow-y: hidden;
- padding-bottom: 5px;
- white-space: nowrap;
- z-index: 70; }
-
-/* line 106, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-thumb-item {
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 1px;
- position: relative;
- cursor: pointer;
- direction: ltr;
- display: inline-block;
- font-size: 0.8em;
- margin-left: 3px;
- text-align: left;
- width: 122px;
- white-space: normal; }
- /* line 111, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item .l-thumb,
- .l-image-thumb-item .l-date,
- .l-image-thumb-item .l-time {
- display: inline-block; }
- /* line 116, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item .l-date,
- .l-image-thumb-item .l-time {
- padding: 2px 3px; }
- /* line 128, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item:hover {
- background: rgba(255, 255, 255, 0.2); }
- /* line 130, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item:hover .l-date,
- .l-image-thumb-item:hover .l-time {
- color: #fff; }
- /* line 135, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item.selected {
- background: #005177; }
- /* line 137, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item.selected .l-date,
- .l-image-thumb-item.selected .l-time {
- color: #fff; }
- /* line 142, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item .l-thumb {
- background-color: rgba(255, 255, 255, 0.1);
- height: 120px;
- width: 120px;
- margin-top: 0; }
-
-/*************************************** WHEN IN FRAME */
-/* line 152, ../../../../general/res/sass/features/_imagery.scss */
-.frame .t-imagery .l-image-main-wrapper {
- bottom: 0; }
- /* line 154, ../../../../general/res/sass/features/_imagery.scss */
- .frame .t-imagery .l-image-main-wrapper .l-image-main-controlbar {
- font-size: 0.7em; }
-/* line 163, ../../../../general/res/sass/features/_imagery.scss */
-.frame .t-imagery .l-image-thumbs-wrapper {
- display: none; }
-
-/* line 1, ../../../../general/res/sass/features/_time-display.scss */
-.l-time-display {
- line-height: 140%; }
- /* line 5, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display:hover .l-btn.control {
- opacity: 1; }
- /* line 11, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display.l-timer .control {
- -moz-transition-property: width, opacity;
- -o-transition-property: width, opacity;
- -webkit-transition-property: width, opacity;
- transition-property: width, opacity;
- -moz-transition-duration: 200ms;
- -o-transition-duration: 200ms;
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- line-height: inherit;
- margin-right: 0;
- opacity: 0;
- width: 0; }
- /* line 18, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display.l-timer:hover .control {
- margin-right: 5px;
- opacity: 1;
- width: 1em; }
- /* line 25, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display .value {
- color: white;
- font-weight: 400; }
- /* line 28, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display .value .direction {
- font-size: 0.8em; }
diff --git a/platform/commonUI/themes/espresso/res/sass/_constants.scss b/platform/commonUI/themes/espresso/res/sass/_constants.scss
index 6beba10d21..3ed6cc276e 100644
--- a/platform/commonUI/themes/espresso/res/sass/_constants.scss
+++ b/platform/commonUI/themes/espresso/res/sass/_constants.scss
@@ -12,12 +12,14 @@ $colorInteriorBorder: rgba($colorBodyFg, 0.1);
$colorA: #ccc;
$colorAHov: #fff;
$contrastRatioPercent: 7%;
+$hoverRatioPercent: 10%;
$basicCr: 3px;
$controlCr: 3px;
$smallCr: 2px;
// Buttons and Controls
-$colorBtnBg: pullForward($colorBodyBg, $contrastRatioPercent); //
+$colorBtnBg: pullForward($colorBodyBg, $contrastRatioPercent);
+$colorBtnBgHov: pullForward($colorBtnBg, $hoverRatioPercent);
$colorBtnFg: $colorBodyFg;
$colorBtnMajorBg: $colorKey;
$colorBtnMajorFg: $colorKeyFg;
@@ -54,7 +56,7 @@ $colorTick: rgba(white, 0.2);
$colorMenuBg: pullForward($colorBodyBg, 23%);
$colorMenuFg: pullForward($colorMenuBg, 70%);
$colorMenuIc: pullForward($colorKey, 17%);
-$colorMenuHovBg: pullForward($colorMenuBg, 10%);
+$colorMenuHovBg: pullForward($colorMenuBg, $hoverRatioPercent);
$colorMenuHovFg: #fff;
$colorMenuHovIc: $colorMenuHovFg;
$shdwMenu: none;
@@ -89,6 +91,8 @@ $colorStatusDefault: #ccc;
$colorStatusInfo: #62ba72;
$colorStatusAlert: #ffa66d;
$colorStatusError: #d4585c;
+$colorStatusAvailable: $colorKey;
+$colorStatusBtnBg: $colorBtnBg;
$colorProgressBarOuter: rgba(#000, 0.1);
$colorProgressBarAmt: $colorKey;
$progressBarHOverlay: 15px;
@@ -123,7 +127,7 @@ $colorOvrBtnFg: #fff;
// Items
$colorItemBg: lighten($colorBodyBg, 5%);
-$colorItemBgHov: pullForward($colorItemBg, 15%);
+$colorItemBgHov: pullForward($colorItemBg, $hoverRatioPercent);
$colorItemFg: lighten($colorItemBg, 50%);
$colorItemFgDetails: lighten($colorItemBg, 30%);
$colorItemIc: $colorKey;
@@ -149,8 +153,8 @@ $colorPlotAreaBorder: $colorInteriorBorder;
$colorPlotLabelFg: pushBack($colorPlotFg, 20%);
// Tree
-$colorItemTreeHoverBg: rgba($colorBodyFg, 0.1);
-$colorItemTreeHoverFg: pullForward($colorBodyFg, 20%);
+$colorItemTreeHoverBg: pullForward($colorBodyBg, $hoverRatioPercent);
+$colorItemTreeHoverFg: pullForward($colorBodyFg, $hoverRatioPercent);
$colorItemTreeIcon: $colorKey;
$colorItemTreeIconHover: lighten($colorItemTreeIcon, 20%);
$colorItemTreeFg: $colorBodyFg;
@@ -165,10 +169,10 @@ $shdwItemTreeIcon: 0.6;
// Scrollbar
$scrollbarTrackSize: 10px;
+$scrollbarTrackShdw: rgba(#000, 0.7) 0 1px 5px;
$scrollbarTrackColorBg: rgba(#000, 0.4);
$scrollbarThumbColor: lighten($colorBodyBg, 10%);
$scrollbarThumbColorHov: lighten($scrollbarThumbColor, 2%);
-$scrollbarTrackShdw: rgba(#000, 0.7) 0 1px 5px;
// Splitter
$splitterD: 25px; // splitterD and HandleD should both be odd, or even
diff --git a/platform/commonUI/themes/espresso/res/sass/_mixins.scss b/platform/commonUI/themes/espresso/res/sass/_mixins.scss
index b196557ba3..cfbe58dd66 100644
--- a/platform/commonUI/themes/espresso/res/sass/_mixins.scss
+++ b/platform/commonUI/themes/espresso/res/sass/_mixins.scss
@@ -4,10 +4,10 @@
@include boxShdw($shdwBtns);
}
-@mixin btnSubtle($bg: $colorBodyBg, $bgHov: none, $fg: $colorBodyFg, $ic: $colorBtnIcon) {
+@mixin btnSubtle($bg: $colorBodyBg, $bgHovColor: none, $fg: $colorBodyFg, $ic: $colorBtnIcon) {
@include containerSubtle($bg, $fg);
- @include btnBase($bg, linear-gradient(lighten($bg, 15%), lighten($bg, 10%)), $fg, $ic);
- @include text-shadow($shdwItemText);
+ @include btnBase($bg, $bgHovColor, $fg, $ic);
+ text-shadow: $shdwItemText;
}
@function pullForward($c: $colorBodyBg, $p: 20%) {
diff --git a/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss b/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss
index 74d213adf9..a87bf7e51d 100644
--- a/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss
+++ b/platform/commonUI/themes/espresso/res/sass/theme-espresso.scss
@@ -20,10 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
-@import "compass";
-@import "compass/reset";
-@import "compass/css3";
-@import "compass/utilities";
+@import "bourbon";
@import "../../../../general/res/sass/_mixins";
@import "../../../../general/res/sass/mobile/mixins";
@@ -33,4 +30,4 @@
@import "../../../../general/res/sass/mobile/constants";
@import "constants";
-@import "../../../../general/res/sass/main";
\ No newline at end of file
+@import "../../../../general/res/sass/main";
diff --git a/platform/commonUI/themes/snow/res/config.rb b/platform/commonUI/themes/snow/res/config.rb
deleted file mode 100755
index 58843cd76e..0000000000
--- a/platform/commonUI/themes/snow/res/config.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Require any additional compass plugins here.
-# require "compass-growl"
-
-# Set this to the root of your project when deployed:
-http_path = "/"
-css_dir = "css"
-sass_dir = "sass"
-images_dir = "images"
-javascripts_dir = "js"
-
-# You can select your preferred output style here (can be overridden via the command line):
-# :expanded, :compressed, :nested
-output_style = :nested
-
-# To enable relative paths to assets via compass helper functions. Uncomment:
-relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-# line_comments = false
-
-
-# If you prefer the indented syntax, you might want to regenerate this
-# project again passing --syntax sass, or you can uncomment this:
-# preferred_syntax = :sass
-# and then run:
-# sass-convert -R --from scss --to sass vfn_platform/static/sass scss && rm -rf sass && mv scss sass
diff --git a/platform/commonUI/themes/snow/res/css/theme-snow.css b/platform/commonUI/themes/snow/res/css/theme-snow.css
deleted file mode 100644
index 100860106c..0000000000
--- a/platform/commonUI/themes/snow/res/css/theme-snow.css
+++ /dev/null
@@ -1,7877 +0,0 @@
-@charset "UTF-8";
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 5, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, img, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-b, u, i, center,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td,
-article, aside, canvas, details, embed,
-figure, figcaption, footer, header, hgroup,
-menu, nav, output, ruby, section, summary,
-time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font: inherit;
- font-size: 100%;
- vertical-align: baseline; }
-
-/* line 22, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-html {
- line-height: 1; }
-
-/* line 24, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-ol, ul {
- list-style: none; }
-
-/* line 26, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-table {
- border-collapse: collapse;
- border-spacing: 0; }
-
-/* line 28, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle; }
-
-/* line 30, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-q, blockquote {
- quotes: none; }
- /* line 103, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- content: none; }
-
-/* line 32, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-a img {
- border: none; }
-
-/* line 116, ../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
-article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
- display: block; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*********************************************** CONTROLS, FORM ELEMENTS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* REQUIRES /platform/commonUI/general/res/sass/mobile/_constants.scss */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FEATURES */
-/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
-/************************** RATIOS */
-/************************** LAYOUT */
-/************************** CONTROLS */
-/************************** PATHS */
-/************************** TIMINGS */
-/************************** LIMITS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* REQUIRES /platform/commonUI/general/res/sass/_constants.scss */
-/************************** MOBILE REPRESENTATION ITEMS DIMENSIONS */
-/************************** MOBILE TREE MENU DIMENSIONS */
-/************************** DEVICE WIDTHS */
-/************************** MEDIA QUERIES: WINDOW CHECKS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
-/************************** MEDIA QUERIES: WINDOWS FOR SPECIFIC ORIENTATIONS FOR EACH DEVICE */
-/************************** DEVICE PARAMETERS FOR MENUS/REPRESENTATIONS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/_effects.scss */
-.disabled,
-a.disabled {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
- opacity: 0.3;
- pointer-events: none !important;
- cursor: default !important; }
-
-/* line 29, ../../../../general/res/sass/_effects.scss */
-.incised {
- -moz-box-shadow: inset rgba(0, 0, 0, 0.8) 0 1px 5px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.8) 0 1px 5px;
- box-shadow: inset rgba(0, 0, 0, 0.8) 0 1px 5px;
- border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
-
-/* line 34, ../../../../general/res/sass/_effects.scss */
-.test-stripes {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(-45deg, rgba(255, 255, 0, 0.1) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 0, 0.1) 50%, rgba(255, 255, 0, 0.1) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat;
- background-size: 40px 40px; }
-
-/* line 38, ../../../../general/res/sass/_effects.scss */
-.test {
- background-color: rgba(255, 204, 0, 0.2) !important; }
-
-/* line 75, ../../../../general/res/sass/_effects.scss */
-.pulse {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 750ms;
- -webkit-animation-duration: 750ms;
- animation-duration: 750ms;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FONTS */
-@font-face {
- /*
- * Use https://icomoon.io/app with /platform/commonUI/general/res/fonts/symbols/icomoon.io-WTD-symbols-project.json
- */
- font-family: 'symbolsfont';
- src: url("../../../../general/res/fonts/symbols/wtdsymbols.eot");
- src: url("../../../../general/res/fonts/symbols/wtdsymbols.eot?#iefix") format("embedded-opentype"), url("../../../../general/res/fonts/symbols/wtdsymbols.woff") format("woff"), url("../../../../general/res/fonts/symbols/wtdsymbols.ttf") format("truetype"), url("../../../../general/res/fonts/symbols/wtdsymbols.svg#armataregular") format("svg");
- font-weight: normal;
- font-style: normal; }
-/************************** HTML ENTITIES */
-/* line 38, ../../../../general/res/sass/_global.scss */
-a {
- color: #999;
- cursor: pointer;
- text-decoration: none; }
- /* line 42, ../../../../general/res/sass/_global.scss */
- a:hover {
- color: #0099cc; }
-
-/* line 47, ../../../../general/res/sass/_global.scss */
-body, html {
- -webkit-font-smoothing: subpixel-antialiased;
- background-color: #fcfcfc;
- color: #666;
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-size: 100%;
- font-weight: 200;
- height: 100%;
- width: 100%;
- overflow: hidden; }
-
-/* line 59, ../../../../general/res/sass/_global.scss */
-em {
- font-style: normal; }
-
-/* line 63, ../../../../general/res/sass/_global.scss */
-input, textarea {
- font-family: Helvetica, Arial, sans-serif; }
-
-/* line 67, ../../../../general/res/sass/_global.scss */
-input[type="text"] {
- vertical-align: baseline;
- padding: 3px 5px !important; }
-
-/* line 72, ../../../../general/res/sass/_global.scss */
-h1, h2, h3 {
- margin: 0; }
-
-/* line 76, ../../../../general/res/sass/_global.scss */
-h1 {
- font-size: 1.7em;
- font-weight: normal !important;
- line-height: 120%;
- margin-bottom: 20px;
- margin-top: 0; }
-
-/* line 84, ../../../../general/res/sass/_global.scss */
-p {
- margin-bottom: 10px; }
-
-/* line 88, ../../../../general/res/sass/_global.scss */
-mct-container {
- display: block; }
-
-/* line 92, ../../../../general/res/sass/_global.scss */
-.abs, .l-inspect, .l-datetime-picker .l-month-year-pager .pager,
-.l-datetime-picker .l-month-year-pager .val, .s-menu-btn span.l-click-area, .l-object-wrapper, .l-object-wrapper .object-holder-main {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: auto;
- width: auto; }
-
-/* line 102, ../../../../general/res/sass/_global.scss */
-.code, .codehilite {
- font-family: "Lucida Console", monospace;
- font-size: 0.7em;
- line-height: 150%;
- white-space: pre; }
-
-/* line 109, ../../../../general/res/sass/_global.scss */
-.codehilite {
- background-color: rgba(102, 102, 102, 0.1);
- padding: 1em; }
-
-/* line 115, ../../../../general/res/sass/_global.scss */
-.align-right {
- text-align: right; }
-
-/* line 119, ../../../../general/res/sass/_global.scss */
-.centered {
- text-align: center; }
-
-/* line 123, ../../../../general/res/sass/_global.scss */
-.ellipsis {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
-
-/* line 127, ../../../../general/res/sass/_global.scss */
-.scrolling,
-.scroll {
- overflow: auto; }
-
-/* line 132, ../../../../general/res/sass/_global.scss */
-.vscroll {
- overflow-y: auto; }
-
-/* line 136, ../../../../general/res/sass/_global.scss */
-.no-margin {
- margin: 0; }
-
-/* line 140, ../../../../general/res/sass/_global.scss */
-.ds {
- -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 4px 10px 2px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 4px 10px 2px;
- box-shadow: rgba(0, 0, 0, 0.7) 0 4px 10px 2px; }
-
-/* line 144, ../../../../general/res/sass/_global.scss */
-.hide,
-.hidden {
- display: none !important; }
-
-/* line 149, ../../../../general/res/sass/_global.scss */
-.off {
- visibility: hidden;
- opacity: 0;
- height: 0;
- margin: 0;
- padding: 0;
- border: 0;
- margin: 0 !important; }
-
-/* line 159, ../../../../general/res/sass/_global.scss */
-.sep {
- color: rgba(255, 255, 255, 0.2); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/********************************************* COLUMN LAYOUTS STYLES */
-/* line 34, ../../../../general/res/sass/_archetypes.scss */
-.cols {
- overflow: hidden;
- *zoom: 1; }
- /* line 36, ../../../../general/res/sass/_archetypes.scss */
- .cols .col {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- *zoom: 1;
- float: left;
- margin-left: 1.5%;
- padding-left: 5px;
- position: relative; }
- /* line 43, ../../../../general/res/sass/_archetypes.scss */
- .cols .col:first-child {
- margin-left: 0;
- padding-left: 0; }
- /* line 50, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-2 .col-1 {
- min-width: 250px;
- width: 48.5%; }
- /* line 56, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-2-ff .col-100px {
- width: 100px; }
- /* line 63, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-6 .col-1 {
- min-width: 83.33333px;
- width: 15.16667%; }
- /* line 69, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-16 .col-1 {
- min-width: 31.25px;
- width: 4.75%; }
- /* line 72, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-16 .col-2 {
- min-width: 62.5px;
- width: 11%; }
- /* line 75, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-16 .col-7 {
- min-width: 218.75px;
- width: 42.25%; }
- /* line 81, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-32 .col-2 {
- min-width: 31.25px;
- width: 4.75%; }
- /* line 84, ../../../../general/res/sass/_archetypes.scss */
- .cols.cols-32 .col-15 {
- min-width: 234.375px;
- width: 45.375%; }
- /* line 88, ../../../../general/res/sass/_archetypes.scss */
- .cols .l-row {
- overflow: hidden;
- *zoom: 1;
- padding: 5px 0; }
-
-/********************************************* FLEX STYLES */
-/* line 95, ../../../../general/res/sass/_archetypes.scss */
-.l-flex-row, .tree-item,
-.search-result-item,
-.l-flex-col {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap; }
- /* line 99, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem, .tree-item .flex-elem,
- .search-result-item .flex-elem,
- .l-flex-col .flex-elem {
- min-height: 0;
- position: relative; }
- /* line 102, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem:not(.grows), .tree-item .flex-elem:not(.grows),
- .search-result-item .flex-elem:not(.grows),
- .l-flex-col .flex-elem:not(.grows) {
- -webkit-flex: 0 0 auto;
- flex: 0 0 auto; }
- /* line 104, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem:not(.grows).flex-can-shrink, .tree-item .flex-elem:not(.grows).flex-can-shrink,
- .search-result-item .flex-elem:not(.grows).flex-can-shrink,
- .l-flex-col .flex-elem:not(.grows).flex-can-shrink {
- -webkit-flex: 0 1 auto;
- flex: 0 1 auto; }
- /* line 108, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem.grows, .tree-item .flex-elem.grows,
- .search-result-item .flex-elem.grows,
- .l-flex-col .flex-elem.grows {
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto; }
- /* line 112, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-container, .tree-item .flex-container,
- .search-result-item .flex-container,
- .l-flex-col .flex-container {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto;
- min-height: 0; }
-
-/* line 121, ../../../../general/res/sass/_archetypes.scss */
-.l-flex-row, .tree-item,
-.search-result-item {
- -webkit-flex-direction: row;
- flex-direction: row; }
- /* line 123, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row.flex-elem, .flex-elem.tree-item,
- .flex-elem.search-result-item {
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto; }
- /* line 124, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-elem, .tree-item .flex-elem,
- .search-result-item .flex-elem {
- height: inherit;
- line-height: inherit;
- min-width: 0; }
- /* line 129, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-row .flex-container, .tree-item .flex-container,
- .search-result-item .flex-container {
- -webkit-flex-direction: row;
- flex-direction: row; }
-
-/* line 132, ../../../../general/res/sass/_archetypes.scss */
-.l-flex-col {
- -webkit-flex-direction: column;
- flex-direction: column; }
- /* line 134, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-col .flex-elem {
- min-height: 0; }
- /* line 136, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-col .flex-elem.holder:not(:last-child) {
- margin-bottom: 10px; }
- /* line 138, ../../../../general/res/sass/_archetypes.scss */
- .l-flex-col .flex-container {
- -webkit-flex-direction: column;
- flex-direction: column; }
-
-/* line 141, ../../../../general/res/sass/_archetypes.scss */
-.flex-fixed {
- -webkit-flex: 0 0 auto;
- flex: 0 0 auto; }
-
-/* line 145, ../../../../general/res/sass/_archetypes.scss */
-.flex-justify-end {
- -webkit-justify-content: flex-end;
- justify-content: flex-end; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 26, ../../../../general/res/sass/_about.scss */
-.l-about.abs, .l-about.l-inspect, .l-datetime-picker .l-month-year-pager .l-about.pager,
-.l-datetime-picker .l-month-year-pager .l-about.val, .s-menu-btn span.l-about.l-click-area, .l-about.l-object-wrapper, .l-object-wrapper .l-about.object-holder-main {
- overflow: auto; }
-/* line 31, ../../../../general/res/sass/_about.scss */
-.l-about .l-logo-holder {
- position: relative;
- height: 45%; }
- /* line 34, ../../../../general/res/sass/_about.scss */
- .l-about .l-logo-holder .l-logo {
- position: absolute; }
- /* line 37, ../../../../general/res/sass/_about.scss */
- .l-about .l-logo-holder .l-logo.l-logo-app {
- top: 0;
- right: 15%;
- bottom: 0;
- left: 15%; }
- /* line 41, ../../../../general/res/sass/_about.scss */
- .l-about .l-logo-holder .l-logo.s-logo-nasa {
- background-image: url("../../../../general/res/images/logo-nasa.svg");
- top: 10px;
- right: auto;
- bottom: auto;
- left: 10px;
- width: 10%;
- height: auto;
- padding-bottom: 5%;
- padding-top: 5%; }
-/* line 50, ../../../../general/res/sass/_about.scss */
-.l-about .l-content {
- position: relative;
- margin-top: 10px; }
-
-/* line 57, ../../../../general/res/sass/_about.scss */
-.s-about {
- line-height: 120%; }
- /* line 61, ../../../../general/res/sass/_about.scss */
- .s-about a {
- color: #84b3ff; }
- /* line 68, ../../../../general/res/sass/_about.scss */
- .s-about .s-logo-holder {
- background: url("../../../../general/res/images/bg-about-openmctweb.jpg") no-repeat center;
- background-size: cover; }
- /* line 72, ../../../../general/res/sass/_about.scss */
- .s-about .s-logo {
- background-position: center;
- background-repeat: no-repeat;
- background-size: contain; }
- /* line 78, ../../../../general/res/sass/_about.scss */
- .s-about .s-logo-openmctweb {
- background-image: url("../../../../general/res/images/logo-openmctweb-shdw.svg"); }
- /* line 81, ../../../../general/res/sass/_about.scss */
- .s-about .s-btn, .s-about .s-menu-btn {
- line-height: 2em; }
- /* line 85, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software {
- border-top: 1px solid rgba(102, 102, 102, 0.2);
- padding: 0.5em 0; }
- /* line 88, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software:first-child {
- border-top: none; }
- /* line 91, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software em {
- color: #999999; }
- /* line 98, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software h3 {
- font-size: 1.25em; }
- /* line 101, ../../../../general/res/sass/_about.scss */
- .s-about .l-licenses-software .l-license-software .s-license-text {
- font-size: 0.9em; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/_text.scss */
-.abs.l-standalone, .l-standalone.l-inspect, .l-datetime-picker .l-month-year-pager .l-standalone.pager,
-.l-datetime-picker .l-month-year-pager .l-standalone.val, .s-menu-btn span.l-standalone.l-click-area, .l-standalone.l-object-wrapper, .l-object-wrapper .l-standalone.object-holder-main {
- padding: 5% 20%; }
-
-/* line 29, ../../../../general/res/sass/_text.scss */
-.s-text {
- font-size: 0.8em; }
- /* line 31, ../../../../general/res/sass/_text.scss */
- .s-text ol, .s-text ul {
- list-style: square;
- margin-left: 1.5em; }
- /* line 39, ../../../../general/res/sass/_text.scss */
- .s-text h1, .s-text h2, .s-text h3 {
- color: #333333;
- font-weight: normal !important;
- margin-bottom: 1em; }
- /* line 45, ../../../../general/res/sass/_text.scss */
- .s-text h2 {
- border-top: 1px solid rgba(102, 102, 102, 0.2);
- font-size: 1.5em;
- margin-top: 2em;
- padding-top: 1em; }
- /* line 52, ../../../../general/res/sass/_text.scss */
- .s-text h3 {
- margin-top: 2em; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/_icons.scss */
-.triangle {
- width: 0;
- height: 0;
- border-top: 5px solid transparent;
- border-left: 5px solid #0099cc;
- border-bottom: 5px solid transparent; }
- /* line 26, ../../../../general/res/sass/_icons.scss */
- .triangle.triangle-down {
- width: 0;
- height: 0;
- border-left: 5px solid transparent;
- border-top: 5px solid #0099cc;
- border-right: 5px solid transparent; }
-
-/* line 31, ../../../../general/res/sass/_icons.scss */
-.ui-symbol, .t-item-icon, .s-icon-btn, .l-datetime-picker .l-month-year-pager .pager, .tree .s-status-editing .tree-item:before,
-.tree .s-status-editing .search-result-item:before,
-.search-results .s-status-editing .tree-item:before,
-.search-results .s-status-editing .search-result-item:before {
- font-family: 'symbolsfont'; }
- /* line 33, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.type-icon, .type-icon.t-item-icon, .type-icon.s-icon-btn, .l-datetime-picker .l-month-year-pager .type-icon.pager, .tree .s-status-editing .type-icon.tree-item:before,
- .tree .s-status-editing .type-icon.search-result-item:before,
- .search-results .s-status-editing .type-icon.tree-item:before,
- .search-results .s-status-editing .type-icon.search-result-item:before {
- color: #b3b3b3; }
- /* line 36, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon, .t-item-icon, .icon.s-icon-btn, .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing .tree-item.t-item-icon:before,
- .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing .search-result-item.t-item-icon:before {
- color: #0099cc;
- font-size: inherit; }
- /* line 39, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon.alert, .alert.t-item-icon, .icon.alert.s-icon-btn, .l-datetime-picker .l-month-year-pager .icon.alert.pager, .l-datetime-picker .l-month-year-pager .alert.pager.t-item-icon, .tree .s-status-editing .icon.alert.tree-item:before, .tree .s-status-editing .alert.tree-item.t-item-icon:before,
- .tree .s-status-editing .icon.alert.search-result-item:before,
- .tree .s-status-editing .alert.search-result-item.t-item-icon:before,
- .search-results .s-status-editing .icon.alert.tree-item:before,
- .search-results .s-status-editing .alert.tree-item.t-item-icon:before,
- .search-results .s-status-editing .icon.alert.search-result-item:before,
- .search-results .s-status-editing .alert.search-result-item.t-item-icon:before {
- color: #ff3c00; }
- /* line 41, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon.alert:hover, .alert.t-item-icon:hover, .icon.alert.s-icon-btn:hover, .l-datetime-picker .l-month-year-pager .icon.alert.pager:hover, .tree .s-status-editing .icon.alert.tree-item:hover:before, .tree .s-status-editing .alert.tree-item.t-item-icon:hover:before,
- .tree .s-status-editing .icon.alert.search-result-item:hover:before,
- .tree .s-status-editing .alert.search-result-item.t-item-icon:hover:before,
- .search-results .s-status-editing .icon.alert.tree-item:hover:before,
- .search-results .s-status-editing .alert.tree-item.t-item-icon:hover:before,
- .search-results .s-status-editing .icon.alert.search-result-item:hover:before,
- .search-results .s-status-editing .alert.search-result-item.t-item-icon:hover:before {
- color: #ff8a66; }
- /* line 45, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon.major, .major.t-item-icon, .icon.major.s-icon-btn, .l-datetime-picker .l-month-year-pager .icon.major.pager, .l-datetime-picker .l-month-year-pager .major.pager.t-item-icon, .tree .s-status-editing .icon.major.tree-item:before, .tree .s-status-editing .major.tree-item.t-item-icon:before,
- .tree .s-status-editing .icon.major.search-result-item:before,
- .tree .s-status-editing .major.search-result-item.t-item-icon:before,
- .search-results .s-status-editing .icon.major.tree-item:before,
- .search-results .s-status-editing .major.tree-item.t-item-icon:before,
- .search-results .s-status-editing .icon.major.search-result-item:before,
- .search-results .s-status-editing .major.search-result-item.t-item-icon:before {
- font-size: 1.65em; }
- /* line 49, ../../../../general/res/sass/_icons.scss */
- .ui-symbol.icon-calendar:after, .icon-calendar.t-item-icon:after, .icon-calendar.s-icon-btn:after, .l-datetime-picker .l-month-year-pager .icon-calendar.pager:after {
- content: "\e605"; }
-
-/* line 54, ../../../../general/res/sass/_icons.scss */
-.bar .ui-symbol, .bar .t-item-icon, .bar .s-icon-btn, .bar .l-datetime-picker .l-month-year-pager .pager, .l-datetime-picker .l-month-year-pager .bar .pager, .bar .tree .s-status-editing .tree-item:before, .tree .s-status-editing .bar .tree-item:before,
-.bar .tree .s-status-editing .search-result-item:before,
-.tree .s-status-editing .bar .search-result-item:before,
-.bar .search-results .s-status-editing .tree-item:before,
-.search-results .s-status-editing .bar .tree-item:before,
-.bar .search-results .s-status-editing .search-result-item:before,
-.search-results .s-status-editing .bar .search-result-item:before {
- display: inline-block; }
-
-/* line 58, ../../../../general/res/sass/_icons.scss */
-.invoke-menu {
- text-shadow: none;
- display: inline-block; }
-
-/* line 63, ../../../../general/res/sass/_icons.scss */
-.s-menu-btn .invoke-menu,
-.icon.major .invoke-menu,
-.major.t-item-icon .invoke-menu {
- margin-left: 3px; }
-
-/* line 68, ../../../../general/res/sass/_icons.scss */
-.menu .type-icon,
-.tree-item .type-icon,
-.super-menu.menu .type-icon {
- position: absolute; }
-
-/* line 74, ../../../../general/res/sass/_icons.scss */
-.l-icon-alert {
- display: none !important; }
- /* line 76, ../../../../general/res/sass/_icons.scss */
- .l-icon-alert:before {
- color: #ff3c00;
- content: "!"; }
-
-/* line 82, ../../../../general/res/sass/_icons.scss */
-.t-item-icon {
- line-height: normal;
- position: relative; }
- /* line 90, ../../../../general/res/sass/_icons.scss */
- .t-item-icon.l-icon-link .t-item-icon-glyph:before {
- color: #49dedb;
- content: "\f4";
- height: auto;
- width: auto;
- position: absolute;
- left: 0;
- top: 0;
- right: 0;
- bottom: 10%;
- -moz-transform-origin: bottom left;
- -ms-transform-origin: bottom left;
- -webkit-transform-origin: bottom left;
- transform-origin: bottom left;
- -moz-transform: scale(0.3);
- -ms-transform: scale(0.3);
- -webkit-transform: scale(0.3);
- transform: scale(0.3);
- z-index: 2; }
-
-/* line 13, ../../../../general/res/sass/_limits.scss */
-.s-limit-red {
- background: rgba(255, 0, 0, 0.3) !important; }
-
-/* line 14, ../../../../general/res/sass/_limits.scss */
-.s-limit-yellow {
- background: rgba(255, 170, 0, 0.3) !important; }
-
-/* line 2, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-red td:first-child:before {
- color: red;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 2, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-yellow td:first-child:before {
- color: #ffaa00;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 24, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-upr td:first-child:before {
- content: "ë"; }
-/* line 25, ../../../../general/res/sass/_limits.scss */
-tr[class*="s-limit"].s-limit-lwr td:first-child:before {
- content: "î"; }
-
-/* line 2, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-red:before {
- color: red;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 2, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-yellow:before {
- color: #ffaa00;
- content: "";
- font-family: symbolsfont;
- font-size: 0.8em;
- display: inline;
- margin-right: 3px; }
-/* line 37, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-upr:before {
- content: "ë"; }
-/* line 38, ../../../../general/res/sass/_limits.scss */
-:not(tr)[class*="s-limit"].s-limit-lwr:before {
- content: "î"; }
-
-/* line 1, ../../../../general/res/sass/_data-status.scss */
-.s-stale {
- color: rgba(51, 51, 51, 0.5) !important;
- font-style: italic; }
- /* line 3, ../../../../general/res/sass/_data-status.scss */
- .s-stale .td {
- color: rgba(51, 51, 51, 0.5) !important;
- font-style: italic; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/helpers/_bubbles.scss */
-.bubble-container {
- pointer-events: none; }
-
-/* line 31, ../../../../general/res/sass/helpers/_bubbles.scss */
-.l-infobubble-wrapper {
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- position: relative;
- z-index: 50; }
- /* line 36, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble {
- display: inline-block;
- min-width: 100px;
- max-width: 300px;
- padding: 5px 10px; }
- /* line 41, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble:before {
- content: "";
- position: absolute;
- width: 0;
- height: 0; }
- /* line 47, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table {
- width: 100%; }
- /* line 50, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td {
- padding: 2px 0;
- vertical-align: top; }
- /* line 53, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td.label {
- padding-right: 10px;
- white-space: nowrap; }
- /* line 57, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td.value {
- word-break: break-all; }
- /* line 61, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble table tr td.align-wrap {
- white-space: normal; }
- /* line 67, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .l-infobubble .title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- margin-bottom: 5px; }
- /* line 74, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-left {
- margin-left: 20px; }
- /* line 76, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-left .l-infobubble::before {
- right: 100%; }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) {
- /* line 76, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-left .l-infobubble::before {
- width: 0;
- height: 0;
- border-top: 6.66667px solid transparent;
- border-bottom: 6.66667px solid transparent;
- border-right: 10px solid white; } }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) {
- /* line 88, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-right {
- margin-right: 20px; } }
- /* line 95, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-right .l-infobubble::before {
- left: 100%; }
- @media only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 1025px) and (-webkit-min-device-pixel-ratio: 1) {
- /* line 95, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-right .l-infobubble::before {
- width: 0;
- height: 0;
- border-top: 6.66667px solid transparent;
- border-bottom: 6.66667px solid transparent;
- border-left: 10px solid white; } }
- /* line 108, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-top .l-infobubble::before {
- top: 20px; }
- /* line 114, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-btm .l-infobubble::before {
- bottom: 20px; }
- /* line 119, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-down {
- margin-bottom: 10px; }
- /* line 121, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-down .l-infobubble::before {
- left: 50%;
- top: 100%;
- margin-left: -5px;
- border-left: 5px solid transparent;
- border-right: 5px solid transparent;
- border-top: 7.5px solid white; }
- /* line 130, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper .arw {
- z-index: 2; }
- /* line 133, ../../../../general/res/sass/helpers/_bubbles.scss */
- .l-infobubble-wrapper.arw-up .arw.arw-down, .l-infobubble-wrapper.arw-down .arw.arw-up {
- display: none; }
-
-/* line 142, ../../../../general/res/sass/helpers/_bubbles.scss */
-.l-thumbsbubble-wrapper .arw-up {
- width: 0;
- height: 0;
- border-left: 6.66667px solid transparent;
- border-right: 6.66667px solid transparent;
- border-bottom: 10px solid #e3e3e3; }
-/* line 145, ../../../../general/res/sass/helpers/_bubbles.scss */
-.l-thumbsbubble-wrapper .arw-down {
- width: 0;
- height: 0;
- border-left: 6.66667px solid transparent;
- border-right: 6.66667px solid transparent;
- border-top: 10px solid #e3e3e3; }
-
-/* line 150, ../../../../general/res/sass/helpers/_bubbles.scss */
-.s-infobubble {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 1px 5px;
- background: white;
- color: #666;
- font-size: 0.8rem; }
- /* line 157, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble .title {
- color: #333333;
- font-weight: bold; }
- /* line 163, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble table tr td {
- border: none;
- border-top: 1px solid #e6e6e6 !important;
- font-size: 0.9em; }
- /* line 169, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble table tr:first-child td {
- border-top: none !important; }
- /* line 174, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble:first-child td {
- border-top: none; }
- /* line 178, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble .label {
- color: gray; }
- /* line 182, ../../../../general/res/sass/helpers/_bubbles.scss */
- .s-infobubble .value {
- color: #333333; }
-
-/* line 188, ../../../../general/res/sass/helpers/_bubbles.scss */
-.s-thumbsbubble {
- background: #e3e3e3;
- color: #4d4d4d; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/helpers/_splitter.scss */
-.splitter {
- display: block;
- position: absolute;
- z-index: 3; }
- /* line 33, ../../../../general/res/sass/helpers/_splitter.scss */
- .splitter:after {
- content: "";
- pointer-events: none;
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- background: #e3e3e3;
- display: block; }
- /* line 46, ../../../../general/res/sass/helpers/_splitter.scss */
- .splitter:active:after {
- background-color: #0099cc !important; }
-
-/* line 65, ../../../../general/res/sass/helpers/_splitter.scss */
-.split-layout.horizontal {
- overflow: hidden; }
- /* line 68, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal .pane {
- left: 0;
- right: 0; }
- /* line 71, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal .pane.top {
- bottom: auto; }
- /* line 74, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal .pane.bottom {
- top: auto; }
- /* line 78, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal > .splitter {
- cursor: row-resize;
- left: 0;
- right: 0;
- height: 24px; }
- /* line 83, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.horizontal > .splitter:after {
- top: 11px;
- bottom: 11px; }
-/* line 91, ../../../../general/res/sass/helpers/_splitter.scss */
-.split-layout.vertical .pane {
- top: 0;
- bottom: 0; }
- /* line 94, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical .pane.left {
- right: auto; }
- /* line 97, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical .pane.right {
- left: auto; }
-/* line 101, ../../../../general/res/sass/helpers/_splitter.scss */
-.split-layout.vertical > .splitter {
- cursor: col-resize;
- top: 0;
- bottom: 0; }
- /* line 105, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter:not(.flush-right) {
- width: 24px; }
- /* line 107, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter:not(.flush-right):after {
- left: 11px;
- right: 11px; }
- /* line 111, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter.flush-right {
- width: 12px; }
- /* line 113, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter.flush-right:after {
- background-color: transparent;
- left: auto;
- right: 0;
- width: 2px; }
- /* line 117, ../../../../general/res/sass/helpers/_splitter.scss */
- .split-layout.vertical > .splitter.flush-right.edge-shdw {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI0MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%);
- background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%);
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.05) 70%, rgba(0, 0, 0, 0.2) 100%); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-@-moz-keyframes rotation {
- 100% {
- -moz-transform: rotate(360deg);
- transform: rotate(360deg); } }
-@-webkit-keyframes rotation {
- 100% {
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg); } }
-@keyframes rotation {
- 100% {
- -moz-transform: rotate(360deg);
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg); } }
-@-moz-keyframes rotation-centered {
- 0% {
- -moz-transform: translate(-50%, -50%) rotate(0deg);
- transform: translate(-50%, -50%) rotate(0deg); }
- 100% {
- -moz-transform: translate(-50%, -50%) rotate(360deg);
- transform: translate(-50%, -50%) rotate(360deg); } }
-@-webkit-keyframes rotation-centered {
- 0% {
- -webkit-transform: translate(-50%, -50%) rotate(0deg);
- transform: translate(-50%, -50%) rotate(0deg); }
- 100% {
- -webkit-transform: translate(-50%, -50%) rotate(360deg);
- transform: translate(-50%, -50%) rotate(360deg); } }
-@keyframes rotation-centered {
- 0% {
- -moz-transform: translate(-50%, -50%) rotate(0deg);
- -ms-transform: translate(-50%, -50%) rotate(0deg);
- -webkit-transform: translate(-50%, -50%) rotate(0deg);
- transform: translate(-50%, -50%) rotate(0deg); }
- 100% {
- -moz-transform: translate(-50%, -50%) rotate(360deg);
- -ms-transform: translate(-50%, -50%) rotate(360deg);
- -webkit-transform: translate(-50%, -50%) rotate(360deg);
- transform: translate(-50%, -50%) rotate(360deg); } }
-/* line 48, ../../../../general/res/sass/helpers/_wait-spinner.scss */
-.wait-spinner {
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%;
- -moz-animation-name: rotation-centered;
- -webkit-animation-name: rotation-centered;
- animation-name: rotation-centered;
- -moz-animation-duration: 0.5s;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-color: rgba(0, 153, 204, 0.25);
- border-top-color: #0099cc;
- border-style: solid;
- border-width: 0.5em;
- display: block;
- position: absolute;
- left: 50%;
- top: 50%;
- height: auto;
- width: auto;
- padding: 5%;
- pointer-events: none;
- z-index: 2; }
- /* line 55, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .wait-spinner.inline {
- display: inline-block !important;
- margin-right: 5px;
- position: relative !important;
- vertical-align: middle; }
-
-/* line 63, ../../../../general/res/sass/helpers/_wait-spinner.scss */
-.treeview .wait-spinner {
- height: 10px;
- width: 10px;
- margin: 0 !important;
- padding: 0 !important;
- top: 2px;
- left: 0; }
-
-/* line 72, ../../../../general/res/sass/helpers/_wait-spinner.scss */
-.loading {
- pointer-events: none; }
- /* line 75, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading:before, .loading:after {
- content: ''; }
- /* line 79, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading:before {
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%;
- -moz-animation-name: rotation-centered;
- -webkit-animation-name: rotation-centered;
- animation-name: rotation-centered;
- -moz-animation-duration: 0.5s;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-color: rgba(119, 107, 162, 0.25);
- border-top-color: #776ba2;
- border-style: solid;
- border-width: 5px;
- display: block;
- position: absolute;
- left: 50%;
- top: 50%;
- padding: 5%;
- z-index: 10; }
- /* line 84, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading:after {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- background: rgba(119, 107, 162, 0.1);
- display: block;
- z-index: 9; }
- /* line 90, ../../../../general/res/sass/helpers/_wait-spinner.scss */
- .loading.tree-item:before {
- padding: 0.375rem;
- border-width: 2px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* Styles for the Inspector pane */
-/* line 24, ../../../../general/res/sass/_inspector.scss */
-.l-inspect,
-.l-inspect table tr td {
- font-size: 0.75rem; }
-
-/* line 29, ../../../../general/res/sass/_inspector.scss */
-.l-inspect {
- background: #efefef;
- color: #666;
- line-height: 140%; }
- /* line 35, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .flex-elem.holder:not(:last-child) {
- margin-bottom: 5px; }
- /* line 37, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .pane-header {
- color: #999999;
- font-size: 0.8rem; }
- /* line 40, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .pane-header:before {
- color: gray;
- content: '\e615';
- display: inline;
- font-family: symbolsfont;
- margin-right: 5px;
- vertical-align: bottom; }
- /* line 52, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .split-layout .split-pane-component.pane.bottom {
- height: 30%;
- min-height: 20%;
- max-height: 80%; }
- /* line 60, ../../../../general/res/sass/_inspector.scss */
- .l-inspect ul {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding-right: 5px; }
- /* line 65, ../../../../general/res/sass/_inspector.scss */
- .l-inspect ul li,
- .l-inspect em {
- display: block;
- position: relative; }
- /* line 71, ../../../../general/res/sass/_inspector.scss */
- .l-inspect ul li {
- margin-bottom: 10px; }
- /* line 75, ../../../../general/res/sass/_inspector.scss */
- .l-inspect em {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background-color: #e3e3e3;
- color: #898989;
- margin-bottom: 5px;
- padding: 5px 5px;
- text-transform: uppercase; }
- /* line 84, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties {
- padding: 3px 0; }
- /* line 85, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties:not(.first) {
- border-top: 1px solid #e3e3e3; }
- /* line 89, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties .label {
- color: #999999;
- text-transform: uppercase; }
- /* line 93, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-properties .value {
- color: #404040;
- word-break: break-all; }
- /* line 100, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- cursor: pointer;
- display: inline-block;
- line-height: 1.2em;
- position: relative;
- padding: 2px 4px; }
- /* line 109, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item .t-object-label .t-item-icon {
- height: 1.2em;
- width: 0.7rem; }
- /* line 114, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item:hover {
- background: rgba(102, 102, 102, 0.1);
- color: #333333; }
- /* line 117, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location .location-item:hover .icon, .l-inspect .inspector-location .location-item:hover .t-item-icon {
- color: #0099cc; }
- /* line 122, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .inspector-location:not(.last) .t-object-label .t-title-label:after {
- color: #8c8c8c;
- content: '\3e';
- display: inline-block;
- font-family: symbolsfont;
- font-size: 8px;
- font-style: normal !important;
- line-height: inherit;
- margin-left: 3px;
- width: 4px; }
- /* line 135, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .holder-elements .current-elements {
- position: relative; }
- /* line 138, ../../../../general/res/sass/_inspector.scss */
- .l-inspect .holder-elements .current-elements .tree-item .t-object-label {
- font-size: 0.75rem;
- left: 0; }
-
-/* line 149, ../../../../general/res/sass/_inspector.scss */
-.l-inspect .splitter-inspect-panel,
-.l-inspect .split-pane-component.pane.bottom {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- pointer-events: none; }
-
-/* line 158, ../../../../general/res/sass/_inspector.scss */
-.s-status-editing .l-inspect .location-item {
- pointer-events: none; }
-/* line 159, ../../../../general/res/sass/_inspector.scss */
-.s-status-editing .l-inspect .splitter-inspect-panel,
-.s-status-editing .l-inspect .split-pane-component.pane.bottom {
- opacity: 1;
- pointer-events: inherit; }
-
-/********************************* CONTROLS */
-/* line 1, ../../../../general/res/sass/controls/_breadcrumb.scss */
-.l-breadcrumb {
- font-size: 0.7rem;
- line-height: 1em;
- margin-bottom: 5px;
- margin-left: -4px; }
- /* line 10, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- color: #404040;
- display: inline-block;
- padding: 2px 4px; }
- /* line 18, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a .icon, .l-breadcrumb .l-breadcrumb-item a .t-item-icon {
- color: #0099cc;
- margin-right: 5px; }
- /* line 22, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a:hover {
- background: white;
- color: gray; }
- /* line 25, ../../../../general/res/sass/controls/_breadcrumb.scss */
- .l-breadcrumb .l-breadcrumb-item a:hover .icon, .l-breadcrumb .l-breadcrumb-item a:hover .t-item-icon {
- color: #0099cc; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 25, ../../../../general/res/sass/controls/_buttons.scss */
-.s-btn, .s-menu-btn,
-.s-icon-btn {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- cursor: pointer;
- text-decoration: none;
- height: 25px;
- line-height: 25px; }
-
-/* line 34, ../../../../general/res/sass/controls/_buttons.scss */
-.s-btn, .s-menu-btn {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0 7.5px;
- font-size: 0.7rem;
- vertical-align: top; }
- /* line 40, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn .icon, .s-menu-btn .icon, .s-btn .t-item-icon, .s-menu-btn .t-item-icon {
- font-size: 0.8rem;
- color: #0099cc; }
- /* line 45, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn .title-label, .s-menu-btn .title-label {
- vertical-align: top; }
- /* line 49, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.lg, .lg.s-menu-btn {
- font-size: 1rem; }
- /* line 53, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.sm, .sm.s-menu-btn {
- padding: 0 5px; }
- /* line 57, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.vsm, .vsm.s-menu-btn {
- padding: 0 2.5px; }
- /* line 61, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.major, .major.s-menu-btn {
- background-color: #0099cc;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .s-btn.major .icon, .major.s-menu-btn .icon, .s-btn.major .t-item-icon, .major.s-menu-btn .t-item-icon {
- color: #fff; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .s-btn.major:not(.disabled):hover, .major.s-menu-btn:not(.disabled):hover {
- background-image: deepskyblue; }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .s-btn.major:not(.disabled):hover > .icon, .major.s-menu-btn:not(.disabled):hover > .icon, .s-btn.major:not(.disabled):hover > .t-item-icon, .major.s-menu-btn:not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 67, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn:not(.major), .s-menu-btn:not(.major) {
- background-color: #969696;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .s-btn:not(.major) .icon, .s-menu-btn:not(.major) .icon, .s-btn:not(.major) .t-item-icon, .s-menu-btn:not(.major) .t-item-icon {
- color: #eee; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .s-btn:not(.major):not(.disabled):hover, .s-menu-btn:not(.major):not(.disabled):hover {
- background-image: #0099cc; }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .s-btn:not(.major):not(.disabled):hover > .icon, .s-menu-btn:not(.major):not(.disabled):hover > .icon, .s-btn:not(.major):not(.disabled):hover > .t-item-icon, .s-menu-btn:not(.major):not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 74, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.t-save:before, .t-save.s-menu-btn:before {
- content: '\e612';
- font-family: symbolsfont;
- margin-right: 3px; }
- /* line 80, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.t-cancel .title-label, .t-cancel.s-menu-btn .title-label {
- display: none; }
- /* line 81, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.t-cancel:before, .t-cancel.s-menu-btn:before {
- content: '\78';
- font-family: symbolsfont; }
- /* line 88, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play .icon:before, .pause-play.s-menu-btn .icon:before, .s-btn.pause-play .t-item-icon:before, .pause-play.s-menu-btn .t-item-icon:before {
- content: "\0000F1"; }
- /* line 91, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play.paused, .pause-play.paused.s-menu-btn {
- background-color: #ff9900;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .s-btn.pause-play.paused .icon, .pause-play.paused.s-menu-btn .icon, .s-btn.pause-play.paused .t-item-icon, .pause-play.paused.s-menu-btn .t-item-icon {
- color: #fff; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .s-btn.pause-play.paused:not(.disabled):hover, .pause-play.paused.s-menu-btn:not(.disabled):hover {
- background-image: #ffad33; }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .s-btn.pause-play.paused:not(.disabled):hover > .icon, .pause-play.paused.s-menu-btn:not(.disabled):hover > .icon, .s-btn.pause-play.paused:not(.disabled):hover > .t-item-icon, .pause-play.paused.s-menu-btn:not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 93, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play.paused .icon, .pause-play.paused.s-menu-btn .icon, .s-btn.pause-play.paused .t-item-icon, .pause-play.paused.s-menu-btn .t-item-icon {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 1000ms;
- -webkit-animation-duration: 1000ms;
- animation-duration: 1000ms;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
- /* line 95, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.pause-play.paused .icon :before, .pause-play.paused.s-menu-btn .icon :before, .s-btn.pause-play.paused .t-item-icon :before, .pause-play.paused.s-menu-btn .t-item-icon :before {
- content: "\0000EF"; }
- /* line 103, ../../../../general/res/sass/controls/_buttons.scss */
- .s-btn.show-thumbs .icon:before, .show-thumbs.s-menu-btn .icon:before, .s-btn.show-thumbs .t-item-icon:before, .show-thumbs.s-menu-btn .t-item-icon:before {
- content: "\000039"; }
-
-/* line 114, ../../../../general/res/sass/controls/_buttons.scss */
-body.desktop .mini-tab {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-transition-property: color, background-color;
- -o-transition-property: color, background-color;
- -webkit-transition-property: color, background-color;
- transition-property: color, background-color;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- color: #d6d6d6;
- cursor: pointer;
- font-family: symbolsfont;
- font-size: 9px;
- display: block;
- position: absolute;
- line-height: 24px;
- height: 24px;
- width: 10px;
- text-align: center; }
- /* line 138, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:hover {
- color: #0099cc; }
- /* line 142, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed {
- background-color: #969696;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- body.desktop .mini-tab.collapsed .icon, body.desktop .mini-tab.collapsed .t-item-icon {
- color: #eee; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- body.desktop .mini-tab.collapsed:not(.disabled):hover {
- background-image: #0099cc; }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- body.desktop .mini-tab.collapsed:not(.disabled):hover > .icon, body.desktop .mini-tab.collapsed:not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 145, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:before {
- opacity: 0; }
- /* line 146, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:after {
- opacity: 1; }
- /* line 148, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:hover:before {
- opacity: 1; }
- /* line 149, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.collapsed:hover:after {
- opacity: 0; }
- /* line 154, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:before, body.desktop .mini-tab:after {
- -moz-transition-property: left, right, opacity;
- -o-transition-property: left, right, opacity;
- -webkit-transition-property: left, right, opacity;
- transition-property: left, right, opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- display: block;
- height: 100%;
- position: absolute; }
- /* line 162, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:before {
- width: 9px; }
- /* line 166, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab:after {
- width: 100%;
- text-align: center;
- opacity: 0; }
- /* line 173, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left {
- text-align: right; }
- /* line 176, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left:before {
- content: '\3c';
- right: 0; }
- /* line 180, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left.collapsed {
- -moz-border-radius-topleft: 0;
- -webkit-border-top-left-radius: 0;
- border-top-left-radius: 0;
- -moz-border-radius-bottomleft: 0;
- -webkit-border-bottom-left-radius: 0;
- border-bottom-left-radius: 0;
- text-align: left; }
- /* line 183, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left.collapsed:before {
- content: '\3e';
- left: 0; }
- /* line 187, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-left.collapsed:hover:before {
- left: 2px; }
- /* line 190, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right {
- text-align: left; }
- /* line 193, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right:before {
- content: '\3e';
- left: 0; }
- /* line 197, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right.collapsed {
- -moz-border-radius-topright: 0;
- -webkit-border-top-right-radius: 0;
- border-top-right-radius: 0;
- -moz-border-radius-bottomright: 0;
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0; }
- /* line 199, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right.collapsed:before {
- text-align: right;
- content: '\3c';
- right: 0; }
- /* line 204, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab.anchor-right.collapsed:hover:before {
- right: 2px; }
-
-/* line 209, ../../../../general/res/sass/controls/_buttons.scss */
-body.desktop .mini-tab-icon {
- color: #d6d6d6;
- cursor: pointer;
- display: block;
- font-family: symbolsfont;
- font-size: 10px;
- position: absolute;
- height: 10px;
- width: 10px;
- line-height: 10px;
- overflow: hidden;
- word-break: break-all; }
- /* line 223, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon.collapsed {
- width: 11px;
- font-size: 11px; }
- /* line 228, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon:before, body.desktop .mini-tab-icon:after {
- position: absolute;
- display: inherit; }
- /* line 234, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon:before {
- content: '\78'; }
- /* line 238, ../../../../general/res/sass/controls/_buttons.scss */
- body.desktop .mini-tab-icon:hover {
- color: #0099cc; }
-
-/* line 243, ../../../../general/res/sass/controls/_buttons.scss */
-.l-btn-set {
- font-size: 0; }
- /* line 248, ../../../../general/res/sass/controls/_buttons.scss */
- .l-btn-set .s-btn, .l-btn-set .s-menu-btn {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- margin-left: 1px; }
- /* line 254, ../../../../general/res/sass/controls/_buttons.scss */
- .l-btn-set .first .s-btn, .l-btn-set .first .s-menu-btn {
- -moz-border-radius-topleft: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-bottomleft: 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- margin-left: 0; }
- /* line 261, ../../../../general/res/sass/controls/_buttons.scss */
- .l-btn-set .last .s-btn, .l-btn-set .last .s-menu-btn {
- -moz-border-radius-topright: 4px;
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px; }
-
-/* line 268, ../../../../general/res/sass/controls/_buttons.scss */
-.paused:not(.s-btn):not(.s-menu-btn) {
- border-color: #ff9900 !important;
- color: #ff9900 !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/controls/_color-palette.scss */
-.l-color-palette {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 5px !important; }
- /* line 31, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row {
- overflow: hidden;
- *zoom: 1;
- line-height: 16px;
- width: 170px; }
- /* line 36, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row .l-palette-item {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- text-shadow: rgba(0, 0, 0, 0.8) 0 1px 2px;
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- border: 1px solid transparent;
- color: #fff;
- display: block;
- font-family: 'symbolsfont';
- float: left;
- height: 16px;
- width: 16px;
- line-height: 16px;
- margin: 0 1px 1px 0;
- text-align: center;
- vertical-align: middle; }
- /* line 53, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row .s-palette-item:hover {
- -moz-transition-property: none;
- -o-transition-property: none;
- -webkit-transition-property: none;
- transition-property: none;
- border-color: #fff !important; }
- /* line 59, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row .l-palette-item-label {
- margin-left: 5px; }
- /* line 63, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row.l-option-row {
- margin-bottom: 5px; }
- /* line 65, ../../../../general/res/sass/controls/_color-palette.scss */
- .l-color-palette .l-palette-row.l-option-row .s-palette-item {
- border-color: #666; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/controls/_controls.scss */
-.accordion {
- margin-top: 5px; }
- /* line 26, ../../../../general/res/sass/controls/_controls.scss */
- .accordion:first-child {
- margin-top: 0; }
- /* line 29, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: rgba(102, 102, 102, 0.2);
- cursor: pointer;
- font-size: 0.75em;
- line-height: 18px;
- margin-bottom: 5px;
- padding: 0 5px;
- position: absolute;
- top: 0;
- right: 0;
- bottom: auto;
- left: 0;
- width: auto;
- height: 18px;
- text-transform: uppercase; }
- /* line 47, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head:hover {
- background: rgba(102, 102, 102, 0.4); }
- /* line 50, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head:after {
- content: "^";
- display: block;
- font-family: 'symbolsfont';
- font-size: 0.9em;
- position: absolute;
- right: 5px;
- text-transform: none;
- top: 0; }
- /* line 60, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-head:not(.expanded):after {
- content: "v"; }
- /* line 64, ../../../../general/res/sass/controls/_controls.scss */
- .accordion .accordion-contents {
- position: absolute;
- top: 23px;
- right: 0;
- bottom: 0;
- left: 0;
- overflow-y: auto;
- overflow-x: hidden; }
-
-/* line 75, ../../../../general/res/sass/controls/_controls.scss */
-.l-composite-control {
- vertical-align: middle; }
- /* line 78, ../../../../general/res/sass/controls/_controls.scss */
- .l-composite-control.l-checkbox .composite-control-label {
- line-height: 18px; }
-
-/* line 84, ../../../../general/res/sass/controls/_controls.scss */
-.l-control-group {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-left: 1px solid rgba(102, 102, 102, 0.2);
- display: inline-block;
- padding: 0 5px;
- position: relative; }
- /* line 92, ../../../../general/res/sass/controls/_controls.scss */
- .l-control-group:first-child {
- border-left: none;
- padding-left: 0; }
-
-/* line 98, ../../../../general/res/sass/controls/_controls.scss */
-.l-local-controls {
- position: absolute;
- top: 5px;
- right: 5px;
- z-index: 5; }
-
-/* line 108, ../../../../general/res/sass/controls/_controls.scss */
-.s-local-controls {
- font-size: 0.7rem; }
-
-/* line 112, ../../../../general/res/sass/controls/_controls.scss */
-label.checkbox.custom {
- cursor: pointer;
- display: inline-block;
- line-height: 14px;
- margin-right: 20px;
- padding-left: 19px;
- position: relative;
- vertical-align: middle; }
- /* line 122, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom em {
- color: #666;
- display: inline-block;
- height: 14px;
- min-width: 14px; }
- /* line 127, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom em:before {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- background: #e3e3e3;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
- box-shadow: inset rgba(0, 0, 0, 0.4) 0 1px 2px;
- box-sizing: border-box;
- content: " ";
- font-family: 'symbolsfont';
- font-size: 0.8em;
- display: inline-block;
- margin-right: 5px;
- height: 14px;
- width: 14px;
- left: 0;
- top: 0;
- position: absolute;
- text-align: center; }
- /* line 145, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom.no-text {
- overflow: hidden;
- margin-right: 0;
- padding-left: 0;
- height: 14px;
- width: 14px; }
- /* line 151, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom.no-text em {
- overflow: hidden; }
- /* line 155, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom input {
- display: none; }
- /* line 157, ../../../../general/res/sass/controls/_controls.scss */
- label.checkbox.custom input:checked ~ em:before {
- background: #0099cc;
- color: #ccf2ff;
- content: "2"; }
-
-/* line 165, ../../../../general/res/sass/controls/_controls.scss */
-.input-labeled {
- margin-left: 5px; }
- /* line 167, ../../../../general/res/sass/controls/_controls.scss */
- .input-labeled label {
- display: inline-block;
- margin-right: 3px; }
- /* line 171, ../../../../general/res/sass/controls/_controls.scss */
- .input-labeled.inline {
- display: inline-block; }
- /* line 174, ../../../../general/res/sass/controls/_controls.scss */
- .input-labeled:first-child {
- margin-left: 0; }
-
-/* line 179, ../../../../general/res/sass/controls/_controls.scss */
-.s-menu-btn label.checkbox.custom {
- margin-left: 5px; }
-
-/* line 184, ../../../../general/res/sass/controls/_controls.scss */
-.item .checkbox.checked label {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- border-bottom: none; }
-
-/* line 190, ../../../../general/res/sass/controls/_controls.scss */
-.context-available,
-.s-icon-btn {
- color: #0099cc; }
- /* line 194, ../../../../general/res/sass/controls/_controls.scss */
- .context-available:hover,
- .s-icon-btn:hover {
- color: deepskyblue; }
-
-/* line 199, ../../../../general/res/sass/controls/_controls.scss */
-.view-switcher {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-
-/******************************************************** OBJECT-HEADER */
-/* line 204, ../../../../general/res/sass/controls/_controls.scss */
-.object-header {
- font-size: 1em; }
- /* line 207, ../../../../general/res/sass/controls/_controls.scss */
- .object-header > .type-icon {
- color: #b3b3b3;
- font-size: 120%;
- float: left;
- margin-right: 5px; }
- /* line 215, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .l-elem-wrapper mct-representation {
- min-width: 0.7em; }
- /* line 223, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .action {
- margin-right: 5px; }
- /* line 227, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .title-label {
- color: #666;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- flex: 0 1 auto;
- -webkit-flex: 0 1 auto;
- padding-right: 0.35em; }
- /* line 234, ../../../../general/res/sass/controls/_controls.scss */
- .object-header .context-available {
- font-size: 0.7em;
- flex: 0 0 1;
- -webkit-flex: 0 0 1; }
-
-/* line 241, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop .object-header .context-available {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0; }
-/* line 246, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop .object-header:hover .context-available {
- opacity: 1; }
-
-/******************************************************** PROGRESS BAR */
-@-moz-keyframes progress {
- 100% {
- background-position: 20px center; } }
-@-webkit-keyframes progress {
- 100% {
- background-position: 20px center; } }
-@keyframes progress {
- 100% {
- background-position: 20px center; } }
-/* line 267, ../../../../general/res/sass/controls/_controls.scss */
-.l-progress-bar {
- display: inline-block;
- overflow: hidden;
- position: relative; }
- /* line 273, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar .progress-amt-holder {
- overflow: hidden;
- position: absolute;
- top: 1px;
- right: 1px;
- bottom: 1px;
- left: 1px;
- width: auto;
- height: auto; }
- /* line 276, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar .progress-amt,
- .l-progress-bar .progress-amt:before,
- .l-progress-bar .progress-amt:after {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- display: block;
- content: ''; }
- /* line 284, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar .progress-amt {
- right: auto; }
- /* line 289, ../../../../general/res/sass/controls/_controls.scss */
- .l-progress-bar.indeterminate .progress-amt {
- width: 100% !important; }
-
-/* line 295, ../../../../general/res/sass/controls/_controls.scss */
-.s-progress-bar {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 4px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 4px;
- box-shadow: inset rgba(0, 0, 0, 0.3) 0 1px 4px;
- background: rgba(0, 0, 0, 0.1); }
- /* line 299, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar .progress-amt {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 0 3px;
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-transition-property: width;
- -o-transition-property: width;
- -webkit-transition-property: width;
- transition-property: width;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
- /* line 304, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar .progress-amt:before {
- background-color: #0a0; }
- /* line 307, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar .progress-amt:after {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjI1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(5%, rgba(0, 0, 0, 0)), color-stop(30%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(0, 0, 0, 0)));
- background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(rgba(0, 0, 0, 0) 5%, rgba(255, 255, 255, 0.25) 30%, rgba(0, 0, 0, 0) 100%); }
- /* line 316, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar:not(.indeterminate) .progress-amt:before {
- -moz-animation: progress 0.4s linear infinite;
- -webkit-animation: progress 0.4s linear infinite;
- animation: progress 0.4s linear infinite;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
- background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
- background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.1) 100%);
- background-position: 0 center;
- background-repeat: repeat-x;
- background-size: 20px 40%; }
- /* line 324, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar.indeterminate .progress-amt:before {
- -moz-animation: progress 0.6s linear infinite;
- -webkit-animation: progress 0.6s linear infinite;
- animation: progress 0.6s linear infinite;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat;
- background-size: 20px 20px; }
- /* line 329, ../../../../general/res/sass/controls/_controls.scss */
- .s-progress-bar.indeterminate .progress-amt:after {
- display: none; }
-
-/******************************************************** SLIDERS */
-/* line 337, ../../../../general/res/sass/controls/_controls.scss */
-.slider .slot {
- width: auto;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0; }
-/* line 345, ../../../../general/res/sass/controls/_controls.scss */
-.slider .knob {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- background-color: rgba(0, 153, 204, 0.5);
- position: absolute;
- height: 100%;
- width: 10px;
- top: 0;
- auto: 0;
- bottom: auto;
- left: auto; }
- /* line 348, ../../../../general/res/sass/controls/_controls.scss */
- .slider .knob:hover {
- background-color: rgba(0, 153, 204, 0.7); }
-/* line 359, ../../../../general/res/sass/controls/_controls.scss */
-.slider .knob-l {
- -moz-border-radius-topleft: 10px;
- -webkit-border-top-left-radius: 10px;
- border-top-left-radius: 10px;
- -moz-border-radius-bottomleft: 10px;
- -webkit-border-bottom-left-radius: 10px;
- border-bottom-left-radius: 10px;
- cursor: w-resize; }
-/* line 363, ../../../../general/res/sass/controls/_controls.scss */
-.slider .knob-r {
- -moz-border-radius-topright: 10px;
- -webkit-border-top-right-radius: 10px;
- border-top-right-radius: 10px;
- -moz-border-radius-bottomright: 10px;
- -webkit-border-bottom-right-radius: 10px;
- border-bottom-right-radius: 10px;
- cursor: e-resize; }
-/* line 367, ../../../../general/res/sass/controls/_controls.scss */
-.slider .range {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- background-color: rgba(0, 153, 204, 0.2);
- cursor: ew-resize;
- position: absolute;
- top: 0;
- right: auto;
- bottom: 0;
- left: auto;
- height: auto;
- width: auto; }
- /* line 378, ../../../../general/res/sass/controls/_controls.scss */
- .slider .range:hover {
- background-color: rgba(0, 153, 204, 0.4); }
-
-/******************************************************** DATETIME PICKER */
-/* line 385, ../../../../general/res/sass/controls/_controls.scss */
-.l-datetime-picker {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- font-size: 0.8rem;
- padding: 10px !important;
- width: 230px; }
- /* line 391, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager {
- height: 15px;
- margin-bottom: 5px;
- position: relative; }
- /* line 400, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager {
- width: 20px; }
- /* line 403, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.prev {
- right: auto; }
- /* line 405, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.prev:before {
- content: "\3c"; }
- /* line 409, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.next {
- left: auto;
- text-align: right; }
- /* line 412, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .pager.next:before {
- content: "\3e"; }
- /* line 417, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-month-year-pager .val {
- text-align: center;
- left: 25px;
- right: 25px; }
- /* line 423, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-calendar,
- .l-datetime-picker .l-time-selects {
- border-top: 1px solid rgba(102, 102, 102, 0.2); }
- /* line 427, ../../../../general/res/sass/controls/_controls.scss */
- .l-datetime-picker .l-time-selects {
- line-height: 22px; }
-
-/******************************************************** CALENDAR */
-/* line 435, ../../../../general/res/sass/controls/_controls.scss */
-.l-calendar ul.l-cal-row {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-flow: row nowrap;
- flex-flow: row nowrap;
- margin-top: 1px; }
- /* line 439, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row:first-child {
- margin-top: 0; }
- /* line 442, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row li {
- -webkit-flex: 1 0;
- flex: 1 0;
- margin-left: 1px;
- padding: 5px;
- text-align: center; }
- /* line 447, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row li:first-child {
- margin-left: 0; }
- /* line 451, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-header li {
- color: #999999; }
- /* line 454, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li {
- -moz-transition-property: background-color;
- -o-transition-property: background-color;
- -webkit-transition-property: background-color;
- transition-property: background-color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- cursor: pointer; }
- /* line 457, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li.in-month {
- background-color: #f2f2f2; }
- /* line 460, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li .sub {
- color: #999999;
- font-size: 0.8em; }
- /* line 464, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li.selected {
- background: #1ac6ff;
- color: #fcfcfc; }
- /* line 467, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li.selected .sub {
- color: inherit; }
- /* line 471, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li:hover {
- background-color: #0099cc;
- color: #fff; }
- /* line 474, ../../../../general/res/sass/controls/_controls.scss */
- .l-calendar ul.l-cal-row.l-body li:hover .sub {
- color: inherit; }
-
-/******************************************************** BROWSER ELEMENTS */
-/* line 485, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop ::-webkit-scrollbar {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 2px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 2px;
- box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 2px;
- background-color: rgba(0, 0, 0, 0.1);
- height: 10px;
- width: 10px; }
-/* line 494, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop ::-webkit-scrollbar-thumb {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5ODk4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 20, color-stop(0%, #898989), color-stop(100%, #7d7d7d));
- background-image: -moz-linear-gradient(#898989, #7d7d7d 20px);
- background-image: -webkit-linear-gradient(#898989, #7d7d7d 20px);
- background-image: linear-gradient(#898989, #7d7d7d 20px);
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
- /* line 501, ../../../../general/res/sass/controls/_controls.scss */
- body.desktop ::-webkit-scrollbar-thumb:hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWNlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 20, color-stop(0%, #00ace6), color-stop(100%, #0099cc));
- background-image: -moz-linear-gradient(#00ace6, #0099cc 20px);
- background-image: -webkit-linear-gradient(#00ace6, #0099cc 20px);
- background-image: linear-gradient(#00ace6, #0099cc 20px); }
-/* line 506, ../../../../general/res/sass/controls/_controls.scss */
-body.desktop ::-webkit-scrollbar-corner {
- background: rgba(0, 0, 0, 0.1); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/controls/_lists.scss */
-.checkbox-list label.checkbox.custom {
- display: block;
- margin-bottom: 5px; }
-/* line 27, ../../../../general/res/sass/controls/_lists.scss */
-.checkbox-list li {
- margin-bottom: 5px; }
-
-/* line 35, ../../../../general/res/sass/controls/_lists.scss */
-.l-tree-item-flat-list .tree-item .t-object-label {
- left: 5px !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/******************************************************** MENU BUTTONS */
-/* line 31, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn .icon, .s-menu-btn .t-item-icon {
- font-size: 120%; }
-/* line 35, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn .title-label {
- margin-left: 3px; }
-/* line 39, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn:after {
- text-shadow: none;
- content: '\76';
- display: inline-block;
- font-family: 'symbolsfont';
- margin-left: 3px;
- vertical-align: top;
- color: rgba(255, 255, 255, 0.4); }
-/* line 46, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn.create-btn:before {
- content: '\2b';
- display: inline;
- font-family: symbolsfont; }
-/* line 51, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn.create-btn .title-label {
- font-size: 1rem; }
-/* line 59, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu-btn .menu {
- left: 0;
- text-align: left; }
- /* line 62, ../../../../general/res/sass/controls/_menus.scss */
- .s-menu-btn .menu .ui-symbol.icon, .s-menu-btn .menu .t-item-icon, .s-menu-btn .menu .icon.s-icon-btn, .s-menu-btn .menu .s-icon-btn.t-item-icon, .s-menu-btn .menu .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager .s-menu-btn .menu .icon.pager, .s-menu-btn .menu .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .l-datetime-picker .l-month-year-pager .s-menu-btn .menu .pager.t-item-icon, .s-menu-btn .menu .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing .s-menu-btn .menu .icon.tree-item:before, .s-menu-btn .menu .tree .s-status-editing .tree-item.t-item-icon:before, .tree .s-status-editing .s-menu-btn .menu .tree-item.t-item-icon:before,
- .s-menu-btn .menu .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing .s-menu-btn .menu .icon.search-result-item:before,
- .s-menu-btn .menu .tree .s-status-editing .search-result-item.t-item-icon:before,
- .tree .s-status-editing .s-menu-btn .menu .search-result-item.t-item-icon:before,
- .s-menu-btn .menu .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing .s-menu-btn .menu .icon.tree-item:before,
- .s-menu-btn .menu .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing .s-menu-btn .menu .tree-item.t-item-icon:before,
- .s-menu-btn .menu .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing .s-menu-btn .menu .icon.search-result-item:before,
- .s-menu-btn .menu .search-results .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing .s-menu-btn .menu .search-result-item.t-item-icon:before {
- width: 12px; }
-
-/******************************************************** MENUS THEMSELVES */
-/* line 69, ../../../../general/res/sass/controls/_menus.scss */
-.menu-element {
- cursor: pointer;
- position: relative; }
-
-/* line 74, ../../../../general/res/sass/controls/_menus.scss */
-.s-menu, .menu {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background-color: white;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #4d4d4d;
- display: inline-block;
- -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 5px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 5px;
- box-shadow: rgba(0, 0, 0, 0.5) 0 1px 5px;
- text-shadow: none;
- padding: 3px 0; }
-
-/* line 82, ../../../../general/res/sass/controls/_menus.scss */
-.menu {
- display: block;
- position: absolute;
- z-index: 10; }
- /* line 87, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul {
- margin: 0;
- padding: 0; }
- /* line 358, ../../../../general/res/sass/_mixins.scss */
- .menu ul li {
- list-style-type: none;
- margin: 0;
- padding: 0; }
- /* line 89, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-top: 1px solid #e6e6e6;
- color: #666666;
- line-height: 1.5rem;
- padding: 3px 10px 3px 28px;
- position: relative;
- white-space: nowrap; }
- /* line 97, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li:first-child {
- border: none; }
- /* line 100, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li:hover {
- background: #e6e6e6;
- color: #4d4d4d; }
- /* line 103, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li:hover .icon, .menu ul li:hover .t-item-icon {
- color: #0099cc; }
- /* line 107, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li .type-icon {
- left: 10px; }
-
-/* line 114, ../../../../general/res/sass/controls/_menus.scss */
-.menu,
-.context-menu,
-.checkbox-menu,
-.super-menu {
- pointer-events: auto; }
- /* line 120, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li a,
- .context-menu ul li a,
- .checkbox-menu ul li a,
- .super-menu ul li a {
- color: #4d4d4d; }
- /* line 123, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li .icon, .menu ul li .t-item-icon,
- .context-menu ul li .icon,
- .checkbox-menu ul li .icon,
- .context-menu ul li .t-item-icon,
- .checkbox-menu ul li .t-item-icon,
- .super-menu ul li .icon,
- .super-menu ul li .t-item-icon {
- color: #0099cc; }
- /* line 126, ../../../../general/res/sass/controls/_menus.scss */
- .menu ul li .type-icon,
- .context-menu ul li .type-icon,
- .checkbox-menu ul li .type-icon,
- .super-menu ul li .type-icon {
- left: 5px; }
-
-/* line 138, ../../../../general/res/sass/controls/_menus.scss */
-.checkbox-menu ul li {
- padding-left: 50px; }
- /* line 140, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .checkbox {
- position: absolute;
- left: 5px;
- top: 0.53333rem; }
- /* line 145, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .checkbox em {
- height: 0.7rem;
- width: 0.7rem; }
- /* line 148, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .checkbox em:before {
- font-size: 7px !important;
- height: 0.7rem;
- width: 0.7rem;
- line-height: 0.7rem; }
- /* line 156, ../../../../general/res/sass/controls/_menus.scss */
- .checkbox-menu ul li .type-icon {
- left: 25px; }
-
-/* line 162, ../../../../general/res/sass/controls/_menus.scss */
-.super-menu {
- display: block;
- width: 500px;
- height: 480px; }
- /* line 170, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .contents {
- overflow: hidden;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto; }
- /* line 173, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
- /* line 175, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane.left {
- border-right: 1px solid #e6e6e6;
- left: 0;
- padding-right: 5px;
- right: auto;
- width: 50%;
- overflow-x: hidden;
- overflow-y: auto; }
- /* line 185, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane.left ul li {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- padding-left: 30px;
- border-top: none; }
- /* line 192, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .pane.right {
- left: auto;
- right: 0;
- padding: 25px;
- width: 50%; }
- /* line 202, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .menu-item-description .desc-area.icon, .super-menu .menu-item-description .desc-area.t-item-icon {
- color: #0099cc;
- position: relative;
- font-size: 8em;
- left: 0;
- height: 150px;
- line-height: 150px;
- margin-bottom: 25px;
- text-align: center; }
- /* line 213, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .menu-item-description .desc-area.title {
- color: #666;
- font-size: 1.2em;
- margin-bottom: 0.5em; }
- /* line 218, ../../../../general/res/sass/controls/_menus.scss */
- .super-menu .menu-item-description .desc-area.description {
- color: #666;
- font-size: 0.8em;
- line-height: 1.5em; }
-
-/* line 227, ../../../../general/res/sass/controls/_menus.scss */
-.context-menu, .checkbox-menu {
- font-size: 0.80rem; }
-
-/* line 231, ../../../../general/res/sass/controls/_menus.scss */
-.context-menu-holder,
-.menu-holder {
- position: absolute;
- z-index: 70; }
- /* line 235, ../../../../general/res/sass/controls/_menus.scss */
- .context-menu-holder .context-menu-wrapper,
- .menu-holder .context-menu-wrapper {
- position: absolute;
- height: 100%;
- width: 100%; }
- /* line 240, ../../../../general/res/sass/controls/_menus.scss */
- .context-menu-holder.go-left .context-menu, .context-menu-holder.go-left .checkbox-menu, .context-menu-holder.go-left .menu,
- .menu-holder.go-left .context-menu,
- .menu-holder.go-left .checkbox-menu,
- .menu-holder.go-left .menu {
- right: 0; }
- /* line 244, ../../../../general/res/sass/controls/_menus.scss */
- .context-menu-holder.go-up .context-menu, .context-menu-holder.go-up .checkbox-menu, .context-menu-holder.go-up .menu,
- .menu-holder.go-up .context-menu,
- .menu-holder.go-up .checkbox-menu,
- .menu-holder.go-up .menu {
- bottom: 0; }
-
-/* line 250, ../../../../general/res/sass/controls/_menus.scss */
-.context-menu-holder {
- pointer-events: none;
- height: 200px;
- width: 170px; }
-
-/* line 256, ../../../../general/res/sass/controls/_menus.scss */
-.btn-bar.right .menu,
-.menus-to-left .menu {
- left: auto;
- right: 0;
- width: auto; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 39, ../../../../general/res/sass/controls/_messages.scss */
-.status.block {
- color: #ccc;
- cursor: default;
- display: inline-block;
- margin-right: 5px; }
- /* line 46, ../../../../general/res/sass/controls/_messages.scss */
- .status.block .status-indicator,
- .status.block .label,
- .status.block .count {
- display: inline-block;
- vertical-align: top; }
- /* line 54, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.no-icon .status-indicator {
- display: none; }
- /* line 59, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.float-right {
- float: right; }
- /* line 63, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.subtle {
- opacity: 0.5; }
- /* line 66, ../../../../general/res/sass/controls/_messages.scss */
- .status.block .status-indicator {
- margin-right: 3px; }
- /* line 71, ../../../../general/res/sass/controls/_messages.scss */
- .status.block:not(.no-collapse) .label {
- -moz-transition-property: max-width;
- -o-transition-property: max-width;
- -webkit-transition-property: max-width;
- transition-property: max-width;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 1.5s;
- -o-transition-delay: 1.5s;
- -webkit-transition-delay: 1.5s;
- transition-delay: 1.5s;
- overflow: hidden;
- max-width: 0px; }
- /* line 78, ../../../../general/res/sass/controls/_messages.scss */
- .status.block:not(.no-collapse):hover .label {
- -moz-transition-property: max-width;
- -o-transition-property: max-width;
- -webkit-transition-property: max-width;
- transition-property: max-width;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0s;
- -o-transition-delay: 0s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- max-width: 450px;
- width: auto; }
- /* line 83, ../../../../general/res/sass/controls/_messages.scss */
- .status.block:not(.no-collapse):hover .count {
- -moz-transition-property: max-width;
- -o-transition-property: max-width;
- -webkit-transition-property: max-width;
- transition-property: max-width;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0s;
- -o-transition-delay: 0s;
- -webkit-transition-delay: 0s;
- transition-delay: 0s;
- opacity: 0; }
- /* line 90, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.ok .status-indicator, .status.block.info .status-indicator {
- color: #60ba7b; }
- /* line 94, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.alert .status-indicator, .status.block.warning .status-indicator, .status.block.caution .status-indicator {
- color: #ffb66c; }
- /* line 99, ../../../../general/res/sass/controls/_messages.scss */
- .status.block.error .status-indicator {
- color: #c96b68; }
- /* line 102, ../../../../general/res/sass/controls/_messages.scss */
- .status.block .count {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 1.5s;
- -o-transition-delay: 1.5s;
- -webkit-transition-delay: 1.5s;
- transition-delay: 1.5s;
- font-weight: bold;
- opacity: 1; }
-
-/* Styles for messages and message banners */
-/* line 111, ../../../../general/res/sass/controls/_messages.scss */
-.message.block {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- padding: 10px; }
-/* line 115, ../../../../general/res/sass/controls/_messages.scss */
-.message.error {
- background-color: rgba(255, 60, 0, 0.3);
- color: #ff8a66; }
-
-/* line 121, ../../../../general/res/sass/controls/_messages.scss */
-.l-message-banner {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-align-items: center;
- align-items: center;
- position: absolute;
- top: 3px;
- right: auto;
- bottom: 3px;
- left: 50%;
- height: auto;
- width: auto;
- line-height: 18px;
- max-width: 300px;
- padding: 0 5px 0 5px;
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- z-index: 10; }
- /* line 137, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner.minimized {
- -moz-transition-property: left, opacity;
- -o-transition-property: left, opacity;
- -webkit-transition-property: left, opacity;
- transition-property: left, opacity;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- left: 0;
- opacity: 0; }
- /* line 145, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner.new {
- left: 50%;
- opacity: 1; }
- /* line 148, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner.new:not(.info) {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 100ms;
- -webkit-animation-duration: 100ms;
- animation-duration: 100ms;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: 10;
- -webkit-animation-iteration-count: 10;
- animation-iteration-count: 10;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.5; }
- 100% {
- opacity: 1; } }
- /* line 153, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .banner-elem {
- -webkit-flex: 0 1 auto;
- flex: 0 1 auto;
- margin-left: 5px; }
- /* line 157, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner a {
- display: inline-block; }
- /* line 160, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .l-action {
- line-height: 15px;
- padding: 0 5px; }
- /* line 164, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .close {
- cursor: pointer;
- font-size: 7px;
- width: 8px; }
- /* line 170, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .l-progress-bar {
- height: 8px;
- line-height: 8px;
- width: 100px; }
- /* line 176, ../../../../general/res/sass/controls/_messages.scss */
- .l-message-banner .progress-info {
- display: none; }
-
-/* line 186, ../../../../general/res/sass/controls/_messages.scss */
-.s-message-banner {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background-color: gray;
- color: #fff;
- cursor: pointer; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner:hover {
- background-color: #999999; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .s-action {
- background-color: #666666; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .s-action:hover {
- background-color: gray; }
- /* line 190, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner a {
- color: inherit; }
- /* line 191, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .s-action {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-transition-property: background-color;
- -o-transition-property: background-color;
- -webkit-transition-property: background-color;
- transition-property: background-color;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
- /* line 195, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .close {
- opacity: 0.5; }
- /* line 197, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner .close:hover {
- opacity: 1; }
- /* line 201, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok, .s-message-banner.info {
- background-color: #275a36;
- color: #fff; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok:hover, .s-message-banner.info:hover {
- background-color: #367e4c; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok .s-action, .s-message-banner.info .s-action {
- background-color: #183621; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.ok .s-action:hover, .s-message-banner.info .s-action:hover {
- background-color: #275a36; }
- /* line 205, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution, .s-message-banner.warning, .s-message-banner.alert {
- background-color: #d26a00;
- color: #fff; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution:hover, .s-message-banner.warning:hover, .s-message-banner.alert:hover {
- background-color: #ff8306; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution .s-action, .s-message-banner.warning .s-action, .s-message-banner.alert .s-action {
- background-color: #9f5000; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.caution .s-action:hover, .s-message-banner.warning .s-action:hover, .s-message-banner.alert .s-action:hover {
- background-color: #d26a00; }
- /* line 210, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error {
- background-color: #702a28;
- color: #fff; }
- /* line 28, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error:hover {
- background-color: #963835; }
- /* line 31, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error .s-action {
- background-color: #4a1c1b; }
- /* line 33, ../../../../general/res/sass/controls/_messages.scss */
- .s-message-banner.error .s-action:hover {
- background-color: #702a28; }
-
-/* Paths:
- t-dialog | t-dialog-sm > t-message-single | t-message-list > overlay > holder > contents > l-message >
- message-type > (icon)
- message-contents >
- top-bar >
- title
- hint
- editor >
- (if displaying list of messages)
- ul > li > l-message >
- ... same as above
- bottom-bar
-*/
-/* line 252, ../../../../general/res/sass/controls/_messages.scss */
-.l-message {
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-align-items: stretch;
- align-items: stretch; }
- /* line 256, ../../../../general/res/sass/controls/_messages.scss */
- .l-message .type-icon.message-type {
- -webkit-flex: 0 1 auto;
- flex: 0 1 auto;
- position: relative; }
- /* line 261, ../../../../general/res/sass/controls/_messages.scss */
- .l-message .message-contents {
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto;
- margin-left: 25px;
- position: relative; }
- /* line 267, ../../../../general/res/sass/controls/_messages.scss */
- .l-message .message-contents .top-bar,
- .l-message .message-contents .message-body {
- margin-bottom: 20px; }
-
-/* line 216, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .type-icon.message-type {
- text-shadow: rgba(255, 255, 255, 0.8) 0 0px 5px;
- color: #ccc;
- font-size: 80px;
- padding: 1px;
- width: 82px; }
- /* line 218, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .type-icon.message-type:before {
- content: "\e608"; }
-/* line 225, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .message-severity-info .type-icon.message-type {
- color: #60ba7b; }
- /* line 226, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .message-severity-info .type-icon.message-type:before {
- content: "\e608"; }
-/* line 229, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .message-severity-alert .type-icon.message-type {
- color: #ffb66c; }
- /* line 230, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .message-severity-alert .type-icon.message-type:before {
- content: "\e610"; }
-/* line 233, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-single .message-severity-error .type-icon.message-type {
- color: #c96b68; }
- /* line 234, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-single .message-severity-error .type-icon.message-type:before {
- content: "\21"; }
-
-/* line 281, ../../../../general/res/sass/controls/_messages.scss */
-body.desktop .t-message-single .l-message,
-body.desktop .t-message-single .bottom-bar {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto; }
-/* line 286, ../../../../general/res/sass/controls/_messages.scss */
-body.desktop .t-message-single .bottom-bar {
- top: auto;
- height: 24px; }
-
-/* line 216, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .type-icon.message-type {
- text-shadow: rgba(255, 255, 255, 0.8) 0 0px 5px;
- color: #ccc;
- font-size: 32px;
- padding: 1px;
- width: 34px; }
- /* line 218, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .type-icon.message-type:before {
- content: "\e608"; }
-/* line 225, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-severity-info .type-icon.message-type {
- color: #60ba7b; }
- /* line 226, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-severity-info .type-icon.message-type:before {
- content: "\e608"; }
-/* line 229, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-severity-alert .type-icon.message-type {
- color: #ffb66c; }
- /* line 230, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-severity-alert .type-icon.message-type:before {
- content: "\e610"; }
-/* line 233, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-severity-error .type-icon.message-type {
- color: #c96b68; }
- /* line 234, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-severity-error .type-icon.message-type:before {
- content: "\21"; }
-/* line 297, ../../../../general/res/sass/controls/_messages.scss */
-.t-message-list .message-contents .l-message {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background: rgba(102, 102, 102, 0.1);
- margin-bottom: 5px;
- padding: 10px; }
- /* line 303, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents,
- .t-message-list .message-contents .l-message .bottom-bar {
- position: relative; }
- /* line 308, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents {
- font-size: 0.9em;
- margin-left: 10px; }
- /* line 311, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents .message-action {
- color: #999999; }
- /* line 312, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .message-contents .bottom-bar {
- text-align: left; }
- /* line 315, ../../../../general/res/sass/controls/_messages.scss */
- .t-message-list .message-contents .l-message .top-bar,
- .t-message-list .message-contents .l-message .message-body {
- margin-bottom: 10px; }
-
-/* line 324, ../../../../general/res/sass/controls/_messages.scss */
-body.desktop .t-message-list .message-contents .l-message {
- margin-right: 10px; }
-
-/* line 9, ../../../../general/res/sass/controls/_time-controller.scss */
-mct-include.l-time-controller {
- display: block;
- height: 83px;
- min-width: 500px;
- font-size: 0.8rem; }
- /* line 34, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder,
- mct-include.l-time-controller .l-time-range-slider-holder,
- mct-include.l-time-controller .l-time-range-ticks-holder {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- top: auto; }
- /* line 43, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider,
- mct-include.l-time-controller .l-time-range-ticks {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- left: 150px;
- right: 150px; }
- /* line 50, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder {
- height: 33px;
- bottom: 46px;
- padding-top: 5px;
- border-top: 1px solid rgba(102, 102, 102, 0.2); }
- /* line 55, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .type-icon {
- font-size: 120%;
- vertical-align: middle; }
- /* line 59, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem {
- margin-right: 5px; }
- /* line 62, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .lbl,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .lbl {
- color: #999999; }
- /* line 65, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .ui-symbol.icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .t-item-icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.s-icon-btn, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .s-icon-btn.t-item-icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.pager, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .pager.t-item-icon, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.tree-item:before, mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .tree-item.t-item-icon:before, .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree .s-status-editing .search-result-item.t-item-icon:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-result-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.tree-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-results .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-input .search-result-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .ui-symbol.icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .t-item-icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.s-icon-btn,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .s-icon-btn.t-item-icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .l-datetime-picker .l-month-year-pager .icon.pager,
- .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.pager,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .l-datetime-picker .l-month-year-pager .pager.t-item-icon,
- .l-datetime-picker .l-month-year-pager mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .pager.t-item-icon,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .icon.tree-item:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.tree-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .tree-item.t-item-icon:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .icon.search-result-item:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree .s-status-editing .search-result-item.t-item-icon:before,
- .tree .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-result-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .icon.tree-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.tree-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .tree-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .tree-item.t-item-icon:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .icon.search-result-item:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .icon.search-result-item:before,
- mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-results .s-status-editing .search-result-item.t-item-icon:before,
- .search-results .s-status-editing mct-include.l-time-controller .l-time-range-inputs-holder .l-time-range-inputs-elem .search-result-item.t-item-icon:before {
- font-size: 11px;
- width: 11px; }
- /* line 72, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder {
- height: 20px;
- bottom: 23px; }
- /* line 75, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder {
- -moz-box-shadow: none;
- -webkit-box-shadow: none;
- box-shadow: none;
- background: none;
- border: none; }
- /* line 80, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line {
- -moz-transform: translateX(50%);
- -ms-transform: translateX(50%);
- -webkit-transform: translateX(50%);
- transform: translateX(50%);
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0px;
- left: auto;
- width: 8px;
- height: auto;
- z-index: 2; }
- /* line 90, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:before, mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:after {
- background-color: #666;
- content: "";
- position: absolute; }
- /* line 96, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:before {
- top: 0;
- right: auto;
- bottom: -10px;
- left: 3px;
- width: 2px; }
- /* line 102, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range .toi-line:after {
- -moz-border-radius: 8px;
- -webkit-border-radius: 8px;
- border-radius: 8px;
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- top: 50%;
- right: 0;
- bottom: auto;
- left: 0;
- width: auto;
- height: 8px; }
- /* line 3, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range:hover .toi-line:before, mct-include.l-time-controller .l-time-range-slider-holder .range-holder .range:hover .toi-line:after {
- background-color: #0052b5; }
- /* line 118, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-slider-holder:not(:active) .knob,
- mct-include.l-time-controller .l-time-range-slider-holder:not(:active) .range {
- -moz-transition-property: left, right;
- -o-transition-property: left, right;
- -webkit-transition-property: left, right;
- transition-property: left, right;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out; }
- /* line 127, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder {
- height: 20px; }
- /* line 129, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks {
- border-top: 1px solid rgba(0, 0, 0, 0.2); }
- /* line 131, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks .tick {
- background-color: rgba(0, 0, 0, 0.2);
- border: none;
- height: 5px;
- width: 1px;
- margin-left: -1px;
- position: absolute; }
- /* line 138, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks .tick:first-child {
- margin-left: 0; }
- /* line 141, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .l-time-range-ticks-holder .l-time-range-ticks .tick .l-time-range-tick-label {
- transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- color: #999999;
- display: inline-block;
- font-size: 0.9em;
- position: absolute;
- top: 8px;
- white-space: nowrap;
- z-index: 2; }
- /* line 155, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob {
- z-index: 2; }
- /* line 157, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob .range-value {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- padding: 0 10px;
- position: absolute;
- height: 20px;
- line-height: 20px;
- white-space: nowrap; }
- /* line 166, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob:hover .range-value {
- color: rgba(0, 153, 204, 0.7); }
- /* line 169, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-l {
- margin-left: -10px; }
- /* line 172, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-l .range-value {
- text-align: right;
- right: 10px; }
- /* line 177, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-r {
- margin-right: -10px; }
- /* line 180, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-r .range-value {
- left: 10px; }
- /* line 3, ../../../../general/res/sass/controls/_time-controller.scss */
- mct-include.l-time-controller .knob.knob-r:hover + .range-holder .range .toi-line:before, mct-include.l-time-controller .knob.knob-r:hover + .range-holder .range .toi-line:after {
- background-color: #0052b5; }
-
-/* line 194, ../../../../general/res/sass/controls/_time-controller.scss */
-.s-time-range-val {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background-color: #fff;
- padding: 1px 1px 0 5px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px), only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
- /* line 25, ../../../../general/res/sass/mobile/controls/_menus.scss */
- .super-menu {
- width: 250px;
- height: 250px; }
- /* line 31, ../../../../general/res/sass/mobile/controls/_menus.scss */
- .super-menu .pane.left {
- border-right: none;
- padding-right: 0;
- width: 100%; }
- /* line 36, ../../../../general/res/sass/mobile/controls/_menus.scss */
- .super-menu .pane.right {
- display: none; } }
-/********************************* FORMS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/forms/_elems.scss */
-.section-header {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background: rgba(0, 0, 0, 0.05);
- color: #999999;
- font-size: 0.8em;
- padding: 5px 5px;
- text-transform: uppercase; }
-
-/* line 33, ../../../../general/res/sass/forms/_elems.scss */
-.form {
- color: gray; }
- /* line 35, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-section {
- position: relative;
- margin-bottom: 20px; }
- /* line 40, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- *zoom: 1;
- border-top: 1px solid rgba(0, 0, 0, 0.1);
- margin-top: 5px;
- padding: 5px 0;
- position: relative; }
- /* line 48, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row.first {
- border-top: none; }
- /* line 52, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row > .label,
- .form .form-row > .controls {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- *zoom: 1;
- font-size: 0.8rem;
- line-height: 22px;
- min-height: 22px; }
- /* line 61, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row > .label {
- float: left;
- min-width: 120px;
- position: relative;
- white-space: nowrap;
- width: 30%; }
- /* line 71, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .value {
- color: #666; }
- /* line 75, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls {
- float: left;
- position: relative;
- width: 69.9%; }
- /* line 82, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-composite-control.l-checkbox {
- display: inline-block;
- line-height: 14px;
- margin-right: 5px; }
- /* line 91, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-med input[type="text"] {
- width: 200px; }
- /* line 95, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-small input[type="text"] {
- width: 50px; }
- /* line 99, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .l-numeric input[type="text"] {
- text-align: right; }
- /* line 103, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .controls .select {
- margin-right: 5px; }
- /* line 108, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .field-hints {
- color: #333333; }
- /* line 112, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .selector-list {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: #fff;
- border: none;
- color: #666;
- outline: none;
- padding: 0 3px;
- position: relative;
- height: 150px; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- .form .form-row .selector-list.error {
- background: rgba(255, 0, 0, 0.5); }
- /* line 119, ../../../../general/res/sass/forms/_elems.scss */
- .form .form-row .selector-list > .wrapper {
- overflow: auto;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px; }
-
-/* line 133, ../../../../general/res/sass/forms/_elems.scss */
-label.form-control.checkbox input {
- margin-right: 5px;
- vertical-align: top; }
-
-/* line 139, ../../../../general/res/sass/forms/_elems.scss */
-.hint,
-.s-hint {
- font-size: 0.9em; }
-
-/* line 144, ../../../../general/res/sass/forms/_elems.scss */
-.l-result {
- display: inline-block;
- min-width: 32px;
- min-height: 32px;
- position: relative;
- vertical-align: top; }
- /* line 151, ../../../../general/res/sass/forms/_elems.scss */
- .l-result div.s-hint {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background: rgba(255, 34, 0, 0.8);
- display: block;
- color: #ffa799;
- padding: 5px; }
-
-/* line 160, ../../../../general/res/sass/forms/_elems.scss */
-input[type="text"],
-input[type="search"] {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: #fff;
- border: none;
- color: #666;
- outline: none;
- padding: 0 3px; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- input[type="text"].error,
- input[type="search"].error {
- background: rgba(255, 0, 0, 0.5); }
- /* line 163, ../../../../general/res/sass/forms/_elems.scss */
- input[type="text"].numeric,
- input[type="search"].numeric {
- text-align: right; }
-
-/* line 168, ../../../../general/res/sass/forms/_elems.scss */
-textarea {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: #fff;
- border: none;
- color: #666;
- outline: none;
- padding: 5px;
- position: absolute;
- height: 100%;
- width: 100%; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- textarea.error {
- background: rgba(255, 0, 0, 0.5); }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/forms/_selects.scss */
-.select {
- background-color: #ddd;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none;
- padding: 0 5px;
- overflow: hidden;
- position: relative;
- line-height: 22px; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .select .icon, .select .t-item-icon {
- color: #eee; }
- /* line 31, ../../../../general/res/sass/forms/_selects.scss */
- .select select {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- background: none;
- color: #666;
- cursor: pointer;
- border: none !important;
- padding: 4px 25px 2px 0px;
- width: 130%; }
- /* line 40, ../../../../general/res/sass/forms/_selects.scss */
- .select select option {
- margin: 5px 0; }
- /* line 44, ../../../../general/res/sass/forms/_selects.scss */
- .select:after {
- text-shadow: none;
- content: '\76';
- display: inline-block;
- font-family: 'symbolsfont';
- margin-left: 3px;
- vertical-align: top;
- pointer-events: none;
- color: rgba(102, 102, 102, 0.4);
- position: absolute;
- right: 5px;
- top: 0; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/forms/_channel-selector.scss */
-.channel-selector .line {
- margin-bottom: 5px;
- min-height: 22px; }
-/* line 27, ../../../../general/res/sass/forms/_channel-selector.scss */
-.channel-selector .treeview {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: #fcfcfc;
- border: none;
- color: #666;
- outline: none;
- padding: 0 3px;
- background: white;
- border-bottom: 1px solid white;
- min-height: 300px;
- max-height: 400px;
- overflow: auto;
- padding: 5px; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- .channel-selector .treeview.error {
- background: rgba(255, 0, 0, 0.5); }
-/* line 36, ../../../../general/res/sass/forms/_channel-selector.scss */
-.channel-selector .btns-add-remove {
- margin-top: 150px; }
- /* line 39, ../../../../general/res/sass/forms/_channel-selector.scss */
- .channel-selector .btns-add-remove .s-btn, .channel-selector .btns-add-remove .s-menu-btn {
- display: block;
- margin-bottom: 5px;
- text-align: center; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 29, ../../../../general/res/sass/forms/_datetime.scss */
-.complex.datetime {
- /*
- .field-hints,
- .fields {
- }
-
-
- .field-hints {
-
- }
- */ }
- /* line 30, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime span {
- display: inline-block;
- margin-right: 5px; }
- /* line 46, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .fields {
- margin-top: 3px 0;
- padding: 3px 0; }
- /* line 51, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .date {
- width: 85px; }
- /* line 24, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .date input[type="text"] {
- width: 80px; }
- /* line 55, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.md {
- width: 65px; }
- /* line 24, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.md input[type="text"] {
- width: 60px; }
- /* line 59, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.sm {
- width: 45px; }
- /* line 24, ../../../../general/res/sass/forms/_datetime.scss */
- .complex.datetime .time.sm input[type="text"] {
- width: 40px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/forms/_validation.scss */
-.validates > .label {
- padding-right: 10px; }
- /* line 25, ../../../../general/res/sass/forms/_validation.scss */
- .validates > .label::after {
- float: right;
- font-family: symbolsfont;
- font-size: 0.7em; }
-/* line 33, ../../../../general/res/sass/forms/_validation.scss */
-.validates.invalid > .label::after, .validates.invalid.req > .label::after {
- color: #ff2200;
- content: "x"; }
-/* line 40, ../../../../general/res/sass/forms/_validation.scss */
-.validates.valid > .label::after, .validates.valid.req > .label::after {
- color: #33cc33;
- content: "2"; }
-/* line 46, ../../../../general/res/sass/forms/_validation.scss */
-.validates.req > .label::after {
- color: #0099cc;
- content: "*"; }
-
-/* line 52, ../../../../general/res/sass/forms/_validation.scss */
-.req {
- font-size: 0.7em; }
-
-/* line 55, ../../../../general/res/sass/forms/_validation.scss */
-span.req {
- color: #0099cc; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 25, ../../../../general/res/sass/forms/_filter.scss */
-.filter input.t-filter-input:not(.ng-dirty) + .t-a-clear,
-.t-filter input.t-filter-input:not(.ng-dirty) + .t-a-clear {
- display: none; }
-/* line 29, ../../../../general/res/sass/forms/_filter.scss */
-.filter .icon.ui-symbol, .filter .t-item-icon, .filter .icon.s-icon-btn, .filter .s-icon-btn.t-item-icon, .filter .l-datetime-picker .l-month-year-pager .icon.pager, .l-datetime-picker .l-month-year-pager .filter .icon.pager, .filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon, .l-datetime-picker .l-month-year-pager .filter .pager.t-item-icon, .filter .tree .s-status-editing .icon.tree-item:before, .tree .s-status-editing .filter .icon.tree-item:before, .filter .tree .s-status-editing .tree-item.t-item-icon:before, .tree .s-status-editing .filter .tree-item.t-item-icon:before,
-.filter .tree .s-status-editing .icon.search-result-item:before,
-.tree .s-status-editing .filter .icon.search-result-item:before,
-.filter .tree .s-status-editing .search-result-item.t-item-icon:before,
-.tree .s-status-editing .filter .search-result-item.t-item-icon:before,
-.filter .search-results .s-status-editing .icon.tree-item:before,
-.search-results .s-status-editing .filter .icon.tree-item:before,
-.filter .search-results .s-status-editing .tree-item.t-item-icon:before,
-.search-results .s-status-editing .filter .tree-item.t-item-icon:before,
-.filter .search-results .s-status-editing .icon.search-result-item:before,
-.search-results .s-status-editing .filter .icon.search-result-item:before,
-.filter .search-results .s-status-editing .search-result-item.t-item-icon:before,
-.search-results .s-status-editing .filter .search-result-item.t-item-icon:before,
-.t-filter .icon.ui-symbol,
-.t-filter .t-item-icon,
-.t-filter .icon.s-icon-btn,
-.t-filter .s-icon-btn.t-item-icon,
-.t-filter .l-datetime-picker .l-month-year-pager .icon.pager,
-.l-datetime-picker .l-month-year-pager .t-filter .icon.pager,
-.t-filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon,
-.l-datetime-picker .l-month-year-pager .t-filter .pager.t-item-icon,
-.t-filter .tree .s-status-editing .icon.tree-item:before,
-.tree .s-status-editing .t-filter .icon.tree-item:before,
-.t-filter .tree .s-status-editing .tree-item.t-item-icon:before,
-.tree .s-status-editing .t-filter .tree-item.t-item-icon:before,
-.t-filter .tree .s-status-editing .icon.search-result-item:before,
-.tree .s-status-editing .t-filter .icon.search-result-item:before,
-.t-filter .tree .s-status-editing .search-result-item.t-item-icon:before,
-.tree .s-status-editing .t-filter .search-result-item.t-item-icon:before,
-.t-filter .search-results .s-status-editing .icon.tree-item:before,
-.search-results .s-status-editing .t-filter .icon.tree-item:before,
-.t-filter .search-results .s-status-editing .tree-item.t-item-icon:before,
-.search-results .s-status-editing .t-filter .tree-item.t-item-icon:before,
-.t-filter .search-results .s-status-editing .icon.search-result-item:before,
-.search-results .s-status-editing .t-filter .icon.search-result-item:before,
-.t-filter .search-results .s-status-editing .search-result-item.t-item-icon:before,
-.search-results .s-status-editing .t-filter .search-result-item.t-item-icon:before {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- display: inline-block;
- font-size: 1.3em;
- height: 22px;
- line-height: 22px;
- padding: 0px 5px;
- vertical-align: middle; }
- /* line 37, ../../../../general/res/sass/forms/_filter.scss */
- .filter .icon.ui-symbol:hover, .filter .t-item-icon:hover, .filter .icon.s-icon-btn:hover, .filter .s-icon-btn.t-item-icon:hover, .filter .l-datetime-picker .l-month-year-pager .icon.pager:hover, .l-datetime-picker .l-month-year-pager .filter .icon.pager:hover, .filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon:hover, .l-datetime-picker .l-month-year-pager .filter .pager.t-item-icon:hover, .filter .tree .s-status-editing .icon.tree-item:hover:before, .tree .s-status-editing .filter .icon.tree-item:hover:before, .filter .tree .s-status-editing .tree-item.t-item-icon:hover:before, .tree .s-status-editing .filter .tree-item.t-item-icon:hover:before,
- .filter .tree .s-status-editing .icon.search-result-item:hover:before,
- .tree .s-status-editing .filter .icon.search-result-item:hover:before,
- .filter .tree .s-status-editing .search-result-item.t-item-icon:hover:before,
- .tree .s-status-editing .filter .search-result-item.t-item-icon:hover:before,
- .filter .search-results .s-status-editing .icon.tree-item:hover:before,
- .search-results .s-status-editing .filter .icon.tree-item:hover:before,
- .filter .search-results .s-status-editing .tree-item.t-item-icon:hover:before,
- .search-results .s-status-editing .filter .tree-item.t-item-icon:hover:before,
- .filter .search-results .s-status-editing .icon.search-result-item:hover:before,
- .search-results .s-status-editing .filter .icon.search-result-item:hover:before,
- .filter .search-results .s-status-editing .search-result-item.t-item-icon:hover:before,
- .search-results .s-status-editing .filter .search-result-item.t-item-icon:hover:before,
- .t-filter .icon.ui-symbol:hover,
- .t-filter .t-item-icon:hover,
- .t-filter .icon.s-icon-btn:hover,
- .t-filter .s-icon-btn.t-item-icon:hover,
- .t-filter .l-datetime-picker .l-month-year-pager .icon.pager:hover,
- .l-datetime-picker .l-month-year-pager .t-filter .icon.pager:hover,
- .t-filter .l-datetime-picker .l-month-year-pager .pager.t-item-icon:hover,
- .l-datetime-picker .l-month-year-pager .t-filter .pager.t-item-icon:hover,
- .t-filter .tree .s-status-editing .icon.tree-item:hover:before,
- .tree .s-status-editing .t-filter .icon.tree-item:hover:before,
- .t-filter .tree .s-status-editing .tree-item.t-item-icon:hover:before,
- .tree .s-status-editing .t-filter .tree-item.t-item-icon:hover:before,
- .t-filter .tree .s-status-editing .icon.search-result-item:hover:before,
- .tree .s-status-editing .t-filter .icon.search-result-item:hover:before,
- .t-filter .tree .s-status-editing .search-result-item.t-item-icon:hover:before,
- .tree .s-status-editing .t-filter .search-result-item.t-item-icon:hover:before,
- .t-filter .search-results .s-status-editing .icon.tree-item:hover:before,
- .search-results .s-status-editing .t-filter .icon.tree-item:hover:before,
- .t-filter .search-results .s-status-editing .tree-item.t-item-icon:hover:before,
- .search-results .s-status-editing .t-filter .tree-item.t-item-icon:hover:before,
- .t-filter .search-results .s-status-editing .icon.search-result-item:hover:before,
- .search-results .s-status-editing .t-filter .icon.search-result-item:hover:before,
- .t-filter .search-results .s-status-editing .search-result-item.t-item-icon:hover:before,
- .search-results .s-status-editing .t-filter .search-result-item.t-item-icon:hover:before {
- background: rgba(255, 255, 255, 0.1); }
-/* line 41, ../../../../general/res/sass/forms/_filter.scss */
-.filter .s-a-clear.ui-symbol, .filter .s-a-clear.t-item-icon, .filter .s-a-clear.s-icon-btn, .filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager, .l-datetime-picker .l-month-year-pager .filter .s-a-clear.pager, .filter .tree .s-status-editing .s-a-clear.tree-item:before, .tree .s-status-editing .filter .s-a-clear.tree-item:before,
-.filter .tree .s-status-editing .s-a-clear.search-result-item:before,
-.tree .s-status-editing .filter .s-a-clear.search-result-item:before,
-.filter .search-results .s-status-editing .s-a-clear.tree-item:before,
-.search-results .s-status-editing .filter .s-a-clear.tree-item:before,
-.filter .search-results .s-status-editing .s-a-clear.search-result-item:before,
-.search-results .s-status-editing .filter .s-a-clear.search-result-item:before,
-.t-filter .s-a-clear.ui-symbol,
-.t-filter .s-a-clear.t-item-icon,
-.t-filter .s-a-clear.s-icon-btn,
-.t-filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager,
-.l-datetime-picker .l-month-year-pager .t-filter .s-a-clear.pager,
-.t-filter .tree .s-status-editing .s-a-clear.tree-item:before,
-.tree .s-status-editing .t-filter .s-a-clear.tree-item:before,
-.t-filter .tree .s-status-editing .s-a-clear.search-result-item:before,
-.tree .s-status-editing .t-filter .s-a-clear.search-result-item:before,
-.t-filter .search-results .s-status-editing .s-a-clear.tree-item:before,
-.search-results .s-status-editing .t-filter .s-a-clear.tree-item:before,
-.t-filter .search-results .s-status-editing .s-a-clear.search-result-item:before,
-.search-results .s-status-editing .t-filter .s-a-clear.search-result-item:before {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
- opacity: 0.2;
- background: #fff;
- color: #333;
- display: block;
- position: absolute;
- height: 13px;
- width: 13px;
- line-height: 13px;
- margin-top: -6.5px;
- overflow: hidden;
- padding-top: 1px;
- right: 4.5px;
- top: 50%;
- text-align: center;
- z-index: 5; }
- /* line 61, ../../../../general/res/sass/forms/_filter.scss */
- .filter .s-a-clear.ui-symbol:hover, .filter .s-a-clear.t-item-icon:hover, .filter .s-a-clear.s-icon-btn:hover, .filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager:hover, .l-datetime-picker .l-month-year-pager .filter .s-a-clear.pager:hover, .filter .tree .s-status-editing .s-a-clear.tree-item:hover:before, .tree .s-status-editing .filter .s-a-clear.tree-item:hover:before,
- .filter .tree .s-status-editing .s-a-clear.search-result-item:hover:before,
- .tree .s-status-editing .filter .s-a-clear.search-result-item:hover:before,
- .filter .search-results .s-status-editing .s-a-clear.tree-item:hover:before,
- .search-results .s-status-editing .filter .s-a-clear.tree-item:hover:before,
- .filter .search-results .s-status-editing .s-a-clear.search-result-item:hover:before,
- .search-results .s-status-editing .filter .s-a-clear.search-result-item:hover:before,
- .t-filter .s-a-clear.ui-symbol:hover,
- .t-filter .s-a-clear.t-item-icon:hover,
- .t-filter .s-a-clear.s-icon-btn:hover,
- .t-filter .l-datetime-picker .l-month-year-pager .s-a-clear.pager:hover,
- .l-datetime-picker .l-month-year-pager .t-filter .s-a-clear.pager:hover,
- .t-filter .tree .s-status-editing .s-a-clear.tree-item:hover:before,
- .tree .s-status-editing .t-filter .s-a-clear.tree-item:hover:before,
- .t-filter .tree .s-status-editing .s-a-clear.search-result-item:hover:before,
- .tree .s-status-editing .t-filter .s-a-clear.search-result-item:hover:before,
- .t-filter .search-results .s-status-editing .s-a-clear.tree-item:hover:before,
- .search-results .s-status-editing .t-filter .s-a-clear.tree-item:hover:before,
- .t-filter .search-results .s-status-editing .s-a-clear.search-result-item:hover:before,
- .search-results .s-status-editing .t-filter .s-a-clear.search-result-item:hover:before {
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
- opacity: 0.6;
- background-color: #0099cc; }
-
-/* line 69, ../../../../general/res/sass/forms/_filter.scss */
-.top-bar input.filter {
- font-size: .9em;
- height: 24px;
- line-height: 24px;
- margin-right: 5px;
- padding-left: 10px;
- padding-right: 10px;
- vertical-align: top; }
-/* line 80, ../../../../general/res/sass/forms/_filter.scss */
-.top-bar .icon-filter {
- font-size: 1.4em; }
-
-/* line 85, ../../../../general/res/sass/forms/_filter.scss */
-.l-filter {
- display: inline-block;
- position: relative; }
- /* line 92, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter input[type="search"] {
- padding: 2px 19px; }
- /* line 95, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon,
- .l-filter .menu-icon, .l-filter:before {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: inline-block;
- line-height: inherit;
- position: absolute;
- top: 50%;
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- z-index: 1; }
- /* line 107, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter:before {
- content: '\4d';
- left: 5px;
- -moz-transition-property: color;
- -o-transition-property: color;
- -webkit-transition-property: color;
- transition-property: color;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- pointer-events: none; }
- /* line 115, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon {
- right: 4px;
- visibility: hidden;
- opacity: 0; }
- /* line 120, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon.show {
- visibility: visible;
- opacity: 1; }
- /* line 125, ../../../../general/res/sass/forms/_filter.scss */
- .l-filter .clear-icon:hover {
- color: #8c8c8c; }
-
-/* line 132, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter input[type="search"] {
- -moz-appearance: none;
- -webkit-appearance: none;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- -webkit-box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- box-shadow: inset rgba(0, 0, 0, 0.6) 0 1px 3px;
- background: #fff;
- border: none;
- color: #666;
- outline: none; }
- /* line 325, ../../../../general/res/sass/_mixins.scss */
- .s-filter input[type="search"].error {
- background: rgba(255, 0, 0, 0.5); }
-/* line 135, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter .clear-icon,
-.s-filter .menu-icon, .s-filter:before {
- color: #a6a6a6;
- cursor: pointer;
- font-family: symbolsfont;
- -moz-transition-property: opacity, color;
- -o-transition-property: opacity, color;
- -webkit-transition-property: opacity, color;
- transition-property: opacity, color;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-/* line 144, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter:hover:before {
- color: #8c8c8c; }
-/* line 150, ../../../../general/res/sass/forms/_filter.scss */
-.s-filter .clear-icon:before {
- content: '\e607'; }
-
-/********************************* USER ENVIRON */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/user-environ/_layout.scss */
-.browse-area,
-.edit-area,
-.editor {
- position: absolute; }
-
-/* line 29, ../../../../general/res/sass/user-environ/_layout.scss */
-.editor {
- -moz-border-radius: 6px;
- -webkit-border-radius: 6px;
- border-radius: 6px; }
-
-/* line 33, ../../../../general/res/sass/user-environ/_layout.scss */
-.contents {
- box-sizing: border-box;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0; }
- /* line 41, ../../../../general/res/sass/user-environ/_layout.scss */
- .contents.nomargin {
- right: 0px;
- bottom: 0px;
- left: 0px; }
-
-/* line 50, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .browse-area,
-.user-environ .editor {
- top: 0;
- left: 0;
- right: 0;
- bottom: 25px; }
-/* line 57, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .browse-area > .contents,
-.user-environ .edit-area > .contents {
- left: 0;
- right: 0; }
-/* line 63, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .edit-area {
- top: 45px;
- left: 10px;
- right: 10px;
- bottom: 35px; }
- /* line 69, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .edit-area .tool-bar {
- bottom: auto;
- height: 30px;
- line-height: 25px; }
- /* line 74, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .edit-area .object-holder.work-area {
- top: 40px;
- overflow: auto; }
-/* line 80, ../../../../general/res/sass/user-environ/_layout.scss */
-.user-environ .ue-bottom-bar {
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- top: auto;
- height: 25px;
- line-height: 15px;
- background: #000;
- color: white;
- font-size: .7rem; }
- /* line 88, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .ue-bottom-bar .status-holder {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- right: 120px;
- text-transform: uppercase;
- z-index: 1; }
- /* line 96, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .ue-bottom-bar .app-logo {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto;
- cursor: pointer;
- left: auto;
- width: 105px;
- z-index: 2; }
- /* line 103, ../../../../general/res/sass/user-environ/_layout.scss */
- .user-environ .ue-bottom-bar .app-logo.logo-openmctweb {
- background: url("../../../../general/res/images/logo-openmctweb.svg") no-repeat center center; }
-
-/* line 113, ../../../../general/res/sass/user-environ/_layout.scss */
-.edit-mode .split-layout .split-pane-component.pane.right {
- width: 15%; }
- /* line 115, ../../../../general/res/sass/user-environ/_layout.scss */
- .edit-mode .split-layout .split-pane-component.pane.right .pane.bottom {
- min-height: 50px;
- height: 30%; }
-
-/* line 123, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- position: absolute; }
- /* line 127, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane .pane-header {
- text-transform: uppercase;
- height: 24px;
- line-height: 24px; }
- /* line 133, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane .primary-pane {
- z-index: 4; }
- /* line 138, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane .mini-tab-icon.toggle-pane {
- z-index: 5; }
- /* line 143, ../../../../general/res/sass/user-environ/_layout.scss */
- .pane.items .object-browse-bar .left.abs, .pane.items .object-browse-bar .left.l-inspect, .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .left.pager, .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .left.pager,
- .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .left.val,
- .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .left.val, .pane.items .object-browse-bar .s-menu-btn span.left.l-click-area, .s-menu-btn .pane.items .object-browse-bar span.left.l-click-area, .pane.items .object-browse-bar .left.l-object-wrapper, .pane.items .object-browse-bar .l-object-wrapper .left.object-holder-main, .l-object-wrapper .pane.items .object-browse-bar .left.object-holder-main,
- .pane.items .object-browse-bar .right.abs,
- .pane.items .object-browse-bar .right.l-inspect,
- .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .right.pager,
- .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .right.pager,
- .pane.items .object-browse-bar .l-datetime-picker .l-month-year-pager .right.val,
- .l-datetime-picker .l-month-year-pager .pane.items .object-browse-bar .right.val,
- .pane.items .object-browse-bar .s-menu-btn span.right.l-click-area,
- .s-menu-btn .pane.items .object-browse-bar span.right.l-click-area,
- .pane.items .object-browse-bar .right.l-object-wrapper,
- .pane.items .object-browse-bar .l-object-wrapper .right.object-holder-main,
- .l-object-wrapper .pane.items .object-browse-bar .right.object-holder-main {
- top: auto; }
-
-/* line 151, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane .mini-tab-icon.toggle-pane {
- top: 10px;
- height: 24px;
- line-height: 24px; }
- /* line 157, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane:after {
- opacity: 0; }
- /* line 162, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.collapsed:before {
- opacity: 0; }
- /* line 165, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.collapsed:after {
- opacity: 1; }
- /* line 169, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left {
- left: 0;
- -moz-transform: translateX(-34px);
- -ms-transform: translateX(-34px);
- -webkit-transform: translateX(-34px);
- transform: translateX(-34px); }
- /* line 172, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left:after {
- content: '\6d'; }
- /* line 175, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left.collapsed {
- left: 0;
- -moz-transform: translateX(-17px);
- -ms-transform: translateX(-17px);
- -webkit-transform: translateX(-17px);
- transform: translateX(-17px); }
- /* line 179, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-tree.anchor-left:not(.collapsed):before {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 200ms;
- -o-transition-duration: 200ms;
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 200ms;
- -o-transition-delay: 200ms;
- -webkit-transition-delay: 200ms;
- transition-delay: 200ms; }
- /* line 183, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-inspect.anchor-right {
- right: 10px; }
- /* line 185, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-inspect.anchor-right:after {
- content: '\e615'; }
- /* line 188, ../../../../general/res/sass/user-environ/_layout.scss */
- body.desktop .pane .mini-tab-icon.toggle-pane.toggle-inspect.anchor-right.collapsed {
- right: 5px; }
-
-/* line 196, ../../../../general/res/sass/user-environ/_layout.scss */
-.split-layout .holder.holder-treeview-elements {
- top: 10px;
- right: 0;
- bottom: 10px;
- left: 10px; }
- /* line 202, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-treeview-elements .create-btn-holder.s-status-editing {
- display: none; }
- /* line 204, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-treeview-elements .create-btn-holder.s-status-editing + .search-holder .search-bar {
- margin-right: 20px; }
-/* line 213, ../../../../general/res/sass/user-environ/_layout.scss */
-.split-layout .holder.holder-object-and-inspector {
- top: 0;
- right: 0;
- bottom: 0;
- left: 0; }
- /* line 218, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-object-and-inspector .holder-object {
- top: 10px;
- bottom: 10px; }
- /* line 222, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-object-and-inspector .holder-inspector {
- top: 10px;
- bottom: 10px;
- left: 10px;
- right: 10px; }
- /* line 228, ../../../../general/res/sass/user-environ/_layout.scss */
- .split-layout .holder.holder-object-and-inspector .holder-elements {
- top: 0;
- bottom: 10px;
- left: 10px;
- right: 10px; }
-
-/* line 237, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-holder {
- overflow: auto;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- top: 34px; }
-
-/* line 248, ../../../../general/res/sass/user-environ/_layout.scss */
-.l-object-wrapper .l-edit-controls {
- border-bottom: 1px solid rgba(102, 102, 102, 0.2);
- line-height: 25px;
- height: 0px;
- opacity: 0; }
- /* line 254, ../../../../general/res/sass/user-environ/_layout.scss */
- .l-object-wrapper .l-edit-controls .tool-bar {
- right: 5px; }
-
-/* line 260, ../../../../general/res/sass/user-environ/_layout.scss */
-.l-object-wrapper-inner {
- -moz-transition-property: height, width, top, right, bottom, left, opacity;
- -o-transition-property: height, width, top, right, bottom, left, opacity;
- -webkit-transition-property: height, width, top, right, bottom, left, opacity;
- transition-property: height, width, top, right, bottom, left, opacity;
- -moz-transition-duration: 0.25s;
- -o-transition-duration: 0.25s;
- -webkit-transition-duration: 0.25s;
- transition-duration: 0.25s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out; }
-
-/* line 266, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-browse-bar .s-btn, .object-browse-bar .s-menu-btn,
-.top-bar .buttons-main .s-btn,
-.top-bar .buttons-main .s-menu-btn,
-.top-bar .s-menu-btn,
-.tool-bar .s-btn,
-.tool-bar .s-menu-btn,
-.tool-bar .s-menu-btn {
- height: 25px;
- line-height: 25px;
- vertical-align: top; }
-
-/* line 279, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-browse-bar .view-switcher,
-.top-bar .view-switcher {
- margin-right: 20px; }
-
-/***************************************************** OBJECT BROWSE BAR */
-/* line 285, ../../../../general/res/sass/user-environ/_layout.scss */
-.object-browse-bar {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- height: 24px;
- line-height: 24px;
- white-space: nowrap; }
- /* line 291, ../../../../general/res/sass/user-environ/_layout.scss */
- .object-browse-bar .left {
- padding-right: 10px; }
- /* line 293, ../../../../general/res/sass/user-environ/_layout.scss */
- .object-browse-bar .left .l-back:not(.s-status-editing) {
- margin-right: 10px; }
-
-/* line 302, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-tree-hidden .tree-holder,
-.pane-tree-hidden .splitter-treeview,
-.pane-tree-hidden .holder-treeview-elements {
- opacity: 0;
- pointer-events: none; }
-
-/* line 312, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-tree-showing .tree-holder,
-.pane-tree-showing .splitter-treeview {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 250ms;
- -o-transition-delay: 250ms;
- -webkit-transition-delay: 250ms;
- transition-delay: 250ms;
- opacity: 1; }
-/* line 318, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-tree-showing .holder-treeview-elements {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 200ms;
- -o-transition-delay: 200ms;
- -webkit-transition-delay: 200ms;
- transition-delay: 200ms; }
-
-/* line 325, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-inspect-showing .l-object-and-inspector .l-inspect,
-.pane-inspect-showing .l-object-and-inspector .splitter-inspect {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 250ms;
- -o-transition-delay: 250ms;
- -webkit-transition-delay: 250ms;
- transition-delay: 250ms;
- opacity: 1; }
-
-/* line 335, ../../../../general/res/sass/user-environ/_layout.scss */
-.pane-inspect-hidden .l-object-and-inspector .l-inspect,
-.pane-inspect-hidden .l-object-and-inspector .splitter-inspect {
- opacity: 0;
- pointer-events: none; }
-
-/* line 344, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .holder-all {
- min-width: 600px; }
-/* line 349, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .split-layout .split-pane-component.pane.treeview.left {
- min-width: 150px;
- max-width: 35%;
- width: 25%; }
-/* line 354, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .split-layout .split-pane-component.pane.t-inspect.right {
- min-width: 200px;
- max-width: 35%;
- width: 20%;
- z-index: 3; }
-/* line 362, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane.treeview.left .tree-holder {
- padding-right: 5px; }
-/* line 366, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane-tree-hidden .pane.right.primary-pane {
- left: 22px !important; }
-/* line 369, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane-inspect-hidden .l-object-and-inspector .pane.left {
- right: 22px !important; }
-/* line 371, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane:not(.resizing) {
- -moz-transition-property: width, left, right;
- -o-transition-property: width, left, right;
- -webkit-transition-property: width, left, right;
- transition-property: width, left, right;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-/* line 374, ../../../../general/res/sass/user-environ/_layout.scss */
-body.desktop .pane.primary-pane .object-browse-bar {
- min-width: 200px; }
-
-/* line 380, ../../../../general/res/sass/user-environ/_layout.scss */
-.s-status-editing .l-object-wrapper {
- -moz-animation-name: pulseBorder;
- -webkit-animation-name: pulseBorder;
- animation-name: pulseBorder;
- -moz-animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease;
- -webkit-animation-timing-function: ease;
- animation-timing-function: ease;
- -moz-animation-delay: 0s;
- -webkit-animation-delay: 0s;
- animation-delay: 0s;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background-color: #eafaff;
- border-color: #4bb1c7;
- border-width: 2px;
- border-style: dotted; }
-@-moz-keyframes pulseBorder {
- 0% {
- border-color: rgba(75, 177, 199, 0.3); }
- 100% {
- border-color: #4bb1c7; } }
-@-webkit-keyframes pulseBorder {
- 0% {
- border-color: rgba(75, 177, 199, 0.3); }
- 100% {
- border-color: #4bb1c7; } }
-@keyframes pulseBorder {
- 0% {
- border-color: rgba(75, 177, 199, 0.3); }
- 100% {
- border-color: #4bb1c7; } }
- /* line 387, ../../../../general/res/sass/user-environ/_layout.scss */
- .s-status-editing .l-object-wrapper .l-object-wrapper-inner {
- overflow: hidden;
- position: absolute;
- top: 3px;
- right: 3px;
- bottom: 3px;
- left: 3px;
- width: auto;
- height: auto; }
- /* line 390, ../../../../general/res/sass/user-environ/_layout.scss */
- .s-status-editing .l-object-wrapper .l-edit-controls {
- height: 30px;
- margin-bottom: 5px;
- opacity: 1; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane.left.treeview {
- background-color: #f7f7f7; }
-/* line 28, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane.right.items {
- -moz-transition-duration: 0.35s;
- -o-transition-duration: 0.35s;
- -webkit-transition-duration: 0.35s;
- transition-duration: 0.35s;
- transition-timing-function: ease;
- backface-visibility: hidden;
- margin-left: 0 !important; }
- /* line 32, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .pane.right.items .holder-object-and-inspector {
- -moz-transition-duration: 0.35s;
- -o-transition-duration: 0.35s;
- -webkit-transition-duration: 0.35s;
- transition-duration: 0.35s;
- transition-timing-function: ease;
- backface-visibility: hidden;
- left: 10px;
- right: 10px;
- opacity: 1; }
-/* line 40, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .create-btn-holder {
- display: none; }
-/* line 46, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .holder.holder-treeview-elements {
- right: 10px !important; }
-/* line 56, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-hidden .pane.left.treeview {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0 !important; }
-/* line 60, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-hidden .pane.right.items {
- left: 0 !important; }
-/* line 73, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-showing .pane.left.treeview {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 250ms;
- -o-transition-delay: 250ms;
- -webkit-transition-delay: 250ms;
- transition-delay: 250ms;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.3) 100%);
- background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.3) 100%);
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 98%, rgba(0, 0, 0, 0.3) 100%);
- right: auto !important;
- width: 40% !important; }
-/* line 80, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .pane-tree-showing .pane.right.items {
- left: 40% !important; }
-/* line 85, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .toggle-tree {
- color: #0099cc !important;
- font-size: 110%;
- position: absolute;
- top: 12px;
- left: 10px; }
- /* line 91, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .toggle-tree:after {
- content: 'm' !important;
- font-family: symbolsfont; }
-/* line 97, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .object-browse-bar {
- margin-left: 45px; }
- /* line 99, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .object-browse-bar .context-available {
- opacity: 1 !important; }
- /* line 102, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .object-browse-bar .view-switcher {
- margin-right: 0 !important; }
- /* line 104, ../../../../general/res/sass/mobile/_layout.scss */
- body.mobile .object-browse-bar .view-switcher .title-label {
- display: none; }
-/* line 111, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .tree-holder {
- overflow-x: hidden !important; }
-/* line 115, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-disable-select {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none; }
-/* line 120, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-hide,
-body.mobile .mobile-hide-important {
- display: none !important; }
-/* line 125, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-back-hide {
- pointer-events: none;
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0; }
-/* line 130, ../../../../general/res/sass/mobile/_layout.scss */
-body.mobile .mobile-back-unhide {
- pointer-events: all;
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 1; }
-
-/* line 139, ../../../../general/res/sass/mobile/_layout.scss */
-body.phone.portrait .pane-tree-showing .pane.left.treeview {
- width: 90% !important; }
-/* line 142, ../../../../general/res/sass/mobile/_layout.scss */
-body.phone.portrait .pane-tree-showing .pane.right.items {
- left: 0 !important;
- -moz-transform: translateX(90%);
- -ms-transform: translateX(90%);
- -webkit-transform: translateX(90%);
- transform: translateX(90%); }
- /* line 145, ../../../../general/res/sass/mobile/_layout.scss */
- body.phone.portrait .pane-tree-showing .pane.right.items .holder-object-and-inspector {
- opacity: 0; }
-
-/* line 153, ../../../../general/res/sass/mobile/_layout.scss */
-body.desktop .desktop-hide {
- display: none; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 28, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .edit-corner,
-.s-status-editing .l-object-wrapper .edit-handle,
-.edit-main .edit-corner,
-.edit-main .edit-handle {
- position: absolute;
- z-index: 2; }
-/* line 34, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .edit-corner,
-.edit-main .edit-corner {
- width: 15px;
- height: 15px; }
- /* line 37, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner:hover,
- .edit-main .edit-corner:hover {
- z-index: 11; }
- /* line 40, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-nw,
- .edit-main .edit-corner.edit-resize-nw {
- -moz-border-radius-bottomright: 5px;
- -webkit-border-bottom-right-radius: 5px;
- border-bottom-right-radius: 5px;
- cursor: nw-resize;
- top: 0;
- left: 0; }
- /* line 45, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-ne,
- .edit-main .edit-corner.edit-resize-ne {
- -moz-border-radius-bottomleft: 5px;
- -webkit-border-bottom-left-radius: 5px;
- border-bottom-left-radius: 5px;
- cursor: ne-resize;
- top: 0;
- right: 0; }
- /* line 50, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-se,
- .edit-main .edit-corner.edit-resize-se {
- -moz-border-radius-topleft: 5px;
- -webkit-border-top-left-radius: 5px;
- border-top-left-radius: 5px;
- cursor: se-resize;
- bottom: 0;
- right: 0; }
- /* line 55, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-corner.edit-resize-sw,
- .edit-main .edit-corner.edit-resize-sw {
- -moz-border-radius-topright: 5px;
- -webkit-border-top-right-radius: 5px;
- border-top-right-radius: 5px;
- cursor: sw-resize;
- bottom: 0;
- left: 0; }
-/* line 63, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .edit-handle,
-.edit-main .edit-handle {
- top: 15px;
- right: 15px;
- bottom: 15px;
- left: 15px; }
- /* line 65, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-move,
- .edit-main .edit-handle.edit-move {
- cursor: move;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- z-index: 1; }
- /* line 75, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-n,
- .edit-main .edit-handle.edit-resize-n {
- top: 0px;
- bottom: auto;
- height: 15px;
- cursor: n-resize; }
- /* line 80, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-e,
- .edit-main .edit-handle.edit-resize-e {
- right: 0px;
- left: auto;
- width: 15px;
- cursor: e-resize; }
- /* line 85, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-s,
- .edit-main .edit-handle.edit-resize-s {
- bottom: 0px;
- top: auto;
- height: 15px;
- cursor: s-resize; }
- /* line 90, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .edit-handle.edit-resize-w,
- .edit-main .edit-handle.edit-resize-w {
- left: 0px;
- right: auto;
- width: 15px;
- cursor: w-resize; }
-/* line 98, ../../../../general/res/sass/edit/_editor.scss */
-.s-status-editing .l-object-wrapper .frame.child-frame.panel:hover,
-.edit-main .frame.child-frame.panel:hover {
- -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- border-color: #0099cc; }
- /* line 101, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .frame.child-frame.panel:hover .view-switcher,
- .edit-main .frame.child-frame.panel:hover .view-switcher {
- opacity: 1; }
- /* line 104, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .frame.child-frame.panel:hover .edit-corner,
- .edit-main .frame.child-frame.panel:hover .edit-corner {
- background-color: rgba(0, 153, 204, 0.8); }
- /* line 106, ../../../../general/res/sass/edit/_editor.scss */
- .s-status-editing .l-object-wrapper .frame.child-frame.panel:hover .edit-corner:hover,
- .edit-main .frame.child-frame.panel:hover .edit-corner:hover {
- background-color: #0099cc; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/search/_search.scss */
-.clear-icon,
-.menu-icon {
- cursor: pointer;
- font-family: symbolsfont;
- -moz-transition-property: opacity, color;
- -o-transition-property: opacity, color;
- -webkit-transition-property: opacity, color;
- transition-property: opacity, color;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0; }
-
-/* line 32, ../../../../general/res/sass/search/_search.scss */
-.clear-icon:before {
- content: '\e607'; }
-
-/* line 40, ../../../../general/res/sass/search/_search.scss */
-.holder-search .search-bar {
- font-size: 0.8em;
- position: relative; }
- /* line 47, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-input {
- height: 25px;
- line-height: 25px; }
- /* line 52, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar:before,
- .holder-search .search-bar .clear-icon,
- .holder-search .search-bar .menu-icon {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #a6a6a6;
- height: 17px;
- width: 17px;
- line-height: 17px;
- position: absolute;
- text-align: center;
- top: 4px; }
- /* line 65, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-input {
- position: relative;
- width: 100%;
- padding-left: 22px !important;
- padding-right: 44px !important; }
- /* line 72, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-input input {
- width: inherit; }
- /* line 77, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar:before {
- content: '\4d';
- font-family: symbolsfont;
- left: 3px;
- -moz-transition-property: color;
- -o-transition-property: color;
- -webkit-transition-property: color;
- transition-property: color;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- pointer-events: none;
- z-index: 1; }
- /* line 88, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar:hover:before {
- color: #8c8c8c; }
- /* line 92, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .clear-icon {
- right: 22px;
- visibility: hidden;
- opacity: 0; }
- /* line 98, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .clear-icon.show {
- visibility: visible;
- opacity: 1; }
- /* line 103, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .clear-icon:hover {
- color: #8c8c8c; }
- /* line 108, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .menu-icon {
- font-size: 0.8em;
- padding-right: 4px;
- right: 4px;
- text-align: right; }
- /* line 110, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .menu-icon:before {
- content: '\76'; }
- /* line 116, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .menu-icon:hover {
- color: #8c8c8c; }
- /* line 121, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-bar .search-menu-holder {
- float: right;
- left: -20px;
- z-index: 70;
- transition: visibility .05s, opacity .05s; }
-/* line 129, ../../../../general/res/sass/search/_search.scss */
-.holder-search .active-filter-display {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- line-height: 130%;
- padding-left: 1.575em;
- font-size: 0.7em; }
- /* line 137, ../../../../general/res/sass/search/_search.scss */
- .holder-search .active-filter-display .clear-filters-icon {
- color: #a6a6a6;
- opacity: 1;
- font-size: 0.8em;
- position: absolute;
- left: 1px;
- cursor: pointer; }
-/* line 147, ../../../../general/res/sass/search/_search.scss */
-.holder-search .search-results {
- -moz-transition-property: opacity, visibility;
- -o-transition-property: opacity, visibility;
- -webkit-transition-property: opacity, visibility;
- transition-property: opacity, visibility;
- -moz-transition-duration: 250ms;
- -o-transition-duration: 250ms;
- -webkit-transition-duration: 250ms;
- transition-duration: 250ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- padding-right: 5px; }
- /* line 150, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-results .hint {
- margin-bottom: 10px;
- font-size: 0.65em;
- opacity: 0.6; }
- /* line 155, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-results.active {
- visibility: visible;
- opacity: 1; }
- /* line 159, ../../../../general/res/sass/search/_search.scss */
- .holder-search .search-results .load-more-button {
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- display: inline-block;
- margin-top: 5px;
- padding: 0 10px;
- font-size: 0.75em;
- margin-left: 50%;
- white-space: nowrap; }
-
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px) {
- /* line 5, ../../../../general/res/sass/mobile/search/_search.scss */
- .search-holder .search-bar .menu-icon {
- display: none; }
- /* line 8, ../../../../general/res/sass/mobile/search/_search.scss */
- .search-holder .search-bar .clear-icon {
- right: 5px; } }
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/overlay/_overlay.scss */
-.overlay {
- font-size: 90%; }
- /* line 24, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .blocker {
- background: rgba(0, 0, 0, 0.7);
- z-index: 100; }
- /* line 28, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .clk-icon.close {
- font-size: 0.8rem;
- position: absolute;
- top: 10px;
- right: 10px;
- bottom: auto;
- left: auto;
- z-index: 100; }
- /* line 37, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay > .holder {
- background-color: #fcfcfc;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #666;
- display: inline-block;
- -moz-border-radius: 12px;
- -webkit-border-radius: 12px;
- border-radius: 12px;
- color: #666;
- top: 50%;
- right: auto;
- bottom: auto;
- left: 50%;
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- -webkit-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- height: 70%;
- width: 50%;
- min-height: 300px;
- max-height: 800px;
- min-width: 600px;
- max-width: 1000px;
- z-index: 101; }
- /* line 54, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay > .holder > .contents {
- top: 25px;
- right: 25px;
- bottom: 25px;
- left: 25px; }
- /* line 69, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 1.2em;
- line-height: 120%;
- margin-bottom: 5px; }
- /* line 76, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .hint {
- color: #999999; }
- /* line 80, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.top-bar, .overlay .top-bar.l-inspect, .overlay .l-datetime-picker .l-month-year-pager .top-bar.pager, .l-datetime-picker .l-month-year-pager .overlay .top-bar.pager,
- .overlay .l-datetime-picker .l-month-year-pager .top-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay .top-bar.val, .overlay .s-menu-btn span.top-bar.l-click-area, .s-menu-btn .overlay span.top-bar.l-click-area, .overlay .top-bar.l-object-wrapper, .overlay .l-object-wrapper .top-bar.object-holder-main, .l-object-wrapper .overlay .top-bar.object-holder-main {
- height: 45px; }
- /* line 84, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.editor, .overlay .editor.l-inspect, .overlay .l-datetime-picker .l-month-year-pager .editor.pager, .l-datetime-picker .l-month-year-pager .overlay .editor.pager,
- .overlay .l-datetime-picker .l-month-year-pager .editor.val,
- .l-datetime-picker .l-month-year-pager .overlay .editor.val, .overlay .s-menu-btn span.editor.l-click-area, .s-menu-btn .overlay span.editor.l-click-area, .overlay .editor.l-object-wrapper, .overlay .l-object-wrapper .editor.object-holder-main, .l-object-wrapper .overlay .editor.object-holder-main,
- .overlay .abs.message-body,
- .overlay .message-body.l-inspect,
- .overlay .l-datetime-picker .l-month-year-pager .message-body.pager,
- .l-datetime-picker .l-month-year-pager .overlay .message-body.pager,
- .overlay .l-datetime-picker .l-month-year-pager .message-body.val,
- .l-datetime-picker .l-month-year-pager .overlay .message-body.val,
- .overlay .s-menu-btn span.message-body.l-click-area,
- .s-menu-btn .overlay span.message-body.l-click-area,
- .overlay .message-body.l-object-wrapper,
- .overlay .l-object-wrapper .message-body.object-holder-main,
- .l-object-wrapper .overlay .message-body.object-holder-main {
- top: 55px;
- bottom: 34px;
- left: 0;
- right: 0;
- overflow: auto; }
- /* line 92, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.editor .field.l-med input[type='text'], .overlay .editor.l-inspect .field.l-med input[type='text'], .overlay .l-datetime-picker .l-month-year-pager .editor.pager .field.l-med input[type='text'], .l-datetime-picker .l-month-year-pager .overlay .editor.pager .field.l-med input[type='text'],
- .overlay .l-datetime-picker .l-month-year-pager .editor.val .field.l-med input[type='text'],
- .l-datetime-picker .l-month-year-pager .overlay .editor.val .field.l-med input[type='text'], .overlay .s-menu-btn span.editor.l-click-area .field.l-med input[type='text'], .s-menu-btn .overlay span.editor.l-click-area .field.l-med input[type='text'], .overlay .editor.l-object-wrapper .field.l-med input[type='text'], .overlay .l-object-wrapper .editor.object-holder-main .field.l-med input[type='text'], .l-object-wrapper .overlay .editor.object-holder-main .field.l-med input[type='text'],
- .overlay .abs.message-body .field.l-med input[type='text'],
- .overlay .message-body.l-inspect .field.l-med input[type='text'],
- .overlay .l-datetime-picker .l-month-year-pager .message-body.pager .field.l-med input[type='text'],
- .l-datetime-picker .l-month-year-pager .overlay .message-body.pager .field.l-med input[type='text'],
- .overlay .l-datetime-picker .l-month-year-pager .message-body.val .field.l-med input[type='text'],
- .l-datetime-picker .l-month-year-pager .overlay .message-body.val .field.l-med input[type='text'],
- .overlay .s-menu-btn span.message-body.l-click-area .field.l-med input[type='text'],
- .s-menu-btn .overlay span.message-body.l-click-area .field.l-med input[type='text'],
- .overlay .message-body.l-object-wrapper .field.l-med input[type='text'],
- .overlay .l-object-wrapper .message-body.object-holder-main .field.l-med input[type='text'],
- .l-object-wrapper .overlay .message-body.object-holder-main .field.l-med input[type='text'] {
- width: 100%; }
- /* line 98, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar {
- text-align: right; }
- /* line 100, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar .s-btn, .overlay .bottom-bar .s-menu-btn {
- font-size: 95%;
- height: 24px;
- line-height: 24px;
- margin-left: 5px;
- padding: 0 15px; }
- /* line 102, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar .s-btn:not(.major), .overlay .bottom-bar .s-menu-btn:not(.major) {
- background-color: #969696;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .overlay .bottom-bar .s-btn:not(.major) .icon, .overlay .bottom-bar .s-menu-btn:not(.major) .icon, .overlay .bottom-bar .s-btn:not(.major) .t-item-icon, .overlay .bottom-bar .s-menu-btn:not(.major) .t-item-icon {
- color: #fff; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .overlay .bottom-bar .s-btn:not(.major):not(.disabled):hover, .overlay .bottom-bar .s-menu-btn:not(.major):not(.disabled):hover {
- background-image: #7d7d7d; }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .overlay .bottom-bar .s-btn:not(.major):not(.disabled):hover > .icon, .overlay .bottom-bar .s-menu-btn:not(.major):not(.disabled):hover > .icon, .overlay .bottom-bar .s-btn:not(.major):not(.disabled):hover > .t-item-icon, .overlay .bottom-bar .s-menu-btn:not(.major):not(.disabled):hover > .t-item-icon {
- color: white; }
- /* line 110, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .bottom-bar .s-btn:first-child, .overlay .bottom-bar .s-menu-btn:first-child {
- margin-left: 0; }
- /* line 117, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .abs.bottom-bar, .overlay .bottom-bar.l-inspect, .overlay .l-datetime-picker .l-month-year-pager .bottom-bar.pager, .l-datetime-picker .l-month-year-pager .overlay .bottom-bar.pager,
- .overlay .l-datetime-picker .l-month-year-pager .bottom-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay .bottom-bar.val, .overlay .s-menu-btn span.bottom-bar.l-click-area, .s-menu-btn .overlay span.bottom-bar.l-click-area, .overlay .bottom-bar.l-object-wrapper, .overlay .l-object-wrapper .bottom-bar.object-holder-main, .l-object-wrapper .overlay .bottom-bar.object-holder-main {
- top: auto;
- right: 0;
- bottom: 0;
- left: 0;
- overflow: visible;
- height: 24px; }
- /* line 127, ../../../../general/res/sass/overlay/_overlay.scss */
- .overlay .l-progress-bar {
- display: block;
- height: 15px;
- line-height: 15px;
- margin: .5em 0;
- width: 100%; }
-
-/* line 137, ../../../../general/res/sass/overlay/_overlay.scss */
-.t-dialog-sm .overlay > .holder {
- min-height: 225px;
- height: 225px; }
-
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px), only screen and (orientation: portrait) and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (orientation: landscape) and (min-device-width: 768px) and (max-device-width: 1024px) {
- /* line 3, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay .clk-icon.close {
- top: 20px;
- right: 20px; }
- /* line 7, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder {
- height: 90%;
- width: 90%; }
- /* line 10, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder > .contents {
- top: 20px;
- right: 20px;
- bottom: 20px;
- left: 20px; }
- /* line 17, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder > .contents .top-bar > .title {
- margin-right: 1.2em; } }
-@media only screen and (orientation: portrait) and (max-device-width: 767px), only screen and (orientation: landscape) and (max-device-width: 767px) {
- /* line 27, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder {
- -moz-border-radius: 0;
- -webkit-border-radius: 0;
- border-radius: 0;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- height: auto;
- width: auto;
- min-width: 200px;
- min-height: 200px;
- max-height: 100%;
- max-width: 100%;
- overflow: auto;
- -moz-transform: none;
- -ms-transform: none;
- -webkit-transform: none;
- transform: none; }
- /* line 42, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .editor .form .form-row > .label,
- .overlay > .holder .editor .form .form-row > .controls {
- display: block;
- float: none;
- width: 100%; }
- /* line 50, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .editor .form .form-row > .label:after {
- float: none; }
- /* line 57, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .contents .abs.top-bar, .overlay > .holder .contents .top-bar.l-inspect, .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .top-bar.pager, .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .top-bar.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .top-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .top-bar.val, .overlay > .holder .contents .s-menu-btn span.top-bar.l-click-area, .s-menu-btn .overlay > .holder .contents span.top-bar.l-click-area, .overlay > .holder .contents .top-bar.l-object-wrapper, .overlay > .holder .contents .l-object-wrapper .top-bar.object-holder-main, .l-object-wrapper .overlay > .holder .contents .top-bar.object-holder-main,
- .overlay > .holder .contents .abs.editor,
- .overlay > .holder .contents .editor.l-inspect,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .editor.pager,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .editor.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .editor.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .editor.val,
- .overlay > .holder .contents .s-menu-btn span.editor.l-click-area,
- .s-menu-btn .overlay > .holder .contents span.editor.l-click-area,
- .overlay > .holder .contents .editor.l-object-wrapper,
- .overlay > .holder .contents .l-object-wrapper .editor.object-holder-main,
- .l-object-wrapper .overlay > .holder .contents .editor.object-holder-main,
- .overlay > .holder .contents .abs.message-body,
- .overlay > .holder .contents .message-body.l-inspect,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .message-body.pager,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .message-body.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .message-body.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .message-body.val,
- .overlay > .holder .contents .s-menu-btn span.message-body.l-click-area,
- .s-menu-btn .overlay > .holder .contents span.message-body.l-click-area,
- .overlay > .holder .contents .message-body.l-object-wrapper,
- .overlay > .holder .contents .l-object-wrapper .message-body.object-holder-main,
- .l-object-wrapper .overlay > .holder .contents .message-body.object-holder-main,
- .overlay > .holder .contents .abs.bottom-bar,
- .overlay > .holder .contents .bottom-bar.l-inspect,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .bottom-bar.pager,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .bottom-bar.pager,
- .overlay > .holder .contents .l-datetime-picker .l-month-year-pager .bottom-bar.val,
- .l-datetime-picker .l-month-year-pager .overlay > .holder .contents .bottom-bar.val,
- .overlay > .holder .contents .s-menu-btn span.bottom-bar.l-click-area,
- .s-menu-btn .overlay > .holder .contents span.bottom-bar.l-click-area,
- .overlay > .holder .contents .bottom-bar.l-object-wrapper,
- .overlay > .holder .contents .l-object-wrapper .bottom-bar.object-holder-main,
- .l-object-wrapper .overlay > .holder .contents .bottom-bar.object-holder-main {
- top: auto;
- right: auto;
- bottom: auto;
- left: auto;
- height: auto;
- width: auto;
- margin-bottom: 20px;
- position: relative; }
-
- /* line 69, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .t-dialog-sm .overlay > .holder {
- height: auto;
- max-height: 100%; } }
-@media only screen and (orientation: portrait) and (max-device-width: 767px) {
- /* line 77, ../../../../general/res/sass/mobile/overlay/_overlay.scss */
- .overlay > .holder .contents .bottom-bar {
- text-align: center; } }
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/tree/_tree.scss */
-ul.tree {
- margin: 0;
- padding: 0;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none; }
- /* line 358, ../../../../general/res/sass/_mixins.scss */
- ul.tree li {
- list-style-type: none;
- margin: 0;
- padding: 0; }
- /* line 26, ../../../../general/res/sass/tree/_tree.scss */
- ul.tree li {
- display: block;
- position: relative; }
- /* line 30, ../../../../general/res/sass/tree/_tree.scss */
- ul.tree ul.tree {
- margin-left: 15px; }
-
-/* line 35, ../../../../general/res/sass/tree/_tree.scss */
-.tree-item,
-.search-result-item {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- font-size: 0.8rem;
- height: 1.5rem;
- line-height: 1.5rem;
- margin-bottom: 3px;
- padding: 0 3px;
- position: relative; }
- /* line 48, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .view-control,
- .search-result-item .view-control {
- color: #666;
- font-size: 0.75em;
- margin-right: 5px;
- height: 100%;
- line-height: inherit;
- width: 10px; }
- /* line 56, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .view-control.has-children:before,
- .search-result-item .view-control.has-children:before {
- position: absolute;
- -moz-transition-property: -moz-transform;
- -o-transition-property: -o-transform;
- -webkit-transition-property: -webkit-transform;
- transition-property: transform;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- content: "\3e";
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%; }
- /* line 62, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .view-control.has-children.expanded:before,
- .search-result-item .view-control.has-children.expanded:before {
- -moz-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg); }
- /* line 68, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .t-object-label,
- .search-result-item .t-object-label {
- line-height: 1.5rem; }
- /* line 70, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .t-object-label .t-item-icon,
- .search-result-item .t-object-label .t-item-icon {
- font-size: 1.4em;
- color: #0099cc;
- width: 18px; }
- /* line 76, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .t-object-label .t-title-label,
- .search-result-item .t-object-label .t-title-label {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- /* line 81, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item.selected,
- .search-result-item.selected {
- background: #1ac6ff;
- color: #fcfcfc; }
- /* line 84, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item.selected .view-control,
- .search-result-item.selected .view-control {
- color: #fcfcfc; }
- /* line 87, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item.selected .t-object-label .t-item-icon,
- .search-result-item.selected .t-object-label .t-item-icon {
- color: #fcfcfc; }
- /* line 92, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item:not(.loading),
- .search-result-item:not(.loading) {
- cursor: pointer; }
- /* line 96, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .context-trigger,
- .search-result-item .context-trigger {
- top: -1px;
- position: absolute;
- right: 3px; }
- /* line 101, ../../../../general/res/sass/tree/_tree.scss */
- .tree-item .context-trigger .invoke-menu,
- .search-result-item .context-trigger .invoke-menu {
- font-size: 0.75em;
- height: 0.9rem;
- line-height: 0.9rem; }
-
-/* line 113, ../../../../general/res/sass/tree/_tree.scss */
-body.desktop .tree-item .view-control:hover,
-body.desktop .search-result-item .view-control:hover {
- color: #0099cc !important; }
-/* line 118, ../../../../general/res/sass/tree/_tree.scss */
-body.desktop .tree-item:not(.selected):hover,
-body.desktop .search-result-item:not(.selected):hover {
- background: rgba(102, 102, 102, 0.1);
- color: #333333; }
- /* line 121, ../../../../general/res/sass/tree/_tree.scss */
- body.desktop .tree-item:not(.selected):hover .t-item-icon,
- body.desktop .search-result-item:not(.selected):hover .t-item-icon {
- color: #0099cc; }
-
-/* line 133, ../../../../general/res/sass/tree/_tree.scss */
-mct-representation.s-status-pending .t-object-label .t-item-icon:before {
- border-color: rgba(0, 153, 204, 0.25);
- border-top-color: #0099cc; }
-
-/* line 145, ../../../../general/res/sass/tree/_tree.scss */
-.tree .s-status-editing .tree-item,
-.tree .s-status-editing .search-result-item,
-.search-results .s-status-editing .tree-item,
-.search-results .s-status-editing .search-result-item {
- background: #caf1ff;
- pointer-events: none; }
- /* line 149, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item:before,
- .tree .s-status-editing .search-result-item:before,
- .search-results .s-status-editing .tree-item:before,
- .search-results .s-status-editing .search-result-item:before {
- -moz-animation-name: pulse;
- -webkit-animation-name: pulse;
- animation-name: pulse;
- -moz-animation-duration: 1s;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -moz-animation-direction: alternate;
- -webkit-animation-direction: alternate;
- animation-direction: alternate;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: ease-in-out;
- -webkit-animation-timing-function: ease-in-out;
- animation-timing-function: ease-in-out;
- color: #4bb1c7;
- content: '\70';
- margin-right: 3px; }
-@-moz-keyframes pulse {
- 0% {
- opacity: 0.25; }
- 100% {
- opacity: 1; } }
-@-webkit-keyframes pulse {
- 0% {
- opacity: 0.25; }
- 100% {
- opacity: 1; } }
-@keyframes pulse {
- 0% {
- opacity: 0.25; }
- 100% {
- opacity: 1; } }
- /* line 158, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item .t-object-label .t-item-icon,
- .tree .s-status-editing .tree-item .t-object-label .t-title-label,
- .tree .s-status-editing .search-result-item .t-object-label .t-item-icon,
- .tree .s-status-editing .search-result-item .t-object-label .t-title-label,
- .search-results .s-status-editing .tree-item .t-object-label .t-item-icon,
- .search-results .s-status-editing .tree-item .t-object-label .t-title-label,
- .search-results .s-status-editing .search-result-item .t-object-label .t-item-icon,
- .search-results .s-status-editing .search-result-item .t-object-label .t-title-label {
- color: #4bb1c7;
- text-shadow: none; }
- /* line 163, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item .t-object-label .t-title-label,
- .tree .s-status-editing .search-result-item .t-object-label .t-title-label,
- .search-results .s-status-editing .tree-item .t-object-label .t-title-label,
- .search-results .s-status-editing .search-result-item .t-object-label .t-title-label {
- font-style: italic; }
- /* line 167, ../../../../general/res/sass/tree/_tree.scss */
- .tree .s-status-editing .tree-item .view-control, .tree .s-status-editing .tree-item + .tree-item-subtree,
- .tree .s-status-editing .search-result-item .view-control,
- .tree .s-status-editing .search-result-item + .tree-item-subtree,
- .search-results .s-status-editing .tree-item .view-control,
- .search-results .s-status-editing .tree-item + .tree-item-subtree,
- .search-results .s-status-editing .search-result-item .view-control,
- .search-results .s-status-editing .search-result-item + .tree-item-subtree {
- display: none; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 24, ../../../../general/res/sass/_object-label.scss */
-.rep-object-label {
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex: 1 1 auto;
- flex: 1 1 auto;
- height: inherit;
- line-height: inherit;
- min-width: 0; }
-
-/* line 33, ../../../../general/res/sass/_object-label.scss */
-.t-object-label .t-item-icon {
- margin-right: 5px; }
-
-/* line 42, ../../../../general/res/sass/_object-label.scss */
-mct-representation.s-status-pending .t-object-label .t-item-icon:before {
- -moz-transform-origin: center 50%;
- -ms-transform-origin: center 50%;
- -webkit-transform-origin: center 50%;
- transform-origin: center 50%;
- -moz-animation-name: rotation-centered;
- -webkit-animation-name: rotation-centered;
- animation-name: rotation-centered;
- -moz-animation-duration: 0.5s;
- -webkit-animation-duration: 0.5s;
- animation-duration: 0.5s;
- -moz-animation-iteration-count: infinite;
- -webkit-animation-iteration-count: infinite;
- animation-iteration-count: infinite;
- -moz-animation-timing-function: linear;
- -webkit-animation-timing-function: linear;
- animation-timing-function: linear;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-color: rgba(0, 153, 204, 0.25);
- border-top-color: #0099cc;
- border-style: solid;
- border-width: 4px;
- display: block;
- position: absolute;
- left: 50%;
- top: 50%;
- content: "";
- padding: 30%; }
-/* line 48, ../../../../general/res/sass/_object-label.scss */
-mct-representation.s-status-pending .t-object-label .t-item-icon .t-item-icon-glyph {
- display: none; }
-/* line 52, ../../../../general/res/sass/_object-label.scss */
-mct-representation.s-status-pending .t-object-label .t-title-label {
- font-style: italic;
- opacity: 0.6; }
-
-/* line 60, ../../../../general/res/sass/_object-label.scss */
-.selected mct-representation.s-status-pending .t-object-label .t-item-icon:before {
- border-color: rgba(252, 252, 252, 0.25) !important;
- border-top-color: #fcfcfc !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 27, ../../../../general/res/sass/mobile/_tree.scss */
-body.touch ul.tree ul.tree {
- margin-left: 15px; }
-/* line 31, ../../../../general/res/sass/mobile/_tree.scss */
-body.touch .tree-item,
-body.touch .search-result-item {
- height: 35px !important;
- line-height: 35px !important;
- margin-bottom: 0px !important; }
- /* line 36, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .view-control,
- body.touch .search-result-item .view-control {
- font-size: 1.2em;
- margin-right: 0;
- order: 2;
- width: 35px; }
- /* line 42, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .view-control.has-children:before,
- body.touch .search-result-item .view-control.has-children:before {
- content: "\7d";
- left: 50%;
- -moz-transform: translateX(-50%) rotate(270deg);
- -ms-transform: translateX(-50%) rotate(270deg);
- -webkit-transform: translateX(-50%) rotate(270deg);
- transform: translateX(-50%) rotate(270deg); }
- /* line 47, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .view-control.has-children.expanded:before,
- body.touch .search-result-item .view-control.has-children.expanded:before {
- -moz-transform: translateX(-50%) rotate(90deg);
- -ms-transform: translateX(-50%) rotate(90deg);
- -webkit-transform: translateX(-50%) rotate(90deg);
- transform: translateX(-50%) rotate(90deg); }
- /* line 52, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .t-object-label,
- body.touch .search-result-item .t-object-label {
- line-height: inherit; }
- /* line 54, ../../../../general/res/sass/mobile/_tree.scss */
- body.touch .tree-item .t-object-label .t-item-icon.l-icon-link .t-item-icon-glyph:before,
- body.touch .search-result-item .t-object-label .t-item-icon.l-icon-link .t-item-icon-glyph:before {
- bottom: 20%; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 25, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.child-frame.panel {
- background: #fcfcfc;
- border: 1px solid rgba(102, 102, 102, 0.2);
- z-index: 0; }
- /* line 29, ../../../../general/res/sass/user-environ/_frame.scss */
- .frame.child-frame.panel:hover {
- border-color: rgba(128, 128, 128, 0.2); }
-/* line 33, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame .object-top-bar {
- font-size: 0.75em;
- height: 16px;
- line-height: 16px; }
- /* line 37, ../../../../general/res/sass/user-environ/_frame.scss */
- .frame .object-top-bar .left {
- padding-right: 10px; }
-/* line 41, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame > .object-holder.abs, .frame > .object-holder.l-inspect, .l-datetime-picker .l-month-year-pager .frame > .object-holder.pager,
-.l-datetime-picker .l-month-year-pager .frame > .object-holder.val, .s-menu-btn .frame > span.object-holder.l-click-area, .frame > .object-holder.l-object-wrapper, .l-object-wrapper .frame > .object-holder.object-holder-main {
- top: 21px; }
-/* line 44, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame .contents {
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px; }
-/* line 52, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.frame-template .s-btn, .frame.frame-template .s-menu-btn,
-.frame.frame-template .s-menu-btn {
- height: 16px;
- line-height: 16px;
- padding: 0 5px; }
- /* line 57, ../../../../general/res/sass/user-environ/_frame.scss */
- .frame.frame-template .s-btn > span, .frame.frame-template .s-menu-btn > span,
- .frame.frame-template .s-menu-btn > span {
- font-size: 0.65rem; }
-/* line 62, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.frame-template .s-menu-btn:after {
- font-size: 8px; }
-/* line 66, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame.frame-template .view-switcher {
- z-index: 10; }
-/* line 72, ../../../../general/res/sass/user-environ/_frame.scss */
-.frame .view-switcher .title-label {
- display: none; }
-
-/* line 80, ../../../../general/res/sass/user-environ/_frame.scss */
-body.desktop .frame.frame-template .view-switcher {
- opacity: 0; }
-/* line 83, ../../../../general/res/sass/user-environ/_frame.scss */
-body.desktop .frame.frame-template:hover .view-switcher {
- opacity: 1; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/user-environ/_top-bar.scss */
-.top-bar {
- /* .title {
- color: #fff;
- }*/ }
- /* line 23, ../../../../general/res/sass/user-environ/_top-bar.scss */
- .top-bar.browse, .top-bar.edit {
- border-bottom: 1px solid rgba(102, 102, 102, 0.2);
- top: 10px;
- right: 10px;
- bottom: auto;
- left: 10px;
- height: 30px;
- line-height: 24px; }
- /* line 35, ../../../../general/res/sass/user-environ/_top-bar.scss */
- .top-bar .buttons-main {
- font-size: 0.8em;
- left: auto;
- text-align: right; }
-
-/* line 48, ../../../../general/res/sass/user-environ/_top-bar.scss */
-.edit-mode .top-bar .buttons-main {
- white-space: nowrap; }
- /* line 51, ../../../../general/res/sass/user-environ/_top-bar.scss */
- .edit-mode .top-bar .buttons-main.abs, .edit-mode .top-bar .buttons-main.l-inspect, .edit-mode .top-bar .l-datetime-picker .l-month-year-pager .buttons-main.pager, .l-datetime-picker .l-month-year-pager .edit-mode .top-bar .buttons-main.pager,
- .edit-mode .top-bar .l-datetime-picker .l-month-year-pager .buttons-main.val,
- .l-datetime-picker .l-month-year-pager .edit-mode .top-bar .buttons-main.val, .edit-mode .top-bar .s-menu-btn span.buttons-main.l-click-area, .s-menu-btn .edit-mode .top-bar span.buttons-main.l-click-area, .edit-mode .top-bar .buttons-main.l-object-wrapper, .edit-mode .top-bar .l-object-wrapper .buttons-main.object-holder-main, .l-object-wrapper .edit-mode .top-bar .buttons-main.object-holder-main {
- bottom: auto;
- left: auto; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar.btn-bar {
- white-space: nowrap; }
-/* line 26, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar .l-control-group {
- height: 25px; }
-/* line 29, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar input[type="text"] {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-size: .9em;
- height: 25px;
- margin-bottom: 1px;
- position: relative; }
- /* line 35, ../../../../general/res/sass/user-environ/_tool-bar.scss */
- .tool-bar input[type="text"].sm {
- width: 25px; }
-/* line 39, ../../../../general/res/sass/user-environ/_tool-bar.scss */
-.tool-bar .input-labeled label {
- font-size: 11.25px; }
-
-/********************************* VIEWS */
-/*****************************************************************************
-* Open MCT Web, Copyright (c) 2014-2015, United States Government
-* as represented by the Administrator of the National Aeronautics and Space
-* Administration. All rights reserved.
-*
-* Open MCT Web is licensed under the Apache License, Version 2.0 (the
-* "License"); you may not use this file except in compliance with the License.
-* You may obtain a copy of the License at
-* http://www.apache.org/licenses/LICENSE-2.0.
-*
-* Unless required by applicable law or agreed to in writing, software
-* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-* License for the specific language governing permissions and limitations
-* under the License.
-*
-* Open MCT Web includes source code licensed under additional open source
-* licenses. See the Open Source Licenses file (LICENSES.md) included with
-* this source code distribution or the Licensing information page available
-* at runtime from the About dialog for additional information.
-*****************************************************************************/
-/* line 23, ../../../../general/res/sass/_fixed-position.scss */
-.t-fixed-position.l-fixed-position {
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto; }
- /* line 33, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position.l-fixed-position .l-grid-holder {
- position: relative;
- height: 100%;
- width: 100%; }
- /* line 37, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position.l-fixed-position .l-grid-holder .l-grid {
- position: absolute;
- height: 100%;
- width: 100%;
- pointer-events: none;
- z-index: 0; }
-/* line 48, ../../../../general/res/sass/_fixed-position.scss */
-.t-fixed-position .l-fixed-position-item {
- position: absolute;
- border: 1px solid transparent; }
- /* line 52, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item.s-selected {
- -moz-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- box-shadow: rgba(0, 0, 0, 0.7) 0 3px 10px;
- border-color: #0099cc;
- cursor: move; }
- /* line 57, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item.s-not-selected {
- opacity: 0.8; }
- /* line 61, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-box,
- .t-fixed-position .l-fixed-position-item .l-fixed-position-image,
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- height: 100%;
- width: 100%; }
- /* line 72, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-image {
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center; }
- /* line 78, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text {
- border: 1px solid transparent;
- font-size: 0.8rem;
- line-height: 100%; }
- /* line 84, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-static-text {
- padding: 1px; }
- /* line 89, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: block;
- padding: 2px; }
- /* line 96, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem.l-title {
- float: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: auto; }
- /* line 105, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem.l-value {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- float: right;
- margin-left: 5px;
- padding-left: 5px;
- padding-right: 5px;
- text-align: right; }
- /* line 116, ../../../../general/res/sass/_fixed-position.scss */
- .t-fixed-position .l-fixed-position-item .l-fixed-position-text.l-telemetry .l-elem.l-value.telem-only {
- margin-left: 0;
- width: 100%; }
-/* line 126, ../../../../general/res/sass/_fixed-position.scss */
-.t-fixed-position .l-fixed-position-item-handle {
- background: rgba(0, 153, 204, 0.5);
- cursor: crosshair;
- border: 1px solid #0099cc;
- position: absolute; }
-
-/* line 140, ../../../../general/res/sass/_fixed-position.scss */
-.edit-mode .t-fixed-position.l-fixed-position .l-grid-holder .l-grid.l-grid-x {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat-x; }
-/* line 144, ../../../../general/res/sass/_fixed-position.scss */
-.edit-mode .t-fixed-position.l-fixed-position .l-grid-holder .l-grid.l-grid-y {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMXB4IiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
- background-size: 100%;
- background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat-y; }
-/* line 152, ../../../../general/res/sass/_fixed-position.scss */
-.edit-mode .t-fixed-position .l-fixed-position-item:not(.s-selected) {
- border: 1px dotted rgba(0, 153, 204, 0.75); }
- /* line 154, ../../../../general/res/sass/_fixed-position.scss */
- .edit-mode .t-fixed-position .l-fixed-position-item:not(.s-selected):hover {
- border: 1px dotted #0099cc; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/lists/_tabular.scss */
-.w1, .w2 {
- position: relative;
- height: 100%; }
-
-/* line 27, ../../../../general/res/sass/lists/_tabular.scss */
-.tabular,
-table {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-spacing: 0;
- border-collapse: collapse;
- display: table;
- font-size: 0.75rem;
- position: relative;
- width: 100%; }
- /* line 36, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular thead, .tabular .thead,
- .tabular tbody tr, .tabular .tbody .tr,
- table thead,
- table .thead,
- table tbody tr,
- table .tbody .tr {
- width: 100%; }
- /* line 40, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular thead, .tabular .thead,
- table thead,
- table .thead {
- border-bottom: 1px solid #fcfcfc; }
- /* line 44, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular:not(.fixed-header) tr th,
- table:not(.fixed-header) tr th {
- background-color: #e3e3e3; }
- /* line 48, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tbody, .tabular .tbody,
- table tbody,
- table .tbody {
- display: table-row-group; }
- /* line 51, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tbody tr:hover, .tabular tbody .tr:hover, .tabular .tbody tr:hover, .tabular .tbody .tr:hover,
- table tbody tr:hover,
- table tbody .tr:hover,
- table .tbody tr:hover,
- table .tbody .tr:hover {
- background: rgba(51, 51, 51, 0.1); }
- /* line 56, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr, .tabular .tr,
- table tr,
- table .tr {
- display: table-row; }
- /* line 58, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr:first-child .td, .tabular .tr:first-child .td,
- table tr:first-child .td,
- table .tr:first-child .td {
- border-top: none; }
- /* line 62, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr.group-header td, .tabular tr.group-header .td, .tabular .tr.group-header td, .tabular .tr.group-header .td,
- table tr.group-header td,
- table tr.group-header .td,
- table .tr.group-header td,
- table .tr.group-header .td {
- background-color: #efefef;
- color: #404040; }
- /* line 68, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th, .tabular tr .th, .tabular tr td, .tabular tr .td, .tabular .tr th, .tabular .tr .th, .tabular .tr td, .tabular .tr .td,
- table tr th,
- table tr .th,
- table tr td,
- table tr .td,
- table .tr th,
- table .tr .th,
- table .tr td,
- table .tr .td {
- display: table-cell; }
- /* line 71, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th, .tabular tr .th, .tabular .tr th, .tabular .tr .th,
- table tr th,
- table tr .th,
- table .tr th,
- table .tr .th {
- border-left: 1px solid #fcfcfc;
- color: #333333;
- padding: 5px 5px;
- white-space: nowrap;
- vertical-align: middle; }
- /* line 77, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th:first-child, .tabular tr .th:first-child, .tabular .tr th:first-child, .tabular .tr .th:first-child,
- table tr th:first-child,
- table tr .th:first-child,
- table .tr th:first-child,
- table .tr .th:first-child {
- border-left: none; }
- /* line 81, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th.sort.sort:after, .tabular tr .th.sort.sort:after, .tabular .tr th.sort.sort:after, .tabular .tr .th.sort.sort:after,
- table tr th.sort.sort:after,
- table tr .th.sort.sort:after,
- table .tr th.sort.sort:after,
- table .tr .th.sort.sort:after {
- color: #49dedb;
- font-family: symbolsfont;
- font-size: 8px;
- content: "\ed";
- display: inline-block;
- margin-left: 3px; }
- /* line 89, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th.sort.sort.desc:after, .tabular tr .th.sort.sort.desc:after, .tabular .tr th.sort.sort.desc:after, .tabular .tr .th.sort.sort.desc:after,
- table tr th.sort.sort.desc:after,
- table tr .th.sort.sort.desc:after,
- table .tr th.sort.sort.desc:after,
- table .tr .th.sort.sort.desc:after {
- content: "\ec"; }
- /* line 93, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr th.sortable, .tabular tr .th.sortable, .tabular .tr th.sortable, .tabular .tr .th.sortable,
- table tr th.sortable,
- table tr .th.sortable,
- table .tr th.sortable,
- table .tr .th.sortable {
- cursor: pointer; }
- /* line 97, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td, .tabular tr .td, .tabular .tr td, .tabular .tr .td,
- table tr td,
- table tr .td,
- table .tr td,
- table .tr .td {
- border-bottom: 1px solid #e3e3e3;
- min-width: 20px;
- color: #333333;
- padding: 3px 5px;
- word-wrap: break-word;
- vertical-align: top; }
- /* line 104, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td.numeric, .tabular tr .td.numeric, .tabular .tr td.numeric, .tabular .tr .td.numeric,
- table tr td.numeric,
- table tr .td.numeric,
- table .tr td.numeric,
- table .tr .td.numeric {
- text-align: right; }
- /* line 107, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td.s-cell-type-value, .tabular tr .td.s-cell-type-value, .tabular .tr td.s-cell-type-value, .tabular .tr .td.s-cell-type-value,
- table tr td.s-cell-type-value,
- table tr .td.s-cell-type-value,
- table .tr td.s-cell-type-value,
- table .tr .td.s-cell-type-value {
- text-align: right; }
- /* line 109, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular tr td.s-cell-type-value .l-cell-contents, .tabular tr .td.s-cell-type-value .l-cell-contents, .tabular .tr td.s-cell-type-value .l-cell-contents, .tabular .tr .td.s-cell-type-value .l-cell-contents,
- table tr td.s-cell-type-value .l-cell-contents,
- table tr .td.s-cell-type-value .l-cell-contents,
- table .tr td.s-cell-type-value .l-cell-contents,
- table .tr .td.s-cell-type-value .l-cell-contents {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- padding-left: 5px;
- padding-right: 5px; }
- /* line 125, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.filterable tbody, .tabular.filterable .tbody,
- table.filterable tbody,
- table.filterable .tbody {
- top: 44px; }
- /* line 128, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.filterable input[type="text"],
- table.filterable input[type="text"] {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%; }
- /* line 134, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header,
- table.fixed-header {
- height: 100%; }
- /* line 136, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header thead, .tabular.fixed-header .thead,
- .tabular.fixed-header tbody tr, .tabular.fixed-header .tbody .tr,
- table.fixed-header thead,
- table.fixed-header .thead,
- table.fixed-header tbody tr,
- table.fixed-header .tbody .tr {
- display: table;
- table-layout: fixed; }
- /* line 141, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header thead, .tabular.fixed-header .thead,
- table.fixed-header thead,
- table.fixed-header .thead {
- width: calc(100% - 10px); }
- /* line 143, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header thead:before, .tabular.fixed-header .thead:before,
- table.fixed-header thead:before,
- table.fixed-header .thead:before {
- content: "";
- display: block;
- z-index: 0;
- position: absolute;
- width: 100%;
- height: 22px;
- background-color: #e3e3e3; }
- /* line 153, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.fixed-header tbody, .tabular.fixed-header .tbody,
- table.fixed-header tbody,
- table.fixed-header .tbody {
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- top: 22px;
- display: block;
- overflow-y: scroll; }
- /* line 161, ../../../../general/res/sass/lists/_tabular.scss */
- .tabular.t-event-messages td, .tabular.t-event-messages .td,
- table.t-event-messages td,
- table.t-event-messages .td {
- min-width: 150px; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 29, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot {
- color: #666;
- font-size: 0.7rem;
- position: relative;
- width: 100%;
- height: 100%;
- /****************************** Limits and Out-of-Bounds data */ }
- /* line 36, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-local-controls {
- -moz-transition-property: opacity;
- -o-transition-property: opacity;
- -webkit-transition-property: opacity;
- transition-property: opacity;
- -moz-transition-duration: 150ms;
- -o-transition-duration: 150ms;
- -webkit-transition-duration: 150ms;
- transition-duration: 150ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- pointer-events: none; }
- /* line 44, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-display-area:hover .gl-plot-local-controls,
- .gl-plot .gl-plot-axis-area:hover .gl-plot-local-controls {
- opacity: 1;
- pointer-events: inherit; }
- /* line 50, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-axis-area {
- position: absolute; }
- /* line 53, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-axis-area.gl-plot-x {
- top: auto;
- right: 0;
- bottom: 5px;
- left: 60px;
- height: 32px;
- width: auto;
- overflow: hidden; }
- /* line 62, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-axis-area.gl-plot-y {
- top: 25px;
- right: auto;
- bottom: 37px;
- left: 0;
- width: 60px; }
- /* line 71, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-coords {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- background: black;
- color: #b3b3b3;
- padding: 2px 5px;
- position: absolute;
- top: 35px;
- right: auto;
- bottom: auto;
- left: 70px;
- z-index: 10; }
- /* line 83, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-coords:empty {
- display: none; }
- /* line 88, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-display-area {
- background-color: rgba(0, 0, 0, 0.05);
- position: absolute;
- top: 25px;
- right: 0;
- bottom: 37px;
- left: 60px;
- cursor: crosshair;
- border: 1px solid rgba(102, 102, 102, 0.2); }
- /* line 101, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-label,
- .gl-plot .l-plot-label {
- color: #999999;
- position: absolute;
- text-align: center; }
- /* line 107, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-label.gl-plot-x-label, .gl-plot .gl-plot-label.l-plot-x-label,
- .gl-plot .l-plot-label.gl-plot-x-label,
- .gl-plot .l-plot-label.l-plot-x-label {
- top: auto;
- right: 0;
- bottom: 0;
- left: 0;
- height: auto; }
- /* line 116, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-label.gl-plot-y-label, .gl-plot .gl-plot-label.l-plot-y-label,
- .gl-plot .l-plot-label.gl-plot-y-label,
- .gl-plot .l-plot-label.l-plot-y-label {
- -moz-transform-origin: 50% 0;
- -ms-transform-origin: 50% 0;
- -webkit-transform-origin: 50% 0;
- transform-origin: 50% 0;
- -moz-transform: translateX(-50%) rotate(-90deg);
- -ms-transform: translateX(-50%) rotate(-90deg);
- -webkit-transform: translateX(-50%) rotate(-90deg);
- transform: translateX(-50%) rotate(-90deg);
- display: inline-block;
- margin-left: 5px;
- left: 0;
- top: 50%;
- white-space: nowrap; }
- /* line 130, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-x-options,
- .gl-plot .gl-plot-y-options {
- position: absolute;
- height: 24px;
- min-height: 24px;
- z-index: 2; }
- /* line 139, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-x-options {
- -moz-transform: translateX(-50%);
- -ms-transform: translateX(-50%);
- -webkit-transform: translateX(-50%);
- transform: translateX(-50%);
- bottom: 0;
- left: 50%; }
- /* line 145, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-y-options {
- -moz-transform: translateY(-50%);
- -ms-transform: translateY(-50%);
- -webkit-transform: translateY(-50%);
- transform: translateY(-50%);
- min-width: 150px;
- top: 50%;
- left: 20px; }
- /* line 152, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .t-plot-display-controls {
- position: absolute;
- top: 5px;
- right: 5px; }
- /* line 158, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-hash {
- position: absolute;
- border: 0 rgba(0, 0, 0, 0.2) dashed; }
- /* line 161, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-hash.hash-v {
- border-right-width: 1px;
- height: 100%; }
- /* line 165, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-hash.hash-h {
- border-bottom-width: 1px;
- width: 100%; }
- /* line 171, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .gl-plot-legend {
- position: absolute;
- top: 0;
- right: 0;
- bottom: auto;
- left: 0;
- height: 20px;
- overflow-x: hidden;
- overflow-y: auto; }
- /* line 184, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar,
- .gl-plot .l-oob-data {
- position: absolute;
- left: 0;
- right: 0;
- width: auto; }
- /* line 192, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar {
- height: auto;
- z-index: 0; }
- /* line 200, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar.s-limit-yellow {
- background: rgba(255, 170, 0, 0.2); }
- /* line 201, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-limit-bar.s-limit-red {
- background: rgba(255, 0, 0, 0.2); }
- /* line 204, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-oob-data {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- pointer-events: none;
- height: 10px;
- z-index: 1; }
- /* line 212, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-oob-data.l-oob-data-up {
- top: 0;
- bottom: auto;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NDhkNiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzQ4ZDYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(90deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: -webkit-linear-gradient(90deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: linear-gradient(0deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%); }
- /* line 217, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot .l-oob-data.l-oob-data-dwn {
- bottom: 0;
- top: auto;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NDhkNiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NzQ4ZDYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(270deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: -webkit-linear-gradient(270deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%);
- background-image: linear-gradient(180deg, rgba(119, 72, 214, 0), rgba(119, 72, 214, 0.5) 100%); }
-
-/* line 227, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-legend .plot-legend-item,
-.gl-plot-legend .legend-item,
-.legend .plot-legend-item,
-.legend .legend-item {
- display: inline-block;
- margin-right: 10px;
- margin-bottom: 3px; }
- /* line 232, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-legend .plot-legend-item span,
- .gl-plot-legend .legend-item span,
- .legend .plot-legend-item span,
- .legend .legend-item span {
- vertical-align: middle; }
- /* line 235, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-legend .plot-legend-item .plot-color-swatch,
- .gl-plot-legend .plot-legend-item .color-swatch,
- .gl-plot-legend .legend-item .plot-color-swatch,
- .gl-plot-legend .legend-item .color-swatch,
- .legend .plot-legend-item .plot-color-swatch,
- .legend .plot-legend-item .color-swatch,
- .legend .legend-item .plot-color-swatch,
- .legend .legend-item .color-swatch {
- -moz-border-radius: 2px;
- -webkit-border-radius: 2px;
- border-radius: 2px;
- display: inline-block;
- height: 8px;
- width: 8px; }
-
-/* line 246, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-legend .plot-legend-item {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- line-height: 1.5em;
- padding: 0px 5px; }
- /* line 250, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-legend .plot-legend-item .plot-color-swatch {
- border: 1px solid #fcfcfc;
- height: 9px;
- width: 9px; }
-
-/* line 258, ../../../../general/res/sass/plots/_plots-main.scss */
-.tick {
- position: absolute;
- border: 0 rgba(0, 0, 0, 0.2) solid; }
- /* line 261, ../../../../general/res/sass/plots/_plots-main.scss */
- .tick.tick-x {
- border-right-width: 1px;
- height: 100%; }
-
-/* line 267, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-tick,
-.tick-label {
- direction: rtl;
- unicode-bidi: bidi-override;
- font-size: 0.7rem;
- position: absolute;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis; }
- /* line 276, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-tick.gl-plot-x-tick-label, .gl-plot-tick.tick-label-x,
- .tick-label.gl-plot-x-tick-label,
- .tick-label.tick-label-x {
- right: auto;
- bottom: auto;
- left: auto;
- height: auto;
- width: 20%;
- margin-left: -10%;
- text-align: center; }
- /* line 286, ../../../../general/res/sass/plots/_plots-main.scss */
- .gl-plot-tick.gl-plot-y-tick-label, .gl-plot-tick.tick-label-y,
- .tick-label.gl-plot-y-tick-label,
- .tick-label.tick-label-y {
- top: auto;
- height: 1em;
- width: auto;
- margin-bottom: -0.5em;
- text-align: right; }
-
-/* line 297, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-tick.gl-plot-x-tick-label {
- top: 5px; }
-/* line 300, ../../../../general/res/sass/plots/_plots-main.scss */
-.gl-plot-tick.gl-plot-y-tick-label {
- right: 5px;
- left: 5px; }
-
-/* line 307, ../../../../general/res/sass/plots/_plots-main.scss */
-.tick-label.tick-label-x {
- top: 0; }
-/* line 310, ../../../../general/res/sass/plots/_plots-main.scss */
-.tick-label.tick-label-y {
- right: 0;
- left: 0; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* Styles for the iframe EmbeddedPageController element */
-/* line 25, ../../../../general/res/sass/_iframe.scss */
-.l-iframe iframe {
- display: block;
- height: 100%;
- width: 100%; }
-
-/* Styles for sub-dividing views generically */
-/* line 3, ../../../../general/res/sass/_views.scss */
-.l-view-section {
- overflow: hidden;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- font-size: 0.8rem; }
- /* line 6, ../../../../general/res/sass/_views.scss */
- .l-view-section h2 {
- color: #fff;
- margin-bottom: 5px; }
- /* line 10, ../../../../general/res/sass/_views.scss */
- .l-view-section.fixed {
- font-size: 0.8em; }
- /* line 13, ../../../../general/res/sass/_views.scss */
- .l-view-section .controls,
- .l-view-section label,
- .l-view-section .inline-block {
- display: inline-block; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/items/_item.scss */
-.items-holder {
- overflow: hidden;
- *zoom: 1;
- overflow-y: auto; }
- /* line 25, ../../../../general/res/sass/items/_item.scss */
- .items-holder .contents {
- top: 0; }
- /* line 29, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item {
- background-color: #ddd;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #666;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none;
- box-sizing: border-box;
- cursor: pointer;
- float: left;
- height: 200px;
- width: 200px;
- margin-bottom: 3px;
- margin-right: 3px;
- position: relative; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item .icon, .items-holder .item.grid-item .t-item-icon {
- color: #0099cc; }
- /* line 307, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item:not(.disabled):hover {
- background-image: #d0d0d0; }
- /* line 309, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item:not(.disabled):hover > .icon, .items-holder .item.grid-item:not(.disabled):hover > .t-item-icon {
- color: #33ccff; }
- /* line 44, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item:hover .item-main .item-type {
- color: deepskyblue; }
- /* line 46, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item:hover .item-main .item-type .l-icon-link {
- color: #49dedb; }
- /* line 50, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item:hover .item-main .item-open {
- opacity: 1; }
- /* line 54, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .contents {
- top: 10px;
- right: 10px;
- bottom: 10px;
- left: 10px; }
- /* line 59, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar {
- bottom: auto;
- color: #8c8c8c;
- height: 20px;
- line-height: 20px;
- text-align: right;
- z-index: 5; }
- /* line 66, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar .left, .items-holder .item.grid-item .bar.top-bar .right {
- width: auto; }
- /* line 68, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar .left .icon, .items-holder .item.grid-item .bar.top-bar .left .t-item-icon, .items-holder .item.grid-item .bar.top-bar .right .icon, .items-holder .item.grid-item .bar.top-bar .right .t-item-icon {
- margin-left: 3px; }
- /* line 70, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.top-bar .left .icon.l-icon-link, .items-holder .item.grid-item .bar.top-bar .left .l-icon-link.t-item-icon, .items-holder .item.grid-item .bar.top-bar .right .icon.l-icon-link, .items-holder .item.grid-item .bar.top-bar .right .l-icon-link.t-item-icon {
- color: #49dedb; }
- /* line 76, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .bar.bottom-bar {
- top: auto;
- line-height: 110%; }
- /* line 81, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main {
- line-height: 160px;
- z-index: 1; }
- /* line 86, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main .item-type,
- .items-holder .item.grid-item .item-main .t-item-icon {
- -moz-transform: translateX(-50%) translateY(-55%);
- -ms-transform: translateX(-50%) translateY(-55%);
- -webkit-transform: translateX(-50%) translateY(-55%);
- transform: translateX(-50%) translateY(-55%);
- position: absolute;
- top: 50%;
- left: 50%;
- font-size: 96.9px; }
- /* line 94, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main .item-type.l-icon-link .t-item-icon-glyph:before,
- .items-holder .item.grid-item .item-main .t-item-icon.l-icon-link .t-item-icon-glyph:before {
- -moz-transform: scale(0.25);
- -ms-transform: scale(0.25);
- -webkit-transform: scale(0.25);
- transform: scale(0.25); }
- /* line 100, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .item-main .item-open {
- -moz-transition-property: "opacity";
- -o-transition-property: "opacity";
- -webkit-transition-property: "opacity";
- transition-property: "opacity";
- -moz-transition-duration: 200ms;
- -o-transition-duration: 200ms;
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- color: #8c8c8c;
- font-size: 3em;
- left: auto;
- width: 50px;
- pointer-events: none;
- text-align: right; }
- /* line 110, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .title {
- text-shadow: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #666; }
- /* line 115, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item .details {
- text-shadow: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- color: #8c8c8c;
- font-size: 0.8em; }
- /* line 121, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected {
- background-color: #0099cc;
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- color: #fff;
- display: inline-block;
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- -moz-transition: background, 0.25s;
- -o-transition: background, 0.25s;
- -webkit-transition: background, 0.25s;
- transition: background, 0.25s;
- text-shadow: none;
- color: #80dfff; }
- /* line 303, ../../../../general/res/sass/_mixins.scss */
- .items-holder .item.grid-item.selected .icon, .items-holder .item.grid-item.selected .t-item-icon {
- color: #eee; }
- /* line 126, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected .item-type, .items-holder .item.grid-item.selected .top-bar .icon:not(.alert), .items-holder .item.grid-item.selected .top-bar .t-item-icon:not(.alert) {
- color: #80dfff; }
- /* line 127, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected .item-main .item-open {
- color: #80dfff; }
- /* line 128, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected .title {
- color: white; }
- /* line 130, ../../../../general/res/sass/items/_item.scss */
- .items-holder .item.grid-item.selected:hover .item-main .item-type {
- color: white !important; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 41, ../../../../general/res/sass/mobile/_item.scss */
-body.phone .items-holder .item.grid-item,
-body.tablet .items-holder .item.grid-item {
- width: 100%; }
- /* line 43, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item > .contents,
- body.tablet .items-holder .item.grid-item > .contents {
- top: 0px;
- right: 10px;
- bottom: 0px;
- left: 10px; }
- /* line 47, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.top-bar,
- body.tablet .items-holder .item.grid-item .bar.top-bar {
- bottom: 0 !important;
- left: auto !important;
- right: 20px !important;
- width: 40px !important;
- height: auto !important;
- text-align: right; }
- /* line 53, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.bottom-bar,
- body.tablet .items-holder .item.grid-item .bar.bottom-bar {
- left: 40px;
- right: 60px; }
- /* line 61, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-type,
- body.phone .items-holder .item.grid-item .item-main .t-item-icon,
- body.tablet .items-holder .item.grid-item .item-main .item-type,
- body.tablet .items-holder .item.grid-item .item-main .t-item-icon {
- font-size: 30px;
- left: 15px;
- line-height: normal; }
- /* line 67, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-open,
- body.tablet .items-holder .item.grid-item .item-main .item-open {
- display: block;
- opacity: 1;
- font-size: 1em;
- width: auto; }
-
-/* line 82, ../../../../general/res/sass/mobile/_item.scss */
-body.phone .items-holder .item.grid-item {
- height: 50px; }
- /* line 86, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.top-bar {
- line-height: 50px !important; }
- /* line 90, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .bar.bottom-bar {
- top: 7px;
- bottom: auto;
- height: 35px; }
- /* line 95, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-type {
- top: 10px;
- bottom: auto;
- height: 30px; }
- /* line 98, ../../../../general/res/sass/mobile/_item.scss */
- body.phone .items-holder .item.grid-item .item-main .item-open {
- line-height: 50px; }
-
-/* line 110, ../../../../general/res/sass/mobile/_item.scss */
-body.tablet .items-holder .item.grid-item {
- height: 66px; }
- /* line 114, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .bar.top-bar {
- line-height: 66px !important; }
- /* line 118, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .bar.bottom-bar {
- top: 15px;
- bottom: auto;
- height: 35px; }
- /* line 123, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .item-main .item-type {
- top: 18px;
- bottom: auto;
- height: 30px; }
- /* line 126, ../../../../general/res/sass/mobile/_item.scss */
- body.tablet .items-holder .item.grid-item .item-main .item-open {
- line-height: 66px; }
-
-/********************************* TO BE MOVED */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 22, ../../../../general/res/sass/_autoflow.scss */
-.autoflow {
- font-size: 0.75rem; }
- /* line 32, ../../../../general/res/sass/_autoflow.scss */
- .autoflow:hover .l-autoflow-header .s-btn.change-column-width, .autoflow:hover .l-autoflow-header .change-column-width.s-menu-btn {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 50ms;
- -o-transition-duration: 50ms;
- -webkit-transition-duration: 50ms;
- transition-duration: 50ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 1; }
- /* line 38, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header {
- bottom: auto;
- height: 22px;
- line-height: 22px;
- min-width: 225px; }
- /* line 43, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .t-last-update {
- overflow: hidden; }
- /* line 46, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .s-btn.change-column-width, .autoflow .l-autoflow-header .change-column-width.s-menu-btn {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0; }
- /* line 50, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .l-filter {
- display: block;
- margin-right: 5px; }
- /* line 53, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-header .l-filter input.t-filter-input {
- width: 150px; }
- /* line 59, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items {
- overflow-x: scroll;
- overflow-y: hidden;
- top: 32px;
- white-space: nowrap; }
- /* line 65, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-left: 1px solid rgba(102, 102, 102, 0.2);
- display: inline-block;
- padding-left: 5px;
- padding-right: 5px;
- vertical-align: top;
- width: 225px; }
- /* line 75, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- border-bottom: 1px solid rgba(255, 255, 255, 0.05);
- display: block;
- height: 15px;
- line-height: 15px;
- margin-bottom: 1px;
- margin-top: 1px;
- position: relative; }
- /* line 84, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row:first-child {
- border-top: none; }
- /* line 87, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row:hover {
- background: rgba(255, 255, 255, 0.1); }
- /* line 92, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row.s-stale .l-autoflow-item.l {
- color: rgba(51, 51, 51, 0.3) !important;
- font-style: italic; }
- /* line 93, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row.s-stale .l-autoflow-item.r {
- color: rgba(51, 51, 51, 0.5) !important;
- font-style: italic; }
- /* line 96, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row:not(.s-stale) .l-autoflow-item.r {
- color: gray; }
- /* line 100, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row.first-in-group {
- border-top: 1px solid rgba(153, 153, 153, 0.2); }
- /* line 103, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row .l-autoflow-item {
- display: block; }
- /* line 105, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row .l-autoflow-item.l {
- float: none;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: auto; }
- /* line 112, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col .l-autoflow-row .l-autoflow-item.r {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- float: right;
- margin-left: 5px;
- padding-left: 5px;
- padding-right: 5px;
- text-align: right; }
- /* line 123, ../../../../general/res/sass/_autoflow.scss */
- .autoflow .l-autoflow-items .l-autoflow-col:first-child {
- border-left: none;
- padding-left: 0; }
-
-/* line 133, ../../../../general/res/sass/_autoflow.scss */
-.frame.child-frame.panel .autoflow .l-autoflow-header .l-filter {
- display: none; }
-
-/* line 1, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main-wrapper,
-.l-image-main,
-.l-image-main-controlbar,
-.l-image-thumbs-wrapper {
- overflow: false;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto; }
-
-/*************************************** MAIN LAYOUT */
-/* line 9, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main-wrapper {
- min-height: 100px;
- min-width: 150px; }
- /* line 16, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-wrapper .l-image-main {
- background-color: rgba(0, 0, 0, 0.05);
- bottom: 30px; }
- /* line 20, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-wrapper .l-image-main-controlbar {
- top: auto;
- height: 25px; }
-
-/* line 26, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-thumbs-wrapper {
- top: auto;
- height: 168px; }
-
-/* line 32, ../../../../general/res/sass/features/_imagery.scss */
-.l-date,
-.l-time,
-.l-timezone {
- display: inline-block; }
-
-/*************************************** MAIN IMAGE */
-/* line 40, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main,
-.l-image-thumb-item .l-thumb {
- background-size: contain;
- background-position: center;
- background-repeat: no-repeat; }
-
-/* line 51, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-main-controlbar {
- font-size: 0.8em;
- line-height: 25px; }
- /* line 55, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .left, .l-image-main-controlbar .right {
- direction: rtl;
- overflow: hidden; }
- /* line 59, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .left {
- text-align: left; }
- /* line 63, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .right {
- z-index: 2; }
- /* line 67, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-date,
- .l-image-main-controlbar .l-time {
- color: #333333; }
- /* line 71, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-mag {
- direction: ltr;
- display: inline-block; }
- /* line 75, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-mag:before {
- content: "\000049"; }
- /* line 79, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .s-mag {
- color: #999999; }
- /* line 82, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-main-controlbar .l-btn.show-thumbs {
- display: none; }
-
-/* line 87, ../../../../general/res/sass/features/_imagery.scss */
-.s-image-main {
- border: 1px solid transparent; }
- /* line 89, ../../../../general/res/sass/features/_imagery.scss */
- .s-image-main.paused {
- border-color: #ff9900; }
-
-/*************************************** THUMBS */
-/* line 96, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-thumbs-wrapper {
- direction: rtl;
- overflow-x: auto;
- overflow-y: hidden;
- padding-bottom: 5px;
- white-space: nowrap;
- z-index: 70; }
-
-/* line 106, ../../../../general/res/sass/features/_imagery.scss */
-.l-image-thumb-item {
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 1px;
- position: relative;
- cursor: pointer;
- direction: ltr;
- display: inline-block;
- font-size: 0.8em;
- margin-left: 3px;
- text-align: left;
- width: 122px;
- white-space: normal; }
- /* line 111, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item .l-thumb,
- .l-image-thumb-item .l-date,
- .l-image-thumb-item .l-time {
- display: inline-block; }
- /* line 116, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item .l-date,
- .l-image-thumb-item .l-time {
- padding: 2px 3px; }
- /* line 128, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item:hover {
- background: rgba(255, 255, 255, 0.2); }
- /* line 130, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item:hover .l-date,
- .l-image-thumb-item:hover .l-time {
- color: #fff; }
- /* line 135, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item.selected {
- background: #0099cc; }
- /* line 137, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item.selected .l-date,
- .l-image-thumb-item.selected .l-time {
- color: #fff; }
- /* line 142, ../../../../general/res/sass/features/_imagery.scss */
- .l-image-thumb-item .l-thumb {
- background-color: rgba(255, 255, 255, 0.1);
- height: 120px;
- width: 120px;
- margin-top: 0; }
-
-/*************************************** WHEN IN FRAME */
-/* line 152, ../../../../general/res/sass/features/_imagery.scss */
-.frame .t-imagery .l-image-main-wrapper {
- bottom: 0; }
- /* line 154, ../../../../general/res/sass/features/_imagery.scss */
- .frame .t-imagery .l-image-main-wrapper .l-image-main-controlbar {
- font-size: 0.7em; }
-/* line 163, ../../../../general/res/sass/features/_imagery.scss */
-.frame .t-imagery .l-image-thumbs-wrapper {
- display: none; }
-
-/* line 1, ../../../../general/res/sass/features/_time-display.scss */
-.l-time-display {
- line-height: 140%; }
- /* line 5, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display:hover .l-btn.control {
- opacity: 1; }
- /* line 11, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display.l-timer .control {
- -moz-transition-property: width, opacity;
- -o-transition-property: width, opacity;
- -webkit-transition-property: width, opacity;
- transition-property: width, opacity;
- -moz-transition-duration: 200ms;
- -o-transition-duration: 200ms;
- -webkit-transition-duration: 200ms;
- transition-duration: 200ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- line-height: inherit;
- margin-right: 0;
- opacity: 0;
- width: 0; }
- /* line 18, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display.l-timer:hover .control {
- margin-right: 5px;
- opacity: 1;
- width: 1em; }
- /* line 25, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display .value {
- color: black;
- font-weight: 400; }
- /* line 28, ../../../../general/res/sass/features/_time-display.scss */
- .l-time-display .value .direction {
- font-size: 0.8em; }
-
-/* line 3, ../sass/_controls.scss */
-.s-btn.major .title-label, .major.s-menu-btn .title-label {
- text-transform: uppercase; }
diff --git a/platform/commonUI/themes/snow/res/sass/_constants.scss b/platform/commonUI/themes/snow/res/sass/_constants.scss
index 25eff7a9e0..4390bd092c 100644
--- a/platform/commonUI/themes/snow/res/sass/_constants.scss
+++ b/platform/commonUI/themes/snow/res/sass/_constants.scss
@@ -12,12 +12,14 @@ $colorInteriorBorder: rgba($colorBodyFg, 0.2);
$colorA: #999;
$colorAHov: $colorKey;
$contrastRatioPercent: 40%;
+$hoverRatioPercent: 10%;
$basicCr: 4px;
$controlCr: $basicCr;
$smallCr: 3px;
// Buttons and Controls
$colorBtnBg: pullForward($colorBodyBg, $contrastRatioPercent);
+$colorBtnBgHov: pullForward($colorBtnBg, $hoverRatioPercent);
$colorBtnFg: #fff;
$colorBtnMajorBg: $colorKey;
$colorBtnMajorFg: $colorKeyFg;
@@ -54,7 +56,7 @@ $colorTick: rgba(black, 0.2);
$colorMenuBg: pushBack($colorBodyBg, 10%);
$colorMenuFg: pullForward($colorMenuBg, 70%);
$colorMenuIc: $colorKey;
-$colorMenuHovBg: pullForward($colorMenuBg, 10%);
+$colorMenuHovBg: pullForward($colorMenuBg, $hoverRatioPercent);
$colorMenuHovFg: $colorMenuFg;
$colorMenuHovIc: $colorMenuIc;
$shdwMenu: rgba(black, 0.5) 0 1px 5px;
@@ -89,6 +91,8 @@ $colorStatusDefault: #ccc;
$colorStatusInfo: #60ba7b;
$colorStatusAlert: #ffb66c;
$colorStatusError: #c96b68;
+$colorStatusAvailable: $colorKey;
+$colorStatusBtnBg: #666;
$colorProgressBarOuter: rgba(#000, 0.1);
$colorProgressBarAmt: #0a0;
$progressBarHOverlay: 15px;
@@ -123,7 +127,7 @@ $colorOvrBtnFg: #fff;
// Items
$colorItemBg: #ddd;
-$colorItemBgHov: pullForward($colorItemBg, 5%);
+$colorItemBgHov: pullForward($colorItemBg, $hoverRatioPercent);
$colorItemFg: $colorBodyFg;
$colorItemFgDetails: pushBack($colorItemFg, 15%);
$colorItemIc: $colorKey;
@@ -149,14 +153,14 @@ $colorPlotAreaBorder: $colorInteriorBorder;
$colorPlotLabelFg: pushBack($colorPlotFg, 20%);
// Tree
-$colorItemTreeHoverBg: rgba($colorBodyFg, 0.1);
-$colorItemTreeHoverFg: pullForward($colorBodyFg, 20%);
+$colorItemTreeHoverBg: pullForward($colorBodyBg, $hoverRatioPercent);
+$colorItemTreeHoverFg: pullForward($colorBodyFg, $hoverRatioPercent);
$colorItemTreeIcon: $colorKey;
-$colorItemTreeIconHover: $colorItemTreeIcon; //pushBack($colorItemTreeIcon, 20%);
+$colorItemTreeIconHover: $colorItemTreeIcon;
$colorItemTreeFg: $colorBodyFg;
$colorItemTreeSelectedBg: pushBack($colorKey, 15%);
$colorItemTreeSelectedFg: $colorBodyBg;
-$colorItemTreeEditingBg: #caf1ff; //#c6e3ff;
+$colorItemTreeEditingBg: #caf1ff;
$colorItemTreeEditingFg: $colorEditAreaFg;
$colorItemTreeVC: $colorBodyFg;
$colorItemTreeVCHover: $colorKey;
@@ -194,4 +198,4 @@ $colorAboutLink: #84b3ff;
// Loading
$colorLoadingFg: $colorAlt1;
-$colorLoadingBg: rgba($colorLoadingFg, 0.1);
\ No newline at end of file
+$colorLoadingBg: rgba($colorLoadingFg, 0.1);
diff --git a/platform/commonUI/themes/snow/res/sass/_mixins.scss b/platform/commonUI/themes/snow/res/sass/_mixins.scss
index 05a5c4fb64..34f6462d41 100644
--- a/platform/commonUI/themes/snow/res/sass/_mixins.scss
+++ b/platform/commonUI/themes/snow/res/sass/_mixins.scss
@@ -3,10 +3,10 @@
@include boxShdw($shdwBtns);
}
-@mixin btnSubtle($bg: $colorBtnBg, $bgHov: none, $fg: $colorBtnFg, $ic: $colorBtnIcon) {
+@mixin btnSubtle($bg: $colorBtnBg, $bgHovColor: none, $fg: $colorBtnFg, $ic: $colorBtnIcon) {
@include containerSubtle($bg, $fg);
- @include btnBase($bg, $bgHov, $fg, $ic);
- @include text-shadow($shdwItemText);
+ @include btnBase($bg, $bgHovColor, $fg, $ic);
+ text-shadow: $shdwItemText;
}
@function pullForward($c: $colorBodyBg, $p: 20%) {
diff --git a/platform/commonUI/themes/snow/res/sass/theme-snow.scss b/platform/commonUI/themes/snow/res/sass/theme-snow.scss
index 2fa943f1fe..0e55a860c7 100644
--- a/platform/commonUI/themes/snow/res/sass/theme-snow.scss
+++ b/platform/commonUI/themes/snow/res/sass/theme-snow.scss
@@ -20,10 +20,7 @@
* at runtime from the About dialog for additional information.
*****************************************************************************/
-@import "compass";
-@import "compass/reset";
-@import "compass/css3";
-@import "compass/utilities";
+@import "bourbon";
@import "../../../../general/res/sass/_mixins";
@import "../../../../general/res/sass/mobile/mixins";
diff --git a/platform/features/timeline/res/config.rb b/platform/features/timeline/res/config.rb
deleted file mode 100755
index 58843cd76e..0000000000
--- a/platform/features/timeline/res/config.rb
+++ /dev/null
@@ -1,26 +0,0 @@
-# Require any additional compass plugins here.
-# require "compass-growl"
-
-# Set this to the root of your project when deployed:
-http_path = "/"
-css_dir = "css"
-sass_dir = "sass"
-images_dir = "images"
-javascripts_dir = "js"
-
-# You can select your preferred output style here (can be overridden via the command line):
-# :expanded, :compressed, :nested
-output_style = :nested
-
-# To enable relative paths to assets via compass helper functions. Uncomment:
-relative_assets = true
-
-# To disable debugging comments that display the original location of your selectors. Uncomment:
-# line_comments = false
-
-
-# If you prefer the indented syntax, you might want to regenerate this
-# project again passing --syntax sass, or you can uncomment this:
-# preferred_syntax = :sass
-# and then run:
-# sass-convert -R --from scss --to sass vfn_platform/static/sass scss && rm -rf sass && mv scss sass
diff --git a/platform/features/timeline/res/css/timeline-espresso.css b/platform/features/timeline/res/css/timeline-espresso.css
deleted file mode 100644
index ae39ad66ba..0000000000
--- a/platform/features/timeline/res/css/timeline-espresso.css
+++ /dev/null
@@ -1,291 +0,0 @@
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FEATURES */
-/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
-/************************** RATIOS */
-/************************** LAYOUT */
-/************************** CONTROLS */
-/************************** PATHS */
-/************************** TIMINGS */
-/************************** LIMITS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*********************************************** CONTROLS, FORM ELEMENTS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 26, ../sass/_timeline-thematic.scss */
-.l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend .l-legend-items {
- color: #999; }
-
-/* line 36, ../sass/_timeline-thematic.scss */
-.s-timeline-gantt .bar {
- color: #fff;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NzdiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTVhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7777bb), color-stop(100%, #5555aa));
- background-image: -moz-linear-gradient(#7777bb, #5555aa);
- background-image: -webkit-linear-gradient(#7777bb, #5555aa);
- background-image: linear-gradient(#7777bb, #5555aa);
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
- box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px; }
- /* line 41, ../sass/_timeline-thematic.scss */
- .s-timeline-gantt .bar.expanded {
- -moz-border-radius-topleft: 3px;
- -webkit-border-top-left-radius: 3px;
- border-top-left-radius: 3px;
- -moz-border-radius-topright: 3px;
- -webkit-border-top-right-radius: 3px;
- border-top-right-radius: 3px;
- -moz-border-radius-bottomleft: 0;
- -webkit-border-bottom-left-radius: 0;
- border-bottom-left-radius: 0;
- -moz-border-radius-bottomright: 0;
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0; }
- /* line 45, ../sass/_timeline-thematic.scss */
- .s-timeline-gantt .bar.leaf {
- -moz-border-radius-topleft: 0;
- -webkit-border-top-left-radius: 0;
- border-top-left-radius: 0;
- -moz-border-radius-topright: 0;
- -webkit-border-top-right-radius: 0;
- border-top-right-radius: 0;
- -moz-border-radius-bottomleft: 3px;
- -webkit-border-bottom-left-radius: 3px;
- border-bottom-left-radius: 3px;
- -moz-border-radius-bottomright: 3px;
- -webkit-border-bottom-right-radius: 3px;
- border-bottom-right-radius: 3px; }
- /* line 49, ../sass/_timeline-thematic.scss */
- .s-timeline-gantt .bar .s-toggle {
- color: #0099cc; }
-
-/* line 57, ../sass/_timeline-thematic.scss */
-.s-timeline-tabular .l-header .l-cols .l-col {
- border-left: 1px solid #666666; }
-/* line 65, ../sass/_timeline-thematic.scss */
-.s-timeline-tabular .l-pane-l .l-cols .s-label .ui-symbol.icon {
- color: #8594ff; }
-
-/* line 74, ../sass/_timeline-thematic.scss */
-.edit-mode .s-timeline-gantt .bar:hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTljYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3NzdiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9999cc), color-stop(100%, #7777bb));
- background-image: -moz-linear-gradient(#9999cc, #7777bb);
- background-image: -webkit-linear-gradient(#9999cc, #7777bb);
- background-image: linear-gradient(#9999cc, #7777bb); }
-
-/* line 81, ../sass/_timeline-thematic.scss */
-.s-timeline {
- font-size: 0.75rem; }
- /* line 83, ../sass/_timeline-thematic.scss */
- .s-timeline .s-header {
- background-color: #404040; }
- /* line 86, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane {
- border-bottom: 1px solid #4d4d4d;
- line-height: 20px; }
- /* line 89, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.exceeded {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat;
- background-size: 22px 22px; }
- /* line 93, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.selected {
- background-color: #222;
- color: #ccc; }
- /* line 97, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.selected .s-timeline-gantt .bar {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #cccccc));
- background-image: -moz-linear-gradient(#e6e6e6, #cccccc);
- background-image: -webkit-linear-gradient(#e6e6e6, #cccccc);
- background-image: linear-gradient(#e6e6e6, #cccccc);
- color: #333; }
- /* line 103, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.drop-into {
- background-color: rgba(85, 85, 170, 0.7); }
- /* line 105, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.drop-into .s-timeline-gantt {
- opacity: 0.7; }
- /* line 109, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.drop-after {
- background-color: rgba(0, 0, 0, 0.2);
- border-bottom-color: #5555aa; }
- /* line 115, ../sass/_timeline-thematic.scss */
- .s-timeline .s-ticks {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiM1OTU5NTkiLz48c3RvcCBvZmZzZXQ9IjFweCIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, #595959 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(0deg, #595959 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(90deg, #595959 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat-x; }
- /* line 118, ../sass/_timeline-thematic.scss */
- .s-timeline .s-hover-btns-holder {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNDA0MCIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNDA0MDQwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(180deg, #404040, #404040 70%, rgba(64, 64, 64, 0) 100%);
- background-image: -webkit-linear-gradient(180deg, #404040, #404040 70%, rgba(64, 64, 64, 0) 100%);
- background-image: linear-gradient(-90deg, #404040, #404040 70%, rgba(64, 64, 64, 0) 100%); }
- /* line 124, ../sass/_timeline-thematic.scss */
- .s-timeline .s-hover-btns-holder .s-btn {
- height: 16px;
- line-height: 16px; }
- /* line 127, ../sass/_timeline-thematic.scss */
- .s-timeline .s-hover-btns-holder .s-btn .icon {
- font-size: 0.7rem !important; }
- /* line 134, ../sass/_timeline-thematic.scss */
- .s-timeline .l-timeline-resource-graph .l-graph {
- background: rgba(0, 0, 0, 0.2); }
- /* line 137, ../sass/_timeline-thematic.scss */
- .s-timeline .l-timeline-resource-graph .l-title {
- color: #999; }
-
-/* line 143, ../sass/_timeline-thematic.scss */
-.edit-mode .s-swimlane {
- cursor: pointer; }
- /* line 145, ../sass/_timeline-thematic.scss */
- .edit-mode .s-swimlane .t-object-label {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- cursor: move;
- padding: 2px 5px; }
- /* line 149, ../sass/_timeline-thematic.scss */
- .edit-mode .s-swimlane .t-object-label:hover {
- background: rgba(153, 153, 153, 0.3);
- color: #cccccc; }
diff --git a/platform/features/timeline/res/css/timeline-snow.css b/platform/features/timeline/res/css/timeline-snow.css
deleted file mode 100644
index 54c8fbe4b7..0000000000
--- a/platform/features/timeline/res/css/timeline-snow.css
+++ /dev/null
@@ -1,291 +0,0 @@
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FEATURES */
-/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
-/************************** RATIOS */
-/************************** LAYOUT */
-/************************** CONTROLS */
-/************************** PATHS */
-/************************** TIMINGS */
-/************************** LIMITS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*********************************************** CONTROLS, FORM ELEMENTS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 26, ../sass/_timeline-thematic.scss */
-.l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend .l-legend-items {
- color: #666; }
-
-/* line 36, ../sass/_timeline-thematic.scss */
-.s-timeline-gantt .bar {
- color: #fff;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NzdiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTVhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7777bb), color-stop(100%, #5555aa));
- background-image: -moz-linear-gradient(#7777bb, #5555aa);
- background-image: -webkit-linear-gradient(#7777bb, #5555aa);
- background-image: linear-gradient(#7777bb, #5555aa);
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
- -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px;
- box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px; }
- /* line 41, ../sass/_timeline-thematic.scss */
- .s-timeline-gantt .bar.expanded {
- -moz-border-radius-topleft: 4px;
- -webkit-border-top-left-radius: 4px;
- border-top-left-radius: 4px;
- -moz-border-radius-topright: 4px;
- -webkit-border-top-right-radius: 4px;
- border-top-right-radius: 4px;
- -moz-border-radius-bottomleft: 0;
- -webkit-border-bottom-left-radius: 0;
- border-bottom-left-radius: 0;
- -moz-border-radius-bottomright: 0;
- -webkit-border-bottom-right-radius: 0;
- border-bottom-right-radius: 0; }
- /* line 45, ../sass/_timeline-thematic.scss */
- .s-timeline-gantt .bar.leaf {
- -moz-border-radius-topleft: 0;
- -webkit-border-top-left-radius: 0;
- border-top-left-radius: 0;
- -moz-border-radius-topright: 0;
- -webkit-border-top-right-radius: 0;
- border-top-right-radius: 0;
- -moz-border-radius-bottomleft: 4px;
- -webkit-border-bottom-left-radius: 4px;
- border-bottom-left-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -webkit-border-bottom-right-radius: 4px;
- border-bottom-right-radius: 4px; }
- /* line 49, ../sass/_timeline-thematic.scss */
- .s-timeline-gantt .bar .s-toggle {
- color: #0099cc; }
-
-/* line 57, ../sass/_timeline-thematic.scss */
-.s-timeline-tabular .l-header .l-cols .l-col {
- border-left: 1px solid #c9c9c9; }
-/* line 65, ../sass/_timeline-thematic.scss */
-.s-timeline-tabular .l-pane-l .l-cols .s-label .ui-symbol.icon {
- color: #8594ff; }
-
-/* line 74, ../sass/_timeline-thematic.scss */
-.edit-mode .s-timeline-gantt .bar:hover {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTljYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc3NzdiYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9999cc), color-stop(100%, #7777bb));
- background-image: -moz-linear-gradient(#9999cc, #7777bb);
- background-image: -webkit-linear-gradient(#9999cc, #7777bb);
- background-image: linear-gradient(#9999cc, #7777bb); }
-
-/* line 81, ../sass/_timeline-thematic.scss */
-.s-timeline {
- font-size: 0.75rem; }
- /* line 83, ../sass/_timeline-thematic.scss */
- .s-timeline .s-header {
- background-color: #efefef; }
- /* line 86, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane {
- border-bottom: 1px solid #e3e3e3;
- line-height: 20px; }
- /* line 89, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.exceeded {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat;
- background-size: 22px 22px; }
- /* line 93, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.selected {
- background-color: rgba(85, 85, 170, 0.25);
- color: #4d4d4d; }
- /* line 97, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.selected .s-timeline-gantt .bar {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc3NzdiYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTVhYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #7777bb), color-stop(100%, #5555aa));
- background-image: -moz-linear-gradient(#7777bb, #5555aa);
- background-image: -webkit-linear-gradient(#7777bb, #5555aa);
- background-image: linear-gradient(#7777bb, #5555aa);
- color: #fff; }
- /* line 103, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.drop-into {
- background-color: rgba(85, 85, 170, 0.7); }
- /* line 105, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.drop-into .s-timeline-gantt {
- opacity: 0.7; }
- /* line 109, ../sass/_timeline-thematic.scss */
- .s-timeline .s-swimlane.drop-after {
- background-color: rgba(0, 0, 0, 0.2);
- border-bottom-color: #5555aa; }
- /* line 115, ../sass/_timeline-thematic.scss */
- .s-timeline .s-ticks {
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxcHgiIHN0b3AtY29sb3I9IiNkNmQ2ZDYiLz48c3RvcCBvZmZzZXQ9IjFweCIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
- background-size: 100%;
- background-image: -moz-linear-gradient(0deg, #d6d6d6 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: -webkit-linear-gradient(0deg, #d6d6d6 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-image: linear-gradient(90deg, #d6d6d6 1px, rgba(0, 0, 0, 0) 1px, rgba(0, 0, 0, 0) 100%);
- background-repeat: repeat-x; }
- /* line 118, ../sass/_timeline-thematic.scss */
- .s-timeline .s-hover-btns-holder {
- -moz-user-select: -moz-none;
- -ms-user-select: none;
- -webkit-user-select: none;
- user-select: none;
- background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIvPjxzdG9wIG9mZnNldD0iNzAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
- background-size: 100%;
- background-image: -moz-linear-gradient(180deg, #efefef, #efefef 70%, rgba(239, 239, 239, 0) 100%);
- background-image: -webkit-linear-gradient(180deg, #efefef, #efefef 70%, rgba(239, 239, 239, 0) 100%);
- background-image: linear-gradient(-90deg, #efefef, #efefef 70%, rgba(239, 239, 239, 0) 100%); }
- /* line 124, ../sass/_timeline-thematic.scss */
- .s-timeline .s-hover-btns-holder .s-btn {
- height: 16px;
- line-height: 16px; }
- /* line 127, ../sass/_timeline-thematic.scss */
- .s-timeline .s-hover-btns-holder .s-btn .icon {
- font-size: 0.7rem !important; }
- /* line 134, ../sass/_timeline-thematic.scss */
- .s-timeline .l-timeline-resource-graph .l-graph {
- background: rgba(0, 0, 0, 0.05); }
- /* line 137, ../sass/_timeline-thematic.scss */
- .s-timeline .l-timeline-resource-graph .l-title {
- color: #666; }
-
-/* line 143, ../sass/_timeline-thematic.scss */
-.edit-mode .s-swimlane {
- cursor: pointer; }
- /* line 145, ../sass/_timeline-thematic.scss */
- .edit-mode .s-swimlane .t-object-label {
- -moz-border-radius: 4px;
- -webkit-border-radius: 4px;
- border-radius: 4px;
- cursor: move;
- padding: 2px 5px; }
- /* line 149, ../sass/_timeline-thematic.scss */
- .edit-mode .s-swimlane .t-object-label:hover {
- background: rgba(102, 102, 102, 0.3);
- color: #333333; }
diff --git a/platform/features/timeline/res/css/timeline.css b/platform/features/timeline/res/css/timeline.css
deleted file mode 100644
index ecb10bab4d..0000000000
--- a/platform/features/timeline/res/css/timeline.css
+++ /dev/null
@@ -1,582 +0,0 @@
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/************************** FEATURES */
-/************************** VERY INFLUENTIAL GLOBAL DIMENSIONS */
-/************************** RATIOS */
-/************************** LAYOUT */
-/************************** CONTROLS */
-/************************** PATHS */
-/************************** TIMINGS */
-/************************** LIMITS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/*********************************************** CONTROLS, FORM ELEMENTS */
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 1, ../sass/_activities.scss */
-.l-timeline-gantt {
- position: absolute;
- top: 2px;
- bottom: 2px; }
- /* line 5, ../sass/_activities.scss */
- .l-timeline-gantt .bar {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- height: 17px;
- line-height: 19px;
- padding: 0 5px; }
- /* line 11, ../sass/_activities.scss */
- .l-timeline-gantt .bar span {
- display: inline; }
- /* line 15, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.s-activity-type.timeline:before {
- content: "S"; }
- /* line 20, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.s-activity-type.activity:before {
- content: "A"; }
- /* line 25, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.s-title {
- text-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px; }
- /* line 28, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.duration {
- left: auto;
- opacity: 0.75;
- right: 0;
- text-align: right;
- width: 60px; }
- /* line 35, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.handle {
- top: 0;
- bottom: 0;
- height: auto;
- width: 15px; }
- /* line 40, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.handle.left {
- right: auto; }
- /* line 43, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.handle.middle {
- right: 15px;
- left: 15px;
- width: auto; }
- /* line 48, ../sass/_activities.scss */
- .l-timeline-gantt .bar span.handle.right {
- right: 0;
- left: auto; }
-
-/* line 59, ../sass/_activities.scss */
-.edit-mode .s-timeline-gantt .handle,
-.s-status-editing .s-timeline-gantt .handle {
- cursor: col-resize; }
- /* line 61, ../sass/_activities.scss */
- .edit-mode .s-timeline-gantt .handle.mid,
- .s-status-editing .s-timeline-gantt .handle.mid {
- cursor: ew-resize; }
-
-/*****************************************************************************
- * Open MCT Web, Copyright (c) 2014-2015, United States Government
- * as represented by the Administrator of the National Aeronautics and Space
- * Administration. All rights reserved.
- *
- * Open MCT Web is licensed under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * http://www.apache.org/licenses/LICENSE-2.0.
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations
- * under the License.
- *
- * Open MCT Web includes source code licensed under additional open source
- * licenses. See the Open Source Licenses file (LICENSES.md) included with
- * this source code distribution or the Licensing information page available
- * at runtime from the About dialog for additional information.
- *****************************************************************************/
-/* line 23, ../sass/_timelines.scss */
-.l-timeline-holder {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto; }
- /* line 26, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto; }
- /* line 29, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane .l-width-control {
- position: relative; }
- /* line 33, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane .l-swimlanes-holder {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- top: 31px; }
- /* line 40, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.s-timeline-tabular .t-pane-v {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto; }
- /* line 43, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.s-timeline-tabular .t-pane-v.l-tabular-l {
- right: auto;
- width: 266px; }
- /* line 48, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.s-timeline-tabular .t-pane-v.l-tabular-r {
- overflow-x: auto;
- overflow-y: hidden;
- left: 266px; }
- /* line 52, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.s-timeline-tabular .t-pane-v.l-tabular-r .l-width {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- min-width: 590px;
- width: 100%; }
- /* line 60, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-gantt .l-swimlanes-holder {
- overflow-x: hidden;
- overflow-y: scroll; }
- /* line 64, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- padding: 5px 0;
- white-space: nowrap; }
- /* line 69, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend .l-legend-items {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- overflow-x: hidden;
- overflow-y: auto;
- top: 25px; }
- /* line 74, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend .legend-item {
- display: block;
- margin-bottom: 3px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap; }
- /* line 81, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend .legend-item .color-swatch {
- vertical-align: baseline; }
- /* line 84, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-legend .legend-item .title-label {
- vertical-align: baseline; }
- /* line 93, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graphs-holder {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- bottom: 10px; }
- /* line 97, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graphs-holder .l-graphs {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- overflow-x: hidden;
- overflow-y: scroll; }
- /* line 102, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graphs-holder .l-graph-labels-holder {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- overflow: hidden;
- right: auto;
- width: 400px; }
- /* line 110, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-scroll-control {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- overflow-x: scroll;
- overflow-y: hidden;
- top: auto;
- right: 10px;
- height: 10px; }
- /* line 116, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-scroll-control .l-width-control {
- height: 10px; }
- /* line 121, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph,
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph-labels {
- height: 80px;
- margin-bottom: 3px;
- position: relative; }
- /* line 128, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-title {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- top: 5px;
- left: 5px;
- position: absolute; }
- /* line 134, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph {
- width: 100%; }
- /* line 137, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph .l-graph-area canvas {
- width: 100%;
- height: 100%; }
- /* line 144, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph-labels {
- z-index: 10; }
- /* line 148, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph-area {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- top: 20px;
- bottom: 5px; }
- /* line 151, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph-area .l-labels-holder {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- left: 5px; }
- /* line 154, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.t-pane-h.l-timeline-resource-graph .l-graph-area .l-labels-holder .tick-label.tick-label-y {
- text-align: left; }
- /* line 162, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.l-pane-l {
- right: auto;
- min-width: 50px;
- max-width: 90%;
- width: 30%; }
- /* line 169, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.l-pane-r {
- left: 0; }
- /* line 172, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.l-pane-r:hover .l-hover-btns-holder {
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 100ms;
- -o-transition-duration: 100ms;
- -webkit-transition-duration: 100ms;
- transition-duration: 100ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 1; }
- /* line 179, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.l-pane-top {
- bottom: 30%; }
- /* line 182, ../sass/_timelines.scss */
- .l-timeline-holder .l-timeline-pane.l-pane-btm {
- top: auto;
- min-height: 20px;
- max-height: 80%;
- height: 30%; }
- /* line 190, ../sass/_timelines.scss */
- .l-timeline-holder .l-swimlane {
- height: 21px;
- position: relative; }
- /* line 196, ../sass/_timelines.scss */
- .l-timeline-holder .s-timeline-tabular .l-header,
- .l-timeline-holder .s-timeline-gantt .l-header {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- bottom: auto;
- height: 30px; }
- /* line 201, ../sass/_timelines.scss */
- .l-timeline-holder .s-timeline-tabular .l-header .l-header-elem,
- .l-timeline-holder .s-timeline-gantt .l-header .l-header-elem {
- overflow: visible;
- position: absolute;
- top: 5px;
- right: 5px;
- bottom: 5px;
- left: 5px;
- width: auto;
- height: auto;
- display: block; }
- /* line 205, ../sass/_timelines.scss */
- .l-timeline-holder .s-timeline-tabular .l-header .l-header-elem.l-labels .l-label,
- .l-timeline-holder .s-timeline-gantt .l-header .l-header-elem.l-labels .l-label {
- position: absolute;
- width: 140px;
- margin-left: -70px;
- text-align: center; }
- /* line 215, ../sass/_timelines.scss */
- .l-timeline-holder .l-hover-btns-holder {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- -moz-transition-property: opacity, background-color, border-color, color;
- -o-transition-property: opacity, background-color, border-color, color;
- -webkit-transition-property: opacity, background-color, border-color, color;
- transition-property: opacity, background-color, border-color, color;
- -moz-transition-duration: 500ms;
- -o-transition-duration: 500ms;
- -webkit-transition-duration: 500ms;
- transition-duration: 500ms;
- -moz-transition-timing-function: ease-in-out;
- -o-transition-timing-function: ease-in-out;
- -webkit-transition-timing-function: ease-in-out;
- transition-timing-function: ease-in-out;
- -moz-transition-delay: 0;
- -o-transition-delay: 0;
- -webkit-transition-delay: 0;
- transition-delay: 0;
- opacity: 0;
- height: 30px;
- width: 100px;
- left: auto;
- padding: 5px;
- text-align: right;
- z-index: 10; }
- /* line 228, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols {
- overflow: visible;
- position: absolute;
- top: 0;
- right: 0;
- bottom: 0;
- left: 0;
- width: auto;
- height: auto;
- text-wrap: none;
- white-space: nowrap; }
- /* line 232, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col {
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: inline-block;
- height: 100%;
- padding: 0 5px;
- position: relative;
- text-wrap: none;
- white-space: nowrap; }
- /* line 242, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-col-icon {
- width: 16px;
- text-align: center;
- padding: 0; }
- /* line 246, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-col-icon .ui-symbol {
- color: #0099cc; }
- /* line 251, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-plot-resource {
- border-left: none !important;
- cursor: pointer;
- padding-left: 0; }
- /* line 257, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-title {
- width: 250px; }
- /* line 259, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-title .rep-object-label[draggable="true"] {
- -moz-border-radius: 3px;
- -webkit-border-radius: 3px;
- border-radius: 3px;
- -moz-transition: background-color 0.25s;
- -o-transition: background-color 0.25s;
- -webkit-transition: background-color 0.25s;
- transition: background-color 0.25s;
- cursor: pointer;
- display: inline-block;
- padding: 0 3px; }
- /* line 265, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-title .rep-object-label[draggable="true"]:hover {
- background-color: rgba(153, 153, 153, 0.1); }
- /* line 271, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-start, .l-timeline-holder .l-cols .l-col.l-end, .l-timeline-holder .l-cols .l-col.l-duration {
- width: 110px; }
- /* line 277, ../sass/_timelines.scss */
- .l-timeline-holder .l-cols .l-col.l-activity-modes {
- display: none;
- width: 250px; }
- /* line 285, ../sass/_timelines.scss */
- .l-timeline-holder .s-timeline-tabular .l-header .l-cols {
- top: 5px;
- bottom: 5px; }
- /* line 291, ../sass/_timelines.scss */
- .l-timeline-holder .s-timeline-tabular .l-pane-l .l-cols {
- left: 5px; }
- /* line 297, ../sass/_timelines.scss */
- .l-timeline-holder .splitter {
- top: 0; }
- /* line 303, ../sass/_timelines.scss */
- .l-timeline-holder .l-ticks,
- .l-timeline-holder .l-subticks {
- overflow: hidden;
- position: absolute;
- top: 0px;
- right: 0px;
- bottom: 0px;
- left: 0px;
- width: auto;
- height: auto;
- top: auto;
- bottom: 3px; }
- /* line 309, ../sass/_timelines.scss */
- .l-timeline-holder .l-ticks {
- height: 10px; }
- /* line 313, ../sass/_timelines.scss */
- .l-timeline-holder .l-subticks {
- height: 5px; }
diff --git a/platform/features/timeline/res/sass-compile.sh b/platform/features/timeline/res/sass-compile.sh
deleted file mode 100644
index ee7f1cdf77..0000000000
--- a/platform/features/timeline/res/sass-compile.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-date
-
-echo "*** Compiling sass"
-compass compile --force
\ No newline at end of file
diff --git a/platform/features/timeline/res/sass/_activities.scss b/platform/features/timeline/res/sass/_activities.scss
index 2f88334e0e..268c602ae8 100644
--- a/platform/features/timeline/res/sass/_activities.scss
+++ b/platform/features/timeline/res/sass/_activities.scss
@@ -23,7 +23,7 @@
}
}
&.s-title {
- @include text-shadow(rgba(black, 0.1) 0 1px 2px);
+ text-shadow: rgba(black, 0.1) 0 1px 2px;
}
&.duration {
left: auto;
diff --git a/platform/features/timeline/res/sass/_timeline-thematic.scss b/platform/features/timeline/res/sass/_timeline-thematic.scss
index 7e123edbb0..be25f24c1d 100644
--- a/platform/features/timeline/res/sass/_timeline-thematic.scss
+++ b/platform/features/timeline/res/sass/_timeline-thematic.scss
@@ -36,8 +36,8 @@
.bar {
color: $colorGanttBarFg;
@include activityBg($colorGanttBarBg);
- @include border-radius($br);
- @include box-shadow($shdwGanttBar);
+ border-radius: $br;
+ box-shadow: $shdwGanttBar;
&.expanded {
@include border-top-radius($br);
@include border-bottom-radius(0);
@@ -145,7 +145,7 @@
.s-status-editing .s-swimlane {
cursor: pointer;
.t-object-label {
- @include border-radius($controlCr);
+ border-radius: $controlCr;
cursor: move;
padding: 2px 5px;
&:hover {
diff --git a/platform/features/timeline/res/sass/_timelines.scss b/platform/features/timeline/res/sass/_timelines.scss
index 8ab100f122..dceaa49f9b 100644
--- a/platform/features/timeline/res/sass/_timelines.scss
+++ b/platform/features/timeline/res/sass/_timelines.scss
@@ -62,7 +62,7 @@
}
}
&.l-timeline-resource-legend {
- @include box-sizing(border-box);
+ box-sizing: border-box;
padding: $interiorMargin 0;
white-space: nowrap;
@@ -214,7 +214,7 @@
.l-hover-btns-holder {
@include absPosDefault();
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include trans-prop-nice-fade(500ms);
opacity: 0;
height: $timelineTopPaneHeaderH;
@@ -230,7 +230,7 @@
text-wrap: none;
white-space: nowrap;
.l-col {
- @include box-sizing(border-box);
+ box-sizing: border-box;
@include ellipsize();
display: inline-block;
height: 100%;
@@ -257,8 +257,8 @@
&.l-title {
width: $timelineColTitleW;
.rep-object-label[draggable="true"] {
- @include border-radius($basicCr);
- @include single-transition(background-color, 0.25s);
+ border-radius: $basicCr;
+ @include transition(background-color, 0.25s);
cursor: pointer;
display: inline-block;
padding: 0 $interiorMarginSm;
diff --git a/platform/features/timeline/res/sass/timeline-espresso.scss b/platform/features/timeline/res/sass/timeline-espresso.scss
index 354d565e0f..67307102bb 100644
--- a/platform/features/timeline/res/sass/timeline-espresso.scss
+++ b/platform/features/timeline/res/sass/timeline-espresso.scss
@@ -19,9 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
-@import "compass";
-@import "compass/css3";
-@import "compass/utilities";
+@import "bourbon";
@import "../../../../commonUI/general/res/sass/constants";
@import "../../../../commonUI/general/res/sass/mixins";
diff --git a/platform/features/timeline/res/sass/timeline-snow.scss b/platform/features/timeline/res/sass/timeline-snow.scss
index c1eb4cbd3c..39f57fd2bb 100644
--- a/platform/features/timeline/res/sass/timeline-snow.scss
+++ b/platform/features/timeline/res/sass/timeline-snow.scss
@@ -19,9 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
-@import "compass";
-@import "compass/css3";
-@import "compass/utilities";
+@import "bourbon";
@import "../../../../commonUI/general/res/sass/constants";
@import "../../../../commonUI/general/res/sass/mixins";
diff --git a/platform/features/timeline/res/sass/timeline.scss b/platform/features/timeline/res/sass/timeline.scss
index 0fea5f0295..3f6bf65e4e 100644
--- a/platform/features/timeline/res/sass/timeline.scss
+++ b/platform/features/timeline/res/sass/timeline.scss
@@ -19,9 +19,7 @@
* this source code distribution or the Licensing information page available
* at runtime from the About dialog for additional information.
*****************************************************************************/
-@import "compass";
-@import "compass/css3";
-@import "compass/utilities";
+@import "bourbon";
@import "../../../../commonUI/general/res/sass/constants";
@import "../../../../commonUI/general/res/sass/mixins";
@@ -29,4 +27,4 @@
@import "../../../../commonUI/themes/espresso/res/sass/mixins";
@import "constants";
@import "activities";
-@import "timelines";
\ No newline at end of file
+@import "timelines";